/*----------------------------------------------------------------------------------

Project     :   Xpeer - Business and Corporate HTML Template

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

1.Default CSS
2.Transparent Header
3.Preloader
4.Section Heading
5.Slider
6.About Us
7.Services
8.Portfolo
9.Our Team
10.Counter
11.Pricing
12.Testimonials
13.Contact
14.Footer

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 36px;
    line-height: 46px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}


.affix {
    width: 100%;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.bg-gray {
    background-color: #bb753f
}

/*-------------------------------------------------------------------------------------
    Transparent Header
---------------------------------------------------------------------------------------*/

.header.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5)
}

.header.transparent nav.navbar.bootsnav {
    background-color: transparent;
}

.header.transparent nav.navbar.bootsnav.affix {
    background-color: #fff;
}

.header.transparent nav.navbar.bootsnav ul > li > a {
    color: #fff;
}

.header.transparent nav.navbar.bootsnav.affix ul.nav > li > a {
    color: #000000;
}

.header.transparent nav.navbar.bootsnav ul > li > a:hover,
.header.transparent nav.navbar.bootsnav.affix ul > li > a:hover,
.header.transparent nav.navbar.bootsnav ul.nav > li.active > a {
    color: #e0a731;
}

/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

.site-preloader {
    background-color: #e0a731;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21.5% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading {
    margin: 0 0 80px
}

.section-heading h2 {
    font-weight: 700;
    text-transform: uppercase
}

.section-heading h2 span {
    color: #e0a731
}

.section-heading p {
    margin: 10px 0 0
}

/*-------------------------------------------------------------------------------------
    Slider
---------------------------------------------------------------------------------------*/

.slide-single-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.slide-single-item .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

.slide-caption {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 10%
}

.slide-caption h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff
}

.slide-caption h1 span {
    color: #e0a731
}

.slide-caption h3 {
    color: #fff
}

.slide-caption p {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    color: #fff
}

.owl-item.active .slide-caption h3 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-caption p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide-caption .slide-btn {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.owl-stage {
    margin-left: -2px
}

.slide-btn a {
    background-color: #e0a731;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin: 30px 10px 0 0;
    padding: 12px 30px;
    border-radius: 4px;
}

.slide-btn a:hover {
    background-color: #e0a731
}

.silder-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    height: 45px;
    left: 20px;
    padding: 5px 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.silder-carousel .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.silder-carousel .owl-nav .owl-next {
    right: 20px;
    left: auto
}

.silder-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.silder-carousel .owl-dot {
    border: 2px solid #e0a731;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block
}

.silder-carousel .owl-dot.active {
    background-color: #e0a731;
}

/*-------------------------------------------------------------------------------------
    About Us
---------------------------------------------------------------------------------------*/

.about-info {
    padding: 80px 0;
}

.about-content h4 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff
}

.about-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 20px
}

.about-content h2 span {
    color: #e0a731
}

.about-activity {
    padding: 80px 0 65px;
}

.about-video,
.about-video-img {
    position: relative
}

.about-video .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 167, 49, 0.8)
}

.video-icon {
    position: absolute;
    left: 0;
    top: 38%;
    text-align: center;
    right: 0;
}

.video-icon a {
    font-size: 60px;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Services
---------------------------------------------------------------------------------------*/

#services {
    background-color: rgba(224, 167, 49, 0.1);
    padding: 50px 0
}

.service-single-item {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    border-radius: 4px;
    padding: 55px 20px 40px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-single-item:hover {
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-single-item i {
    color: #e0a731;
    font-size: 40px;
    padding: 0 0 5px;
    display: inline-block;
}

.service-single-item h4 {
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------
    Portfolo
---------------------------------------------------------------------------------------*/

#portfolio {
    padding: 50px 0
}

.portfolio-menu button {
    padding: 8px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    background-color: #fff
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
    background-color: #e0a731;
    color: #fff
}

.portfolio-single-item {
    margin-bottom: 30px
}

.portfolio-inner {
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 88, 88, 0.8);
    padding: 62px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.portfolio-single-item:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-overlay a {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
    display: inline-block;
}

.portfolio-overlay h6,
.portfolio-overlay p {
    color: #fff;
    margin: 0
}

.portfolio-overlay h6 {
    font-weight: 500
}

/*-------------------------------------------------------------------------------------
    Our Team
---------------------------------------------------------------------------------------*/

#team {
    padding: 50px 0 80px
}

.team-single-item {
    -webkit-box-shadow: 0 0 6px 0px #ccc;
    box-shadow: 0 0 6px 0px #ccc;
    padding: 0 0 30px;
    border-radius: 4px
}

.team-single-item img {
    border-radius: 4px 4px 0 0
}

.team-info h4 {
    font-weight: 700;
    margin: 0;
}

.team-social ul li {
    display: inline-block;
}

.team-social ul li a {
    display: block;
    border: 2px solid #000000;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 38px;
    color: #e0a731;
    margin: 0 4px;
}

.team-info {
    padding: 24px 0 8px;
}

.team-social ul li a:hover {
    color: #fff;
    background-color: #e0a731;
}

/*-------------------------------------------------------------------------------------
    Counter
---------------------------------------------------------------------------------------*/

#counter {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 70px
}

