/*
Theme Name: Mak
Theme URI: https://dlmak.droitlab.com/
Author: Droitthemes
Author URI: https://themeforest.net/user/droitthemes
Description: Mak - Personal Portfolio WordPress Theme
Version: 1.2.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Conte
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

p strong {
    font-weight: 500;
    color: #022144;
    margin-top: 20px;
    display: inline-block;
}

blockquote p strong,
p strong strong {
    margin-top: 0;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 20px 0;
    color: #022144;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-weight: 600;
    font-size: 34px;
}

h3 {
    font-weight: 500;
    font-size: 28px;
}

h4 {
    font-weight: 500;
    font-size: 22px;
}

h5 {
    font-weight: 400;
    font-size: 16px;
}

h6 {
    font-weight: 400;
    font-size: 14px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

table tr th a {
    color: #666;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 15px;
    padding: 0;
}

ol li ol {
    margin-left: 25px;
}

li > ul,
li > ol {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
}

dt {
    font-weight: 500;
    color: #022144;
    font-size: 16px;
    line-height: 30px;
}

dd {
    margin: 0 0 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #feb633;
    border-radius: 3px;
    background: #feb633;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    font-weight: 600;
    color: #FFF;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #022144;
}

a:hover,
a:focus,
a:active {
    color: #022144;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.ov-visible {
    overflow: visible;
}


/*-------- fonts --------*/


/*========== color variables ==========*/


/*====================================================*/


/*====================================================*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.blog_content form p {
    margin-bottom: 10px;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    margin-top: 40px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
    padding: 10px;
    background: transparent;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
    background-color: #f8f8f8;
    padding: 50px;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*====================================================*/


/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */


/*=====================================================================
@Template Name: Smith
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ header
04/ slider
05/ about
06/ scroll
07/ portfolio
08/ services
09/ blog
10/ contact
11/ footer 
=====================================================================*/


/*====================================================*/


/*====================================================*/

.p0 {
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    padding-left: 18px;
}

ul li,
ol li {
    color: #627387;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.row.m0 {
    margin: 0px;
}

body,
p {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

body {
    font: 400 15px/30px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #666666;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.white-color p {
    color: #fff;
}

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

section,
footer {
    overflow: hidden;
}

section.row,
footer.row {
    margin: 0;
}

section.active {
    height: 100% !important;
    max-height: 100%;
    overflow-y: scroll;
}

.sec-pad {
    padding-top: 111px;
    padding-bottom: 114px;
}

.sec-title {
    text-align: right;
    padding-right: 39px;
}

.sec-title h2 {
    font: 500 23px "Poppins", sans-serif;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    color: #666666;
    position: relative;
    padding-top: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

.sec-title h2:before {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f1b200;
}

.sec-title h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
}

@media (min-width: 1200px) {
    .sec-title h6 {
        margin-left: -300px;
    }
}

.sec-title2 {
    padding-bottom: 49px;
}

.sec-title2 h2 {
    font: 500 25px "Poppins", sans-serif;
    color: #454646;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sec-title2 h2:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #f1b200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-title2 h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
    padding-top: 15px;
}

.title {
    font: 500 16px "Poppins", sans-serif;
    color: #555;
    text-transform: uppercase;
    transition: all 0.4s linear;
    
}

.title:hover {
    color: #f1b200;
}

.section-title {
    max-width: 610px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-title h2 {
    font: 600 30px/45px "Poppins", sans-serif;
    color: #191b1d;
    letter-spacing: 0.40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.section-title h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1b200;
}

.section-title p {
    font: 400 15px/28px "Poppins", sans-serif;
    color: #706b6b;
    padding-top: 22px;
}

.sec-title.dk h2 {
    color: #999;
}

.sec-title.dk h6 {
    color: #666;
}

.sec-title3 {
    margin-bottom: 63px;
    text-align: center;
}

.sec-center {
    text-align: center;
}

.sec-title3.sec-center {
    text-align: center;
}

.sec-title3.sec-center h2 {
    font: 500 24px "Poppins", sans-serif;
    color: #666666;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    z-index: 1;
}

.sec-title3.sec-center h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1b200;
}

.sec-title3.sec-center h2:after {
    content: attr(data-line);
    width: 100%;
    font-size: 330px;
    top: -7px;
    color: rgba(102, 102, 102, 0.025);
    font-weight: 700;
    position: absolute;
    left: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 0px;
    z-index: -1;
}

.sec-title3.sec-center p {
    font: 400 18px "Poppins", sans-serif;
    color: #999999;
}

.sec-left {
    text-align: left;
}

.sec-title3.sec-left {
    text-align: left;
}

.sec-title3.sec-left h2:before {
    left: 0;
    transform: translateX(0);
}

.sec-title3.sec-left h2:after {
    left: -11px;
}

.sec-right {
    text-align: right;
}

.sec-title3.sec-right {
    text-align: right;
}

.sec-title3.sec-right h2:before {
    right: 0;
    transform: translateX(0);
    left: auto;
}

.sec-title3.sec-right h2:after {
    left: auto;
    right: -20px;
}

.sec-title3.sec-right p {
    color: #999999;
}

.sec-title3.sec-right.white-color h2 {
    color: #fff;
}

.sec-title3.sec-right.white-color h2:before {
    background: #fff;
}

.sec-title3.sec-right.white-color h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.sec-title3.sec-right.white-color p {
    color: #fff;
}

.sec-title3.white-color h2 {
    color: #fff;
}

.sec-title3.white-color h2:before {
    background: #fff;
}

.sec-title3.white-color h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.sec-title3.white-color p {
    color: #fff;
}

.bg-c {
    background: #fdfdfd;
}

.sec-title3.dk-color h2 {
    color: #999;
}

.sec-title3.dk-color h2:after {
    color: rgba(102, 102, 102, 0.07);
}

.sec-title3.dk-color p {
    color: #666;
}


/*====================================================*/


/*====================================================*/


/*=========== pre-loader css =============*/

.loader-container {
    position: fixed;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #2d2e2e;
    z-index: 999999;
}

.loader-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

#mask {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center;
}

#mask svg {
    width: 64px;
    height: 76px;
}

#mask svg .preloader-path {
    stroke-linejoin: round;
    fill: none;
    stroke: #f1b200;
    stroke-width: 1;
    stroke-dasharray: 70 32;
    -webkit-animation: preloader 1s infinite ease;
    animation: preloader 1s infinite ease;
}

@-webkit-keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}


/*============ Start header area css ===============*/

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .header-logo {
        float: left;
    }
}

.navbar {
    margin: 0px;
    box-shadow: none;
    border: 0px;
    background: transparent;
    border-radius: 0px;
    padding: 0px 25px;
    transition: all 0.2s ease;
    z-index: 99;
}

.page-template-default .navbar,
.single .navbar,
.blog .navbar {
    background: white;
}

.navbar-header .navbar-toggle {
    position: relative;
    z-index: 0;
    margin-top: 0px;
    margin-right: 0px;
    transition: all 0.25s ease;
    padding: 29px 0px;
    border: 0px;
    margin-bottom: 0px;
    z-index: 2;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #f1b811;
    width: 35px;
    transition: all 0.25s ease;
}

.navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    transform: none;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    opacity: 1;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    transform: none;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background: transparent;
}

.navbar-header .navbar-brand {
    height: auto;
    line-height: 80px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.25s ease;
}

.navbar-header .navbar-brand img {
    display: inline-block;
}

.navbar-collapse {
    float: right;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fafbfb;
    max-height: none !important;
    overflow-x: hidden;
    transition: all 0.35s ease;
}

.navbar-collapse.side_menu {
    height: auto !important;
    transform: translateX(100%);
}

.navbar-collapse .menu {
    transition: padding-top 0.25s ease;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    padding-top: 50px;
    width: 321px;
}

.navbar-collapse .menu li {
    display: block;
    float: none;
}

.navbar-collapse .menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    padding-left: 55px;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li a:hover,
.navbar-collapse .menu li a:focus {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.nav-lang {
    margin-top: 66px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.navbar-collapse .menu li.nav-lang a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li.nav-lang a:hover {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.nav-lang a + a {
    margin-left: 15px;
}

.navbar-collapse .menu li.nav-lang a.active {
    color: #777777;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li.nav-lang a.active:hover {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.active a {
    background: transparent;
    box-shadow: none;
}

.navbar-collapse .menu li.active a:hover,
.navbar-collapse .menu li.active a:focus {
    background: transparent;
    color: #f1b200;
}

.navbar-collapse.in {
    transform: none;
    box-shadow: 0px 0px 10px 0px rgba(5, 5, 5, 0.1);
}

.header-dark .navbar-collapse .menu {
    background: rgba(0, 0, 0, 0.9);
}

.header-dark .navbar-collapse .menu li a {
    color: #999;
}

.header-dark .navbar-collapse .menu li a:hover {
    color: #f1b200;
}


/*============ End header area css ===============*/


/*=============Start header-blue css ============*/

.header-full .burger-icon .icon-bar {
    background: #999;
}

.header-social {
    margin: 0px;
}

.header-social li a {
    font-size: 20px;
    color: #c3c1c1;
    text-shadow: none;
    padding: 0px 0px 0px 20px;
    line-height: 80px;
}

.header-social li a:hover,
.header-social li a:focus {
    background: none;
    color: #f1b200;
}


/*=========== header3 area css ===========*/

.header3 {
    padding: 0px 45px;
    transition: all 300ms linear;
    border: none !important;
}

.header3 .social-icon {
    float: left;
}

.header3 .social-icon ul li {
    display: inline-block;
}

.header3 .social-icon ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    display: inline-block;
    transition: all 0.20s linear;
}

.header3 .social-icon ul li + li {
    padding-left: 16px;
}

.burger-icon {
    float: right;
    text-align: right;
    width: 35px;
    height: 80px;
    cursor: pointer;
    padding-top: 18px;
    transition: all 0.20s linear;
}

.burger-icon .icon-bar {
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 8px;
    float: right;
    right: 0;
    transition: all 300ms linear;
}

.canvas-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    padding: 50px;
}

.canvas-menu.mySideBar {
    opacity: 1;
    visibility: visible;
}

.canvas-menu.mySideBar .menu li {
    opacity: 1;
    animation: fadeInLeft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}

.canvas-menu .menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0;
}

.canvas-menu .menu li {
    display: block;
    opacity: 0;
}

.canvas-menu .menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #999;
    padding-left: 55px;
    transition: all 0.3s linear;
    padding: 6px 15px;
    display: inline-block;
}

.canvas-menu .menu li a:hover,
.canvas-menu .menu li a:focus {
    background: none;
    color: #f1b200;
}

.canvas-menu .menu li .current {
    color: #f1b200;
}

.canvas-menu .header-inner .nav-logo {
    display: inline-block;
}

.canvas-menu .header-inner .close {
    color: #666;
    opacity: 1;
    text-shadow: 0 1px 0 #666;
}


/*============ main_header area css ===========*/

.main_header {
    position: fixed;
    width: 80px;
    height: 100%;
    background: #383838;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.main_header .nav-button {
    width: 32px;
    height: 32px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.main_header .nav-button .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #999999;
    width: 100%;
    transition: 0.55s;
}

.main_header .nav-button .menu-global.menu-top {
    top: 0;
}

.main_header .nav-button .menu-global.menu-middle {
    top: 10px;
}

.main_header .nav-button .menu-global.menu-bottom {
    top: 20px;
}

.main_header .nav-button.actives .menu-top {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.2s;
}

.main_header .nav-button.actives .menu-middle {
    opacity: 0;
}

.main_header .nav-button.actives .menu-bottom {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-405deg);
    transition: 0.55s 0.2s;
}

.main_header .social_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.main_header .social_icon a {
    font-size: 20px;
    color: #aaaaaa;
    float: left;
    width: 100%;
    line-height: 37px;
}

.main_header .social_icon a:hover {
    color: #f1b200;
}


/*============ main_header area css ===========*/


/*============= left_offcanvas_menu  ===========*/

.left_offcanvas_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9;
    max-width: 370px;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    background: rgba(56, 56, 56, 0.95);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-370px, 0, 0);
    transition: 0.45s 0.2s;
}

.left_offcanvas_menu .menu-logo {
    margin-top: 100px;
    display: block;
}

.left_offcanvas_menu .left_inner {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    text-align: center;
}

.left_offcanvas_menu .left_inner .menu {
    margin-top: 100px;
}

.left_offcanvas_menu .left_inner .menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    padding: 5px;
    display: block;
}

.left_offcanvas_menu .left_inner .menu li a:hover {
    background: transparent;
    color: #f1b200;
}

.left_offcanvas_menu .left_inner .menu li a.current {
    color: #f1b200;
}

.left_offcanvas_menu .lng {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.left_offcanvas_menu .lng a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
    transition: all 0.3s linear;
}

.left_offcanvas_menu.mySideBar {
    opacity: 1;
    transform: translate3d(80px, 0, 0);
    visibility: visible;
}

.left_offcanvas_menu.mySideBar .menu li {
    opacity: 1;
    animation: fadeInLeft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}

.offcanvas_closer {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -10;
    transition: all 300ms linear 0s;
}

.offcanvas_closer.mySideBar {
    z-index: 6;
    opacity: 1;
}


/*============= left_offcanvas_menu  ===========*/


/*============ sticky menu css ==============*/

.navbar.affix {
    background: #fff;
    left: 0;
    z-index: 1040;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgba(21, 47, 95, 0.2);
}

.navbar.affix.header-dark {
    background: #252525;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.navbar.affix .navbar-header .navbar-brand {
    line-height: 60px;
}

.navbar.affix .burger-icon {
    height: 60px;
    padding-top: 10px;
}

.navbar.affix .burger-icon .icon-bar {
    background: #999;
}

.navbar.header3.affix {
    padding: 0px 45px;
}

.navbar.header3.affix .social-icon ul li a {
    color: #666666;
    line-height: 60px;
}


/*====================================================*/


/*====================================================*/


/*============ Start light color css ==============*/

.wel-section .col-left,
.wel-section .col-right {
    justify-content: center;
}

@media (min-width: 992px) {
    .wel-section .col-left,
    .wel-section .col-right {
        height: 100vh;
    }
}

.col-left,
.col-right {
    display: flex;
    flex-direction: column;
}

.col-left {
    position: relative;
    padding-top: 120px;
}

.col-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 100%;
    width: 2000px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fafbfb;
}

.bg-color .col-left:before {
    background: #f6f7f7;
}

.bg-color .col-right {
    position: relative;
}


/*
Generally: 
col-left:before has bg color
bg-color col-left:before has different bg color
col-right:before has no bg color
bg-color col-right:before has bg color
*/

.col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
}

.bg-color .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #f6f7f7;
}

@media (min-width: 992px) {
    .col-left::before {
        right: -16px;
        border: none;
        transform: none;
    }
    .display-f {
        display: flex;
    }
}

.col-right {
    padding-left: 98px;
    position: relative;
}


/*============ End light color css ==============*/


/*========= Start wel-section css ============*/

.wel-social {
    margin-top: 40px;
}

.wel-social a {
    color: #aaaaaa;
    transition: color 0.25s ease;
    font-size: 20px;
    margin-left: 16px;
}

.wel-social a:hover {
    color: #f1b200;
}

.wel-content {
    font-family: "Poppins", sans-serif;
}

.hello-t {
    font-size: 20px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 2px;
}

.name-t {
    font-size: 70px;
    line-height: 80px;
    color: #f1b200;
    text-transform: uppercase;
    font-weight: 300;
}

.name-t span {
    font-weight: 600;
}

.expart-n {
    padding-top: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #666666;
    padding-left: 2px;
}

.header-contact-infos {
    border-top: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
    left: 98px;
}

.header-contact-info {
    font: 400 15px "Poppins", sans-serif;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 33px 0px;
    transition: all 0.4s linear;
}

.header-contact-info i {
    padding-right: 10px;
}

.header-contact-info:hover,
.header-contact-info:focus {
    color: #f1b200;
}

.header-contact-info + .header-contact-info {
    padding-left: 60px;
}


/*========= End wel-section css ============*/


/*--------------- Start dark-bg color css --------------*/

.dark-bg .col-left:before {
    background: #2b2c2c;
    border-color: #2b2c2c;
}

.dark-bg .col-right {
    position: relative;
}

.dark-bg .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #2d2e2e;
}

.dark-bg.bg-color .col-left:before {
    background: #292a2a;
}

.dark-bg.bg-color .col-right:before {
    background-color: #2b2c2c;
}


/*============ End dark-bg color css ==============*/


/*========= Start dark wel-section css ============*/

.dark-bg .wel-social a {
    color: #666666;
}

.dark-bg .wel-social a:hover {
    color: #f1b200;
}

.dark-bg .wel-content .header-contact-infos {
    border-color: #444;
}


/*========= End dark wel-section css ============*/


/*=================== Start hero-section css ================*/

.hero-section {
    position: relative;
    padding-top: 75px;
}

.hero-section .static {
    position: static;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}

.hero-content .hello-t {
    color: #666666;
    padding-bottom: 8px;
}

.hero-content .name-t {
    color: #f1b200;
    font-size: 60px;
    line-height: 70px;
}

.hero-content .expart-n {
    font-weight: 500;
    padding-top: 9px;
    color: #555;
}

.hero-content p {
    color: #555;
    font: 400 15px/32px "Poppins", sans-serif;
    padding-left: 2px;
    padding-top: 50px;
    padding-bottom: 44px;
}

.hero-content .downlod-btn {
    font: 600 16px/28px "Poppins", sans-serif;
    color: #f1b200;
    text-transform: uppercase;
    padding: 0px;
}

.hero-content .downlod-btn i {
    padding-left: 10px;
    transition: all 0.9s linear;
}

.hero-content .downlod-btn span {
    position: relative;
}

.hero-content .downlod-btn span:before {
    content: attr(data-letters);
    position: absolute;
    color: #555;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hero-content .downlod-btn:hover i {
    color: #555;
}

.hero-content .downlod-btn:hover span:before {
    width: 100%;
}


/*=================== End hero-section css ================*/

.dk-bg {
    background: #2d2e2e;
}

.dk-bg .hero-content .hello-t {
    color: #999;
}

.dk-bg .hero-content .expart-n {
    color: #666666;
}

.dk-bg .hero-content p {
    color: #666666;
}

.dk-bg .hero-content .downlod-btn {
    color: #999;
}

.dk-bg .hero-content .downlod-btn span:before {
    color: #f1b200;
}

.dk-bg .hero-content .downlod-btn:hover i {
    color: #f1b200;
}

.section-title.dk-gray-sec h2 {
    color: #999;
}

.section-title.dk-gray-sec p {
    color: #666;
}

.hero-wrap {
    padding-left: 80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, white 36%);
    position: relative;
    z-index: 5;
}

.hero-wrap .hero_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-wrap .hero_content .header-contact-infos {
    position: relative;
    padding-top: 40px;
    left: 0;
    border: 0px;
}

.hero-wrap .hero_content .header-contact-infos .header-contact-info {
    display: block;
    padding: 12px 0px;
}

.hero-wrap .bg_img {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.hero-wrap .bg_img img {
    vertical-align: bottom;
}

.example {
    padding-left: 80px;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, white 36%);
    position: relative;
    z-index: 5;
}

.fixed-column {
    position: fixed;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    padding-left: 80px;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.fixed-column .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.fixed-column .fl-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    transition: all 0.5s linear;
}

.fixed-column .fl-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.smith-bg-overlay {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
    z-index: -1;
}

.fixed-column .bg-title {
    position: absolute;
    bottom: -17%;
    left: 45%;
    font-size: 80px;
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transform: rotate(-90deg);
    transform-origin: left top;
    color: #fff;
    line-height: 140px;
}

.fixed-column .bg-title span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/*====================================================*/


/*====================================================*/


/*============ Start about css =============*/

.about-content {
    padding-right: 25px;
}

.about-content p + p {
    margin-top: 30px;
}

.sec-pad .wpb_wrapper .about-content + .about-content {
    margin-top: 30px;
}


/*============ End about css =============*/


/*============ Start skill css =============*/

.progress-element {
    padding-top: 13px;
}

.progress-element .skill-info {
    display: block;
}

.progress-element .skill-info .skill-name {
    display: inline-block;
    font: 500 15px "Poppins", sans-serif;
    color: #666666;
    text-transform: uppercase;
}

.progress-element .skill-info .skill-val {
    display: inline-block;
    float: right;
    font: 600 15px "Poppins", sans-serif;
    color: #f1b200;
}

.progress-element .progress {
    margin-top: 10px;
    height: 5px;
    background-color: #cfcfcf;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 38px;
}

.progress-element .progress .progress-bar {
    display: block;
    height: 100%;
    border-radius: 2px;
    background: #f1b200;
    transition: width 0.9s ease;
    box-shadow: none;
}


/*============ End skill css =============*/


/*========== Start dark skill css ============*/

.dark-bg .skill-content p {
    color: #999;
}

.dark-bg .progress-element .progress {
    background: #666666;
}

.dark-bg .progress-element .skill-info .skill-name {
    color: #999;
}

.dark-bg .title {
    color: #999;
}

.dark-bg .title:hover {
    color: #f1b200;
}

.dark-bg .ex-content p {
    color: #999;
}

.dark-bg .ex-content:before {
    background: #666666;
}

.dark-bg .ex-content:after {
    border: 2px solid #666666;
}

.dk-bg-light .ex-content:before {
    background: #666666;
}

.dk-bg .ex-content:before {
    background: #666666;
}


/*========== End dark skill css ============*/


/*=============Start expertise css ================*/

.expertise .sec-pad {
    padding-bottom: 59px;
}

.expertise-media {
    margin-top: 0px;
    margin-bottom: 55px;
}

.expertise-media .media-left {
    padding-right: 32px;
}

.expertise-media .media-left span {
    font-size: 36px;
    color: #f1b200;
}

