/* ---------------------------------------

[Main Stylesheet]

Project:    	  Jebin - Creative Resume vCard Portfolio website
Version:    	  1.0
Primary Use:      Creative Resume vCard Portfolio website

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button
11. Main Header style
12. Hero Area

-------------------------------------------*/
/*** 

================
	Fonts
================


font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Ibarra Real Nova', serif;

 ***/
 @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Ibarra+Real+Nova:ital,wght@0,400;0,700;1,700&display=swap');
/*
  Flaticon icon font: Flaticon
*/
@font-face {
    font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-avatar:before {
    content: "\f100";
}

.flaticon-curriculum:before {
    content: "\f101";
}

.flaticon-closed-cardboard-box:before {
    content: "\f102";
}

.flaticon-email:before {
    content: "\f103";
}

.flaticon-blog:before {
    content: "\f104";
}

/*** 

===============
	Reset Css
===============

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
	Global Settings
===================

 ***/
body {
    font-size: 14px;
    color: #212b42;
    line-height: 1.7em;
    font-weight: 400;
    background: #F6F6F6;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Custom Scroll bar */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #424294;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FF8124;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #212b42;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Ibarra Real Nova', serif;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-size: 14px;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

::selection {
    background-color: #0E8A701a;
    color: #424294;
}

-moz-::selection {
    background-color: #0E8A701a;
    color: #424294;
}

-webkit-::selection {
    background-color: #0E8A701a;
    color: #424294;
}

-o-::selection {
    background-color: #0E8A701a;
    color: #424294;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.border-0 {
    border: 0px;
}

.radius-50 {
    border-radius: 50px !important;
}

.centered {
    text-align: center;
}

/*** 

==================
    Color Classes
==================

***/
.cl-black {
    color: #212b42;
}

.cl-primary {
    color: #424294;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #14142C;
}

.cl-blue-2 {
    color: #14142C;
}

.cl-green {
    color: #ef476f;
}

.cl-mint {
    color: #17c0eb;
}

.cl-yellow {
    color: #FFCC00;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.cl-instagram {
    color: #F5214A;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.linkedin-bg {
    background: #0077B5;
}

.instagram-bg {
    background: #F5214A;
}

/*** 

==================
    Section Styles
==================

***/
.section-padding {
    padding: 80px 0;
}

.section-padding-2 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-padding-3 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.section-title h4 {
    font-size: 13px;
    margin-bottom: 20px;
    color: #424294;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding-left: 75px;
}

.section-title h4::before {
    position: absolute;
    height: 2px;
    background: #DCDEDF;
    width: 60px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.section-title h5 {
    font-size: 13px;
    margin-bottom: 20px;
    color: #ef476f;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    font-family: 'Be Vietnam Pro', sans-serif;
    display: inline-block;
}

.section-title h5::after {
    position: absolute;
    height: 2px;
    background: #ef476f;
    width: 60px;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.section-title p {
    margin-bottom: 50px;
    color: #7b7b81;
    line-height: 25px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 50px 0;
    }

    .section-padding-2 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .section-padding-3 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

/*** 

=======================
    Margin and Padding
=======================

***/
/* 
    Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
    Margin Right Styles
*/
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Padding Top Styles
*/
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
    Background and Overlay
============================

***/
.gray-bg {
    background: #F6F6F6;
}

.black-bg {
    background: #212b42;
}

.black-bg-2 {
    background: #7b7b81;
}

.primary-bg {
    background: #424294;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #14142C;
}

.green-bg {
    background: #ef476f;
}

.red-bg {
    background: #FE2C4F;
}

.yellow-bg {
    background: #FFCC00;
}

.orange-bg {
    background: #FF8124;
}

.mint-bg {
    background: #17c0eb;
}

.transparent-bg {
    background: transparent;
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
    content: "";
    z-index: -1;
    opacity: .6;
}

.color-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.color-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #424294;
    content: "";
    z-index: -1;
    opacity: .6;
}

/*** 

===================
    Buttons Style
===================

***/
.bttn-mid {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 36px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
}

.bttn-small {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.btn-fill {
    color: #ffffff;
    background: #424294;
    border-bottom: 4px solid #8989e2b8;
}

.btn-fill:hover {
    background: #212b42;
    color: #ffffff;
    border-color: #6e80a9;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-fill-2 {
    color: #ffffff;
    background: #212b42;
    border-bottom: 4px solid #6e80a9;
}

.btn-fill-2:hover {
    background: #424294;
    color: #ffffff;
    border-color: #8989e2b8;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-fill-3 {
    color: #ffffff;
    background: #ef476f;
}

.btn-fill-3:hover {
    background: #ffffff;
    color: #ef476f;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-emt:hover {
    color: #fff;
    box-shadow: none;
    background: #424294;
    border: 2px solid transparent;
}

.btn-wht {
    background: #ffffff;
    color: #424294;
}

.btn-wht:hover {
    background: #424294;
    color: #ffffff;
}

/* 
==============================
    Preloader
============================== 
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #FFEAB3;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #212b42;
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* 
==============================
    ScrollUp Button 
============================== 
*/
a#scrollUp {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background: #424294;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
}

/*

==========================
  Header Area
==========================

*/
.header-area .main-menu {
    padding-left: 0;
    padding-right: 0;
}

.header-area .main-menu .navbar-nav li {
    margin-right: 10px;
}

.header-area .main-menu .navbar-nav li a {
    background: transparent;
    color: #424294;
    padding: 15px 36px;
    border: 1px solid #E0E2E4;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.header-area .main-menu .navbar-nav li a i {
    margin-right: 5px;
    font-weight: 600;
    font-size: 15px;
}

.header-area .main-menu .navbar-nav li a:hover {
    background: #424294;
    color: #ffffff;
    border-color: #424294;
}

.header-area .main-menu .navbar-nav li.active a {
    background: #424294;
    color: #ffffff;
    border-color: #424294;
}

/*

===============================
Footer Area
===============================

*/
/*

==========================
  Main Content
==========================

*/
.main-content {
    padding: 100px 0;
    position: relative;
}

.main-content::before {
    position: absolute;
    content: "";
    width: 315px;
    height: 439px;
    left: 0;
    top: 0px;
    background: url("../images/top-before.png");
}

.main-content::after {
    position: absolute;
    content: "";
    width: 305px;
    height: 412px;
    right: 0;
    bottom: 0px;
    z-index: -1;
    background: url("../images/bottom-after.png");
}

.main-content .profile-bar {
    padding: 50px 25px;
    color: #ffffff;
    text-align: center;
    position: fixed;
    width: 15%;
}

@media (max-width: 1199px) {
    .main-content .profile-bar {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .main-content .profile-bar {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 767px) {
    .main-content .profile-bar {
        width: 100%;
        position: relative;
    }
}

.main-content .profile-bar p {
    color: #ffffffa6;
    margin: 0;
}

@media(max-width: 767px){
    .main-content .profile-bar .profile-img {
        margin-bottom: 30px;
    }
}

@media(max-width: 450px){
    .main-content .profile-bar .profile-img {
        margin-bottom: 0px;
    }
}

.main-content .profile-bar .profile-designation {
    margin-bottom: 30px;
}

.main-content .profile-bar .profile-designation h2 {
    font-size: 27px;
    margin-bottom: 10px;
}

.main-content .profile-bar .profile-designation p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 17px;
}

.main-content .profile-bar .profile-description {
    margin-bottom: 30px;
}

.main-content .profile-bar .profile-description p {
    margin: 0;
}

.main-content .profile-bar .profile-social {
    margin-bottom: 100px;
}

@media (max-height: 991px) {
    .main-content .profile-bar .profile-social {
        margin-bottom: 30px;
    }
}

.main-content .profile-bar .profile-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    background: #6868A9;
    color: #ffffff;
}

.main-content .profile-bar .profile-social a:hover {
    color: #424294;
    background: #ffffff;
}

@media (max-height: 991px) {
    .main-content .profile-bar .profile-social a {
        margin-bottom: 5px;
    }
}

.main-content .content {
    background: #ffffff;
    padding: 30px;
    /* Header Area */
    /* Profile Info Box */
    /* Services */
    /* Testimonials */
    /* Pricing Table */
    /* Brands Logo */
    /* Subtitles */
    /* Skill block */
    /* Skill Progress bar */
    /* Blog post */
    /* Contact */
    /* Blog Details*/
}

.main-content .content .toggle-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #424294;
    color: #ffffff;
}

.main-content .content .single-profile-info {
    margin-bottom: 30px;
    overflow: hidden;
}

.main-content .content .single-profile-info p {
    width: 100%;
    float: left;
}

.main-content .content .single-profile-info p span {
    font-weight: 700;
    width: 100px;
    float: left;
}

.main-content .content .single-service {
    padding: 40px 30px;
    border: 1px solid #E0E2E4;
    border-radius: 4px;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .main-content .content .single-service {
        margin-bottom: 30px;
    }
}

.main-content .content .single-service .service-icon {
    margin-bottom: 40px;
    position: relative;
    height: 53px;
    width: 59px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-content .content .single-service .service-icon i {
    font-size: 20px;
}

.main-content .content .single-service h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.main-content .content .single-service p {
    color: #7b7b81;
    font-size: 15px;
}

.main-content .content .single-service a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.main-content .content .single-service a::after {
    position: absolute;
    content: "\e65a";
    font-family: 'Themify';
    right: -20px;
    top: -3px;
    transform: rotate(45deg);
}

.main-content .content .single-service a:hover {
    color: #424294;
}

.main-content .content .single-service:hover {
    border-color: #424294;
}

.main-content .content .testimonials .single-testimonial {
    padding: 20px;
    box-shadow: 0px 5px 30px 0px rgba(0, 47, 100, 0.1);
    overflow: hidden;
    position: relative;
}

.main-content .content .testimonials .single-testimonial::after {
    position: absolute;
    content: "";
    background: url("../images/icons/4.png");
    height: 49px;
    width: 55px;
    left: 30px;
    bottom: 30px;
}

.main-content .content .testimonials .single-testimonial .reviewer-img img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.main-content .content .testimonials .single-testimonial .reviewer-text {
    float: left;
    width: 65%;
}

.main-content .content .testimonials .single-testimonial .reviewer-text p {
    color: #7b7b81;
}

.main-content .content .testimonials .single-testimonial .reviewer-text h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.main-content .content .testimonials .single-testimonial .reviewer-text h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #7b7b81;
    font-weight: 400;
}

.main-content .content .single-pricing {
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 47, 100, 0.1);
}

@media (max-width: 991px) {
    .main-content .content .single-pricing {
        margin-bottom: 30px;
    }
}

.main-content .content .single-pricing .pricing-head {
    padding: 20px 0 70px 0;
    border-radius: 5px;
}

.main-content .content .single-pricing .pricing-head h3 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.main-content .content .single-pricing .pricing-price {
    padding: 15px 0;
    text-align: center;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 47, 100, 0.1);
    margin-top: -45px;
    background: #ffffff;
}

