/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Nandine Portfolio Theme
Version:    1.1
Last change:    05/02/08 [fixed Float bug, vf]
Author Name: Shipon
Primary use:    Portfolio 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. HEADER / .header
3. Navigation / .main-menu
4. HeaderBottom / .header-main
5. ABOUT / .about-img
6. ABOUT Video / .about-video
7. SERVICES / .services-box
8. Skill / .skill
9. CLIENT / .client-meet
10. PORTFOLIO / .portfolio-menu
11. TEAM / .team
12. TESTIMONIAL / .testimonial
13. BLOG / .blog-content
14. CONTACT / .contact
15. FOOTER / footer.footer
16. EXTRA / .fix-top
17. Reset / html
-------------------------------------------------------------------*/

/*
==========================================
    GOOGLE FONTS CSS
==========================================
*/

/**************************************
    font-family: 'Raleway', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

/***********************************
    font-family: 'Lato', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/***********************************
    font-family: 'Open Sans', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*


==========================================
    Reset Css
==========================================
*/
html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.section-padding {
    padding: 90px 0;
}
.section-p-top {
    padding-top:90px;
}
.section-p-bottom {
    padding-bottom:90px;
}
.section-header {
    text-align: center;
    margin-bottom: 70px;

}
.section-header h2 {
    font-size: 38px;
    position: relative;
    text-transform: uppercase;
}
.section-header h2 span {
    color: red;
}
.section-header h2::after {
    background: red none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 42.4%;
    position: absolute;
    top: 55px;
    width: 15.4%;
    z-index: 0;
}
.section-header h2::before {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 49.3%;
    position: absolute;
    top: 45.5px;
    width: 20px;
    z-index: 0;
}

