/*****

PopTop- creative one page Business Agency

author : RHJ_themes
 
****/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;

}

.fa {
    font-family: 'FontAwesome';
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #fff
}


h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

h3 {
    font-size: 35px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 33px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 19px;
    line-height: 22px;
}

p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    font-family: 'Open sans', sans-serif;
}

.sec-padding {
    padding: 80px 0;
}


.box-padding {
    padding: 80px 50px;
}

/*** buttons ***/

.btn-1 {
    display: inline-block;
    text-decoration: none;
    padding: 11px 26px;
    background-color: #f79d01;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden;
}

.btn-1:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.btn-1:hover:before {
    transform: scaleX(1)
}

.btn-1:hover {
    color: #333;
}

/*----------------------------------------------------
					load-wrapp
----------------------------------------------------*/

.load-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.load-wrapp .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.load-wrapp .wrap ul.dots-box {
    position: relative;
    width: 80px;
    height: 80px;
    list-style: none;
}

.load-wrapp .wrap ul.dots-box li.dot {
    width: 100%;
    height: 100%;
    border-radius: 52px;
    top: 0;
    left: 0;
    z-index: 99;
    text-indent: -9999px;
    display: block;
    position: absolute;
    border: none;
}

.load-wrapp .wrap ul.dots-box li.dot span {
    background: #ff2462;
    bottom: 0px;
    left: 50%;
    margin-left: -2px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.load-wrapp .wrap ul.dots-box li.dot {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: orbit;
    animation-duration: 4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(2) {
    animation-delay: 0.2s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(3) {
    animation-delay: 0.4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(4) {
    animation-delay: 0.6s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    5% {
        transform: rotate(90deg);
        opacity: 1;
    }
    45% {
        transform: rotate(270deg);
        opacity: 1;
    }
    55% {
        transform: rotate(540deg);
        opacity: 1;
    }
    75% {
        transform: rotate(630deg);
        opacity: 1;
    }
    80% {
        transform: rotate(720deg);
        opacity: 0;
    }
    100% {
        transform: rotate(720deg);
        opacity: 0;
    }
}

/*----------------------------------------------------
					End load-wrapp
----------------------------------------------------*/

/*----------------------------------------------------
					index page
----------------------------------------------------*/

.intro {
    height: 500px;
    background-image: url(images/hero-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.intro .overlay-bg {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7)
}

.intro h6 {
    color: #eee;
}

.intro h3 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 200;
}

#demos {
    background-color: #f7f7f7;
}

#demos .single-demo {
    margin-bottom: 30px;
}

#demos .single-demo .image {
    padding: 5px;
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

#demos .single-demo .image:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 35px -8px #000;
}

#demos .single-demo a h6 {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

/*----------------------------------------------------
					End index page
----------------------------------------------------*/

/*----------------------------------------------------
					footer
----------------------------------------------------*/

.footer {
    padding: 40px 0 20px 0;
    background-color: #222;
}

.footer .copyright,
.footer .social-icons {
    margin-bottom: 20px;
}

.footer .copyright p {
    color: #ccc;
}

.footer .copyright p strong {
    color: #fff;
}

.footer .social-icons a {
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #444;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .social-icons a:hover {
    background-color: #f79d01;
    color: #fff;
}

/*----------------------------------------------------
					End footer
----------------------------------------------------*/

/*----------------------------------------------------
					scroll-top
----------------------------------------------------*/

#scroll-top {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #444;
    text-align: center;
    position: fixed;
    border-radius: 50%;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    padding: 5px;
}

#scroll-top:hover {
    background-color: #f79d01;
}

#scroll-top .fa {
    line-height: 28px;
    font-size: 25px;
}

/*----------------------------------------------------
					end scroll-top
----------------------------------------------------*/