.main-content .content .single-pricing .pricing-price h2 {
    font-size: 27px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.main-content .content .single-pricing .pricing-price p {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}

.main-content .content .single-pricing .pricing-body {
    padding: 40px 0;
    text-align: center;
}

.main-content .content .single-pricing .pricing-body ul {
    margin-bottom: 40px;
}

.main-content .content .single-pricing .pricing-body ul li {
    margin-bottom: 15px;
    color: #7b7b81;
    font-size: 14px;
}

.main-content .content .single-pricing .pricing-body a {
    padding: 15px 40px;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.main-content .content .single-pricing .pricing-body a:hover {
    background: #ffffff !important;
    box-shadow: 0px 5px 10px 0px rgba(0, 47, 100, 0.1);
    color: #424294;
}
/* 
.main-content .content .brands-logo .single-brand img {
    width: auto;
    height: 30px;
} */

.main-content .content .section-subtitle h3 {
    font-size: 20px;
    color: #14142C;
    display: block;
    border-bottom: 2px solid #E0E3E5;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}

.main-content .content .section-subtitle h3::before {
    position: absolute;
    bottom: -3px;
    height: 4px;
    background: #ef476f;
    width: 60px;
    left: 0;
    content: "";
}

.main-content .content .section-subtitle.second-skill h3::before {
    background: #424294;
}

.main-content .content .single-skill-block:last-child .right-side {
    margin-bottom: 0;
}

.main-content .content .single-skill-block .left-side {
    position: relative;
    text-align: right;
}


.main-content .content .single-skill-block .left-side::after {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 3px solid #ef476f;
    background: #ffffff;
    right: -60px;
    top: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .main-content .content .single-skill-block .left-side::after {
        display: none;
    }
}

.main-content .content .single-skill-block .left-side h4 {
    font-size: 16px;
    color: #14142C;
    margin-bottom: 15px;
}

.main-content .content .single-skill-block .left-side p {
    margin: 0;
    font-size: 16px;
    color: #7b7b81;
}

.main-content .content .single-skill-block .right-side {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.main-content .content .single-skill-block .right-side::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    background: #ef476f;
    top: 3px;
    left: -47px;
}

@media (max-width: 991px) {
    .main-content .content .single-skill-block .right-side::before {
        display: none;
    }
}


@media(max-width: 575px){
    .main-content .content .single-skill-block .left-side {
        text-align: left;
    }
    .main-content .content .single-skill-block .left-side h4 {
        margin-bottom: 5px;
    }
    .main-content .content .single-skill-block .left-side p {
        font-size: 13px;
    }
    .main-content .content .single-skill-block .right-side {
        margin-bottom: 50px;
    }
}

.main-content .content .single-skill-block .right-side.v3::before {
    left: -60px;
}

@media(max-width: 1880px){
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -58px;
    }
}

@media(max-width: 1780px){
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -54px;
    }
}

@media(max-width: 1695px){
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -50px;
    }
}

