/* -----------------------------------
   1. Globally Applied Styles
   2. Header
   3. Home and Portfolio
   4. About
   5. Blog and Blog Single
   6. Contact
   7. Contact
   7. Footer
   8. Media Screens
   ----------------------------------- */
/* --------------------------
   1. Globally Applied Styles
   -------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
input[type=submit] {
    -webkit-appearance: none;
}
html {
    overflow-x: hidden;
    max-width: 100%;
}
ol,
ul {
    list-style: none;
}
input[type=text]::-ms-clear {
    display: none;
}
sup {
    font-size: 10px;
    vertical-align: super;
}
sub {
    font-size: 10px;
    vertical-align: sub;
}
p:empty {
    display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    background-color: #000;
    color: #fff;
    font-family: "Raleway", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}
img {
    max-width: 100%;
}
.slicknav_menu {
    display: none;
    height: 75px;
    margin-left: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.slicknav_menu ul {
    padding: 0;
}
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:after,
.slicknav_menu .slicknav_icon-bar:before {
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -4px;
    width: 22px;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.slicknav_btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 40px;
}
.slicknav_btn .slicknav_icon {
    position: relative;
    line-height: 10px;
    height: 19px;
    width: 25px;
    padding-right: 15px;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: transparent
}
.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    position: relative
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    -moz-transform: translateY(6px) rotateZ(-45deg);
    -ms-transform: translateY(6px) rotateZ(-45deg);
    -o-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg)
}
.slicknav_menu .slicknav_icon-bar:before {
    content: "";
    position: absolute;
    top: -6px
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    -moz-transform: translateY(-6px) rotateZ(45deg);
    -ms-transform: translateY(-6px) rotateZ(45deg);
    -o-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg)
}
.slicknav_menu .slicknav_icon-bar:after {
    content: "";
    position: absolute;
    top: 6px
}
.slicknav_menu .slicknav_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 75px;
    margin: 0;
    padding: 20px 40px;
    background-color: #000;
}
.slicknav_menu .slicknav_nav li ul {
    padding-left: 20px
}
.slicknav_menu .slicknav_nav li {
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
}
.slicknav_menu .slicknav_nav li a {
    display: block;
    outline: 0;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}
.slicknav_menu .slicknav_nav li a:hover {
    color: #fac23b;
}
.slicknav_menu .slicknav_nav li a a {
    padding: 0
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}
.slicknav_menu .slicknav_open .slicknav_arrow:before {
    content: "\f107"
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
    content: "\f105"
}
/* --------------------------
2. Header
-------------------------- */