.expertise-media .media-body {
    padding-right: 35px;
}

.expertise-media .media-body p {
    padding-top: 11px;
}


/*=========== End expertise css ===========*/


/*=========== Start experiences css ===========*/

.experience-date {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    font-size: 15px;
    color: #777777;
}

.row-experience + .row-experience {
    margin-top: 65px;
}

.row-experience:last-child .ex-content:before {
    display: none;
}

.ex-content {
    position: relative;
}

.ex-content:before {
    content: '';
    position: absolute;
    top: 22px;
    width: 2px;
    background-color: #eeeeee;
    height: calc(100% + 49px);
    left: calc(-50px + 6px);
}

.ex-content:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #f1b200;
    left: -50px;
}

.ex-content .title {
    font-size: 18px;
}

.ex-content h5 {
    margin-bottom: 24px;
    padding-top: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    color: #777777;
}


/*=========== End experiences css ===========*/


/*============ Start home3 about area css ===========*/

.about-area {
    padding: 130px 0px 155px;
}

.about-title {
    color: #fff;
}

.about-title h2 {
    font: 600 30px/50px "Poppins", sans-serif;
    letter-spacing: 0.40px;
    text-transform: uppercase;
}

.about-title h4 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    opacity: 0.70;
}

.about-text p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}


/*============ End home3 about area css ===========*/


/*--============ start expertise-2-area css===========--*/

.expertise-2-area {
    padding: 92px 0px 0px;
}

.expertise2 {
    padding-top: 5px;
}

.expertise2 .expertise-media {
    margin-bottom: 96px;
}

.expertise2 .expertise-media .media-left span {
    color: #f1b200;
}

.expertise2 .expertise-media .media-body .title {
    font-size: 16px;
    color: #191b1d;
}

.expertise2 .expertise-media .media-body .title:hover {
    color: #f1b200;
}


/*--============ End expertise-2-area css===========--*/


/*============ Start expreence-area css ==============*/

.exprence-items {
    font-family: "Poppins", sans-serif;
    padding: 0px 17px 0px 20px;
}

.exprence-items h4 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.exprence-items h4:before {
    content: attr(data-line);
    width: 100%;
    top: -12px;
    left: 0;
    font-size: 72px;
    color: #f9f9f9;
    position: absolute;
    font-weight: 700;
    z-index: -1;
}

.exprence-items .title {
    font: 600 18px "Poppins", sans-serif;
    color: #191b1d;
    text-transform: capitalize;
    padding: 5px 0px;
}

.exprence-items h5 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    font-weight: 600;
    font-style: italic;
}

.exprence-items p {
    color: #677077;
    padding-top: 13px;
}


/*============ End expreence-area css ==============*/


/*==============Start about-two-area css =================*/

.about-two-area {
    padding: 135px 0px 126px;
}

.about-two-area .sec-title3 {
    margin-bottom: 0px;
}

