/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes
This file contains the styling for the actual tempalte, this is the file you need to edit to change the look of the tempalte.
---------------------------------------------------- */
/*=====================================================================
@Author: Md. Shahadat Hussain
@Developed By: Masud Rana
@Developer URL: https://themeforest.net/user/droitthemes
@Default Styles
Table of Content:
01/ variables
02/ button
03/ header
04/ slider
05/ baner
06/ blog
07/ blog single
08/ footer
/*----------------------------------------------------*/


/*Base font*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");

/*Base csss*/

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

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

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

p {
    margin-bottom: 1.5em;
}

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: 30px;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

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: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1;
    padding: .6em 1em .4em;
}

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;
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

.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;
} 

.p0 {
    padding: 0px;
}

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

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;
    /* cursor: pointer; */
}

.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;
    margin-bottom: 30px;
}

.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;
}

.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: "Poppins", sans-serif;
    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: 90px 0px 103px;
}

.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: "Poppins", sans-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 .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: "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: 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: "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: #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: #fec110;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 21px 0px;
}

.footer-bottom a {
    color: #8a8fa3;
    transition: all 0.4s linear;
}

.footer-bottom a:hover {
    color: #fec110;
}

.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: "Poppins", sans-serif;
}

.error_404_page .slider-text p {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

.error_404_page .error_404_button .sub_btn-two {
    font-family: "Poppins", sans-serif;
    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;
}

/*====================================================*/
/*====================================================*/
.p0 {
    padding: 0px;
}

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

a {
    text-decoration: none;
}

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

.row.m0 {
    margin: 0px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    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;
}

.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: #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: 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 .navbar-header .navbar-toggle {
    padding: 19px 0px;
}

.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 {
    justify-content: center;
    
}*/
@media (min-width: 992px) {
    /*    .col-left, .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: "Poppins", sans-serif;
    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: #fafbfc;
}

.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: "Poppins", sans-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-bottom: 60px;
    overflow: hidden;
}

.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;
}

.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: "Poppins", sans-serif;
    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: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: "Poppins", sans-serif;
}

.error_404_page .slider-text p {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

.error_404_page .error_404_button .sub_btn-two {
    font-family: "Poppins", sans-serif;
    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;
}

@media (max-width: 1366px) {
    .ma_LR {
        margin: 0;
    }
}

.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: 95px 0 65px;
}

/* working_single_item   */
.workingProsessWrap {
    padding-top: 93px;
}

.working_single_item {
    border: 2px solid #f0f3f7;
    padding: 52px 56px 45px;
    background: #fff;
    transition: all 0.5s;
    margin-bottom: 105px;
}

@media (max-width: 1199px) {
    .working_single_item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.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;
}

.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;
}

@media (max-width: 1199px) {
    .working_single_item:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.working_single_item:hover .icon {
    color: #fec110;
}

.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%;
}

.working_single_item .btnGroup .btnMore:hover {
    color: #fec110;
    padding-right: 30px;
}

.working_single_item .btnGroup .btnMore span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.working_single_item .btnGroup .btnMore:hover span {
    margin-left: 5px;
}

/* available_for_freelanching  */
.available_for_freelanching {
    position: relative;
    background-image: url(../image/shape.png);
    padding: 95px 0 105px;
    background-size: cover;
    background-color: #fec110;
}

.available_for_freelanching .overlay {
    position: absolute;
    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;
}

.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;
    border: none;
}

.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: 150px 0;
}

.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-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;
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(160, 152, 131, 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-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%);
    z-index: -1;
}

@media (max-width: 1199px) {
    .about_wrap .about_img_content:before {
        height: 425px;
    }
}

.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);
}

.expertise_pad {
    padding: 95px 0 40px;
}

.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/session_bg.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 80px 0 40px 0;
}

@media (max-width: 991px) {
    .fun_fact_wrap {
        padding-bottom: 123px;
    }
}

.fun_fact_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333cc;
}

@media (max-width: 991px) {
    .fun_fact_wrap .fun_fact_item {
        margin-bottom: 30px;
    }
}

.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;
}

.fun_fact_item img { 
    padding-left: 18%;
    padding-right: 18%;
    margin-bottom: 30px;
}


.blog_wrap {
    padding: 90px 0 35px;
}

.blog_wrap .text .catagory {
    color: #fec110;
    font: 500 14px/30px "Poppins", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.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: 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: 90px 0 105px;
}


.contact-high {
    font-weight: bold;
    color: #fbd214;
}

.contact-info {
      font-size: 125% !important;  
}




.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: 0 38px;
    font-weight: 500;
    color: #fff;
    background: #fec110;
    transition: all 0.5s;
    border: 1px solid #fec110;
    margin-top: 10px;
}

.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;
}

.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: #fbd214;
}

.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 {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    line-height: 54px;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    transition: all 0.5s linear;
}

.cus_filter .filter_item .hover_content h4 {
    max-width: 100%;
    padding: 0 50px;
    margin-bottom: 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;
}

.box_shadow_none .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;
}

.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 {
    width: 32px;
    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;
}

.mt80 {
    margin-top: 80px;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1080;
}

.portfolio_single_content {
    padding: 100px 0;
}

.portfolio_single_content .portfolio_content {
    max-width: 970px;
}

.potr_img {
    margin-bottom: 32px;
}

.portfolio_single_two .potr_img {
    margin-bottom: 10px;
}

.potr_img img {
    width: 100%;
}

.portfolio_single_two .publish_info {
    padding: 30px 0 60px;
}

.publish_info_item {
    float: left;
    margin-right: 85px;
    margin-bottom: 35px;
}

.portfolio_single_two .publish_info_item {
    float: none;
}

.publish_info_item:last-child {
    margin-right: 0;
}

.pub_title {
    color: #022144;
    font: 400 15px/26px "Poppins", sans-serif;
    text-transform: uppercase;
}

.pub_para {
    color: #56677a;
    font: 300 15px/26px "Poppins", sans-serif;
}

.port_single_content .port_single_title {
    color: #022144;
    font: 600 24px/38px "Poppins", sans-serif;
    margin-bottom: 25px;
}

.port_single_content .port_single_para {
    color: #56677a;
    font: 300 15px/26px "Poppins", sans-serif;
    margin-bottom: 25px;
}

.shareOnContent {
    padding: 37px 0 40px;
    border-bottom: 1px solid #ecf1f7;
}

.shareOnContent .shareOn {
    color: #a2acb7;
    font: 300 14px/38px "Poppins", sans-serif;
}

.shareOnContent .shareOn .shareLink {
    margin-left: 10px;
}

.shareOnContent .shareOn .shareLink a {
    color: #8a98a8;
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #8a98a8;
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    margin: 0 5px;
}

.shareOnContent .shareOn .shareLink a:hover {
    background: #fec110;
    color: #fff;
    border-color: #fec110;
}

.pagination_wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagination_wrap .paginationLink a {
    text-transform: uppercase;
    color: #56677a;
    font: 400 15px/26px "Poppins", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
}

.pagination_wrap .paginationLink a i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pagination_wrap .paginationLink .prev {
    padding-left: 30px;
}

.pagination_wrap .paginationLink .prev i {
    left: 0;
}

.pagination_wrap .paginationLink .next {
    padding-right: 30px;
}

.pagination_wrap .paginationLink .next i {
    right: 0;
}

.pagination_wrap .paginationLink a:hover {
    color: #fec110;
    border-color: #fec110;
}

.slick-slide:focus,
.slick-slide:active,
.slick-slide {
    outline: none;
}

@media (max-width: 1199px) {
    .row-experience .col-sm-2 {
        width: 24%;
    }
}

@media (max-width: 1199px) {
    .row-experience .col-sm-10 {
        width: 76%;
    }
}

@media (max-width: 991px) {
    .header_contact .navbar.mak_navbar_header {
        min-height: 80px;
    }

    .header_contact .navbar.mak_navbar_header .navbar-header .navbar-toggle {
        padding: 19px 0;
    }

    .about_wrap .about_img_content::before {
        height: 340px;
    }

    .about_wrap .about_img_content .about_right_img .t_name {
        font-size: 130px;
        bottom: 55px;
        left: -163px;
    }

    .about_wrap .about_content .about_details .about_details_item .ab_icon {
        width: 100%;
    }

    .about_wrap .about_content .about_details .about_details_item .ab_details {
        width: 100%;
    }

    .about_wrap .about_content .about_details .about_details_item .ab_details p {
        padding-right: 0;
    }

    .working_single_item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .working_single_item .working_item_title {
        font-size: 18px;
    }

    .working_single_item .working_details {
        font-size: 14px;
    }

    .working_single_item .btnGroup .btnMore {
        font-size: 14px;
    }

    .working_single_item:hover {
        border-width: 2px;
    }

    .available_title {
        font-size: 40px;
        line-height: 54px;
    }

    .clients-two-area {
        margin-bottom: -140px;
    }

    .border_center .mak_navbar_header .navbar-collapse ul.nav li a::before {
        display: none;
    }

    .award_wrap .award-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .about_wrap .about_img_content .about_right_img {
        text-align: right;
    }

    .about_wrap .about_img_content .about_right_img img {
        display: inline-block;
    }

    .row-experience .col-sm-2 {
        width: 100%;
    }

    .row-experience .col-sm-10 {
        width: 100%;
    }

    .row-experience .experience-date {
        margin-bottom: 15px;
    }

    .experience-two-area .ex-content::before {
        display: none;
    }

    .experience-two-area .ex-content::after {
        left: 15px;
        top: 40px;
    }

    .available_title {
        margin-bottom: 20px;
    }

    .available_title br {
        display: none;
    }

    .contactMe {
        text-align: left;
    }
}