@media(max-width: 1600px){
    .main-content .content .single-skill-block .left-side::after {
        right: -54px;
    }
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -51px;
    }
}

@media(max-width: 1500px){
    .main-content .content .single-skill-block .left-side::after {
        right: -53px;
    }
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -54px;
    }
}

@media(max-width: 1440px){
    .main-content .content .single-skill-block .right-side.v3::before {
        left: -51px;
    }
}

@media(max-width: 1400px){
    .main-content .content .single-skill-block .right-side.v3::before {
        display: none;
    }
    .main-content .content .single-skill-block .left-side::after {
        display: none;
    }
}

.main-content .content .single-skill-block .right-side h3 {
    font-size: 20px;
    color: #14142C;
    margin-bottom: 20px;
}

.main-content .content .single-skill-block .right-side p {
    margin: 0;
    font-size: 14px;
    color: #7b7b81;
}

.main-content .content .single-skill-block.second-skill .left-side::after {
    border: 3px solid #424294;
}

.main-content .content .single-skill-block.second-skill .right-side::before {
    background: #424294;
}

.main-content .content .single-my-skill h3 {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    color: #14142C;
    margin-bottom: 30px;
}

.main-content .content .single-my-skill h3::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../images/skill-title-before.png") no-repeat;
    left: 0;
    top: -5px;
}

.main-content .content .single-my-skill h3.v3 {
    padding-left: 0;
    font-size: 20px;
}

.main-content .content .single-my-skill h3.v3::before {
    display: none;
}

.main-content .content .single-my-skill .single-progress-bar {
    margin-bottom: 40px;
}

.main-content .content .single-my-skill .single-progress-bar p {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #14142C;
    font-size: 12px;
}

.main-content .content .single-my-skill .single-progress-bar .progress {
    overflow: visible;
    height: 0.5rem;
}

.main-content .content .single-my-skill .single-progress-bar .progress .progress-bar {
    position: relative;
    border-radius: 8px;
}

.main-content .content .single-my-skill .single-progress-bar .progress .progress-bar span {
    position: absolute;
    right: -12px;
    top: -30px;
    color: #14142C;
    display: block;
    z-index: 9999;
    font-size: 13px;
    font-weight: 700;
}

.main-content .content .single-blog {
    margin-bottom: 60px;
}

.main-content .content .single-blog .post-tags {
    padding: 11px 33px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: -29px;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}

.main-content .content .single-blog .post-tags a {
    color: #ffffff;
}

.main-content .content .single-blog .post-img img {
    width: 100%;
}

.main-content .content .single-blog .post-content {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(1, 36, 75, 0.1);
    padding: 35px 30px;
    width: 90%;
    margin: auto;
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.main-content .content .single-blog .post-content .post-meta {
    margin-bottom: 20px;
}

.main-content .content .single-blog .post-content .post-meta a {
    color: #7b7b81;
    margin-right: 20px;
}

.main-content .content .single-blog .post-content .post-meta a:hover {
    color: #424294;
}

.main-content .content .single-blog .post-content .post-meta a i {
    margin-right: 7px;
}

.main-content .content .single-blog .post-content h2 {
    font-size: 18px;
    line-height: 28px;
}

.main-content .content .single-blog .post-content h2 a {
    color: #14142C;
}

.main-content .content .single-blog .post-content h2 a:hover {
    color: #424294;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .main-content .content .contact-area .contact-info {
        margin-bottom: 30px;
    }
}

.main-content .content .contact-area .contact-info h3 {
    font-size: 18px;
    color: #14142C;
    margin-bottom: 40px;
}

.main-content .content .contact-area .contact-info .single-contact-info-block {
    margin-bottom: 30px;
}

.main-content .content .contact-area .contact-info .single-contact-info-block h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.main-content .content .contact-area .contact-info .single-contact-info-block h4 i {
    margin-right: 5px;
}

.main-content .content .contact-area .contact-info .single-contact-info-block p {
    margin-bottom: 0;
    color: #7b7b81;
}

.main-content .content .contact-area .contact-info.v3 {
    padding: 30px;
    background: #14142C;
    color: #ffffff;
}

.main-content .content .contact-area .contact-info.v3 h3 {
    color: #ffffff !important;
}

.main-content .content .contact-area .contact-info.v3 h4 i {
    color: #ef476f;
}

.main-content .content .contact-area .contact-info.v3 p {
    color: #a7a7a7 !important;
}

.main-content .content .contact-area .contact-form input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #E0E3E5;
    margin-bottom: 20px;
    text-indent: 15px;
    background: transparent;
}

.main-content .content .contact-area .contact-form input:focus {
    border-color: #424294;
}

.main-content .content .contact-area .contact-form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: transparent;
}

.main-content .content .contact-area .contact-form textarea:focus {
    border-color: #424294;
}

.main-content .content .contact-area #map {
    height: 450px;
    width: 100%;
}

.main-content .content .blog-details .thumb-img {
    margin-bottom: 30px;
}

.main-content .content .blog-details .thumb-img img {
    width: 100%;
}

.main-content .content .blog-details .post-tags-2 {
    padding: 11px 33px;
    display: inline-block;
    background: #424294;
    border-radius: 3px;
    margin-bottom: 20px;
}

.main-content .content .blog-details .post-tags-2 a {
    color: #ffffff;
}

.main-content .content .blog-details .post-title {
    margin-bottom: 20px;
}

.main-content .content .blog-details .post-title h2 {
    font-size: 36px;
}

.main-content .content .blog-details .post-meta {
    margin-bottom: 20px;
}

.main-content .content .blog-details .post-meta a {
    color: #7b7b81;
    margin-right: 20px;
}

.main-content .content .blog-details .post-meta a i {
    margin-right: 7px;
}

.main-content .content .blog-details .post-meta a:hover {
    color: #424294;
}

.main-content .content .blog-details .post-content p {
    margin-bottom: 30px;
    color: #7b7b81;
}

.main-content .content .blog-details .post-content blockquote {
    position: relative;
    font-size: 24px;
    font-family: 'Ibarra Real Nova', serif;
    font-style: italic;
    color: #14142C;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 36px;
    z-index: 1;
}

.main-content .content .blog-details .post-content blockquote::before {
    position: absolute;
    font-family: Themify;
    content: "\e67f";
    font-size: 150px;
    color: #E0E3E5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-style: normal;
}