.about-two-area .container {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-two-area .sec-title3 {
    margin-bottom: 40px;
}

.about-two-area h3 {
    font: 300 22px "Poppins", sans-serif;
    color: #ababab;
    padding-bottom: 35px;
}

.about-two-area p {
    color: #666666;
}

.about-two-area .header-contact-infos {
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 35px;
    overflow: hidden;
}

.about-two-content {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-two-content .sec-title3 {
    margin-bottom: 40px;
}

.about-two-content h3 {
    font: 300 22px "Poppins", sans-serif;
    color: #ababab;
    padding-bottom: 35px;
}

.about-two-content p {
    color: #666666;
}

.about-two-content .header-contact-infos {
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 35px;
    overflow: hidden;
}


/*==============End about-two-area css =================*/


/*=====Start skill-two-area css =========*/

.skill-two-area {
    padding: 135px 0px 110px;
}

.skill-two-area .skill-text {
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.row_margin_top .progress-element {
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.row_margin_top .progress-element .pr-item {
    margin-top: 0px;
    margin-bottom: 40px;
}

.pr-item {
    margin-top: 40px;
}

.bt-skill-item {
    margin-top: 40px;
}

.bt-skill {
    margin-top: 5px;
}

.bt-skill .bt-skillholder {
    background: #cfcfcf;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 5px;
}

.bt-skill .bt-skillholder .bt-skillbar {
    height: 5px;
    float: left;
    background: #f1b200;
    border-radius: 5px;
}


/*=====End skill-two-area css =========*/


/*=====Start expertise-three-area css =========*/

.expertise-three-area {
    background: #f1b200;
    padding: 134px 0px 103px;
}

.expertise-item {
    color: #fff;
    padding: 17px 60px 40px;
}

.expertise-item span {
    font-size: 36px;
    padding-bottom: 20px;
    display: block;
}

.expertise-item .title {
    color: #fff;
    padding-bottom: 15px;
}

.expertise-item p {
    color: rgba(255, 255, 255, 0.7);
}

.experience-two-area {
    padding: 136px 0px 125px;
}

.experience-two-area .row-experience {
    position: relative;
    z-index: 1;
}

.experience-two-area .row-experience + .row-experience {
    margin-top: 47px;
}

.experience-two-area .ex-content {
    overflow: visible;
}

.experience-two-area .ex-content .media-left {
    width: 260px;
}

.experience-two-area .ex-content .media-body {
    padding-right: 80px;
    width: calc(100% - 260px);
}


/*=========== dark index-5 css ===========*/

.dk-bg-light {
    background: #2b2c2c !important;
}

.dk-bg-light .about-title {
    color: #999;
}

.dk-bg-light .about-title h4 {
    color: #666666;
    opacity: 0.85;
}

.dk-bg-light .about-text p {
    color: #666666;
}


/*================= dk-bg expertise-2-area  css===========*/

.dk-bg .expertise2 .expertise-media .media-body .title {
    color: #999;
}

.dk-bg .expertise2 .expertise-media .media-body .title:hover {
    color: #f1b200;
}

.dk-bg .expertise2 .expertise-media .media-body p {
    color: #666666;
}


/*============= expreence-area dk-bg css =============*/

.expreence-area.dk-bg .exprence-items h4:before {
    color: #353636;
}

.expreence-area.dk-bg .exprence-items .title {
    color: #999;
}

.expreence-area.dk-bg .exprence-items p {
    color: #666666;
}

.dk-bg .header-contact-infos {
    border-color: #555;
}


/*====================================================*/


/*====================================================*/


/*---------- portfolio css ----------*/

.mfp-title {
    line-height: 30px;
}

.mfp-title small {
    line-height: 20px;
}

.portfolio-filter {
    padding-bottom: 55px;
}

.portfolio-filter li {
    display: inline-block;
    margin-right: 35px;
    color: #606060;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.5s;
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
    color: #13b1cf;
}

.portfolio-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.portfolio-grid .portfolio-item {
    padding: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

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

.portfolio-grid .portfolio-item .portfolio-image:before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: #d69303;
    opacity: 0;
    transition: all 0.4s linear;
}

.portfolio-grid .portfolio-item .portfolio-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-grid .portfolio-item .portfolio-image .texts {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
    padding: 0px 35px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5 {
    font: 600 15px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5:before {
    content: '';
    width: 35px;
    height: 2px;
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
}

.portfolio-grid .portfolio-item .portfolio-image .texts p {
    font: 600 13px "Poppins", sans-serif;
    padding-top: 9px;
    color: #fff;
}

.portfolio-grid .portfolio-item .portfolio-image:hover:before {
    opacity: 0.70;
    z-index: 0;
}

.portfolio-grid .portfolio-item .portfolio-image:hover .texts {
    opacity: 1;
}


/*------------Start dark portfolio css ----------*/

.dark-bg .portfolio-filter li {
    color: #999;
}

.dark-bg .portfolio-filter li:hover {
    color: #f1b200;
}

.dark-bg .portfolio-filter li.active {
    color: #f1b200;
}

.dark-bg .portfolio-filter li + li:before {
    color: #666666;
}


/*------------End dark portfolio css ----------*/


/*------------Start portfolio-three-area css ----------*/

.portfolio-three-area .portfolio-filter {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}


/*------------End portfolio-three-area css ----------*/


/*------------- Start testimonials css  -------------*/

.testimonial-quotes {
    display: block;
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    line-height: 90px;
    font-size: 125px;
    color: #fcedc3;
}

.testimonial-carousel {
    text-align: center;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot.active {
    background: #f1b200;
}

.testimonial-item p {
    color: #666666;
    font-style: italic;
    padding-bottom: 40px;
}

.testimonial-item .title {
    font-size: 13px;
    line-height: 30px;
}

.testimonial-item h5 {
    font: 400 14px "Poppins", sans-serif;
    color: #666666;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .testimonial-quotes {
    color: #666666;
}

.dark-bg .testimonial-item p {
    color: #999;
}

.dark-bg .testimonial-item .title {
    color: #666666;
}

.dark-bg .testimonial-item .title:hover {
    color: #f1b200;
}

.dark-bg .testimonial-item h5 {
    color: #777777;
}

.dark-bg .owl-dots .owl-dot {
    background: #666666;
}

.dark-bg .owl-dots .owl-dot.active {
    background: #f1b200;
}

.dark-bg .sec-p {
    color: #999;
}

.sec-title3 h2 {
    font: 500 24px "Poppins", sans-serif;
    color: #666666;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    z-index: 1;
}

.sec-title3 h2:after {
    content: attr(data-line);
    width: 100%;
    font-size: 330px;
    top: -7px;
    color: rgba(102, 102, 102, 0.025);
    font-weight: 700;
    position: absolute;
    left: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 0px;
    z-index: -1;
}

.sec-title3 h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1b200;
}


/*------------End dark testimonials css ----------*/


/*------------Start testimonial-two-area css ----------*/

.testimonial-two-area {
    background: #f1b200;
    padding: 135px 0px 142px;
}

.testimonial-two-area .sec-title3 {
    text-align: center;
}

.testimonial-two-area .sec-title3 h2 {
    color: #fff;
}

.testimonial-two-area .sec-title3 h2:before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    background: #fff;
}

.testimonial-two-area .sec-title3 h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.testimonial-two-area .sec-title3 p {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-quotes {
    color: rgba(255, 255, 255, 0.3);
}

.testimonial-two-area .testimonial-slider .testimonial-item {
    max-width: 780px;
    margin: 0 auto;
}

.testimonial-two-area .testimonial-slider .testimonial-item .title {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-item p {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .testimonial-item h5 {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot {
    background: #f5c94d;
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------End testimonial-two-area css ----------*/


/*------------Start awards css --------------*/

.awards {
    padding-top: 43px;
    padding-bottom: 117px;
}

.award-item {
    padding-right: 61px;
    margin-top: 77px;
}

.award-item img {
    margin-bottom: 30px;
}

.award-item h5 {
    font: 600 15px "Poppins", sans-serif;
    color: #777777;
    padding: 8px 0px 26px;
}

.award-item p {
    line-height: 28px;
}


/*------------End awards css --------------*/


/*------------Start awards-two-area css --------------*/


/*
.awards-two-area {
    padding: 135px 0px 146px;
}
*/

.awards-two-area .award-item {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}


/*------------End awards-two-area css --------------*/


/*------------- profiles css -------------*/

.profiles {
    padding-top: 50px;
    padding-bottom: 113px;
}

.col-profile {
    padding-right: 45px;
    margin-top: 72px;
}

.col-profile img {
    max-height: 40px;
    filter: grayscale(100%);
    margin-bottom: 35px;
    transition: all 0.5s linear;
}

.col-profile .title {
    padding-bottom: 13px;
    transition: all 0.5s linear;
}

.col-profile:hover img {
    filter: grayscale(0);
}

.col-profile:hover .title {
    color: #f1b200;
}


/*------------Start dark profiles css ----------*/

.dark-bg .col-profile .title {
    color: #777777;
}

.dark-bg .col-profile:hover .title {
    color: #f1b200;
}


/*------------End dark profiles css ----------*/


/*------------Start profiles-two-area css ----------*/


/*
.profiles-two-area {
    padding: 134px 0px 142px;
}
*/

.profiles-two-area .col-profile {
    padding-left: 38px;
    margin-top: 17px;
    position: relative;
    z-index: 1;
}


/*------------End profiles-two-area css ----------*/

.portfolio-2-area .section-title {
    margin-bottom: 50px;
}

.portfolio-2-filter {
    text-align: center;
    padding-bottom: 10px;
}

.portfolio-2-filter li {
    font-size: 15px;
    color: #677077;
    font-weight: 400;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.portfolio-2-filter li:before {
    content: attr(data-letters);
    position: absolute;
    color: #191b1d;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.portfolio-2-filter li:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #191b1d;
    transition: all 0.4s linear;
}

.portfolio-2-filter li + li {
    margin-left: 50px;
}

.portfolio-2-filter li:hover:before {
    width: 100%;
}

.portfolio-2-filter li:hover:after {
    width: 100%;
}

.portfolio-2-filter li.active:before {
    width: 100%;
}

.portfolio-2-filter li.active:after {
    width: 100%;
}

.gallery-item {
    margin-top: 40px;
}

.gallery-item a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(241, 178, 0, 0.7);
    opacity: 0;
    position: absolute;
    z-index: 0;
    transition: all 0.3s linear;
}

.gallery-item a:after {
    content: "\e61a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    speak: none;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
    opacity: 0;
    transform: scale(0.2, 0.2) translate3d(0, 30%, 0);
    transition: all 0.3s cubic-bezier(0.53, 0.01, 0.18, 1);
}

.gallery-item a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.gallery-item .text {
    background: #fff;
    text-align: center;
    padding: 33px 0px;
}

.gallery-item .text h2 {
    font: 400 16px "Poppins", sans-serif;
    color: #444444;
    text-transform: uppercase;
}

.gallery-item .text p {
    color: #999999;
}

.gallery-item:hover a:before,
.gallery-item:hover a:after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}

.dk-bg-light .portfolio-2-filter li:before {
    color: #999;
}

.dk-bg-light .portfolio-2-filter li:after {
    background: #999;
}

.dk-bg-light .gallery-item .text {
    background: #2f3030;
}

.dk-bg-light .gallery-item .text h2 {
    color: #999;
}

.dk-bg-light .gallery-item .text p {
    color: #666666;
}


/*====================================================*/


/*====================================================*/


/*========= Start blog-section css ============*/

.blog-item .blog-thumb {
    display: block;
    height: 240px;
}

.blog-item .blog-thumb img {
    transition: all 0.4s linear;
}

.blog-item .blog-date {
    font: 400 14px "Poppins", sans-serif;
    color: #999;
    padding-bottom: 18px;
}

.blog-item .title {
    color: #191b1d;
    padding-bottom: 16px;
    text-transform: capitalize;
    transition: all 0.4s linear;
}

.blog-item p {
    line-height: 28px;
}

.blog-item .text {
    padding: 33px 0;
}

.blog-item:hover .title {
    color: #f1b200;
}

.blog-item:hover img {
    transform: scale(1.1);
}


/*========= End blog-section css ============*/


/*===========Start blog-area css ===========*/

.blog-2-item {
    font-family: "Poppins", sans-serif;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(74, 76, 75, 0.08);
    margin-top: 5px;
}

.blog-2-item .blog-img {
    display: block;
    height: 265px;
}

.blog-2-item .content {
    padding: 35px 61px 60px 30px;
}

.blog-2-item .content h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    color: #4c4949;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}

.blog-2-item .content h4:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #f1b200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-2-item .content h2 {
    font-size: 18px;
    line-height: 30px;
    color: #272525;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 2px;
    transition: all 0.5s linear;
}

.blog-2-item .content h2:hover {
    color: #f1b200;
}

.blog-2-item .content h5 {
    font-size: 14px;
    line-height: 30px;
    color: #5f5a5a;
    font-weight: 400;
}

.blog-2-item .content h5 span {
    color: #999999;
    padding-left: 12px;
}

.blog-2-item .content p {
    font: 400 15px/28px "Poppins", sans-serif;
    color: #706b6b;
    padding-top: 16px;
}

.blog-2-item .content p.more a:hover {
    color: #f1b200;
}


/*===========End blog-area css ===========*/

.blog-two-area {
    background: #f1b200;
    padding: 134px 0px 140px;
}

.blog-carousel2 .blog-item .text {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-carousel2 .owl-dots {
    margin-top: 70px;
}

.blog-carousel2 .owl-dots .owl-dot {
    background: #f5c94d;
}

.blog-carousel2 .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .blog-item .text {
    background: #444444;
}

.dark-bg .blog-item .text .title {
    color: #ccc;
}

.dark-bg .blog-item .text .sec-p {
    color: #aaa;
}

.dark-bg .blog-item .text:hover .title {
    color: #f1b200;
}


/*------------End dark testimonials css ----------*/


/*============= start clients css ============*/

.clients .sec-pad {
    padding-top: 70px;
}

.client-logo {
    margin-top: 60px;
}

.client-logo {
    margin-top: 60px;
}

.client-logo a {
    display: block;
}

.client-logo a img {
    max-width: 100%;
    width: auto;
    opacity: 0.4;
    transition: opacity 0.5s ease;
}

.client-logo a:hover img,
.client-logo a:focus img {
    opacity: 1;
}


/*============= End clients css ============*/


/*============= start dark clients css ============*/

.dark-bg .client-logo a {
    display: block;
}

.dark-bg .client-logo a img {
    opacity: 0.5;
}


/*============= End dark clients css ============*/

.clients-two-area {
    /*    padding: 135px 0px 150px;*/
}

.clients-two-area .sec-title3 {
    margin-bottom: 0px;
}

.clients-two-area .clients-slider {
    position: relative;
    z-index: 2;
}

.clients-two-area .clients-slider .client-logo {
    text-align: center;
    margin-top: 80px;
}


/*===============blog-area dk-bg-light css ============*/

.blog-area.dk-bg-light .blog-2-item .content {
    background: #2f3030;
    transition: all 0.4s linear;
}

.blog-area.dk-bg-light .blog-2-item .content h4 {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content h2 {
    color: #999;
}

.blog-area.dk-bg-light .blog-2-item .content h2:hover {
    color: #f1b200;
}

.blog-area.dk-bg-light .blog-2-item .content h5 {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content h5 span {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content p {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item:hover .content {
    background-color: #2f3030;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}


/*====================================================*/


/*====================================================*/


/*============= Start contact area css ============*/

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form .form-group label {
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
}

.contact-form .form-group .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.25s ease;
    padding: 6px 25px;
    height: 60px;
    color: #555;
    box-shadow: none;
    width: 100%;
}

.contact-form .form-group .form-control.placeholder {
    color: #999;
}

.contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact-form .form-group .form-control:focus {
    border-color: #f1b200;
}

.contact-form .form-group textarea.form-control {
    height: 200px;
    padding-top: 16px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit {
    margin-top: 29px;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0px 63px;
    height: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #999;
    transition: all 0.4s linear;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit,
.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit {
    border-color: #f1b200;
    color: #f1b200;
    transition: all 200ms;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit:hover,
.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit:focus {
    border-color: #f1b200;
    color: #ffffff;
    background: #f1b200;
}

.contact-submit-progress {
    font-size: 18px;
    color: #f1b200;
    padding: 0px 20px;
}

.contact-submit-message {
    font: 500 15px/24px "Poppins", sans-serif;
    color: #999;
    max-width: 320px;
    position: absolute;
    bottom: 8px;
    right: 100px;
}

.contact-infos {
    border-top: 1px solid #eeeeee;
    margin-top: 80px;
}

.contact-infos .header-contact-info {
    padding-bottom: 0px;
}


/*============= End contact area css ============*/


/*============= start dark contact area css ============*/

.dark-bg .contact-form .form-group label {
    color: #777777;
}

.dark-bg .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dark-bg .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.dark-bg .contact-form button {
    border-color: #666;
}

.dark-bg .contact-form button:hover {
    border-color: #f1b200;
}

.dark-bg .contact-infos {
    border-color: #444;
}


/*============= End dark contact area css ============*/

.contact-form2 .contact-form {
    text-align: center;
}

.contact-form2 .contact-form .form-group {
    margin-bottom: 50px;
    text-align: left;
}

.contact-form2 .contact-form .form-group label {
    color: #0d0d0d;
}

.contact-form2 .contact-form .form-group .form-control {
    border-color: #ced3d4;
}

.contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:hover,
.contact-form2 .contact-form .form-group .form-control:focus {
    border-color: #f1b200;
}

.contact-form2 .contact-form .form-group textarea.form-control {
    height: 320px;
    padding: 21px 33px;
    resize: none;
}


/*=========== Start contact-two-area css ===========*/

.contact-two-area .contact-infos .header-contact-info + .header-contact-info {
    padding-left: 193px;
}

.contact-two-area .contact-form button {
    border-color: #e0e0e0;
}

.contact-two-area .contact-form button:hover {
    border-color: #f1b200;
}


/*=========== End contact-two-area css ===========*/

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group label {
    color: #999;
}

.dk-bg .contact-form button {
    border-color: #666;
    color: #999;
}

.dk-bg .contact-form button:hover {
    border-color: #f1b200;
    color: #f1b200;
    background: transparent;
}

.contact-two-area.dk-bg-light button {
    border-color: #555;
}

.contact-two-area.dk-bg-light button:hover {
    border-color: #f1b200;
}

.dk-bg-light .contact-infos {
    border-color: #555;
}

.dk-bg-light .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.validation-error {
    border-color: red !important;
}

.validation-valid {
    border-color: #f1b200 !important;
}


/*====================================================*/


/*====================================================*/


/*=================== Start services-area css ================*/

.services-slider .service-item {
    text-align: center;
    padding: 0px 30px;
}

.services-slider .service-item i {
    font-size: 60px;
    color: #f1b200;
}

.services-slider .service-item .title {
    font-size: 20px;
    color: #333333;
    padding: 22px 0px 16px;
}

.services-slider .service-item .title:hover {
    color: #f1b200;
}

.services-slider .service-item p {
    line-height: 28px;
    color: #677077;
}

.services-slider .owl-dots .owl-dot {
    background: #e5e5e5;
}

.services-slider .owl-dots .owl-dot.active {
    background: #f1b200;
}


/*============ End services-area css ============*/


/*============ Start fact-area css ============*/

.fan-fact-area {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

a.copyright:hover {
    color: #f1b200;
}

.overlay-paralax-pos-rel {
    position: relative;
}

.smith-bg-paralax {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: -1;
    opacity: 0.15;
    background-attachment: fixed !important;
}

.fact-item {
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.fact-item i {
    display: block;
    font-size: 50px;
    margin-bottom: 27px;
}

.fact-item span {
    font-size: 42px;
    line-height: 62px;
    font-weight: 600;
}

.fact-item h4 {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}


/*============ End fact-area css ============*/

.dk-bg .services-slider .service-item .title {
    color: #999;
}

.dk-bg .services-slider .service-item .title:hover {
    color: #f1b200;
}

.dk-bg .services-slider .service-item p {
    color: #666666;
}


/*=========== fan-fact-area dk-bg css ==========*/

.fan-fact-area.dk-bg-light {
    background: url(../image/home3/fact-bg.jpg) no-repeat scroll center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.fan-fact-area.dk-bg-light:before {
    background: rgba(43, 44, 44, 0.9);
}

.fan-fact-area.dk-bg-light .fact-item i,
.fan-fact-area.dk-bg-light .fact-item span,
.fan-fact-area.dk-bg-light .fact-item h4 {
    color: #999;
}


/*====================================================*/


/*====================================================*/

.col-avatar {
    width: calc(50% - 135px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    float: left;
}

.col-avatar .prot-image {
    height: 100%;
}

.col-avatar .prot-image .avatar {
    height: 100%;
}

.sc-wel-section .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
}

#home .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#home .frame .container-fluid {
    width: 100%;
}

#home .frame .column_full {
    display: flex;
    height: calc(94vh);
    position: relative;
}

#home .frame .column_full .wel-content {
    align-self: center;
}

#home .frame .column_full .wpb_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

#home .frame .column_full .wel-content .header-contact-infos {
    left: 0;
}


/*.section_full .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
}*/

.wrapper {
    width: calc(50% + 135px);
    float: right;
}

.wrapper .frame {
    max-width: 880px;
    padding: 90px 0px 90px 80px;
}

#fp-nav.right {
    right: 33px;
}

#fp-nav ul li {
    width: 100%;
    height: 100%;
    margin: 10px 7px;
}

#fp-nav ul li a {
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

#fp-nav ul li a span {
    background: transparent;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a:hover {
    border-color: #f1b200;
}

#fp-nav ul li a:hover span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active {
    border-color: #f1b200;
}

#fp-nav ul li a.active span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active:hover {
    border-color: #f1b200;
}

#fp-nav ul li a.active:hover span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}


/*============Start sc-about css =============*/

.sc-about .sec-title2,
.sc-skills .sec-title2 {
    padding-bottom: 36px;
}


/*============Start sc-awards css =============*/

.sc-awards .sec-title2 {
    padding-bottom: 0px;
}

.sc-awards .award-item {
    margin-top: 47px;
}


/*============Start sc-profile css =============*/

.sc-profile .sec-title2 {
    padding-bottom: 0px;
}

.sc-profile .col-profile {
    margin-top: 50px;
    padding-bottom: 22px;
}


/*============Start sc-portfolio css =============*/

.sc-portfolio .sec-title2 {
    padding-bottom: 40px;
}

.sc-portfolio .portfolio-filter {
    padding-bottom: 24px;
}


/*============Start sc-blog css =============*/

.sc-blog .blog-item .text {
    background: #fafafa;
}


/*============Start sc-contact css =============*/

.sc-contact .sec-title2 {
    padding-bottom: 41px;
}

.sc-contact .contact-infos {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 35px;
}

.sc-contact .contact-infos .header-contact-info {
    padding-top: 0px;
}

.frame .contact-infos {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 35px;
}

.frame .contact-infos .header-contact-info {
    padding-top: 0px;
}


/*============ home 4 dark css ===========*/

.dk-bg .title {
    color: #777;
}

.dk-bg .title:hover {
    color: #f1b200;
}

.dk-bg .sec-title2 h2 {
    color: #999;
}

.dk-bg .sec-title2 h6 {
    color: #777;
}

.dk-bg .sc-about .about-content p {
    color: #999;
}

.dk-bg .sc-skills .skill-content p {
    color: #999;
}

.dk-bg .sc-skills .progress-element .skill-info .skill-name {
    color: #999;
}

.dk-bg .sc-expertise .expertise-media .media-body p {
    color: #999;
}

.dk-bg .sc-experience .ex-content p,
.dk-bg .sc-education .ex-content p {
    color: #999;
}

.dk-bg .sc-awards p {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li:hover {
    color: #f1b200;
}

.dk-bg .sc-profile p {
    color: #999;
}

.dk-bg .sc-testimonial .testimonial-item p {
    color: #999;
}

.dk-bg .sc-blog .blog-item .title {
    color: #191b1d;
}

.dk-bg .sc-blog .blog-item .title:hover {
    color: #f1b200;
}

.dk-bg .sc-contact .contact-form .form-group label {
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control.placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control:-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #666666;
}


/*====================================================*/


/*====================================================*/

.column-wrap {
    float: right;
    width: 64%;
    position: relative;
}

.column-wrap section {
    min-height: 100vh;
    display: flex;
    padding-left: 82px;
}

.column-wrap .container {
    max-width: 765px;
    width: 100%;
    margin: 0 auto 0px 0px;
    padding: 0px;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
}

.column-wrap .scroll-nav-holder {
    display: none;
}

.scroll-con-sec .sec-title {
    text-align: left;
    padding-bottom: 49px;
}

.scroll-con-sec .sec-title h2:before {
    left: 0;
    right: auto;
}

.scroll-con-sec .sec-title h6 {
    margin-left: 0px;
}

.scroll-con-sec .header-contact-info + .header-contact-info {
    padding-left: 55px;
}

.scroll-con-sec.awards_sec .sec-title {
    padding-bottom: 0px;
}

.scroll-con-sec .blog-item .text {
    background: #fff;
}

.scroll-con-sec.dk-bg .contact-form .form-group .form-control {
    background: transparent;
    border-color: #282828;
}

.scroll-con-sec.dk-bg .contact-infos {
    border: 0px;
}


/*====================================================*/


/*====================================================*/


/*------------ Start footer css -------------*/

.footer-area .col-left {
    padding-top: 0px !important;
}

.footer-area .sec-title {
    padding-top: 0px;
}

.footer-area .sec-title h6 {
    font-size: 14px;
    line-height: 83px;
    font-style: normal;
}

.footer-bottom h6 + p,
.footer-area .sec-title h6 + p {
    display: none;
}

.f-right {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.f-right .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-links {
    align-self: center;
}

.footer-links a {
    display: block;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: color 0.25s ease;
}

.footer-links li {
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #f1b200;
}

.footer-links a + a {
    margin-left: 40px;
}

.footer-links li + li {
    margin-left: 25px;
}

.footer-links li {
    list-style: none;
}

.footer-social {
    align-self: center;
}

.footer-social a {
    font-size: 18px;
    color: #aaaaaa;
    transition: color 0.25s ease;
}

.footer-social a:hover {
    color: #f1b200;
}

.footer-social a + a {
    margin-left: 15px;
}


/*------------ End footer css -------------*/


/*==========Start footer-area2 css =============*/

.footer-area2 {
    text-align: center;
    background: #2b2c2c;
    color: rgba(255, 255, 255, 0.3);
}

.footer-top {
    padding: 120px 0px 70px;
}

.footer-top p {
    line-height: 32px;
    max-width: 565px;
    margin: 36px auto 42px;
}

.footer-top .f-social li {
    display: inline-block;
    padding: 0px 5px;
}

.footer-top .f-social li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    background: #434343;
    text-align: center;
    line-height: 48px;
    display: block;
    border-radius: 50%;
    transition: all 0.4s linear;
}

.footer-top .f-social li a:hover {
    background: #feb633;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 21px 0px;
}

.footer-bottom a {
    color: #666;
    transition: all 0.4s linear;
}

.footer-bottom a:hover {
    color: #feb633;
}

.error_404_page {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    height: 100vh;
    text-align: center;
}

.error_404_page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    background-image: -webkit-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    background-image: -ms-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    opacity: 0.95;
    z-index: -1;
}

.error_404_page .slider-subcribe {
    padding-top: 200px;
    color: #fff;
}

.error_404_page .slider-text h2 {
    font-size: 250px;
    font-family: 'Dancing Script', cursive;
}

.error_404_page .slider-text p {
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
}

.error_404_page .error_404_button .sub_btn-two {
    font-family: 'Dancing Script', cursive;
    border-radius: 40px 40px 40px 40px;
    border-color: #fff;
    margin-top: 20px;
    padding: 15px 30px 15px 30px;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.error_404_page .error_404_button .sub_btn-two:hover {
    border-color: #f1b200;
    background: #fff;
    color: #f1b200;
}


/*==========End footer-area2 css =============*/

.footer-area3 {
    width: 100%;
    position: relative;
    z-index: 4;
}

.footer-area3 .bg-color .col-right:before {
    left: 33px;
}

body.admin-bar .navbar {
    margin-top: 32px !important;
}

@media (max-width: 991px) {
    body.admin-bar .row_padding_top {
        padding-top: 64px !important;
    }
}

.pingback {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    padding-top: 15px;
}

.comments .pingback + li.single_comment {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 0;
    margin-top: 5px;
}


/*====================================================*/


/*====================================================*/
a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.row.m0 {
    margin: 0px;
}

body {
    font: 400 15px/30px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #666666;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.white-color p {
    color: #fff;
}

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

section,
footer {
    overflow: hidden;
}

section.row,
footer.row {
    margin: 0;
}

section.active {
    height: 100% !important;
    max-height: 100%;
    overflow-y: scroll;
}

.sec-pad {
    padding-top: 111px;
    padding-bottom: 114px;
}

.sec-title {
    text-align: right;
    padding-right: 39px;
}

.sec-title h2 {
    font: 500 23px "Poppins", sans-serif;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    color: #666666;
    position: relative;
    padding-top: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

.sec-title h2:before {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f1b200;
}

.sec-title h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
}

@media (min-width: 1200px) {
    .sec-title h6 {
        margin-left: -300px;
    }
}

.sec-title2 {
    padding-bottom: 49px;
}

.sec-title2 h2 {
    font: 500 25px "Poppins", sans-serif;
    color: #454646;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sec-title2 h2:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #f1b200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-title2 h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
    padding-top: 15px;
}

.section-title {
    max-width: 610px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-title h2 {
    font: 600 30px/45px "Poppins", sans-serif;
    color: #191b1d;
    letter-spacing: 0.40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.section-title h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1b200;
}

.section-title p {
    font: 400 15px/28px "Poppins", sans-serif;
    color: #706b6b;
    padding-top: 22px;
}

.sec-title.dk h2 {
    color: #999;
}

.sec-title.dk h6 {
    color: #666;
}

.sec-title3 {
    margin-bottom: 63px;
    text-align: center;
}

.sec-center {
    text-align: center;
}

.sec-title3.sec-center {
    text-align: center;
}

.sec-title3.sec-center h2 {
    font: 500 24px "Poppins", sans-serif;
    color: #666666;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    z-index: 1;
}

.sec-title3.sec-center h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f1b200;
}

.sec-title3.sec-center h2:after {
    content: attr(data-line);
    width: 100%;
    font-size: 330px;
    top: -7px;
    color: rgba(102, 102, 102, 0.025);
    font-weight: 700;
    position: absolute;
    left: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 0px;
    z-index: -1;
}

.sec-title3.sec-center p {
    font: 400 18px "Poppins", sans-serif;
    color: #999999;
}

.sec-left {
    text-align: left;
}

.sec-title3.sec-left {
    text-align: left;
}

.sec-title3.sec-left h2:before {
    left: 0;
    transform: translateX(0);
}

.sec-title3.sec-left h2:after {
    left: -11px;
}

.sec-right {
    text-align: right;
}

.sec-title3.sec-right {
    text-align: right;
}

.sec-title3.sec-right h2:before {
    right: 0;
    transform: translateX(0);
    left: auto;
}

.sec-title3.sec-right h2:after {
    left: auto;
    right: -20px;
}

.sec-title3.sec-right p {
    color: #999999;
}

.sec-title3.sec-right.white-color h2 {
    color: #fff;
}

.sec-title3.sec-right.white-color h2:before {
    background: #fff;
}

.sec-title3.sec-right.white-color h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.sec-title3.sec-right.white-color p {
    color: #fff;
}

.sec-title3.white-color h2 {
    color: #fff;
}

.sec-title3.white-color h2:before {
    background: #fff;
}

.sec-title3.white-color h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.sec-title3.white-color p {
    color: #fff;
}

.bg-c {
    background: #fdfdfd;
}

.sec-title3.dk-color h2 {
    color: #999;
}

.sec-title3.dk-color h2:after {
    color: rgba(102, 102, 102, 0.07);
}

.sec-title3.dk-color p {
    color: #666;
}


/*====================================================*/


/*====================================================*/


/*=========== pre-loader css =============*/

.loader-container {
    position: fixed;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #2d2e2e;
    z-index: 999999;
}

.elementor-editor-active .loader-container {
    display: none;
}

.loader-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

#mask {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center;
}

#mask svg {
    width: 64px;
    height: 76px;
}

#mask svg .preloader-path {
    stroke-linejoin: round;
    fill: none;
    stroke: #f1b200;
    stroke-width: 1;
    stroke-dasharray: 70 32;
    -webkit-animation: preloader 1s infinite ease;
    animation: preloader 1s infinite ease;
}

@-webkit-keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}


/*============ Start header area css ===============*/

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .header-logo {
        float: left;
    }
}

.navbar {
    margin: 0px;
    box-shadow: none;
    border: 0px;
    background: transparent;
    border-radius: 0px;
    padding: 0px 25px;
    transition: all 0.2s ease;
    z-index: 99;
}

.page-template-default .navbar,
.single .navbar,
.blog .navbar {
    background: white;
}

.navbar-header .navbar-toggle {
    position: relative;
    z-index: 0;
    margin-top: 0px;
    margin-right: 0px;
    transition: all 0.25s ease;
    padding: 29px 0px;
    border: 0px;
    margin-bottom: 0px;
    z-index: 2;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999999;
    width: 35px;
    transition: all 0.25s ease;
}
/*
.navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navbar-header .navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-header .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-header .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    transform: none;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    opacity: 1;
}

.navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    transform: none;
}*/

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background: transparent;
}

.navbar-header .navbar-brand {
    height: auto;
    line-height: 80px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.25s ease;
}

.navbar-header .navbar-brand img {
    display: inline-block;
}

.navbar-collapse {
    float: right;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fafbfb;
    max-height: none !important;
    overflow-x: hidden;
    transition: all 0.35s ease;
}

.navbar-collapse.side_menu {
    height: auto !important;
    transform: translateX(100%);
}

.navbar-collapse .menu {
    transition: padding-top 0.25s ease;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    padding-top: 50px;
    width: 321px;
}

.navbar-collapse .menu li {
    display: block;
    float: none;
}

.navbar-collapse .menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    padding-left: 55px;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li a:hover,
.navbar-collapse .menu li a:focus {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.nav-lang {
    margin-top: 66px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.navbar-collapse .menu li.nav-lang a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li.nav-lang a:hover {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.nav-lang a + a {
    margin-left: 15px;
}

.navbar-collapse .menu li.nav-lang a.active {
    color: #777777;
    transition: all 0.3s linear;
}

.navbar-collapse .menu li.nav-lang a.active:hover {
    background: none;
    color: #f1b200;
}

.navbar-collapse .menu li.active a {
    background: transparent;
    box-shadow: none;
}

.navbar-collapse .menu li.active a:hover,
.navbar-collapse .menu li.active a:focus {
    background: transparent;
    color: #f1b200;
}

.navbar-collapse.in {
    transform: none;
    box-shadow: none;
}

.header-dark .navbar-collapse .menu {
    background: rgba(0, 0, 0, 0.9);
}

.header-dark .navbar-collapse .menu li a {
    color: #999;
}

.header-dark .navbar-collapse .menu li a:hover {
    color: #f1b200;
}


/*============ End header area css ===============*/


/*=============Start header-blue css ============*/

.header-full .burger-icon .icon-bar {
    background: #999;
}

.header-social {
    margin: 0px;
}

.header-social li a {
    font-size: 20px;
    color: #c3c1c1;
    text-shadow: none;
    padding: 0px 0px 0px 20px;
    line-height: 80px;
}

.header-social li a:hover,
.header-social li a:focus {
    background: none;
    color: #f1b200;
}


/*=========== header3 area css ===========*/

.header3 {
    padding: 0px 45px;
    transition: all 300ms linear;
    border: none !important;
}

.header3 .social-icon {
    float: left;
}

.header3 .social-icon ul li {
    display: inline-block;
}

.header3 .social-icon ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    display: inline-block;
    transition: all 0.20s linear;
}

.header3 .social-icon ul li + li {
    padding-left: 16px;
}

.burger-icon {
    float: right;
    text-align: right;
    width: 35px;
    height: 80px;
    cursor: pointer;
    padding-top: 18px;
    transition: all 0.20s linear;
}

.burger-icon .icon-bar {
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 8px;
    float: right;
    right: 0;
    transition: all 300ms linear;
}

.canvas-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    padding: 50px;
}

.canvas-menu.mySideBar {
    opacity: 1;
    visibility: visible;
}

.canvas-menu.mySideBar .menu li {
    opacity: 1;
    animation: fadeInLeft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}

.canvas-menu .menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0;
}

.canvas-menu .menu li {
    display: block;
    opacity: 0;
}

.canvas-menu .menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #999;
    padding-left: 55px;
    transition: all 0.3s linear;
    padding: 6px 15px;
    display: inline-block;
}

.canvas-menu .menu li a:hover,
.canvas-menu .menu li a:focus {
    background: none;
    color: #f1b200;
}

.canvas-menu .menu li .current {
    color: #f1b200;
}

.canvas-menu .header-inner .nav-logo {
    display: inline-block;
}

.canvas-menu .header-inner .close {
    color: #666;
    opacity: 1;
    text-shadow: 0 1px 0 #666;
}


/*============ main_header area css ===========*/

.main_header {
    position: fixed;
    width: 80px;
    height: 100%;
    background: #383838;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.main_header .nav-button {
    width: 32px;
    height: 32px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.main_header .nav-button .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #999999;
    width: 100%;
    transition: 0.55s;
}

.main_header .nav-button .menu-global.menu-top {
    top: 0;
}

.main_header .nav-button .menu-global.menu-middle {
    top: 10px;
}

.main_header .nav-button .menu-global.menu-bottom {
    top: 20px;
}

.main_header .nav-button.actives .menu-top {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.2s;
}

.main_header .nav-button.actives .menu-middle {
    opacity: 0;
}

.main_header .nav-button.actives .menu-bottom {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-405deg);
    transition: 0.55s 0.2s;
}

.main_header .social_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.main_header .social_icon a {
    font-size: 20px;
    color: #aaaaaa;
    float: left;
    width: 100%;
    line-height: 37px;
}

.main_header .social_icon a:hover {
    color: #f1b200;
}


/*============ main_header area css ===========*/


/*============= left_offcanvas_menu  ===========*/

.left_offcanvas_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9;
    max-width: 370px;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    background: rgba(56, 56, 56, 0.95);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-370px, 0, 0);
    transition: 0.45s 0.2s;
}

.left_offcanvas_menu .menu-logo {
    margin-top: 100px;
    display: block;
}

.left_offcanvas_menu .left_inner {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    text-align: center;
}

.left_offcanvas_menu .left_inner .menu {
    margin-top: 100px;
}

.left_offcanvas_menu .left_inner .menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    padding: 5px;
    display: block;
}

.left_offcanvas_menu .left_inner .menu li a:hover {
    background: transparent;
    color: #f1b200;
}

.left_offcanvas_menu .left_inner .menu li a.current {
    color: #f1b200;
}

.left_offcanvas_menu .lng {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.left_offcanvas_menu .lng a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
    transition: all 0.3s linear;
}

.left_offcanvas_menu.mySideBar {
    opacity: 1;
    transform: translate3d(80px, 0, 0);
    visibility: visible;
}

.left_offcanvas_menu.mySideBar .menu li {
    opacity: 1;
    animation: fadeInLeft 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}

.offcanvas_closer {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -10;
    transition: all 300ms linear 0s;
}

.offcanvas_closer.mySideBar {
    z-index: 6;
    opacity: 1;
}


/*============= left_offcanvas_menu  ===========*/


/*============ sticky menu css ==============*/

.navbar.affix {
    background: #fff;
    left: 0;
    z-index: 1040;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgba(21, 47, 95, 0.2);
}

.navbar.affix.header-dark {
    background: #252525;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.navbar.affix .navbar-header .navbar-brand {
    line-height: 60px;
}

.navbar.affix .navbar-header .navbar-toggle {
    padding: 19px 15px;
}

.navbar.affix .burger-icon {
    height: 60px;
    padding-top: 10px;
}

.navbar.affix .burger-icon .icon-bar {
    background: #999;
}

.navbar.header3.affix {
    padding: 0px 45px;
}

.navbar.header3.affix .social-icon ul li a {
    color: #666666;
    line-height: 60px;
}


/*====================================================*/


/*====================================================*/


/*============ Start light color css ==============*/

.wel-section .col-left,
.wel-section .col-right {
    justify-content: center;
}

@media (min-width: 992px) {
    .wel-section .col-left,
    .wel-section .col-right {
        height: 100vh;
    }
}

.col-left,
.col-right {
    display: flex;
    flex-direction: column;
}

.col-left {
    position: relative;
    padding-top: 120px;
}

.col-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 100%;
    width: 2000px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fafbfb;
}

