/* =================================================

Template Name:  Diba - One Page Portfolio html Template
Author: MouriTheme
Version: 1.0
Design and Developed by: MouriTheme

NB: This is the main stylesheet of this theme.

=================================================== */  

/*
Table of content

1. Default css
2. Navigation area
3. hero area
4. About area
5. social network area
6. Skill area
7. Services area
8. Portfolio area
9. Testimonial area
10. Contact area
11. Footer area


*/


/*---------- 1. Default css starts ------------*/ 

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;  
  font-size: 16px;
  font-weight: 300;
  color: #777;
  background-color: #fff !important;
  line-height: 1.6;
}
body.fullscreen-image-background {
  background-image: url('../images/home/1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section {
	background-color: #fafafa;
	padding: 70px 0;
}

@media screen and (min-width: 1025px) {
  body.fullscreen-image-background {
    background-attachment: fixed;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  color: #646464;
}

p {
    letter-spacing: 0;
    line-height:1.8;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

img {
    max-width: 100%;
    height: auto;
}


/*------ 2. Navigation area starts ------*/

.navbar-brand {
  padding: 10px 15px;
}

.navbar-brand h1 {
	margin: 0;
	color: #fff;
}
.navbar-brand img {
  width: 74px;
  height: auto;
}

.navbar,
.navbar.navbar-light {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateZ(0);
}

.nav > li > a:focus {
  background-color: transparent;
  outline: none;
}

.navbar-nav {
  padding: 10px 0;
}
.navbar-nav > li {
  margin: 0 10px;
}
.navbar-nav > li > a {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #646464;
	font-weight: 700;
}
.navbar-nav > li > a:hover {
  padding-bottom: 0;
  background-color: transparent;
}
.navbar-nav > li.active > a {
  padding-bottom: 0;
  background-color: transparent;
  outline: none;
}
.navbar-nav.nav-text-light > li > a {
  color: #fff;
}

.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar.navbar-light {
  background-color: #f7f7f7;
}
.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #646464;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
    color: #e6e6e6;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-toggle {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
	background-color: #FF7F50;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
        background-color: #262626;
    }
}

.navbar.navbar-light .navbar-brand h1 {
	color: #FF7F50;
}

/*------ Navigation area ends ------*/


/* ------ 3. hero area starts ----- */

.hero-unit {
  position: relative;
  height: 100%;
}
.hero-unit.has-overlay {
  background: rgba(80, 80, 80, 0.85);
}
.hero-unit.hero-light .hero-content .hero-text .hero-heading,
.hero-unit.hero-light .hero-content .hero-text p {
  color: #fff;
}
.hero-unit .hero-bg-pattern {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-image: url('../img/noise_lines_%402X84ca.png?1342797527');
  background-repeat: repeat;
}
.hero-unit .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -10em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero-unit .hero-content {
    text-align: center;
    margin-top: -100px;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .hero-unit .hero-content {
    margin-top: -40px;
  }
}
@media screen and (max-width: 320px) {
  .hero-unit .hero-content {
    margin-top: -60px;
  }
}
.hero-unit .hero-content .hero-text .hero-heading,
.hero-unit .hero-content .hero-text p {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-weight: 300;
}
.hero-unit .hero-content .hero-text .hero-heading {
  font-size: 5em;
}
.hero-unit .hero-content .hero-text .hero-heading .name {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .hero-unit .hero-content .hero-text .hero-heading {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-text .hero-heading {
    font-size: 2em;
  }
}
.hero-unit .hero-content .hero-text .looper {
  margin-top: 20px;
}
.hero-unit .hero-content .hero-text p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 2em;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .hero-unit .hero-content .hero-text p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-text p {
    font-size: 1.3em;
  }
}
.hero-unit .hero-content .hero-buttons {
  z-index: 2;
}
.hero-unit .hero-content .hero-buttons .btn {
  margin: 0 5px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-buttons .btn {
    margin-bottom: 10px;
  }
}
.hero-unit .hero-content .hero-buttons #btn-about {
	padding: 15px 41px;
	border: 5px solid #fff;
	border-radius: 0;
	color: #fff;
    border-radius: 50px;
}
.hero-unit .hero-content .hero-buttons #btn-contact {
	padding: 15px 41px;
	background: #FF7F50;
	border-radius: 0;
	border: 5px solid #FF7F50;
    border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .hero-unit .hero-content .hero-buttons #btn-about, .hero-unit .hero-content .hero-buttons #btn-contact {
    padding: 5px 11px;
  }
}
.hero-unit .slide-caption {
  padding-bottom: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .hero-unit .slide-caption {
    padding-bottom: 0;
  }
}


/* ------ hero area ends ----- */


