/* --------------------------------- */


/* Css Styles                        */


/*---------------------------------- */


/**
  Musicalic Responsive Portfolio Template
  Author :  ThemeElementor
  Copyright 2018 by ThemeElementor

/* Table of Content
==================================================
  
  1 Body and Core Css
  2 Portfolio Section
  3 About Section
  4 Contact Section
  5 Footer
  6 Single Work
  7 Responsive




/*------------------------ 1 Body and Core Css ------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    background: #1d1d1d;
}

p {
    color: #868686;
}

a {
    color: inherit;
}

a:focus {
    outline: 0;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: Raleway;
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

blockquote {
    color: #fff;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1em;
    margin: 0 30px 20px;
    border-left: 10px solid #e52d27;
    -webkit-transition: border-left 0.5s;
    -o-transition: border-left 0.5s;
    transition: border-left 0.5s;
}

cite {
    text-align: right;
    display: block;
    margin: 0 2em;
    font-size: 1em;
}

cite:before {
    content: "â€”";
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
th, td {
    padding: 5px 10px;
    color: #fff;
}

.banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.banner-caption {
    position: absolute;
    padding: 50px;
    text-align: left;
    bottom: 20%;
    left: 15%;
}

.banner-caption h1 {
    font-size: 72px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
}

.banner-caption h1 span {
    font-weight: bold;
}

.banner-caption p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.banner-control {
    width: 0;
    left: 0;
    right: 0;
}

.divider {
    clear: both;
    overflow: hidden;
}

.divider-xs {
    display: none;
    clear: both;
    overflow: hidden;
}

.hero {
    background: url(../images/3.jpg) center center;
    background-size: cover;
    display: table;
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
}


.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    background: -webkit-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: -o-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: linear-gradient(45deg, #e52d27 0%, #F27121 100%);
}

.hero .hero-inner {
    width: 75%;
    margin: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    top: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 3px solid rgba(234, 234, 234, 0.5);
    border-radius: 100px;
    outline-offset: 10px;
    margin-bottom: -35px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.hero .hero-inner h1 {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 102px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

/* service-box */
.service-box {
    background: #000;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.service-box:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}
.service-box:hover p {
    color: #fff;
}

.service-box .title {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}


.service-box p {
    font-size: 15px;
}

.hero .hero-inner p {
    color: #ffffff;
    font-size: 19px;
    opacity: 0.6;
    line-height: 34px;
}

/* Preloader */

#preloader {
    background: -webkit-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: -o-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
    text-align: center;
}

.spinner {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: #fff;
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*----------------------------------------
                03. NAVBER
------------------------------------------*/


header {
    padding: 25px;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
}

.navigation ul li > ul li.current-menu-item a, .navigation ul li > ul li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background: -webkit-linear-gradient(left, #e52d27, #F27121);
    background: -o-linear-gradient(left, #e52d27, #F27121);
    background: linear-gradient(to right, #e52d27, #F27121);
}
.navigation {
    background: rgba(0, 0, 0, 0.5) !important;
}

.navigation img {
    width: 200px;
    margin: 20px 0 0;
}
.navber-brand {
    font-size: 32px;
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
    margin-top: 12px;
    display: inline-block;
}
.navber-brand:hover {
    color: #fff;
}
.navigation ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation ul>li {
    margin: 0 5px;
    float: left;
    position: relative;
}
.navigation ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    color: #fff;
    padding: 28px 10px;
}
.navigation .sub-menu,
.navigation .children {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 999;
    display: none;
}
.navigation ul li > ul li {
    float: none;
    position: relative;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.navigation ul li > ul li.current-menu-item a {
    color: #fff;
}
.navigation .menu-item-has-children::after,
.navigation .page_item_has_children::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.navigation .menu-item-has-children:hover>.sub-menu,
.navigation .page_item_has_children:hover>.children {
    display: block;
}
.navigation  .sub-menu .current_page_item a,
.navigation  .children .current_page_item a {
    color: #fff;
}
.navigation ul li > ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    
}
.navigation ul li > ul li a:hover{
    color: #fff;
}
.navigation ul li > ul li > ul {
    position: absolute;
    top: 100%;
    left: 100%;
}

.mobile_menu {
    overflow: hidden;
}
.logo-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 18px 0 0 18px;
}
.logo-mobile-menu a img {
    width: 220px;
}
.mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    padding: 20px
}
.mean-container .mean-bar {
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.mean-container .mean-nav {
    background: #3c3c3c;
}
.mean-container .mean-nav {
    margin-top: 60px;
}
.mean-container a.meanmenu-reveal span {
    margin-top: 6px;
}

/*----------------------------------------
        04. SECONDARY BANNER
------------------------------------------*/

.secondary-bnr {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/sec-bnr.jpg);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/sec-bnr.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/sec-bnr.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/sec-bnr.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    text-align: center;
    margin-bottom: 150px;
}

