 /*************************************

Template Name: PERSONA - Personal Portfolio Template
Author: ThemeLabBD
Version: 1.0
Design and Developed by: ThemeLabBD

NOTE: This is main stylesheet of the template.

****************************************/


/*================================================
            Table of contents  
==================================================
 
0. BASE CSS
1. PRELOADER
2. SECTION TITLE AND SECTION PADDING
3. INTRO SECTION
    a. HEADER AREA
    b. WELCOME AREA
4. ABOUT SECTION
5. SERVICES SECTION
6. WORK SECTION
7. QUOTES AREA
8. CONTACT INFO SECTION
9. FOOTER SECTION

====================================================
            End table content 
===================================================*/

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



/*================================================
             0 BASE CSS
==================================================*/
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #222;
}
p{
    color: #666;
    letter-spacing: 1px;
}
html,
body { height: 100% }
body {
     font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
}
a:hover { text-decoration: none }
a{
    color: #222;
    transition: all 0.4s ease-in-out;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*================================================
             1 PRELOADER
==================================================*/
.preloader {
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color:#fff;
    z-index:9999999;
}
.preloader .spinner {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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


/*================================================
     2 SECTION TITLE AND SECTION PADDING
==================================================*/
.section-title{
    color: #000;
    margin-bottom: 65px;
    display: inline-block;
    padding-left: 12px;
}
.section-title h2{
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.section-title p{
    max-width: 600px;
    font-size: 14px;
}
.section-padding{
    padding: 100px 0;
}

/*================================================
             3 INTRO SECTION
==================================================*/
.intro-section{
    height: 100%;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.welcome-area:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

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

/*================================================
             a HEADER AREA
==================================================*/
.custom-navbar {
    
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.logo a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
    font-style: italic;
  letter-spacing: 4px;
  margin-top: 26px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.logo a:focus {
    text-decoration: none;
}

.main-menu{
    text-transform: uppercase;
}
.main-menu ul.navbar-nav{
    float: right;
}
.main-menu ul.nav.navbar-nav li.active{
    position: relative;
}
.main-menu ul.nav.navbar-nav li.active a{
    
    
   
}
.main-menu ul.navbar-nav li a{
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 30px 13px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu ul.navbar-nav li a:focus {
    background: none;
}
.main-menu ul li:hover a{
    color: #f9f9f9;
    background: none;
}
.custom-navbar.top-nav-collapse .logo a{
    color: #fff;
    margin-top: 18px;
}
.custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li a{
    color: #fff;
     padding: 22px 13px;
}
.main-menu ul.navbar-nav li.active a{
    color: #f2f2f2;
}
.custom-navbar.top-nav-collapse .main-menu ul.nav.navbar-nav li.active a{
    color: #f2f2f2;
   
}
.custom-navbar.top-nav-collapse .main-menu ul.nav.navbar-nav li.active a{
    
   
}

.custom-navbar.top-nav-collapse {
    background: #000;
    padding: 5px 0;

}

/*================================================
             b WELCOME AREA
==================================================*/
.welcome-area{
    height: 100%;
    position: relative;
    z-index: 3;
}
.welcome-table{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.welcome-cell{
    display: table-cell;
    vertical-align: middle;
}
.welcome-text{
    
}
.welcome-text h1{
    font-size: 110px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 8px;
}

.welcome-text h3{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

/*================================================
             4 ABOUT SECTION
==================================================*/
.about-section{
    
}
.author-image {
  text-align: center;
}
.author-image img{
     box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}
.social-icon{
    margin-top: 10px;
    padding: 0;
}

.social-icon li {
    display: inline-block;
}
.social-icon li a {
    display: block;
    font-size: 18px;
    padding: 8px 12px;
}
.social-icon li a:hover {
    color: #666;
}

.about-text {
    padding: 30px 0;
}

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

/*================================================
            5 SERVICES SECTION
==================================================*/

.services-section {
    background-color: #f0f0f0;
}
.servise-icon {
  font-size: 82px;
  margin: 0 auto 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
    
}
.single-service:hover .servise-icon{
    
}
.servise-icon i{
    
}
.single-service h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    }
.single-service p{
    font-size: 16px;
}

/*================================================
            6 WORK SECTION 
==================================================*/

.work-section{
    
}
.single-work {
    position: relative;
    margin-bottom: 30px;
    
}
.single-work a{
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}
.single-work a:focus{
    outline: 0;
}
.single-work img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
    
}
.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right:20px;
	background:rgba(0,0,0,0.85);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;

}
.single-work a:hover .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.single-work a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.work-table{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.hover-content{
    
}

.hover-content h3 {
	color:#fff;
	padding-bottom:5px;
    text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align:center;
  	
}
.hover-content h6{
	color:#fff;
	font-size: 14px;
    text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 1px;
}
/*================================================
            7 QUOTES AREA 
==================================================*/
.quotes-area{
  background: url(../images/divider-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.quotes-area:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: -1;
}
.quotes-content h3{
    font-size: 42px;
    margin-bottom: 25px;
    font-size: 500;
    color: #fff;
}
.quotes-content h3 span{
    font-weight: 900;
}
.quotes-content p{
    font-size: 16px;
    color: #fff;
}
.quotes-content a{
    margin-top: 25px;
    color: #fff;
}
.quotes-area .btn, a.btn {
  border-radius: 48px;
    border: 2px solid #fff;
    color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 48px;
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
    background: transparent;
}

.quotes-area .btn:hover, a.btn:hover, .btn.btn-effect:hover {
 border: 2px solid #fff;
    color: #fff;
    opacity: 0.9;
}


.quotes-area .btn:focus, a.btn:focus {
    outline: none;
}

/*================================================
            8 REVIEW SECTION 
==================================================*/
.review-section{
    
}


.review-full-area{
    
}

.review-full-area .owl-carousel{
  text-align: center;
}
.single-review {
  
}
.review-content{
    text-align: center;
}
.review-content p{
    font-size: 16px;
    margin-bottom: 20px;
}
h4.author{
    position: relative;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.review-list img{
    width: 102px !important;
    margin: 7px auto 20px
}
.review-list .owl-dots{
    text-align: center;
}
.review-list .owl-dots div {
  background: #666;
  display: inline-block;
  height: 5px;
  margin-right: 6px;
  width: 14px;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.review-list .owl-dots div.active{
    background: #000;
}

/*================================================
            9 CONTACT INFO SECTION
==================================================*/
.contact-info-section{
     background: #f2f2f2;
}
.contact-form{
	position:relative;
}
.contact-form .form-group{
	margin-bottom:20px;
}
.form-control{
	padding: 15px;
	height:auto;
	box-shadow:none !important;
	border:none;
	border-radius:0;
	background:#fff;
    border-radius: 5px;
}
textarea.form-control{
	resize:vertical;
    height: 120px;
}
.form-control:focus{
	border: 0 solid;
}
.btn, a.btn {
  border-radius: 48px;
    border: 2px solid #666;
    color: #666;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 48px;
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
    background: transparent;
}

.btn:hover, a.btn:hover, .btn.btn-effect:hover {
 border: 2px solid #222;
    color: #222;
    opacity: 0.9;
}


.btn:focus, a.btn:focus {
    outline: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.4s ease-in-out;
}
.btn.btn-effect.disabled{
    
    cursor: not-allowed;
}
.btn.btn-effect.disabled:hover {
  
  top: -5px;
}
.full-adress{
    margin-left: 40px;
}
.contact-padding.col-md-12 {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
    border-radius: 5px;
}
.full-adress p.phone, .full-adress p.mail, .full-adress p.adress{
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
}
.full-adress p.phone:before, .full-adress p.mail:before, .full-adress p.adress:before{
    position: absolute;
    content: "\f041";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}
.full-adress p.phone:before{
    content: "\f095";
}
.full-adress p.mail:before{
    content: "\f003 ";
}
.full-adress p.adress:before{
    content: "\f041";
}
.full-adress p.phone a, .full-adress p.mail a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
            
/*================================================
            10 FOOTER SECTION
==================================================*/
.footer{
    background-color: #fff;
    padding: 110px 0;
}
.footer-text{}
.footer-text p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}