header {
    padding: 80px 30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
header .logo {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    float: left;
}
header .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", serif;
}
@media (max-width:992px){
	header .logo a {
		font-size: 40px;
	}
}
header .menu {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    float: right;
}
header .menu ul {
    display: inline-block;
}
header .menu ul li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    transition: .3s all;
}
header .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
header .menu ul li a:after {
    content: "";
    height: 1px;
    background-color: #03A9F4;
    position: absolute;
    width: 0%;
    bottom: -3px;
    left: 50%;
    transition: .3s all;
}
header .menu ul li a:hover:after {
    left: 0;
    width: 100%;
}
header .menu ul li a:hover,
header .menu ul li a.active {} header .menu ul li a.active:after {
    left: 0;
    width: 100%;
}
header .menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
header .menu ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #000;
    min-width: 210px;
    padding: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 999;
    text-align: left;
    border: 1px solid rgba(178, 178, 178, 0.27);
    margin-top: 25px;
    border-radius: 4px;
}
header .menu ul ul li {
    display: block;
    margin-right: 0;
    padding: 18px;
    border-radius: 0;
    position: relative;
}
header .menu ul ul li:last-child {
    border-bottom: 0;
}
header .menu ul ul li a {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 14px;
    opacity: 1 !important;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
header .menu ul li ul li ul {
    left: 100%;
    top: -12px;
}
header .menu ul ul li a:hover {
    color: #fac23b;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
header .menu ul li ul li a.active:after {
    display: none;
}
header .menu ul li ul li a:after {
    display: none;
}
.filters-section ul {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
}
.filters-section ul li {
    line-height: 20px;
    display: inline;
    margin-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: .3s all;
}
.filters-section ul li:last-child {
    margin-right: 0;
}
.filters-section ul li:after {
    content: "";
    background-color: #fac23b;
    position: absolute;
    width: 0%;
    left: 50%;
    transition: .3s all;
}
.filters-section ul li:hover:after {
    color: #fac23b;
    left: 0;
    width: 100%;
}
.filters-section ul li:hover,
.filters-section ul li.active {
    color: #fac23b;
}
.filters-section ul li.active:after {
    color: #BD7F3F;
    left: 0;
    width: 100%;
}
/* --------------------------
3. Home & Portfolio
-------------------------- */

.main-wrapper {
    position: relative;
}
.main-wrapper.standard-margin {
    margin-top: 175px;
}
.main-wrapper .header-title {
    padding: 75px 0;
}
.main-wrapper .header-title .pic-header {
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-wrapper .header-title h3 {
    font-size: 50px;
    line-height: 60px;
    font-family: "Lora", serif;
}
.main-wrapper .header-title h3 span {
    color: #03A9F4;
}
.main-wrapper .portfolio {
    background-color: #fff;
}
.main-wrapper .portfolio .masonry {
    margin-bottom: 110px;
}
.main-wrapper .portfolio .masonry .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.main-wrapper .portfolio .masonry .item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.main-wrapper .portfolio .masonry .item img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    transition: .3s all;
    width: 100%;
}
.main-wrapper .portfolio .masonry .item .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay {
    background-color: #fff;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay .overlay-inner {
    top: 50%;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay h3 a,
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-left: 0;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay h6 {
    text-align: center;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item .overlay h6 a {
    margin-left: 0;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #888;
    line-height: 25px;
}
.main-wrapper .portfolio .masonry .item .overlay .overlay-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-wrapper .portfolio .masonry .item:hover .overlay {
    opacity: 0.8;
}
.main-wrapper .porfolio .masonry .item .overlay h3 {
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    -moz-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    -o-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
}
.main-wrapper .porfolio .masonry .item:hover .overlay h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
}
.main-wrapper .portfolio .masonry .item .overlay h3 a,
.main-wrapper .portfolio .masonry .item .overlay h3 {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f5f5f5;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}
.main-wrapper .portfolio .masonry .item .overlay h6 {
    padding-top: 5px;
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0, 10px));
    -moz-transform: translate(translate(0, 10px));
    -ms-transform: translate(translate(0, 10px));
    -o-transform: translate(translate(0, 10px));
    transform: translate(translate(0, 10px));
    -webkit-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    -moz-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    -o-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
}
.main-wrapper .portfolio .masonry .item:hover .overlay h6 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s .2s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .4s .2s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .4s .2s cubic-bezier(.455, .03, .515, .955);
    transition: all .4s .2s cubic-bezier(.455, .03, .515, .955);
}
.main-wrapper .portfolio .masonry .item .overlay h6 a {
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    color: #fac23b;
    font-family: 'Poppins', sans-serif;
    margin-left: 20px;
}
.main-wrapper .portfolio .masonry .item img {
    max-width: 100%;
}
.main-wrapper .portfolio .page-title {
    padding: 70px 0;
}
.main-wrapper .portfolio .page-title h4 {
    text-align: center;
    color: #b2b2b2;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    font-weight: 400;
    padding-bottom: 15px;
}
.main-wrapper .portfolio .page-title h6 {
    color: #333;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: "Poppins", serif;
}
.main-wrapper .portfolio .inner-details .page-title {
    background-color: #000;
    padding: 70px 0 85px 0;
}
.main-wrapper .portfolio .inner-details .page-title h4 {
    color: rgba(153, 153, 153, 0.64);
}
.main-wrapper .portfolio .inner-details .page-title h6 {
    color: #fff;
    padding-top: 10px;
    line-height: 36px;
    font-size: 17px;
}
.main-wrapper .portfolio .inner-details .contact-btn {
    margin: auto;
    text-align: center;
    margin-top: 50px;
}
.main-wrapper .portfolio .inner-details .contact-btn a {
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.48);
    padding: 22px 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.main-wrapper .portfolio .inner-details .contact-btn a:hover {
    color: rgba(153, 153, 153, 0.48);
}
.main-wrapper .portfolio .clients {
    padding: 50px 0;
}
.main-wrapper .bg-title {
    background-color: #03A9F4;
    padding: 70px 0
}
.main-wrapper .bg-title h6 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-family: "Poppins", serif;
}
/*Photography*/

