/*
* ----------------------------------------------------------------------------------------
Author       : ThemeFusionBD
Template Name: JIBON Personal Portfolio Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
01.GLOBAL CSS STYLE
02.PRELOADER & BOUNCE CCS STYLE
03.HOMEPAGE CSS STYLE
04.ABOUT CSS STYLE
05.SERVICE CSS STYLE
06.QUOTES AREA
07.WORK CSS STYLE
08.TESTIMONIAL CSS STYLE
09.CONTACT CSS STYLE
10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    
}

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

img {
    width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

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

p {
    line-height: 30px;
    color: #444;
}

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

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

.no-padding {
    padding: 0
}

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

.section-title {
    text-align: center;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 800;
}

.section-title p {
    font-weight: 300;
}

a.read-more {
    display: inline-block;
    background: #0B858D;
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

a.read-more:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

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

.status-mes {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -26px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid #2f3744;
    border-right: 2px solid #2f3744;
    border-bottom: 2px solid #2f3744;
    border-left: 3px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms 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);
    }
}






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

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

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

.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 {}

.welcome-image-area h2 {
    color: #fff;
    font-size: 68px;
    letter-spacing: 5px;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 15px;
    margin-bottom: 15px;
}
.welcome-image-area p{
    font-size: 22px;
    color: #fff;
    margin-bottom: 45px;
}
a.home-btn {
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 2px solid rgba(255, 255, 255, .5);
}
.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;
}

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

.logo a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
    font-size: 18px;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}
.mainmenu .navbar-nav li.active a{
    color: #c6c6c6;
}

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

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -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: #2f3744;
}

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

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-bg .mainmenu .navbar-nav li.active a{
   color: #c6c6c6;
}

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



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

.about-area{}
.about-up-text{
    margin-bottom: 65px;
}
.about-up-text h3{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-up-text p{
    font-size: 16px;
}
.about-details{
    background: #f2f2f1;
}
.no-gutter{
    padding-left: 0px;
}

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

.about-text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.social-links {
    margin-top: 35px;
}

.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: #111;
    font-size: 16px;
    padding: 5px 12px;
    border: 2px solid #444;
    margin-bottom: 10px;
}

.social-links ul li a:hover {
    color: #333;
}


/*-----------------------------------
*        QUOTES AREA
*-------------------------------------*/
.quotes-area{
    background: url(../images/bg/quotes-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.quotes-area:before{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}


.quotes-content h3{
    font-size: 42px;
    color: #fff;
    margin-bottom: 25px;
    font-size: 800;
}
.quotes-content p{
    color: #fff;
}
.quotes-content a{
    background: transparent none repeat scroll 0 0;
  border: 2px solid #f2f2f2;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
    display: inline-block;
    margin-top: 25px;
}

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

.services-area {
    background: #F9F9F9;
}

.single-service {
    margin-top: 80px;
}

.single-service i {
    font-size: 60px;
    margin-bottom: 10px;
}

.single-service h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 20px 0px;
}

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






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

.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    display: inline-block;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    border: none;
    cursor: pointer;
    font-size: 12px;
}
ul.work li.active{
    position: relative;
}
ul.work li.active:before{
    position: absolute;
    content: "";
    background: #111;
    left: 0;
    bottom: 11px;
    height: 1px;
    width: 100%;
}
ul.work li:hover {
    color: #000;
    border: none;
}

ul.work li.active {
    border: none;
    color: #000;
}

.work .item {
    margin-top: 30px;
    position: relative;
}

.work .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.works{
    position: relative;
}
.work-title {
  left: 35px;
  position: absolute;
  top: 40px;
    z-index: 1;
}
.work-title h4{
    font-size: 16px;
    color: #111;
    font-weight: 800;
}
.work-title h4 span{
    font-size: 12px;
    display: block;
    margin-top: 6px;
    font-weight: 600;
}
.item:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}


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

.testimonial-area {
    background: #F9F9F9;
}

.testimonial-list {
    padding: 30px;
}

.single-testimonial {
    padding: 0px 100px;
}

.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 20px 0px;
}
.single-testimonial h2 span{
    
    font-weight: 600;
}
.single-testimonial p {
    line-height: 25px;
}

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

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


/*===============================================
	Contact Form
===============================================*/


.contact-form{
	position:relative;
	margin-top:55px;
}
.contact-form .form-group{
	margin-bottom:20px;
}
.form-control{
	padding:12px 2px;
	height:auto;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border:none;
	border-bottom:solid 2px rgba(0, 0, 0, 0.5);
	border-radius:0;
	background:transparent;
}
textarea.form-control{
	resize:vertical;
}
.form-control:focus{
	border-color:#202020;
}

.btn{
    margin-top: 15px;
	line-height:1em;
	background:transparent;
	font-weight:700;
	outline:none !important;
    background: transparent none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #333;
  display: inline-block;
  padding: 15px 25px;
}





/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #2f3744;
    padding: 60px 0px;
    
}

.footer-area p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}