.main-content .content .blog-details .post-content h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #14142C;
}

.main-content .content .blog-details .post-content .post-bottom {
    border-bottom: 1px solid #E0E3E5;
    padding-bottom: 60px;
}

.main-content .content .blog-details .post-content .post-bottom span {
    font-family: 'Ibarra Real Nova', serif;
    color: #14142C;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.main-content .content .blog-details .post-content .post-bottom .tags {
    float: left;
}

.main-content .content .blog-details .post-content .post-bottom .tags a {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #7b7b81;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 400;
}

.main-content .content .blog-details .post-content .post-bottom .tags a:hover {
    color: #424294;
}

.main-content .content .blog-details .post-content .post-bottom .social-share {
    float: right;
}

.main-content .content .blog-details .post-content .post-bottom .social-share a {
    margin-right: 10px;
    color: #7b7b81;
    font-size: 18px;
}

.main-content .content .blog-details .post-content .post-bottom .social-share a:hover {
    color: #424294;
}

.main-content .content .blog-details .post-content .post-author {
    padding: 30px 0;
    border-bottom: 1px solid #E0E3E5;
    margin-bottom: 50px;
}

.main-content .content .blog-details .post-content .post-author .author-thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.main-content .content .blog-details .post-content .post-author .author-content h3 {
    font-size: 18px;
    color: #14142C;
    margin-bottom: 10px;
}

.main-content .content .blog-details .post-content .post-author .author-content p {
    margin-bottom: 15px;
    color: #7b7b81;
}

.main-content .content .blog-details .post-content .post-author .author-content .social a {
    font-size: 14px;
    margin-right: 12px;
    color: #7b7b81;
}

.main-content .content .blog-details .post-content .post-author .author-content .social a:hover {
    color: #424294;
}

.main-content .content .blog-details .post-content .comment-form textarea, .main-content .content .blog-details .post-content .comment-form input {
    width: 100%;
    border: 1px solid #E0E3E5;
    padding-left: 15px;
    border-radius: 4px;
    background: transparent;
}

.main-content .content .blog-details .post-content .comment-form textarea:focus, .main-content .content .blog-details .post-content .comment-form input:focus {
    border-color: #424294;
}

.main-content .content .blog-details .post-content .comment-form textarea {
    padding-top: 10px;
    margin-bottom: 15px;
}

.main-content .content .blog-details .post-content .comment-form input {
    height: 50px;
    margin-bottom: 30px;
}

.main-content.home-v3 {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-content.home-v3::before, .main-content.home-v3::after {
    display: none;
}

.main-content.home-v3 .profile-bar {
    width: 33%;
    position: fixed;
    top: 0;
    padding: 0;
}

@media (max-width: 1600px) {
    .main-content.home-v3 .profile-bar {
        width: 31.5%;
    }
}

@media (max-width: 1300px) {
    .main-content.home-v3 .profile-bar {
        width: 28.6%;
    }
}

@media (max-width: 767px) {
    .main-content.home-v3 .profile-bar {
        width: 50%;
        margin: auto;
        position: relative;
    }
}

@media (max-width: 450px) {
    .main-content.home-v3 .profile-bar {
        width: 100%;
    }
}

.main-content.home-v3 .profile-bar .logo {
    position: absolute;
    top: 0;
    left: 100px;
}

@media (max-width: 767px) {
    .main-content.home-v3 .profile-bar .logo {
        left: 10px;
    }
}

.main-content.home-v3 .content {
    width: 56%;
    float: right;
    padding: 70px;
    margin: 100px;
}

@media (max-width: 1600px) {
    .main-content.home-v3 .content {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .main-content.home-v3 .content {
        margin: 93px;
    }
}

@media (max-width: 991px) {
    .main-content.home-v3 .content {
        margin: 77px;
    }
}

@media (max-width: 767px) {
    .main-content.home-v3 .content {
        width: auto;
        float: none;
        margin: auto;
    }
}

@media (max-width: 420px) {
    .main-content.home-v3 .content {
        padding: 35px;
    }
}

.main-content.home-v3 .content .single-profile-info {
    padding: 40px;
    border: 2px solid #E0E3E5;
    border-radius: 5px;
}

@media (max-width: 1437px) {
    .main-content.home-v3 .content .single-profile-info {
        padding: 25px;
    }
}

@media screen and (max-width: 1331px) and (min-width: 1200px) {
    .main-content.home-v3 .content .single-profile-info {
        padding: 15px;
    }
    .main-content .content .single-profile-info p span {
        width: 80px;
    }
}

.main-content.home-v3 .content .single-profile-info p:last-child {
    margin-bottom: 0;
}

.main-content.home-v3 .content .services-area .single-service-2 {
    position: relative;
    margin-bottom: 75px;
}

@media (max-width: 1660px) {
    .main-content.home-v3 .content .services-area .single-service-2::before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-content.home-v3 .content .services-area .single-service-2 {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .main-content.home-v3 .content .services-area .single-service-2 {
        margin-bottom: 30px;
    }
}

.main-content.home-v3 .content .services-area .single-service-2 .single-service-content {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 37, 118, 0.15);
    text-align: center;
    width: 170px;
    margin-left: 25px;
    padding: 15px;
    position: relative;
    top: 25px;
}

@media (max-width: 1199px) {
    .main-content.home-v3 .content .services-area .single-service-2 .single-service-content {
        margin-left: 0px;
    }
}

@media (max-width: 1660px) {
    .main-content.home-v3 .content .services-area .single-service-2 .single-service-content {
        margin-left: 0 !important;
        width: 100%;
    }
    .main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+1) .single-service-2 .single-service-content {
        border: 5px solid #F63555;
    }
    .main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+2) .single-service-2 .single-service-content {
        border: 5px solid #0CAD54;
    }
    .main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+3) .single-service-2 .single-service-content {
        border: 5px solid #FFD101;
    }
}

@media (max-width: 767px) {
    .main-content.home-v3 .content .services-area .single-service-2 .single-service-content {
        width: auto;
        padding: 30px;
    }
}

.main-content.home-v3 .content .services-area .single-service-2 .single-service-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-content.home-v3 .content .services-area .single-service-2 .single-service-content h4 {
    font-size: 20px;
    color: #14142C;
    margin-bottom: 15px;
}

.main-content.home-v3 .content .services-area .single-service-2 .single-service-content p {
    margin-bottom: 20px;
}

.main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+1) .single-service-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../metarials/services-1.png") no-repeat;
    height: 313px;
    width: 275px;
}

.main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+2) .single-service-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../metarials/services-2.png") no-repeat; 
    height: 313px;
    width: 275px;
}

.main-content.home-v3 .content .services-area .row [class*="col-xl-4"]:nth-of-type(3n+3) .single-service-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../metarials/services-3.png") no-repeat;
    height: 313px;
    width: 275px;
}