/*====================================================*/
/*====================================================*/
.p0 {
    padding: 0px;
}

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

a {
    text-decoration: none;
}

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

.row.m0 {
    margin: 0px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

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;
    /* cursor: pointer; */
}

.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;
}

.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 "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: #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 "Poppins", 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;
}

.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 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;
}

.ex-content h5 {
    margin-bottom: 18px;
    padding-top: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fec110;
}

.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: "Poppins", sans-serif;
    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: "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-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 .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: #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 "Poppins", 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: "Poppins", sans-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 "Poppins", 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 "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: #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;
}

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

.blog-item .blog-date {
    font: 400 14px "Poppins", 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 "Poppins", 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-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: #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);
}

.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 "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: #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: "Poppins", 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: #323232;
    color: rgba(255, 255, 255, 0.3);
}

.footer-top {
    padding: 120px 0px 70px;
}

.footer-top .f-logo {
    font-family: "Poppins", sans-serif;
    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 {
    transition: all 0.4s linear;
    border-bottom: 1px solid transparent;
}

.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%;
}

@media (max-width: 1024px) {

    .testimonial_wrap .testimonial-slider .owl-nav .owl-prev,
    .testimonial_wrap .testimonial-slider .owl-nav .owl-next {
        display: none;
    }
}

.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;
}

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


/* suctom style  */


.mb80 {
  margin-bottom: 80px;
}

.bg4 {
  background: #f8f9fb;
}

.progress-element {
  margin-left: -35px;
  margin-right: -35px;
}

.pr-item {
  padding-left: 35px;
  padding-right: 35px;
}










/* mak style */




.blog-items .blog-content h2.sa-heading {
    margin-bottom: 5px;
}

cite.sa-cite {
    color: #f1b200;
}

.nav-logo h1,
h2#default-logo {
    color: #676766;
    padding-top: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    color: #fbd214;
    margin: 0;
}

.affix h2#default-logo {
    padding-top: 10px;
}

.blog-sidebar .widget:first-child,
.blog-sidebar .widget:first-child h2 {
    margin-top: 0 !important;
}

.blog-pagination ul.page-numbers li span.page-numbers.current {
    color: #fff !important;
    background: #f1b200;
    border-color: #f1b200 !important;
}

a.more-link {
    color: #999999;
}

section.hero-section {
    height: 100vh;
}

.hero-section .hero-img img.img-responsive {
    margin-top: 80px;
}

.main_header .social_icon a {
    padding-left: 8px;
}

.blog-items .blog-content ul.post-info {
    padding-left: 0;
}

.affix .navbar-header .navbar-brand img#preset_color_menu_logo,
.affix-top .navbar-header .navbar-brand img.sticky-logo {
    display: none;
}


.affix .navbar-header .navbar-brand img.sticky-logo {
    display: block;
    padding-top: 10px;
    height: auto;
}

.search-form input.search-submit {
    display: none;
}

.single-post .blog-img {
    margin-bottom: 50px;
}

.error404 .error_content {
    text-align: center;
    margin-bottom: 165px;
}

.error_content h1 {
    font-size: 300px;
    font-weight: 700;
    color: #141414;
    background: url(assets/image/error_bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error_content h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    color: #141414;
}

.error_content p {
    color: #6b6f73;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
}

.error_content .search_content {
    margin: auto;
}

.error_content form.search-form {
    width: 550px;
    display: inline-block;
    margin-right: 15px;
}

.error_content .search-form label::before {
    color: #fbd214;
}

a.error_btn {
    background: #fbd214;
    padding: 20px 33px;
    color: #fff;
    text-transform: uppercase;
}

a.error_btn .fa {
    margin-left: 10px;
}

.error_content .search-form .search-field {
    height: 60px;
    background: #ffffff;
    border: 1px solid #f2f0eb;
}

.d_flex {
    display: flex;
    /* align-items: center; */
}

.bg_gray {
    background: #fbfbfb;
}


/* ============  Only for Dark virson ================= */

.bg_gray.bg_dark {
    background: #2b2c2c;
}

.bg_dark {
    background: #303131;
}

.bg_dark .sec_title {
    color: #fff;
}

.bg_dark .ex_title {
    color: #c1bfbf;
}

.bg_dark .helo_t {
    color: #fff;
}

.bg_dark .hero_catagory {
    color: #fff;
}

.bg_dark .sec_details {
    color: #aba798;
}

.bg_dark .filter_menu li {
    color: #fff;
}

.bg_dark .filter_menu li:before {
    color: #989393;
}

.hire_wrap.bg_dark .sec_title {
    color: #32333c;
}

.bg_dark .experience_single_item {
    border-color: #5a5a5a;
}

/* ============  Only for Dark virson ================= */

.sec_title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #fbd214;
    transition: all 0.3s;
}
.hero_wrap {
    padding-top: 35px;
}

.helo_t {
    color: #8a8fa3;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 17px;
}

.hero_name {
    color: #fbd214;
    font-size: 80px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 88px;
}

.hero_catagory {
    color: #555555;
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 50px;
}

.btn_glob {
    font-family: 'Poppins';
    font-weight: 500;
    border: 2px solid #fbd214;
    line-height: 60px;
    padding: 0 40px;
    font-size: 20px;
    text-transform: capitalize;
    color: #fbd214;
    transition: all 0.3s;
}

.btn_glob:hover {
    color: #fff;
    background: #fbd214;
}

.btn_glob.btn_yellow {
    color: #fff;
    background: #fbd214;
    margin-right: 15px;
}

.btn_glob.btn_yellow:hover {
    color: #fbd214;
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
}

.about_wrap {
    padding: 100px 0 105px;
}

.about_wrap .btn_glob {
    height: 60px;
    line-height: 55px;
    margin-top: 10px;
    font-size: 16px;
}

.about_img {
    max-width: 395px;
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 11px 29px 0px rgba(52, 54, 57, 0.1);
}

.about_img img {
    width: 100%;
    position: relative;
    border: 15px solid #fff;
    background: #fbfbfd;
}

.about_img.is-border:before {
    position: absolute;
    content: "";
    top: 60px;
    left: -50px;
    width: 370px;
    height: 472px;
    border: 15px solid #fbd214;
}

.sec_title {
    position: relative;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Poppins';
    color: #32333c;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 35px;
    transition: all 0.3s;
}

.sec_title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #fbd214;
    transition: all 0.3s;
}

.hrline:before {
    background: #FFFFFF !important;
}


.sec_details {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 28px;
    color: #8a8fa3;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.service_wrap {
    padding: 115px 0 90px;
}

.service_single_item {
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service_item_inner {
    padding: 60px 80px;
}

.service_single_item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
    background-image: -moz-linear-gradient(-48deg, rgb(36, 226, 255) 0%, rgb(36, 176, 254) 54%, rgb(35, 126, 253) 100%);
    background-image: -webkit-linear-gradient(-48deg, rgb(36, 226, 255) 0%, rgb(36, 176, 254) 54%, rgb(35, 126, 253) 100%);
    background-image: -ms-linear-gradient(-48deg, rgb(36, 226, 255) 0%, rgb(36, 176, 254) 54%, rgb(35, 126, 253) 100%);
}

.service_single_item2 .overlay {
    background-image: -moz-linear-gradient(-48deg, rgb(255, 211, 36) 0%, rgb(254, 187, 36) 54%, rgb(253, 163, 35) 100%);
    background-image: -webkit-linear-gradient(-48deg, rgb(255, 211, 36) 0%, rgb(254, 187, 36) 54%, rgb(253, 163, 35) 100%);
    background-image: -ms-linear-gradient(-48deg, rgb(255, 211, 36) 0%, rgb(254, 187, 36) 54%, rgb(253, 163, 35) 100%);
}

.service_single_item3 .overlay {
    background-image: -moz-linear-gradient(-48deg, rgb(248, 47, 160) 0%, rgb(214, 54, 208) 54%, rgb(180, 61, 255) 100%);
    background-image: -webkit-linear-gradient(-48deg, rgb(248, 47, 160) 0%, rgb(214, 54, 208) 54%, rgb(180, 61, 255) 100%);
    background-image: -ms-linear-gradient(-48deg, rgb(248, 47, 160) 0%, rgb(214, 54, 208) 54%, rgb(180, 61, 255) 100%);
}

.service_single_item4 .overlay {
    background-image: -moz-linear-gradient(-48deg, rgb(0, 188, 128) 0%, rgb(2, 204, 71) 54%, rgb(3, 220, 13) 99%);
    background-image: -webkit-linear-gradient(-48deg, rgb(0, 188, 128) 0%, rgb(2, 204, 71) 54%, rgb(3, 220, 13) 99%);
    background-image: -ms-linear-gradient(-48deg, rgb(0, 188, 128) 0%, rgb(2, 204, 71) 54%, rgb(3, 220, 13) 99%);
}

.service_icon {
    margin-bottom: 25px;
}

.service_title {
    font-size: 32px;
    color: #FFF;
    margin-bottom: 15px;
    font-weight: 600;
}

.service_details {
    font-size: 16px;
    color: #fff;
}

.latest_work_wrap {
    padding: 90px 0 75px;
}

.filter_menu {
    margin: 25px 0 50px;
    padding: 0;
    list-style: none;
}

.filter_menu li {
    display: inline-block;
    margin-right: 35px;
    color: #606060;
    line-height: 28px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
}

.filter_menu li.active,
.filter_menu li:hover {
    color: #13b1cf;
}

.filter_single_item {
    margin-bottom: 30px;
}

.filter_item {
    position: relative;
    border-radius: 5px;
}