.bg-color .col-left:before {
    background: #f6f7f7;
}

.bg-color .col-right {
    position: relative;
}


/*
Generally: 
col-left:before has bg color
bg-color col-left:before has different bg color
col-right:before has no bg color
bg-color col-right:before has bg color
*/

.col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
}

.bg-color .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #f6f7f7;
}

@media (min-width: 992px) {
    .col-left::before {
        right: -16px;
        border: none;
        transform: none;
    }
    .display-f {
        display: flex;
    }
}

.col-right {
    padding-left: 98px;
    position: relative;
}


/*============ End light color css ==============*/


/*========= Start wel-section css ============*/

.wel-social {
    margin-top: 40px;
}

.wel-social a {
    color: #aaaaaa;
    transition: color 0.25s ease;
    font-size: 20px;
    margin-left: 16px;
}

.wel-social a:hover {
    color: #f1b200;
}

.wel-content {
    font-family: "Poppins", sans-serif;
}

.hello-t {
    font-size: 20px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 2px;
}

.name-t {
    font-size: 70px;
    line-height: 80px;
    color: #f1b200;
    text-transform: uppercase;
    font-weight: 300;
}

.name-t span {
    font-weight: 600;
}

.expart-n {
    padding-top: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #666666;
    padding-left: 2px;
}

.header-contact-infos {
    border-top: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
    left: 98px;
}

.header-contact-info {
    font: 400 15px "Poppins", sans-serif;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 33px 0px;
    transition: all 0.4s linear;
}

.header-contact-info i {
    padding-right: 10px;
}

.header-contact-info:hover,
.header-contact-info:focus {
    color: #f1b200;
}


/*========= End wel-section css ============*/


/*--------------- Start dark-bg color css --------------*/

.dark-bg .col-left:before {
    background: #2b2c2c;
    border-color: #2b2c2c;
}

.dark-bg .col-right {
    position: relative;
}

.dark-bg .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #2d2e2e;
}

.dark-bg.bg-color .col-left:before {
    background: #292a2a;
}

.dark-bg.bg-color .col-right:before {
    background-color: #2b2c2c;
}


/*============ End dark-bg color css ==============*/


/*========= Start dark wel-section css ============*/

.dark-bg .wel-social a {
    color: #666666;
}

.dark-bg .wel-social a:hover {
    color: #f1b200;
}

.dark-bg .wel-content .header-contact-infos {
    border-color: #444;
}


/*========= End dark wel-section css ============*/


/*=================== Start hero-section css ================*/

.hero-section {
    position: relative;
    padding-top: 75px;
}

.hero-section .static {
    position: static;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}

.hero-content .hello-t {
    color: #666666;
    padding-bottom: 8px;
}

.hero-content .name-t {
    color: #f1b200;
    font-size: 60px;
    line-height: 70px;
}

.hero-content .expart-n {
    font-weight: 500;
    padding-top: 9px;
    color: #555;
}

.hero-content p {
    color: #555;
    font: 400 15px/32px "Poppins", sans-serif;
    padding-left: 2px;
    padding-top: 50px;
    padding-bottom: 44px;
}

.hero-content .downlod-btn {
    font: 600 16px/28px "Poppins", sans-serif;
    color: #f1b200;
    text-transform: uppercase;
    padding: 0px;
}

.hero-content .downlod-btn i {
    padding-left: 10px;
    transition: all 0.9s linear;
}

.hero-content .downlod-btn span {
    position: relative;
}

.hero-content .downlod-btn span:before {
    content: attr(data-letters);
    position: absolute;
    color: #555;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hero-content .downlod-btn:hover i {
    color: #555;
}

.hero-content .downlod-btn:hover span:before {
    width: 100%;
}


/*=================== End hero-section css ================*/

.dk-bg {
    background: #2d2e2e;
}

.dk-bg .hero-content .hello-t {
    color: #999;
}

.dk-bg .hero-content .expart-n {
    color: #666666;
}

.dk-bg .hero-content p {
    color: #666666;
}

.dk-bg .hero-content .downlod-btn {
    color: #999;
}

.dk-bg .hero-content .downlod-btn span:before {
    color: #f1b200;
}

.dk-bg .hero-content .downlod-btn:hover i {
    color: #f1b200;
}

.section-title.dk-gray-sec h2 {
    color: #999;
}

.section-title.dk-gray-sec p {
    color: #666;
}

.hero-wrap {
    padding-left: 80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, white 36%);
    position: relative;
    z-index: 5;
}

.hero-wrap .hero_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-wrap .hero_content .header-contact-infos {
    position: relative;
    padding-top: 40px;
    left: 0;
    border: 0px;
}

.hero-wrap .hero_content .header-contact-infos .header-contact-info {
    display: block;
    padding: 12px 0px;
}

.hero-wrap .bg_img {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.hero-wrap .bg_img img {
    vertical-align: bottom;
}

.example {
    padding-left: 80px;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, white 36%);
    position: relative;
    z-index: 5;
}

.fixed-column {
    position: fixed;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    padding-left: 80px;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.fixed-column .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.fixed-column .fl-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    transition: all 0.5s linear;
}

.fixed-column .fl-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.smith-bg-overlay {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
    z-index: -1;
}

.fixed-column .bg-title {
    position: absolute;
    bottom: -17%;
    left: 45%;
    font-size: 80px;
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transform: rotate(-90deg);
    transform-origin: left top;
    color: #fff;
    line-height: 140px;
}

.fixed-column .bg-title span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/*====================================================*/


/*====================================================*/


/*============ Start about css =============*/

.about-content {
    padding-right: 25px;
}

.about-content p + p {
    margin-top: 30px;
}

.sec-pad .wpb_wrapper .about-content + .about-content {
    margin-top: 30px;
}


/*============ End about css =============*/


/*========== Start dark skill css ============*/

.dark-bg .skill-content p {
    color: #999;
}

.dark-bg .progress-element .progress {
    background: #666666;
}

.dark-bg .progress-element .skill-info .skill-name {
    color: #999;
}

.dark-bg .title {
    color: #999;
}

.dark-bg .title:hover {
    color: #f1b200;
}

.dark-bg .ex-content p {
    color: #999;
}

.dark-bg .ex-content:before {
    background: #666666;
}

.dark-bg .ex-content:after {
    border: 2px solid #666666;
}

.dk-bg-light .ex-content:before {
    background: #666666;
}

.dk-bg .ex-content:before {
    background: #666666;
}


/*========== End dark skill css ============*/


/*=============Start expertise css ================*/

.expertise .sec-pad {
    padding-bottom: 59px;
}

.expertise-media {
    margin-top: 0px;
    margin-bottom: 55px;
}

.expertise-media .media-left {
    padding-right: 32px;
}

.expertise-media .media-left span {
    font-size: 36px;
    color: #f1b200;
}

.expertise-media .media-body {
    padding-right: 35px;
}

.expertise-media .media-body p {
    padding-top: 11px;
    color: #808899;
    font: 300 16px/28px "Poppins", sans-serif;
}


/*=========== End expertise css ===========*/


/*=========== Start experiences css ===========*/

.row-experience + .row-experience {
    margin-top: 65px;
}

.row-experience:last-child .ex-content:before {
    display: none;
}

.ex-content {
    position: relative;
}

.ex-content:before {
    content: '';
    position: absolute;
    top: 22px;
    width: 2px;
    background-color: #eeeeee;
    height: calc(100% + 49px);
    left: calc(-50px + 6px);
}

.ex-content:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #f1b200;
    left: -50px;
}

.ex-content .title {
    font-size: 18px;
}


/*=========== End experiences css ===========*/


/*============ Start home3 about area css ===========*/

.about-area {
    padding: 130px 0px 155px;
}

.about-title {
    color: #fff;
}

.about-title h2 {
    font: 600 30px/50px "Poppins", sans-serif;
    letter-spacing: 0.40px;
    text-transform: uppercase;
}

.about-title h4 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    opacity: 0.70;
}

.about-text p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}


/*============ End home3 about area css ===========*/


/*--============ start expertise-2-area css===========--*/

.expertise-2-area {
    padding: 92px 0px 0px;
}

.expertise2 {
    padding-top: 5px;
}

.expertise2 .expertise-media {
    margin-bottom: 96px;
}

.expertise2 .expertise-media .media-left span {
    color: #f1b200;
}

.expertise2 .expertise-media .media-body .title {
    font-size: 16px;
    color: #191b1d;
}

.expertise2 .expertise-media .media-body .title:hover {
    color: #f1b200;
}


/*--============ End expertise-2-area css===========--*/


/*============ Start expreence-area css ==============*/

.exprence-items {
    font-family: "Poppins", sans-serif;
    padding: 0px 17px 0px 20px;
}

.exprence-items h4 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.exprence-items h4:before {
    content: attr(data-line);
    width: 100%;
    top: -12px;
    left: 0;
    font-size: 72px;
    color: #f9f9f9;
    position: absolute;
    font-weight: 700;
    z-index: -1;
}

.exprence-items .title {
    font: 600 18px "Poppins", sans-serif;
    color: #191b1d;
    text-transform: capitalize;
    padding: 5px 0px;
}

.exprence-items h5 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    font-weight: 600;
    font-style: italic;
}

.exprence-items p {
    color: #677077;
    padding-top: 13px;
}


/*============ End expreence-area css ==============*/


/*==============Start about-two-area css =================*/

.about-two-area {
    padding: 135px 0px 126px;
}

.about-two-area .sec-title3 {
    margin-bottom: 0px;
}