#counter .counter-overlay {
    background-color: rgba(244, 167, 49, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.counter-single-item i {
    font-size: 45px;
    color: #fff
}

.counter-single-item h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 25px 0 0
}

.counter-single-item h4 {
    color: #fff;
    font-weight: 500;
    margin: 8px 0 0
}


/*-------------------------------------------------------------------------------------
    Pricing
---------------------------------------------------------------------------------------*/

#pricing {
    padding: 50px 0 80px
}

.pricing-table {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px
}

.pricing-table.popular {
    position: relative;
    overflow: hidden
}

.pricing-table:hover {
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc
}

.pricing-table.popular .ribbon {
    position: absolute;
    background-color: #207db0;
    left: -48px;
    top: 20px;
    padding: 6px 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.pricing-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 0 30px;
    margin: 0;
}

.pricing-price {
    height: 140px;
    width: 140px;
    background-color: #e0a731;
    margin: 0 auto;
    border-radius: 100%;
    font-weight: 700;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 1px 4px #e0a731;
    box-shadow: 0 0 1px 4px #e0a731;
}

.pricing-price h1 {
    color: #fff;
    font-weight: 700;
    padding: 20px 0 0;
}

.pricing-price h1 sup {
    font-weight: 500;
    font-size: 24px;
}

.pricing-price p {
    color: #e2e2e2;
    font-size: 12px;
    margin: 0;
    line-height: 10px;
}


.pricing-body {
    padding: 40px 0 0;
}

.pricing-body ul li:first-child {
    border-top: 1px solid #f1f1f1;
}

.pricing-body ul li {
    padding: 12px 0;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.pricing-btn a {
    padding: 12px 30px;
    border: 2px solid #e0a731;
    border-radius: 30px;
    color: #e0a731;
    font-weight: 500;
}

.pricing-btn {
    padding: 50px 0;
}

.pricing-btn a:hover {
    background-color: #e0a731;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    Testimonials
---------------------------------------------------------------------------------------*/

#testimonial {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0
}

.test-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

.testi-carousel {
    padding: 60px 40px 80px;
    background-color: #e0a731;
    border-radius: 4px
}

.testi-carousel .testimonial-single img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto
}

.client-info h4 {
    margin: 20px 0 0;
    font-weight: 700;
    color: #fff;
}

.client-info p {
    color: #fff;
    margin: 0 0 15px
}

.testimonial-single .client-comment p {
    font-style: italic;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.testimonial-single .client-comment p::before {
    content: "\f10d";
    font-family: 'fontawesome';
    font-size: 20px;
    margin-left: -15px;
    padding-right: 8px;
}

.testimonial-single .client-comment p::after {
    content: "\f10e";
    font-family: 'fontawesome';
    font-size: 20px;
    padding-left: 6px;
}

.testi-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px
}

.testi-carousel .owl-dot {
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block;
}

.testi-carousel .owl-dot.active {
    background-color: #fff;
}

/*-------------------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------------------*/

#contact {
    padding: 50px 0 0
}

.contact-info .info-icon i {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    margin: 10px 0 0;
    height: 50px;
    width: 50px;
    border: 2px solid #000000;
    border-radius: 2px;
    padding: 9px 10px;
}

.contact-info .info-item {
    margin: 0 0 20px
}

.contact-info .info-content {
    padding-left: 20px
}

.contact-info .info-content h5,
.contact-info .info-content p {
    margin: 0
}

.contact-form {
    padding: 0 0 80px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.contact-form input {
    height: 50px;
}

.contact-btn button {
    background-color: #e0a731;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 4px
}

.contact-frm-btn button:hover {
    background-color: #000000;
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/

.footer {
    overflow: hidden;
    background-color: #000000
}

.copyright-text p {
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 30px 0
}

.totop {
    background-color: #e0a731;
    position: fixed;
    bottom: 30px;
    right: 15px
}

.totop > a {
    background-color: #e0a731;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 12px;
}

.totop > a:hover {
    background-color: #000000;
}