.filter_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(254, 182, 51);
    transform: scale(0);
    transition: all 0.3s;
    opacity: 0.5;
}

.filter_item:hover:before {
    transform: scale(1);
}

.filter_single_item a {
    display: block;
}

.filter_single_item a img {
    display: inline-block;
    width: 100%;
}

.experience_wrap {
    padding: 95px 0 105px;
}

.experience_single_item {
    border-right: none;
    margin-top: 20px;
    padding: 0;
    transition: all 0.3s;
}

.experience_single_item:not(:last-child) {
    border-right: transparent !important;
}

.experience_item {
    display: table-cell;
    vertical-align: middle;
    padding: 75px 40px;
    transition: all 0.3s;
}

.ex_date {
    color: #8a8fa3;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.ex_title {
    color: #32333c;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    transition: all 0.3s;
}

.ex_here {
    color: #8a8fa3;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.experience_item .sec_details {
    margin-bottom: 0;
}

.experience_single_item:hover .experience_item {
    background: #fece47;
}

.light-resume .experience_single_item {
    background: #FFF;
}

.dark-bg-experience .experience_single_item {
    background: #333;
}

.experience_single_item:hover {
    border-color: #fece47;
}

.experience_single_item:hover .experience_item .ex_date,
.experience_single_item:hover .experience_item .ex_title,
.experience_single_item:hover .experience_item .sec_details {
    color: #32333c;
}

.experience_single_item:hover .experience_item .ex_here {
    color: #5e5f63;
}