/*
==========================================
    HEADER CSS
==========================================
*/
.header {
	background: rgba(0, 0, 0, 0) url("../img/header-bg.jpg") repeat fixed 0 0 / cover ;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.header::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*
    Navigation
*/
.main-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    transition: .3s;
}
.main-menu ul li a:hover {
    color: red;
    font-weight: 600;
}
.main-menu ul li {
    float: left;
    margin-right: 28px;
}
.main-menu ul {
    float: right;
    margin-top: 25px;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.header-top {
    padding: 10px 0;
    position: absolute;
    z-index: 99999999;
    width: 100%;
    top: 0;
    left: 0;
}
.header-top::after {
    background: #000 none repeat scroll 0 0 !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*
    HeaderBottom
*/
.table {
    display: table;
    height: 100%;
    margin-bottom: 0;
}
.table-cell {
    display: table-cell;
}
.header-main {
    height: 100%;
    color: #fff;
    text-align: center;
}
.header-main > .container ,.header-main .row,.header-main .table {
    height: 100%;
}
.header-main .table-cell {
    vertical-align: middle;
    display: table-cell;
}
.header-text h1 {
    font-size: 62px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 500;
}
.header-text .word3 {
    color:#DF030F;
    font-weight:700
}
.header-text p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.my-btn a {
    text-decoration: none;
    text-align: center;
    background: red;
    color: #fff;
    font-weight: 600;
    padding: 12px 44px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    outline: none;
    display: inline-block;
}
.header-text .my-btn {
    text-align: center;
    margin-top: 25px;
}
.my-btn a:after {
    position: absolute;
    top: 45px;
    left: 0;
    content: '';
    background: #D9020A;
    width: 100%;
    height: 9px;
    overflow: hidden;
    opacity: 0;
    transition: .3s;
}
.my-btn a:hover:after {
    top: 41px;
    opacity: 1;
}

/*
==========================================
    ABOUT CSS
==========================================
*/
.about-img img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: -1;
    transition: .3s;
}
.about-img::after {
    background: #df030f;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about-img {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.about-left .details h3 {
    color: #fff;
    font-weight: 600;
}
.about-left .details {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.about-left .details ul li {
    display: inline;
    margin: 0 4px;
}
.about-left .details ul li a {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 30px;
    padding: 4px;
    outline: none;
    width: 30px;
    transition: .5s;
}
.about-left .details ul li a:hover {
    background: #fff;
    color: red;
}
.about-left .details ul li a {
    margin-top: 12px;
}

.about-right .details h3 {
    color: #2d2d2d;
    font-weight: 600;
}
.about-right .details p {
    line-height: 26px;
    margin-top: 20px;
}
.about-right .my-btn a {
    display: inline-block;
    margin-top: 50px;
}
.about-right .my-btn a i {
    padding-left: 10px;
}
.about-img:hover img {
    transform: scale(1.1) rotate(2deg);
}

/*
==========================================
    ABOUT Video CSS
==========================================
*/
.about-video {
    background: rgba(0, 0, 0, 0) url("../img/about video.jpg") repeat fixed 0 0 / cover ;
    color: #fff;
    position: relative;
    z-index: 0;
}
.about-video::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about-video .details .icon a {
    color: #fff;
}
.about-video .details .icon i {
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 35px;
    height: 90px;
    margin-top: 35px;
    padding: 26px;
    transition: all 0.5s ease 0s;
    width: 90px;
    text-decoration: none;
}
.about-video .details .icon i:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    transform: scale(1.1);
}

/*
==========================================
    SERVICES CSS
==========================================
*/
.services-box {
    margin-top: 50px;
    text-align: center;
}
.services .col-md-4:nth-child(1) .services-box, 
.services .col-md-4:nth-child(2) .services-box, 
.services .col-md-4:nth-child(3) .services-box {
    margin-top: 0;
}
.services-box i {
    color: red;
    font-size: 35px;
    margin-bottom: 15px;
}
.services-box h4 {
    font-weight: 600;
}
.services-box p {
    color: #666;
    margin-top: 13px;
}

/*
==========================================
    Skill CSS
==========================================
*/
.skill {
  background: #F2F2F2;
}
.skillst9 .skillbar .count-bar {
    background: red;
}
.skillst9 {
    margin-top: 40px;
}
.team-tab-content-right > p {
    margin-top: 10px;
}
.skill .col-md-6 > p {
    line-height: 26px;
    margin-top: 25px;
}

/*
==========================================
    CLIENT MEET CSS
==========================================
*/
.client-meet {
    background: rgba(0, 0, 0, 0) url("../img/client-meet-bg.jpg") repeat fixed 0 0;
    color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
}
.client-meet::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.client-meet .client-meet-box i {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 16px;
    width: 50px;
}

/*
==========================================
    PORTFOLIO CSS
==========================================
*/
.portfolio-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-weight: 400;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
}
.portfolio-menu button.mixitup-control-active {
    color: red;
}
.portfolio-menu button:hover {
    color: red;
}
.portfolio-menu {
    text-align: center;
}
.portfolio-img > img {
    height: auto;
    width: 100%;
    cursor: crosshair;
    transition: .4s;
}
.portfolio-box {
    margin-top: 25px;
}
.portfolio-main {
    margin-top: 25px;
}
.portfolio-img {
    position: relative;
    overflow: hidden;
}
.prtfolio-text:after {
    background: red none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.1);
    transition: all 0.4s ease 0s;
    width: 100%;
    content: '';
    z-index: -1;
}
.portfolio-img:hover .prtfolio-text:after {
    opacity: 0.4;
    transform: scale(1);
}
.prtfolio-text {
    cursor: crosshair;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 0;
}
.portfolio .table-cell {
    vertical-align: middle;
}
.portfolio-tex {
}
.prtfolio-text ul li a {
    color: #fff;
    display: inline-block;
    font-size: 26px;
}
.prtfolio-text ul {
    text-align: center;
}
.prtfolio-text ul li {
}
.portfolio-img:hover .pr {
}
.portfolio-img:hover .prtfolio-text {
    transform: scale(1);
}
.portfolio-img:hover img {
    transform: scale(1.1);
}
button.mixitup-control-active:focus {
    border: none;
    outline: none;
}

