/* ----------------------------------------------------------------------------------------
* Author        : Aman
* Template Name : Kolapata | Personal Portfolio Template
* Version       : 1.0     
* ---------------------------------------------------------------------------------------- */ 





/* ----------------------------------------------------------------------------------------
01. Reset css

02. Header area css

03. Navigation area css

04. About area css

05. Service area css

06. Skills area css

07. Portfolio area css

08. Testimonial area css

09. Contact area css

10. Map area css

11. Footer area css
* -------------------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------------------
* 01. Reset css
* -------------------------------------------------------------------------------------- */
@font-face{
font-family: 'BYekan';
src:url('YekanWeb-Regular.woff') format('woff');
 font-weight:"300,400,normal";
 }
html,
body {
    height: 100%
}

body {
    color: #767676;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: 'BYekan';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
  font-family: 'BYekan';
}
p{
	text-align: justify;
    direction: rtl;
}

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

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

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

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

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

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

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.section {
    padding: 20px 0px;
}

.section-title {
    color: #333;
    margin-bottom: 60px;
}

.left-border {
    display: inline-block;
    text-align: right;
    border-right: 3px solid #767676;
    padding-right: 10px;
}

.section-title h3 {
    margin-top: 0px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 21px;
}

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

.white .left-border {
    border-right: 3px solid #fff;
}

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}



/* ----------------------------------------------------------------------------------------
* 02. Header area css
* -------------------------------------------------------------------------------------- */

.header-area {
    height: 100%;
    min-height: 300px;
    position: relative;
    background-image: url(../img/bg/header-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.header-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.header-logo {
    margin-top: 30px;
}

.caption {
    position: relative;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -70px;
}

.caption h1 {
    font-size: 60px;
    margin: 0px;
    font-weight: 900;
    font-family: BYekan;
}

.caption h1,
.caption h3 {
    color: #fff;
}




/* ----------------------------------------------------------------------------------------
* 03. Navigation area css
* --------------------------------------------------------------------------------------- */

.menu-area {
    height: 52px;
}

.menu-area .sticky {
    z-index: 999;
    position: relative;
    background: #F6F6F6;
}

.is-sticky {
    width: 100%;
    z-index: 9999;
    position: absolute;
}

.logo a img {
    width: auto;
}

.navbar {direction: rtl;
    margin-bottom: 0;
    border: 0px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.nav > li > a:active,
.nav > li > a:focus {
    background: inherit;
    color: inherit;
}

.mainmenu .navbar-nav li.active a {
    background: #333 ;
    color: #fff;
}





/* ----------------------------------------------------------------------------------------
* 04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
    background: #fff;
}

.about-text {
    text-align: right;font-family: BYekan;
}

.about-text h2 {text-align: right;font-family: BYekan;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}

.about-text h4 {text-align: right;font-family: BYekan;
    margin-bottom: 20px;
}





/* ----------------------------------------------------------------------------------------
* 05. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {}

.single-service {
    text-align: center;
}

.single-service img {
    width: auto;
    height: auto;
}

.single-service h2 {
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}





/* ----------------------------------------------------------------------------------------
* 06. Skills area css
* ---------------------------------------------------------------------------------------*/

.skill-area {
    position: relative;
    background-image: url(../img/bg/skill-bg.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.skill-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.skills {
    width: 810px;
    margin: auto;
    display: table;
    padding-top: 60px;
    margin-bottom: 30px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: url(../img/bg/bar-bg.png);
    background-size: cover;
    position: relative;
}

.skillbar {
    margin-bottom: 24px;
    position: relative;
    width: 80px;
    display: block;
    float: left;
    margin: 0 5%;
    height: 300px;
}

.skillbar-bar {
    width: 100%;
    height: 100%;
    position: relative;
}

.skillbar-bar .skillbar-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-transition-property: width,background-color;
    -moz-transition-property: width,background-color;
    -o-transition-property: width,background-color;
    transition-property: width,background-color;
    overflow: inherit !important;
}

span.skillbar-percent {
    position: absolute;
    top: -60px;
    width: 100%;
    color: #000;
    font-size: 20px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    font-weight: 600;
}

span.skillbar-percent:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.skillbar-title {
    word-wrap: inherit;
    margin: 5px -20px;
    text-align: center;
}





/* ----------------------------------------------------------------------------------------
* 07. Portfolio area css
* --------------------------------------------------------------------------------------- */

.filters ul {
    margin: 0;
    padding: 0;direction: rtl;
    list-style: none;
    text-align: center;
}

.filters li {
    display: inline-block;
    margin: 0px 7px;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.filters li.active {
    border-bottom: 1px solid #767676;
}

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

.work-items .item img {
    width: 100%;
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






/* ----------------------------------------------------------------------------------------
* 08. Testimonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area {
    background-image: url(../img/bg/test-bg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}

.testimonial-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.testimonial-item {
    max-width: 900px;
    margin: auto;
}

.test-img {
    text-align: center;
}

.test-img img {
    display: inline-block;
    text-align: center;
}

.testimonial-item i.fa{
    font-size: 60px;
    text-align: center;
    display: block;
}

.testimonial-item h2 { 
    font-size: 40px;
}

.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}





/* ----------------------------------------------------------------------------------------
* 09. Contact area css
* --------------------------------------------------------------------------------------- */

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

.address {direction: rtl;
    display: table;
    margin: 10px auto;
}

.address-box {
    margin-bottom: 30px;
}

.address-box i {
    float: left;
    font-size: 40px;
    display: inline-block;
}

.address-box p {
    margin-left: 80px;direction: rtl;
}

.follow-me h2 {
    text-align: center;
    font-weight: bold;
    color: #333;
}

.follow-me ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.follow-me ul li {
    display: inline-block;
}

.follow-me ul li a {
    color: inherit;
}

.follow-me ul li a i {
    font-size: 30px;
    padding: 10px;
    transition: 0.3s ease-out;
}

.follow-me ul li a:hover i {
    background-color: #333;
    color: #fff;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    display: inline-block;
    color: #fff;
    background: #333;
    padding: 10px 40px;
    border-radius: 0px;
    text-transform: uppercase;
}

.contact-form input[type='submit']:hover {
    opacity: 0.9;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}





/* ----------------------------------------------------------------------------------------
* 10. Map area css
* --------------------------------------------------------------------------------------- */

#map {
    height: 350px;
}





/* ----------------------------------------------------------------------------------------
* 11. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
}

.footer-text img {
    margin-bottom: 20px;
}

.footer-text p {
    margin: 0;
}