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

Template Name: It's Me - Personal Portfolio Template
Author: Godex
Version: 1.0
Design and Developed by: Godex

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

 /*====================================
            Table of contents  
=======================================
 
0. BASE CSS
1. PRELOADER
2. SECTION TITLE AND SECTION PADDING
3. HEADER
4. WELCOME
5. ABOUT
6. SERVICES
7. WORK
8. STAT
9. TESTIMONIAL
10. CONTACT INFO
11. BLOG AND SINGLE BLOG
12. FOOTER

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

@import url('https://fonts.googleapis.com/css?family=Marck+Script|Quicksand:300,400,500,700|Roboto:700');

 /*==================================
             0. BASE CSS
====================================*/
body {
     font-family: 'Quicksand', sans-serif;
     color: #444;
     font-weight: 400;
     line-height: 28px;
     font-size: 15px;
 }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
 a:focus {
     outline: 0 solid
 }
 img {
     max-width: 100%;
     height: auto;
 }
a{
    transition: 0.4s
}
 html,
 body {
     height: 100%
 }
 a:hover {
     text-decoration: none
 }
 
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus {
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
 }

a.e404 {
    position:absolute;
    margin-top: 40px;
    left:50%;
    transform:translate(-50%,-50%);
    width:140px;
    height:40px;
    text-align:center;
    line-height:32px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ffc814;
    font-weight: bold;
    font-family:'sans-serif';
    letter-spacing:4px;
    border:4px solid #ffc814;
    overflow:hidden;
}
a.e404 span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: 0.5s;
}
a.e404 span:nth-child(1) {
    transform: translateX(-100%);
    transition: 0.5s;
}
a.e404:hover span:nth-child(1) {
    transform: translateX(0);
    color:#ffc814;
}
a.e404 span:nth-child(2) {
    transform: translateX(0);
    transition: 0.5s;
}
a.e404:hover span:nth-child(2) {
    transform: translateX(100%);
    color:#ffc814;
}
 /*======================
     1. PRELOADER
========================*/

 #loader-wrapper {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9999999;
     overflow: hidden;
}
 .no-js #loader-wrapper {
     display: none;
}
 #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #ffc814;
    z-index: 1001;
    animation: spin 2s linear infinite;
}
 #loader:before {
      content: "";
      position: absolute;
      top: 40px;
      left: 40px;
      right: 40px;
      bottom: 40px;
      border-radius: 50%;
      border: 4px solid transparent;
      border-top-color: #ffdb60;
      animation: spin 3s linear infinite;
}
 #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      right: 15px;
      left: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 4px solid transparent;
      border-top-color: #ffc814;
      animation: spin 1s linear infinite;
}
 @-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
    }
}
 @keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes spin-reverse {
     0% {
         -webkit-transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
    }
}
 @keyframes spin-reverse {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
         transform: rotate(-360deg);
    }
}
 #loader-wrapper .loader-section {
     background-color: #fff;
     position: fixed;
     top: 0;
     width: 51%;
     height: 100%;
     z-index: 10;
}
 #loader-wrapper .loader-section.section-left {
     left: 0;
}
 #loader-wrapper .loader-section.section-right {
     right: 0;
}
/* Loaded styles */
 .loaded #loader-wrapper .loader-section.section-left {
     -webkit-transform: translateX(-100%);
     transform: translateX(-100%);
     -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .loaded #loader-wrapper .loader-section.section-right {
     -webkit-transform: translateX(100%);
     transform: translateX(100%);
     -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .loaded #loader {
     opacity: 0;
     -webkit-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
 .loaded #loader-wrapper {
     visibility: hidden;
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
     -webkit-transition: all 0.3s 1s ease-out;
     transition: all 0.3s 1s ease-out;
}

 /*=====================================
    2. SECTION TITLE & SECTION PADDING
========================================*/
 
 .section-title {
     margin-bottom: 65px;
     text-align: center;
 }
 .section-title h2 {
     font-size: 45px;
     margin-bottom: 5px;
     letter-spacing: 2px;
     font-weight: 900;
 }
 .section-title p {
     font-size: 14px;
     margin: 0;
 }
 .section-padding {
     padding: 100px 0;
 }
 /*==========================
        3. HEADER AREA
=============================*/
 
 .custom-navbar {
     border-width: 0;
     background: transparent;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 .logo a {
    font-family: 'Montserrat', sans-serif;
	color: #ffc814;
	display: inline-block;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 3px;
	margin-top: 21px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	line-height: 40px;
}
 .logo a:focus {
     text-decoration: none;
 }
 .main-menu {
     text-transform: uppercase;
 }
 .main-menu ul.navbar-nav {
     float: left;
 }
 .main-menu ul.nav.navbar-nav li.active {
     position: relative;
 }
 .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;
     position: relative;
 }
 .main-menu ul.navbar-nav li a:focus,  .main-menu ul.navbar-nav li a:hover {
     background: none;
     color: #ffc814;
 }
 .custom-navbar.top-nav-collapse .logo a {
     margin-top: 15px;
 }
 .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li a {
     color: #fcfcfc;
     padding: 25px 13px;
 } .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li a:hover {
     color: #ffc814;
 }
