
@import url("css.css");@import url("css1.css");@import url("css2.css");@import url("css3.css");
.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-top: -7px;
}

.section-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -25px;
    top: 100%;
    background: url("../image/about-title.png") center center no-repeat;
    background-size: contain;
    height: 9px;
    width: 50px;
}

.section-title2 {
    margin-bottom: 80px;
}

.section-title2 h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -9px 0 0;
}

.section-title2 h2 span {
    color: #ff0e1f;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.c-white {
    color: #fff;
}

/*==========================================    profo container==========================================*/
.profo-container {
    position: relative;
    margin: 0 70px;
}

.profo-container.banner-content {
    position: absolute;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profo-row {
    margin-right: -10px;
    margin-left: -10px;
}

.profo-row >.col, .profo-row >[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

/*==========================================    Preloader==========================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 555;
}

/*==========================================    scroll to top button==========================================*/
.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 80px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #052157;
    border: 2px solid #fff;
    text-align: center;
}

.scroll-to-top a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 2px 0 0px 0;
    display: inline-block;
}

.scroll-to-top a i {
    color: #fff;
}

/*==========================================    normalize==========================================*/
html {
    font-family: "Rubik", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #3d5169;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, a {
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

p {
    line-height: 1.6;
    font-family: "Rubik", sans-serif;
}

a {
    color: #101830;
    text-decoration: none;
}

a,a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

/** * 5.0 - Alignments */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*==========================================    header==========================================*/
.header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 55;
}

.header.header-5 {
    top: 0;
    padding: 50px 0 0;
}

.header.header-5 .main-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header.header-3 {
    position: initial;
    padding: 50px 0;
    background: black;
}

.header.header-3 .main-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header.header-4 {
    top: 0;
    padding: 28px 0;
}

.header.header-4 .main-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header.blog-page {
    top: 0;
    padding: 38px 0;
}

.header .main-menu {
    float: right;
}

.header .main-menu .responsive-menu-button {
    width: 80px;
    height: 80px;
    color: #fff;
    background: #ff0e1f;
    border-radius: 50%;
    border: none;
}

.header .main-menu .responsive-menu-button.add-transform {
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.header .main-menu .navbar {
    display: inline-block;
    padding: 0;
    -webkit-transition: transition(all 0.3s ease-in), transition(all 0.3s ease-in), transition(all 0.3s ease-in);
    transition: transition(all 0.3s ease-in), transition(all 0.3s ease-in), transition(all 0.3s ease-in);
    -o-transition: transition(all 0.3s ease-in), transition(all 0.3s ease-in), transition(all 0.3s ease-in);
    transition: transition(all 0.3s ease-in);
}

.header .main-menu .navbar.profo-navbar {
    width: auto;
}

.header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0;
    margin-right: 50px;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    border-top-color: #ff0e1f;
    border-bottom-color: #ff0e1f;
    position: relative;
    top: 2px;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(255, 14, 31, 0.2);
    color: black;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 2;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    background: #fff;
    color: #ff0e1f;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background: #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:after {
    width: 100%;
}

/*==========================================    banner==========================================*/
.banner {
    position: fixed;
    height: 100vh;
    width: 100%;
}

.banner .copyright {
    position: absolute;
    right: 70px;
    border: 0;
    z-index: 1000;
    color: #fff;
    bottom: 50px;
    background: transparent;
}

.banner .copyright p {
    color: #fff;
    margin: 0;
}

.banner .slideshow .slide .slide__wrap .slide__img {
    background: url("../image/banner.jpg") center center no-repeat;
    background-size: cover;
}

.banner .slideshow .slide .slide__wrap .slide__title-wrap {
    padding: 0;
    position: relative;
}

.banner .slideshow .slide .slide__wrap .slide__title-wrap .slide__title {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 39px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-animation: fadeOutUp 3s;
    animation: fadeOutUp 3s;
}

.banner .slideshow .slide .slide__wrap .slide__title-wrap .slide__title:after {
    position: absolute;
    left: 100%;
    width: 140px;
    height: 10px;
    background: #ff0e1f;
    content: '';
    margin-left: -70px;
    z-index: -1;
    bottom: 5px;
}

.banner .slideshow .slide .slide__wrap .slide__title-wrap .slide__subtitle {
    margin: 0;
    font-size: 24px;
    color: #e4e3e3;
    font-family: "Rubik", sans-serif;
    max-width: none;
}

.banner .slideshow .slide.slide-2 .slide__wrap .slide__img {
    background: url("../image/banner-2.jpg") center center no-repeat;
    background-size: cover;
}

.banner .slideshow .slide.slide-3 .slide__wrap .slide__img {
    background: url("../image/banner-3.jpg") center center no-repeat;
    background-size: cover;
}

.banner .slideshow .slide.slide-4 .slide__wrap .slide__img {
    background: url("../image/banner-4.jpg") center center no-repeat;
    background-size: cover;
}

.banner .boxnav {
    right: auto;
    left: auto;
    position: fixed;
}

.banner .boxnav .boxnav__item {
    background: #ff0e1f;
    color: #fff;
    height: 170px;
    font-size: 35px;
}

.banner .boxnav .boxnav__item .boxnav__label {
    font-size: 24px;
}

.banner .boxnav .boxnav__item .boxnav__label--total::before {
    background: #fff;
    top: 6px;
}

.banner-slider {
    background: black;
}

