/********************************************************** */
/**********************  Nibex ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Main Header
    03. Main Slider
    04. Home Two Hero
    05. Main Content
    06. Image Sidbar
    07. About Section
    08. Service Section
    09. Skill Section
    10. Resume Section
    11. Testimonials + Client
    12. Portfolio Page
    13. Blog Page
    14. Contact Page
    15. Footer Section

/********************************************************* */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Teko:700&display=swap');
/*font-family: 'Teko', sans-serif;
font-family: 'Poppins', sans-serif;*/

/* Import Stylesheets */
@import url('all.min.css');
@import url('bootstrap.min.css');
@import url('slick.css');
@import url('swiper.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('spacing.min.css');

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #BABCC6;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    background: #1F2235;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #d00418;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #d00418;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #FFFFFF;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 65px;
    font-family: 'Teko', sans-serif;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    padding-right: 80px;
}


header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/* scrollbar width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F0F0F0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7c3c3;
    height: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A7A7A7;
}


/** Mouse Cursor Style */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background: rgba(255, 255, 255, .5) !important;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1) !important;
    opacity: 0.1;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

/** Mouse Cursor Style */


/** Section Title style */
.section-title {
    max-width: 640px;
}

.section-title span {
    color: #d00418;
    font-size: 18px;
    font-weight: 500;
}

.section-title h2 {
    margin: 10px 0 30px;
}

/** Button style */
.theme-btn,
a.theme-btn {
    background: #d00418;
    color: #fff;
    cursor: pointer;
    padding: 11px 27px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}

/** Social Link Style One */
.social-style-one {
    display: inline-block;
}

.social-style-one a {
    height: 29px;
    width: 29px;
    margin: 0 10px;
    color: #83869C;
    font-size: 13px;
    line-height: 29px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 1px solid;
}

.social-style-one a:hover {
    color: #FFFFFF;
}

/** Social Link Style Two */
.social-style-two a {
    color: #BABCC6;
    font-size: 20px;
    margin-left: 15px;
}

.social-style-two a:hover {
    color: #d00418;
}

/*List style One*/
.list-style-one li {
    color: #071C35;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
}

.list-style-one li:before {
    content: "\f10e";
    font-family: "Flaticon";
    position: absolute;
    font-weight: 400;
    font-size: 20px;
    color: #617CF1;
    left: 0;
    top: 2px;
}