.main-content.home-v3 .content .testimonials-2 {
    position: relative;
}

.main-content.home-v3 .content .testimonials-2::before {
    position: absolute;
    content: "\f10d";
    font-size: 150px;
    color: #F8F8F9;
    right: 30px;
    bottom: 50px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial {
    position: relative;
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-thumb {
    border-right: 1px solid #E0E3E5;
}

@media (max-width: 1199px) {
    .main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-thumb {
        border: none;
    }
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-thumb img {
    width: 140px;
    border-radius: 50%;
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-review p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    color: #7b7b81;
    line-height: 32px;
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-review h4 {
    font-size: 20px;
    color: #14142C;
}

.main-content.home-v3 .content .testimonials-2 .single-testimonial .reviewer-review h4 span {
    color: #7b7b81;
    font-size: 13px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
}

.main-content.home-v3 .content .testimonials-2 .owl-dots {
    position: absolute;
    left: 26%;
    bottom: -30px;
}

.main-content.home-v3 .content .testimonials-2 .owl-dots button.owl-dot {
    height: 15px;
    width: 15px;
    border: 2px solid #E0E3E5;
    border-radius: 50%;
    margin: 0 5px;
}

.main-content.home-v3 .content .testimonials-2 .owl-dots button.owl-dot.active {
    background: #ef476f;
    border-color: #ef476f;
}

.main-content.home-v3 .content .services-area-3 .single-service-3 {
    background: #F3F6F7;
    text-align: center;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

@media(max-width: 1500px){
    .main-content.home-v3 .content .services-area-3 .single-service-3 {
        padding: 40px 20px;
    }
    .main-content.home-v3 .content {
        padding: 30px;
    }
}

@media(max-width: 388px){
    .main-content.home-v3 .content {
        padding: 15px;
        padding-top: 60px;
    }
    .main-content.home-v3 .content .single-profile-info {
        padding: 15px;
    }
    .main-content .content .single-profile-info p span {
        width: 80px;
    }
}

.main-content.home-v3 .content .services-area-3 .single-service-3::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    left: -40px;
    top: 35px;
}

.main-content.home-v3 .content .services-area-3 .single-service-3 img {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.main-content.home-v3 .content .services-area-3 .single-service-3 h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.main-content.home-v3 .content .services-area-3 .single-service-3 p {
    color: #7b7b81;
    margin-bottom: 0;
}

.main-content.home-v3 .content .services-area-3 .single-service-3:hover {
    background: #ffffff;
    box-shadow: 0px 15px 28.5px 1.5px rgba(108, 126, 159, 0.15);
}

.main-content.home-v3 .content .services-area-3 .single-service-3.pink-shade::before {
    background-color: #ffe3e8;
}

.main-content.home-v3 .content .services-area-3 .single-service-3.mint-shade::before {
    background-color: #caffe2;
}

.main-content.home-v3 .content .services-area-3 .single-service-3.yellow-shade::before {
    background-color: #f9edb7;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 {
    margin-bottom: 30px;
    text-align: center;
    background: #F3F6F7;
    color: #7b7b81;
    border-radius: 10px;
    margin-top: 50px;
    padding-bottom: 30px;
    transition: 0.4s;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-tag h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 800;
    box-shadow: 0px 0px 12px 0px rgba(0, 47, 100, 0.15);
    display: inline-block;
    height: 118px;
    width: 118px;
    line-height: 118px;
    border-radius: 50%;
    color: #212b42;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    background: #ffffff;
    margin-top: -40px;
    z-index: 2;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-title::before {
    position: absolute;
    content: "";
    height: 174px;
    width: 159px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-title h4 {
    color: #ffffff;
    font-size: 27px;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-options {
    margin-bottom: 30px;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-options ul li {
    margin-bottom: 10px;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-options ul li:last-child {
    margin-bottom: 0;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3 .pricing-btn a {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.green-pricing .pricing-title::before {
    background: url("../images/pricing/1.png") no-repeat;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.green-pricing .pricing-btn a {
    background: #ef476f;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.red-pricing .pricing-title::before {
    background: url("../images/pricing/3.png") no-repeat;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.red-pricing .pricing-btn a {
    background: #FE2C4F;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.yellow-pricing .pricing-title::before {
    background: url("../images/pricing/2.png") no-repeat;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3.yellow-pricing .pricing-btn a {
    background: #FFCC00;
}

.main-content.home-v3 .content .pricing-table .single-pricing-3:hover {
    background: #ffffff;
    box-shadow: 0px 15px 28.5px 1.5px rgba(108, 126, 159, 0.15);
}

/* ==============================
   Portfolio area
   ============================== */
.portfolio {
    margin-bottom: -15px;
}

.portfolio.no-gutter {
    margin-bottom: 0px;
}

.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.port-filter-center {
    text-align: center;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li:first-child a {
    margin-left: 0;
}

.portfolio-filter li a {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
    color: #212b42;
    font-weight: 500;
    transition: 0.4s;
    text-decoration: none;
    position: relative;
    border: 1px solid #E0E3E5;
    border-radius: 4px;
    padding: 7px 20px;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a,
.f-link li a:hover,
.f-link li.active a {
    color: #ffffff;
    background: #424294;
    border-color: #424294;
}

/*----------------------------*/
.portfolio .portfolio-item {
    float: left;
}

.portfolio .portfolio-item .thumb {
    position: relative;
    display: block;
}

.portfolio .portfolio-item .thumb {
    position: relative;
    display: block;
}

.portfolio .portfolio-item .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #333333ad 0%, #666666ab 99%);
    background-image: -webkit-linear-gradient(0deg, #333333ad 0%, #666666ab 99%);
    background-image: -ms-linear-gradient(0deg, #333333ad 0%, #666666ab 99%);
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description {
    top: 50%;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    padding: 10%;
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.portfolio-description,
.portfolio-description h4,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #fff;
}

.portfolio-description h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.portfolio-description p {
    font-weight: 600;
    margin-top: 5px;
}

.portfolio-description i {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.portfolio-description a,
.portfolio-title a {
    color: #fff;
}

/*gutter*/
.portfolio.gutter .portfolio-item {
    padding: 15px;
}

/*portfolio 2 grid*/
.portfolio.column-2 .portfolio-item {
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.column-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.column-4 .portfolio-item {
    width: 24.98%;
}

/*portfolio 5 grid*/
.portfolio.column-5 .portfolio-item {
    width: 19.99%;
}

/*portfolio 6 grid*/
.portfolio.column-6 .portfolio-item {
    width: 16.666666667%;
}

/* ----------------------------------------------------------------
     Isotope Filtering
   -----------------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    transition: none;
}

/*--------------------------------------
       responsive styles
   --------------------------------------*/
@media screen and (max-width: 1024px) {
  /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
  .portfolio.column-3 .portfolio-item,
  .portfolio.column-4 .portfolio-item,
  .portfolio.column-5 .portfolio-item,
  .portfolio.column-6 .portfolio-item {
        width: 50%;
    }

    .portfolio-box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-filter li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
  /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
  .portfolio.column-3 .portfolio-item,
  .portfolio.column-4 .portfolio-item,
  .portfolio.column-5 .portfolio-item,
  .portfolio.column-6 .portfolio-item,
  .testimonial.grid-2 li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .portfolio-filter li {
        margin-bottom: 10px;
    }

    .portfolio-filter li a {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 1180px) {

    .portfolio-filter li a {
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {

    .portfolio.column-2 .portfolio-item, .portfolio.column-3 .portfolio-item, .portfolio.column-4 .portfolio-item, .portfolio.column-5 .portfolio-item, .portfolio.column-6 .portfolio-item {
        width: 100%;
    }
}

.portfolio-caption {
    background: #ffffff;
    width: 85%;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0px 0px 20px 0px rgba(14, 0, 118, 0.1);
    margin-top: -35px;
    z-index: 1;
    position: relative;
    left: 20px;
}

.portfolio-caption h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.portfolio-caption h4 a {
    color: #14142C;
}

.portfolio-caption h4 a:hover {
    color: #ef476f;
}

.portfolio-caption p {
    margin-bottom: 0;
}

/*=======================
Portfolio Details
========================*/
.portfolio-details-img {
    margin-bottom: 30px;
}

.portfolio-details-img img {
    width: 100%;
}

.portfolio-details-meta p {
    color: #7b7b81;
    margin-bottom: 15px;
    word-break: break-word;
}

.portfolio-details-meta p span {
    font-weight: 700;
    margin-right: 7px;
    color: #212b42;
}

.portfolio-details-meta p .share-social {
    display: inline-block;
    margin-left: 5px;
}

.portfolio-details-meta p .share-social a {
    margin-right: 7px;
    color: #7b7b81;
    font-size: 16px;
}

.portfolio-details-meta p .share-social a:hover {
    color: #424294;
}

.portfolio-details-content {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-details-content::after {
    position: absolute;
    height: 100%;
    width: 2px;
    background: #E0E3E5;
    left: -60px;
    top: 0;
    content: "";
}

@media(max-width: 1560px) {
    .portfolio-details-content::after {
        display: none;
    }
}

.portfolio-details-content p {
    color: #7b7b81;
    margin: 0;
}

.portfolio-details-next-prev-btn a {
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-details-next-prev-btn a:hover {
    color: #424294;
}

.portfolio-details-next-prev-btn a.btn-left {
    float: left;
}

.portfolio-details-next-prev-btn a.btn-left i {
    margin-right: 15px;
}

.portfolio-details-next-prev-btn a.btn-right {
    float: right;
}

.portfolio-details-next-prev-btn a.btn-right i {
    margin-left: 15px;
}

.dark-v2 {
    background: #0C0C1B;
    margin: 0;
}

.dark-v2::before, .dark-v2::after {
    display: none;
}

.dark-v2 .profile-bar {
    color: #14142C;
}

.dark-v2 .profile-bar .profile-img img {
    box-shadow: 0px 5px 10px 0px rgba(2, 7, 112, 0.2);
    border-radius: 50%;
}

.dark-v2 .profile-bar p {
    color: #555555;
}

.dark-v2 .profile-bar .profile-designation p {
    color: #555555;
}

.dark-v2 .profile-bar .profile-social a {
    background-color: rgba(33, 43, 66, 0.233);
    color: #ffffff;
}

.dark-v2 .content {
    background: #14142C;
    color: #ffffff;
}

.dark-v2 .content .header-area .main-menu .navbar-nav li a {
    background: #ffffff;
    border-color: #ffffff;
    color: #14142C;
}

.dark-v2 .content .header-area .main-menu .navbar-nav li.active a {
    background: #FFCC00;
    color: #14142C;
    border-color: #FFCC00;
}

.dark-v2 .content .about-text p {
    color: #a2a4c9;
}

.dark-v2 .content .single-profile-info {
    padding: 30px;
    border: 2px solid #a2a4c9;
    border-radius: 4px;
}

.dark-v2 .content .single-profile-info p {
    color: #a2a4c9;
}

.dark-v2 .content .single-profile-info p span {
    color: #ffffff;
}

.dark-v2 .content .single-profile-info p:last-child {
    margin-bottom: 0;
}

.dark-v2 .content .btn-fill {
    background: #FFCC00;
    color: #14142C;
    border-bottom: 4px solid #8A7015;
}

.dark-v2 .content .btn-fill-2 {
    background: #ffffff;
    color: #14142C;
    border-bottom: 4px solid #8A8A95;
}

.dark-v2 .content .single-service {
    background: #1E1E40;
    border: none;
}

.dark-v2 .content .single-service:hover {
    border: none;
}

.dark-v2 .content .single-service p {
    color: #a2a4c9;
}

.dark-v2 .content .single-service a {
    color: #ffffff;
}

.dark-v2 .content .single-service.yellow-bg {
    background: #FFCC00;
    color: #14142C;
}

.dark-v2 .content .single-service.yellow-bg p {
    color: #14142C;
}

.dark-v2 .content .single-service.yellow-bg a {
    color: #14142C;
}

.dark-v2 .content .testimonials .single-testimonial {
    background: #1E1E40;
}

.dark-v2 .content .testimonials .single-testimonial .reviewer-text p {
    color: #a2a4c9;
}

.dark-v2 .content .single-pricing {
    background: #1E1E40;
}

.dark-v2 .content .single-pricing .pricing-price {
    color: #14142C;
}

.dark-v2 .content .single-pricing .pricing-body ul li {
    color: #a2a4c9;
}

.dark-v2 .content .brands-logo {
    background: #FFCC00;
    padding: 30px 0;
}

.dark-v2 .content .brands-logo .single-brand img {
    margin: auto;
}

.dark-v2 .content .section-subtitle h3 {
    color: #ffffff;
    border-color: #525363;
}

.dark-v2 .content .single-skill-block .left-side::after {
    background: #14142C;
}

.dark-v2 .content .single-skill-block .left-side h4 {
    color: #ffffff;
}

.dark-v2 .content .single-skill-block .left-side p {
    color: #a2a4c9;
}

.dark-v2 .content .single-skill-block .right-side h3 {
    color: #ffffff;
}

.dark-v2 .content .single-skill-block .right-side p {
    color: #a2a4c9;
}

.dark-v2 .content .single-my-skill h3 {
    color: #ffffff;
}

.dark-v2 .content .single-my-skill .single-progress-bar p {
    color: #a2a4c9;
}

.dark-v2 .content .portfolio-filter li:hover a, .dark-v2 .content .portfolio-filter li.active a {
    background: #FFCC00;
    border-color: #FFCC00;
    color: #14142C;
}

.dark-v2 .content .portfolio-filter li a {
    color: #ffffff;
}

.dark-v2 .content .portfolio-details-meta p {
    color: #a2a4c9;
}

.dark-v2 .content .portfolio-details-meta p span {
    color: #ffffff;
}

.dark-v2 .content .portfolio-details-content::after {
    background: #5B5B6B;
}

.dark-v2 .content .portfolio-details-content p {
    color: #a2a4c9;
}

.dark-v2 .content .portfolio-details-next-prev-btn a.btn-left {
    color: #a2a4c9;
}

.dark-v2 .content .portfolio-details-next-prev-btn a.btn-left:hover {
    color: #FFCC00;
}

.dark-v2 .content .portfolio-details-next-prev-btn a.btn-right {
    color: #FFCC00;
}

.dark-v2 .content .blog-details .post-tags-2 {
    background: #FFCC00;
}

.dark-v2 .content .blog-details .post-tags-2 a {
    color: #14142C;
}

.dark-v2 .content .blog-details .post-meta {
    color: #a2a4c9;
}

.dark-v2 .content .blog-details .post-meta i {
    color: #FFCC00;
}

.dark-v2 .content .blog-details .post-content p {
    color: #a2a4c9;
}

.dark-v2 .content .blog-details .post-content blockquote {
    color: #ffffff;
}

.dark-v2 .content .blog-details .post-content blockquote::before {
    color: #2B3650;
}

.dark-v2 .content .blog-details .post-content .post-bottom {
    border-color: #434355;
}

.dark-v2 .content .blog-details .post-content .post-bottom .tags span {
    color: #ffffff;
}

.dark-v2 .content .blog-details .post-content .post-bottom .tags a {
    color: #a2a4c9;
}

.dark-v2 .content .blog-details .post-content .post-bottom .tags a:hover {
    color: #FFCC00;
}

.dark-v2 .content .blog-details .post-content .post-bottom .social-share span {
    color: #ffffff;
}

.dark-v2 .content .blog-details .post-content .post-bottom .social-share a:hover {
    color: #FFCC00;
}

.dark-v2 .content .blog-details .post-content .post-author {
    border-color: #434355;
}

.dark-v2 .content .blog-details .post-content .post-author .author-content h3 {
    color: #ffffff;
}

.dark-v2 .content .blog-details .post-content .post-author .author-content p {
    color: #a2a4c9;
}

.dark-v2 .content .blog-details .post-content .post-author .author-content .social a:hover {
    color: #FFCC00;
}

.dark-v2 .content .contact-area p {
    color: #a2a4c9;
}

.dark-v2 .content .contact-area .contact-form input, .dark-v2 .content .contact-area .contact-form textarea {
    border-color: #5B5B6B;
    color: #ffffff;
}

.dark-v2 .content .contact-area .contact-form input:focus, .dark-v2 .content .contact-area .contact-form textarea:focus {
    border-color: #FFCC00;
}

.dark-v2 .content .contact-area .contact-info h3 {
    color: #ffffff;
}

.dark-v2 .content .contact-area .contact-info .single-contact-info-block p {
    color: #a2a4c9;
}

.dark-mood {
    background: #000000;
    overflow: hidden;
}

.dark-mood .content {
    background: #131313;
    color: #ffffff;
}

.dark-mood .content .right-sticky-content p {
    color: #212b42;
}

.dark-mood .content .single-profile-info {
    border-color: #7b7b81 !important;
}

.dark-mood .content .single-profile-info p {
    color: #7b7b81;
}

.dark-mood .content .single-profile-info p span {
    color: #c5c4c4;
}

.dark-mood .content .services-area .single-service-2 .single-service-content {
    background: #ffffff;
}

.dark-mood .content .services-area .single-service-2 .single-service-content p {
    color: #7b7b81;
}

.dark-mood .content .testimonials-2::before {
    color: #1D1D1D !important;
}

.dark-mood .content .testimonials-2 .single-testimonial .reviewer-thumb {
    border-color: #616364 !important;
}

.dark-mood .content .testimonials-2 .single-testimonial .reviewer-review h4 {
    color: #ffffff !important;
}

.dark-mood .content .section-subtitle h3 {
    color: #ffffff;
}

.dark-mood .content .single-skill-block h3 {
    color: #ffffff;
}

.dark-mood .content .single-skill-block .left-side::after {
    background: #131313;
}

.dark-mood .content .single-skill-block .left-side h4 {
    color: #ffffff;
}

.dark-mood .content .single-skill-block .right-side h3 {
    color: #ffffff;
}

.dark-mood .content .single-my-skill h3 {
    color: #ffffff;
}

.dark-mood .content .single-my-skill .single-progress-bar p {
    color: #7b7b81;
}

.dark-mood .content .single-my-skill .single-progress-bar .progress .progress-bar span {
    color: #7b7b81;
}

.dark-mood .content .services-area-3 .single-service-3 {
    background: #262626 !important;
}

.dark-mood .content .pricing-table .single-pricing-3 {
    background: #262626 !important;
}

.dark-mood .content .portfolio-filter li a {
    color: #ffffff;
}

.dark-mood .content .portfolio-filter li a:hover {
    background: #ef476f;
    border-color: #ef476f;
}

.dark-mood .content .portfolio-filter li.active a {
    background: #ef476f;
    border-color: #ef476f;
}

.dark-mood .content .portfolio-item img {
    border-radius: 10px;
}

.dark-mood .content .portfolio-item .portfolio-caption {
    color: #7b7b81;
}

.dark-mood .content .blog-details .post-tags-2 {
    background: #ef476f;
}

.dark-mood .content .blog-details .post-meta a i {
    color: #ef476f;
}

.dark-mood .content .blog-details .post-meta a:hover {
    color: #ef476f;
}

.dark-mood .content .blog-details .post-content blockquote {
    color: #ffffff;
}

.dark-mood .content .blog-details .post-content blockquote::before {
    color: #222222;
}

.dark-mood .content .blog-details .post-content .post-author {
    border-color: #5A5A5A;
}

.dark-mood .content .blog-details .post-content .post-author .author-content h3 {
    color: #ffffff;
}

.dark-mood .content .blog-details .post-content .comment-form input, .dark-mood .content .blog-details .post-content .comment-form textarea {
    border-color: #5A5A5A !important;
    color: #ffffff;
}

.dark-mood .content .blog-details .post-content .comment-form input:focus, .dark-mood .content .blog-details .post-content .comment-form textarea:focus {
    border-color: #ef476f !important;
}

.dark-mood .content .blog-details .post-bottom {
    border-color: #5A5A5A !important;
}

.dark-mood .content .blog-details .post-bottom .tags span {
    color: #ffffff;
}

.dark-mood .content .blog-details .post-bottom .tags a:hover {
    color: #ef476f !important;
}

.dark-mood .content .contact-area .contact-info.v3 {
    background: #262626;
}

.dark-mood .content .contact-area .contact-form input, .dark-mood .content .contact-area .contact-form textarea {
    border-color: #5A5A5A !important;
    color: #ffffff;
}

.dark-mood .content .contact-area .contact-form input:focus, .dark-mood .content .contact-area .contact-form textarea:focus {
    border-color: #ef476f !important;
}

.row [class*="col-xl-4"]:nth-of-type(3n+1) .single-pricing .pricing-head, .row [class*="col-xl-4"]:nth-of-type(3n+1) .single-pricing .pricing-body a {
    background: #ef476f;
}

.row [class*="col-xl-4"]:nth-of-type(3n+2) .single-pricing .pricing-head, .row [class*="col-xl-4"]:nth-of-type(3n+2) .single-pricing .pricing-body a {
    background: #424294;
}

.row [class*="col-xl-4"]:nth-of-type(3n+3) .single-pricing .pricing-head, .row [class*="col-xl-4"]:nth-of-type(3n+3) .single-pricing .pricing-body a {
    background: #FF8124;
}

.row [class*="col-xl-4"]:nth-of-type(3n+1) .service-icon {
    background: url("../images/icons/1.png") no-repeat;
}

.row [class*="col-xl-4"]:nth-of-type(3n+2) .service-icon {
    background: url("../images/icons/2.png");
}

.row [class*="col-xl-4"]:nth-of-type(3n+3) .service-icon {
    background: url("../images/icons/3.png");
}

/*
  right-sticky-wapper
*/
.right-sticky-wapper {
    position: fixed;
    transition: all ease .35s;
    top: 0;
    right: -320px;
    width: 320px;
    left: auto;
    height: 100%;
    z-index: 999999;
}

@media (max-width: 450px) {
    .right-sticky-wapper {
        right: -260px;
        width: 260px;
    }
}

.right-sticky-wapper .right-sticky-trigger {
    position: absolute;
    right: 132%;
    top: 25px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #ef476f;
    font-size: 18px;
    line-height: 54px;
    padding: 0 4px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(72, 67, 211, 0.12);
}

@media (max-width: 991px) {
    .right-sticky-wapper .right-sticky-trigger {
        right: 102%;
        top: 5px;
    }
}

.right-sticky-wapper .right-sticky-trigger i.expand {
    display: none;
}

.right-sticky-wapper .right-sticky-content {
    top: 100px;
    position: relative;
    background: #FFCC00;
    padding: 35px;
    text-align: left;
    height: calc(100% - 95px);
    overflow-y: scroll;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.right-sticky-wapper .right-sticky-content .logo {
    margin-bottom: 80px;
    display: block;
}

.right-sticky-wapper .right-sticky-content ul {
    margin-bottom: 120px;
}

.right-sticky-wapper .right-sticky-content ul li {
    margin-bottom: 20px;
}

.right-sticky-wapper .right-sticky-content ul li a {
    font-size: 20px;
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 600;
    color: #212b42;
    position: relative;
}

.right-sticky-wapper .right-sticky-content ul li.active a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #ef476f;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

.right-sticky-wapper .right-sticky-content .social {
    margin-bottom: 20px;
}

.right-sticky-wapper .right-sticky-content .social a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    color: #ffffff;
    background: #181b3130;
    margin: 0 3px 6px 3px;
}

.right-sticky-wapper .right-sticky-content .social a:hover {
    background: #ef476f;
}

.right-sticky-wapper .right-sticky-content p {
    margin-bottom: 0;
}

.right-sticky-wapper.active {
    right: 0 !important;
}

.right-sticky-wapper.active .right-sticky-trigger {
    right: 10%;
}

.right-sticky-wapper.active .right-sticky-trigger i.hide {
    display: none;
}

.right-sticky-wapper.active .right-sticky-trigger i.expand {
    display: inline-block;
}

/*

===============================
Sidebar
===============================

*/

.color-typing {
    color: #ef476f;
    border-bottom: 2px solid #ef476f;
}

.dark-mood .services-area .single-service-2 .single-service-content {
	background: #1d1d1d !important;
}
.dark-mood .services-area .single-service-2 .single-service-content img {
	filter: contrast(0);
}
.dark-mood .content .services-area-3 .single-service-3 img {
	filter: contrast(0);
}
.dark-mood .services-area .single-service-2 .single-service-content h4 {
	color: #fff !important;
}

.dark-mood .content .portfolio-item .portfolio-caption {
	background: #1d1d1d !important;
}

.dark-mood .content .portfolio-item .portfolio-caption a {
	color: #fff;
}
.dark-mood .content .portfolio-item .portfolio-caption a:hover { 
	color: #ef476f;
}

.dark-mood .content .single-blog .post-content {
	background: #1d1d1d !important;
}

.dark-mood .content .single-blog .post-content h2 a {
	color: #fff;
}
.dark-mood .content .single-blog .post-content h2 a:hover {
	color: #ef476f;
}

.portfolio-item img {
    width: 100%;
}


/* Skill progress bg */
.single-my-skill [class*="single-progress-bar"]:nth-of-type(4n + 1) .progress .progress-bar {
    background: #ef476f;
}

.single-my-skill [class*="single-progress-bar"]:nth-of-type(4n + 2) .progress .progress-bar {
    background: #424294;
}

.single-my-skill [class*="single-progress-bar"]:nth-of-type(4n + 3) .progress .progress-bar {
    background: #FF8124;
}

.single-my-skill [class*="single-progress-bar"]:nth-of-type(4n + 4) .progress .progress-bar {
    background: #17c0eb;
}




/* Service before shade */

.row [class*="col"]:nth-of-type(4n + 1) .single-service-3::before {
    background-color: #ffe3e8;
}

.row [class*="col"]:nth-of-type(4n + 2) .single-service-3::before {
    background-color: #caffe2;
}

.row [class*="col"]:nth-of-type(4n + 3) .single-service-3::before {
    background-color: #f9edb7;
}

.row [class*="col"]:nth-of-type(4n + 4) .single-service-3::before {
    background-color: #caffe2;
}



.social-share {
    margin-bottom: 60px;
}

.social-share .icons {
    display: inline-block;
}

.social-share .icons #social-links {
    display: inline-block;
    margin-left: 10px;
}

.social-shares {
    display: inline-block;
}

.social-shares .icons {
    display: inline-block;
}

.social-shares .icons #social-links {
    display: inline-block;
    margin-left: 10px;
}