.banner-slider .banner-single-slide {
    background: url("../image/banner-slide-1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner-slider .banner-single-slide:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: .75;
}

.banner-slider .banner-single-slide.two {
    background: url("../image/banner-slide-2.jpg") center center no-repeat;
    background-size: cover;
}

.banner-slider .banner-single-slide.three {
    background: url("../image/banner-slide-3.jpg") center center no-repeat;
    background-size: cover;
}

.banner-slider .banner-single-slide .banner-content {
    padding: 240px 0;
}

.banner-slider .banner-single-slide .banner-content h1 {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    margin: 0;
    margin-bottom: 22px;
    font-weight: 600;
    margin-top: -10px;
}

.banner-slider .banner-single-slide .banner-content h1 span.reguler {
    font-weight: 600;
}

.banner-slider .banner-single-slide .banner-content h1 span.reguler .special {
    color: #ff0e1f;
}

.banner-slider .banner-single-slide .banner-content .social ul li {
    display: inline-block;
}

.banner-slider .banner-single-slide .banner-content .social ul li a {
    display: inline-block;
    color: #fff;
    margin-right: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 18px;
}

.banner-slider .banner-single-slide .banner-content .social ul li a:hover {
    color: #ff0e1f;
}

.banner-slider .banner-single-slide .banner-content a.hire-me {
    width: 180px;
    display: inline-block;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    background: #ff0e1f;
    -webkit-box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    margin-top: 38px;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner-slider .banner-single-slide .banner-content a.hire-me:hover {
    background: transparent;
    color: #ff0e1f;
}

.banner-slider .owl-controls {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-slider .owl-controls .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #ff0e1f;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.banner-slider .owl-controls .owl-dots .owl-dot.active {
    background: #ff0e1f;
}

.banner-slider .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.banner-4 {
    position: relative;
}

.banner-5 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(135deg, #EE7752, #E73C7E, #23A6D5, #be25f4);
    background: -o-linear-gradient(135deg, #EE7752, #E73C7E, #23A6D5, #be25f4);
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #be25f4);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(99, 142, 255, 0.72);
    box-shadow: 0px 5px 20px 1px rgba(99, 142, 255, 0.72);
    border-radius: 0 0 50% 50%;
    z-index: 2;
}

.banner-5:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 11px;
    background: url("../image/banner-5.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0 0 50% 50%;
    z-index: -1;
}

.banner-5 .banner-content {
    margin-top: 130px;
    padding: 150px 0 300px;
}

.banner-5 .banner-content h1 {
    font-size: 45px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    margin-bottom: 22px;
}

.banner-5 .banner-content h1 span.reguler {
    font-weight: 400;
}

.banner-5 .banner-content h1 span.reguler .special {
    color: #ff0e1f;
}

.banner-5 .banner-content .social ul li {
    display: inline-block;
}

.banner-5 .banner-content .social ul li a {
    display: inline-block;
    color: #fff;
    margin-right: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 18px;
}

.banner-5 .banner-content .social ul li a:hover {
    color: #ff0e1f;
}

.banner-5 .banner-content a.hire-me {
    width: 160px;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    color: #fff;
    background: #ff0e1f;
    -webkit-box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    margin-top: 38px;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner-5 .banner-content a.hire-me:hover {
    background: transparent;
    color: #ff0e1f;
}

.banner-slider.hompage-4 .banner-single-slide .banner-content {
    margin-top: 80px;
}

body.home-5 {
    background: #1d1d1d;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*==========================================    about==========================================*/
.about {
    padding: 120px 0;
    background: #1d1d1d;
}

.about .about-area {
    background: black;
    border-radius: 8px;
    padding: 80px 80px 0;
}

.about .about-area .about-content {
    padding-right: 80px;
}

.about .about-area .about-content h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

.about .about-area .about-content h3:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    background: url("../image/about-title.png") center center no-repeat;
    background-size: contain;
    height: 9px;
    width: 50px;
}

.about .about-area .about-content h3 span.special {
    color: #ff0e1f;
}

.about .about-area .about-content p {
    color: #999999;
    font-size: 17px;
    line-height: 27px;
}

.about .about-area .about-content p span.special {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.about .about-area .about-content .skill {
    margin-top: 30px;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal:last-child {
    margin-bottom: -5px;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-level-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-level-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-level-wrapper .bar-level {
    height: 4px !important;
    background: #ff0e1f !important;
    position: relative;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-level-wrapper .bar-level:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.about .about-area .about-content .skill .bars .jqbar.horizontal .bar-percent {
    margin-left: 30px;
    color: #fff;
}

.about .about-area .address-content {
    padding-left: 80px;
    position: relative;
}

.about .about-area .address-content:after {
    position: absolute;
    content: '';
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 220px;
    background: #2c2c2c;
}

.about .about-area .address-content ul li {
    margin-bottom: 18px;
}

.about .about-area .address-content ul li span {
    display: inline-block;
}

.about .about-area .address-content ul li span.property {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 15px;
}

.about .about-area .address-content ul li span.value {
    text-transform: capitalize;
    color: #999999;
}

.about .about-area .address-content button.profo-button {
    height: 45px;
    width: 160px;
    border-radius: 5px;
    background-color: #ff0e1f;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}

.about .about-area .address-content button.profo-button:hover {
    background: transparent;
    color: #ff0e1f;
}

.about .about-area .statics-area {
    padding: 40px;
    background: url("../image/statics-bg.png") center center no-repeat;
    background-size: cover;
    background-color: #1d1d1d;
    border-radius: 10px;
    position: relative;
    top: 73px;
    margin-top: 5px;
    margin-bottom: 73px;
}

.about .about-area .statics-area .single-static {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.about .about-area .statics-area .single-static .part-icon {
    height: 60px;
    margin-right: 20px;
}

.about .about-area .statics-area .single-static .part-icon img {
    height: 100%;
}

.about .about-area .statics-area .single-static .part-text span {
    display: block;
}

.about .about-area .statics-area .single-static .part-text span.number {
    font-family: "Poppins", sans-serif;
    color: #ff0e1f;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
}

.about .about-area .statics-area .single-static .part-text span.title {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

/*==========================================    about 2nd==========================================*/
.about-2nd {
    background: #000;
}

.about-2nd .part-text {
    padding: 120px 100px;
    position: relative;
    z-index: 2;
}

.about-2nd .part-text .shadow-shape {
    position: absolute;
    top: -289px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about-2nd .part-text h2 {
    font-size: 45px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 26px;
    margin-top: -11px;
}

.about-2nd .part-text h2 span {
    font-weight: 600;
}

.about-2nd .part-text h2 span:last-child {
    color: #ff0e1f;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
}

.about-2nd .part-text p {
    font-size: 17px;
    line-height: 27px;
    color: #999999;
}

.about-2nd .part-text a.hire-me {
    width: 160px;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #fff;
    background: #ff0e1f;
    -webkit-box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    margin-top: 29px;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about-2nd .part-text a.hire-me:hover {
    background: transparent;
    color: #ff0e1f;
}

.about-2nd .part-img {
    position: relative;
}

.about-2nd .part-img img {
    width: 100%;
}

.about-2nd .part-img .content-on-img {
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-2nd .part-img .content-on-img h2 {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.about-2nd .hover-animation .content-on-img {
    padding: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-2nd .hover-animation .content-on-img h2 {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.about-2nd .part-count {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 130px 50px ;
    position: relative;
    z-index: 2;
}

.about-2nd .part-count .shadow-shape-2 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -184px;
}

.about-2nd .part-count .single-count {
    text-align: center;
}

.about-2nd .part-count .single-count:hover .icon {
    border-color: #ff0e1f;
}


.about-2nd .part-count .single-count .icon {
    width: 180px;
    background: #2e2e2e;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 18px;
    border: 2px solid #2e2e2e;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about-2nd .part-count .single-count .icon img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about-2nd .part-count .single-count .text span {
    display: block;
}

.about-2nd .part-count .single-count .text span.number  {
    font-size: 18px;
    color: #ff0e1f;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px; 
}
.about-2nd .part-count .single-count .text span.number a{
     color: #fff;;
}
.about-2nd .part-count .single-count .text span.title {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff; margin-top: 10px;
}

.grid__item {
    width: 100%;
}

.theme-2 {
    --item-bg: rgba(0,0,0,0.2);
    --item-link: #fff;
    --item-link-hover: #fff;
    --item-meta: #fff;
    --item-title: #fff;
    --item-subtitle: #fff;
    --item-text: #fff;
}

.grid__item--bg {
    background-color: var(--item-bg);
    height: 100%;
}

.grid__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.grid__item-img {
    display: block;
    height: 100%;
    width: 100%;
}



.grid__item-img img {
    height: 100%;
    display: block;
}

.grid__item-img canvas {
    height: 100%;
    display: flow-root;
}

audio, canvas, video {
    display: inline-block;
}

/*==========================================    service==========================================*/
.service {
    padding: 0 0 120px;
    background: #1d1d1d;
}

.service .single-service {
    background: #000000;
    padding: 50px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 3px solid #000000;
}

.service .single-service:hover {
    border-radius: 10px;
    border-bottom: 3px solid #ff0e1f;
}

.service .single-service:hover .part-icon {
    border-color: #ff0e1f;
}

.service .single-service .part-icon {
    width: 85px;
    background: #1d1d1d;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 26px;
    border: 1px solid #1d1d1d;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .single-service .part-icon img {
    width: 100%;
    padding: 20px;
}

.service .single-service .part-text h3.title {
    font-size: 18px;
    color: #ff0e1f;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 19px;
}

.service .single-service .part-text p {
    font-size: 15px;
    color: #e0dfdf;
    line-height: 25px;
    margin: 0;
    margin-bottom: -5px;
}

/*==========================================    service 2nd==========================================*/
.service-2nd {
    padding: 120px 0;
    background: url("../image/service-bg.jpg") center center no-repeat;
    background-size: cover;
}

.service-2nd .single-service {
    position: relative;
    overflow: hidden;
}

.service-2nd .single-service:hover:after, .service-2nd .single-service:hover:before {
    opacity: 1;
    visibility: visible;
    opacity: .5;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 0;
}

.service-2nd .single-service:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #ff0e1f;
    opacity: .3;
    width: 50%;
    height: 200%;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.service-2nd .single-service:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #ff0e1f;
    opacity: .3;
    width: 50%;
    height: 200%;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.service-2nd .single-service:hover .content-on-img h3 {
    top: 0;
}

.service-2nd .single-service:hover .content-on-img .inner-content {
    visibility: visible;
    opacity: 1;
}

.service-2nd .single-service img {
    width: 100%;
}

.service-2nd .single-service .content-on-img {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 1, 2, 0.5);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
}

.service-2nd .single-service .content-on-img h3 {
    font-size: 22px;
    color: #ff0e1f;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    top: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service-2nd .single-service .content-on-img h3 span {
    color: #fff;
    display: block;
}

.service-2nd .single-service .content-on-img .inner-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.service-2nd .single-service .content-on-img .inner-content p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}

/*==========================================    feature==========================================*/
.feature {
    position: relative;
    z-index: 2;
    padding: 200px 0;
    background-color: #000000;
    overflow: hidden;
}

.feature:after {
    background: url("../image/feature-bg.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    left: 0;
    top: 120px;
    width: 100%;
    bottom: 120px;
    z-index: -1;
    -webkit-animation: feature_circle infinite 10s;
    animation: feature_circle infinite 10s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
}

.feature:hover .part-img img {
    -webkit-filter: none;
    filter: none;
}


.feature .row .col-xl-4 .single-feature {
    margin-bottom: 60px;
}

.feature .row .col-xl-4:first-child .single-feature:nth-child(2) .part-icon {
    background: #431242;
}


.feature .row .col-xl-4:last-child .single-feature:first-child .part-icon {
    background: #1c605e;
}

.feature .row .col-xl-4:last-child .single-feature:last-child .part-icon {
    background: #480505;
}

.feature .row .col-xl-4:last-child .single-feature .part-icon {
    float: left;
    margin-right: 25px;
    margin-left: 0;
}

.feature .row .col-xl-4:last-child .single-feature .part-text {
    text-align: left;
}

.feature .single-feature:hover .part-icon {
    -webkit-animation: feature_single infinite 1s;
    animation: feature_single infinite 1s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
}

.feature .single-feature .part-icon {
    width: 90px;
    background: #062947;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #11416a;
    float: right;
    margin-left: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.feature .single-feature .part-text {
    display: table;
    text-align: right;
}

.feature .single-feature .part-text h3 {
    font-size: 18px;
    color: #ff0e1f;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.feature .single-feature .part-text p {
    font-size: 15px;
    line-height: 27px;
    color: #999999;
    margin: 0;
}

.feature .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.feature .part-img img {
    width: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.feature .shadow-shape {
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
}

.feature .shadow-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -200px;
}

@-webkit-keyframes feature_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes feature_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes feature_single {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes feature_single {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*==========================================    portfolio==========================================*/
.portfolio .portfolio-area .content {
    position: relative;
}

.portfolio .portfolio-area .content .slides--contained .slide__text {
    left: 0;
}

.portfolio .portfolio-area .content .slides.slides--contained.effect-2 {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio .portfolio-area .content .slides--contained .slide__img {
    height: 650px;
    width: 400px;
    display: inline-block;
    border-radius: 10px;
}

.portfolio .portfolio-area .content .glitch__img {
    top: 0;
    left: 0;
    height: 650px;
    width: 400px;
}

.portfolio .portfolio-area .content .glitch__img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .55;
}

.portfolio .portfolio-area .content .slides--contained .slide__text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -100px;
}

.portfolio .portfolio-area .content .slide--current .slide__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 12px;
    margin-top: -9px;
}

.portfolio .portfolio-area .content .slide__description {
    font-size: 17px;
    line-height: 27px;
    color: #e4e3e3;
    margin-bottom: -4px;
}

.portfolio .portfolio-area .content .slides--contained + .slide-nav {
    top: 35%;
    left: 0;
    margin-left: -30px;
}

.portfolio .portfolio-area .content .slide-nav__button {
    margin: 0;
    color: #2b292c;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.portfolio .portfolio-area .content .slide-nav__button:hover {
    color: #ff0e1f;
}

.portfolio .portfolio-area .content .slide-nav__button:last-child {
    color: #ff0e1f;
}

.portfolio .portfolio-area .content .slide-nav__button:last-child:hover {
    color: #2b292c;
}

/*==========================================    portfolio 2nd==========================================*/
.portfolio-2nd {
    background: black;
    padding: 0 0 90px;
    position: relative;
}

.portfolio-2nd .shape-1 {
    position: absolute;
    right: 0;
    top: 120px;
    margin-right: -100px;
    width: 200px;
    -webkit-animation: circle 5s infinite;
    animation: circle 5s infinite;
}

.portfolio-2nd .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    margin-left: -250px;
    margin-bottom: -250px;
}

.portfolio-2nd.homepage-4 {
    padding-top: 120px;
}

.portfolio-2nd .portfolio-menu {
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-2nd .portfolio-menu .filterizr__controls li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin-right: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    position: relative;
}

.portfolio-2nd .portfolio-menu .filterizr__controls li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.portfolio-2nd .portfolio-menu .filterizr__controls li:last-child {
    margin-right: 0;
}

.portfolio-2nd .portfolio-menu .filterizr__controls li:hover, .portfolio-2nd .portfolio-menu .filterizr__controls li.active {
    color: #fff;
}

.portfolio-2nd .portfolio-menu .filterizr__controls li:hover:after, .portfolio-2nd .portfolio-menu .filterizr__controls li.active:after {
    width: 100%;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio:hover .content-on-img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio img {
    width: 100%;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img .single_portfolio_title {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: -5px 0 6px;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img p {
    color: #9e9898;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: -6px;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img .view-portfolio-button {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    border-radius: 540%;
    position: absolute;
    right: -12px;
    bottom: -12px;
    z-index: 2;
    overflow: hidden;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img .view-portfolio-button:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #ff0e1f;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.portfolio-2nd .filterizr__elements .filtr-item .single-portfolio .content-on-img .view-portfolio-button:hover:after {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes circle {
    0% {
        right: 0px;
    }

    50% {
        right: 10px;
    }

    100% {
        right: 0;
    }
}

@keyframes circle {
    0% {
        right: 0px;
    }

    50% {
        right: 10px;
    }

    100% {
        right: 0;
    }
}

/*==========================================    portfolio 3rd==========================================*/
.portfolio-3rd {
  /* background: black;*/
    padding: 120px 0 100px;
    border-top: 1px solid #272626;
}

.portfolio-3rd .single-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.portfolio-3rd .single-img:hover .content-on-img {
    bottom: 0;
}

.portfolio-3rd .single-img img {
    width: 100%;
}

.portfolio-3rd .single-img .content-on-img {
    padding: 0 30px;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0.89, 3.25, 0, 0.16);
    -o-transition-timing-function: cubic-bezier(0.89, 3.25, 0, 0.16);
    transition-timing-function: cubic-bezier(0.89, 3.25, 0, 0.16);
}

.portfolio-3rd .single-img .content-on-img h4 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}

.portfolio-3rd .single-img .content-on-img a.btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ff0e1f;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: black;
}



/*==========================================    testimonial==========================================*/
.testimonial {
    background: #1d1d1d;
    padding: 120px 0;
    overflow: hidden;
}

.testimonial .testimonial-slider {
    position: relative;
}

.testimonial .testimonial-slider:after {
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1d1d1d;
}

.testimonial .testimonial-slider:before {
    position: absolute;
    content: '';
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1d1d1d;
    z-index: 2;
}

.testimonial .testimonial-slider .owl-stage-outer {
    overflow: visible;
}

.testimonial .testimonial-slider .owl-stage-outer .owl-item.active .single-testimonial .quot {
    color: #ff0e1f;
}

.testimonial .testimonial-slider .single-testimonial {
    background: #000000;
    padding: 62px 40px 40px;
    position: relative;
    margin-top: 22px;
}

.testimonial .testimonial-slider .single-testimonial .quot {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #2b292c;
    position: absolute;
    top: -25px;
}

.testimonial .testimonial-slider .single-testimonial .part-body p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #999999;
    margin: -5px 0 21px;
}

.testimonial .testimonial-slider .single-testimonial .part-user {
    border-top: 2px solid #ff0e1f;
    display: flow-root;
    padding: 30px 0 0;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-img {
    float: left;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-img img {
    width: 100%;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-text {
    display: table-cell;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-text span {
    display: block;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-text span.name {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.testimonial .testimonial-slider .single-testimonial .part-user .part-text span.position {
    color: #ff0e1f;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*==========================================    team==========================================*/
.team {
    background: #1d1d1d;
    padding: 120px 0 90px;
}

.team .jqbar {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: -4px;
    margin-bottom: 20px;
}

.team .jqbar:last-child {
    margin-bottom: 0;
}

.team .single-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.team .single-member div[class=part-skill] {
    padding-right: 30px;
}

.team .single-member div[class=part-skill] {
    width: 55%;
}

 .team .single-member div[class=part-img] {
    width: 45%;

 }

.team .single-member .part-skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team .single-member .part-skill .member_name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: -6px 0 25px;
    text-align: right;
}

.team .single-member .part-skill .bar-label, .team .single-member .part-skill .bar-percent {
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px;
}

.team .single-member .part-skill .bar-level-wrapper {
    display: inherit;
    background: #808080;
    border-radius: 50px;
}

.team .single-member .part-skill .bar-level-wrapper .bar-level {
    background: #ff0e1f !important;
    border-radius: 50px;
}

.team .single-member .part-skill .bar-percent {
    position: absolute;
    top: 0;
    right: 0;
}

.team .single-member .part-img {
    border-radius: 60px 60px 0 60px;
    overflow: hidden;
    position: relative;
}

.team .single-member .part-img img {
    width: 100%;
}

.team .single-member .part-img:hover .social:after {
    top: 0;
}

.team .single-member .part-img:hover .social a.social-item {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.team .single-member .part-img .social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 68px 0 28px;
}

.team .single-member .part-img .social:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url("../image/team-social-bg.png") top center no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition-timing-function: cubic-bezier(0.71, 0.38, 0.21, 1.05);
    -o-transition-timing-function: cubic-bezier(0.71, 0.38, 0.21, 1.05);
    transition-timing-function: cubic-bezier(0.71, 0.38, 0.21, 1.05);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.team .single-member .part-img .social a.social-item {
    color: #fff;
    margin-right: 16px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, -0.01, 0.33, 2.1);
    -o-transition-timing-function: cubic-bezier(0, -0.01, 0.33, 2.1);
    transition-timing-function: cubic-bezier(0, -0.01, 0.33, 2.1);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    position: relative;
    top: -10px;
}

.team .single-member .part-img .social a.social-item:last-child {
    margin-right: 0;
}

.team .single-member-parent:nth-child(4n+2) .single-member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.team .single-member-parent:nth-child(4n+2) .single-member div[class=part-skill] {
    padding-right: 0;
    padding-left: 30px;
}

.team .single-member-parent:nth-child(4n+2) .single-member div[class=part-skill] .member_name {
    text-align: left;
}

.team .single-member-parent:nth-child(4n+2) .single-member .part-img {
    border-radius: 60px 60px 60px 0;
}

.team .single-member-parent:nth-child(4n+3) .single-member .part-img {
    border-radius: 60px 0 60px 60px;
}

.team .single-member-parent:nth-child(4n+4) .single-member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.team .single-member-parent:nth-child(4n+4) .single-member div[class=part-skill] {
    padding-right: 0;
    padding-left: 30px;
}

.team .single-member-parent:nth-child(4n+4) .single-member div[class=part-skill] .member_name {
    text-align: left;
}

.team .single-member-parent:nth-child(4n+4) .single-member .part-img {
    border-radius: 0 60px 60px 60px;
}

/*==========================================    client==========================================*/
.clients {
    background: #1d1d1d;
    padding: 0 0 120px;
}

.clients .single-client-parent {
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

.clients .single-client-parent:nth-child(3n+0) {
    border-right: none;
}

.clients .single-client-parent:nth-last-child(-n+3) {
    border-bottom: none;
}

.clients .single-client-parent .single-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
}

.clients .single-client-parent .single-client:hover img {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

.clients .single-client-parent .single-client img {
    width: auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*==========================================    news==========================================*/
.news {
    background: #1d1d1d;
    padding-bottom: 120px;
}

.news .single-news {
    background: #000000;
    border-radius: 10px;
    border-bottom: 2px solid #000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news .single-news:hover {
    border-color: #ff0e1f;
}

.news .single-news:hover .part-text .news_title {
    padding-left: 30px;
}

.news .single-news:hover .part-text .news_title:after {
    width: 20px;
}

.news .single-news:hover .part-text .news_body {
    color: #fff;
}

.news .single-news .part-img {
    border-radius: 10px;
    overflow: hidden;
}

.news .single-news .part-img img {
    width: 100%;
}

.news .single-news .part-text {
    padding: 30px;
    padding-bottom: 23px;
}

.news .single-news .part-text .news_category {
    display: inline-block;
    background: #ff0e1f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 10px 4px;
    margin-bottom: 26px;
}

.news .single-news .part-text .news_title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news .single-news .part-text .news_title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 0;
    background: #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news .single-news .part-text .news_date {
    color: #e0dddd;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.news .single-news .part-text .news_date i {
    color: #ff0e1f;
    margin-right: 6px;
}

.news .single-news .part-text .news_body {
    color: #999999;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news .single-news .part-text .read_more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ff0e1f;
}

/*==========================================    blog==========================================*/
.blog {
    padding: 120px 0;
    background: black;
    /*==========================================    blog details==========================================*/
}

.blog .single-blog {
    background: #1d1d1d;
    border-radius: 10px;
    position: relative;
    margin-bottom: 65px;
}

.blog .single-blog .part-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog .single-blog .part-text {
    padding: 10px 30px 55px;
}

.blog .single-blog .part-text .meta-info {
    padding: 25px 0 25px;
    position: relative;
    border-bottom: 1px solid #3e3e42;
}

.blog .single-blog .part-text .meta-info:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #ff0e1f;
}

.blog .single-blog .part-text .meta-info .single-meta {
    display: inline-block;
    font-size: 14px;
    margin-right: 26px;
}

.blog .single-blog .part-text .meta-info .single-meta:last-child {
    margin-right: 0;
}

.blog .single-blog .part-text .meta-info .single-meta span.icon {
    color: #ff0e1f;
    margin-right: 8px;
}

.blog .single-blog .part-text .meta-info .single-meta span.text {
    color: #fff;
}

.blog .single-blog .part-text h3.blog_title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 26px 0 15px;
}

.blog .single-blog .part-text p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.blog .single-blog .view-button {
    display: inline-block;
    width: 120px;
    height: 50px;
    color: #fff;
    background: #ff0e1f;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -60px;
}

.blog .single-blog .view-button:hover {
    background: black;
    color: #ff0e1f;
}

.blog .profo-pagination {
    margin-top: 85px;
}

.blog .profo-pagination nav .pagination .page-item .page-link {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #1d1d1d;
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 10px;
}

.blog .profo-pagination nav .pagination .page-item .page-link:focus, .blog .profo-pagination nav .pagination .page-item .page-link:hover {
    background: #ff0e1f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog.blog-details .single-blog {
    margin-bottom: 50px;
}

.blog.blog-details .single-blog .part-text {
    padding-bottom: 25px;
}

.blog.blog-details .single-blog .part-text p {
    margin-bottom: 13px;
}

.blog.blog-details .single-blog .part-text p .special {
    color: #ff0e1f;
    text-decoration: underline;
}

.blog.blog-details .single-blog .part-text p.quote_special {
    font-size: 18px;
    line-height: 34px;
    background: black;
    padding: 40px;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-top: 41px;
}

.blog.blog-details .single-blog .part-text p.quote_special:after {
    position: absolute;
    content: 'â€œ';
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background: black;
    font-size: 80px;
    font-family: "Playfair Display", serif;
    color: #ff0e1f;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    top: -20px;
    left: -20px;
}

.blog.blog-details .single-blog .part-text .attached_img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog.blog-details .single-blog .part-text .attached_img .single_img img {
    width: 100%;
}

.blog.blog-details .single-blog .part-text h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: -7px 0 15px;
}

.blog.blog-details .tag-nd-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog.blog-details .tag-nd-social .tag span {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.blog.blog-details .tag-nd-social .tag .single_tag {
    background: transparent;
    color: #fff;
    border: 1px solid #ff0e1f;
    padding: 8px 16px;
    border-radius: 50px;
    margin-right: 6px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.blog.blog-details .tag-nd-social .tag .single_tag:hover {
    background: #ff0e1f;
}

.blog.blog-details .tag-nd-social .social .single_social {
    color: #fff;
    background: #3b5999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
    position: relative;
    margin-right: 6px;
    overflow: hidden;
}

.blog.blog-details .tag-nd-social .social .single_social:hover .text {
    width: 100px;
    padding-right: 15px;
    font-size: 15px;
    position: relative;
    opacity: 1;
}

.blog.blog-details .tag-nd-social .social .single_social span {
    display: inline-block;
}

.blog.blog-details .tag-nd-social .social .single_social span.icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}

.blog.blog-details .tag-nd-social .social .single_social span.text {
    width: 0;
    font-size: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
}

.blog.blog-details .tag-nd-social .social .single_social.twitter {
    background: #55acee;
}

.blog.blog-details .tag-nd-social .social .single_social.g-plus {
    background: #dd4b39;
}

.blog.blog-details .tag-nd-social .social .single_social.dribble {
    background: #ea4c89;
}

.blog.blog-details .next_prev_button {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
}

.blog.blog-details .next_prev_button a {
    display: inline-block;
    color: #fff;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog.blog-details .next_prev_button a i {
    margin-right: 10px;
}

.blog.blog-details .next_prev_button a:hover {
    color: #ff0e1f;
}

.blog.blog-details .next_prev_button a:last-child {
    color: #ff0e1f;
}

.blog.blog-details .next_prev_button a:last-child:hover {
    color: #fff;
}

.blog.blog-details .next_prev_button a:last-child i {
    margin-right: 0;
    margin-left: 10px;
}

.blog.blog-details .blog_comment .title-blog-comment {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}

.blog.blog-details .blog_comment .title-blog-comment:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #ff0e1f;
}

.blog.blog-details .blog_comment .single_comment {
    display: flow-root;
    margin-bottom: 30px;
}

.blog.blog-details .blog_comment .single_comment .part_img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.blog.blog-details .blog_comment .single_comment .part_img img {
    width: 100%;
}

.blog.blog-details .blog_comment .single_comment .part-text {
    display: table;
    background: #1f1f1f;
    padding: 30px;
    position: relative;
}

.blog.blog-details .blog_comment .single_comment .part-text span {
    display: block;
}

.blog.blog-details .blog_comment .single_comment .part-text span.commentor-name {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.blog.blog-details .blog_comment .single_comment .part-text span.date-info {
    font-size: 14px;
    color: #888;
    margin-bottom: 18px;
}

.blog.blog-details .blog_comment .single_comment .part-text p {
    color: #999;
    margin: 0;
}

.blog.blog-details .blog_comment .single_comment .part-text .reply-button {
    border: 1px solid #ff0e1f;
    color: #fff;
    background: transparent;
    width: 80px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog.blog-details .blog_comment .single_comment .part-text .reply-button:hover {
    background: #ff0e1f;
}

.blog.blog-details .blog-comment-box .title-blog-comment {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}

.blog.blog-details .blog-comment-box .title-blog-comment:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #ff0e1f;
}

.blog.blog-details .blog-comment-box form textarea {
    width: 100%;
    height: 150px;
    background: #1f1f1f;
    border: none;
    padding: 18px 30px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    color: #fff;
}

.blog.blog-details .blog-comment-box form input {
    width: 100%;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    background: #1f1f1f;
    border: none;
    color: #fff;
}

.blog.blog-details .blog-comment-box form .swubmit-button {
    background: #ff0e1f;
    height: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    border: 1px solid #ff0e1f;
    cursor: pointer;
    -webkit-box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: 30px;
}

.blog.blog-details .blog-comment-box form .swubmit-button:hover {
    background: transparent;
}

/*==========================================    contact==========================================*/
.contact {
    background: #000000;
    padding: 120px 0;
}

.contact .part-text {
    padding-right: 30px;
}

.contact .part-text h3.title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 32px;
    margin-top: -8px;
}

.contact .part-text h3.title span {
    color: #ff0e1f;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.contact .part-text h3.title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    background: url("../image/about-title.png") center center no-repeat;
    background-size: contain;
    height: 9px;
    width: 50px;
}

.contact .part-text p {
    font-size: 17px;
    line-height: 27px;
    color: #999999;
    margin-bottom: 23px;
}

.contact .part-text .address-list {
    display: flow-root;
    margin-bottom: 15px;
}

.contact .part-text .address-list:last-child {
    margin-bottom: 0;
}

.contact .part-text .address-list .icon {
    font-size: 18px;
    color: #ff0e1f;
    float: left;
    margin-right: 15px;
}

.contact .part-text .address-list .text {
    display: table-cell;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
}

.contact .part-form .profo_form .profo_input {
    width: 100%;
    height: 55px;
    color: #fff;
    background: #2b292c;
    border: none;
    padding: 0 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact .part-form .profo_form .profo_textarea {
    width: 100%;
    height: 160px;
    color: #fff;
    background: #2b292c;
    border: none;
    padding: 16px 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact .part-form .profo_form .profo_button {
    width: 100%;
    height: 55px;
    background: #ff0e1f;
    color: #fff;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
}

.contact .part-form .profo_form .profo_button:hover {
    border-color: #ff0e1f;
    color: #ff0e1f;
    background: transparent;
}

.map {
    height: 400px;
}

/*==========================================    footer==========================================*/
.footer {
    background: #000000;
    padding: 100px 0 95px;
}

.footer.blog-page {
    background: #131313;
}

.footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.footer .about-widget a.logo {
    display: inline-block;
    margin-bottom: 28px;
}

.footer .about-widget p {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.footer .about-widget .socials .single-icon {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .about-widget .socials .single-icon:hover {
    color: #ff0e1f;
}

.footer .instagram-widget .profo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.footer .instagram-widget .profo-row .single-feed {
    width: calc(100%/(3-20px));
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer .instagram-widget .profo-row .single-feed:hover .overlapping-btn {
    visibility: visible;
    opacity: 1;
}

.footer .instagram-widget .profo-row .single-feed img {
    width: 100%;
    border-radius: 5px;
}

.footer .instagram-widget .profo-row .single-feed .overlapping-btn {
    position: absolute;
    top: 0px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 5px;
    bottom: 0px;
    background: rgba(255, 14, 31, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .instagram-widget .profo-row .single-feed .overlapping-btn .view_photo {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ff0e1f;
}

.footer .address-widget .single-line {
    margin-bottom: 19px;
    position: relative;
}

.footer .address-widget .single-line:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
}

.footer .address-widget .single-line ul {
    padding-left: 30px;
    position: relative;
    top: -5px;
}

.footer .address-widget .single-line ul li {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

/*==========================================    copyright==========================================*/
.copyright {
    background: #000000;
}

.copyright.blog-page {
    background: #131313;
}

.copyright .copyright-area {
    border-top: 1px solid #272626;
}

.copyright .copyright-area p {
    color: #e4e3e3;
    text-align: center;
    margin: 0;
    padding: 23px 0 22px;
}

/*==========================================    breadcrumb==========================================*/
.profo-breadcrumb {
    background: url("../image/breadcrumb-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.profo-breadcrumb:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .75;
    z-index: -1;
}

.profo-breadcrumb .breadcrumb-content {
    margin-top: 100px;
    text-align: center;
    padding: 100px 0;
}

.profo-breadcrumb .breadcrumb-content h2.breadcrumb_title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: -6px 0px 13px;
}

.profo-breadcrumb .breadcrumb-content ul li, .profo-breadcrumb .breadcrumb-content ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
}

.profo-breadcrumb .breadcrumb-content ul li {
    position: relative;
    padding-right: 16px;
    margin-right: 5px;
}

.profo-breadcrumb .breadcrumb-content ul li:after {
    position: absolute;
    content: '/';
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.profo-breadcrumb .breadcrumb-content ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.profo-breadcrumb .breadcrumb-content ul li:last-child:after {
    display: none;
}

/*==========================================    sidebar==========================================*/
.sidebar .single-widget {
    margin-bottom: 40px;
}

.sidebar .single-widget .widget_title {
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.sidebar .single-widget .widget_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    background: #ff0e1f;
    height: 2px;
}

.sidebar .single-widget .search_widget form {
    position: relative;
}

.sidebar .single-widget .search_widget form input {
    width: 100%;
    height: 50px;
    background: #1f1f1f;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    color: #fff;
}

.sidebar .single-widget .search_widget form .submit_button {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #1f1f1f;
    color: #fff;
    outline: none;
    border: none;
    border-left: 1px solid #363636;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    font-size: 14px;
}

.sidebar .single-widget .category-widget ul li {
    border-top: 1px solid #3e3e42;
    padding: 14px 0 15px;
}

.sidebar .single-widget .category-widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .single-widget .category-widget ul li a {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.sidebar .single-widget .category-widget ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}

.sidebar .single-widget .category-widget ul li a:hover {
    padding-left: 30px;
    color: #ff0e1f;
}

.sidebar .single-widget .category-widget ul li a:hover:after {
    opacity: 1;
}

.sidebar .single-widget .category-widget ul li a span.count {
    float: right;
}

.sidebar .single-widget .recent_news_widget .single_news {
    border-bottom: 1px solid #3e3e42;
    padding: 25px 0;
    display: flow-root;
}

.sidebar .single-widget .recent_news_widget .single_news:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .single-widget .recent_news_widget .single_news:first-child {
    padding-top: 0;
}

.sidebar .single-widget .recent_news_widget .single_news .part-img {
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.sidebar .single-widget .recent_news_widget .single_news .part-img img {
    width: 100%;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text {
    display: table;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text a {
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: block;
    line-height: 22px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text a:hover {
    color: #ff0e1f;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text span {
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.sidebar .single-widget .recent_news_widget .single_news .part-text span i {
    margin-right: 6px;
    color: #ff0e1f;
}

.sidebar .single-widget .archives-widget ul li {
    border-top: 1px solid #3e3e42;
    padding: 14px 0 15px;
}

.sidebar .single-widget .archives-widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .single-widget .archives-widget ul li a {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.sidebar .single-widget .archives-widget ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}

.sidebar .single-widget .archives-widget ul li a:hover {
    padding-left: 30px;
    color: #ff0e1f;
}

.sidebar .single-widget .archives-widget ul li a:hover:after {
    opacity: 1;
}

.sidebar .single-widget .archives-widget ul li a span.count {
    float: right;
}

.sidebar .single-widget .gallery-widget .profo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed {
    width: calc(100%/(3-20px));
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed:hover .overlapping-btn {
    visibility: visible;
    opacity: 1;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed img {
    width: 100%;
    border-radius: 5px;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn {
    position: absolute;
    top: 0px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 5px;
    bottom: 0px;
    background: rgba(255, 14, 31, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn .view_photo {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ff0e1f;
}

.sidebar .single-widget .tag_widget .single_tag {
    display: inline-block;
    padding: 10px 20px;
    background: #1d1d1e;
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 5px;
    margin-right: 1px;
    border-radius: 50px;
}

.sidebar .single-widget .tag_widget .single_tag:hover {
    background: #ff0e1f;
}

/*==========================================    brand==========================================*/
.brand {
    padding: 0 0 120px;
    background: black;
}

.brand .single-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    border: 1px solid #131313;
}

.brand .single-brand:hover img {
    -webkit-filter: brightness(4);
    filter: brightness(4);
}

.brand .single-brand img {
    width: 100%;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*==========================================    social button==========================================*/
.social-button {
    display: none;
}

@media only screen and (min-width: 1366px) {
    .social-button {
        display: block;
        position: absolute;
        width: 500px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .social-button .single-social {
        display: flow-root;
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
    }

    .social-button .single-social.skype a, .social-button .single-social.skype .text {
        background: #00AFF0;
    }

    .social-button .single-social.instagram a, .social-button .single-social.instagram .text {
        background: #e4405f;
    }

    .social-button .single-social:hover .text {
        left: 80px;
    }

    .social-button .single-social a {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #3b5999;
        color: #fff;
        font-size: 45px;
        text-align: center;
        float: left;
    }

    .social-button .single-social .text {
        display: table-cell;
        padding: 0 30px;
        background: #3b5999;
        height: 80px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: -1;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .social-button .single-social .text span {
        display: block;
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }

    .social-button .single-social .text span.title {
        font-size: 30px;
        margin-top: -2px;
    }

    .social-button .single-social .text span.sub-title {
        font-size: 18px;
        font-weight: 300;
    }
}

.text-prime{ color:#ff0e1f }
.relate-info{ position:absolute; 
    width: 100%;
    height: 100%;
    background: rgb(255 14 31 / 30%);
    text-align: center;
     display:  block;
    font-size: 80px;
    line-height: 800px;
    color: #fff;
 }