/*
==========================================
    TEAM CSS
==========================================
*/
.team {
    background: #f2f2f2 none repeat scroll 0 0;
}
.team-img > img {
    height: auto;
    transition: .5s;
    width: 100%;
}
.team-img {
    overflow: hidden;
    position: relative;
}
.team-details::after {
    background: red none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 98%;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
.team-img:hover .team-details::after {
    left: 0;
    opacity: 0.4;
    top: 0;
    transform: rotate(0deg);
}
.team-details {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.team-details li {
    display: inline;
}
.team-details li a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 7px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.team-text {
    background: red none repeat scroll 0 0;
    bottom: -61px;
    color: #fff;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team-details > ul {
    text-align: center;
}
.team-details li a:hover {
    transform: scale(1.2);
}
.team-img:hover img {
    transform: scale(1.1);
}
.team-img:hover .team-text {
    bottom: 0;
    opacity: 1;
}

/*
==========================================
    TESTIMONIAL CSS
==========================================
*/
.testimonial {
    background: rgba(0, 0, 0, 0) url("../img/testimonial-bg.jpg") repeat fixed 0 0;
    position: relative;
    text-align: center;
    z-index: 0;
    background-size: cover;
}
.testimonial::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-colam {
    color: #fff;
    text-align: center;
}
.testimonial-colam img {
    width: 100px!important;
    text-align: center;
    height: 100px;
    margin: auto;
    border-bottom: 11px solid #ddd;
    border-radius: 50%;
}
.testimonial-colam .iteam-content {
    max-width: 700px;
    margin: 0 auto;
}
.iteam-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.iteam-content p {
    line-height: 26px;
}

/*
==========================================
    BLOG CSS
==========================================
*/
.blog-content h6 {
    color: #9a9a9a;
    margin: 10px 0;
}
.blog-content p {
    line-height: 24px;
    margin-bottom: 20px;
}
.blog-content .read-more {
    color: #ddd;
    background: #000;
    padding: 6px 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 4s
}
.blog-content .read-more:hover {
    background: red;
    color: #fff;
}
.blog-content .blog-comment {
    float: right;
    color: #9a9a9a;
    text-decoration: none;
}
.blog-content .blog-comment i {
    margin-right: 8px;
}
.blog-img.img-responsive {
    width: 100%;
    height: auto;
    border-bottom: 3px solid red;
    transition: .5s;
}
.blog-content h4 a {
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    color: #666;
}
.blog {
    overflow: hidden;
}
.blog-content {
    padding: 30px 15px;
    padding-bottom: 35px;
}
.blog-colam {
    overflow: hidden;
    box-shadow: 0 0 15px #d9d9d9;
}
.blog-colam:hover img {
    transform: scaleX(1.1);
}

/*
==========================================
    CONTACT CSS
==========================================
*/
.contact {
    background: url(../img/contact-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}
.contact:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}
.contact .section-header h2 {
    color: #fff;
}
.contact .form-control {
    background: transparent;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 600;
    padding-left: 22px;
}
.contact input.form-control {
    height: 55px;
}
.contact textarea.form-control {
    height: 200px;
    padding-top: 36px;
}
.contact input[type="submit"] {
    border: none;
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 34px;
    outline: none;
}
.form-control:focus {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 5px 5px rgba(249, 16, 16, 0.8), 0 0 8px rgba(233, 102, 102, 0.78);
    box-shadow: inset 0 5px 5px rgba(246, 23, 23, 0.1), 0 0 8px rgb(252, 35, 9);
}

/*
==========================================
    FOOTER CSS
==========================================
*/
footer.footer {
    background: #1a1a1a none repeat scroll 0 0;
    color: #ffffff;
    padding: 20px 0;
}
.social-contact li a:hover {
    color: #fe763a;
}
footer.footer .col-md-6.text-right {
    color: #ddd;
    font-size: 12px;
}
.social-contact li {
    float: left;
    margin-right: 17px;
}
.social-contact li a {
    color: #fff;
}

/*
==========================================
    EXTRA CSS
==========================================
*/
.fix-top {
    position: fixed;
    z-index: 999;
    background: #000;
    transition: .5s;
    padding: 6px 0;
}
#stickyheader {
    transition: .5s;
}
.scrolltotop i {
    color: #fff;
    background: red;
    padding: 10px 16px;
    font-size: 18px;
    position: fixed;
    bottom: 4px;
    right: 8px;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
    z-index: 999;
}
.slicknav_menu {
    display:none;
}
.slicknav_menu {
    background: transparent;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
a.slicknav_btn.slicknav_collapsed {
    position: fixed;
    top: 18px;
    right: 4px;
    z-index: 999;
}
ul.slicknav_nav {
    top: 85px;
    position: absolute;
    width: 100%;
    background: #000;
}
a.slicknav_btn.slicknav_open {
    top: 18px;
    right: 4px;
}
.menu li.active a {
    color: red;
    font-weight: 600;
}
.owl-carousel {
    z-index: 0;
}

/*
==========================================
    PRELOADER
==========================================
*/
body.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999999;
}
.preloader-spinner {
    background: url(../img/preloader.gif) no-repeat center center;
    width: 100px;
    height: 100px;
    left: 46%;
    top: 40%;
    margin-bottom: 50px;
    margin-right: 50px;
    position: absolute;
}