/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: Orni - Professional Portfolio for Designers
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.BLOG CSS STYLE
* 09.CONTACT DETAILS CSS STYLE
* 10.CONTACT DESIGN AREA
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

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

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;


    font-family: 'Raleway', sans-serif;


}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Poppins', sans-serif;
}

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;
}

.no-padding {
    padding: 0;
}

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

.section-title h2 {
    font-size: 70px;
    margin-bottom: 0px;
    font-weight: 200;
    margin-top: 0;
    color: #1b1b1b;
    margin-top: -20px;
    text-transform: capitalize
}

.section-title p {
    padding: 0px 250px;
}

.white-title h2 {
    color: #fff;
}

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

.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 & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid #ccc;
    border-right: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    border-left: 5px solid #fff;
    -webkit-animation: spinner 2000ms infinite linear;
    animation: spinner 2000ms infinite linear;
    z-index: 10000;
}

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

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

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -210px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 30px;
}

.header-text .home-arrow-down .fa {
    color: #fafafa;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

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

.welcome-area {
    height: 100%;
}

.welcome-image-area,
.welcome-page-title {
    position: relative;
    height: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-page-title-area {
    height: 500px;
}

.welcome-page-title-area .header-text h2 {
    font-size: 30px;
}

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

.header-text {
    margin-top: 60px;
}

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

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

.header-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    border: 5px solid #fff;
    display: inline-block;
    padding: 25px;
    letter-spacing: 10px;
    text-transform: uppercase;
}


.header-text h1 {
    font-size: 30px;
}

a.home-button {
    display: inline-block;
    background: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    color: #000;
    margin-top: 40px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

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

.logo a p {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
}

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

.mainmenu .navbar-nav li a {
    text-transform: capitalize;
    padding-top: 42px;
    padding-bottom: 42px;
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #000;
    -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: #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

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

.menu-bg .logo a p {
    color: #fff;
}

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

.menu-bg .mainmenu .navbar-nav li.active a {
    color: #b9b9b9;
}

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


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-image {}

.about-text h2,
.single-text h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}

.single-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.about-text h3,
.single-text h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 40px;
    color: #232323;
    font-weight: 200;
}

.about-text p,
.single-text p {
    font-weight: 300;
    margin-bottom: 20px;
}

.about-text ul li {
    width: 40%;
    float: left;
    margin-bottom: 25px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 10px;
}

.single-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-text ul li {
    margin-bottom: 25px;
    color: #333;
}

.single-text ul li p {
    color: #ccc;
    margin: 0;
}

.single-text ul li h2 {
    color: #333;
    font-size: 20px;
}

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

.service-area {
    margin-bottom: 100px;
}

.single-service i {
    font-size: 40px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 80px;
    float: left;
    margin-right: 25px;
    margin-bottom: 50px;
}

.single-service h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 20px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
    font-weight: 400;
}




/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.gallery {
    padding-top: 100px;
    padding-bottom: 0;
}

.gallery .col-md-4 {
    padding: 0;
}

.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: 10px 1%;
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.gallery figure.effect-bubba h2 {
    padding-top: 20%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery figure.effect-bubba p {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 5%;
}

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

.portfolio-more {
    margin-top: 40px;
}

figure.effect-bubba figcaption:before {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption:after {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.work-more-button {
    text-align: center;
    margin-top: 40px;
}

.work-more-button a {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000
}

.work-more-button a:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.single-portfolio-design {
    padding-top: 100px;
    padding-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #F7F7F7;
}

.testimonial-list {}

.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: #232323;
    letter-spacing: 2px;
    font-weight: 700;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 0;
}

.single-testimonial p {
    line-height: 25px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #000;
}



/*
* ----------------------------------------------------------------------------------------
* 08.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    margin-right: 30px;
}

.single-blog h5 {
    font-weight: 300;
    font-size: 12px;
}

.single-blog h3 {
    color: #333;
    padding: 10px 15px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}

.single-blog h2 {
    margin-top: 0;
}

.single-blog h2 a {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 200;
    color: #000;
    position: relative;
    display: block;
}

.single-blog h2 a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 30px;
    background: #333;
    content: "";
    margin-top: 40px;
    margin-left: 4px;
}

.single-blog p {
    padding-bottom: 20px;
}

.blog-description {
    padding: 20px 30px;
    border: 1px solid #f8f8f8;
}

.blog-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #000;
}



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

.contact-area {
    background: #FAFAFA;
}


.form-control {
    display: block;
    border: 1px solid #DDDDDD;
    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;
    padding: 20px 10px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
}

.contact-form button {
    display: inline-block;
    color: #fff;
    padding: 16px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #000;
    font-weight: 600;
    width: 200px;
    margin-bottom: 0;
    border-radius: 30px;
}

.contact-form button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #aeaeae;
    ;
    -webkit-transition: .3s;
    transition: .3s;
}

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

#contact .text-success,
#contact .text-danger {
    display: none;
}

.text-success {
    text-align: center;
    background: #3c763d;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.text-danger {
    text-align: center;
    background: red;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

input,
select,
textarea {
    color: #ff0000;
}

.single-contact-info {
    margin-bottom: 30px;
}

.single-contact-info i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.single-contact-info h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 200;
    color: #333;
}

.single-contact-info p {
    margin-bottom: 0;
    color: #aeaeae;
}

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

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

.footer-text p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-links ul li {
    display: inline-block;
    margin: 0px 10px;
}

.social-links ul li a {
    display: block;
    color: #aeaeae;
}


.give-me-message-area {
    padding-bottom: 100px;
    padding-top: 100px;
}

.give-me-message {
    text-align: center;
    padding: 120px 0px;
    background: #000;
}

.give-me-message h2 {
    margin-top: 0;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 60px;
    color: #ddd;
}

.give-me-message p a {
    color: #ddd;
    font-size: 20px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