.about-two-area .container {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-two-area .sec-title3 {
    margin-bottom: 40px;
}

.about-two-area h3 {
    font: 300 22px "Poppins", sans-serif;
    color: #ababab;
    padding-bottom: 35px;
}

.about-two-area p {
    color: #666666;
}

.about-two-area .header-contact-infos {
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 35px;
    overflow: hidden;
}

.about-two-content {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-two-content .sec-title3 {
    margin-bottom: 40px;
}

.about-two-content h3 {
    font: 300 22px "Poppins", sans-serif;
    color: #ababab;
    padding-bottom: 35px;
}

.about-two-content p {
    color: #666666;
}

.about-two-content .header-contact-infos {
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 35px;
    overflow: hidden;
}


/*==============End about-two-area css =================*/


/*=====Start skill-two-area css =========*/

.skill-two-area {
    padding: 135px 0px 110px;
}

.skill-two-area .skill-text {
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.row_margin_top .progress-element {
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.row_margin_top .progress-element .pr-item {
    margin-top: 0px;
    margin-bottom: 40px;
}

.pr-item {
    margin-top: 40px;
}

.bt-skill-item {
    margin-top: 40px;
}

.bt-skill {
    margin-top: 5px;
}

.bt-skill .bt-skillholder {
    background: #cfcfcf;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 5px;
}

.bt-skill .bt-skillholder .bt-skillbar {
    height: 5px;
    float: left;
    background: #f1b200;
    border-radius: 5px;
}


/*=====End skill-two-area css =========*/


/*=====Start expertise-three-area css =========*/

.expertise-three-area {
    background: #f1b200;
    padding: 134px 0px 103px;
}

.expertise-item {
    color: #fff;
    padding: 17px 60px 40px;
}

.expertise-item span {
    font-size: 36px;
    padding-bottom: 20px;
    display: block;
}

.expertise-item .title {
    color: #fff;
    padding-bottom: 15px;
}

.expertise-item p {
    color: rgba(255, 255, 255, 0.7);
}

.experience-two-area {
    background: #f8f9fb;
}

.experience-two-area .row-experience {
    position: relative;
    z-index: 1;
}

.experience-two-area .row-experience + .row-experience {
    margin-top: 40px;
}

.experience-two-area .ex-content {
    overflow: visible;
    background: #fff;
    padding: 35px 50px;
    box-shadow: 0px 15px 30px 0px rgba(0, 11, 40, 0.06);
}

.experience-two-area .ex-content .media-left {
    width: 260px;
}

.experience-two-area .ex-content .media-body {
    padding-right: 80px;
    width: calc(100% - 260px);
}


/*=========== dark index-5 css ===========*/

.dk-bg-light {
    background: #2b2c2c !important;
}

.dk-bg-light .about-title {
    color: #999;
}

.dk-bg-light .about-title h4 {
    color: #666666;
    opacity: 0.85;
}

.dk-bg-light .about-text p {
    color: #666666;
}


/*================= dk-bg expertise-2-area  css===========*/

.dk-bg .expertise2 .expertise-media .media-body .title {
    color: #999;
}

.dk-bg .expertise2 .expertise-media .media-body .title:hover {
    color: #f1b200;
}

.dk-bg .expertise2 .expertise-media .media-body p {
    color: #666666;
}


/*============= expreence-area dk-bg css =============*/

.expreence-area.dk-bg .exprence-items h4:before {
    color: #353636;
}

.expreence-area.dk-bg .exprence-items .title {
    color: #999;
}

.expreence-area.dk-bg .exprence-items p {
    color: #666666;
}

.dk-bg .header-contact-infos {
    border-color: #555;
}


/*====================================================*/


/*====================================================*/


/*---------- portfolio css ----------*/

.mfp-title {
    line-height: 30px;
}

.mfp-title small {
    line-height: 20px;
}

.portfolio-filter {
    padding-bottom: 55px;
}

.portfolio-filter li {
    display: inline-block;
    margin-right: 35px;
    color: #606060;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.5s;
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
    color: #13b1cf;
}

.portfolio-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.portfolio-grid .portfolio-item {
    padding: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

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

.portfolio-grid .portfolio-item .portfolio-image:before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: -moz-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -webkit-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -ms-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    opacity: 0;
    transition: all 0.4s linear;
}

.portfolio-grid .portfolio-item .portfolio-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-grid .portfolio-item .portfolio-image .texts {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
    padding: 0px 35px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5 {
    font: 600 15px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5:before {
    content: '';
    width: 35px;
    height: 2px;
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
}

.portfolio-grid .portfolio-item .portfolio-image .texts p {
    font: 600 13px "Poppins", sans-serif;
    padding-top: 9px;
    color: #fff;
}

.portfolio-grid .portfolio-item .portfolio-image:hover:before {
    opacity: 0.70;
    z-index: 0;
}

.portfolio-grid .portfolio-item .portfolio-image:hover .texts {
    opacity: 1;
}


/*------------Start dark portfolio css ----------*/

.dark-bg .portfolio-filter li {
    color: #999;
}

.dark-bg .portfolio-filter li:hover {
    color: #f1b200;
}

.dark-bg .portfolio-filter li.active {
    color: #f1b200;
}

.dark-bg .portfolio-filter li + li:before {
    color: #666666;
}


/*------------End dark portfolio css ----------*/


/*------------Start portfolio-three-area css ----------*/

.portfolio-three-area .portfolio-filter {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}


/*------------End portfolio-three-area css ----------*/


/*------------- Start testimonials css  -------------*/

.testimonial-quotes {
    display: block;
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    line-height: 90px;
    font-size: 125px;
    color: #fcedc3;
}

.testimonial-carousel {
    text-align: center;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot.active {
    background: #f1b200;
}

.testimonial-item p {
    color: #666666;
    font-style: italic;
    padding-bottom: 40px;
}

.testimonial-item .title {
    font-size: 13px;
    line-height: 30px;
}

.testimonial-item h5 {
    font: 400 14px "Poppins", sans-serif;
    color: #666666;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .testimonial-quotes {
    color: #666666;
}

.dark-bg .testimonial-item p {
    color: #999;
}

.dark-bg .testimonial-item .title {
    color: #666666;
}

.dark-bg .testimonial-item .title:hover {
    color: #f1b200;
}

.dark-bg .testimonial-item h5 {
    color: #777777;
}

.dark-bg .owl-dots .owl-dot {
    background: #666666;
}

.dark-bg .owl-dots .owl-dot.active {
    background: #f1b200;
}

.dark-bg .sec-p {
    color: #999;
}


/*------------End dark testimonials css ----------*/


/*------------Start testimonial-two-area css ----------*/

.testimonial-two-area {
    background: #f1b200;
    padding: 135px 0px 142px;
}

.testimonial-two-area .sec-title3 {
    text-align: center;
}

.testimonial-two-area .sec-title3 h2 {
    color: #fff;
}

.testimonial-two-area .sec-title3 h2:before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    background: #fff;
}

.testimonial-two-area .sec-title3 h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.testimonial-two-area .sec-title3 p {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-quotes {
    color: rgba(255, 255, 255, 0.3);
}

.testimonial-two-area .testimonial-slider .testimonial-item {
    max-width: 780px;
    margin: 0 auto;
}

.testimonial-two-area .testimonial-slider .testimonial-item .title {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-item p {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .testimonial-item h5 {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot {
    background: #f5c94d;
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------End testimonial-two-area css ----------*/


/*------------Start awards css --------------*/

.awards {
    padding-top: 43px;
    padding-bottom: 117px;
}

.award-item {
    padding-right: 61px;
    margin-top: 77px;
}

.award-item img {
    margin-bottom: 30px;
}

.award-item h5 {
    font: 600 15px "Poppins", sans-serif;
    color: #777777;
    padding: 8px 0px 26px;
}

.award-item p {
    line-height: 28px;
}


/*------------End awards css --------------*/


/*------------Start awards-two-area css --------------*/


/*
.awards-two-area {
    padding: 135px 0px 146px;
}
*/

.awards-two-area .award-item {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}


/*------------End awards-two-area css --------------*/


/*------------- profiles css -------------*/

.profiles {
    padding-top: 50px;
    padding-bottom: 113px;
}

.col-profile {
    padding-right: 45px;
    margin-top: 72px;
}

.col-profile img {
    max-height: 40px;
    filter: grayscale(100%);
    margin-bottom: 35px;
    transition: all 0.5s linear;
}

.col-profile .title {
    padding-bottom: 13px;
    transition: all 0.5s linear;
}

.col-profile:hover img {
    filter: grayscale(0);
}

.col-profile:hover .title {
    color: #f1b200;
}


/*------------Start dark profiles css ----------*/

.dark-bg .col-profile .title {
    color: #777777;
}

.dark-bg .col-profile:hover .title {
    color: #f1b200;
}


/*------------End dark profiles css ----------*/


/*------------Start profiles-two-area css ----------*/


/*
.profiles-two-area {
    padding: 134px 0px 142px;
}
*/

.profiles-two-area .col-profile {
    padding-left: 38px;
    margin-top: 17px;
    position: relative;
    z-index: 1;
}


/*------------End profiles-two-area css ----------*/

.portfolio-2-area .section-title {
    margin-bottom: 50px;
}

.portfolio-2-filter {
    text-align: center;
    padding-bottom: 10px;
}

.portfolio-2-filter li {
    font-size: 15px;
    color: #677077;
    font-weight: 400;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.portfolio-2-filter li:before {
    content: attr(data-letters);
    position: absolute;
    color: #191b1d;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.portfolio-2-filter li:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #191b1d;
    transition: all 0.4s linear;
}

.portfolio-2-filter li + li {
    margin-left: 50px;
}

.portfolio-2-filter li:hover:before {
    width: 100%;
}

.portfolio-2-filter li:hover:after {
    width: 100%;
}

.portfolio-2-filter li.active:before {
    width: 100%;
}

.portfolio-2-filter li.active:after {
    width: 100%;
}

.gallery-item {
    margin-top: 40px;
}

.gallery-item a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(241, 178, 0, 0.7);
    opacity: 0;
    position: absolute;
    z-index: 0;
    transition: all 0.3s linear;
}

.gallery-item a:after {
    content: "\e61a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    speak: none;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
    opacity: 0;
    transform: scale(0.2, 0.2) translate3d(0, 30%, 0);
    transition: all 0.3s cubic-bezier(0.53, 0.01, 0.18, 1);
}

.gallery-item a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.gallery-item .text {
    background: #fff;
    text-align: center;
    padding: 33px 0px;
}

.gallery-item .text h2 {
    font: 400 16px "Poppins", sans-serif;
    color: #444444;
    text-transform: uppercase;
}

.gallery-item .text p {
    color: #999999;
}

.gallery-item:hover a:before,
.gallery-item:hover a:after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}

.dk-bg-light .portfolio-2-filter li:before {
    color: #999;
}

.dk-bg-light .portfolio-2-filter li:after {
    background: #999;
}

.dk-bg-light .gallery-item .text {
    background: #2f3030;
}

.dk-bg-light .gallery-item .text h2 {
    color: #999;
}

.dk-bg-light .gallery-item .text p {
    color: #666666;
}


/*====================================================*/


/*====================================================*/


/*========= Start blog-section css ============*/

.blog-item .blog-thumb {
    display: block;
    height: 240px;
}

.blog-item .blog-thumb img {
    transition: all 0.4s linear;
}

.blog-item .blog-date {
    font: 400 14px "Poppins", sans-serif;
    color: #999;
    padding-bottom: 18px;
}

.blog-item .title {
    color: #191b1d;
    padding-bottom: 16px;
    text-transform: capitalize;
    transition: all 0.4s linear;
}

.blog-item p {
    line-height: 28px;
}

.blog-item .text {
    padding: 33px 0;
}

.blog-item:hover .title {
    color: #f1b200;
}

.blog-item:hover img {
    transform: scale(1.1);
}


/*========= End blog-section css ============*/


/*===========Start blog-area css ===========*/

.blog-2-item {
    font-family: "Poppins", sans-serif;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(74, 76, 75, 0.08);
    margin-top: 5px;
}

.blog-2-item .blog-img {
    display: block;
    height: 265px;
}

.blog-2-item .content {
    padding: 35px 61px 60px 30px;
}

.blog-2-item .content h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    color: #4c4949;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}

.blog-2-item .content h4:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #f1b200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-2-item .content h2 {
    font-size: 18px;
    line-height: 30px;
    color: #272525;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 2px;
    transition: all 0.5s linear;
}

.blog-2-item .content h2:hover {
    color: #f1b200;
}

.blog-2-item .content h5 {
    font-size: 14px;
    line-height: 30px;
    color: #5f5a5a;
    font-weight: 400;
}

.blog-2-item .content h5 span {
    color: #999999;
    padding-left: 12px;
}

.blog-2-item .content p {
    font: 400 15px/28px "Poppins", sans-serif;
    color: #706b6b;
    padding-top: 16px;
}

.blog-2-item .content p.more a:hover {
    color: #f1b200;
}


/*===========End blog-area css ===========*/

.blog-two-area {
    background: #f1b200;
    padding: 134px 0px 140px;
}

.blog-carousel2 .blog-item .text {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-carousel2 .owl-dots {
    margin-top: 70px;
}

.blog-carousel2 .owl-dots .owl-dot {
    background: #f5c94d;
}

.blog-carousel2 .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .blog-item .text {
    background: #444444;
}

.dark-bg .blog-item .text .title {
    color: #ccc;
}

.dark-bg .blog-item .text .sec-p {
    color: #aaa;
}

.dark-bg .blog-item .text:hover .title {
    color: #f1b200;
}


/*------------End dark testimonials css ----------*/


/*============= start clients css ============*/

.clients .sec-pad {
    padding-top: 70px;
}

.client-logo {
    margin-top: 60px;
}

.client-logo {
    margin-top: 60px;
}

.client-logo a {
    display: block;
}

.client-logo a img {
    max-width: 100%;
    width: auto;
    opacity: 0.4;
    transition: opacity 0.5s ease;
}

.client-logo a:hover img,
.client-logo a:focus img {
    opacity: 1;
}


/*============= End clients css ============*/


/*============= start dark clients css ============*/

.dark-bg .client-logo a {
    display: block;
}

.dark-bg .client-logo a img {
    opacity: 0.5;
}


/*============= End dark clients css ============*/

.clients-two-area {
    margin: 0 auto -120px;
    padding: 0 0 50px;
    width: 100%;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    background-color: none;
    box-shadow: none;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.clients-two-area .sec-title3 {
    margin-bottom: 0px;
}

.clients-two-area .clients-slider {
    position: relative;
    z-index: 2;
}

.clients-two-area .clients-slider .client-logo {
    text-align: center;
    margin-top: 0;
}

.clients-two-area .clients-slider .client-logo a {
    display: inline-block;
}

.clients-two-area .clients-slider .client-logo a img {
    width: 100%;
    padding: 0 30px;
}


/*===============blog-area dk-bg-light css ============*/

.blog-area.dk-bg-light .blog-2-item .content {
    background: #2f3030;
    transition: all 0.4s linear;
}

.blog-area.dk-bg-light .blog-2-item .content h4 {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content h2 {
    color: #999;
}

.blog-area.dk-bg-light .blog-2-item .content h2:hover {
    color: #f1b200;
}

.blog-area.dk-bg-light .blog-2-item .content h5 {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content h5 span {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item .content p {
    color: #666666;
}

.blog-area.dk-bg-light .blog-2-item:hover .content {
    background-color: #2f3030;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}


/*====================================================*/


/*====================================================*/


/*============= Start contact area css ============*/

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form .form-group .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.25s ease;
    padding: 6px 25px;
    height: 60px;
    color: #555;
    box-shadow: none;
    width: 100%;
}

.contact-form .form-group .form-control.placeholder {
    color: #999;
}

.contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact-form .form-group .form-control:focus {
    border-color: #f1b200;
}

.contact-form .form-group textarea.form-control {
    height: 250px;
    padding-top: 16px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit {
    margin-top: 29px;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0px 63px;
    height: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #999;
    transition: all 0.4s linear;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit,
.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit {
    border-color: #f1b200;
    color: #f1b200;
    transition: all 200ms;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit:hover,
.contact-form input.wpcf7-form-control.wpcf7-submit.contact-submit:focus {
    border-color: #f1b200;
    color: #ffffff;
    background: #f1b200;
}

.contact-submit-progress {
    font-size: 18px;
    color: #f1b200;
    padding: 0px 20px;
}

.contact-submit-message {
    font: 500 15px/24px "Poppins", sans-serif;
    color: #999;
    max-width: 320px;
    position: absolute;
    bottom: 8px;
    right: 100px;
}

.contact-infos {
    border-top: 1px solid #eeeeee;
    margin-top: 80px;
}

.contact-infos .header-contact-info {
    padding-bottom: 0px;
}


/*============= End contact area css ============*/


/*============= start dark contact area css ============*/

.dark-bg .contact-form .form-group label {
    color: #777777;
}

.dark-bg .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dark-bg .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.dark-bg .contact-form button {
    border-color: #666;
}

.dark-bg .contact-form button:hover {
    border-color: #f1b200;
}

.dark-bg .contact-infos {
    border-color: #444;
}


/*============= End dark contact area css ============*/

.contact-form2 .contact-form {
    text-align: center;
}

.contact-form2 .contact-form .form-group {
    margin-bottom: 50px;
    text-align: left;
}

.contact-form2 .contact-form .form-group label {
    color: #0d0d0d;
}

.contact-form2 .contact-form .form-group .form-control {
    border-color: #ced3d4;
}

.contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:hover,
.contact-form2 .contact-form .form-group .form-control:focus {
    border-color: #f1b200;
}

.contact-form2 .contact-form .form-group textarea.form-control {
    height: 320px;
    padding: 21px 33px;
    resize: none;
}


/*=========== Start contact-two-area css ===========*/

.contact-two-area .contact-infos .header-contact-info + .header-contact-info {
    padding-left: 193px;
}

.contact-two-area .contact-form button {
    border-color: #e0e0e0;
}

.contact-two-area .contact-form button:hover {
    border-color: #f1b200;
}


/*=========== End contact-two-area css ===========*/

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group label {
    color: #999;
}

.dk-bg .contact-form button {
    border-color: #666;
    color: #999;
}

.dk-bg .contact-form button:hover {
    border-color: #f1b200;
    color: #f1b200;
    background: transparent;
}

.contact-two-area.dk-bg-light button {
    border-color: #555;
}

.contact-two-area.dk-bg-light button:hover {
    border-color: #f1b200;
}

.dk-bg-light .contact-infos {
    border-color: #555;
}

.dk-bg-light .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.validation-error {
    border-color: red !important;
}

.validation-valid {
    border-color: #f1b200 !important;
}


/*====================================================*/


/*====================================================*/


/*=================== Start services-area css ================*/

.services-slider .service-item {
    text-align: center;
    padding: 0px 30px;
}

.services-slider .service-item i {
    font-size: 60px;
    color: #f1b200;
}

.services-slider .service-item .title {
    font-size: 20px;
    color: #333333;
    padding: 22px 0px 16px;
}

.services-slider .service-item .title:hover {
    color: #f1b200;
}

.services-slider .service-item p {
    line-height: 28px;
    color: #677077;
}

.services-slider .owl-dots .owl-dot {
    background: #e5e5e5;
}

.services-slider .owl-dots .owl-dot.active {
    background: #f1b200;
}


/*============ End services-area css ============*/


/*============ Start fact-area css ============*/

.fan-fact-area {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

a.copyright:hover {
    color: #f1b200;
}

.overlay-paralax-pos-rel {
    position: relative;
}

.smith-bg-paralax {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: -1;
    opacity: 0.15;
    background-attachment: fixed !important;
}

.fact-item {
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.fact-item i {
    display: block;
    font-size: 50px;
    margin-bottom: 27px;
}

.fact-item span {
    font-size: 42px;
    line-height: 62px;
    font-weight: 600;
}

.fact-item h4 {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}


/*============ End fact-area css ============*/

.dk-bg .services-slider .service-item .title {
    color: #999;
}

.dk-bg .services-slider .service-item .title:hover {
    color: #f1b200;
}

.dk-bg .services-slider .service-item p {
    color: #666666;
}


/*=========== fan-fact-area dk-bg css ==========*/

.fan-fact-area.dk-bg-light {
    background: url(../image/home3/fact-bg.jpg) no-repeat scroll center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.fan-fact-area.dk-bg-light:before {
    background: rgba(43, 44, 44, 0.9);
}

.fan-fact-area.dk-bg-light .fact-item i,
.fan-fact-area.dk-bg-light .fact-item span,
.fan-fact-area.dk-bg-light .fact-item h4 {
    color: #999;
}


/*====================================================*/


/*====================================================*/

.col-avatar {
    width: calc(50% - 135px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    float: left;
}

.col-avatar .prot-image {
    height: 100%;
}

.col-avatar .prot-image .avatar {
    height: 100%;
}

.sc-wel-section .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
}

#home .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#home .frame .container-fluid {
    width: 100%;
}

#home .frame .column_full {
    display: flex;
    height: calc(94vh);
    position: relative;
}

#home .frame .column_full .wel-content {
    align-self: center;
}

#home .frame .column_full .wpb_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

#home .frame .column_full .wel-content .header-contact-infos {
    left: 0;
}


/*.section_full .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
}*/

.wrapper {
    width: calc(50% + 135px);
    float: right;
}

.wrapper .frame {
    max-width: 880px;
    padding: 90px 0px 90px 80px;
}

#fp-nav.right {
    right: 33px;
}

#fp-nav ul li {
    width: 100%;
    height: 100%;
    margin: 10px 7px;
}

#fp-nav ul li a {
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

#fp-nav ul li a span {
    background: transparent;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a:hover {
    border-color: #f1b200;
}

#fp-nav ul li a:hover span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active {
    border-color: #f1b200;
}

#fp-nav ul li a.active span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active:hover {
    border-color: #f1b200;
}

#fp-nav ul li a.active:hover span {
    background: #f1b200;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}


/*============Start sc-about css =============*/

.sc-about .sec-title2,
.sc-skills .sec-title2 {
    padding-bottom: 36px;
}


/*============Start sc-awards css =============*/

.sc-awards .sec-title2 {
    padding-bottom: 0px;
}

.sc-awards .award-item {
    margin-top: 47px;
}


/*============Start sc-profile css =============*/

.sc-profile .sec-title2 {
    padding-bottom: 0px;
}

.sc-profile .col-profile {
    margin-top: 50px;
    padding-bottom: 22px;
}


/*============Start sc-portfolio css =============*/

.sc-portfolio .sec-title2 {
    padding-bottom: 40px;
}

.sc-portfolio .portfolio-filter {
    padding-bottom: 24px;
}


/*============Start sc-blog css =============*/

.sc-blog .blog-item .text {
    background: #fafafa;
}


/*============Start sc-contact css =============*/

.sc-contact .sec-title2 {
    padding-bottom: 41px;
}

.sc-contact .contact-infos {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 35px;
}

.sc-contact .contact-infos .header-contact-info {
    padding-top: 0px;
}

.frame .contact-infos {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 35px;
}

.frame .contact-infos .header-contact-info {
    padding-top: 0px;
}


/*============ home 4 dark css ===========*/

.dk-bg .title {
    color: #777;
}

.dk-bg .title:hover {
    color: #f1b200;
}

.dk-bg .sec-title2 h2 {
    color: #999;
}

.dk-bg .sec-title2 h6 {
    color: #777;
}

.dk-bg .sc-about .about-content p {
    color: #999;
}

.dk-bg .sc-skills .skill-content p {
    color: #999;
}

.dk-bg .sc-skills .progress-element .skill-info .skill-name {
    color: #999;
}

.dk-bg .sc-expertise .expertise-media .media-body p {
    color: #999;
}

.dk-bg .sc-experience .ex-content p,
.dk-bg .sc-education .ex-content p {
    color: #999;
}

.dk-bg .sc-awards p {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li:hover {
    color: #f1b200;
}

.dk-bg .sc-profile p {
    color: #999;
}

.dk-bg .sc-testimonial .testimonial-item p {
    color: #999;
}

.dk-bg .sc-blog .blog-item .title {
    color: #191b1d;
}

.dk-bg .sc-blog .blog-item .title:hover {
    color: #f1b200;
}

.dk-bg .sc-contact .contact-form .form-group label {
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control.placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control:-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #666666;
}


/*====================================================*/


/*====================================================*/

.column-wrap {
    float: right;
    width: 64%;
    position: relative;
}

.column-wrap section {
    min-height: 100vh;
    display: flex;
    padding-left: 82px;
}

.column-wrap .container {
    max-width: 765px;
    width: 100%;
    margin: 0 auto 0px 0px;
    padding: 0px;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
}

.column-wrap .scroll-nav-holder {
    display: none;
}

.scroll-con-sec .sec-title {
    text-align: left;
    padding-bottom: 49px;
}

.scroll-con-sec .sec-title h2:before {
    left: 0;
    right: auto;
}

.scroll-con-sec .sec-title h6 {
    margin-left: 0px;
}

.scroll-con-sec .header-contact-info + .header-contact-info {
    padding-left: 55px;
}

.scroll-con-sec.awards_sec .sec-title {
    padding-bottom: 0px;
}

.scroll-con-sec .blog-item .text {
    background: #fff;
}

.scroll-con-sec.dk-bg .contact-form .form-group .form-control {
    background: transparent;
    border-color: #282828;
}

.scroll-con-sec.dk-bg .contact-infos {
    border: 0px;
}


/*====================================================*/


/*====================================================*/


/*------------ Start footer css -------------*/

.footer-area .col-left {
    padding-top: 0px !important;
}

.footer-area .sec-title {
    padding-top: 0px;
}

.footer-area .sec-title h6 {
    font-size: 14px;
    line-height: 83px;
    font-style: normal;
}

.footer-bottom h6 + p,
.footer-area .sec-title h6 + p {
    display: none;
}

.f-right {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.f-right .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-links {
    align-self: center;
}

.footer-links a {
    display: block;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: color 0.25s ease;
}

.footer-links li {
    display: block;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #f1b200;
}

.footer-links a + a {
    margin-left: 40px;
}

.footer-links li + li {
    margin-left: 25px;
}

.footer-links li {
    list-style: none;
}

.footer-social {
    align-self: center;
}

.footer-social a {
    font-size: 18px;
    color: #aaaaaa;
    transition: color 0.25s ease;
}

.footer-social a:hover {
    color: #f1b200;
}

.footer-social a + a {
    margin-left: 15px;
}


/*------------ End footer css -------------*/


/*==========Start footer-area2 css =============*/

.footer-area2 {
    text-align: center;
    background: #323232;
    color: rgba(255, 255, 255, 0.3);
}

.footer-top {
    padding: 120px 0px 70px;
}

.footer-top .f-logo {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color: #999;
}

.footer-top p {
    line-height: 32px;
    max-width: 565px;
    margin: 36px auto 42px;
}

.footer-top .f-social li {
    display: inline-block;
    padding: 0px 3px;
}

.footer-top .f-social li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    background: #282828;
    text-align: center;
    line-height: 48px;
    display: block;
    border-radius: 50%;
    transition: all 0.4s linear;
}

.footer-top .f-social li a:hover {
    background: #f1b200;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 21px 0px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s linear;
}

.footer-bottom a:hover {
    color: #f1b200;
}

.error_404_page {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    height: 100vh;
    text-align: center;
}

.error_404_page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    background-image: -webkit-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    background-image: -ms-linear-gradient(-15deg, #F1B26D 0%, #f1b200 100%);
    opacity: 0.95;
    z-index: -1;
}

.error_404_page .slider-subcribe {
    padding-top: 200px;
    color: #fff;
}

.error_404_page .slider-text h2 {
    font-size: 250px;
    font-family: 'Dancing Script', cursive;
}

.error_404_page .slider-text p {
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
}

.error_404_page .error_404_button .sub_btn-two {
    font-family: 'Dancing Script', cursive;
    border-radius: 40px 40px 40px 40px;
    border-color: #fff;
    margin-top: 20px;
    padding: 15px 30px 15px 30px;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.error_404_page .error_404_button .sub_btn-two:hover {
    border-color: #f1b200;
    background: #fff;
    color: #f1b200;
}


/*==========End footer-area2 css =============*/

.footer-area3 {
    width: 100%;
    position: relative;
    z-index: 4;
}

.footer-area3 .bg-color .col-right:before {
    left: 33px;
}

body.admin-bar .navbar {
    margin-top: 32px !important;
}

@media (max-width: 991px) {
    body.admin-bar .row_padding_top {
        padding-top: 64px !important;
    }
}


/*====================================================*/


/*# sourceMappingURL=style.css.map */


/* custom style  */

.ma_LR {
    margin: 0 80px;
}

.m_pad_right {
    padding-right: 115px;
}

.cus_bor::before {
    display: none;
}

.sec-title3.sec_left_border.sec-left h2:after {
    left: 0;
    transform: translateX(0);
}

.skill_wrap {
    background: #f8f9fb;
    padding: 115px 0 85px;
}


/* working_single_item   */

.workingProsessWrap {
    padding-top: 105px;
}

.working_single_item {
    border: 2px solid #f0f3f7;
    padding: 52px 56px 45px;
    background: #fff;
    transition: all 0.5s;
    margin-bottom: 115px;
}

.working_single_item .icon {
    color: #022144;
    font-size: 40px;
    padding: 13px 0 40px;
    transition: all 0.5s;
}

.working_single_item .working_item_title {
    font: 600 20px/28px "Poppins", sans-serif;
    color: #022144;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0;
}

.working_single_item .working_details {
    font: 300 16px/28px "Poppins", sans-serif;
    color: #808899;
    margin: 0 auto 25px;
    max-width: 270px;
    width: 100%;
}

.working_single_item .btnGroup .btnMore {
    font: 500 15px/26px "Poppins", sans-serif;
    color: #808899;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.working_single_item:hover {
    border-color: #fec110;
    border-width: 6px;
    box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.1);
    padding: 48px 48px 39px;
}

.working_single_item:hover .icon {
    color: #fec110;
}

.working_single_item .btnGroup .btnMore span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.working_single_item .btnGroup .btnMore:hover {
    color: #fec110;
    padding-right: 30px;
}

.working_single_item .btnGroup .btnMore:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #fec110;
    transition: all 0.2s linear;
    opacity: 0;
}

.working_single_item .btnGroup .btnMore:hover:before {
    opacity: 1;
    width: 100%;
}


/* available_for_freelanching  */

.available_for_freelanching {
    position: relative;
    background-image: url(../image/shape.png);
    padding: 115px 0 115px;
    background-size: cover;
    background-color: #fec110;
}

.available_for_freelanching .overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -webkit-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -ms-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    opacity: 0.85;
}

.available_title {
    font: 700 50px/66px "Poppins", sans-serif;
    color: #fff;
    margin: 0;
}

.available_title span {
    font-weight: 400;
}

.available_for_freelanching .contactMe .btnContact {
    color: #fec110;
    font: 600 18px/28px "Poppins", sans-serif;
    box-shadow: 0px 10px 20px 0px rgba(0, 32, 38, 0.14);
    background: #fff;
    border-radius: 0;
    padding: 17px 47px;
    transition: all 0.5s;
}

.available_for_freelanching .contactMe .btnContact:hover {
    box-shadow: none;
}

.downloadResume {
    color: #fec110;
    font: 500 15px/28px "Poppins", sans-serif;
    border: 2px solid #fec110;
    background: #fafbfc;
    padding: 15px 28px;
    margin-top: 80px;
    display: inline-block;
    transition: all 0.5s;
}

.downloadResume:hover {
    background: #fec110;
    color: #fff;
}

.about_wrap {
    padding: 120px 0 130px;
}

.about_wrap.mak_about_wrap {
    padding: 130px 0 170px;
}

.about_wrap .about_content {
    text-align: left;
}

.about_wrap .about_content .sec-title3 {
    margin-bottom: 73px;
}

.about_wrap .about_content .sec-title3 h2 {
    font: 700 34px/40px "Poppins", sans-serif;
    color: #022144;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.about_wrap .about_content .sec-title3 h2 span {
    font-weight: 400;
}

.about_wrap .about_content .sec-title3 p {
    font: 400 16px/28px "Poppins", sans-serif;
    color: #808899;
}

.about_wrap .about_content .about_details .about_details_item {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.about_wrap .about_content .about_details .about_details_item .ab_icon {
    float: left;
    max-width: 70px;
    width: 25%;
}

.about_wrap .about_content .about_details .about_details_item .ab_icon i {
    font-size: 34px;
    color: #020e27;
}

.about_wrap .about_content .about_details .about_details_item .ab_details {
    width: 75%;
    float: left;
}

.about_wrap .about_content .about_details .about_details_item .ab_details h5 {
    font: 500 18px/26px "Poppins", sans-serif;
    color: #022144;
    margin-top: 0;
    margin-bottom: 10px;
}

.about_wrap .about_content .about_details .about_details_item .ab_details p {
    font: 300 16px/28px "Poppins", sans-serif;
    color: #808899;
}

.about_wrap .about_content .portfolioLink .portfolio {
    font: 500 15px/20px "Poppins", sans-serif;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-image: -moz-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -webkit-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    background-image: -ms-linear-gradient(40deg, #fec110 0%, #fbd214 100%);
    transition: all 0.5s;
    padding: 17px 36px;
    box-shadow: 0px 10px 20px 0px rgba(57, 42, 0, 0.14);
}

.about_wrap .about_content .portfolioLink .portfolio:hover {
    box-shadow: none;
}

.about_wrap .about_img_content {
    position: relative;
}

.about_wrap .about_img_content:before {
    position: absolute;
    content: "";
    bottom: -40px;
    right: -40px;
    width: 140px;
    height: 550px;
    background-color: #feb633;
    /*z-index: -1;*/
}

.about_wrap .about_img_content .about_right_img {
    position: relative;
    overflow: hidden;
}

.about_wrap .about_img_content .about_right_img .t_name {
    font-size: 200px;
    font-weight: 900;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 100px;
    left: -250px;
}

.header_box .navbar.mak_navbar_header {
    background-color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 21, 44, 0.08), 0px -1px 0px 0px rgba(0, 21, 44, 0.04);
}

.latest_work_wrap.bg_gray {
    padding: 105px 0 115px;
}

.expertise_pad {
    padding: 115px 0 65px;
}

.expertise_pad .sec-title3 {
    margin-bottom: 90px;
}

.blog-item {
    box-shadow: 0px 4px 6px 0px rgba(0, 12, 29, 0.08);
    margin-bottom: 70px;
    transition: all 0.5s;
}

.blog-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 12, 29, 0.1);
}

.fun_fact_wrap {
    position: relative;
    background-image: url(../image/fan_bg.png);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 163px 0 153px;
}

.fun_fact_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 32, 53, 0.8);
}

.fun_fact_wrap .fun_fact_item .fan_count {
    font: 700 50px/36px "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 14px;
}

.fun_fact_wrap .fun_fact_item .fan_title {
    font: 500 16px/36px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.blog_wrap {
    padding: 115px 0 60px;
}

.blog_wrap .text .catagory {
    color: #fec110;
    font: 500 14px/30px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.blog_wrap .text .catagory:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #fec110;
}

.blog_wrap .text .title {
    color: #022144;
    font: 400 20px/30px "Poppins", sans-serif;
    padding-bottom: 0;
}

.blog_wrap .text .publish {
    margin-bottom: 15px;
    margin-top: 10px;
}

.blog_wrap .text .publish span {
    margin-right: 17px;
}

.blog_wrap .text .publish .author {
    color: #022144;
    font: 400 14px/30px "Poppins", sans-serif;
}

.blog_wrap .text .publish .blog-date {
    color: #8a8fa3;
    font: 400 14px/30px "Poppins", sans-serif;
}

.blog_wrap .text p {
    color: #8a8fa3;
    font: 300 16px/28px "Poppins", sans-serif;
    margin-bottom: 10px;
}

.contact_wrap {
    padding: 115px 0 130px;
}

.contact_wrap .sec-title3 {
    margin-bottom: 75px;
}

.contact_wrap .contact-form .form-group {
    margin-bottom: 30px;
}

.contact_wrap .contact-form .submit_btn {
    font-size: 14px;
    padding: 22px 38px;
    font-weight: 500;
    color: #fff;
    background: #fec110;
    transition: all 0.5s;
    border: 1px solid #fec110;
    margin-top: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: none;
}

.contact_wrap .contact-form .submit_btn:hover {
    color: #fec110;
    background: transparent;
}

.footeer_padLess.footer_light {
    padding-top: 0;
}

.count_sec.sec-title3 h2 {
    color: #022144;
    font: 700 34px/40px "Poppins", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
}

.count_sec.sec-title3 h2:before {
    width: 50px;
}

.count_sec.sec-title3 p {
    color: #8a8fa3;
    font: 400 14px/20px "Poppins", sans-serif;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.expertise_dark.expertise-three-area {
    background: #031427;
}

.award_wrap .award-item {
    text-align: center;
    padding: 50px 40px 65px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 11, 40, 0.06);
    transition: all 0.5s;
}

.award_wrap .award-item:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 11, 40, 0.06);
}

.award_wrap .award-item h5 {
    font-weight: 300;
    font-style: italic;
}

.gray_color {
    color: #8a8fa3 !important;
}

.w_color {
    color: #fff !important;
}

.portfolio_filter.portfolio-filter li {
    color: #022144;
    border-bottom: 1px solid transparent;
}

.portfolio_filter.portfolio-filter li.active {
    border-color: #fec110;
}

.portfolio_filter.portfolio-filter li::before {
    display: none;
}

.portfolio-grid .portfolio-item .portfolio-image .texts {
    padding: 0 40px;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h3 {
    font: 600 20px/14px "Poppins", sans-serif;
    color: #fff;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h6 {
    color: #fff;
    font: 400 15px/40px "Poppins", sans-serif;
}

.mak_about_wrap .about_content {
    padding-right: 0;
}

.mak_about_wrap .about_content p {
    padding-right: 50px;
}

.sec-title3 h2.under_line::before {
    width: 100px;
}

.sec-title3 h2.under_line:after {
    top: auto;
}

.sec-title3.text_trans h2 {
    text-transform: inherit;
    letter-spacing: 0;
}

.about_shape_bg.about_img_shap {
    padding-left: 160px;
    padding-top: 90px;
}

.cus_filter .filter_menu li {
    border-bottom: 1px solid transparent;
}

.cus_filter .filter_menu li.active {
    border-color: #feb633;
}

.cus_filter .filter_menu li:before {
    display: none;
}

.cus_filter .filter_item {
    border-radius: 0;
}

.cus_filter .filter_item .hover_content {
    border-radius: 0;
}

.cus_filter .filter_item .hover_content a.lightbox {
    margin: 0 auto 5px;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    transition: all 0.5s linear;
}

.cus_filter .filter_item .hover_content a.lightbox i {
    font-weight: 900;
}

.cus_filter .filter_item .hover_content h4 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.pt60 {
    padding-top: 60px;
}

.br0 {
    border-radius: 0;
}

.cus_expertise .media {
    align-items: flex-start;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.experience_hover .experience_single_item {
    border: 1px solid #edecec;
    border-right: none;
    margin-top: 20px;
    padding: 0;
    transition: all 0.3s;
}

.experience_hover .experience_single_item:last-child {
    border-right: 1px solid #edecec;
}

.experience_hover .experience_single_item:hover .experience_item .ex_here,
.experience_hover .experience_single_item:hover .experience_item .ex_date,
.experience_hover .experience_single_item:hover .experience_item .ex_title,
.experience_hover .experience_single_item:hover .experience_item .sec_details {
    color: #fff;
}

.navbar.mak_navbar_header {
    box-shadow: none;
}

.exp_wrap .experience-date {
    font-style: normal;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #022144;
}

.exp_wrap .ex-content h5 {
    font-style: normal;
}

.news_two_wrap .blog-item {
    box-shadow: none;
}

.news_two_wrap .blog-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 12, 29, 0.1);
}

.con_info_wrap .info_title {
    color: #022144;
    font: 500 20px/26px "Poppins", sans-serif;
    margin-bottom: 30px;
    margin-top: 5px;
}

.con_info_wrap .con_info_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.con_info_wrap .con_info_menu li {
    color: #727b86;
    display: flex;
    margin-bottom: 37px;
}

.con_info_wrap .con_info_menu li span {
    display: inline-block;
}

.con_info_wrap .con_info_menu li .icon {
    margin-right: 10px;
    font-size: 20px;
}

.con_info_wrap .con_info_menu li .con_info_text {
    font-size: 16px;
}

.con_info_wrap .con_info_menu li .con_info_text a {
    color: #727b86;
    display: block;
}

.con_info_wrap .followTitle {
    color: #022144;
    font: 400 18px/20px "Poppins", sans-serif;
    margin-bottom: 10px;
}

.con_info_wrap .followLink {
    margin: 0;
    padding: 0;
    list-style: none;
}

.con_info_wrap .followLink li {
    display: inline-block;
    margin: 0 10px;
}

.con_info_wrap .followLink li:first-child {
    margin-left: 0;
}

.con_info_wrap .followLink li a {
    color: #727b86;
    transition: all 0.5s;
}

.con_info_wrap .followLink li a:hover {
    color: #fec110;
}


/*====================================================*/


/*====================================================*/

.p0 {
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.row.m0 {
    margin: 0px;
}

body {
    font: 400 15px/30px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #777777;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

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

section,
footer {
    overflow: hidden;
}

section.row,
footer.row {
    margin: 0;
}

section.active {
    height: 100% !important;
    max-height: 100%;
    overflow-y: scroll;
}

.sec-pad {
    padding-top: 111px;
    padding-bottom: 114px;
}

.sec-title {
    text-align: right;
    padding-right: 39px;
}

.sec-title h2 {
    font: 500 23px "Poppins", sans-serif;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    color: #666;
    position: relative;
    padding-top: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

.sec-title h2:before {
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fec110;
}

.sec-title h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
}

@media (min-width: 1200px) {
    .sec-title h6 {
        margin-left: -300px;
    }
}

.sec-title2 {
    padding-bottom: 49px;
}

.sec-title2 h2 {
    font: 500 25px "Poppins", sans-serif;
    color: #454646;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sec-title2 h2:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #fec110;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-title2 h6 {
    font: 400 17px "Poppins", sans-serif;
    font-style: italic;
    color: #999;
    padding-top: 15px;
}

.title {
    font: 500 18px "Poppins", sans-serif;
    color: #022144;
    text-transform: uppercase;
    transition: all 0.4s linear;
    margin: 0;
}

.title:hover {
    color: #fec110;
}

.section-title {
    max-width: 610px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-title h2 {
    font: 600 30px/45px "Poppins", sans-serif;
    color: #191b1d;
    letter-spacing: 0.40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.section-title h2:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fec110;
}

.section-title p {
    font: 400 15px/28px "Poppins", sans-serif;
    color: #706b6b;
    padding-top: 22px;
}

.sec-title.dk h2 {
    color: #999;
}

.sec-title.dk h6 {
    color: #666;
}

.sec-title3 {
    margin-bottom: 63px;
    text-align: center;
}

.sec-title3 h2 {
    font: 700 36px "Poppins", sans-serif;
    color: #022144;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 30px;
    z-index: 1;
    margin-top: 0;
}

.sec-title3 h2:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fec110;
}

.sec-title3 h2.under_line:after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #fec110;
}

.sec-title3.count_sec h2:after {
    content: attr(data-line);
    width: 100%;
    font-size: 300px;
    top: -50px;
    color: #f3f5f8;
    font-weight: 700;
    position: absolute;
    left: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 0px;
    z-index: -1;
}

.sec-title3.count_sec p {
    max-width: 100%;
}

.sec-title3 p {
    font: 400 16px/28px "Poppins", sans-serif;
    color: #808899;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.sec-title3 p.full_width {
    max-width: 100%;
}

.sec-title3.sec-left {
    text-align: left;
}

.sec-title3.sec-left h2:before {
    left: 0;
    transform: translateX(0);
}

.sec-title3.sec-left h2:after {
    left: -11px;
}

.sec-title3.sec-right {
    text-align: right;
}

.sec-title3.sec-right h2:before {
    right: 0;
    transform: translateX(0);
    left: auto;
}

.sec-title3.sec-right h2:after {
    left: auto;
    right: -20px;
}

.sec-title3.sec-right p {
    color: #999999;
}

.sec-title3.sec-right.white-color h2 {
    color: #fff;
}

.sec-title3.sec-right.white-color h2:before {
    background: #fff;
}

.sec-title3.sec-right.white-color h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.sec-title3.sec-right.white-color p {
    color: #fff;
}

.bg-c {
    background: #fdfdfd;
}

.sec-title3.dk-color h2 {
    color: #999;
}

.sec-title3.dk-color h2:after {
    color: rgba(102, 102, 102, 0.07);
}

.sec-title3.dk-color p {
    color: #666;
}


/*====================================================*/


/*====================================================*/


/*============ Start light color css ==============*/

.wel-section .col-left,
.wel-section .col-right {
    justify-content: center;
}

@media (min-width: 992px) {
    .wel-section .col-left,
    .wel-section .col-right {
        height: 100vh;
    }
}

.col-left,
.col-right {
    display: flex;
    flex-direction: column;
}

.col-left {
    position: relative;
    padding-top: 120px;
}

.col-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 100%;
    width: 2000px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fafbfb;
}

.bg-color .col-left:before {
    background: #f6f7f7;
}

.bg-color .col-right {
    position: relative;
}

.bg-color .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #fdfdfd;
}

@media (min-width: 992px) {
    .col-left::before {
        right: -16px;
        border: none;
        transform: none;
    }
    .display-f {
        display: flex;
    }
}

.col-right {
    padding-left: 98px;
    position: relative;
}


/*============ End light color css ==============*/


/*========= Start wel-section css ============*/

.wel-social {
    margin-top: 40px;
}

.wel-social a {
    color: #aaaaaa;
    transition: color 0.25s ease;
    font-size: 20px;
    margin-left: 16px;
}

.wel-social a:hover {
    color: #fec110;
}

.wel-content {
    font-family: "Poppins", sans-serif;
}

.hello-t {
    font-size: 20px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 2px;
}

.name-t {
    font-size: 70px;
    line-height: 80px;
    color: #fec110;
    text-transform: uppercase;
    font-weight: 300;
}

.name-t span {
    font-weight: 600;
}

.expart-n {
    padding-top: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #666;
    padding-left: 2px;
}

.header-contact-infos {
    border-top: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
    left: 98px;
}

.header-contact-info {
    font: 400 15px "Open Sans", sans-serif;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 33px 0px;
    transition: all 0.4s linear;
}

.header-contact-info i {
    padding-right: 10px;
}

.header-contact-info:hover,
.header-contact-info:focus {
    color: #fec110;
}

.header-contact-info + .header-contact-info {
    padding-left: 55px;
}


/*========= End wel-section css ============*/


/*--------------- Start dark-bg color css --------------*/

.dark-bg .col-left:before {
    background: #2b2c2c;
    border-color: #2b2c2c;
}

.dark-bg .col-right {
    position: relative;
}

.dark-bg .col-right:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #2d2e2e;
}

.dark-bg.bg-color .col-left:before {
    background: #292a2a;
}

.dark-bg.bg-color .col-right:before {
    background-color: #2b2c2c;
}


/*============ End dark-bg color css ==============*/


/*========= Start dark wel-section css ============*/

.dark-bg .wel-social a {
    color: #666;
}

.dark-bg .wel-social a:hover {
    color: #fec110;
}

.dark-bg .wel-content .header-contact-infos {
    border-color: #444;
}


/*========= End dark wel-section css ============*/


/*=================== Start hero-section css ================*/

.hero-section {
    position: relative;
    padding-top: 75px;
}

.hero-section .static {
    position: static;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;
}

.hero-content .hello-t {
    color: #666;
    padding-bottom: 8px;
}

.hero-content .name-t {
    color: #fec110;
    font-size: 60px;
    line-height: 70px;
}

.hero-content .expart-n {
    font-weight: 500;
    padding-top: 9px;
    color: #555;
}

.hero-content p {
    color: #555;
    font: 400 15px/32px "Poppins", sans-serif;
    padding-left: 2px;
    padding-top: 50px;
    padding-bottom: 44px;
}

.hero-content .downlod-btn {
    font: 600 16px/28px "Open Sans", sans-serif;
    color: #fec110;
    text-transform: uppercase;
    padding: 0px;
}

.hero-content .downlod-btn i {
    padding-left: 10px;
    transition: all 0.9s linear;
}

.hero-content .downlod-btn span {
    position: relative;
}

.hero-content .downlod-btn span:before {
    content: attr(data-letters);
    position: absolute;
    color: #555;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hero-content .downlod-btn:hover i {
    color: #555;
}

.hero-content .downlod-btn:hover span:before {
    width: 100%;
}


/*=================== End hero-section css ================*/

.dk-bg {
    background: #2d2e2e;
}

.dk-bg .hero-content .hello-t {
    color: #999;
}

.dk-bg .hero-content .expart-n {
    color: #666;
}

.dk-bg .hero-content p {
    color: #666;
}

.dk-bg .hero-content .downlod-btn {
    color: #999;
}

.dk-bg .hero-content .downlod-btn span:before {
    color: #fec110;
}

.dk-bg .hero-content .downlod-btn:hover i {
    color: #fec110;
}

.section-title.dk-gray-sec h2 {
    color: #999;
}

.section-title.dk-gray-sec p {
    color: #666;
}

.hero-wrap {
    padding-left: 80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, #fff 36%);
    position: relative;
    z-index: 5;
}

.hero-wrap .hero_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-wrap .hero_content .header-contact-infos {
    position: relative;
    padding-top: 40px;
    left: 0;
    border: 0px;
}

.hero-wrap .hero_content .header-contact-infos .header-contact-info {
    display: block;
    padding: 12px 0px;
}

.hero-wrap .bg_img {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.hero-wrap .bg_img img {
    vertical-align: bottom;
}

.example {
    padding-left: 80px;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #fafbfb 36%, #fff 36%);
    position: relative;
    z-index: 5;
}

.fixed-column {
    position: fixed;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    padding-left: 80px;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.fixed-column .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.fixed-column .fl-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    transition: all 0.5s linear;
}

.fixed-column .fl-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.fixed-column .bg-title {
    position: absolute;
    bottom: -17%;
    left: 45%;
    font-size: 80px;
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transform: rotate(-90deg);
    transform-origin: left top;
    color: #fff;
    line-height: 140px;
}

.fixed-column .bg-title span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/*====================================================*/


/*====================================================*/


/*============ Start about css =============*/

.about-content {
    padding-right: 25px;
}

.about-content p + p {
    margin-top: 30px;
}


/*============ End about css =============*/


/*============ Start skill css =============*/

.progress-element {
    padding-top: 0;
}

.progress-element .skill-info {
    display: block;
}

.progress-element .skill-info .skill-name {
    display: inline-block;
    font: 500 14px "Poppins", sans-serif;
    color: #022144;
    text-transform: uppercase;
    margin: 0;
}

.progress-element .skill-info .skill-val {
    display: inline-block;
    float: right;
    font: 600 15px "Poppins", sans-serif;
    color: #fec110;
}

.progress-element .progress {
    margin-top: 10px;
    height: 5px;
    background-color: #cfcfcf;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 38px;
}

.progress-element .progress .progress-bar {
    display: block;
    height: 100%;
    border-radius: 2px;
    background: #fec110;
    transition: width 0.9s ease;
    box-shadow: none;
}


/*============ End skill css =============*/


/*========== Start dark skill css ============*/

.dark-bg .skill-content p {
    color: #999;
}

.dark-bg .progress-element .progress {
    background: #666;
}

.dark-bg .progress-element .skill-info .skill-name {
    color: #999;
}

.dark-bg .title {
    color: #999;
}

.dark-bg .title:hover {
    color: #fec110;
}

.dark-bg .ex-content p {
    color: #999;
}

.dark-bg .ex-content:before {
    background: #666;
}

.dark-bg .ex-content:after {
    border: 2px solid #666;
}

.dk-bg-light .ex-content:before {
    background: #666;
}

.dk-bg .ex-content:before {
    background: #666;
}


/*========== End dark skill css ============*/


/*=============Start expertise css ================*/

.expertise .sec-pad {
    padding-bottom: 59px;
}

.expertise-media {
    margin-top: 0px;
    margin-bottom: 55px;
}

.expertise-media .media-left {
    padding-right: 32px;
}

.expertise-media .media-left span {
    font-size: 36px;
    color: #fec110;
}

.expertise-media .media-body {
    padding-right: 35px;
}

.expertise-media .media-body h4 {
    text-transform: capitalize;
}

.expertise-media .media-body p {
    padding-top: 11px;
}


/*=========== End expertise css ===========*/


/*=========== Start experiences css ===========*/

.row-experience + .row-experience {
    margin-top: 65px;
}

.row-experience:last-child .ex-content:before {
    display: none;
}

.ex-content {
    position: relative;
}

.ex-content:before {
    content: '';
    position: absolute;
    top: 22px;
    width: 2px;
    background-color: #eeeeee;
    height: calc(100% + 49px);
    left: calc(-50px + 6px);
}

.ex-content:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -55px;
    background-image: -moz-linear-gradient(40deg, #f0ba1d 0%, #fbd214 100%);
    background-image: -webkit-linear-gradient(40deg, #f0ba1d 0%, #fbd214 100%);
    background-image: -ms-linear-gradient(40deg, #f0ba1d 0%, #fbd214 100%);
    box-shadow: 0px 14px 20px 0px rgba(254, 193, 16, 0.4);
}

.ex-content .title {
    font-size: 20px;
    color: #022144;
    margin: 0;
}

.ex-content h5 {
    margin-bottom: 18px;
    padding-top: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fec110;
    margin-top: 0;
}

.ex-content p {
    color: #808899;
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
}


/*=========== End experiences css ===========*/


/*============ Start home3 about area css ===========*/

.about-area {
    background: #fec110;
    padding: 130px 0px 155px;
}

.about-title {
    color: #fff;
}

.about-title h2 {
    font: 600 30px/50px "Poppins", sans-serif;
    letter-spacing: 0.40px;
    text-transform: uppercase;
}

.about-title h4 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    opacity: 0.70;
}

.about-text p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}


/*============ End home3 about area css ===========*/


/*--============ start expertise-2-area css===========--*/

.expertise-2-area {
    padding: 92px 0px 0px;
}

.expertise2 {
    padding-top: 5px;
}

.expertise2 .expertise-media {
    margin-bottom: 96px;
}

.expertise2 .expertise-media .media-left span {
    color: #fec110;
}

.expertise2 .expertise-media .media-body .title {
    font-size: 16px;
    color: #191b1d;
}

.expertise2 .expertise-media .media-body .title:hover {
    color: #fec110;
}


/*--============ End expertise-2-area css===========--*/


/*============ Start expreence-area css ==============*/

.exprence-items {
    font-family: "Open Sans", sans-serif;
    padding: 0px 17px 0px 20px;
}

.exprence-items h4 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.exprence-items h4:before {
    content: attr(data-line);
    width: 100%;
    top: -12px;
    left: 0;
    font-size: 72px;
    color: #f9f9f9;
    position: absolute;
    font-weight: 700;
    z-index: -1;
}

.exprence-items .title {
    font: 600 18px "Open Sans", sans-serif;
    color: #191b1d;
    text-transform: capitalize;
    padding: 5px 0px;
}

.exprence-items h5 {
    font-size: 15px;
    line-height: 28px;
    color: #677077;
    font-weight: 600;
    font-style: italic;
}

.exprence-items p {
    color: #677077;
    padding-top: 13px;
}


/*============ End expreence-area css ==============*/


/*==============Start about-two-area css =================*/

.about-two-area {
    padding: 135px 0px 126px;
}

.about-two-area .sec-title3 {
    margin-bottom: 0px;
}

.about-two-content {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-two-content .sec-title3 {
    margin-bottom: 40px;
}

.about-two-content h3 {
    font: 300 22px "Poppins", sans-serif;
    color: #ababab;
    padding-bottom: 35px;
}

.about-two-content p {
    color: #666;
}

.about-two-content .header-contact-infos {
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 35px;
    overflow: hidden;
}


/*==============End about-two-area css =================*/


/*=====Start skill-two-area css =========*/

.skill-two-area {
    padding: 135px 0px 110px;
}

.skill-two-area .skill-text {
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.skill-two-area .progress-element {
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.skill-two-area .progress-element .pr-item {
    margin-top: 0px;
    margin-bottom: 40px;
}

.pr-item {
    margin-bottom: 40px;
    margin-top: 0;
}

.bt-skill-item {
    margin-top: 40px;
}

.bt-skill {
    margin-top: 5px;
}

.bt-skill .bt-skillholder {
    background: #e7ebf1;
    display: block;
    height: 8px;
    width: 100%;
    border-radius: 0px;
}

.bt-skill .bt-skillholder .bt-skillbar {
    height: 8px;
    float: left;
    border-radius: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
}


/*=====End skill-two-area css =========*/


/*=====Start expertise-three-area css =========*/

.expertise-three-area {
    background: #fec110;
    padding: 134px 0px 103px;
}

.expertise-item {
    color: #fff;
    padding: 17px 60px 40px;
}

.expertise-item span {
    font-size: 36px;
    padding-bottom: 20px;
    display: block;
}

.expertise-item .title {
    color: #fff;
    padding-bottom: 15px;
}

.expertise-item p {
    color: rgba(255, 255, 255, 0.7);
}

.experience-two-area {
    padding: 115px 0px 130px;
}

.experience-two-area .row-experience {
    position: relative;
    z-index: 1;
}

.experience-two-area .row-experience + .row-experience {
    margin-top: 47px;
}

.experience-two-area .ex-content {
    overflow: visible;
}

.experience-two-area .ex-content .media-left {
    width: 260px;
}

.experience-two-area .ex-content .media-body {
    padding-right: 80px;
    width: calc(100% - 260px);
}

.exp_wrap .sec-title3 h2 {
    margin-bottom: 80px;
}


/*=========== dark index-5 css ===========*/

.dk-bg-light {
    background: #2b2c2c !important;
}

.dk-bg-light .about-title {
    color: #999;
}

.dk-bg-light .about-title h4 {
    color: #666;
    opacity: 0.85;
}

.dk-bg-light .about-text p {
    color: #666;
}


/*================= dk-bg expertise-2-area  css===========*/

.dk-bg .expertise2 .expertise-media .media-body .title {
    color: #999;
}

.dk-bg .expertise2 .expertise-media .media-body .title:hover {
    color: #fec110;
}

.dk-bg .expertise2 .expertise-media .media-body p {
    color: #666;
}


/*============= expreence-area dk-bg css =============*/

.expreence-area.dk-bg .exprence-items h4:before {
    color: #353636;
}

.expreence-area.dk-bg .exprence-items .title {
    color: #999;
}

.expreence-area.dk-bg .exprence-items p {
    color: #666;
}

.dk-bg .header-contact-infos {
    border-color: #555;
}


/*====================================================*/


/*====================================================*/


/*---------- portfolio css ----------*/

.mfp-title {
    line-height: 30px;
}

.mfp-title small {
    line-height: 20px;
}

.portfolio-filter {
    padding-bottom: 55px;
}

.portfolio-filter li {
    display: inline-block;
    font: 600 12px/18px "Poppins", sans-serif;
    color: #677077;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s linear;
}

.portfolio-filter li:hover {
    color: #fec110;
}

.portfolio-filter li + li:before {
    content: "/";
    width: 1px;
    height: 100%;
    color: #cccccc;
    margin: 0px 22px 0px 18px;
}

.portfolio-filter li.active {
    color: #fec110;
}

.portfolio-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.portfolio-grid .portfolio-item {
    padding: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.portfolio-grid .portfolio-item .portfolio-image:before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: #d69303;
    opacity: 0;
    transition: all 0.4s linear;
}

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

.portfolio-grid .portfolio-item .portfolio-image .texts {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
    padding: 0px 35px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5 {
    font: 600 15px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.portfolio-grid .portfolio-item .portfolio-image .texts h5:before {
    content: '';
    width: 35px;
    height: 2px;
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
}

.portfolio-grid .portfolio-item .portfolio-image .texts p {
    font: 600 13px "Open Sans", sans-serif;
    padding-top: 9px;
}

.portfolio-grid .portfolio-item .portfolio-image:hover:before {
    opacity: 0.70;
    z-index: 0;
}

.portfolio-grid .portfolio-item .portfolio-image:hover .texts {
    opacity: 1;
}


/*------------Start dark portfolio css ----------*/

.dark-bg .portfolio-filter li {
    color: #999;
}

.dark-bg .portfolio-filter li:hover {
    color: #fec110;
}

.dark-bg .portfolio-filter li.active {
    color: #fec110;
}

.dark-bg .portfolio-filter li + li:before {
    color: #666;
}


/*------------End dark portfolio css ----------*/


/*------------Start portfolio-three-area css ----------*/

.portfolio-three-area {
    padding: 135px 0px 135px;
}

.portfolio-three-area .portfolio-filter {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}


/*------------End portfolio-three-area css ----------*/


/*------------- Start testimonials css  -------------*/

.testimonial-quotes {
    display: block;
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    line-height: 90px;
    font-size: 125px;
    color: #fcedc3;
}

.testimonial-carousel {
    text-align: center;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot.active {
    background: #fec110;
}

.testimonial-item p {
    color: #666;
    font-style: italic;
    padding-bottom: 40px;
}

.testimonial-item .title {
    font-size: 13px;
    line-height: 30px;
}

.testimonial-item h5 {
    font: 400 14px "Open Sans", sans-serif;
    color: #666;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .testimonial-quotes {
    color: #666;
}

.dark-bg .testimonial-item p {
    color: #999;
}

.dark-bg .testimonial-item .title {
    color: #666;
}

.dark-bg .testimonial-item .title:hover {
    color: #fec110;
}

.dark-bg .testimonial-item h5 {
    color: #777777;
}

.dark-bg .owl-dots .owl-dot {
    background: #666;
}

.dark-bg .owl-dots .owl-dot.active {
    background: #fec110;
}

.dark-bg .sec-p {
    color: #999;
}


/*------------End dark testimonials css ----------*/


/*------------Start testimonial-two-area css ----------*/

.testimonial-two-area {
    background: #fec110;
    padding: 135px 0px 142px;
}

.testimonial-two-area .sec-title3 {
    text-align: center;
}

.testimonial-two-area .sec-title3 h2 {
    color: #fff;
}

.testimonial-two-area .sec-title3 h2:before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    background: #fff;
}

.testimonial-two-area .sec-title3 h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.testimonial-two-area .sec-title3 p {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-quotes {
    color: rgba(255, 255, 255, 0.3);
}

.testimonial-two-area .testimonial-slider .testimonial-item {
    max-width: 780px;
    margin: 0 auto;
}

.testimonial-two-area .testimonial-slider .testimonial-item .title {
    color: #fff;
}

.testimonial-two-area .testimonial-slider .testimonial-item p {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .testimonial-item h5 {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot {
    background: #f5c94d;
}

.testimonial-two-area .testimonial-slider .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------End testimonial-two-area css ----------*/


/*------------Start awards css --------------*/

.awards {
    padding-top: 43px;
    padding-bottom: 117px;
}

.award-item {
    padding-right: 61px;
    margin-top: 77px;
}

.award-item img {
    margin-bottom: 30px;
}

.award-item h5 {
    font: 600 15px "Open Sans", sans-serif;
    color: #777777;
    padding: 8px 0px 26px;
}

.award-item p {
    line-height: 28px;
}


/*------------End awards css --------------*/


/*------------Start awards-two-area css --------------*/

.awards-two-area {
    padding: 135px 0px 146px;
}

.awards-two-area .award-item {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}


/*------------End awards-two-area css --------------*/


/*------------- profiles css -------------*/

.profiles {
    padding-top: 50px;
    padding-bottom: 113px;
}

.col-profile {
    padding-right: 45px;
    margin-top: 72px;
}

.col-profile img {
    max-height: 40px;
    filter: grayscale(100%);
    margin-bottom: 35px;
    transition: all 0.5s linear;
}

.col-profile .title {
    padding-bottom: 13px;
    transition: all 0.5s linear;
}

.col-profile:hover img {
    filter: grayscale(0);
}

.col-profile:hover .title {
    color: #fec110;
}


/*------------Start dark profiles css ----------*/

.dark-bg .col-profile .title {
    color: #777777;
}

.dark-bg .col-profile:hover .title {
    color: #fec110;
}


/*------------End dark profiles css ----------*/


/*------------Start profiles-two-area css ----------*/

.profiles-two-area {
    padding: 134px 0px 142px;
}

.profiles-two-area .col-profile {
    padding-left: 38px;
    margin-top: 17px;
    position: relative;
    z-index: 1;
}


/*------------End profiles-two-area css ----------*/

.portfolio-2-area {
    background: #f7f8fa;
}

.portfolio-2-area .section-title {
    margin-bottom: 50px;
}

.portfolio-2-filter {
    text-align: center;
    padding-bottom: 10px;
}

.portfolio-2-filter li {
    font-size: 15px;
    color: #677077;
    font-weight: 400;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.portfolio-2-filter li:before {
    content: attr(data-letters);
    position: absolute;
    color: #191b1d;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.portfolio-2-filter li:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #191b1d;
    transition: all 0.4s linear;
}

.portfolio-2-filter li + li {
    margin-left: 50px;
}

.portfolio-2-filter li:hover:before {
    width: 100%;
}

.portfolio-2-filter li:hover:after {
    width: 100%;
}

.portfolio-2-filter li.active:before {
    width: 100%;
}

.portfolio-2-filter li.active:after {
    width: 100%;
}

.gallery-item {
    margin-top: 40px;
}

.gallery-item a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(241, 178, 0, 0.7);
    opacity: 0;
    position: absolute;
    z-index: 0;
    transform: opacity .2s ease-in-out;
}

.gallery-item a:after {
    content: "\e61a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    speak: none;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
    opacity: 0;
    transform: scale(0.2, 0.2) translate3d(0, 30%, 0);
    transition: all 0.3s cubic-bezier(0.53, 0.01, 0.18, 1);
}

.gallery-item a img {
    max-width: 100%;
    width: 100%;
}

.gallery-item .text {
    background: #fff;
    text-align: center;
    padding: 33px 0px;
}

.gallery-item .text h2 {
    font: 400 16px "Poppins", sans-serif;
    color: #444444;
    text-transform: uppercase;
}

.gallery-item .text p {
    color: #999999;
}

.gallery-item:hover a:before,
.gallery-item:hover a:after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}

.dk-bg-light .portfolio-2-filter li:before {
    color: #999;
}

.dk-bg-light .portfolio-2-filter li:after {
    background: #999;
}

.dk-bg-light .gallery-item .text {
    background: #2f3030;
}

.dk-bg-light .gallery-item .text h2 {
    color: #999;
}

.dk-bg-light .gallery-item .text p {
    color: #666;
}


/*====================================================*/


/*====================================================*/


/*========= Start blog-section css ============*/

.blog-item .blog-thumb {
    display: block;
    height: 240px;
    overflow: hidden;
}

.blog-item .blog-thumb img {
    transition: all 0.4s linear;
}

.blog-item .blog-date {
    font: 400 14px "Open Sans", sans-serif;
    color: #999;
    font-style: italic;
    padding-bottom: 18px;
}

.blog-item .title {
    color: #191b1d;
    padding-bottom: 16px;
    text-transform: capitalize;
    transition: all 0.4s linear;
}

.blog-item p {
    line-height: 28px;
}

.blog-item .text {
    padding: 33px 35px;
}

.blog-item:hover .title {
    color: #fec110;
}

.blog-item:hover img {
    transform: scale(1.1);
}


/*========= End blog-section css ============*/


/*===========Start blog-area css ===========*/

.blog-area {
    background: #f8f8f8;
}

.blog-2-item {
    font-family: "Poppins", sans-serif;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(74, 76, 75, 0.08);
    margin-top: 5px;
}

.blog-2-item .blog-img {
    display: block;
    height: 265px;
}

.blog-2-item .content {
    padding: 35px 61px 60px 30px;
}

.blog-2-item .content h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    color: #4c4949;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}

.blog-2-item .content h4:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #fec110;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-2-item .content h2 {
    font-size: 18px;
    line-height: 30px;
    color: #272525;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 2px;
    transition: all 0.5s linear;
}

.blog-2-item .content h2:hover {
    color: #fec110;
}

.blog-2-item .content h5 {
    font-size: 14px;
    line-height: 30px;
    color: #5f5a5a;
    font-weight: 400;
}

.blog-2-item .content h5 span {
    color: #999999;
    padding-left: 12px;
    font-style: italic;
}

.blog-2-item .content p {
    font: 400 15px/28px "Open Sans", sans-serif;
    color: #706b6b;
    padding-top: 16px;
}


/*===========End blog-area css ===========*/

.blog-two-area {
    background: #fec110;
    padding: 134px 0px 140px;
}

.blog-two-area .blog-carousel2 .blog-item .text {
    background: #fff;
}

.blog-two-area .blog-carousel2 .owl-dots {
    margin-top: 70px;
}

.blog-two-area .blog-carousel2 .owl-dots .owl-dot {
    background: #f5c94d;
}

.blog-two-area .blog-carousel2 .owl-dots .owl-dot.active {
    background: #fff;
}


/*------------Start dark testimonials css ----------*/

.dark-bg .blog-item .text {
    background: #444444;
}

.dark-bg .blog-item .text .title {
    color: #ccc;
}

.dark-bg .blog-item .text .sec-p {
    color: #aaa;
}

.dark-bg .blog-item .text:hover .title {
    color: #fec110;
}


/*------------End dark testimonials css ----------*/


/*============= start clients css ============*/

.clients .sec-pad {
    padding-top: 70px;
}

.clients .clients-slider .client-logo {
    margin-top: 60px;
}

.clients-slider .client-logo {
    margin-top: 60px;
}

.clients-slider .client-logo a {
    display: block;
}

.clients-slider .client-logo a img {
    max-width: 100%;
    width: auto;
    opacity: 0.4;
    transition: opacity 0.5s ease;
}

.clients-slider .client-logo a:hover img,
.clients-slider .client-logo a:focus img {
    opacity: 1;
}


/*============= End clients css ============*/


/*============= start dark clients css ============*/

.dark-bg .client-logo a {
    display: block;
}

.dark-bg .client-logo a img {
    opacity: 0.5;
}


/*===============blog-area dk-bg-light css ============*/

.blog-area.dk-bg-light .blog-2-item .content {
    background: #2f3030;
    transition: all 0.4s linear;
}

.blog-area.dk-bg-light .blog-2-item .content h4 {
    color: #666;
}

.blog-area.dk-bg-light .blog-2-item .content h2 {
    color: #999;
}

.blog-area.dk-bg-light .blog-2-item .content h2:hover {
    color: #fec110;
}

.blog-area.dk-bg-light .blog-2-item .content h5 {
    color: #666;
}

.blog-area.dk-bg-light .blog-2-item .content h5 span {
    color: #666;
}

.blog-area.dk-bg-light .blog-2-item .content p {
    color: #666;
}

.blog-area.dk-bg-light .blog-2-item:hover .content {
    background-color: #2f3030;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}


/*====================================================*/


/*====================================================*/


/*============= Start contact area css ============*/

.contact_wrap .contact-form {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form .form-group label {
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #022144;
}

.contact-form .form-group .form-control {
    border: none;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.25s ease;
    padding: 6px 25px;
    height: 60px;
    color: #555;
    box-shadow: 0px 3px 4px 0px rgba(0, 12, 29, 0.06);
    margin-bottom: 30px;
}

.contact-form .form-group .form-control.placeholder {
    color: #acafbd;
}

.contact-form .form-group .form-control:-moz-placeholder {
    color: #acafbd;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #acafbd;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #acafbd;
}

.contact-form .form-group .form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(0, 12, 29, 0.1);
}

.contact-form .form-group textarea.form-control {
    height: 200px;
    padding-top: 16px;
}

.contact-form button {
    margin-top: 29px;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0px 63px;
    height: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #999;
    transition: all 0.4s linear;
}

.contact-form button:hover,
.contact-form button:focus {
    border-color: #fec110;
    color: #fec110;
}

.contact-submit-progress {
    font-size: 18px;
    color: #fec110;
    padding: 0px 20px;
}

.contact-submit-message {
    font: 500 15px/24px "Open Sans", sans-serif;
    color: #999;
    max-width: 320px;
    position: absolute;
    bottom: 8px;
    right: 100px;
}

.contact-infos {
    border-top: 1px solid #eeeeee;
    margin-top: 80px;
}

.contact-infos .header-contact-info {
    padding-bottom: 0px;
}


/*============= End contact area css ============*/


/*============= start dark contact area css ============*/

.dark-bg .contact-form .form-group label {
    color: #777777;
}

.dark-bg .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dark-bg .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.dark-bg .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.dark-bg .contact-form button {
    border-color: #666;
}

.dark-bg .contact-form button:hover {
    border-color: #fec110;
}

.dark-bg .contact-infos {
    border-color: #444;
}


/*============= End dark contact area css ============*/

.contact-form2 .contact-form {
    text-align: center;
}

.contact-form2 .contact-form .form-group {
    margin-bottom: 50px;
    text-align: left;
}

.contact-form2 .contact-form .form-group label {
    color: #0d0d0d;
}

.contact-form2 .contact-form .form-group .form-control {
    border-color: #ced3d4;
}

.contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #a8acaf;
}

.contact-form2 .contact-form .form-group .form-control:hover,
.contact-form2 .contact-form .form-group .form-control:focus {
    border-color: #fec110;
}

.contact-form2 .contact-form .form-group textarea.form-control {
    height: 320px;
    padding: 21px 33px;
    resize: none;
}


/*=========== Start contact-two-area css ===========*/

.contact-two-area {
    padding: 135px 0px 142px;
}

.contact-two-area .contact-infos .header-contact-info + .header-contact-info {
    padding-left: 193px;
}

.contact-two-area .contact-form button {
    border-color: #e0e0e0;
}

.contact-two-area .contact-form button:hover {
    border-color: #fec110;
}


/*=========== End contact-two-area css ===========*/

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control.placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}

.contact-area.dk-bg .contact-form2 .contact-form .form-group label {
    color: #999;
}

.dk-bg .contact-form button {
    border-color: #666;
    color: #999;
}

.dk-bg .contact-form button:hover {
    border-color: #fec110;
    color: #fec110;
    background: transparent;
}

.contact-two-area.dk-bg-light button {
    border-color: #555;
}

.contact-two-area.dk-bg-light button:hover {
    border-color: #fec110;
}

.dk-bg-light .contact-infos {
    border-color: #555;
}

.dk-bg-light .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.validation-error {
    border-color: red !important;
}

.validation-valid {
    border-color: #f1b200 !important;
}


/*====================================================*/


/*====================================================*/


/*=================== Start services-area css ================*/

.services-slider .service-item {
    text-align: center;
    padding: 0px 30px;
}

.services-slider .service-item i {
    font-size: 60px;
    color: #fec110;
}

.services-slider .service-item .title {
    font-size: 20px;
    color: #333333;
    padding: 22px 0px 16px;
}

.services-slider .service-item .title:hover {
    color: #fec110;
}

.services-slider .service-item p {
    line-height: 28px;
    color: #677077;
}

.services-slider .owl-dots .owl-dot {
    background: #e5e5e5;
}

.services-slider .owl-dots .owl-dot.active {
    background: #fec110;
}


/*============ End services-area css ============*/


/*============ Start fact-area css ============*/

.fan-fact-area {
    background: url(../image/home3/fact-bg.jpg) no-repeat scroll center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.fan-fact-area:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(241, 178, 0, 0.8);
    position: absolute;
    z-index: -1;
}

.fact-item {
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.fact-item i {
    display: block;
    font-size: 50px;
    margin-bottom: 27px;
}

.fact-item span {
    font-size: 42px;
    line-height: 62px;
    font-weight: 600;
}

.fact-item h4 {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}


/*============ End fact-area css ============*/

.dk-bg .services-slider .service-item .title {
    color: #999;
}

.dk-bg .services-slider .service-item .title:hover {
    color: #fec110;
}

.dk-bg .services-slider .service-item p {
    color: #666;
}


/*=========== fan-fact-area dk-bg css ==========*/

.fan-fact-area.dk-bg-light {
    background: url(../image/home3/fact-bg.jpg) no-repeat scroll center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.fan-fact-area.dk-bg-light:before {
    background: rgba(43, 44, 44, 0.9);
}

.fan-fact-area.dk-bg-light .fact-item i,
.fan-fact-area.dk-bg-light .fact-item span,
.fan-fact-area.dk-bg-light .fact-item h4 {
    color: #999;
}


/*====================================================*/


/*====================================================*/

.col-avatar {
    width: calc(50% - 135px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    float: left;
}

.col-avatar .prot-image {
    height: 100%;
}

.col-avatar .prot-image .avatar {
    height: 100%;
}

.sc-wel-section .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    position: relative;
}

.wrapper {
    width: calc(50% + 135px);
    float: right;
}

.wrapper .frame {
    max-width: 880px;
    padding: 90px 0px 90px 80px;
}

#fp-nav.right {
    right: 33px;
}

#fp-nav ul li {
    width: 100%;
    height: 100%;
    margin: 10px 7px;
}

#fp-nav ul li a {
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

#fp-nav ul li a span {
    background: transparent;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a:hover {
    border-color: #fec110;
}

#fp-nav ul li a:hover span {
    background: #fec110;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active {
    border-color: #fec110;
}

#fp-nav ul li a.active span {
    background: #fec110;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}

#fp-nav ul li a.active:hover {
    border-color: #fec110;
}

#fp-nav ul li a.active:hover span {
    background: #fec110;
    width: 8px;
    height: 8px;
    margin: -4px 0px 0px -4px;
}


/*============Start sc-about css =============*/

.sc-about .sec-title2,
.sc-skills .sec-title2 {
    padding-bottom: 36px;
}


/*============Start sc-awards css =============*/

.sc-awards .sec-title2 {
    padding-bottom: 0px;
}

.sc-awards .award-item {
    margin-top: 47px;
}


/*============Start sc-profile css =============*/

.sc-profile .sec-title2 {
    padding-bottom: 0px;
}

.sc-profile .col-profile {
    margin-top: 50px;
    padding-bottom: 22px;
}


/*============Start sc-portfolio css =============*/

.sc-portfolio .sec-title2 {
    padding-bottom: 40px;
}

.sc-portfolio .portfolio-filter {
    padding-bottom: 24px;
}


/*============Start sc-blog css =============*/

.sc-blog .blog-item .text {
    background: #fafafa;
}


/*============Start sc-contact css =============*/

.sc-contact .sec-title2 {
    padding-bottom: 41px;
}

.sc-contact .contact-infos {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 35px;
}

.sc-contact .contact-infos .header-contact-info {
    padding-top: 0px;
}


/*============ home 4 dark css ===========*/

.dk-bg .title {
    color: #777;
}

.dk-bg .title:hover {
    color: #fec110;
}

.dk-bg .sec-title2 h2 {
    color: #999;
}

.dk-bg .sec-title2 h6 {
    color: #777;
}

.dk-bg .sc-about .about-content p {
    color: #999;
}

.dk-bg .sc-skills .skill-content p {
    color: #999;
}

.dk-bg .sc-skills .progress-element .skill-info .skill-name {
    color: #999;
}

.dk-bg .sc-expertise .expertise-media .media-body p {
    color: #999;
}

.dk-bg .sc-experience .ex-content p,
.dk-bg .sc-education .ex-content p {
    color: #999;
}

.dk-bg .sc-awards p {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li {
    color: #999;
}

.dk-bg .sc-portfolio .portfolio-filter li:hover {
    color: #fec110;
}

.dk-bg .sc-profile p {
    color: #999;
}

.dk-bg .sc-testimonial .testimonial-item p {
    color: #999;
}

.dk-bg .sc-blog .blog-item .title {
    color: #191b1d;
}

.dk-bg .sc-blog .blog-item .title:hover {
    color: #fec110;
}

.dk-bg .sc-contact .contact-form .form-group label {
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control {
    background: #363737;
    border-color: #363737;
    color: #999;
}

.dk-bg .sc-contact .contact-form .form-group .form-control.placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control:-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-moz-placeholder {
    color: #666666;
}

.dk-bg .sc-contact .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #666666;
}


/*====================================================*/


/*====================================================*/

.column-wrap {
    float: right;
    width: 64%;
    position: relative;
}

.column-wrap section {
    min-height: 100vh;
    display: flex;
    padding-left: 82px;
}

.column-wrap .container {
    max-width: 765px;
    width: 100%;
    margin: 0 auto 0px 0px;
    padding: 0px;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
}

.column-wrap .scroll-nav-holder {
    display: none;
}

.scroll-con-sec .sec-title {
    text-align: left;
    padding-bottom: 49px;
}

.scroll-con-sec .sec-title h2:before {
    left: 0;
    right: auto;
}

.scroll-con-sec .sec-title h6 {
    margin-left: 0px;
}

.scroll-con-sec .header-contact-info + .header-contact-info {
    padding-left: 55px;
}

.scroll-con-sec.awards_sec .sec-title {
    padding-bottom: 0px;
}

.scroll-con-sec .blog-item .text {
    background: #fff;
}

.scroll-con-sec.dk-bg .contact-form .form-group .form-control {
    background: transparent;
    border-color: #282828;
}

.scroll-con-sec.dk-bg .contact-infos {
    border: 0px;
}


/*====================================================*/


/*====================================================*/


/*------------ Start footer css -------------*/

.footer-area .col-left {
    padding-top: 0px;
}

.footer-area .sec-title {
    padding-top: 0px;
}

.footer-area .sec-title h6 {
    font-size: 14px;
    line-height: 83px;
    font-style: normal;
}

.f-right {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-links {
    align-self: center;
}

.footer-links a {
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #fec110;
}

.footer-links a + a {
    margin-left: 40px;
}

.footer-social {
    align-self: center;
}

.footer-social a {
    font-size: 18px;
    color: #aaaaaa;
    transition: color 0.25s ease;
}

.footer-social a:hover {
    color: #fec110;
}

.footer-social a + a {
    margin-left: 15px;
}


/*------------ End footer css -------------*/


/*==========Start footer-area2 css =============*/

.footer-area2 {
    text-align: center;
    background: #2b2c2c;
    color: rgba(255, 255, 255, 0.3);
}

.footer-top {
    padding: 120px 0px 70px;
}

.footer-top .f-logo {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color: #999;
}

.footer-top p {
    line-height: 32px;
    max-width: 565px;
    margin: 36px auto 42px;
}

.footer-top .f-social li {
    display: inline-block;
    padding: 0px 3px;
}

.footer-top .f-social li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    background: #282828;
    text-align: center;
    line-height: 48px;
    display: block;
    border-radius: 50%;
    transition: all 0.4s linear;
}

.footer-top .f-social li a:hover {
    background: #fec110;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 21px 0px;
}

.footer-bottom a {
    color: #fec110;
    transition: all 0.4s linear;
}

.footer-bottom a:hover {
    color: #fec110;
}


/*==========End footer-area2 css =============*/

.footer-area3 {
    width: 100%;
    position: relative;
    z-index: 4;
}

.footer-area3 .bg-color .col-right:before {
    left: 33px;
}

@media (min-width: 992px) {
    .footer-area3 .col-left::before {
        right: -33px;
    }
}


/*====================================================*/


/*====================================================*/


/*======== 14-11-2018 ============*/

.testimonial_wrap {
    background: #fafbfc;
}

.testimonial_wrap .sec-title3 p {
    color: #8a8fa3;
}

.testimonial_wrap .sec-title3 h2 {
    color: #022144;
}

.testimonial_wrap .sec-title3 h2::before {
    background: #fec110;
}

.testimonial_wrap .sec-title3 h2::after {
    color: #f3f5f8;
}

.testimonial_wrap .testimonial-slider .testimonial-item {
    background: #fff;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 75px;
    padding: 60px 55px;
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.06);
}

.testimonial_wrap .testimonial-slider .testimonial-item .test_img img {
    display: inline-block;
    max-width: 70px;
    margin: 0 auto 10px;
}

.testimonial_wrap .testimonial-slider .testimonial-item .title {
    color: #022144;
}

.testimonial_wrap .testimonial-slider .testimonial-item .testimonial-subheading {
    color: #808899;
    margin-bottom: 40px;
}

.testimonial_wrap .testimonial-slider .testimonial-item .testimonial-p {
    color: #808899;
    font: 300 16px/24px "Poppins", sans-serif;
}

.testimonial_wrap .testimonial-slider .owl-nav .owl-prev,
.testimonial_wrap .testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #8e97a9;
    font-size: 24px;
    border: 1px solid #8e97a9;
    background: #fff;
    transition: all 0.5s;
    border-radius: 50%;
}

.testimonial_wrap .testimonial-slider .owl-nav .owl-prev:hover,
.testimonial_wrap .testimonial-slider .owl-nav .owl-next:hover {
    border-color: #fec110;
    background: #fec110;
    color: #fff;
}

.testimonial_wrap .testimonial-slider .owl-nav .owl-prev {
    left: 0;
}

.testimonial_wrap .testimonial-slider .owl-nav .owl-next {
    right: 0;
}

.testimonial_wrap .testimonial-slider .owl-dots {
    position: absolute;
    bottom: 115px;
    width: 100%;
}

.testimonial_wrap .testimonial-slider .owl-dots .owl-dot {
    background: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
}

.testimonial_wrap .testimonial-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #bcc8d5;
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

.testimonial_wrap .testimonial-slider .owl-dots .owl-dot.active {
    border-color: #fec110;
    background: transparent;
}

.testimonial_wrap .testimonial-slider .owl-dots .owl-dot.active span {
    background: #fec110;
}

.about_wrap .about_content .sec-title3 h2 {
    letter-spacing: 0;
}

/* Dark CSS */

.bg_dark {
    background-color: #2b2c2c;
}

.bg_dark .navbar {
    background-color: #2b2c2c;
}

.bg_dark.footer_light {
    background-color: #2b2c2c;
}

.bg_dark .navbar.affix,
.tr_header.bg_dark .navbar.mak_navbar_header.affix {    
    background-color: #252525;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.bg_dark.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li a,
.tr_header.bg_dark .navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #fff;
}

.bg_dark.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li.active a,
.bg_dark.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li a:hover,
.tr_header.bg_dark .navbar.mak_navbar_header.affix .navbar-collapse ul.nav li.active a,
.tr_header.bg_dark .navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a:hover {
    color: #feb633;
}

.dark_light_bg {
    background-color: #303131;
}

.bg_dark .banner_inner.banner_pad_more {
    background: transparent;
}

.expertise_dark.expertise-three-area.dark_light_bg {
    background-color: #303131;
}

.bg_dark .banner_social_link.social_ver_link .follow_text ,
.bg_dark.about_wrap .about_content .sec-title3 h2 ,
.bg_dark.about_wrap .about_content .about_details .about_details_item .ab_icon i,
.bg_dark.about_wrap .about_content .about_details .about_details_item .ab_details h5,
.bg_dark .sec-title3 h2 ,
.bg_dark .progress-element .skill-info .skill-name,
.bg_dark.exp_wrap .experience-date,
.bg_dark .filter_menu li,
.bg_dark .ex_title,
.bg_dark .sec_title,
.bg_dark.blog_wrap .text .title,
.bg_dark.blog_wrap .text .publish .author,
.bg_dark .contact-form .form-group label,
.bg_dark .title,
.bg_dark .portfolio_filter.portfolio-filter li,
.bg_dark.testimonial_wrap .testimonial-slider .testimonial-item .title,
.bg_dark .con_info_wrap .info_title,
.bg_dark .award-item h5,
.bg_dark .pub_title,
.bg_dark .port_single_content .port_single_title,
.bg_dark .pagination_wrap .paginationLink a {
    color: #ccc;
}

.bg_dark .filter_menu li.active, 
.bg_dark .filter_menu li:hover,
.bg_dark.blog_wrap .text .title:hover,
.bg_dark .title:hover,
.bg_dark .portfolio_filter.portfolio-filter li.active,
.bg_dark .portfolio_filter.portfolio-filter li:hover,
.bg_dark .pagination_wrap .paginationLink a:hover {
    color: #feb633;
}

.bg_dark .blog-item .text {
    background-color: #444;
}

.bg_dark .contact-form .form-group label {
    color: #777777;
}

.bg_dark .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #777;
}

.bg_dark .contact-form .form-group .form-control::-moz-placeholder {
    color: #777;
}

.bg_dark .contact-form .form-group .form-control {
    background: #363737;
    color: #999;
}

.bg_dark .sec-title3.count_sec h2:after {
    color: rgba(255, 255, 255, 0.05);
}

.bg_dark .award-item p,
.bg_dark .port_single_content .port_single_para,
.bg_dark .pub_para {
    color: #aaa;
}

.bg_dark.award_wrap .award-item,
.bg_dark.experience-two-area .ex-content,
.bg_dark.testimonial_wrap .testimonial-slider .testimonial-item {
    background: #444444;
}

.bg_dark .downloadResume {
    background: #444;
    border-color: #444;
}

.bg_dark .downloadResume:hover {
    background: #fec110;
    border-color: #fec110;
}

.bg_dark.testimonial_wrap .testimonial-slider .owl-nav .owl-prev, 
.bg_dark.testimonial_wrap .testimonial-slider .owl-nav .owl-next {
    background-color: #444;
}

.bg_dark.testimonial_wrap .testimonial-slider .owl-nav .owl-prev:hover, 
.bg_dark.testimonial_wrap .testimonial-slider .owl-nav .owl-next:hover {
    background-color: #fec110;
}

.bg_dark .working_single_item {
    border-color: #777;
    background: #444;
}

.bg_dark .working_single_item:hover {
    border-color: #fec110;
}

.bg_dark .working_single_item .icon,
.bg_dark .working_single_item .working_item_title {
    color: #ccc;
}

.bg_dark .working_single_item:hover .icon {
    color: #fec110;
}

.bg_dark.about_wrap .about_img_content .about_right_img {
    z-index: 10;
}

.bg_dark.about_wrap .about_img_content:before {
    z-index: 1;
}

.bg_dark .shareOnContent {
    border-color: #777;
}

.bg_dark .shareOnContent .shareOn .shareLink a {
    background-color: transparent;
}

.bg_dark .shareOnContent .shareOn .shareLink a:hover {
    background-color: #fec110;
}

.bg_dark.footer_light .footer-top p,
.bg_dark.footer_light .footer-bottom .footer_bottom_inner p {
    color: rgba(255, 255, 255, 0.3);
} 

.bg_dark.footer_light .footer-top .f-social li a {
    color: rgba(255, 255, 255, 0.5);
    background: #434343;
}

.bg_dark.footer_light .footer-top .f-social li a:hover {
    background: #feb633;
    color: #fff;
}

.bg_dark.footer_light .footer_bottom_inner {
    border-color: rgba(255, 255, 255, 0.05);
}

.bg_dark .clients_inner {
    border-color: #444;
    background-color: #444;
    box-shadow: none;
}

.boder_02 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 21, 44, 0.08),0px -1px 0px 0px rgba(0, 21, 44, 0.04);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 80px;
    z-index: 7;
  }
  
.bg_dark .ex-content:after {
    box-shadow: 0px 5px 20px 0px rgba(254, 193, 16, 0.4);
}
  
.bg_dark .bt-skill .bt-skillholder {
    background: #999;
}


.pr-item {
    padding-left: 35px;
    padding-right: 35px;
}

.clients_inner {
    padding: 35px 0 25px;
    border-width: 1px;
    border-color: whitesmoke;
    border-style: solid;
    background-color: white;
    box-shadow: 1.743px 19.924px 50px 0px rgba(11, 80, 151, 0.1);
    position: relative;
    z-index: 100;
}

a {
    color: #000
}

.blog_single_area img,
img.aligncenter {
    max-width: 100%;
}

img.attachment-full.size-full {
    width: auto;
    padding-top: 15px;
}

.sticky .col-sm-6 {
    display: block;
    background: #eee
}

.hentry {
    margin: 0;
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery {
    width: 100%
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.post-content img {
    max-width: 100%;
    height: auto
}

.media-left img {
    max-width: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    text-align: left;
}

td,
th {
    border-top: 1px solid #ededed;
    padding: 20px;
    text-align: center;
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

table thead tr th,
table tbody tr th a {
    color: #022144;
}

table tbody tr th a {
    font-weight: 400;
}

.article-content ol li {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 5px
}

.search-no-results h1.page-title {
    padding-top: 10px;
    padding-left: 5px
}

.no-results .page-content input.form-control {
    width: 100%
}

.error-text h1 {
    color: #f60d2b;
    font-size: 42px;
    line-height: 1.7
}

.error-text h4 {
    margin-top: 15px
}

.error404 button.btn.btn-style {
    margin-top: 10px
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget select {
    width: 100%!important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 45px;
    margin-bottom: 0;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    outline: 0;
}

.widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget.widget_nav_menu ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li {
    font: 400 15px/22px "Poppins", sans-serif;
    color: #666;
}

.footer_sidebar .widget.widget_nav_menu ul li,
.footer_sidebar .widget.widget_meta ul li,
.footer_sidebar .widget.widget_pages ul li,
.footer_sidebar .widget.widget_archive ul li,
.footer_sidebar .widget.widget_categories ul li {
    color: rgba(255, 255, 255, 0.5);
}

.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    font: 400 15px/22px "Poppins", sans-serif;
    color: #666;
    display: inline-block
}

.footer_sidebar .widget.widget_nav_menu ul li a,
.footer_sidebar .widget.widget_meta ul li a,
.footer_sidebar .widget.widget_pages ul li a,
.footer_sidebar .widget.widget_archive ul li a,
.footer_sidebar .widget.widget_categories ul li a {
    font-weight: 400;
}

.widget_rss cite,
.widget_rss .rssSummary {
    font-weight: 400;
}

.widget_rss cite {
    color: #999;
}

.textwidget p {
    font-weight: 400;
}

.footer_sidebar .footer-widget.widget ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.widget.widget_nav_menu ul li a i,
.widget.widget_meta ul li a i,
.widget.widget_pages ul li a i,
.widget.widget_archive ul li a i,
.widget.widget_categories ul li a i {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 14px
}

.widget.widget_recent_entries li {
    padding: 15px 0 15px 0
}

.widget span.post-date {
    display: block
}

li.recentcomments {
    line-height: 2
}

ul li.recentcomments>a {
    padding-left: 0;
    line-height: normal
}

#wp-calendar {
    width: 100%
}

#wp-calendar tfoot tr td a {
    color: #666
}

.widget-inner {
    padding: 30px
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.footer-widget.widget {
    margin-top: 65px
}

.footer-widget .tagcloud a {
    color: rgba(255, 255, 255, 0.5);
    border-color: #555;
}

.footer-widget.widget:first-child,
.footer-widget.widget:nth-child(2),
.footer-widget.widget:nth-child(3),
.footer-widget.widget:nth-child(4) {
    margin-top: 0
}

.page-links>.page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links>span {
        margin: 0 .25em .25em 0
    }
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    background-color: #333;
    border-color: #333;
    color: #fff
}

.page-links a,
.page-links>span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 .3333em .3333em 0;
    text-align: center;
    width: 2em
}

input.search-field {
    width: 95%;
    height: 40px;
    background: #f7f7f7
}

input.search-submit {
    width: 60px;
    height: 40px;
    background: transparent;
    padding: 5px;
    font-size: 14px!important;
    margin-left: -12px;
    margin-top: -1px
}

.post_tag_info .post_tag a,
.tagcloud a {
    font: 400 14px/34px "Poppins", sans-serif!important;
    color: #404040;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px 10px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.footer-widget .tagcloud a:hover {
    background: #404040;
    color: #fff
}

.sidebar-box .tagcloud a:hover {
    color: #ffffff!important;
    background: linear-gradient(-160deg, rgb(26, 192, 237) 0%, rgb(31, 242, 255) 100%)
}

.widgets ul {
    margin: 0;
    padding: 0
}

.sidebar_widgets h3 {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 26px
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li,
.widget_pages ul.children li {
    margin-left: 15px;
    border: none;
    padding-bottom: 0;
    font-weight: 300
}

.widgets img {
    height: auto
}

a.rsswidget {
    color: #666;
    font-weight: 700
}

.widget ul ul.children {
    margin-left: 15px
}

.post_tag_info {
    clear: both
}

.post .featured_post {
    padding: 5px 10px;
    background: gray;
    display: inline-block;
    color: #fff
}

.blog-section .blog-items .blog-content h2 {
    margin: 0
}

.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    color: #999;
}

.widget_nav_menu .menu li {
    margin-right: 0
}

.logged-in .comment_text {
    padding-bottom: 0
}

.comment_item_text h2 {
    padding-bottom: 12px;
}
.comment_item_text h3 {
    margin-top: 0;
}

.widget.widget_recent_comments > ul > li {
    position: relative;
    padding-left: 35px;
}

.widget.widget_recent_comments > ul > li:before {
    content: "\e644";
    font-family: 'themify';
    font-size: 16px;
    padding-right: 10px;
    position: absolute;
    left: 5px;
    top: 18px;
    color: #788696;
}

.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    color: #333;
}

.widget.widget_nav_menu ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover {
    color: #f1b200;
}

.widget ul.children li a {
    color: #777;
}

.footer_sidebar .widget.widget_nav_menu ul li a:hover,
.footer_sidebar .widget.widget_meta ul li a:hover,
.footer_sidebar .widget.widget_pages ul li a:hover,
.footer_sidebar .widget.widget_archive ul li:hover,
.footer_sidebar .widget.widget_archive ul li a:hover,
.footer_sidebar .widget.widget_categories ul li a:hover {
    color: #fff;
}

.comment_area .comments h2 + .comment {
    border-top: none;
    padding-top: 0;
}
.comments .comment:not(:first-child) {
    border-top: 1px solid #ececec;
    padding-top: 35px;
}
.comments .comment:not(:first-child) {
    margin-top: 35px;
}

.comments .children .comment {
    border: none;
    padding-top: 0;
}

.comment_form .form-group {
    margin-bottom: 0;
}

.dialog-type-lightbox{
    display: none !important;
}

.blog_sidebar .widget_block h2 {
    color: #022144;
    position: relative;
    font: 600 18px/36px "Poppins", sans-serif !important;
    margin-bottom: 25px;
    margin-top: 0;
}
.blog_sidebar .widget_block h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f1b811;
}

.blog_sidebar .widget_recent_comments > ol > li{
    position: relative;
}

