/*
* ----------------------------------------------------------------------------------------
Author       : hridoy
Template Name: Neeva - OnePage Creative Agency Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & SCROLL UP & CUSTOM CURSOR CSSS STYLE 
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.CALL TO ACTION CSS STYLE
* 07.KEY SKILL CSS STYLE
* 08.PORTFOLIO CSS STYLE
* 09.TESTIMONIAL CSS STYLE
* 10.CONTACT CSS STYLE
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 100px 0px;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 0;
    color: #fff;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    left: 50%;
    top: 35px;
    height: 100%;
    width: 120px;
    content: "";
    background: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-left: -60px;
}

.section-title h3 {
    color: #fff;
    font-size: 16px;
}


a.read-more {
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    font-weight: 600;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}

a.read-more:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ffb400;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #ffb400;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & SCROLL UP & CUSTOM CURSOR CSSS STYLE 
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffb400;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
    background-color: #ffb400;
}

.dot2 {
    top: auto;
    background-color: #000;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap:after {
    cursor: pointer;
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: '\f102';
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    font-weight: 900;
    color: #ffb400;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ffb400;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

body {
    cursor: none;
}

.custom-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #ffb400;
    -webkit-transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffb400;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffb400;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-image-area {
    position: relative;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
    padding: 200px 0px;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


.header-text h2 {
    color: #fff;
    font-size: 80px;
    margin-top: 10px;
    font-weight: 900;
    margin-bottom: 0;
}

.header-text p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    margin-bottom: 40px;
    padding: 0px 300px;
}

.header-top-area {
    background: #000;
}

.logo {
    padding-top: 27px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo img {
    width: 100px;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    background: #fff;
    border: none;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 99;
    background: #ffb400;
}

.menu-bg .logo {
    padding-top: 16px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding-top: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 22px;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #000;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    font-weight: 700;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.slide-btn.other-btn {
    background: transparent;
}

a.slide-btn.other-btn:hover {
    background: #ffb400;
}

.version:after {
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: -1;
}

.version:after {
    background-image: url(../images/bg/banner-angle.png);
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.particle-bg {
    background: url(../images/bg/particlebg.jpg);
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.about-us-area {
    background: #242424;
    position: relative;
}

.about-us-area:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: #ffb400;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
            clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
}

.about-text {
    margin-top: 80px;
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    line-height: 36px;
}

.about-text h2 span {
    color: #fff;
}

.about-text p {
    margin-bottom: 20px;
    color: #fff;
}

.about-image img {}

.margin-top-c {
    margin-top: 50px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #242424;
}

.single-service {
    padding: 30px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
    margin-bottom: 30px;
    border-bottom: 10px solid #000;
}

.single-service:hover {
    border-bottom: 10px solid #ffb400;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.service-icon i {
    font-size: 30px;
    color: #fff;
    background: #ffb400;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.single-service p {
    margin-bottom: 0;
    color: #ddd;
}


/*
* ----------------------------------------------------------------------------------------
* 06.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-small-area {
    background: #000;
}

.call-to-action-small-area h2 {
    color: #fff;
    margin: 0;
}

.call-to-action-small-button {
    text-align: right;
}

.call-to-action-small-button a {
    background: transparent;
}

.call-to-action-small-button a:hover {
    background: #ffb400;
}


/*
* ----------------------------------------------------------------------------------------
* 07.KEY SKILL AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-key-skill-area {
    background: #242424;
    position: relative;
}


.our-key-skill-area:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: #ffb400;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
            clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
}

.our-skill,
.skill-text {
    margin-top: 30px;
}

.progress-bar-text span {
    float: right
}

.progress-bar-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.progress-bar {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 12px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.progress-bar > span {
    background: #ffb400 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}

.skill-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 08. PORTFOLIO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.gallery {
    background: #242424;
}

.gallery .col-md-4 {
    padding: 0;
    margin-bottom: 15px;
}

.gallery .item {
    padding: 0;
    margin: 0;
}

.gallery figure.effect-julia img {
    height: auto;
    width: 100%;
}

.gallery .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.gallery figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
    text-align: center;
    margin-top: 110px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.gallery .item:hover figure.effect-julia h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
}

/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #242424;
    position: relative;
    padding-top: 0;
    padding-bottom: 100px;
}


.testimonial-area:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: #ffb400;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
            clip-path: polygon(0 92%, 100% 72%, 100% 100%, 0% 100%);
}

.single-testimonial {
    border-radius: 0px 100px 0px 100px;
    padding: 0px 50px;
    text-align: center;
}


.single-testi-des {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
}

.single-testi-des p {
    color: #fff;
    font-size: 18px;
}

.single-testimonial img {
    width: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.testi-name {
    text-align: center;
}

.testi-name h2 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.testi-name h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #ffb400;
    background: #ffb400;
}


/*
* ----------------------------------------------------------------------------------------
* 10.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
    background: #242424;
}

.contact-details-list h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 0;
    color: #fff;
}

.contact-details-list p {
    margin-bottom: 30px;
}

.single-contact {
    margin-bottom: 22px;
}

.single-contact h3 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-contact h3 i {
    margin-right: 20px;
    background: #ffb400;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.form-control:focus {
    border-color: #ffb400;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    font-weight: 600;
    border-radius: 0;
}

.contact-form input[type='submit']:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ffb400;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}



/*
* ----------------------------------------------------------------------------------------
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000;
    padding: 30px 0px;
}

.footer-text h6 {
    text-transform: capitalize;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.footer-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.footer-text ul li {
    display: inline-block;
    margin-left: 20px;
}

.footer-text ul li a {
    color: #fff;
}

.footer-text ul li a:hover {
    color: #ffb400;
}