.main-wrapper.standard-margin.photography {
    margin-top: 150px;
}
.main-wrapper.standard-margin.photography .portfolio {
    background-color: #000;
}
.main-wrapper.standard-margin.photography .portfolio .masonry {
    margin-bottom: 0;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .item {
    margin-bottom: 10px;
    margin-left: 10px;
}
.main-wrapper.standard-margin.photography .portfolio .masonry .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
/*Portfolio-Alternative*/

.main-wrapper .portfolio.alternative {
    background-color: #000;
}
.main-wrapper .portfolio.alternative .masonry {
    margin-bottom: 0;
}
.main-wrapper .portfolio.alternative .item {
    margin-bottom: 0;
}
.main-wrapper .portfolio.alternative .item-selector {
    margin-bottom: 30px;
}
.main-wrapper .portfolio.alternative .text {
    padding: 25px 0 13px 0;
    background-color: #fff;
    color: #333;
    text-align: center;
}
.main-wrapper .portfolio.alternative .text h4 a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.main-wrapper .portfolio.alternative .text p a {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
/*Freelancer*/

.body-personal {
    background-color: #fff;
}
.body-personal header {
    /* margin: 0 30px; */
    
    display: table;
    table-layout: fixed;
    width: 100%;
}
.body-personal header .logo a {
    color: #000;
}
.body-personal .slicknav_icon-bar,
.body-personal .slicknav_icon-bar:after,
.body-personal .slicknav_icon-bar:before {
    background-color: #000;
}
.body-personal header .menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.body-personal header .menu ul ul li a {
    color: #fff;
}
.body-personal .main-wrapper.standard-margin {
    background-color: #fff;
    color: #333;
}
.body-personal .main-wrapper.standard-margin .header-title {
    padding-bottom: 100px;
}
.body-personal .main-wrapper.standard-margin .header-title h3 {
    text-align: center;
    font-size: 45px;
    line-height: 56px;
}
.body-personal .main-wrapper.standard-margin .header-title h3 span {
    color: #8d8888;
}
.body-personal .main-wrapper.standard-margin .portfolio-personal .masonry .col-md-6.item-selector {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.body-personal footer {
    background-color: #fff;
    color: #000;
}
.body-personal footer .social-icons ul li a {
    color: #000;
}
.body-personal footer .logo a {
    color: #000;
}
.body-personal footer span {
    color: #8d8c8c;
}
.body-personal footer .space {
    margin: 0 30px;
}
/*Creative*/

.left-menu {
    margin-left: 275px;
    background-color: #fff;
}
.left-menu header {
    top: 0;
    left: 0;
    position: fixed;
    width: 275px;
    height: 100%;
    background-color: #000;
    color: #fff;
}
.left-menu .slicknav_menu .slicknav_nav{
    top: 85px;
}
.left-menu header .menu {
    text-align: left;
}
.left-menu header .menu ul li a {
    font-size: 15px;
}
.left-menu header .menu ul li a:after {
    display: none;
}
.left-menu header .logo {
    line-height: normal !important;
    padding-bottom: 30px;
    float: none;
}
.left-menu header .menu-classic {
    margin: 70px 0;
}
.left-menu header .menu-classic ul {
    text-align: left;
    margin-bottom: 20px;
}
.left-menu header .menu-classic ul li ul {
    display: none;
    padding: 5px 0;
    margin-bottom: 0;
}
.left-menu header .menu-classic ul li ul li a {
    font-size: 13px;
    text-transform: none;
    line-height: 20px;
}
.left-menu header .menu-classic ul li ul li ul li a {
    font-size: 12px;
}
.left-menu header .menu-classic ul li {
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}
.left-menu header .menu-classic ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.left-menu header .menu-classic ul li a:hover {
    color: #fac23b;
}
.left-menu header .menu-classic ul li a.active {
    color: #fac23b;
}
.left-menu header .social-icons {
    text-align: left;
    padding-top: 30px;
}
.left-menu header .social-icons ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.left-menu header .social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.left-menu header .social-icons ul li a i {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.left-menu header .social-icons ul li:last-child {
    margin-right: 0;
}
.left-menu .header-title h3 {
    font-size: 45px;
    line-height: 49px;
    text-align: center;
    margin-left: 30px;
}
.left-menu .main-wrapper .portfolio .masonry {
    margin-left: 10px;
    margin-right: 10px;
}
.left-menu .main-wrapper .portfolio .masonry .item {
    margin-bottom: 30px;
}
.left-menu .main-wrapper.about .header-title .overlay .inner-overlay {
    top: 40%;
}
.left-menu .main-wrapper.about .header-title .overlay.index {
    background-color: rgba(0, 0, 0, 0.42);
}
.left-menu footer {
    background-color: #fac23b;
    color: #000;
    padding: 100px 0;
}
.left-menu footer .logo {
    text-align: center;
    margin-top: 25px;
}
.left-menu footer .logo a {
    color: #000;
}
.left-menu footer p {
    text-align: center;
    font-weight: 500;
}
.left-menu footer span {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    font-weight: 400;
}
/*Single*/

.main-wrapper .single-project {
    font-family: "Poppins", serif;
}
.main-wrapper .single-project img {
    margin-top: 30px;
}
.main-wrapper .single-project .details {
    margin-top: 30px;
}
.main-wrapper .single-project .details h4 {
    font-size: 20px;
}
.main-wrapper .single-project .details p {
    font-size: 14px;
    line-height: 28px;
    padding: 35px 0;
    color: #b2b2b2;
    font-family: "Poppins", serif;
}
.main-wrapper .single-project .info p {
    line-height: 24px;
    font-size: 16px;
    padding: 14px 0px;
    border-bottom: 1px solid rgba(250, 194, 59, 0.56);
}
.main-wrapper .single-project .info p .name {
    font-size: 15px;
    line-height: 26px;
    min-width: 180px;
    display: table-cell;
    color: #fff;
    font-family: "Poppins", serif;
}
.main-wrapper .single-project .info p .value {
    color: #b2b2b2;
    font-size: 14px;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    padding: 0;
    margin: 0;
    margin-top: -20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: 0;
}
.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
}
.owl-theme .owl-nav .owl-next {
    right: 15px;
}
.owl-theme .owl-nav .owl-prev {
    left: 15px;
}
/* --------------------------
4. About
-------------------------- */

.main-wrapper.about .header-title {
    padding: 0;
}
.main-wrapper.about .header-title .overlay .inner-overlay {
    position: relative;
    left: 0;
    right: 0;
    /* bottom: 10%; */
    
    top: 60%;
    width: 100%;
}
.main-wrapper .header-title .pic-header .overlay.index {
    background-color: rgba(0, 0, 0, 0.32);
    position: relative;
}
.main-wrapper .header-title .pic-header .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.main-wrapper .portfolio .about p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 28px;
    color: #999;
    font-family: "Poppins", serif;
}
}
.main-wrapper .portfolio .about .team {
    background-color: #fff;
    color: #000;
}
.main-wrapper .portfolio .about .team .page-title h6 {
    color: #000;
}
.main-wrapper .portfolio .about .team .top-team {
    margin: 40px 50px 20px 50px;
}
.main-wrapper .portfolio .about .team .team-details {
    text-align: center;
    padding-top: 20px;
}
.main-wrapper .portfolio .about .team .info {
    padding-top: 10px;
    color: #000;
}
.main-wrapper .portfolio .about .team .info h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
    /* letter-spacing: 1px; */
}
.main-wrapper .portfolio .about .team .info span {
    color: #b2b2b2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}
.main-wrapper .portfolio .about .team .team-details.right-space {
    float: right;
}
.main-wrapper .portfolio .about .team .team-details.left-space {
    float: left;
}
.main-wrapper .portfolio .about .services {
    padding: 50px 0;
    background-color: rgba(178, 178, 178, 0.08);
    text-align: center;
    /*margin-top: 70px;*/
}
.main-wrapper .portfolio .about .services span {
    font-size: 50px;
    color: #03a6f0;
}
.main-wrapper .portfolio .about .services .text p {
    margin: 0 40px;
}
.main-wrapper .portfolio .about .services .text h6 {
    color: #333;
    font-size: 15px;
    font-family: "Poppins", serif;
    padding-top: 15px;
    font-weight: 500;
}
/*About-Me*/

.main-wrapper .portfolio .about-me {
    background-color: #000;
}
.main-wrapper .portfolio .about-me .page-title {
    padding: 60px 0 20px 0;
}
.main-wrapper .portfolio .about-me .page-title h6 {
    color: #fff;
}
.main-wrapper .portfolio .about-me p {
    font-size: 13px;
    font-family: "Poppins", serif;
    padding-bottom: 20px;
}
.main-wrapper .portfolio .about-me .signature {
    margin-bottom: 40px;
}
/* --------------------------
5. Blog & Blog Single
-------------------------- */

.main-wrapper .portfolio .blog {
    background-color: #000;
    color: #fff;
}
.main-wrapper .portfolio .blog img {
    width: 100%;
}
.main-wrapper .portfolio .blog article {
    margin-bottom: 20px;
}
.main-wrapper .portfolio .blog article .item {
    margin: auto;
    width: 80%;
    padding-bottom: 50px;
}
.main-wrapper .portfolio .blog.two-columns {
    padding-bottom: 50px;
}
.main-wrapper .portfolio .blog.two-columns article .item {
    margin: 0;
    width: auto;
}
.main-wrapper .portfolio .blog.three-columns article .item {
    margin: 0;
    width: auto;
}
.main-wrapper .portfolio .blog.three-columns article .item .details {
    margin: 0 25px;
}
.main-wrapper .portfolio .blog.two-columns article .item .details {
    margin: 0 25px;
}
.main-wrapper .portfolio .blog.three-columns article .item .details {
    margin: 0 25px;
}
.main-wrapper .portfolio .blog.three-columns article .item .date span {
    font-size: 12px;
}
.main-wrapper .portfolio .blog.three-columns article .item h4 {
    font-size: 17px;
}
.main-wrapper .portfolio .blog.three-columns article .item p {
    font-size: 12px;
    line-height: 23px;
}
.main-wrapper .portfolio .blog article .item .date {
    padding: 20px 0 10px 0;
    text-align: center;
}
.main-wrapper .portfolio .blog article .item .date span {
    font-size: 13px;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #b2b2b2;
    text-transform: uppercase;
    border-bottom: 1px solid #fac23b;
    padding-bottom: 1px;
}
.main-wrapper .portfolio .blog article .item a {
    text-decoration: none;
    color: #fff;
}
.main-wrapper .portfolio .blog article .item h4 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: "Poppins", serif;
    padding-top: 10px;
}
.main-wrapper .portfolio .blog article .item p {
    font-size: 13px;
    line-height: 28px;
    color: #b2b2b2;
    font-family: "Poppins", serif;
    text-align: center;
}
.main-wrapper .portfolio .blog article .details .read-more {
    margin: auto;
    text-align: center;
    margin-top: 50px;
}
.main-wrapper .portfolio .blog article .details .read-more a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 16px 43px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.main-wrapper .portfolio .blog article .details .read-more a:hover {
    color: rgba(153, 153, 153, 0.48);
    transition: .3s all;
}
.main-wrapper .portfolio .txt {
    font-family: "Lora", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #b2b2b2;
    text-align: center;
}
.main-wrapper .portfolio .txt span {
    color: #fff;
}
/*Blog-Single*/