/*---- 4. About area starts -----*/

.about {
  position: relative;
  text-align: center;
}

.about-text {
	text-align: left;
}

.about-img img {
	width: 60%;
	border: 5px solid #D5D5D5;
	position: relative;
	border-radius: 25px;
}
.line1 {
	display: inline-block;
	height: 3px;
	width: 100px;
	background: #7D7D7D;
}
.about-text h3 {
	color: #444444;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
}
.socials a {
	display: inline-block;
	border: 1px solid #aaaaaa;
	width: 50px;
	height: 50px;
}
.socials a i {
	color: #FF7F50;
	padding: 15px;
	font-size: 20px;
}

/*---- ABOUT AREA ENDS -----*/


/*---- 5. social network area starts -----*/


#social-network {
	background-image: url(../images/freelance/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 70px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
#social-network::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,0.7);
}

#social-network h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
    color: #fff;
}

#social-network a {
	display: inline-block;
	border: 3px solid #fff;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #social-network h2 {
    font-size: 2em;
  }
}

/*---- social network area starts -----*/



/*---- 6. Skill area starts -----*/

.skills-left {
	text-align: right;
}

.skills-left img {
	width: 60%;
}

.skills-right {
	margin-top: 60px;
}

.skills .skill-name {
	display: block;
	font-size: 1.1em;
	color: #646464;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.chart {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
}
.chart .percent {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 90px;
	z-index: 2;
	font-family: "Dosis", sans-serif;
	font-size: 1.2em;
	color: #878787;
}
.chart .percent:after {
  margin-left: 0.1em;
}

/*---- Skill area starts -----*/


/*------- 7. Services area starts -------*/

.line2 {
	background: #FF7F50;
	height: 3px;
	width: 60px;
	display: inline-block;
    margin-bottom: 50px;
}
.icon-area {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
}
.icon-area img {
	padding: 15px;
}

.single-services h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

/*------- services area ends -------*/ 

/*----------- 8. Portfolio area starts--------------*/

#portfolio-section {
    padding-bottom: 0;
}

.project-item img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.9);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: crosshair;
}

.overlay .overlay-inner {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.overlay-inner p {
	text-transform: uppercase;
	font-weight: 700;
}

.overlay .overlay-inner h4 {
	color: #FF7F50 !important;
	margin-bottom: 0 !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	font-size: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.overlay .overlay-inner p {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    margin-top: 10px;
}

.project-item:hover .overlay .overlay-inner h4 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item:hover .overlay .overlay-inner p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item a:hover .overlay {
    opacity: 1;
}

ul.port-nav-list {
    padding: 0 0 50px 0;
    list-style: none;
    text-align: center;
}

ul.port-nav-list li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #FF7F50; 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

ul.port-nav-list li a {
    display: block;
    cursor: pointer;
    color: rgb(73, 73, 73);
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 900;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

ul.port-nav-list li a.active {
	color: #fff;
	border: 1px solid #FF7F50;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #FF7F50;
}

.port-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.portfolio-items .port-items .single-port {
    overflow: hidden;
    margin-bottom: 25px;
}
.single-port{
    padding: 0;
}

/*-----------portfolio area ends--------------*/

/*------------9. Testimonial area starts ---------*/

.testimonial-content p {
    font-weight: 400;
    font-size: 18px;
}

.single-testimonial {
    margin: 0 49px 29px;
    padding: 40px 30px 40px;
    position: relative;
    color: #818181;
    text-align: center;
}

.single-testimonial .testimonial-content{
    margin-bottom: 30px;
    font-size: 15px;
}

.single-testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.single-testimonial .pic img{
    width: 100%;
    height: 100%;
}

.single-testimonial .testimonial-title small{
    font-size: 15px;
    color:#292F36;
    font-weight: 600;
}

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

.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #FF7F50 !important;
}

/*------------ Testimonial area ends ---------*/ 

/*-------------10. Contact area starts -------------*/

.contact-area{
    background-color: #ffffff;
}

.contact-area .form-control {
    box-shadow: none;
    padding: 6px 10px;
    border-radius: 0;
    margin-bottom: 30px;
    border: 1px solid #a2a2a2;
}

.contact-area textarea.form-control{ 
    border: 1px solid #a2a2a2;
    padding: 6px 10px;
    height: 250px;
    margin-bottom: 30px;
}

.btn.btn-send {
	background: #FF7F50;
	color: #ffffff;
	border-radius: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
}

/*------------- Contact area ends -------------*/

/*-------------- 11. Footer area starts -------------*/


.footer-area {
    background: #232323;
    color: #ffffff;
    padding: 30px 0;
}

/*--------------- Footer area ends -------------*/

