/*=================================================================================

    Template Name: Flex - personal portfolio template
    Author: Themescare
    Author URI: http://themeforest.net/user/themescare
    Description: 
    Version: 1.0

===================================================================================*/



/* Table of Content
==================================================
    
    01. IMPORTED CSS
    02. DEFAULT CSS
    03. NAVIGATION CSS
    04. INTRO CSS
    05. ABOUT SECTION CSS
    06. SERVICE SECTION CSS
    07. SKILL SECTION CSS
    08. WORK SECTION CSS
    09. HIRE-ME SECTION CSS
    10. TESTIMONIAL SECTION CSS
    11. BLOG SECTION CSS
    12. CONTACT SECTION CSS
    13. FOOTER SECTION CSS



*/



/*================================================
    01. IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600');


/*================================================
    02. DEFAULT CSS
==================================================*/ 

body {
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    font-weight: 400
}
html,body { 
    height: 100%
}
img {
    max-width: 100%;
    height: auto
}
.flex-btn{
    background: #e36666 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.flex-btn:hover {
    background: #dd3f3f none repeat scroll 0 0;
    color: #fff;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
a:focus {
    text-decoration: none;
    outline: 0 solid 
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 50px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_t_100 {
    padding-top: 100px;
}
.section_b_50 {
    padding-bottom: 50px;
}
.flex-section-heading, .flex-section-heading-white {
    margin-bottom: 7%;
}
.flex-section-heading-white h3{
    color: #eee;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.flex-section-heading h3 {
    color: #555;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.flex-section-heading span, .flex-section-heading-white span {
    color: #e36666;
    font-weight: 600;
}
.heading-border{
    background: #e36666 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px auto 0;
    width: 10%;
}

/*================================================
     03. NAVIGATION CSS
==================================================*/

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-collapse {
    background: transparent
}

.menu-top.menu-shrink{
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
.menu-top { 
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    color: #FFF !important;
    font-size: 35px;
    font-family: 'Berkshire Swash', cursive;
    text-transform: uppercase
}
.nav.navbar-nav{
    float: right
}
.nav.navbar-nav > li {
    border-bottom: 0px solid #e55454;
}
.nav.navbar-nav > li:last-child {
    border-bottom: 0px solid #e55454;
}
.menu-top.menu-shrink .navbar-nav > .active > a, .menu-top.menu-shrink .navbar-nav > .active > a:focus, .menu-top.menu-shrink .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #e36666!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #e36666!important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-top.menu-shrink .navbar-nav > li > a {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e55454;
}

/*================================================
     04. INTRO SECTION
==================================================*/

.flex-intro-section, .flex-welcome-area, .flex-intro-section, .flex-welcome-area div {
    height: 100%;
}
.single-welcome-item:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-welcome-item {
    position: relative;
    z-index: 1;
}
.welcome-item-1 {
    background: rgba(0, 0, 0, 0) url("../img/welcome.jpg") repeat fixed center center / cover ;
}
.single-welcome-item-table {
    display: table;
    width: 100%;
}
.flex-intro-section div.single-slide-welcome-table-cell, .flex-intro-section div.single-welcome-item-table-cell div {
    height: auto;
}
.single-welcome-item-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.single-welcome-item h2 {
    color: #fff;
    font-family: "Dosis",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 50px;
    text-transform: capitalize
}
.single-welcome-item p {
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 35px;
}
.single-welcome-item-table a {
    margin: 0 10px;
}
.banner-icon.theme-color {
  color: #e36666 ;
}
.banner-icon {
  animation: 3s ease 0s normal none infinite running bounce;
  bottom: 30px;
  font-size: 40px;
  left: 50%;
  margin-left: -25px;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  width: 50px;
}
.animating-icon {
  left: 51%;
  position: absolute;
  top: 0;
}
/*================================================
     05. ABOUT SECTION CSS
==================================================*/
.about-right-side > h3 {
    color: #555;
    font-family: "Dosis",sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-right-side > p {
    margin: 0 0 10px;
}
.about-left-side > img {
  width: 100%;
}

/*================================================
     06. SERVICE SECTION CSS
==================================================*/

.flex-service-area {
    background: rgba(0, 0, 0, 0) url("../img/section-bg.jpg") no-repeat fixed center center / cover ;
    padding: 50px 0;
    position: relative;
}
.overlay {
    background: rgba(28, 28, 28, 0.71) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-service {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 3px solid #f1f1f1;
    margin-top: 30px
}
.service-icon {
    color: #e55454;
    font-size: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service:hover {
    border: 3px solid #e55454
}
.service-text span {
    display: block;
}
.service-text p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*================================================
     07. SKILL SECTION CSS
==================================================*/

.skill-left > h3 {
    font-family: "Dosis",sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #555
}
.skill-left > p {
    margin: 15px 0 0;
}
.skill-right-bar ul li span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px
}
.flex-progress-skill {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: none;
    height: 35px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    z-index: -9;
}
.skill-right-bar{
    margin-top: 0px
}
.progress-bar {
    background-color: rgba(216, 47, 31, 0.76);
}
.skill-title {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.skill-title > p {
    height: 100%;
    line-height: 35px;
    text-align: center;
}
.flex-bar {
    position: absolute;
    top: 0;
    z-index: -1;
}

/*================================================
     08. WORK SECTION CSS
==================================================*/
.flex-portfolio-area{
    background: #f9f9f9 none repeat scroll 0 0;
}
.single-work {
    position: relative;
    margin-top: 30px
}
.work-hover {
    background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(0);
          transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
          transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
    width: 100%;
}
.single-work:hover .work-hover {
    -webkit-transform: scaleY(1);
          transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.work-hover p {
    color: #fff;
    font-weight: 600;
    left: 5%;
    position: absolute;
    text-transform: capitalize;
    top: 60%;
}

/*================================================
    10. TESTIMONIAL SECTION CSS
==================================================*/ 

.flex-people-say-area {
    background: rgba(0, 0, 0, 0) url("../img/service-bg.jpg") repeat fixed center / cover ;
    position: relative;
}
.item_4 {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.people-text {
    color: #fff;
}
.people-text > h4 {
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px
}
.people-text span {
    color: #e36666;
    font-weight: 600;
}
.people-text h5 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 20px
}
.single_opt i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
          backface-visibility: visible;
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 3px;
    margin: 5px 7px;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    width: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #e36666none repeat scroll 0 0;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background:#e36666 none repeat scroll 0 0;
}
/*================================================
    11. BLOG SECTION CSS
==================================================*/ 
.flex-blog-area{
    background: #f9f9f9 none repeat scroll 0 0;
}
.single-news {
    margin-bottom: 50px;
}
.single-news-desc {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.single-news-desc h4{
    color: #333;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
}
.news-caption {
    background-color: rgba(34, 34, 34, 0.7);
    bottom: 0;
    left: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    height: 42px
}
.news-caption span.news-author {
    color: #fff;
    float: left;
    margin: 0;
    padding-left: 30px;
    text-transform: capitalize;
    font-weight: 400
}
.single-news-img > img {
    width: 100%;
}
.news-caption ul.news-section {
    float: right;
    width: auto;
}
.news-caption ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.single-news-img {
    position: relative;
}
.news-author i {
    color: #e55454;
}

/*================================================
    12. CONTACT SECTION CSS
==================================================*/ 
.contact-top form input[type="text"], input[type="email"]{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}
.contact-top form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 140px;
    padding: 5px 10px;
    width: 100% !important;
}
.contact-top form input[type="submit"] {
    background: #e36666 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0 auto;
    padding: 9px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact-top form input[type="submit"]:hover {
    background: #b42525 none repeat scroll 0 0;
    color: #fff;
}
.contact-top form p{
    margin-top: 10px
}
.single-contact-right {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 50px;
    padding: 20px;
}
.contact-text {
    text-transform: lowercase;
}
.contact-icon {
    background: #fff none repeat scroll 0 0;
    color: #e36666;
    float: left;
    font-size: 30px;
    height: 65px;
    line-height: 2;
    margin-right: 10px;
    text-align: center;
    width: 30%;
}
.contact-text > h4 {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}
.contact-text > span {
    display: block;
}

/*================================================
    13. FOOTER SECTION CSS
==================================================*/ 

.flex-footer-area {
    background: #151515 none repeat scroll 0 0;
}
.footer-social ul{
    text-align: center
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a{
    border: 1px solid #222;
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    text-transform: capitalize;
    width: 40px;
}
.footer-social ul li a:hover{
    color: #e36666;
    background: #eee
}
.footer-copyright > p {
    color: #ccc;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    text-transform: capitalize;
}
.footer-copyright p > i, .footer-copyright p > span {
    color: #e36666;
}