.main-wrapper .portfolio .blog.single article .item {
    width: 80%;
}
.main-wrapper .portfolio .blog.single article .item .date {
    text-align: center;
}
.main-wrapper .portfolio .blog.single article .item p {
    text-align: left;
}
.main-wrapper .portfolio .blog.single article .item .second-details {
    padding-top: 20px;
}
.main-wrapper .portfolio .blog.single article .second-details h6 {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-wrapper .portfolio .blog.single article .item .comment-section {
    text-align: left;
    margin: 60px 0;
}
.main-wrapper .portfolio .blog.single article .item .comment-section h5 {
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-wrapper .portfolio .blog.single article .item .comment-section .comments h6 {
    font-size: 14px;
    font-family: "Poppins", serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 10px;
    padding-top: 10px;
}
.main-wrapper .portfolio .blog.single article .item .comment-section .comments img {
    border-radius: 50%;
}
.main-wrapper .portfolio .blog.single article .item .comment-section .comments {
    padding: 30px 0;
}
.main-wrapper .portfolio .blog.single article .item .comment-section .comments span {
    font-size: 9px;
    color: #fac23b;
    font-family: "Poppins", serif;
    margin-left: 20px;
}
.main-wrapper .portfolio .blog.single article .item .comment-section .comments p {
    padding-top: 5px;
    color: #999;
    font-size: 12px;
    font-family: "Poppins", serif;
}
.main-wrapper .portfolio .blog.single article .item .comment-section hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(178, 178, 178, 0.25);
}
.main-wrapper .portfolio .blog.single article .item .contact-blog h5 {
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
/* --------------------------
 6. Contact
-------------------------- */

.main-wrapper.contact .portfolio {
    background-color: #000;
}
.main-wrapper .contact-details {
    text-align: center;
    margin: auto;
    width: 770px;
}
.main-wrapper .contact-details p {
    font-family: "Lora", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #b2b2b2
}
.main-wrapper .contact-details span {
    color: #fff;
}
.main-wrapper .contact-details a {
    color: #fff;
    text-decoration: none;
}
.main-wrapper .contact-form {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", serif;
}
.main-wrapper .contact-form form input,
.main-wrapper .contact-form form textarea {
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 10px;
    outline: 0;
}
.main-wrapper .contact-form form textarea {
    height: 200px;
}
.main-wrapper .contact-form form input.btn {
    background-color: rgb(40, 40, 40);
    width: 100%;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-bottom: 50px;
}
/* --------------------------
   7. Footer 
   -------------------------- */

footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
}
footer .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins", serif;
}
footer .social-icons {
    text-align: right;
}
footer .social-icons ul {
    padding-top: 10px;
    display: inline-block;
}
footer .social-icons ul li {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
footer .social-icons ul li a {
    color: #fff;
}
footer .social-icons ul li a .fa {
    font-size: 16px;
}
footer p {
    padding-top: 10px;
    font-size: 16px;
    font-family: "Poppins", serif;
}
footer span {
    color: #b2b2b2;
    font-size: 15px;
    border-bottom: 1px solid #03A9F4;
    padding-bottom: 2px;
}
/* --------------------------
 8. Media Screen
-------------------------- */

@media only screen and (min-width: 1450px) {
    .main-wrapper .header-title h3 {
        font-size: 56px;
        line-height: 67px;
    }
    .main-wrapper.about .header-title .overlay .inner-overlay {
        top: 58%;
    }
    .left-menu .main-wrapper .header-title .pic-header {
        height: 800px;
    }
    .left-menu .header-title h3 {
        margin-left: 30;
    }
    .left-menu header .social-icons {
        right: 0;
        left: 0;
        bottom: 30px;
        position: absolute;
        margin-top: 0;
    }
    .body-personal .masonry .item img {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .main-wrapper .header-title .pic-header {
        height: 500px;
    }
    .main-wrapper.about .header-title .overlay .inner-overlay {
        top: 50%;
    }
    .main-wrapper .header-title h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .main-wrapper .portfolio .clients {
        padding: 30px 0;
    }
    .main-wrapper .bg-title {
        padding: 55px 0;
    }
    .main-wrapper .bg-title h6 {
        font-size: 18px;
    }
    footer p {
        font-size: 12px;
    }
    footer p span {
        font-size: 12px;
    }
    footer .social-icons ul li a .fa {
        font-size: 14px;
    }
    .main-wrapper .portfolio .blog article .item p {
        font-size: 12px;
        line-height: 24px;
    }
    .main-wrapper .portfolio .blog article .item h4 {
        padding-bottom: 15px;
        font-size: 17px;
    }
    .main-wrapper .portfolio .blog article .item .date span {
        font-size: 11px;
    }
}
@media only screen and (max-width: 980px) {
    footer .social-icons ul li a .fa {
        font-size: 12px;
    }
    footer .social-icons ul li {
        margin-right: 9px;
    }
    footer p {
        margin-left: 40px;
        padding-top: 0;
    }
    .main-wrapper .portfolio .inner-details .page-title h6 {
        padding-top: 0;
        line-height: 30px;
        font-size: 15px;
    }
    .main-wrapper .portfolio .inner-details .page-title {
        padding: 50px 0 85px 0;
    }
    .main-wrapper .portfolio .about .img-item {
        margin: 0;
        padding-bottom: 30px;
    }
    .main-wrapper .portfolio .page-title {
        padding: 50px 0;
    }
    .main-wrapper .contact-details {
        width: auto;
    }
    .body-personal .main-wrapper.standard-margin .header-title h3 {
        text-align: center;
        font-size: 40px;
        line-height: 56px;
    }
    .main-wrapper.standard-margin .portfolio {
        background-color: #000;
    }
}
@media only screen and (max-width: 780px) {
    .main-wrapper .header-title h3 {
        font-size: 35px;
        line-height: 44px;
    }
    header .menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    footer p {
        text-align: center;
    }
    footer .logo {
        display: none;
    }
    footer .social-icons {
        display: none;
    }
    .body-personal .main-wrapper.standard-margin .header-title h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .main-wrapper .portfolio .txt {
        font-size: 19px;
        line-height: 26px;
    }
    .main-wrapper .portfolio .blog article .item {
        width: auto;
    }
    .main-wrapper .bg-title {
        padding: 45px 0;
    }
    .main-wrapper .bg-title h6 {
        font-size: 16px;
    }
    .main-wrapper .contact-details .txt p {
        font-size: 19px;
        line-height: 26px;
    }
    .main-wrapper .portfolio .clients {
        padding: 15px 0;
        text-align: center;
    }
    .main-wrapper .portfolio .about .services span {
        font-size: 35px;
    }
    .main-wrapper .portfolio .about .services .text h6 {
        font-size: 11px;
        padding: 10px 0;
    }
    .main-wrapper .portfolio .about .services {
        padding: 40px 0;
    }
    .main-wrapper .portfolio .page-title h4 {
        font-size: 12px;
    }
    .main-wrapper .portfolio .page-title h6 {
        font-size: 19px;
        padding-bottom: 0;
    }
    .main-wrapper .contact-details {
        width: auto;
    }
    .left-menu header{
        background-color: transparent;
        position: absolute;

    }
    .left-menu header .menu-classic {
        display: none!important;
    }
    .left-menu {
        margin-left: 0px !important;
        position: absolute;
        width: 100%;
        padding: 0;
        background: none;
    }
    .left-menu header .logo {
        margin: 0;
    }
    .left-menu header .social-icons {
        display: none;
    }
    .left-menu footer p {
        font-size: 20px;
    }
    header {
        padding: 40px 10px;
    }
    .main-wrapper.standard-margin {
        margin-top: 100px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 510px) {
    .main-wrapper .header-title h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .main-wrapper .portfolio .inner-details .page-title h6 {
        line-height: 24px;
        font-size: 12px;
    }
    .main-wrapper .portfolio .inner-details .contact-btn a {
        padding: 17px 40px;
        font-size: 10px;
    }
    .main-wrapper .bg-title h6 {
        font-size: 13px;
    }
    header {
        padding: 40px 10px;
    }
    header .logo a {
        font-size: 25px;
    }
    .main-wrapper .portfolio .about .services .text {
        padding-bottom: 20px;
    }
    .main-wrapper .portfolio .about p {
        line-height: 24px;
    }
    .main-wrapper .portfolio .about .img-item p {
        font-size: 12px;
        line-height: 23px;
    }
    .main-wrapper .portfolio .about .team .info h3 {
        font-size: 15px;
    }
    .main-wrapper .header-title .pic-header {
        height: 450px;
    }
    .main-wrapper.about .header-title .overlay .inner-overlay {
        top: 60%;
    }
    .main-wrapper .portfolio .page-title h6 {
        font-size: 17px;
    }
    .main-wrapper .portfolio .page-title {
        padding: 40px 0;
    }
    .main-wrapper .portfolio .about-me p {
        font-size: 12px;
    }
    .main-wrapper .portfolio .blog article .item p {
        line-height: 21px;
    }
    .main-wrapper .portfolio .blog article .details .read-more a {
        padding: 16px 40px;
    }
    .main-wrapper .portfolio .blog article .item {
        padding-bottom: 35px;
    }
    .main-wrapper .portfolio .txt {
        font-size: 18px;
        line-height: 24px;
    }
    .main-wrapper .single-project .details h4 {
        font-size: 17px;
    }
    .main-wrapper .single-project .details p {
        font-size: 12px;
        line-height: 23px;
    }
    .main-wrapper .single-project .info p .name {
        font-size: 14px;
        line-height: 15px;
        min-width: 155px;
    }
    .main-wrapper .single-project .info p {
        padding: 10px 0;
    }
    .body-personal .main-wrapper.standard-margin .header-title h3 {
        font-size: 27px;
        line-height: 39px;
    }
    .body-personal .main-wrapper.standard-margin .header-title {
        padding-bottom: 50px;
    }
    .body-personal .main-wrapper .header-title {
        padding: 20px 0;
    }
    .main-wrapper .header-title {
        padding: 20px 0;
    }
    .main-wrapper .portfolio .blog.single article .item {
        width: 100%;
    }
    footer p {
        text-align: left;
    }
    .main-wrapper.standard-margin.photography .portfolio .masonry .item {
        margin-left: 0;
    }
    .main-wrapper.standard-margin.photography {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 380px) {
    .main-wrapper .header-title h3 {
        font-size: 25px;
        line-height: 34px;
    }
    .body-personal .main-wrapper.standard-margin .header-title h3 {
        font-size: 17px;
        line-height: 27px;
        font-weight: 600;
    }
    .main-wrapper .portfolio .inner-details .page-title h6 {
        line-height: 20px;
        font-size: 10px;
    }
    .main-wrapper .portfolio .inner-details .page-title {
        padding: 50px 0 60px 0;
    }
    .main-wrapper .portfolio .txt {
        font-size: 16px;
        line-height: 23px;
    }
    .main-wrapper .contact-details .txt p {
        font-size: 15px;
        line-height: 25px;
    }
    footer .logo {
        display: none;
    }
    footer .social-icons {
        display: none;
    }
}