.list-style-two li {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.list-style-two li i {
    margin: 8px 15px 0 0;
}

/*Search Box*/
.search {
    position: relative;
}

.search span {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.search span:before {
    font-size: 16px;
}

/*pazination style*/
.pazination li {
    display: inline-block;
}

.pazination li a {
    width: 40px;
    height: 40px;
    color: #83869C;
    display: block;
    font-size: 14px;
    transition: 0.5s;
    line-height: 40px;
    text-align: center;
    background: #313552;
    margin-right: 5px;
}

.pazination a:hover,
.pazination li.active a {
    color: #1F2235;
    background: #d00418;
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/* text inputs and testarea */
label {
    color: #071C35;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.form-group input,
.form-group textarea {
    border: none;
    padding: 20px;
    color: #BABCC6;
    font-size: 14px;
    border-radius: 0;
    background: #313552;
    margin-bottom: 30px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #BABCC6;
}

.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
    color: #BABCC6;
    background: #313552;
}


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

/*Border Radius*/
.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

.br-30 {
    border-radius: 30px;
}

/*Width*/
.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

/** Background Color style */
.color-black {
    color: #071C35;
}

.bg-black {
    background: #071C35;
}

/*Lodding Effect*/
.lodding-effect {
    position: relative;
}

.lodding-effect:after,
.lodding-effect:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.lodding-effect:after {
    z-index: 111;
    background: #1f2235;
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.lodding-effect:before {
    z-index: 112;
    background: #d00418;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/*Back To Home*/
.back-home {
    background: #2C304D;
}

.back-home-inner {
    padding: 34px 0;
}

.back-home-inner a {
    font-size: 16px;
    color: #BABCC6;
}

.back-home-inner a i:before {
    margin-right: 15px;
    font-size: 15px;
    color: #d00418;
}

/*Cursor Pointer*/
.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    transition: all 0.3s ease-out;
}

.cursor {
    background-color: #d00418;
    height: 5px;
    width: 5px;
    z-index: 99999;
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
}

.cursor.hover,
.cursor.hover-two {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translate(-25%, -25%);
    transform: scale(2) translate(-25%, -25%);
    border: none;
}

.cursor2.hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

.cursor2.hover-two,
.cursor3.hover-two {
    height: 28px;
    width: 28px;
    border: none;
}

.cursor2.hover-two {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

.cursor.close-menu,
.cursor3.close-menu {
    height: 2px;
    width: 25px;
    box-shadow: none;
    border-radius: 2px;
    background-color: #d00418;
}

.cursor.close-menu {
    transform: rotate(45deg) translate(-10px, 8px);
}

.cursor2.close-menu {
    transform: scale(1.5) translate(-33.33%, -33.33%)
}

.cursor3.close-menu {
    transform: rotate(-45deg) translate(-8px, -10px);
}

/****************************************************** */
/******************* 02. Main Header  ***************** */
/****************************************************** */
.main-header {
    width: 80px;
    height: 100vh;
    position: fixed;
    background: #292D46;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
}

.main-header .logo {
    width: 185px;
    position: absolute;
    top: 0;
    right: 80px;
    transition: width 0.75s;
    padding: 24px 45px;
    background: #1f2235;
    transition-delay: 0.75s;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.logo img {
    max-width: 90px;
}

.open-menu .logo {
    width: 695px;
    transition-delay: 0s;
}

.menu-toggler {
    width: 27px;
    height: 20px;
    cursor: pointer;
    align-self: start;
    margin: 30px 27px 0;
    background: transparent;
}

.menu-toggler .icon-bar {
    width: 100%;
    height: 2px;
    display: block;
    transition: 0.5s;
    background: #d00418;
    margin-bottom: 6px;
    border-radius: 5px;
}

.menu-toggler .icon-bar:nth-child(2) {
    width: 80%;
}

.open-menu .menu-toggler .icon-bar:first-child {
    transform: rotate(45deg) translate(5px, 5px) scale(1.2);
}

.open-menu .menu-toggler .icon-bar:nth-child(2) {
    display: none;
}

.open-menu .menu-toggler .icon-bar:last-child {
    transform: rotate(-45deg) translate(0px, 0px) scale(1.2);
}

.main-menu {
    padding: 150px;
    position: fixed;
    width: 695px;
    top: 0;
    right: 80px;
    display: flex;
    flex-wrap: wrap;
    min-height: 75vh;
    transition: transform 0.75s;
    background: #1F2235;
    transform: translateY(-100%);
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.open-menu .main-menu {
    transform: translateY(0);
    transition-delay: 0.75s;
}

.main-menu .navigation {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-menu .navigation>li {
    position: static;
}

.share,
.main-menu .navigation li li:nth-child(1),
.main-menu .navigation li li:nth-child(2),
.main-menu .navigation li li:nth-child(3),
.main-menu .navigation>li:nth-child(1)>a,
.main-menu .navigation>li:nth-child(2)>a,
.main-menu .navigation>li:nth-child(3)>a,
.main-menu .navigation>li:nth-child(4)>a {
    margin-left: 125px;
    transition: 0.75s;
    opacity: 0;
    transition-delay: 1.55s;
}

.open-menu .navigation>li:nth-child(4)>a {
    transition-delay: 1.65s;
}

.open-menu .navigation>li:nth-child(3)>a {
    transition-delay: 1.75s;
}

.open-menu .navigation>li:nth-child(2)>a {
    transition-delay: 1.85s;
}

.open-menu .navigation>li:nth-child(1)>a {
    transition-delay: 1.95s;
}

.open-menu .navigation li li:nth-child(3) {
    transition-delay: 1.65s;
}

.open-menu .navigation li li:nth-child(2) {
    transition-delay: 1.75s;
}

.open-menu .navigation li li:nth-child(1) {
    transition-delay: 1.85s;
}

.open-menu .share,
.open-menu .navigation li li:nth-child(1),
.open-menu .navigation li li:nth-child(2),
.open-menu .navigation li li:nth-child(3),
.open-menu .navigation>li:nth-child(1)>a,
.open-menu .navigation>li:nth-child(2)>a,
.open-menu .navigation>li:nth-child(3)>a,
.open-menu .navigation>li:nth-child(4)>a {
    opacity: 1;
    margin-left: 0;
}


.main-menu li>ul {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    z-index: 110;
    transition: 0.25s;
    background: #1f2235;
}

.main-menu ul li a {
    color: #83869C;
    display: block;
    padding: 1px;
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
}

.main-menu ul li.current>a {
    color: #d00418;
    padding-left: 15px;
    font-weight: 600;
}

.main-menu ul li.current>a:after {
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    max-width: 220px;
    transition: 0.5s;
    position: absolute;
    background: #292D46;
}

.main-menu .dropdown-btn {
    float: right;
    cursor: pointer;
    margin-right: 8px;
}

.main-menu .dropdown-btn i:before {
    font-size: 12px;
}

.main-menu .back-btn {
    cursor: pointer;
    padding-bottom: 7px;
}

.main-menu .back-btn i:before {
    font-size: 15px;
    color: #83869C;
}

.main-menu .share {
    margin-top: 15px;
    align-self: flex-end;
}

.main-header>.social-style-one {
    align-self: flex-end;
    margin: 0 auto 70px;
}

.main-header>.social-style-one a {
    margin: 30px 0;
    display: block;
}

.menu-overlay {
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    display: none;
    opacity: 0.72;
    position: fixed;
    cursor: pointer;
    background: #292D46;
    z-index: 99;
}


/****************************************************** */
/******************* 03. Main Slider  ***************** */
/****************************************************** */
.main-slider {
    background: #1F2235;
    position: relative;
    z-index: 21;
}

.single-slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.single-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    opacity: .5;
}

.single-slide img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
}

.slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 26;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.slider-content-inner {
    max-width: 570px;
    padding-bottom: 100px;
}

.slider-content-inner h1 span {
    color: #d00418;
}

.slider-object {
    position: absolute;
    z-index: 28;
    left: 100px;
    width: 350px;
    bottom: 140px;
    display: flex;
}

.slider-progress-wrap {
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.slider-progress-bar {
    width: calc(100% - 50px);
    background: #83869C;
    height: 2px;
    margin: 0 10px;
    position: relative;
}

#progress {
    background: #d00418;
    height: 100%;
}

.swiper-counter-wrap {
    color: #d00418;
    display: flex;
    width: 20px;
}

.swiper-counter,
.swiper-counter span {
    position: relative;
}

.swiper-counter .next {
    position: absolute;
}

.swiper-counter .next {
    transform: translateY(-12px);
    left: 0;
}

.slider-arrows button {
    width: 25px;
    height: 25px;
    cursor: pointer;
    line-height: 25px;
    background: #313552;
}

.slider-arrows button i:before {
    font-size: 10px;
    color: #BABCC6;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 100px;
    z-index: 28;
    color: #d00418;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: translate(-50%);
}

.scroll-box {
    width: 25px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    border: 2px solid #858AAF;
}

.scroll-box:after {
    content: '';
    width: 2px;
    height: 6px;
    background: #d00418;
    position: absolute;
    left: 10px;
    top: 6px;
    -webkit-animation: scroll 5s infinite;
    animation: scroll 4s infinite;
}

/*Home Two hero section*/
.hero-container .theme-btn {
    padding: 11px 50px;
}

/*Slider & Hero Animation*/
.hero-container p,
.hero-container h1,
.hero-container .theme-btn,
.swiper-slide-active p,
.swiper-slide-active h1,
.swiper-slide-active .theme-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.swiper-slide-active h1 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.swiper-slide-active p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-slide-active .theme-btn {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.hero-container h1 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero-container p {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.hero-container .theme-btn {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes scroll {
    from {
        top: 8px;
        opacity: 1;
    }

    to {
        top: 22px;
        opacity: 0.25;
    }
}

@keyframes scroll {
    from {
        top: 8px;
        opacity: 1;
    }

    to {
        top: 22px;
        opacity: 0.25;
    }
}

/****************************************************** */
/******************* 04. Home Two Hero **************** */
/****************************************************** */
.hero-section {
    background: url('../images/slider/hero.png');
    background-size: cover;
}

.hero-container .single-slide img {
    max-width: 100%;
}

/****************************************************** */
/**************** 05. Main Content Wrap  ************** */
/****************************************************** */
.main-content {
    position: relative;
    z-index: 3;
    background: #1f2235;
}

.main-content-wrap {
    padding-right: 30vw;
}

/****************************************************** */
/****************** 06. Image Sidbar  ***************** */
/****************************************************** */
.main-sidebar {
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 2;
}

.main-sidebar .section-img {
    width: 30vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.main-sidebar .lodding-effect:after,
.main-sidebar .lodding-effect:before {
    position: absolute;
}

.main-sidebar .section-title {
    position: absolute;
    height: 230px;
    width: 100%;
    left: 0;
    bottom: 10vh;
    z-index: 11;
    display: flex;
    justify-content: flex-end;
    background: rgba(41, 45, 70, 0.57);
}

.main-sidebar .section-title h2 {
    margin: 0;
    font-size: 65px;
    font-family: 'Teko', sans-serif;
    transform: rotate(90deg);
    padding: 20px 50px;
}

/*sidebar animation*/
.single-section {
    position: relative;
}

.single-section .lodding-effect {
    z-index: 4;
    display: none;
}

.single-section .lodding-effect,
.single-section .lodding-effect:after,
.single-section .lodding-effect:before {
    left: calc(70vw - 95px);
    bottom: 0;
    width: 30vw;
    height: 100vh;
    position: fixed;
}

.in-viewport .lodding-effect {
    display: block;
}

.sidebar-absolute .main-sidebar,
.sidebar-absolute .single-section .lodding-effect,
.sidebar-absolute .single-section .lodding-effect:after,
.sidebar-absolute .single-section .lodding-effect:before {
    position: absolute;
}

/****************************************************** */
/****************** 07. About Section  **************** */
/****************************************************** */
.scroll-menu {
    background: #2C304D;
    width: calc(70vw - 95px);
}

.scroll-menu.fixed-menu {
    position: fixed;
    top: -100px;
    z-index: 91;
    transform: translateY(100px);
    transition: transform .5s cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.scroll-menu.fixed-menu+div {
    margin-top: 100px;
}

.scroll-menu ul {
    padding: 31px 0;
}

.scroll-menu ul li {
    margin-right: 38px;
    display: inline-block;
}

.scroll-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px;
}

.scroll-menu ul li:first-child a {
    padding-left: 0;
}

.scroll-menu ul li a:hover,
.scroll-menu ul li a.active {
    color: #d00418;
    font-size: 16px;
    font-weight: 600;
}

.scroll-menu ul li a:hover,
.scroll-menu ul li.active a {
    color: #d00418;
}

.about-img {
    position: relative;
}

.about-img:after {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    border: 50px solid #292D46;
    transform: translate(-40%, 35%);
}

.about-img img {
    border-radius: 90px;
    position: relative;
    z-index: 2;
}

.my-success-inner {
    padding: 40px 0;
    background: #313552;
}

.success-box {
    padding: 20px 0;
}

.success-box .count-text {
    font-size: 45px;
    display: block;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 70px;
}

.symbol:after {
    content: '+';
}

.success-box p {
    color: #d00418;
    margin-bottom: 0;
    font-size: 18px;
}

/****************************************************** */
/***************** 08. Service Section  *************** */
/****************************************************** */
.service-single-box {
    margin-bottom: 50px;
}

.service-single-box:last-child {
    margin-bottom: 0;
}

.service-img {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.service-img:after,
.service-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    transition: 0.95s;
}

.service-img:after {
    z-index: 11;
    background: #1f2235;
    transition-delay: 0.15s;
}

.service-img:before {
    background: #d00418;
    z-index: 12;
}

.service-single-box:hover .service-img:after,
.service-single-box:hover .service-img:before {
    left: 100%;
}

.service-img img {
    width: 100%;
}

.overlay-content {
    content: '';
    position: absolute;
    background: #313552;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition-delay: 0.35s;
}

.service-single-box:hover .overlay-content {
    opacity: 1;
}

.overlay-inner {
    max-width: 202px;
}

.overlay-inner .theme-btn {
    padding: 11px 34px;
    margin-top: 10px;
}

.service-content h3 {
    margin-bottom: 30px;
}

.price-box {
    font-size: 16px;
    margin-top: 15px;
    padding: 14px 25px;
    background: #313552;
    display: inline-block;
}

.price-box .price {
    color: #d00418;
    margin-right: 15px;
}

.price-box .rate {
    color: #FFFFFF;
}

/****************************************************** */
/****************** 09. Skill Section  **************** */
/****************************************************** */
.skillbar {
    height: 3px;
    margin-top: 68px;
    position: relative;
    border-radius: 10px;
    background: #313552;
}

.skillbar-title,
.skill-bar-percent {
    position: absolute;
    font-size: 16px;
    bottom: 30px;
}

.skill-bar-percent {
    right: 0;
}

.skillbar-bar {
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background: #d00418;
    display: inline-block;
}

.speciality-item {
    display: flex;
    max-width: 315px;
    background: #313552;
    padding: 5px 25px;
    margin-top: 30px;
    align-items: center;
}

.speciality-item i:before {
    font-size: 25px;
}

.speciality-item h6 {
    margin: 0 0 0 25px;
    font-weight: 400;
}

/****************************************************** */
/**************** 10. Resume Section ***************** */
/****************************************************** */
.edu-experience-box {
    padding: 45px 40px 30px;
    margin-bottom: 50px;
    text-align: center;
    background: #313552;
}

.edu-experience-box h5 {
    margin-bottom: 15px;
}

.edu-experience-box h6 {
    color: #d00418;
    font-weight: 400;
    margin-bottom: 25px;
}

/*Work Experience*/
.work-experience-inner {
    position: relative;
}

.work-experience-inner::after {
    content: '';
    position: absolute;
    width: 3px;
    background: #313552;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1.5px;
}

.work-experience-box {
    position: relative;
    width: 50%;
    margin-bottom: 60px;
}

.work-experience-box:last-child {
    margin-bottom: 0;
}

.work-experience-box:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: -7px;
    background: #313552;
    top: calc(50% - 7px);
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
    padding-right: 40px;
}

.right {
    left: 50%;
    padding-left: 40px;
}

.left::before {
    content: " ";
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    right: 20px;
    border: medium solid #313552;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #313552;
}

.right::before {
    content: " ";
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    left: 20px;
    border: medium solid #313552;
    border-width: 20px 20px 20px 0;
    border-color: transparent #313552 transparent transparent;
}

.right::after {
    left: -7px;
}

.work-content {
    padding: 30px;
    display: flex;
    background: #313552;
}

.work-icon {
    flex: none;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #1F2235;
    text-align: center;
    border-radius: 5px;
    margin-right: 30px;
    font-size: 22px;
    transition: 0.5s;
}

.work-experience-box:hover .work-icon {
    color: #1F2235;
    background: #d00418;
}

.work-other p {
    color: #d00418;
    margin-bottom: 10px;
}

.work-other h5 {
    margin-bottom: 3px;
}

/****************************************************** */
/************* 11. Testimonials + Client ************* */
/****************************************************** */
.testimonial-wrap {
    padding-bottom: 65px;
}

.testimonial-wrap .testimonial-item {
    display: flex;
}

.testimonial-img {
    flex: none;
    max-width: 41%;
}

.testimonial-img img {
    height: 100%;
    width: 100%;
}

.testimonial-content {
    background: #313552;
    padding: 60px;
}

.testimonial-content i {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial-content i:before {
    color: #d00418;
    font-size: 65px;
    line-height: 65px;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-content h4 {
    font-weight: 500;
}

.testimonial-content h6 {
    font-weight: 400;
    color: #d00418;
}

.testi-prev,
.testi-next {
    width: 60px;
    height: 35px;
    color: #BABCC6;
    cursor: pointer;
    transition: 0.5s;
    background: #313552;
    position: absolute;
    bottom: 0;
    right: 0;
}

.testi-prev {
    right: 70px;
}

.testi-prev:before,
.testi-next:before {
    font-size: 16px;
}

.testi-prev:hover,
.testi-prev:focus,
.testi-next:hover,
.testi-next:focus {
    color: #313552;
    background: #d00418;

}


.client-logo {
    position: relative;
    height: 100px;
    margin-bottom: 50px;
    background: #313552;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.client-logo img:first-child {
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: .85s cubic-bezier(0.88, 0.06, 0.64, 0.99);
    z-index: 1;
}

.client-logo:hover img:first-child {
    transform: rotateY(-180deg);
}

.client-logo img:last-child {
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: .85s cubic-bezier(0.88, 0.06, 0.64, 0.99);
    transform-style: preserve-3d;
    z-index: 0;
}

.client-logo:hover img:last-child {
    transform: rotateY(0deg);
}

/****************************************************** */
/***************** 12. Portfolio Page  **************** */
/****************************************************** */
.portfolio-filter {
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-filter li {
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px 15px;
    transition: 0.5s;
    cursor: pointer;
}

.portfolio-filter li:hover,
.portfolio-filter li.current {
    color: #fff;
    background: #d00418;
}

.portfolio-wrap {
    margin: 0 -5px 0 -5px;
}

.portfolio-wrap .item {
    padding: 5px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    transform: scale(1);
    transition: .5s cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.portfolio-item:hover img {
    transform: scale(1.25);
}

.portfolio-item .title-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 13px 20px;
    background: #313552;
    transform: translateY(100%);
    transition: .5s cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.portfolio-item:hover .title-box {
    transform: translateY(0);
}

.portfolio-item .title-box h4 {
    margin-bottom: 0;
}

.portfolio-item .title-box span {
    color: #d00418;
}

/****************************************************** */
/******************* 13. Blog Page  ******************* */
/****************************************************** */
.blog-item {
    margin-bottom: 70px;
}

.blog-title {
    color: #FFFFFF;
    font-size: 35px;
    margin-bottom: 15px;
}

.blog-title a {
    color: #FFFFFF;
}

.date-catagory {
    margin-bottom: 50px;
}

.date {
    color: #d00418;
    font-size: 16px;
    font-weight: 600;
}

.date-catagory .date {
    margin-right: 15px;
}

.date-catagory .cata a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

.blog-content {
    padding: 30px;
    margin-top: 20px;
    border: 1px solid #83869C;
}

.blog-img img {
    width: 100%;
}

.blog-content .theme-btn {
    margin-top: 10px;
    padding: 8px 30px;
}

/* Blog Details Page */
.share-comment {
    margin-bottom: 20px;
}

.share-comment li {
    display: inline-block;
    margin-right: 30px;
}

.share-comment li i:before {
    font-size: 15px;
    margin-right: 5px;
}

.details p:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    background: #313552;
    z-index: -2;
}

blockquote:before {
    content: "\f104";
    font-family: Flaticon;
    color: #424662;
    font-size: 50px;
    line-height: 1;
    font-style: normal;
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 15px;
}

.share-link {
    text-align: right;
}

.tag-share h4 {
    margin-bottom: 25px;
}

.next-prev-post span {
    color: #d00418;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.next-prev-post h5 a {
    color: #FFFFFF;
}

.next-prev-post h5 a:hover {
    color: #d00418;
}

.prev-post,
.next-post {
    max-width: 195px;
}

.next-post {
    margin-left: auto;
    text-align: right;
}

.comment-item {
    display: flex;
    margin-bottom: 50px;
}

.comment-item.replay {
    margin-left: 100px;
}

.author-img {
    flex: none;
    margin-right: 25px;
}

.comment-details h5 {
    margin-bottom: 5px;
}

.comment-details p {
    margin-bottom: 15px;
}

.comment-details a {
    color: #9096A7;
    border: 1px solid;
    display: inline-block;
    padding: 0 10px;
}

.comment-details a:hover {
    color: #d00418;
}

/* Blog Sidebar */
.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 25px;
}

.blog-single-widget {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.blog-single-widget:last-child {
    margin-bottom: 0;
}

.blog-single-widget img {
    margin-right: 25px;
}

.blog-widget-content h5 {
    margin-bottom: 0;
}

.blog-widget-content h5 a {
    color: #FFFFFF;
}

.categories-widget ul li a {
    font-size: 20px;
    color: #83869C;
}

.categories-widget ul li a:hover {
    color: #d00418;
}

.tags a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    background: #d00418;
    margin: 0 7px 13px 0;
    display: inline-block;
}

/****************************************************** */
/****************** 14. Contact Page  ***************** */
/****************************************************** */
.contact-box {
    text-align: center;
    background: #313552;
    margin-bottom: 30px;
    padding: 50px;
}

.contact-box i:before {
    color: #d00418;
    height: 60px;
    width: 60px;
    transition: 0.5s;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #1F2235;
    display: inline-block;
}

.contact-box:hover i:before {
    color: #1F2235;
    background: #d00418;
}

.contact-box span {
    display: block;
}

.contact-box span:last-child {
    margin-top: 6px;
}

.contact-map {
    height: 642px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

/****************************************************** */
/***************** 15. Footer Section  **************** */
/****************************************************** */
.footer-section {
    position: fixed;
    width: calc(100% - 80px);
    bottom: 0;
    left: 0;
    background-color: #141622;
    background-image: url('../images/footer.png');
    background-size: cover;
    z-index: 1;
}

.footer-inner {
    margin: auto;
    max-width: 575px;
    padding: 100px 0 80px;
}

.newsletter {
    position: relative;
    max-width: 475px;
    margin: auto;
}

.newsletter input {
    width: 100%;
    color: #BABCC6;
    padding: 10px 30px;
    background: #313552;
}

.newsletter input::placeholder {
    color: #BABCC6;
}

.newsletter button {
    position: absolute;
    height: 100%;
    right: 0;
}

.copyright {
    border-top: 2px solid #292D46;
}

.copyright p {
    margin: 0;
    padding: 30px 0;
    font-size: 16px;
}