.logo a span {
     display: inline-block;
     font-size: 28px;
     padding: 9px 5px 8px 7px;
 }
 .custom-navbar.top-nav-collapse {
     background: rgba(0,0,0, .8);
     box-shadow: 0 0 10px #222;
     border-width: 0;
 }
 .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li.active a:after {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 /*===========================
        4. WELCOME AREA
==============================*/
 
 .welcome-area {
     background-size: cover;
     background-position: center center;
     z-index: 1;
     position: relative;
     height: 100%;
 }
 .welcome-area:after,
 .quotes-area:after {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: .6;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     z-index: -1;
 }
 .welcome-table {
     display: table;
     width: 100%;
     height: 100%;
     text-align: center;
 }
 .welcome-cell {
     display: table-cell;
     vertical-align: middle;
 }
 .welcome-text h1 {
     text-transform: capitalize;
     font-size: 75px;
     font-weight: 900;
     margin-bottom: 10px;
     color: #ffc814;
 }
 .typed-cursor,
 .element {
     display: inline;
     font-weight: 300;
     font-size: 28px;
     color: #fff;
 }
 .welcome-area .home-arrow {
     text-align: center;
     position: absolute;
     bottom: -210px;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }
 .welcome-area .home-arrow a {
     font-size: 30px;
     color: #ffc814;
 }
 .welcome-area .home-arrow .fa {
     display: inline-block;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-animation-name: home-arrow;
     animation-name: home-arrow;
     animation-duration: 3s;
     -webkit-animation-duration: 3s;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
 }
 @-webkit-keyframes home-arrow {
     from {
         -webkit-transform: translate3d( 0, 0px, 0);
         transform: translate3d( 0, 0px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     }
     10% {
         -webkit-transform: translate3d( 0, 1px, 0);
         transform: translate3d( 0, 1px, 0);
         filter: alpha(opacity=100);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     }
     to {
         -webkit-transform: translate3d( 0, 50px, 0);
         transform: translate3d( 0, 50px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     }
 }

 /*========================
        5. ABOUT AREA
===========================*/
.about-area .nav-tabs{
    border: none;
    margin-bottom: 50px;
}
.about-area .nav-tabs li {
    width: 33%;
    text-align: left;
    float: left;
}
 .about-area .tab .nav-tabs li a {
    font-family: 'Montserrat', sans-serif;
    width: 33%;
    margin: 0 auto;
    background: transparent;
    border-radius:0;
    border: none;
    font-size: 16px;
    color: #ffc814;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.tab .nav-tabs li a:hover {
    background:transparent;
}
.tab .nav-tabs li.active{
    border-bottom: 4px solid #ffc814;
}
.tab .tab-content{
    padding:15px;
    margin-top:0;
    border:none;
}
.tab-content h3 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.tab-content p {
    
}
.social-links {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}
.specs-info {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}
.social-links li {
    display: inline-block;
    margin-right: 8px;
}
.specs-info li {
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-right: 8px;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
    color: #444;
}
.specs-info li a {
    text-transform: none;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
    color: #444;
}.specs-info li a:hover {
    color: #ffc814;
}

.author-image img {
	padding: 8px 8px;
	margin: 8px 8px;
	border-top: 4px solid #ffc814;
	border-left: 4px solid #ffc814;
}



.social-links a {
	display: block;
	width: 50px;
    height: 50px;
    line-height:40px;
    background: #ffc814;
	border: 5px solid #ffffff;
	color: #ffffff;
	border-radius: 100%;
	font-size: 16px;
    text-align: center;
}
.social-links a:hover {
	border: 5px solid #ffe791;
	color: #ffffff;
}
.about-area .single-skill {
    margin-bottom: 32px;
}
.about-area .skill-info {
	overflow: hidden;
}
.about-area .skill-info h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 10px;
    color: #444;
}
.about-area .progress {
	height: 14px;
	border-radius: 0px;
	box-shadow: none;
	overflow: visible;
    background-color: #ddd;
}
.about-area .progress .progress-bar {
	position: relative;
	background: #ffc814; 
}
.about-area .progress .progress-bar span {
	font-size: 14px;
	right: 12px;
	color: #fff;
	background: #ffc814; 
	position: absolute;
	height: 14px;
	line-height: 14px;
	font-weight: 600;
}
 /*===========================
        6 SERVICES AREA
=============================*/
 
.services-area{
    background-color: #f7f7f7;
    background: url('assets/img/whatido.jpg')no-repeat;
}
 .single-service {
     position: relative;
     overflow: hidden;
     font-size: 16px;
     font-weight: 500;
     padding: 40px 30px;
     background-color: #ffc814;
     color: #ffffff;
     margin-bottom: 30px;
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
     border-radius: 50px;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
.single-service:hover{
     
}
 .service-img {
     height: 65px;
     width: 60px;
     background-size: contain;
     margin: 0 auto;
     background-repeat: no-repeat;
 }
 .single-service h3 {
     font-size: 18px;
     font-weight: 600;
     margin: 15px 0;
     text-transform: capitalize;
 }
 .single-service p {
     margin: 0;
 }
.single-service .service-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 110%;
	border-radius: 5px;
	transition: all .4s;
}
.single-service .service-overlay ul {
	width: 100%;
	height: 100%;
	padding: 30px 40px;
    margin: 0;
    list-style: none;
	border-radius: 5px;
}
.single-service .service-overlay ul li {
	font-size: 16px;
	line-height: 36px;
    background-color: #ffffff;
	color: #555;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-transform: none;
}
.single-service .service-overlay ul li i.fa {
	margin-right: 5px;
}
 .single-service:hover .service-overlay {
	top: 0;
}
 .single-service:hover {}

 /*========================
        7 WORK AREA
==========================*/
.work-area{
    
}
 .work-inner .mix {
     display: none;
 }
 ul.work-list {
     list-style: outside none none;
     margin-bottom: 20px;
     padding: 0;
 }
 ul.work-list li {
     cursor: pointer;
     display: inline-block;
     padding: 5px;
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
ul.work-list li.active {
    color: #ffc814;
}
 .single-work {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
 }
 .single-work img {
     -webkit-transform: scale(1.15);
     transform: scale(1.15);
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
 .single-work:hover img {
     -webkit-transform: scale(1);
     transform: scale(1);
 }
 .item-hover {
     padding: 30px;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     -webkit-transition: 0.4s;
     transition: 0.4s;
     z-index: 1;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: 0.6s;
     transition: 0.6s;
 }
 .item-hover:before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #ffc814;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
     z-index: -1;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
 .single-work:hover .item-hover:before {
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     visibility: visible;
 }
 .single-work:hover .item-hover {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .work-table {
     display: table;
     height: 100%;
     text-align: center;
     width: 100%;
 }
 .work-tablecell {
     display: table-cell;
     vertical-align: middle;
 }
 .single-work:hover .hover-content {} .hover-content h4,
 .hover-content p {
     color: #fff;
     margin: 0;
 }
 .hover-content h4 {
     margin-bottom: 10px;
     font-weight: 600;
     font-size: 21px;
     text-transform: capitalize;
 }
 .hover-content p {
     font-weight: 400;
     font-size: 14px;
 }
 .hover-content a {
     display: inline-block;
     font-size: 18px;
     height: 40px;
     line-height: 40px;
     color: #fff;
     margin-top: 10px;
     text-align: center;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
     width: 40px;
     transition: 0.6s;
     border-radius: 30%;
 }
.modal-dialog {
	max-width: 1200px;
	width: 100%;
}
.modal-content {
	padding: 10px 30px 30px 30px;
	border-radius: 0px;
	float: left;
}
.modal-header {
	padding:15px;
	border-bottom:0;
}
.modal-body {
	position: relative;
	padding: 15px;
	width: 100%;
	min-width: 1100px;
}
.modal-body img {
    margin-top: 30px;
    margin-bottom: 60px;
    width: 50%;
    float: left;
}
.modal-body .embed-responsive {
    width: 100%;
    float: left;
}
.modal-body h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 40%;
    float: right;
}
.modal-body p {
    margin-bottom: 0;
    width: 40%;
    float: right;
}
.modal-body ul {
	margin-top: 25px;
	width: 40%;
	float: right;
}
.project-list li {
    padding: 5px 0;
    font-size: 14px;
}
.project-list label {
	color: #222;
	margin-bottom: 0;
	margin-right: 0;
	width: 120px;
    font-weight: 600;
}
.project-list li a:hover{
    color: #444;
}

 /*========================
	    8. STAT AREA
=========================*/
 
 .stat-area {
     background-color: #f7f7f7;
     background: url('assets/img/stats.jpg')no-repeat;
 }
 .single-stat {
     position: relative;
	margin-top: 30px;
 }
.single-stat .inner {
	position: relative;
	padding: 50px 15px 35px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #444;
	border-radius: 0px 0px 5px 5px;
	border-top: none;
}
.single-stat .inner::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
	border-bottom: 2px solid #444;
}
.single-stat .inner::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30%;
	border-bottom: 2px solid #444;
}
.stat-icon-box {
	position: absolute;
	left: 50%;
	top: -30px;
	width: 40%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 45px;
	color: #444;
	margin-left: -20%;
}
.stat-icon-box i.fa {
    margin: 0 auto;
    color: #ffc814;
}
 .single-stat h2 {
     font-size: 40px;
     margin-bottom: 10px;
     margin-top: 0px;
     font-weight: 900;
 }
 .single-stat h3 {
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     margin: 0;
 }

 /*============================
        9 TESTIMONIAL AREA 
==============================*/
 
 .testimonial-area {
 	 width: 100%;
 }  
 .testimonial-list {
 	 width: 100%;
 } 
 .single-testimonial {
 	 width: 100%;
 	 min-width: 100%;
     background-color: #fff;
     padding: 15px 20px;
     border-bottom: 2px solid #ffc814;
 }
  .single-testimonial:hover {
     background-color: #ffc814;
     color: #fff;
     border-bottom: 2px solid #ffc814;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: 0.6s;
     transition: 0.6s;
 }
 .t-image {
     width: 22%;
     margin: 0 auto;
 }
 .t-name {
     padding: 13px 0;
     font-size: 14px;
 }
 .t-image img {
     border-radius: 50%;
     border-width: 5px;
     border-style: solid;
     border-top-color: #fff;
     border-left-color: #fff;
     border-right-color: #ffc814;
     border-bottom-color: #ffc814;
     width: 100%;
     margin: 0 auto;
 }
 .t-author h4 {
     margin: 0;
     font-size: 16px;
     text-transform: uppercase;
 }
 .t-content {
 	text-align: center;
     margin-top: 25px;
 }
 .t-author {
     text-align: center;
     width: 100%;
 }
 .testimonial-area .owl-dots {
     margin-top: 35px;
     text-align: center;
 }
.testimonial-area .owl-dots div.active {
     background-color: #ffc814;
    border: 1px solid #ffc814;
 }
 .testimonial-area .owl-dots div {
     display: inline-block;
     height: 12px;
     margin-right: 7px;
     width: 12px;
     border-radius: 50%;
     background-color: transparent;
     border: 1px solid #ddd;
 }


 /*==========================
        10. CONTACT INFO
=============================*/
 #testimonial {
     
 }

 .contact-form,
 .author-adress {
 	margin: 40px auto;
 }
 .contact-form .form-group {
     margin-bottom: 15px;
     position: relative;
}
 .contact-form i.fa {
     margin: 0;
     font-size: 14px;
     color: #ffc814;
}
 .form-control {
     padding: 12px 35px;
     font-size: 14px;
     font-weight: 500;
     height: auto;
     box-shadow: none !important;
     border: 2px solid #efefef;
     border-radius: 0;
     background-color: rgba(0,0,0, .02);
 }
.form-control:focus {
     border: 2px solid #e9e9e9;
}
 textarea.form-control {
     resize: vertical;
     height: 150px;
 }
.btn.btn-sent {
    height: 45px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    text-transform: capitalize;
    transition: 0.4s;
    outline: none;
    background: #ffc814;
}
 .btn.disabled,
 .btn[disabled],
 fieldset[disabled] .btn {
     box-shadow: none;
     cursor: not-allowed;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .btn.btn-effect.disabled {
     cursor: not-allowed;
 }
.single-info {
     position: relative;
     padding: 25px 30px;
     border: 1px solid #ddd;
     margin-bottom: 15px;
     width: 31%;
     margin: 0 1%;
     float: left;
}
.single-info:hover {
	 background: #ffc814;
	 color: #fff;
     border: 1px solid #ffc814;
     transition: 0.5s;
}
 .info-icon {
     position: absolute;
     top: 25px;
     left: 30px;
     width: 50px;
     height: 50px;
     font-size: 18px;
     color: #fff;
     text-align: center;
     line-height: 50px;
     border-radius: 50%;
     background: #ffc814;
}
 .info-icon.fa {
     font-size: 20px;
}
.single-info h5 {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.single-info p {
    margin-bottom: 0;
}
.info-content {
	padding-left: 70px;
}


/*===========================
    11. BLOG AND SINGLE BLOG
=============================*/

.breadcroumb-area {
    padding: 200px 0 90px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.breadcroumb-area-post {
    padding: 200px 0 120px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.breadcroumb-area:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcroumb-area-post:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcroumb-area h1,.breadcroumb-area-post h1 {
    font-size: 46px;
    color: #ffc814;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
}
.breadcroumb {
    color: #fff;
    font-size: 16px;
}
.breadcroumb a {
    color: #fff;
}
.blog-content-area, .single-blog-area {
    background-color: #ffffff;
}
.widget {
    margin-bottom: 40px;
	 border: 1px solid #dedede;
}
.widget {
  padding: 20px;
    background-color: #fff;
}
.widget.search {
  
}
.search-form {
    background-color: #f7f7f7;
    border: none;
    width: 100%;
    border-radius: 10px;
}
.search-form input[type="search"] {
    padding: 14px;
    border: 0px solid;
    background: transparent;
    width: 80%;
    outline: none;
}
.search-form button[type="submit"] {
	background: #ffc814;
	border: 0px solid;
	color: #fff;
	float: right;
	padding: 14px;
	width: calc(100% - 80%);
    transition: 0.4s;
    outline: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-form button[type="submit"]:hover {
    background-color: #ffd84f;
    color: #fff;
}
.widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
    line-height: 22px;
}
.widget.about-me p {
	margin-top: 14px;
	margin-bottom: 10px;
}.widget.about-me ul li {
    line-height: 30px;
}
.widget.about-me img {
	padding: 6px 6px;
	border-top: 3px solid #ffc814;
	border-left: 3px solid #ffc814;
}
.widget a {
    padding-bottom: 8px;
    display: block;
    transition: 0.3s;
}
.widget.recent-post li a {
    color: #444;
}

.widget.recent-post span {
  display: block;
  font-size: 13px;
    color: #999;
}
.post-featured-content {
  margin: 0;
  max-height: 160px;
  overflow: hidden;
}
.post-featured-content-single {
  margin: 0;
  max-height: 400px;
  overflow: hidden;
}
.single-post, .single-post-details, .comment-list-area, .comment-form-wrap {
	background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
.single-post {
	 border: 1px solid #dedede;
}
.single-post h2 {
	color: #fff;
    margin: -37px 0 0 20px;
    font-size: 40px;
    font-weight: 400;
}.single-post h2 span {
	background: #ffc814;
	padding: 0 10px;
}
.single-post-details h2 {
    margin: 30px 0 40px 0;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}
.post-meta {
    margin: 30px 0;
    padding: 0;
}
.post-meta span {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 15px;
}
.post-meta span i.fa {
    margin-right: 4px;
}
.read-more-btn {
	float: right;
    color: #888888;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 4px 10px;
    text-transform: capitalize;
}
.read-more-btn:hover {
	color: #fff;
	background: #ffc814;
	border-color: #ffc814;
}
.entry-content {
    margin-top: 12px;
}

.pagination {
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pagination ul {
    list-style: outside none none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background-color: #fff;
    color: #444;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    line-height: 34px;
    margin-right: 4px;
    text-align: center;
    width: 35px;
    transition: 0.3s;
}
.pagination ul li:hover a, .pagination ul li.active a{
    color: #fff;
    background: #ffc814; 
}

.single-post-details blockquote {
    font-size: 14px;
    font-style: italic;
    background-color: #f7f7f7;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comments-area ul.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.row.replay-area {
    margin-left: 100px;
    margin-top: 40px;
}
h3.comment-title {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 21px;
}
h3.comment-form-title{
    margin-bottom: 20px;
    font-weight: 600;
}
.comment-metadata h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}
.comment-metadata p {
    color: #777;
    font-size: 12px;
}
.comment-reply-link {
    font-weight: 600;
    font-size: 12px;
}
.comment-item {
    border-bottom: 2px solid #efefef;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.comment-item img {
    width: 120px;
    height: 120px;
    margin-left: 25px;
}
.comment-item img {
	padding: 6px 6px;
	border-top: 3px solid #ffc814;
	border-left: 3px solid #ffc814;
}

.comment-form-wrap .form-control {
     background-color: #f7f7f7;
     border: none;
     border-radius: 0;
     font-size: 15px;
     box-shadow: none;
     height: 45px;
}
.comment-form-wrap .form-control:focus{
     background-color: #f7f7f7;
     border: none;
}
.comment-form-wrap textarea.form-control {
     height: 150px;
     resize: none;
}
.btn-comment {
	 padding: 8px 25px;
	 border: none;
	 color: #fff;
	 margin-top: 10px;
     transition: 0.4s;
}.btn-comment:hover {
	 background: #ffc814;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

 /*==============================
        12. FOOTER SECTION
=================================*/
 
 .footer {
     background-color: #222;
     padding: 20px 0;
 }
 .footer p {
     font-size: 16px;
     color: #fff;
     margin: 0px;
 }
 
 
 /*demo panel*/

.theme_panel {
    position: fixed;
    right: -166px;
    top: 24%;
    width: 166px;
    background: #fff;
    text-align: center;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.theme_panel.left {
	left: -166px;
	right: auto;
}

.theme_panel.left .toggle_bts {
	right: auto;
	left: 166px;
}

.theme_panel.active {
    right: 0;
}

.theme_panel.left.active {
    left: 0;
    right: auto;
}

.toggle_bts {
    padding: 0;
    position: absolute;
    top: 0;
    right: 166px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.toggle_bts a {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 29px;
    color: #000;
    background: #fff;
    text-align: center;
}

.toggle_bts a .icon {
    font-size: 26px;
    line-height: 40px;
    color: #222;
    animation-name: settings; 
    animation-duration: 1.5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.toggle_bts a.buy-this-template {
    color: #fff;
    background: green;
}

.theme_menu h4 {
    margin: 30px 0 15px 0;
    padding: 0 15px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #222;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.theme_menu .segment {
    padding: 0 12px;
    margin-bottom: 0;
}

.theme_menu ul.theme {
    margin: 0 -5px;
    font-size: 0;
}

.theme_menu ul.theme li a:hover {
    background: #f9f9f9;
}

.theme_menu ul.theme li {
    margin: 0 5px 10px 5px;
    display: inline-block;
    list-style: none;
}

.theme.layout_style li a {
    height: 28px;
    width: 28px;
}

.theme_menu ul.theme li a {
    display: block;
}

.theme_menu .theme.demo_list {
    margin: 5px -1px 0 0;
}

.theme_menu .theme.demo_list li {
    margin: -1px 0 0 0;
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}

.theme_panel.left .theme_menu .theme.demo_list li {
	margin: -1px 0 0 -1px;
}

.theme_menu ul.theme li:nth-child(5), .theme_menu ul.theme li:nth-child(6) {
    border-bottom: none;
}

.theme_menu .theme.demo_list li strong {
    font-weight: 500;
    color: #444;
}

.theme_menu .buy-btn {
    margin: 15px 0 0 0;
    padding: 0 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #f9f9f9;
    background: green;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.theme_menu .buy-btn .ion {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
    color: #fefefe;
}

@-webkit-keyframes settings {
	0% {
		-webkit-transform: rotate(0deg);
	}
    
    100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes settings {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
    
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