.secondary-bnr h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}

.secondary-bnr-content ul {
    text-align: center;
    background: transparent;
}
.secondary-bnr-content ul li a:after {
    content: '/';
    color: #fff;
    margin-left: 10px;
}

.secondary-bnr-content ul li a {
    color: #fff;
    font-weight: 600;
}

.secondary-bnr-content ul .active {
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

/*------------------------ 2 Portfolio Section ------------------------*/

.section-heading h2 {
    margin: 0;
    position: relative;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Raleway;    
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.portfolio-filter {
    margin-bottom: 80px;
}

.portfolio-filter ul li {
    font-size: 16px;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background: -webkit-linear-gradient(left, #e52d27, #F27121);
    background: -o-linear-gradient(left, #e52d27, #F27121);
    background: linear-gradient(to right, #e52d27, #F27121);
    border-radius: 50px;
    padding: 10px 35px;
}

.select-cat {
    color: #fff !important;
}


.port img{
  width: 100%;
}

.single-portfolio-item {
    padding: 0;
}

.single-portfolio-item figure {    
    margin: 0;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.single-portfolio-item figure *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.single-portfolio-item figure:hover img {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    opacity: .4;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.single-portfolio-item figure figcaption {
    z-index: 1;
    text-align: center;
}

.single-portfolio-item figure figcaption, .single-item figure:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-portfolio-item figure:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.single-portfolio-item figure figcaption h3 {
  line-height: 1.1em;
  font-size: 22px;
  opacity: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  -webkit-transform: translateY(-40px);
 -ms-transform: translateY(-40px);
     transform: translateY(-40px);
}

.single-portfolio-item figure p {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
      transform: translateY(40px);
}

.single-portfolio-item figure figcaption:hover h3,
.single-portfolio-item figure figcaption:hover p{
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  opacity: 1;
}

.single-portfolio-item img{
    width: 100%;
}

/*------------------------ 3 About Section ------------------------*/

.intro_img {
    width: 100%;
    background: #fff;
    border: solid #fff 5px;
    position: relative;
    z-index: 1;
}

.intro_img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: 35px -35px;
    left: 0;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.intro_img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: -35px 35px;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

/*Info Box*/
.info-box {
    border-radius: 6px;
    background: #000;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 10px;
}

.info-box .col-md-3 {
    text-align: center;
}
.info-box i {
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
    font-size: 4em;
}

.info-box h4 {
    color: #c3c3c3;
}

.info-box p {
    font-size: 15px;
    color: #868686;
    margin-top: 10px;
    margin-bottom: 0;
}
/*Album Item*/
.album-item {
    position: relative;
    margin-bottom: 30px;
}

.album-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.album-item i {
    font-size: 38px;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 16px 23px;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    left: 35%;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}
.album-item:hover a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
/*latest blog*/
.te-blog-item {
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.te-blog-item h4 {
    padding: 20px 25px 10px;
    font-family: Raleway;
}

.te-blog-item p {
    padding: 0 25px;
    font-weight: 300;
}

.te-blog-item a:last-child {
    display: inline-block;
    padding: 0 25px 20px;
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.te-blog-item a:last-child::after {
    font-family: FontAwesome;
    content: "\f178";
    padding-left: 10px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

/*info box*/

.info-box img {
    width: 75%;
    padding-top: 5px;
}

.main_heading_section {
    text-align: center;
    margin-bottom: 50px;
}

.left_red h2 {
    color: #fff;
    text-align: left;
}

.left_red .main_sub_heading {
    color: #fff;
    text-align: left;
}

.main_sub_heading {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    color: #222;
    padding-bottom: 50px;
    color: #fff;
}


/*------------------------  4 Contact Section ------------------------*/

.contact .contact-info ul {
    padding: 0;
}

.contact .contact-info ul li {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    list-style: none;
    line-height: 30px;
}

.contact .social a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}

.contact .social a:hover {
    opacity: .7;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.page-title.sub .title {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 15px;
    color: #fff;
}

.form-inp {
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
    border: none;
    border-radius: 6px;
}

.contact-form textarea {
    width: 100%;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 200px;    
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
    border: none;
    border-radius: 6px;
}


/*------------------------ 5 Footer  ------------------------*/

footer {
    width: 100%;
    bottom: 0;
    background: #212121;
    min-height: 100px;
    padding-top: 44px;
    color: #919191;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.blue footer {
    background: #030d27;
}

footer:before {
    content: '';
    position: absolute;
    opacity: 0.4;
    width: 100%;
    height: 1px;
    top: 0;
    background: -webkit-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: -o-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: linear-gradient(45deg, #e52d27 0%, #F27121 100%);
}

footer .socials a {
    color: #919191;
    text-decoration: none;
}
footer a {
    display: inline-block;
}
footer .footer-logo {
    margin: 60px 0 100px;
}

footer .footer-logo ul li {
    margin: 0 10px;
}
footer .footer-logo ul li a {
    display: inline-block;
}
footer .footer-logo ul li a:hover {
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}
.footer .footer-logo a {
    display: inline-block;
}

footer .footer-logo p {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: 300;
}

footer .socials a:hover {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

footer .copyright a {
    font-weight: bold;
    color: #fff;
}

footer .copyright a:hover {
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

footer .footer-info {
    border-top: 1px solid #ccc;
    padding: 40px 20px 20px;
    text-align: center;    
    font-size: 16px;
}


/*------------------------ 6 Single Work ------------------------*/

.work-video iframe {
    width: 100%;
    min-height: 700px;
}

.hero.work .hero-inner h1 {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 30px;
    line-height: 102px;
    color: #fff;
}

.hero.work {
    background: url(../images/home.jpg) top center;
    background-size: cover;
}

.hero .hero-inner p {
    color: #ffffff;
    font-size: 19px;
    opacity: 0.8;
}

.hero.work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.work-title {
    font-size: 50px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

a.gallery {
    display: block;
}

a.gallery:focus {
    outline: 0;
}

.gallery img {
    width: 100%;
}

/*------------------------ 7 Blog Section  ------------------------*/
.blog-media {
    border-radius: 6px;
    overflow: hidden;
}
.blog-item-body {
    padding: 40px 15px 0;
    position: relative;
}

.blog-item-data {
    position: absolute;
    top: -15px;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 400;
}

.blog-item-data i {
    margin-right: 15px;
}

.blog-item-body h2 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 20px;
}

.blog-item-body h2 a {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.blog-item-body p {
    font-weight: 300;
    color: #7e7e7e;
    margin-bottom: 25px;
}

.pb-btn:visited,
.pb-btn {
    background: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background: -webkit-linear-gradient(left, #e52d27, #F27121);
    background: -o-linear-gradient(left, #e52d27, #F27121);
    background: linear-gradient(to right, #e52d27, #F27121);
    color: #fff;
    border-radius: 50px;
}

.pb-btn,
.p-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 300;
    padding: 6px 25px;
    border: 1px solid #3c3c3c;
}

.blog-item {
    padding-bottom: 100px;
}

.blogs .post {
    text-align: center;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 90px 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.blogs .post:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blogs .post .post-title {
    margin-top: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -1px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.blogs .post p {
    font-size: 16px;
    color: #868686;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogs .post .blog-info {
    font-size: 12px;
    color: #868686;
}

.blogs .post .blog-info span {
    color: #fff;
}

.blogs .post img.blog-preview {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -5;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.blogs .post:before {
    background: -webkit-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: -o-linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    background: linear-gradient(45deg, #e52d27 0%, #F27121 100%);
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0;
    top: 0;
}

.blogs .post:hover:before {
    opacity: .6;
}

.blogs .post:hover img.blog-preview {
    opacity: 1;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.blogs .post:hover .post-title {
    color: #fff;
}

.blogs .post:hover p {
    color: #fff;
    opacity: .8;
}

.blogs .post:hover .blog-info {
    color: #fff;
}

.hero.single .hero-inner h1 {
    font-size: 40px;
    line-height: 60px;
}

.hero.single .hero-inner p {
    font-size: 16px;
}

.blogs-single .article {
    font-size: 15.5px;
    line-height: 32px;
}

.second-title {
    font-size: 25px;
    color: #868686;
    font-weight: bold;
    margin-bottom: 30px;
}

.second-title.text-center {
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(45deg, #F27121 41%, #e52d27 70%);
    background-image: -o-linear-gradient(45deg, #F27121 41%, #e52d27 70%);
    background-image: linear-gradient(45deg, #F27121 41%, #e52d27 70%);
}

.comment {
    border-bottom: solid 1px #ccc;
    padding: 45px 0px;
}

.comment:last-child {
    border: none;
}

.comment .image img {

}

.comment h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.comment span {
    font-size: 12px;
    color: #d5d5d5;
    padding: 8px 0;
    display: inline-block;
}

.comment p {
    font-size: 14.5px;
    line-height: 26px;
}

.comment .reply {
    background-image: -webkit-linear-gradient(45deg, #F27121 41%, #e52d27 70%);
    background-image: -o-linear-gradient(45deg, #F27121 41%, #e52d27 70%);
    background-image: linear-gradient(45deg, #F27121 41%, #e52d27 70%);
    font-size: 13px;
    padding: 0 15px;
    border-radius: 20px;
    color: #fff;

}

/*----------------------------------------
                16. 404
------------------------------------------*/

.error {
    padding: 0 0 100px;
}

.error span {
    color: #ccc;
    font-size: 32px;
    display: block;
    text-align: center;
}

.error b {
    display: inline-block;
    margin: 0 15px;
    font-size: 120px;    
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e52d27), to(#F27121));
    background-image: -webkit-linear-gradient(left, #e52d27, #F27121);
    background-image: -o-linear-gradient(left, #e52d27, #F27121);
    background-image: linear-gradient(to right, #e52d27, #F27121);
}

.error h4 {
    padding: 20px 0 30px;
    font-size: 22px;
    font-weight: 500;
}

.error i {
    font-size: 18px;
}

.error a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}


/*------------------------ 8 Responsive  ------------------------*/

@media (max-width: 991px) {
    .section-heading h2 {
        font-size: 5em;
    }
    .intro_img {
        margin-bottom: 50px;
    }

    .section-heading h2::before {
        bottom: 22px;
    }

    .hero .hero-inner h1 {
        font-size: 70px;
    }

    .hero .hero-inner p {
        font-size: 16px;
    }

    .portfolio .isotope_items {
        margin-top: 60px;
    }

    .info-box {
        padding-left: 0;
    }

    .about .info-box {
        margin-top: 45px;
    }

    .intro_img {
        width: 100%;
    }

    .work-video {
        margin-bottom: 0;
    }

    .hero.work .hero-inner h1 {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .portfolio-filter {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .navigation {
        display: none;
    }
    .logo-mobile-menu {
        display: block;
    }
    .logo-mobile-menu .navber-brand {
        margin-top: -5px;
    }
    .banner-caption {
        left: 0;
        bottom: 25%;
    }
    .banner-caption h1 {
        font-size: 52px;
    }
    .nav .menu li.hassub i {
        line-height: 51px;
    }

    .tp-mask-wrap img {
        width: 90% !important;
    }

    .hero .hero-inner h1 {
        font-size: 65px;
    }

    .intro_img {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .te-blog-item {
        margin-bottom: 30px;
    }

    .work-title {
        font-size: 40px;
    }

    .comment.reply {
        padding-left: 0;
    }

    .hero.blog .hero-inner h1 {
        font-size: 32px;
        color: #fff;
        line-height: 50px;
    }
}


@media (max-width: 481px) {
    header {
        padding: 10px 15px;
    }    
    
    .section-heading h2 {
        font-size: 2em;
    }
    
    .section-heading h2::before {
        bottom: 13px;
        font-size: 22px;
    }
    .secondary-bnr h2 {
        font-size: 34px;
    }
    .banner-caption h1 {
        font-size: 32px;
    }
    .banner-caption {
        padding: 250px 30px 0;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }

    .banner-caption p {
        font-size: 16px;
    }

    .logo .navber-brand {
        font-size: 32px;
        border: 0;
        border-radius: 0;
        padding: 0;

    }

    .intro_img::before {
        margin: 20px -20px;
    }
    .intro_img::after {
        margin: -20px 20px;
    }
    #nav-icon {
        margin-top: 15px;
    }

    .portfolio-filter ul li {
        padding-bottom: 5px;
    }


    .nav .menu li.hassub i {
        line-height: 37px;
    }
    
    .hero .hero-inner {
        width: 80%;
        top: 315px;
    }
    
    .hero .hero-inner p {
        font-size: 14px;
    }


    .portfolio-text p {
        font-size: 14px;
        line-height: 28px;
        color: #a7a7a7;
    }
    
    .info-box {
        padding: 20px;
    }
    .info-box i {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .nav.open ul.menu li a {
        font-size: 24px;
        line-height: 45px;
    }

    .nav.open ul.menu li a:hover {
        font-size: 26px;
    }

    .portfolio-filter {
        margin-bottom: 0;
    }

    .portfolio-filter ul li {
        margin-bottom: 20px;
    }

    .hero.blog .hero-inner p {
        font-size: 13px;
    }

    .blogs .post p {
        font-size: 14px;
        line-height: 26px;
    }

    .blogs .post .post-title {
        font-size: 18px;
        line-height: 32px;
    }

    .info-box i {
        font-size: 32px;
    }

    .divider {
        display: none;
    }
    .divider-xs {
        display: block;
    }

    header {
        background: rgba(0,0,0,0.7);
    }
    
    footer .footer-info {
        padding-bottom: 40px;
    }
    footer .footer-info,footer .copyright {
        text-align: center;
    }

    footer .footer-logo p {
        font-size: 16px;
    }

    footer .footer-logo {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    footer p {
        margin-bottom: 0;
    }
}


@media (max-width: 320px) {
    .banner-caption {
        padding: 165px 30px 0;
    }
}