/*
 Project Name : Builder
 Author Company : Grow Scales
 Project Developer : sufyan319@outlook.com
 */


/* Table of Content
==================================================
1.Fonts
2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Owl Carousel Navigation Style
   g)Socials
   h)Pre Loader
 3. Main Banner
   a)Header
 4. Services
 5. Skill
 6. Portfolio
 7. Testimonials
 8. Blog
 9. Our team
 10.Partner Logo
 11.Contact Us
 12.Footer
================================================
Fonts
================================================
*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

section {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

body {
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 24px;
    color: #868689;
}

p {
    margin: 0;
    font-size: 14px;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: Poppins;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}


/*
===========================================
button style
===========================================
*/

.btn {
    border: 1px solid #000;
    color: #000;
    padding: 8px 30px;
    background-color: transparent;
}

.btn:hover {
    border-color: transparent;
    color: #fff;
}

.btn-style-one {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: normal;
}

.btn-style-one:hover {
    border-color: transparent;
    color: #fff;
}


/*
===========================================
main heading
===========================================
*/

.main-heading h3 {
    color: #333333;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

.main-heading p {
    letter-spacing: 1px;
}

.main-heading {
    margin-bottom: 70px;
}

.main-heading h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.morphext > .animated {
    display: inline-block;
    color:#EFBB20;
}

.morphext-text.heading {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.heading .js-rotating.morphext {
    font-weight: 600;
}

.main-heading h3::after {
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 101%;
    top: 50%;
    width: 40px;
}

.main-heading h3::before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 101%;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 40px;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 100px 0;
}

.space-top {
    padding: 100px 0 0;
}

.space-bottom {
    padding: 0 0 100px 0;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

.border-top {
    border-top: 1px solid #eeeeee;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.border {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

/*
==========================================
center
==========================================
*/

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Pre Loader
===========================================
*/

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
    background-color: #EFBB20;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#first_object {
    -webkit-animation: first_object 2s infinite;
    animation: first_object 2s infinite;
}

#second_object {
    -webkit-animation: second_object 2s infinite;
    animation: second_object 2s infinite;
    float: right;
}

@-webkit-keyframes first_object {
    25% {
        -ms-transform: translate(90px, 0) scale(2);
        -webkit-transform: translate(90px, 0) scale(2);
        transform: translate(90px, 0) scale(2);
    }
    50% {
        -ms-transform: translate(180px, 0) scale(1);
        -webkit-transform: translate(180px, 0) scale(1);
        transform: translate(180px, 0) scale(1);
    }
    75% {
        -ms-transform: translate(90px, 0) scale(2);
        -webkit-transform: translate(90px, 0) scale(2);
        transform: translate(90px, 0) scale(2);
    }
}

@keyframes first_object {
    25% {
        -ms-transform: translate(90px, 0) scale(2);
        -webkit-transform: translate(90px, 0) scale(2);
        transform: translate(90px, 0) scale(2);
    }
    50% {
        -ms-transform: translate(180px, 0) scale(1);
        -webkit-transform: translate(180px, 0) scale(1);
        transform: translate(180px, 0) scale(1);
    }
    75% {
        -ms-transform: translate(90px, 0) scale(2);
        -webkit-transform: translate(90px, 0) scale(2);
        transform: translate(90px, 0) scale(2);
    }
}

@-webkit-keyframes second_object {
    25% {
        -ms-transform: translate(-90px, 0) scale(2);
        -webkit-transform: translate(-90px, 0) scale(2);
        transform: translate(-90px, 0) scale(2);
    }
    50% {
        -ms-transform: translate(-180px, 0) scale(1);
        -webkit-transform: translate(-180px, 0) scale(1);
        transform: translate(-180px, 0) scale(1);
    }
    75% {
        -ms-transform: translate(-90px, 0) scale(2);
        -webkit-transform: translate(-90px, 0) scale(2);
        transform: translate(-90px, 0) scale(2);
    }
}

@keyframes second_object {
    25% {
        -ms-transform: translate(-90px, 0) scale(2);
        -webkit-transform: translate(-90px, 0) scale(2);
        transform: translate(-90px, 0) scale(2);
    }
    50% {
        -ms-transform: translate(-180px, 0) scale(1);
        -webkit-transform: translate(-180px, 0) scale(1);
        transform: translate(-180px, 0) scale(1);
    }
    75% {
        -ms-transform: translate(-90px, 0) scale(2);
        -webkit-transform: translate(-90px, 0) scale(2);
        transform: translate(-90px, 0) scale(2);
    }
}


/*
===========================================
Main Banner
===========================================
*/
#banner-text {
    background-image: url("../images/slide2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 40px;
}
#banner-text .mouse {
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: moving;
    color: #fff;
    font-size: 40px;
}

#banner-text .inner {
   display: inline-block;
}
@keyframes moving {
    0% {
        top: 5px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 5px;
    }
}

#banner-text h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0;
    display: block;
}

#banner-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 35px;
    margin-top: 20px;
    text-transform: uppercase;
}

#banner-text::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    height: 100px;
    background-image: url("../images/bg-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading .js-rotating.morphext {
    display: block;
}

#banner-text h1 {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 16px;
}

.inner h1 img {
    display: block;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    margin: auto auto 10px;
}
/*
================================================
Portfolio
================================================
*/

.portfolio .portfolio-hover {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding-top: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.portfolio .portfolio-hover a {
    color: #fff;
}

.portfolio .portfolio-hover a.plus {
    font-size: 26px;
}

.portfolio .portfolio-item:hover .portfolio-hover {
    top: 100%;
}

.portfolio .portfolio-item .portfolio-hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.portfolio.bg-color {
    background-color: #f5f5f5;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio-hover .inner {
    bottom: 0;
    left: 0;
    padding: 20px 0 20px 20px;
    position: absolute;
    right: 0;
}

.portfolio .portfolio-hover .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.portfolio .portfolio-hover .inner {
    padding: 0;
    position: relative;
}

.portfolio-hover h5 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.portfolio .portfolio-hover p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 8px;
    text-transform: capitalize;
}

.portfolio.portfolio-2 .portfolio-item .portfolio-hover {
    background-color: transparent;
}

.portfolio .portfolio-hover h5 {
    margin-bottom: 0;
    margin-top: 0;
}

.portfolio-item .portfolio-thumb {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0 15px 15px;
}
.portfolio .heading .js-rotating.morphext {
    display: inline-block;
    font-weight: 600;
}

footer {
    background-color: #222;
    color: #fff;
}
#portfolio .heading .js-rotating.morphext {
    display: inline;
}
#portfolio h2 {
    background-color: #f0bb21;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    height: 250px;
    line-height: 250px;
    margin: -40px auto 60px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
#portfolio h2::before {
    background-color: #f0bb21;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
}