.hire_wrap .sec_title {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.hire_wrap .sec_title:before {
    right: 0;
    margin: 0 auto;
    background: #4a4a4a;
}

.hire_wrap .btn_glob {
    background: #333333;
    border-color: #333333;
    color: #fff;
}

.hire_wrap .btn_glob:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.hire_wrap {
    padding: 90px 0 95px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.footer-area2.footer_light {
    background: #fbfbfb;
}

.footer_light .footer-top .f-social li a {
    color: #707b90;
    background: #dce2ed;
}

.footer_light .footer-top .f-social li a:hover {
    color: #ffffff;
    background: #fec110;
}

.footer_light .footer-bottom {
    border: none;
}

.footer_light .footer_bottom_inner {
    border-top: 1px solid #e1e6f1;
    padding: 22px 0 0;
}

.footer_light .footer-top {
    padding: 65px 0px 40px;
}

.footer_light .footer-top p {
    font-weight: 300;
    max-width: 600px;
    font-size: 18px;
    color: #8a8fa3;
}

.footer_light .footer-bottom .footer_bottom_inner p {
    color: #8a8fa3;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}




/* ======================         10/09/2018                    ======================== */
.navbar-header .navbar-brand img.sticky-logo {
    display: none;
}

/* ======================         blog new style                    ======================== */

.blog_section_area_new .blog-section {
    padding-right: 0;
    padding-top: 0;
}

.blog_section_area_new .blog-sidebar {
    padding-left: 0;
}

.blog-items.blog_item_new {
    margin-bottom: 80px;
}


.blog-items.blog_item_new .blog-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 80px 40px 35px;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.blog-items.blog_item_new .blog-content .post-info {
    border: none;
    margin: 0;
    padding: 0;
}

.blog-items.blog_item_new .blog-content .post-info li,
.blog-items.blog_item_new .blog-content .post-info li span {
    font: 400 14px/20px "Poppins", sans-serif !important;
}

.blog-items.blog_item_new .blog-content .post_info_top.post-info {
    position: absolute;
    top: -25px;
    left: 40px;
    background: #fff;
    padding: 9px 30px !important;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}

.blog-items.blog_item_new .blog-content .post-info li + li {
    margin-left: 25px;
}

.blog-items.blog_item_new .blog-content .post-info li i {
    color: #cccccc;
    margin-right: 10px;
}

.blog-items.blog_item_new .blog-content .post_info_top.post-info li a,
.blog-items.blog_item_new .blog-content .post_info_top.post-info li a span {
    color: #666;
}

.blog-items.blog_item_new .blog-content .post_info_top.post-info li a:hover,
.blog-items.blog_item_new .blog-content .post_info_top.post-info li a:hover span {
    color: #f1b200;
}

.blog-items.blog_item_new .blog-content .post-info li + li::before {
    display: none;
}

.blog_item_new .post a img {
    border-radius: 5px 5px 0 0;
}

.blog-items.blog_item_new .blog-content h2 {
    font-size: 24px;
    color: #1e2d3c;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 15px;
}

.blog-sidebar .widget {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 35px;
}

.blog-sidebar .widget.widget_search {
    padding: 0;
}

.blog-sidebar .widget.widget_search form {}

.blog-sidebar .widget.widget_search form input {
    background: transparent;
    font: 400 14px/40px "Poppins", sans-serif;
    color: #666666;
    width: 100%;
    border-radius: 0px;
    height: 50px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px;
}

.blog-sidebar .widget.widget_search .search-form label:before {
    right: auto;
    left: 25px;

}

.blog-sidebar .widget.widget_search form input:focus {
    color: #f1b200;
}

.blog-sidebar .widget.widget_search .search-form label.active:before {
    color: #f1b200;
}

.blog_section_area_new .blog-sidebar .widget.widget_archive .widgettitle,
.blog_section_area_new .blog-sidebar .widget .widgettitle {
    border-left: none !important;
    padding-left: 0;
    text-transform: capitalize;
    margin-bottom: 25px !important;
    font-size: 18px;
    color: #111;
    line-height: 18px;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media {
    margin-bottom: 44px;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-left {
    padding-right: 15px;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-left.media-middle img {
    border-radius: 5px;
    max-width: 95px;
    max-height: 85px;
}


.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-body a {
    font: 400 14px/25px "Poppins", sans-serif;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-body a {
    display: inline-block;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-body a h6 {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    padding-bottom: 0;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-body a:hover h6 {
    color: #f1b200;
}

.blog_section_area_new .blog-sidebar .widget.post-widget .media .media-body .post-time {
    color: #797f8c;
    font-weight: 400;
}

.blog_section_area_new .widget ul li {
    font: 400 14px/30px "Poppins", sans-serif;
    margin-bottom: 10px;
}

.blog_section_area_new .widget ul li:last-child {
    margin-bottom: 0;
}

.blog_section_area_new .widget ul li a {
    color: #333;
}

.widget_calendar .calendar_wrap table#wp-calendar tr td a {
    color: #111111;
    display: inline-block;
    padding-top: 0px;
    font-size: 14px;
    font-weight: 500;
}

.blog_section_area_new .widget_recent_comments ul li.recentcomments,
.blog_section_area_new .widget_recent_comments ul li.recentcomments span a {
    font: 700 14px/25px "Poppins", sans-serif;
    padding-top: 5px;
}

.blog_section_area_new .widget ul li a {
    font: 500 14px/25px "Poppins", sans-serif;

}

.blog_section_area_new .widget.widget_search .widgettitle {
    padding: 35px 30px 10px;
    height: auto;
}

.blog_section_area_new .widget.widget_search .widgettitle + .search-form {
    padding: 0 30px 30px;
}

.blog_section_area_new .widget.widget_search .widgettitle + .search-form label {
    position: relative;
}

.blog-sidebar .widget.widget_search .search-form label:before {
    right: auto;
    left: 15px;
}

.blog_section_area_new .widget.widget_search .widgettitle + .search-form .search-field {
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #ececec;
}


/* ======================         blog new style                    ======================== */



/* ======================         All  media css                    ======================== */


@media (max-width: 1750px) {
    .hero_wrap:before {
        width: 39vw;
    }
}


@media (max-width: 1600px) {
    .hero_wrap:before {
        width: 38vw;
    }
}


@media (max-width: 1300px) and (min-width: 1249px) {
    .about_img.is-border:before {
        top: 50px;
        left: -30px;
    }
}


@media (max-width: 1250px) and (min-width: 1200px) {
    .about_img.is-border:before {
        display: none;
    }

    .about_img img {
        border-color: #fbd214;
    }

    .about_wrap .d_flex {
        align-items: start;
    }
}


@media (max-width: 1200px) {
    .hero_wrap:before {
        width: 35vw;
    }

    .hero_name {
        font-size: 60px;
    }

    .hero_catagory {
        font-size: 30px;
    }

    .about_img.is-border:before {
        height: 440px;
        width: 355px;
        left: -35px;
    }

    .service_title {
        font-size: 24px;
    }
}



@media (max-width: 1024px) {
    .hero_wrap:before {
        width: 30vw;
    }

    .about_img.is-border:before {
        top: 40px;
        left: -20px;
    }

}

@media (max-width: 991px) {
    .hero_catagory {
        font-size: 26px;
        line-height: 30px;
    }

    .about_img.is-border:before {
        top: 40px;
        left: -50px;
        height: 350px;
        width: 280px;
    }

    .hero_name {
        font-size: 44px;
    }

    .experience_item {
        padding: 40px 30px;
    }

    .sec_title {
        font-size: 40px;
    }

    .service_item_inner {
        padding: 40px;
    }
}

@media (max-width: 880px) {
    .about_img.is-border:before {
        left: -20px;
        height: 330px;
        width: 260px;
    }
}

@media (max-width: 767px) {

    .hero_catagory {
        font-size: 24px;
    }

    .about_img img {
        border-color: #fbd214;
    }

    .about_img.is-border:before {
        display: none;
    }

    .about_wrap .d_flex {
        align-items: start;
    }

    .filter_single_item {
        width: 50%;
    }

    .single_comment_left,
    .single_comment_body,
    .comment_area .comments .children .children .single_comment.comment .single_comment_left,
    .comment_area .comments .children .children .single_comment.comment .single_comment_body {
        width: 100% !important;
    }

    .user_img {
        margin-bottom: 0;
    }

    .commenter-name {
        margin-bottom: 0;
    }

}

@media (max-width: 640px) {
    .d_flex {
        display: block;
    }

    .hero_wrap:before {
        display: none;
    }

    .hero_wrap {
        padding-top: 110px;
    }

    .hero_img {
        padding-top: 60px;
    }

    .hero_img img {
        max-width: 280px;
        margin: 0 auto;
    }

    .about_wrap,
    .service_wrap,
    .latest_work_wrap,
    .experience_wrap {
        padding: 70px 0;
    }

    .about_img {
        margin: 0 auto 50px;
    }

    .sec_title {
        font-size: 30px;
    }

    .experience_single_item {
        border: 1px solid #edecec;
    }

    .hire_wrap {
        padding: 55px 0 60px;
    }

    .about_wrap .btn_glob {
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        font-size: 14px;
    }

    .filter_menu li {
        margin-right: 15px;
        font-size: 12px;
    }

    .filter_single_item {
        width: 100%;
    }

}


.navbar.mak_navbar_header {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(21, 47, 95, 0.12);
}

.navbar.affix.mak_navbar_header {
    box-shadow: 0px 3px 8px 0px rgba(21, 47, 95, 0.12);
}

.mak_navbar_header .navbar-header .navbar-brand {
    line-height: initial;
}

.affix.mak_navbar_header .navbar-header .navbar-brand img.sticky-logo {
    padding-top: 0;
}

.mak_navbar_header .navbar-header .navbar-toggle {
    display: none;
}

.mak_navbar_header .navbar-header {
    float: left;
}

.mak_navbar_header .navbar-collapse {
    position: static;
    background-color: transparent;
    transform: translateX(0%);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mak_navbar_header .navbar-collapse ul.nav {
    padding-top: 0;
}

.mak_navbar_header .navbar-collapse ul.nav li {
    padding-left: 42px;
}

.mak_navbar_header .navbar-collapse ul.nav li a {
    font: 500 14px/50px "Poppins", sans-serif;
    color: #2c2c2c;
    text-shadow: none;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
}

.mak_navbar_header .navbar-collapse ul.nav li a::before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    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%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.mak_navbar_header .navbar-collapse ul.nav li.active a:before,
.mak_navbar_header .navbar-collapse ul.nav li a:hover:before {
    width: 30px;
}

.bg_dark .mak_navbar_header .navbar-collapse ul.nav li a {
    color: #fff;
}

.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #2c2c2c;
}

.mak_navbar_header .navbar-collapse ul.nav li:first-child {
    padding-left: 0;
}

.mak_navbar_header .navbar-collapse ul.nav li.active a {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mak_navbar_header .navbar-collapse ul.nav li.active > a,
.mak_navbar_header .navbar-collapse ul.nav li a:hover,
.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li.active a,
.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li a:hover {
    color: #fbd214;
}

.inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li a {
    color: #fff;
}

.inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li a:before {
    background: #fff;
}

.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #2c2c2c;
}

.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a:before {
    background: #2c2c2c;
}

.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li.active a,
.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a:hover {
    color: #fbd214;
}

.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li.active a:before,
.inner_navbar.navbar.mak_navbar_header.affix .navbar-collapse ul.nav li a:hover:before {
    background: #fbd214;
}


.mak_navbar_header .navbar-collapse ul.nav li.dropdown a {
    background: none;
    border: none;
    box-shadow: none;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu {
    position: absolute;
    top: 80px;
    z-index: 1080;
    background: #303131;
    display: block;
    transform-origin: 50% 0;
    transform: scaleY(0);
    transition: transform 0.5s, opacity 0.3s;
    right: 0;
    width: max-content;
    opacity: 0;
    border-radius: 5px;
    padding: 15px 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.mak_navbar_header.affix .navbar-collapse ul.nav li .submenu {
    top: 70px;
}

.mak_navbar_header .navbar-collapse ul.nav li.dropdown:hover > .submenu {
    transform: scaleY(1);
    opacity: 1;
    display: block;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li {
    padding: 0 30px 0;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li a {
    background: none;
    font-size: 13px;
    line-height: 30px;
    color: #FFF;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li.current_page_ancestor > a {
    color: #fbd214;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li.current_page_ancestor .current_page_item a {
    color: #fbd214;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li.current_page_ancestor li a {
    color: #FFF;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li a:before {
    display: none;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu .submenu {
    transform: scaleY(0) scaleX(0);
    opacity: 1;
    transform-origin: 0 50%;
    top: 0;
    left: 100%;
}

.mak_navbar_header .navbar-collapse ul.nav li .submenu li:hover > .submenu {
    transform: scaleY(1) scaleX(1);
    opacity: 1;
    display: block;
}



@media (max-width: 1024px) {
    .mak_navbar_header .navbar-collapse ul.nav li .submenu {
        background: none;
    }

    .mak_navbar_header .navbar-collapse ul.nav li.submenu li .submenu li .submenu {
        left: auto;
        right: 100%;
        transform-origin: 0 0;
    }
}


@media (max-width: 991px) {
    .mak_navbar_header .navbar-collapse ul.nav li.dropdown .submenu {
        transform: scaleY(1);
        width: 100%;
        border: none;
        box-shadow: none;
        transform-origin: 0 0;
        position: sticky;
        opacity: 0;
        padding: 0;
        display: none;
    }

    .mak_navbar_header .navbar-collapse ul.nav li.dropdown .submenu[aria-expanded="true"] {
        display: block;
    }

    .mak_navbar_header .navbar-collapse ul.nav li.dropdown .submenu li {
        padding: 0 0 0 10px;
    }

    .mak_navbar_header .navbar-collapse ul.nav li .submenu li .submenu {
        transform: scaleY(1) scaleX(1);
        opacity: 1;
        transform-origin: 0 0;
    }

    .mak_navbar_header .navbar-collapse ul.nav li.submenu.in .submenu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .mak_navbar_header .navbar-collapse ul.nav li .submenu.in > a {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mak_navbar_header .navbar-collapse ul.nav li .submenu li a:hover {
        color: #f1b811;
    }

}


.bg_dark .navbar.mak_navbar_header {
    background: transparent;
}

.bg_dark .navbar.mak_navbar_header.affix {
    background: #000;
}

.bg_dark .mak_navbar_header .navbar-collapse ul.nav li a {
    color: #fff;
}

.bg_dark .mak_navbar_header .navbar-collapse ul.nav li.active a {
    color: #fbd214;
}

.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #fff;
}

.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li.active a,
.bg_dark .mak_navbar_header.affix .navbar-collapse ul.nav li a:hover {
    color: #fbd214;
}


.hero_wrap.mak_hero_wrap {
    padding-top: 185px;
}

.hero_wrap.mak_hero_wrap .hero_text_content {
    padding-top: 125px;
}

.mak_hero_wrap .helo_t {
    color: #999999;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.mak_hero_wrap .hero_name {
    color: #32333c;
    font-size: 70px;
    font-weight: 600;
    margin-top: 0;
}

.bg_dark.mak_hero_wrap .hero_name {
    color: #fff;
}

.mak_hero_wrap .hero_catagory {
    color: #666;
    max-width: 400px;
    margin-top: 0;
}

.hero_wrap.bg_gray.mak_hero_wrap:before {
    display: none;
}

.mak_hero_wrap .hero_img {
    position: relative;
    z-index: 1;
}

.mak_hero_wrap .hair_btn {
    -webkit-box-shadow: 0px 20px 80px 0px rgba(176, 118, 14, 0.2);
    box-shadow: 0px 20px 80px 0px rgba(176, 118, 14, 0.2);
    letter-spacing: 1.6px;
    padding: 0 70px;
}


.center_content .sec_title {
    text-align: center;
    ;

}

.center_content .sec_title:before {
    right: 0;
    margin: 0 auto;
}

.center_content .sec_details {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
}

.hire_white_wrap.hire_wrap .sec_title {
    color: #fff;
}

.hire_white_wrap.hire_wrap .sec_title:before {
    background: #fff;
}

.hire_white_wrap.hire_wrap .btn_glob {
    background: #fff;
    border-color: #fff;
    color: #fbd214;
    padding: 0 75px;
    border: none;
}

.hire_white_wrap.hire_wrap .btn_glob:hover {
    background: #fbd214;
    border-color: #fbd214;
    color: #fff;
}





/* ===============================================             header_style_1                 =========================================== */

.mak_header .navbar.mak_navbar_header {
    position: absolute;
}

.mak_header  .navbar.mak_navbar_header.affix {
    position: fixed;
}

.tr_header .navbar.mak_navbar_header {
    background: transparent;
}

.tr_header .navbar.mak_navbar_header.affix {
    background: #fff;
}

/* .mak_navbar_header .navbar-collapse ul.nav li a {
    color: #fff;
} */

.mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #022144;
}

.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li a {
    color: #022144;
}

.mak_navbar_header .navbar-collapse ul.nav li.active a,
.mak_navbar_header .navbar-collapse ul.nav li a:hover  {
    color: #fbd214;
}

.banner_wrap {
    position: relative;
}

.banner_item {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    padding: 330px 0 240px;
    outline: none;
    background-color:#001123;
    background-image: url(../image/banner/banner_img_large_4.jpg);
}

.banner_item_1 {
    background-image: url(../image/banner/banner_img_large_4.jpg);
}

.banner_item_2 {
    background-image: url(../image/banner/banner_img_large_3.jpg);
}

.banner_item_3 {
    background-image: url(../image/banner/banner_img_1.jpg);
}

.banner_img_small {
    background-size: 1175px 100%;
    background-position: right top;
}

.banner_item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,17,35,0.7);
}

.banner_item_1 {
    
}

.banner_content {
    position: relative;
    z-index: 1;
}

.banner_inner .slick-slider {
    margin-bottom: 0;
    position: inherit;
}

.banner_item .banner_title {
    color: #fff;
    font: 500 50px/66px "Poppins", sans-serif;
    margin-bottom: 22px;
    text-align: center;
}

.banner_item .banner_title span.ui {
    font-weight: 900;
    color: #fbd214;
}

.banner_item .sub_title {
    color: #fff;
    font: 500 12px/14px "Poppins", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
}

.banner_item .btn_group {
    text-align: center;
}

.banner_item .prot_btn {
    background-image: -moz-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    color: #fff;
    border-radius: 0;
    padding: 15px 35px;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-color: transparent;
}

.banner_item .prot_btn:hover {
    background-image: -moz-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
}

.banner_text_left .banner_title,
.banner_text_left .sub_title,
.banner_text_left .btn_group {
    text-align: left;
}

.banner_social_link {
    position: absolute;
    bottom: 40px;
    left: 80px;
}

.banner_social_link .social_link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.social_link_icon {
    margin-left: 5px;
}

.banner_social_link .social_link a {
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.banner_social_link .social_link a:hover {
    color: #fec110;
}

.banner_item.banner_dark_color {

}

.banner_item.banner_dark_color .banner_item_overlay {
    opacity: 0;
}

.banner_item.banner_dark_color .banner_title,
.banner_item.banner_dark_color .sub_title ,
.banner_item.banner_dark_color .banner_social_link .social_link,
.banner_item.banner_dark_color .banner_social_link .social_link a {
    color: #022144;
}

.banner_item.banner_dark_color .banner_social_link .social_link a:hover {
    color: #fec110;
}

.banner_inner .slick-dots {
    top: 45%;
    width: 20px;
    right: 27px;
}

.banner_inner .slick-dots li {
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.banner_inner .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    top: 4px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.banner_inner .slick-dots li button:before {
    display: none;
}

.banner_inner .slick-dots li.slick-active {
    border-color: #fec110;
} 

.banner_inner .slick-dots li.slick-active button {
    background: #fec110;
} 

.header_contact_icon {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background-image: -moz-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    z-index: 1080;
    line-height: 80px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

.header_contact_icon:focus,
.header_contact_icon:hover {
    color: #fff;
    background-image: -moz-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( -140deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
}

.header_contact .navbar.mak_navbar_header {
    padding: 15px 0;
    z-index: 1080;
    width: 100%;
}


.banner_inner.banner_pad_more {
    padding: 80px 80px 0 80px;
    background: #fff;
}

.banner_inner.banner_half_overlay .banner_item_overlay {
    width: 50%;
}

.banner_social_link.social_ver_link {
    left: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    height: calc(100% - 60px);
}

.banner_social_link.social_ver_link .social_link_icon {
    margin: 0 0 105px;
    position: relative;
    text-align: center;
    display: block;
}

.banner_social_link.social_ver_link .social_link_icon::before {
    position: absolute;
    content: "";
    bottom: -80px;
    left: 0;
    width: 1px;
    height: 50px;
    background: #bac9db;
    right: 0;
    margin: 0 auto;
}

.banner_social_link.social_ver_link .social_link_icon a {
    display: block;
    color: #b1bcc9;
    margin: 0 0 5px;
}

.banner_social_link.social_ver_link .social_link_icon a:hover {
    color: #fec110;
}

.banner_social_link.social_ver_link .follow_text {
    color: #022144;
    transform: rotate(-90deg);
    display: block;
}

.banner_half_overlay .banner_item .banner_title span {
    display: block;
}

.banner_half_overlay .banner_item {
    padding: 200px 0 215px;
}

.banner_half_overlay.banner_inner .slick-dots li button {
    background: #bcc8d5;
}

.banner_half_overlay.banner_inner .slick-dots .slick-active button {
    background: #fec110;
}

.mak_navbar_header .navbar-collapse ul.nav li.search_icon {
    position: relative;
    padding-left: 38px;
}

.mak_navbar_header .navbar-collapse ul.nav li.search_icon::before {
    position: absolute;
    content: "|";
    left: 15px;
    top: 0;
    color: #022144;
    line-height: 50px;
}

.mak_navbar_header .navbar-collapse ul.nav li.search_icon a {
    transform: rotate(-90deg);
}

.mak_navbar_header .navbar-collapse ul.nav li.search_icon a:before {
    display: none;
}

.header_w_color .mak_navbar_header .navbar-collapse ul.nav li a {
    color: #fff;
}

.header_w_color .mak_navbar_header .navbar-collapse ul.nav li a:before {
    background: #fff;
}

.header_w_color .mak_navbar_header .navbar-collapse ul.nav li.search_icon::before {
    color: #fff;
}

.header_w_color .mak_navbar_header.affix .navbar-collapse ul.nav li a {
    color: #022144;
}

.header_w_color .mak_navbar_header.affix .navbar-collapse ul.nav li a:before {
    background: #fec110;
}

.header_w_color .mak_navbar_header.affix .navbar-collapse ul.nav li a:hover,
.header_w_color .mak_navbar_header.affix .navbar-collapse ul.nav li.active a {
    color: #fec110;
}

.header_w_color .mak_navbar_header.affix .navbar-collapse ul.nav li.search_icon::before {
    color: #022144;
}

.banner_inner.yellow_bg.banner_half_overlay {
    background-image: -moz-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
}

.banner_inner.gray_bg.banner_half_overlay {
    background: #f6f9fb;
}

.yellow_bg.banner_half_overlay .banner_item {
    padding: 150px 0 130px;
}

.banner_inner.yellow_bg.banner_half_overlay .banner_item_overlay {
    opacity: 0;
}

.custom_banner_pad_right {
    padding-right: 0;
}

.banner_inner.yellow_bg.banner_half_overlay .banner_item .banner_title span {
    color: #fff;
}

.banner_inner .banner_item .prot_btn.btn_Wbg {
    background: #fff;
    color: #f1b811;
}

.banner_inner .banner_item .prot_btn.btn_box_shado {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(57, 42, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(57, 42, 0, 0.2);
}

.banner_inner .banner_item .prot_btn.btn_box_shado:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
}

.banner_img_right {
    position: relative;
    z-index: -1;
}

.banner_img_right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 5px;
    z-index: -1;
    border-radius: 0 50px;
    border: 20px solid #fff;
    opacity: 0.3;
}

.banner_img_right img {
    max-width: 570px;
    width: 100%;
    height: 540px;
    border-radius: 0 50px;
    margin-left: -95px;
    box-shadow: 35.355px 35.355px 0px 0px rgba(255, 255, 255, 0.3);
}

.banner_inner.yellow_bg.banner_half_overlay .banner_item .sub_title {
    margin-bottom: 17px;
}

.banner_inner.yellow_bg.banner_half_overlay .banner_item .banner_title {
    margin-bottom: 44px;
}

.banner_inner.yellow_bg .slick-dots {
    top: auto;
    bottom: 40px;
    width: 100%;
    right: auto;
    left: auto;
}

.banner_inner.yellow_bg  .slick-dots li button {
    background: #fde491;
}

.banner_inner.yellow_bg  .slick-dots li.slick-active {
    border-color: #fff;
}

.banner_inner.yellow_bg  .slick-dots li.slick-active button {
    background: #fff;
}

.banner_inner.gray_bg.banner_half_overlay .banner_item .banner_title,
.banner_inner.gray_bg.banner_half_overlay .banner_item .banner_title span,
.banner_inner.gray_bg.banner_half_overlay .banner_item .sub_title {
    color: #022144;
}

.banner_img {
    position: relative;
}

.banner_img::before {
    position: absolute;
    content: "";
    width: 310px;
    height: 600px;
    background-image: -moz-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    top: -30px;
    right: -40px;
    z-index: -1;
}

.banner_img.banner_img_left::before {
    background-image: url(../smity/assets/image/banner/left_img_bg_shap.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 570px;
    right: auto;
    left: -40px;
    top: auto;
    bottom: -90px;
}

.banner_img img {
    max-width: 470px;
    height: 540px;
    width: 100%;
}

.banner_inner.gray_bg .slick-dots li button {
    background: #bcc8d5;
}

.banner_inner.yellow_bg .slick-dots li.slick-active {
    border-color: #fec41c;
}

.banner_inner.yellow_bg .slick-dots li.slick-active button {
    background: #fec41c;
}

.banner_inner .bannerSlider_3 .slick-dots {
    top: 45%;
    width: 20px;
    right: -52px;
}

.header_logo_left .mak_navbar_header .navbar-header .navbar-brand {
    position: absolute;
    left: 10px;
    top: 23px;
}

.navbar-brand img,
.f-logo img {
    max-width: 54px;
    width: 100%;
}

.header_top_border {
    border-top: 1px solid #f4f5f6;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 21, 44, 0.08),0px -1px 0px 0px rgba(0, 21, 44, 0.04);
    box-shadow: 0px 3px 5px 0px rgba(0, 21, 44, 0.08),0px -1px 0px 0px rgba(0, 21, 44, 0.04);
}

.banner_item.banner_item_right_text {
    background-size: contain;
    padding: 160px 0;
}

.banner_item_right_text .banner_item_overlay {
    display: none;
}

.banner_content.content_right_text {
    position: relative;
    height: 500px;
}

.banner_content.content_right_text::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);
}

.inner_content {
    position: relative;
    z-index: 1;
    padding-left: 70px;
}

.inner_content .sub_title {
    margin-bottom: 17px;
}

.scroll_down {
    position: absolute;
    bottom: 40px;
    right: 80px;
}

.scroll_down a {
    font-size: 12px;
    color: #a1a9b2;
    font-weight: 300;
    display: inline-block;
}

.scroll_down a i {
    color: #fec41c;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #eeeae8;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.scroll_down a i:hover {
    border-color: #fec41c;
    color: #fff;
    background: #fec41c;
}

.banner_title.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #fff;
}




/* Modal style */

.modal-open {
    overflow: hidden !important;
}

.modal_center {
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(45, 63, 87, 0.8);
}

.modal_v_center {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.contact_form_modal {}

.contact_form_modal .modal-dialog {
    max-width: 770px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_form_modal .modal-dialog .modal-content {
    background: #fbfbfd;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_form_modal .modal-dialog .modal-content .modal-body {
    padding: 40px;
}

.contact_form_modal .close {
    position: absolute;
    top: 70px;
    right: 70px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 1080;
}

.contact_form_modal .form_title {
    font-size: 22px;
    line-height: 30px;
    color: #1a264a;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.contact_form_modal .form-group {
    margin-bottom: 35px;
}

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

.contact_form_modal .form-group .form-control {
    border: 1px solid #aaa;
    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: #1a264a;
    box-shadow: none;
}

.contact_form_modal .form-group .form-control::-webkit-input-placeholder {
    color: #99a6c4;
}

.contact_form_modal .form-group .form-control::-moz-placeholder {
    color: #99a6c4;
}

.contact_form_modal .form-group .form-control::placeholder {
    color: #99a6c4;
}

.contact_form_modal .form-group textarea.form-control {
    height: 200px;
    padding-top: 16px;
    max-width: 100%;
    min-width: 100%;
}

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

.contact_form_modal .sendBtn {
    background: none;
    border: 1px solid #aaa;
    padding: 0px 63px;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    transition: all 0.4s linear;
    border-radius: 5px;
    margin-top: 10px;
}

.contact_form_modal .sendBtn:hover {
    border-color: #f1b200;
    color: #fff;
    background: #f1b200;
}

.contact_form_modal #error,
.contact_form_modal #success {
    color: #f1b200;
    font-size: 14px;
    line-height: 20px;
    display: none;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.contact_form_modal .form-group label.error {
    position: absolute;
    color: #f1b200;
    font-size: 12px;
    bottom: -8px;
}

span.wpcf7-not-valid-tip {
    line-height: 0;
    color: #ff0076;
    margin-top: 15px;
    font-size: 12px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    margin-bottom: 0;
    padding: 0;
    color: #f1b200;
}

.about_img_shap {
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    height: 290px;
    align-items: flex-end;
    padding-bottom: 35px;
    padding-left: 180px;
    max-width: 470px;
    margin: 0 auto;
}

.about_content {
    padding-right: 90px;
}

.about_content p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 28px;
    color: #8a8fa3;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.about_content .btn_glob.btn_yellow {
    margin-right: 27px;
}

.filter_menu {
    margin-bottom: 43px;
}

.filter_menu li {
    margin-right: 55px;
    color: #555555;
    position: relative;
}

.filter_menu li.active,
.filter_menu li:hover {
    color: #fbd214;
}

.filter_menu li:before {
    position: absolute;
    content: "/";
    color: #aaa;
    top: 0;
    right: -32px;
    font-weight: 300;
}

.filter_menu li:last-child:before {
    display: none;
}

.filterItem_body {
    margin-left: -30px;
}

.filter_item_img_inner {
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
}

.filter_item:before {
    display: none;
}

.filter_item img {
    width: 100%;
}

.filter_item {
    overflow: hidden;
}

.hover_content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient( 40deg, rgba(254,193,16,0.9) 0%, rgba(251,210,20,0.9) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgba(254,193,16,0.9) 0%, rgba(251,210,20,0.9) 100%);
    background-image: -ms-linear-gradient( 40deg, rgba(254,193,16,0.9) 0%, rgba(251,210,20,0.9) 100%);
}

.filter_item:hover .hover_content {
    top: 0;
    opacity: 1;
}

.hover_content_inner {
    width: 100%;
    text-align: center;
}

.hover_content h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.5px;
    max-width: 170px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: 22px;
    font-weight: 500;
}

.hover_content p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hover_content a {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    background: #fff;
    line-height: 40px;
    font-size: 30px;
    border-radius: 50%;
    color: #fbd214;
    font-weight: 300;
    padding: 1px 0 0 2px;
}

.hover_content a:hover {
    color: #fbd214;
}

.experience_wrap.center_content .sec_details {
    margin-bottom: 70px;
}

.experience_wrap.center_content .experience_single_item .sec_details {
    text-align: left;
    margin-bottom: 0;
}

.helo_t {
    text-transform: uppercase;
}

.latest_work_wrap.center_content .sec_details {
    margin-bottom: 45px;
}



.bg_dark.mak_hero_wrap .helo_t,
.bg_dark.mak_hero_wrap .hero_catagory,
.bg_dark .ex_title {
    color: #fff;
}





@media (max-width: 1199px) {

    .filter_large_img {
        width: 48%;
    }

    .filter_small_img {
        width: 24%;
    }

    .mak_hero_wrap .hero_name {
        font-size: 55px;
    }

    .hero_wrap.mak_hero_wrap .hero_text_content {
        padding-top: 30px;
    }

    .about_img_shap {
        padding-left: 135px;
        padding-bottom: 45px;
        background-size: 100% auto;
    }

}

@media (max-width: 991px) {

    .filter_large_img {
        width: 50%;
    }

    .filter_small_img {
        width: 50%;
    }

    .filter_menu li {
        margin-right: 40px;
    }

    .filter_menu li:before {
        right: -25px;
    }

    .mak_hero_wrap .hero_name {
        font-size: 45px;
    }

    .hero_wrap.mak_hero_wrap .hero_text_content {
        padding-top: 0;
    }

    .hero_catagory {
        margin-bottom: 35px;
    }

    .about_img_shap {
        padding-left: 90px;
        padding-bottom: 60px;
    }

    .sec_title {
        font-size: 30px;
    }

    .hover_content h4 {
        font-size: 18px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .hover_content p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .hover_content a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px;
    }

    .about_wrap {
        padding: 70px 0 80px;
    }

    .service_wrap {
        padding: 70px 0 48px;
    }

    .service_icon {
        min-height: 65px;
    }

    .latest_work_wrap {
        padding: 70px 0 50px;
    }

    .experience_wrap {
        padding: 70px 0 79px;
    }

    .hire_wrap {
        padding: 70px 0 75px;
    }

    .mak_navbar_header .navbar-header {
        float: none;
    }

    .navbar.mak_navbar_header {
        background-color: #fff;
        padding: 20px 0;
    }

    .mak_navbar_header .navbar-collapse.affix {
        padding-top: 15px;
    }

    .mak_navbar_header .navbar-header .navbar-toggle {
        display: block;
        padding: 15px 15px 0px 0;
    }

    .navbar-header .navbar-toggle .icon-bar {
        background-color: #545869;
    }

    .navbar-header .navbar-toggle:hover .icon-bar {
        background: #f1b811;
    }

    .navbar-header .navbar-toggle .icon-bar:nth-child(1),
    .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
        transform: rotate(0);
    }

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

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

    .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);
    }

    .mak_navbar_header .navbar-collapse {
        position: static;
        background-color: transparent;
        width: 100%;
        box-shadow: none;
        float: none;
        border: none;
    }

    .mak_navbar_header .navbar-collapse ul.nav {
        padding: 0 15px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .mak_navbar_header .navbar-collapse ul.nav li a {
        padding-left: 0;
    }

    .footer_light .footer-top {
        padding: 70px 0px 50px;
    }

}


@media (max-width: 767px) {

    .d_flex {
        display: block;
    }

    .about_img_shap.d_flex {
        display: flex;
        align-items: center;
        padding-left: 0;
        margin-bottom: 60px;
        text-align: center;
        padding-bottom: 0;
    }

    .about_img_shap_inner {
        width: 100%;
    }

    .sec_title:before {
        right: 0;
        margin: 0 auto;
    }

    .about_content {
        padding-right: 0;
    }

    .filter_large_img,
    .filter_small_img {
        width: 100%;
    }

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

    .hover_content p {
        margin-bottom: 20px;
    }

    .hover_content a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    .experience_single_item {
        border-right: 1px solid #edecec;
    }

    .imagelightbox-arrow {
        width: 50px;
        height: 40px;
    }
}

@media (max-width: 640px) {
    .filter_menu li {
        margin-right: 20px;
    }

    .filter_menu li::before {
        right: -15px;
    }
}


@media (max-width: 440px) {
    .about_wrap .btn_yellow {
        margin-bottom: 15px;
    }
}

@media (max-height: 500px) {
    .mak_navbar_header .navbar-collapse {
        max-height: 200px !important;
    }
}






/* mak-blog */

.mak_blog_banner {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    padding: 225px 0 165px;
}

.mak_blog_banner .blog_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(40deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(254, 193, 16) 0%, rgb(251, 210, 20) 100%);
    z-index: -1;
}

.blog_title {
    font: 700 50px/66px "Poppins", sans-serif;
    color: #fff;
    word-break: break-word;
    margin: 0;
}

.blog_subtitle {
    font: 300 16px/44px "Poppins", sans-serif;
    color: #fff;
}

.blog_subtitle span {
    display: inline-block;
    margin: 0 15px;
}

.blog_subtitle a {
    color: #fff
}

.blog_subtitle a i {
    margin-right: 10px;
}

.blog_content p {
    color: #56677a;
}

.breadcrumb {
    background: transparent;
    text-align: center;
    margin-bottom: 0;
}

.breadcrumb li a {
    font: 300 16px/44px "Poppins", sans-serif;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #FFF;
    font-size: inherit !important;
}

.breadcrumb > li + li:before {
    content: '|';
    color: #FFF;
    padding-left: 12px;
    padding-right: 12px;
}

.breadcrumb li i {
    margin-right: 12px;
}

.blog_area {
    padding: 100px 0;
}

.blog_section {}

.blog_area .blog_item {
    margin-bottom: 65px;
}

.blog_item.blog_single_item {
    margin-bottom: 0;
}

.blog_item .blog_post_img {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    ;
}

.blog_item.has-post-thumbnail .blog_header {
    display: block;
}

.blog_item .blog_header {
    display: inline-block;
}

.blog_item.has-post-thumbnail .blog_post_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #022144;
    opacity: 0;
    transition: all 0.3s;
}

.blog_item .blog_post_img:hover:before {
    opacity: 0.2;
}

.blog_item.has-post-thumbnail .blog_post_img .post_date_month {
    position: absolute;
    top: 20px;
    left: 20px;
}

.blog_item .blog_post_img .post_date_month {
    font: 400 16px/22px "Poppins", sans-serif;
    width: 80px;
    height: 75px;
    text-align: center;
    background: #fcc520;
    color: #fff;
    border-radius: 5px;
    padding: 12px 0;
    display: table;
    margin-right: 30px;
}

.blog_item .post_date_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.blog_item .blog_post_img .post_date_month .post_date {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: #FFF;
}

.blog_item.has-post-thumbnail .post_info {
    margin: 0 0 12px;
}

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

.post_info li {
    display: inline;
    color: #9ca4b5;
    margin-right: 10px;
}

.post_info li i {
    margin-right: 10px;
}

.post_info li a {
    display: inline;
    color: #9ca4b5;
    font: 400 14px/16px "Poppins", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post_info li a:hover {
    color: #f1b811;
}

.blog_post_title {
    font: 600 24px/34px "Poppins", sans-serif;
    color: #022144;
    margin-bottom: 12px;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a .blog_post_title:hover {
    color: #f1b811;
}

.blog_content a:hover .blog_post_title {
    color: #f1b811;
}

.blog_post_details {
    font: 300 15px/30px "Poppins", sans-serif;
    color: #627387;
}

.blog_sidebar {
    padding-left: 40px;
}

.widget {
    margin-bottom: 50px;
}

.widget.search_widget {
    margin-bottom: 50px;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form.input-group input {
    width: 100%;
    height: 66px;
    border: 1px solid #edf1f5;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(1, 19, 40, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(1, 19, 40, 0.06);
    font: 300 15px/18px "Poppins", sans-serif;
    padding: 0 30px;
    border-radius: 5px !important;
}

.search-form.input-group input:focus {
    border-color: #fcc520;
}

.input-group-addon {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    padding: 0;
    display: inline-block;
    width: 50px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.input-group-addon button {
    height: 66px;
    padding: 0;
    background: transparent;
    color: #022144;
    z-index: 9999;
    border: none;
    box-shadow: none;
    font-size: 15px;
}

.input-group-addon button:hover {
    color: #fcc520;
}

.widget .widget_title {
    color: #022144;
    position: relative;
    font: 600 18px/36px "Poppins", sans-serif;
    margin-bottom: 25px;
    margin-top: 0;
}

.widget .rsswidget {
    color: #022144;
}

.widget.widget_rss ul li:not(:last-child) {
    padding-bottom: 20px;
}

.widget .widget_title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f1b811;
}

.media {
    display: flex;
    align-items: center;
}

.media_left {
    margin-right: 25px;
    max-width: 91px;
    width: 35%;
}

.media_left a {
    display: inline-block;
    position: relative;
}

.media_left a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #022144;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
}

.media_left a:hover:before {
    opacity: 0.2;
}

.media_left a img {
    width: 100%;
    /* height: 87px; */
    border-radius: 5px;
}

.media_body {
    width: 65%;
}

.rp_title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.rp_title a {
    color: #022144;
    display: inline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rp_title a:hover {
    color: #f1b811;
}

.recent_post_meta {
    list-style: none;
    padding-left: 0;
}

.blog_sidebar .widget ul li {
    font-size: 14px;
    color: #627387;
    font-weight: 300;
}

.widget.widget_meta ul li {
    margin-bottom: 5px;
}

.widget.widget_meta ul li a {
    color: #627387;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_meta ul li a:hover {
    color: #f1b811;
    border-color: #f1b811;
}

.widget.widget_tag_cloud .tagcloud a {
    border-radius: 5px;
    margin: 0 5px 10px 0;
    color: #627387;
    text-transform: capitalize;
    font: 400 14px/38px "Poppins", sans-serif;
    padding: 3px 20px;
    background-color: #f4f5fa;
    display: inline-block;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #f1b811;
    color: #fff;
}

.widget.widget_social {}

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

.widget_social_link li {
    display: inline-block;
}

.widget .widget_social_link li a {
    display: inline-block;
    color: #8a98a8;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5eaef;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_social_link li:last-child a {
    margin-right: 0;
}

.widget_social_link li a:hover {
    background: #f1b811;
    border-color: #f1b811;
    color: #fff;
}

.pagination_wrap .pagination {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}

.pagination_wrap .pagination li {
    display: inline-block;
}

.pagination_wrap .pagination li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #707b90;
    background: #eff2f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin-right: 7px;
}

.pagination_wrap .pagination li a i {
    font-size: 22px;
    line-height: 50px;
}

.pagination_wrap .pagination li.active a,
.pagination_wrap .pagination li a:hover {
    background: #fec110;
    color: #fff;
}

.blog_item blockquote {
    border: none;
    padding: 35px 55px 35px 125px;
    margin: 25px 0;
    position: relative;
    background: #f9fafb;
}

.blog_item blockquote:before {
    position: absolute;
    content: ",,";
    left: 30px;
    font: 300 220px/32px "Poppins", sans-serif;
    transform: rotate(180deg);
    top: 120px;
    color: #d7dfe8;
    font-style: italic;
}

.blog_item blockquote p {
    font-size: 18px !important;
    color: #56677a !important;
    font-weight: 300;
    line-height: 36px !important;
}

.post_inner_img {
    padding: 50px 0 0;
}

.post_inner_title {
    font-size: 20px;
    color: #022144;
    font-weight: 600;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.post_tag_info {
    padding-bottom: 40px;
}

.post_tags {}

.post_tags a {
    display: inline-block;
    color: #627387;
    font: 400 14px/34px "Poppins", sans-serif;
    background-color: #f4f5fa;
    padding: 3px 20px;
    margin: 0 8px 8px 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post_tags a:hover {
    background: #fec110;
    color: #fff;
    border-color: #fec110;
}

.share_with {
    text-align: right;
}

.share_with span {
    color: #a2acb7;
    font-size: 14px;
    font-weight: 300;
}

.share_with_link {
    margin-left: 15px;
}

.share_with_link a {
    color: #8a98a8;
    font-size: 12px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #a2acb7;
    border-radius: 50%;
    margin: 0 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.share_with_link a:last-child {
    margin-right: 0;
}

.share_with_link a:hover {
    color: #fff;
    background: #f1b811;
    border-color: #f1b811;
}

.bio_wrap {
    padding-top: 40px;
    border-top: 1px solid #e4eaf2;
    border-bottom: 1px solid #e4eaf2;
    padding-bottom: 40px;
}

.bio_wrap .media {
    display: block;
}

.user_img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user_name {
    font-size: 18px;
    font-weight: 500;
    color: #022144;
    line-height: 24px;
    margin: inherit;
    line-height: 20px;
}

.user_catagory {
    color: #a2acb7;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin: inherit;
    line-height: 30px;
}

.details {
    font-size: 15px;
    font-weight: 300;
    color: #627387;
    line-height: 26px;
    margin-top: 6px;
}

.similar_post {
    padding-top: 50px;
}

.similar_post_title {
    font-size: 20px;
    color: #022144;
    font-weight: 600;
    line-height: 36px;
    position: relative;
    margin-bottom: 50px;
}

.similar_post_title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #f1b811;
    bottom: 0;
    left: 15px;
}

.has_related_post_thumb .post_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 40px;
}

.post_date {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
}

.has_related_post_thumb .post_date {
    color: #FFF;
}

.has_related_post_thumb.similar_post_img {
    position: relative;
    margin-bottom: 75px;
}

.has_related_post_thumb.similar_post_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0001, #000);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.s_post_title {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.has_related_post_thumb .s_post_title {
    color: #FFF;
}

.s_post_title:hover {
    color: #f1b200;
}

.comment_form_content {
    padding-bottom: 5px;
}

.comment_area .media.comment {
    padding-bottom: 15px;
    align-items: start;
}

.comments {
    padding-bottom: 50px;
}

.comment_area .media.comment .media-left {
    padding-right: 10px;
}

.comment_area .comments .comment .media-body .commenter-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    margin-top: 0;
}

.comment_area .comments .comment .media-body .commenter-name a {
    color: #022144;
}

.comment_area .comments .comment .media-body .commenter-name .comment_ago {
    font-size: 15px;
    color: #a2acb7;
    font-weight: 300;
}

.comment_area .comments .comment .media-body p {
    color: #627387;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    margin-top: 0;
}

.comment_area .comments .comment .media-body p a {
    color: #627387;
}

.comment-respond .logged-in-as a {
    color: #627387;
}

.comment-reply-link {
    color: #627387;
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #e5eaef;
    border-radius: 5px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-reply-link:hover {
    background: #f1b811;
    border-color: #f1b811;
    color: #fff;
}

.comment_area .comments .children {
    padding: 25px 0 10px 50px;
    margin: 0;
}

.comment_area .comments .children .media.comment .media-left {
    padding-right: 5px;
}

.comment_area .comments .children .media.comment .media-left .user_img {
    width: 56px;
    height: 56px;
}

h2.comment_form_title {
    color: #022144;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}

.comment_form_content .comment_form_title {
    padding-top: 50px;
    margin-top: 0;
}

.comment_form_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f1b811;
}

.comment_form .form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #022144;
    border-bottom: 1px solid #dce6f3;
    border-radius: 0;
    padding-left: 0;
    font-weight: 300;
    margin-bottom: 25px;
}

.comment_form .form-control:focus {
    border-color: #f1b811;
}

.comment_form textarea.form-control {
    min-height: 135px;
    margin-bottom: 15px;
}

.comment_form .submit_btn {
    background: #f1b811;
    width: auto;
    height: auto;
    padding: 20px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f1b811;
}

.comment_form .submit_btn:hover {
    color: #f1b811;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f1b811;
}

#imagelightbox {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(12, 0, 46, 0.1);
}

.imagelightbox-close {
    width: 30PX;
    height: 30PX;
}

.imagelightbox-close::before,
.imagelightbox-close::after {
    top: 8px;
    bottom: 8px;
}

.imagelightbox-arrow {
    border-radius: 4px;
    margin-top: -20px;
}

.imagelightbox-arrow:before {
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagelightbox-close:hover,
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #f1b811;
}

@media (max-width: 991px) {

    .inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li,
    .mak_navbar_header .navbar-collapse ul.nav li {
        padding-left: 0;
    }

    .inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li a {
        color: #2c2c2c;
    }

    .inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li.active a,
    .inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li a:hover {
        color: #f1b811;
    }

    .inner_navbar.navbar.mak_navbar_header {
        background: transparent;
    }

    .inner_navbar.navbar.mak_navbar_header.affix {
        background: #fff;
    }

    .inner_navbar .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
    }

    .inner_navbar.affix .navbar-header .navbar-toggle .icon-bar {
        background-color: #f1b811;
    }

    .mak_navbar_header .navbar-collapse {
        margin-left: 0;
        margin-top: 15px;
    }

    .inner_navbar.navbar.mak_navbar_header .navbar-collapse ul.nav li a::before {
        background: #f1b811;
    }

    .navbar.affix.inner_navbar .navbar-header .navbar-toggle {
        padding: 22px 0px 0;
    }

    .media {
        align-items: start;
    }

    .widget .media_left {
        margin-right: 15px;
    }

    .widget.widget_tag_cloud .tagcloud a {
        padding: 3px 15px;
    }

    .widget .widget_social_link li a {
        margin-bottom: 10px;
    }

    .post_tags a {
        padding: 0 10px;
    }

    .share_with_link a {
        margin-bottom: 10px;
    }

    .share_with_link a:last-child {
        margin-right: 4px;
    }

    .post_content {
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {

    .blog_title {
        font-size: 36px;
        line-height: 50px;
    }

    .similar_post_img img {
        width: 100%;
    }

    .post_content {
        padding: 25px 40px;
    }

    .share_with {
        text-align: left;
    }

    .post_tag_info {
        padding-top: 0 padding-bottom: 10px;
    }

    .post_tags {
        margin-bottom: 30px;
    }

    .blog_area {
        padding: 60px 0 0;
    }

    .similar_post_img {
        margin-bottom: 30px;
    }

    .blog_sidebar {
        padding-left: 0;
    }

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

@media (max-width: 500px) {
    .comment_area .media.comment .media-left {
        display: block;
        margin-bottom: 22px;
    }

    .comment_area .comments .children {
        padding-left: 50px;
    }
}

@media (max-width: 420px) {
    .blog_post_title {
        font-size: 20px;
        line-height: 30px;
    }
}

.post_info_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog_item .post_info_wrapper .blog_post_img {
    margin-bottom: 0;
}

.blog_item .post_info_wrapper .blog_header .blog_post_title {
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
}

.page .entry-content {
    margin-top: 0;
}

/*   custom style */

.single_comment.comment {
    margin-bottom: 33px;
    clear: both;
    float: left;
    width: 100%;
}

.single_comment_left {
    float: left;
    width: 14%;
}

.single_comment_body {
    float: left;
    width: 86%;
}

.single_comment_body h5 {
    margin: 0;
}

.single_comment_body p {
    margin: 10px 0;
}

.comment_list {
    list-style: none;
    padding-left: 0;
}

.comment_list li.comment:last-child {
    margin-bottom: 0;
}

.comment_area .comments .children {
    padding: 25px 0 0 50px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment_area .comments .children .children .single_comment.comment .single_comment_left {
    width: 17%;
}

.comment_area .comments .children .children .single_comment.comment .single_comment_body {
    width: 83%;
}

/*=========== error page css ============*/


.error_area {
    height: calc(100vh - 86px);
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
}

.error_contain h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 80px;
}

.error_contain p {
    font-size: 18px;
    color: #777777;
    margin-bottom: 50px;
}

.b_text {
    position: relative;
    z-index: 1;
}

.b_text img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.b_text h1 {
    font-size: 300px;
    line-height: 300px;
    text-shadow: 0px 30px 60px rgba(0, 21, 46, 0.2);
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
}

.btn.back_btn {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #fbd214;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 21, 46, 0.16);
    box-shadow: 0px 10px 40px 0px rgba(0, 21, 46, 0.16);
    padding: 17px 31px;
}

.btn.back_btn i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.no-results.not-found .page-content p {
    margin-bottom: 10px;
}

.elementor-row .elementor-column {
    min-height: 0;
}

.menu_center .mak_navbar_header .navbar-collapse {
    float: none;
}

.menu_center .mak_navbar_header .navbar-collapse ul.nav {
    float: none;
    text-align: center;
}

.menu_center .mak_navbar_header .navbar-collapse ul.nav li {
    float: none;
    display: inline-block;
    padding-left: 42px;
}

.menu_center .mak_navbar_header .navbar-collapse ul.nav li:first-child {
    padding-left: 0;
}

.border_center .mak_navbar_header .navbar-collapse ul.nav li a::before {
    right: 0;
    margin: 0 auto;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu {
    border: none;
    padding: 20px 15px 15px;
    box-shadow: 0px 15px 45px 0px rgba(0,0,0,0.1);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0 0 0;
} 

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li {
    background: #fff;
    padding: 0 0 0 15px !important;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li:first-child {
    padding-top: 10px !important;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li:last-child {
    padding-bottom: 15px !important;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
} 

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li {
    padding-left: 0;
    display: block;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a,
header.header_menu.header_w_color .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a  {
    display: inline-block;
    line-height: 20px;
    color: #022144;
    font-size: 12px;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a:hover,
header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a.active,
header.header_menu.header_w_color .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a:hover,
header.header_menu.header_w_color .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a.active  {
    color: #fbd214;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a:before {
    width: 0;
    bottom: 0;
    margin-left: 0;
}

header.header_menu.header_w_color .mak_navbar_header .navbar-collapse ul.nav li a:before {
    background: #fbd214;
}

header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a:hover:before,
header.header_menu .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a.active:before {
    width: 100%;
}


.cus_filter .filter_item .hover_content h4 a {
    font-size: 20px;;
    width: inherit;
    height: inherit;
    letter-spacing: -0.5px;
    width: 100%;
    line-height: 22px;
    font-weight: 500;
}

.dark_bg.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a, 
.tr_header.dark_bg .navbar.mak_navbar_header.affix .navbar-collapse ul.nav li ul.dropdown-menu li a {
    color: #022144;
}

.dark_bg.header_dark_color .mak_navbar_header .navbar-collapse ul.nav li ul.dropdown-menu li a:hover, 
.tr_header.dark_bg .navbar.mak_navbar_header.affix .navbar-collapse ul.nav li ul.dropdown-menu li a:hover {
    color: #fbd214;
}

.mbHide {
    display: inline-block;
}

.mbShow {
    display: none !important;
}

.widget.widget_meta ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.mak_blog_banner {
    background-color: transparent;
    background-image: url(../image/service_bg.jpg) !important;
}

.mak_blog_banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.post_tags span {
    margin-right: 10px;
}


.banner_content {
    padding: 65px 0;
}

.bannerSlider_12 .banner_title span.hey {
    animation:fadeOutLeft 1s both;
}

.bannerSlider_12 .slick-active .banner_title span.hey {
  animation:fadeInLeft 1s both 2s;
}

.bannerSlider_12 .banner_title span.ui {
    animation:fadeOutLeft 2s both;
}

.bannerSlider_12 .slick-active .banner_title span.ui {
  animation:fadeInLeft 1s both 2.5s;
}

.bannerSlider_12 .sub_title {
    animation:fadeOutLeft 1s both;
}

.bannerSlider_12 .slick-active .sub_title {
  animation:fadeInLeft 1s both 3s;
}

.bannerSlider_12 .prot_btn {
    animation:fadeOutDown 1s both;
}

.bannerSlider_12 .slick-active .prot_btn {
  animation:fadeInUp 1s both 3.5s;
}

.bannerSlider_12 .banner_item_overlay {
    animation:fadeOutLeft 1s both;
}

.bannerSlider_12 .slick-active .banner_item_overlay {
  animation:fadeInLeft 1s both 1s;
}

.latest_work_wrap .sec-title3 {
    margin-bottom: 33px;
}



.contact  {
    font-size: 150%;
}


