@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i,900|Open+Sans');
/****************************************

            TABLE OF CONTENT

*****************************************/
/* 
1. Reset
2. General items
   2.1 Fonts
   2.2 Color
   2.3 Buttons
   2.4 Divider
3. Header
   3.1 Header 1
   3.2 Header 2
   3.3 Header 3
   3.4 Header section
4. Home
   4.1 Home 1
   4.2 Home 2
   4.3 Home 3
5. About
   5.1 Personal info
   5.2 Characteristics
   5.3 Hobbies
6. Resume
   6.1 Qualification
   6.2 Skills
7. Portfolio
   7.1 Portfolio 1
   7.2 Portfolio 2
8. Pricing table
   8.1 Pricing table 1
   8.2 Pricing table 2
   8.3 Pricing table 3
9. Contact us
   9.1 Map
   9.2 Contact info
10. Sub header page
11. Footer 
12. 404
13. Blog
   13.1 Single blog
14. Loader
   14.1 Loader 1
   14.2 Loader 2
   14.3 Loader 3
15. Color palette
16. Theme test
17. Responsive


*/
/* 1) Reset */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */

figcaption,
figure,
footer,
header,
main,
/* 2 */

menu,
nav,
section,
summary {
    /* 1 */

    display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */

[hidden] {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */

    text-decoration: underline;
    /* 2 */

    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    /*font-size: 2em;*/

    margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */

    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */

    height: 0;
    /* 1 */

    overflow: visible;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit;
    /* 1 */

    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */

    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */

    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */

    color: inherit;
    /* 2 */

    display: table;
    /* 1 */

    max-width: 100%;
    /* 1 */

    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */

    font: inherit;
    /* 2 */
}
::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 0.9;
}
::-moz-placeholder {
    color: #FFF !important;
    opacity: 0.9;
}
:-ms-input-placeholder {
    color: #FFF !important;
    opacity: 0.9;
}
:-moz-placeholder {
    color: #FFF !important;
    opacity: 0.9;
}
/* (2) General items */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0 !important;
}
.section-space{
    padding-top: 0;
    padding-bottom: 0;
}
/* (2.1) Fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    margin: 0;
    word-wrap: break-word;
}
body,
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a {
    color: #ff5722;
}
body {
    letter-spacing: 1px;
    color: #FFF;
    overflow-x: hidden;
}
.main-page-title h2 {
    text-align: left;
    font-weight: 600;
}
.main-page-title p {
    line-height: 25px;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
}
.main-page-title {
    padding-bottom: 11px;
    border-color: #f5f5f5 !important;
    border-bottom: 2px solid;
    margin-bottom: 29px;
    text-align: left;
    padding-top: 33px;
    font-weight: 600;
}
/* (2.3) Buttons */

a:hover {
    text-decoration: none !important;
}

/* (2.4) Divider */
.divider-xsmall,
.divider-small,
.divider-medium,
.divider-large {
    clear: both;
}

.divider-xsmall {
    height: 25px;
}

.divider-small {
    height: 50px;
}

.divider-medium {
    height: 100px;
}

.divider-large {
    height: 150px;
}
/* style 1 */
.animated-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease 0s;
    border-width: 2px;
    border-style: solid;
    padding: 9px 10px;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    background: none;
}
.animated-btn::before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #fff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animated-btn:hover {
    color: #fff !important;
    text-shadow: none;
    background-color: transparent;
}
.animated-btn:hover::before {
    bottom: 0%;
    top: auto;
    height: 100%;
}
/* style 2 */

.animated-btn1.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
}
.animated-btn1.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.animated-btn1 {
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block !important;
    padding: 14px 15px !important;
    color: #ff5722;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.animated-btn1:before {
    background: #ff5722;
}
.animated-btn1.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
/* style 3 */

.animated-btn2 {
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block !important;
    padding: 14px 15px !important;
    color: #ff5722;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.animated-btn2:before {
    background: #ff5722;
}
.animated-btn2.thar-two:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.animated-btn2.thar-two:hover {
    color: #fff !important;
    background-color: transparent;
}
.animated-btn2.thar-two:hover:before {
    right: 0%;
    left: auto;
    width: 100%;
}
.form-submit {
    display: none;
}
.section-background-light {
    background: rgba(0, 0, 0, 0.4) url(../image/grid-image1.png) repeat fixed;
}
.section-background-dark {
    background: rgba(0, 0, 0, 0.6) url(../image/grid-image1.png) repeat fixed;
}
/* (3) Header */
.bottom-spacing {
    margin-bottom: 50px;
}

.contact-header {
    position: relative;
}

/* (3.1) Header 1 */
#typed{
    white-space:pre;
}
.right-menu-home3 {
    float: right;
}
.main-wrapper-home3 {
    position: relative;
    background: #262626;
}
.header-logo {
    float: left;
    position: relative;
    z-index: 9;
}
.home3-header {
    width: 100%;
    overflow: hidden;
    padding-left: 0;
}
.home3-header .header-logo {
    margin-top: 75px;
    padding-left: 0;
}
.inner-logo-home3 {
    width: auto;
    float: left;
    padding-left:0;
    position: relative;
}
.inner-logo-home3 .header-logo {
    margin-top: 70px;
}
.nav-menu-home3 {
    float: right;
    margin: 56px auto 0;
}
.inner-menu-home3 {
    display: block;
    float: right;
    clear: inherit;
    margin: 55px auto 40px auto;
    position: relative;
    z-index: 9;
}
.menu-box-home3 {
    float: left;
    margin-left: 5px;
}
.menu-item-home3 {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.menu-item-home3 {
    background: #191919;
    font-family: "Oxygen", sans-serif;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    height: 95px;
    padding: 20px 0px;
    width: 110px;
}
.menu-item-home3 i {
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out 0.3s;
}
.text-home {
    transition: all 0.3s ease-in-out 0.3s;
}
.menu-box-home3 span.text-home {
    text-transform: uppercase;
}
.menu-item-home3:before,
.menu-item-home3.active:before {
    content: '';
    display: block;
    z-index: 99;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: solid 5px #e5451a;
    background: rgba(0, 0, 0, 0.4) url(../image/grid-image1.png) repeat;
    color: #e5451a;
    transition: 0.4s ease left;
}
.menu-item-home3.active:before {
    left: 0;
}
.menu-item-home3:hover:before,
.menu-item-home3:focus:before {
    left: 0;
}
.menu-item-home3.active .icon-home3 i,
.menu-item-home3:hover .icon-home3 i,
.menu-item-home3:focus .icon-home3 i,
.menu-item-home3.active .text-home,
.menu-item-home3:hover .text-home,
.menu-item-home3:focus .text-home {
    z-index: 999999;
    position: relative;
    margin-top: 0px;
    color: #e5451a;
}
.button-nav-icon-home3 {
    background: transparent;
    border: none;
    cursor: pointer;
    float: right;
    margin: 45px 0 0 6px;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .3s;
    z-index: 9999;
    display: none;
}
.menu-icon-home3 {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}
.menu-icon-home3:hover {
    opacity: .7
}
.menu-icon-box-home3 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px
}
.menu-icon-inner-home3 {
    top: 50%;
    display: block;
    margin-top: -2px
}
.nav-sub-menu .submenu-home2 a {
    line-height: 42px;
}
.menu-icon-inner-home3,
.menu-icon-inner-home3:after,
.menu-icon-inner-home3:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #ff5722;
    transition: all 0.3s ease-in 0s;
}
.menu-icon-inner-home3:after,
.menu-icon-inner-home3:before {
    display: block;
    content: ''
}
.menu-icon-inner-home3:before {
    top: -8px
}
.menu-icon-inner-home3:after {
    bottom: -8px
}
.menu-icon-arrow-home3 .menu-icon-inner-home3:before {
    transition: all 0.3s ease-in 0s;
    transition: top .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
}
.menu-icon-arrow-home3 .menu-icon-inner-home3:after {
    transition: all 0.3s ease-in 0s;
    transition: bottom .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
}
.menu-icon-arrow-home3.is-active .menu-icon-inner-home3:before {
    top: 0;
    transition: top .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    -webkit-transform: translate3d(-6px, -9px, 0px) rotate(-45deg) scaleX(0.7);
    transform: translate3d(6px, -8px, 0px) rotate(-135deg) scaleX(0.7);
}
.menu-icon-arrow-home3.is-active .menu-icon-inner-home3:after {
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    -webkit-transform: translate3d(-6px, 8px, 0px) rotate(45deg) scaleX(0.7);
    transform: translate3d(6px, 8px, 0px) rotate(135deg) scaleX(0.7);
}
.nav-sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999999;
    display: none;
    transition: none;
    width: 100%;
    height: 100%;
}
.nav-sub-menu .menu-box-home3 {
    float: none;
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.sub-menu {
    text-align: center;
    margin: auto;
    overflow: hidden;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.sub-menu .menu-box-home3 a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 27px;
}
.close-btn {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-top: 3%;
    margin-right: 3%;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}
.menu-box-home3 .close-btn:hover {
    color: #ff5722;
    border-right: none;
    box-shadow: none;
}
.sub-menu .menu-box-home3:hover a {
    border: 2px solid #fff;
}
.nav-sub-menu .menu-box-home3 a {
    line-height: 42px;
}


.home-wrapper {
    background: transparent;
}
.wrapper-layout-3 {
    position: absolute;
    width: 100%;
}
/* (3.2) Header 2 */
.nav {
    display: table;
    height: 100%;
    margin: 0px auto;
    width: 100%;
    position: fixed;
}

body.menu-active .button-nav-icon {
    z-index: 1;
}
.header-logo-2 img {
    height: 60px;
    color: #ff5722;
    text-transform: uppercase;
}
.main-nav-home2 {
    background: #262626;
    padding-bottom: 43px;
    position: relative;
    display: table;
    width: 100%;
}
.page-template-home-layout-4 .main-nav-home2{
    padding-bottom: 0;
}
.home-wrapper2 {
    position:relative;
    width: 100%;
    background: transparent;
}
.home-wrapper2.wrapper-layout-2 {
    background: #000
}
.wrapper-contact-2 {
    overflow: inherit !important;
}
.header-logo-2 {
    margin-top: 44px;
    padding-right: 4%;
    float: right;
    position: relative;
    z-index: 900;
}
.header-logo-2 a {
    color: #fff;
    font-size: 29px;
}
.header-logo-2.home-1 {
    margin-top: 55px;
}
.navigation-home2 {
    background: rgba(29, 29, 29, 0.95);
    width: 60px;
    height: 100%;
    padding-top: 65px;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    font-size: 16px;
    color: #6c6c6c;
    text-transform: uppercase;
}
.nav-header-2 {
    width: 80px;
}
.main-wrapper-home2 {
    transition: all 0.5s ease;
}
.pageScrollerNav {
    clear: both;
    float: left;
    padding: 58px 0 30px 0;
    width: 100%;
}
.sub-nav-header2 {
    padding-left: 20px;
}
.submenu-home2 .red-tooltip {
    border-right: 0 solid #ff5722;
    color: #fff;
    display: block;
    font-family: "Oxygen", sans-serif;
    font-size: 13px;
    overflow: hidden;
    padding: 10px;
    transition: all .5s ease-in;
}
.submenu-home2 {
    transition: all 0.5s ease-out 0.5s;
}
.submenu-home2 .red-tooltip i {
    float: left;
    font-size: 19px;
    margin: 0 10px;
}
.submenu-home2 .red-tooltip span {
    line-height: 17px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.submenu-home2 .red-tooltip.active,
.submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #ff5722;
    box-shadow: 7px 0 0 0 #ff5722 inset;
    background: transparent;
    color: #ff5722;
}
.active-menu .red-tooltip span {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in .5s;
    color: #FFF;
}
.nav-sub-menu .submenu-home2 {
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    margin: 10px 10px;
    padding: 0;
}
.sub-menu .submenu-home2 a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 27px;
}
.submenu-home2 .close-btn:hover {
    color: #ff5722;
    border-right: none;
    box-shadow: none;
}
.sub-menu .submenu-home2:hover a {
    border: 2px solid #fff;
}
.button-nav-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
    margin: 62px 0 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    transition: background .3s;
    z-index: 1000;
}
.navigation-home2.active {
    transition: all .5s ease;
    width: 160px;
}
.mobile-nav-menu {
    transition: all .5s ease-in;
}
.active-menu {
    width: 175px;
}
.header-2-button {
    padding-left: 27px;
    margin: 77px 0 0 8px;
}
.menu-icon {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}
.menu-icon:hover {
    opacity: .7
}
.menu-icon-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px
}
.menu-icon-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.nav-sub-menu .submenu-home2 a {
    line-height: 42px;
}
.menu-icon-inner,
.menu-icon-inner:after,
.menu-icon-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #ff5722;
    transition: all 0.3s ease-in 0s;
}
.menu-icon-inner:after,
.menu-icon-inner:before {
    display: block;
    content: ''
}
.menu-icon-inner:before {
    top: -8px
}
.menu-icon-inner:after {
    bottom: -8px
}
.menu-icon--arrowalt .menu-icon-inner:before {
    transition: all 0.3s ease-in 0s;
    transition: top .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
}
.menu-icon--arrowalt .menu-icon-inner:after {
    transition: all 0.3s ease-in 0s;
    transition: bottom .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
}
.menu-icon--arrowalt.is-active .menu-icon-inner:before {
    top: 0;
    transition: top .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    -webkit-transform: translate3d(-6px, -9px, 0px) rotate(-45deg) scaleX(0.7);
    transform: translate3d(-6px, -9px, 0px) rotate(-45deg) scaleX(0.7);
}
.menu-icon--arrowalt.is-active .menu-icon-inner:after {
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
    -webkit-transform: translate3d(-6px, 8px, 0px) rotate(45deg) scaleX(0.7);
    transform: translate3d(-6px, 8px, 0px) rotate(45deg) scaleX(0.7);
}
/* (3.3) Header 3 */
.nav-sub-menu .sub-menu .menu-home {
    padding: 10px 10px;
}
.contact-header .home-header,
.contact-header .home2-header {
    position: absolute;
    width: 100%;
    background: transparent;
}
.contact-header .home-header,
.contact-header .home2-header {
    position: relative !important;
    background: #262626;
}
.menu-tooltip + .tooltip > .tooltip-inner {
    padding: 5px 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.menu-tooltip + .tooltip > .tooltip-arrow {
    bottom: 10px;
}
.header-logo img {
    height: 60px;
    color: #ff5722;
    text-transform: uppercase;
}
.header-logo {
    margin-top: 44px;
    padding-left: 8%;
    float: left;
    position: relative;
    z-index: 9;
}
.home-logo-1 {
    margin-top: 67px;
}
.header-logo a {
    color: #fff;
    font-size: 29px;
}
.button-nav-toggle {
    width: 45px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.button-nav-toggle:focus {
    outline: none;
}
.button-nav-toggle {
    color: #ff5722;
    font-size: 30px;
    float: right;
    margin-right: 9%;
    margin-top: 62px;
    position: relative;
    z-index: 400;
    background: transparent;
}
.home-button-nav-1 {
    margin-top: 80px;
}
.button-nav-toggle span {
    transition: transform 0.3s;
}
.button-nav-toggle span:before {
    transform-origin: top left;
    transition: transform 0.3s, width 0.3s, top 0.3s;
}
.button-nav-toggle span:after {
    transform-origin: bottom left;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.button-nav-toggle.is-active {
    background-color: transparent;
    margin-right: 9%;
}
.button-nav-toggle.is-active span {
    transform: rotate(180deg);
}
.button-nav-toggle.is-active span:before,
.button-nav-toggle.is-active span:after {
    width: 50%;
}
.button-nav-toggle.is-active span:before {
    top: 0;
    transform: translateX(-7px) translateY(2px) rotate(-45deg);
}
.button-nav-toggle.is-active span:after {
    bottom: 0;
    transform: translateX(-7px) translateY(-3px) rotate(45deg);
}
.button-nav-toggle span:after,
.button-nav-toggle span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ff5722;
    content: "";
}
.button-nav-toggle span:after {
    bottom: -14px;
}
.button-nav-toggle span:before {
    bottom: 14px;
}
.button-nav-toggle span {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ff5722;
}
#button-nav-icon:focus {
    outline: none;
}
.nav-main {
    background: #f1f2f3;
    bottom: 0;
    position: fixed;
    right: -165px;
    top: 0;
    transition: right .25s ease-in-out;
    width: 155px;
    box-shadow: -2px 2px 13px 0 #666;
    z-index: 99999;
}
.nav-main .nav-container {
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    transition: left .25s ease-in-out;
}
.nav-main .nav-container.show-sub {
    left: -280px
}
.open .nav-main {
    right: 0
}
.menu-toggle,
.nav-main .menu-home {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    padding: 45px 0;
    transition: transform 0.5s, color 0.5s, margin-bottom 0.5s, background-color 0.5s;
    -webkit-transition: -webkit-transform 0.5s, color 0.5s, margin-bottom 0.5s, background-color 0.5s;
    -o-transition: -webkit-transform 0.5s, color 0.5s, margin-bottom 0.5s, background-color 0.5s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
}
.nav-main .menu-home {
    z-index: 2;
}
.nav-main .menu-home {
    border-color: #f0f0f0;
}
.nav-main .menu-home {
    background-color: #f5f5f5;
}
.menu-home span {
    color: rgba(102, 102, 102, 0.42);
    font-weight: 900;
    font-size: 45px;
}
.nav-main .menu-home:hover span {
    color: #ff5722;
    transition: all 0.5s ease;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 3;
}
.nav-main {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
}
.nav-main .active span {
    color: #ff5722;
}
.nav-sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999999;
    display: none;
    transition: none;
    width: 100%;
    height: 100%;
}
.nav-sub-menu .menu-home {
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.inner-model-box {
    width: 750px;
}
.modal-box {
    display: none;
    position: fixed;
    top: 4% !important;
    z-index: 1000;
    width: 98%;
    background-clip: padding-box;
}
.modal-box {
    width: 100%;
}
.sub-menu .menu-home a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 27px;
}
.close-btn:hover {
    color: #ff5722;
}
.sub-menu .menu-home:hover a {
    border: 2px solid #ff5722;
}
.close-popup span {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-right: 3%;
    cursor: pointer;
}
.close-popup:hover {
    color: #ff5722;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: #000;
}
.sub-menu li {
    display: inline-block;
    margin: 0 10px;
}
.sub-menu li a {
    margin-bottom: 20px;
    font-size: 27px;
    color: #fff;
    border: 2px solid #fff;
}
.sub-menu li:hover a {
    border: 2px solid #ff5722;
}
.menu-box {
    float: left;
    width: 211px;
    margin: 0 50px 50px 0;
    padding-top: 16px;
    border: 2px solid #FFF;
}
/* (3.4) Header section */
.personal-heading{
    margin-bottom: 30px;
}
.personal-heading h3 {
    letter-spacing: 2px;
}
.header-section {
    overflow: hidden;
}
.sub-header {
    float: left;
    width: 100%;
    -moz-transition: 2s all;
    -webkit-transition: 2s all;
    -o-transition: 2s all;
    -ms-transition: 2s all;
    transition: 2s all;
}
.contain-home {
    clear: both;
}
.sub-header-shadow {
    background: url(../image/grid-image1.png) repeat fixed;
    height: 100%;
    width: 100%;
    padding: 70px 0;
}
.sub-header .sub_header_text {
    clear: both;
    min-width: 0;
    min-height: 0;
    background: none;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.sub-header .sub-header-2 {
    float: left;
    clear: both;
    min-width: 0;
    min-height: 0;
    background: none;
    padding-left: 1%;
}
.sub-header h2,
.sub-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 56px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
}
.sub-header p {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
}
.sub_header_text p {
    font-family: "Oxygen", sans-serif;
    margin-top: 0;
    padding-top: 5px;
    line-height: 36px;
}
.clear-section {
    clear: both;
}
/* (4) Home */
/* (4.1) Home 1 */

.bg-home3 {
    background: url("../image/back-image1.jpg") no-repeat center center / cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.inner-home3 {
    background: url("../image/grid-image1.png") repeat;
    height: 100%;
    position: fixed;
    width: 100%;
}
.box-shadow-home3 {
    background: url("../image/shadow-image.png") repeat;
    z-index: 99999;
    position: fixed;
    height: 20px;
    width: 100%;
}
.top-shadow-home3 {
    top: 0;
}
.bottom-shadow-home3 {
    bottom: 0;
}
.right-shadow-home3 {
    height: 100%;
    width: 20px;
    left: 0;
}
.left-shadow-home3 {
    height: 100%;
    width: 20px;
    right: 0;
}
.right-border-home3:before {
    height: 5px;
    right: 2px;
    width: 50px;
}
.border-home3:before,
.border-home3:after {
    background: #ff5722;
    content: "";
    position: absolute;
}
.right-border-home3:after {
    height: 50px;
    right: 0;
    width: 5px;
}
.right-border-home3 {
    right: 40px;
    top: 40px;
}
.border-home3 {
    height: 50px;
    position: fixed;
    width: 50px;
    z-index: 9999;
}
.bottom-border-home3:before {
    height: 5px;
    left: 2px;
    width: 50px;
}
.bottom-border-home3:before,
.bottom-border-home3:after {
    bottom: 0;
    right: 0;
}
.border-home3:before,
.border-home3:after {
    background: #ff5722;
    content: "";
    position: absolute;
}
.bottom-border-home3:after {
    height: 50px;
    left: 0;
    width: 5px;
}
.bottom-border-home3:before,
.bottom-border-home3:after {
    bottom: 0;
    right: 0;
}
.bottom-border-home3 {
    bottom: 40px;
    left: 40px;
}
.contain-home3 {
    position: relative;
    z-index: 99;
    color: #FFF;
    clear: both;
    padding-top: 90px;
}
.contain-home3 h1 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.3;
}
.border-contain-home3 {
    height: 5px;
    width: 250px;
    background: #ff5722;
    margin: 5px auto 0 auto;
}
.contain-home3 h3 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: none;
    padding-top: 20px;
}
.pro-image-home3 {
    width: 350px;
    margin: 80px auto 0;
}
.pro-image-home3 img {
    width: 100%;
    border-radius: 2px;
    border: 20px solid;
    border-color: rgba(255, 255, 255, 0.4);
}
.so-icon-home3 {
    text-align: center;
    padding: 20px 0;
    clear: both;
    margin: 0 auto 20px auto;
}
.so-icon-home3 li {
    display: inline;
}
.so-icon-home3 li a {
    font-size: 20px;
    padding: 0 10px;
    color: #FFF;
    transition: all 0.3s ease-in 0s;
}
.so-icon-home3 li a:hover {
    color: #ff5722;
}
.so-icon-second-home3 {
    display: table;
    margin: 0px auto 20px auto;
}
.so-icon-inner-home3 {
    float: left;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.so-icon-inner-home3 a {
    background: #191919;
    color: #FFF;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    padding: 10px 0;
    width: 40px;
}
.so-icon-inner-home3 a:before {
    content: '';
    display: block;
    z-index: 99;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: solid 5px #e5451a;
    background: #272727;
    color: #FFF;
    transition: 0.4s ease left;
}
.so-icon-inner-home3 a:hover:before {
    left: 0;
}
.so-icon-inner-home3 i {
    position: relative;
    z-index: 99999;
}
/* (4.2) Home 2 */

.home2-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.playfair-font {
    font-family: 'Playfair Display', sans-serif;
}
.home2-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#home2-main-content {
    width: 87%;
    height: 73%;
    display: table;
    position: absolute;
}
#home2-main-content .content {
    display: table-row;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.main-content {
    margin-left: 0;
}
.taglines {
    color: #333;
    font-size: 36px;
    line-height: normal;
    padding: 0;
    text-align: right;
    transform: rotate(1deg);
    transform-origin: 50% 1%;
    display: table-cell;
    vertical-align: bottom;
}
.desc {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 35px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
}
.taglines .desc {
    font-size: 58px;
    margin-bottom: 0;
}
.per-name strong {
    color: #fff;
    line-height: normal;
    font-weight: 400;
    text-shadow: 1px 2px 2px #ff5722, 0 1px 1px #ff5722;
}
.per-hobby strong {
    font-weight: 600;
    letter-spacing: 5px;
}
.per-position {
    display: block;
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 3px;
    line-height: 55px;
}
.square-section {
    float: left;
    padding: 205px 0 20px 10%;
}
.square {
    border: 3px solid #ff5722;
    height: 450px;
    left: 180px;
    top: 240px;
    width: 470px;
}
.square1 {
    border: 3px solid #ff5722;
    width: 450px;
    height: 470px;
    margin: -13.5px 0 0 8px
}
.square1 img {
    height: 98%;
    padding-top: 10.5px;
    width: 100%;
}
.prrofile {
    position: relative;
    width: 50%;
    margin: 0 0 0 145px;
}
.stop {
    margin-left: 0;
}
.per-name {
    line-height: 40px;
    font-size: 65px;
    display: block;
}
.per-hobby {
    display: inline-block;
    line-height: 100px;
    letter-spacing: 4px;
    border-bottom: 2px solid #ff5722;
}
.home-short-content {
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Julius Sans One', sans-serif;
    width: 560px;
    float: right;
    font-weight: normal;
    line-height: 23px;
    padding: 0;
    color: #FFF;
}
/* (4.3) Home 3 */
.index-wrapper-home {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
}
.full-section .home-bg img {
    width: 75%;
}
.home-bg img {
    width: 100%;
}
.home-bg {
    position: absolute;
    opacity: 0.95;
    bottom: 0;
    left: 32%;
}
.tagline {
    width: 100%;
    color: #333;
    font-size: 36px;
    line-height: normal;
    padding-top: 355px;
    padding-left: 8%;
    position: relative;
}
.tagline span {
    font-weight: 700;
}
.tagline h1 {
    font-family: 'Josefin Slab', serif;
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-size: 60px;
}
.desc {
    font-size: 35px;
    margin-bottom: 40px;
    color: #fff;
}
.tagline .btn-section {
    font-size: 19px;
    letter-spacing: 3px;
}
/* (5) About */
/* (5.1) Personal info */

li {
    list-style: none;
}
.about_main_div {
    padding: 80px 0;
}

.about-container {
    margin: 0 -15px;
    float: left;
    width: 100%;
    position:relative;
}
.personal-title-div h4 {
    font-weight: 600;
    margin-bottom: 18px;
}
.personal-description-div .title-about {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}
.personal-main-div img {
    border: 4px solid #e8e8e8;
    height: auto;
    padding: 3px;
    width: 100%;
    min-height: 209px;
    max-height: 350px;
}
.contact-detail-value {
    margin-left: 5px;
}
.personal-description-div span i {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    width: 19px;
}
.personal-description-div ul li {
    line-height: 1.5;
    padding-top: 20px;
}
.personal-title-div p {
    margin: 15px 0px 0px 0px;
    line-height: 29px;
}
.personal-description-div ul {
    padding: 0px;
}
.contact-detail-title {
    margin-left: 5px;
    font-weight: 600;
}
.img {
    width: 100%;
    padding: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.effects .img {
    position: relative;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
}
.effects .img:nth-child(n) {
    margin-right: 5px;
}
.effects .img:last-child {
    margin-right: 0;
}
.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay_img_div.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
.overlay_img_div.close-overlay.hidden {
    display: none;
}
.overlay_img_div .expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.overlay_img_div {
    text-align: center;
    margin-top: 23%;
    color: white;
}
.overlay_img_div p {
    font-size: 20px;
}
.overlay_img_div i {
    color: #fff;
    font-size: 22px;
    padding: 8px;
    margin: 1%;
    cursor: pointer;
    font-weight: 600;
    width: 45px;
}
.overlay_img_div i:hover {
    color: #ff5722;
}
/* image hover effect */

#effect-1 .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
#effect-1 .overlay a.expand {
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto -30px auto;
    text-decoration: none;
}
#effect-1 .img.hover .overlay {
    height: 100%;
}
/* (5.2) Characteristics */

.heading-title-char {
    border-bottom: 3px solid #bebebe;
    letter-spacing: 3px;
    max-width: 50px;
    margin: 15px auto 20px auto;
    position: relative;
    text-align: center;
}
.char_div h3 {
    text-align: center;
}
.heading-title-char {
    text-align: center;
}
.char-main ul {
    margin: 0;
    padding: 0;
}
.char-main ul li {
    float: left;
    list-style: none;
}
.char-main li.char-main-right .char-main-icon {
    float: right;
}
.char-main-icon {
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 38px;
    position: relative;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.char-main-icon i {
    cursor: default;
    font-size: 17px;
    padding: 17%;
    transition: all .4s ease;
    background-color:#ff5722;
}
.char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #ff5722;
    transition: all .4s ease;
}
.char-main li.char-main-right .char-main-details {
    text-align: right;
}
.char-icon {
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}
.char-main-title p {
    line-height: 40px;
    font-size: 18px;
}
.char-main-right {
    padding-left: 0px;
}
.char-main-left {
    padding-right: 0px;
}
.char-main-right .char-main-title p {
    padding-right: 50px;
    padding-left: 0px;
}
.char-main-left .char-main-title p {
    padding-right: 0px;
    padding-left: 50px;
}
.vc_row-no-padding .char_description_div p {
    padding: 0% 32%;
    text-align: center;
}
.char_description_div p {
    padding: 0% 12%;
    text-align: center;
}
.char_div .char_description_div p {
    margin-bottom: 30px;
}
.char-main-right {
    padding-right: 5px;
}
.char-main-left {
    padding-left: 5px;
}
.personal-title-div .title-about {
    text-align: left;
}
/* (5.3) Hobbies */

.title-about {
    font-size: 27px;
    text-align: center;
}
.hobby-title-left {
    margin-bottom: 2%;
}
.hobby-title-left p {
    line-height: 25px;
}
.hobby-title-left h3 {
    margin-bottom: 4%;
    margin-top: 0;
    text-align: left;
}
.main-icon-animation {
    color: white;
    border: 1px solid rgb(84, 91, 91) !important;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: none !important;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
}
.main-icon-animation:hover {
    color: #ff5722;
    transition: all 0.3s ease;
}
.main-icon-animation i {
    font-size: 32px;
    margin-bottom: 6px;
    margin-top: 10%;
}
/* (6) Resume */
/* (6.1) Qualification */

.resume_timeline {
    padding: 80px 0;
}
.resume_heading_title {
    padding: 2% 0 2% 10%;
}
.resume_heading_title {
    background-color: #ff5722;
    opacity: 0.73;
    color: white;
}
.resume_heading_title h1 {
    color: white;
}
.resume_sub_title {
    padding-bottom: 13px;
    text-align: center;
}
.resume_sub_title .resume_icon {
    font-size: 48px;
    line-height: 42px;
    color: #ff5752;
}
.resume_sub_title .resume_icon i {
    margin-top: -5px;
}
.resume_wrapper {
    position: relative;
}
.resume_wrapper .resume_row:not(:last-child) {
    padding-bottom: 20px;
}
.resume_wrapper::before {
    box-shadow: 0 -100px 100px -75px white inset;
    background-color: #f5f5f5;
    content: "";
    height: 94%;
    left: 50%;
    position: absolute;
    width: 7px;
    top: 6%;
}
.resume_wrapper .resume_item.pull-right {
    padding-left: 65px;
    padding-right: 0;
    text-align: left;
}
.resume_wrapper .resume_item {
    padding-right: 65px;
    padding-left: 0px;
    padding-top: 15px;
    position: relative;
    text-align: right;
}
.resume_year {
    font-size: 35px;
    line-height: 50px;
}
.resume_wrapper .resume_item .resume_description h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.resume_wrapper .resume_item .resume_description {
    background-color: #454545;
    padding: 4%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.resume_wrapper .resume_item .resume_description::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color white transparent transparent;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 30px 30px;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
}
.resume_wrapper .resume_item .resume_description::before {
    border-color: transparent #454545 transparent transparent;
    left: 5px;
    right: 100%;
    top: 15px;
}
.resume_row:nth-child(2n) .resume_description::before {
    border-color: transparent transparent transparent #454545;
    left: 88%;
    top: 15px;
}
.resume_wrapper .resume_item .resume_description::after {
    clear: both;
    content: "";
    display: table;
}
.resume_wrapper .resume_item .resume_icon {
    font-size: 20px;
    height: 65px;
    left: -30px;
    line-height: 3vw;
    width: 65px;
    transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}
.resume_wrapper .resume_item .resume_icon::after {
    background: #ff5722 none repeat scroll 0 0;
    left: -2px;
    padding: 2px;
    top: -2px;
    transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
    z-index: -1;
}
.resume_wrapper .resume_item .resume_icon {
    border-radius: 50%;
    position: absolute;
    text-align: center;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.3s, 0s, 0.2s;
    transition-property: transform, background-color, color;
    transition-timing-function: ease-in-out;
    transform: scale(0.8, 0.8);
}
.resume_wrapper .resume_item .resume_icon i {
    color: white;
    line-height: 57px;
    left: 1px;
    position: relative;
    top: 4px;
    font-size: 26px;
}
.resume_row:hover .resume_icon {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    background: #fff none repeat scroll 0 0;
    font-size: 32px;
}
.resume_row:hover .resume_icon i {
    transform: scale(1, 1);
    color: #FF5722;
}
.resume_sub_title h3 {
    letter-spacing: 3px;
    position: relative;
    text-align: center;
}
/* (6.2) Skills */

#html-skill,
#css-skill,
#jquery-skill,
#wordpress-skill {
    margin: 15px 0px;
}
.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 10px 0;
}
.pie-value {
    display: block;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    -ms-transform: scale(1, 1);
    position: absolute;
    top: 47%;
    right: -9px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.resume_skill_header {
    margin-bottom: 2%;
}
.resume_sub_title_skill {
    padding-bottom: 12px;
    text-align: center;
}
.resume_sub_title_skill h3 {
    letter-spacing: 3px;
    position: relative;
    text-align: center;
}
.skill_header .resume_sub_title h2 {
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: 3px;
    max-width: 430px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.skill_header .resume_sub_title h2::after {
    border-top: none;
    background: #e8e8e8;
    border-left: none;
    bottom: -5px;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -3px;
    border: 1px solid #e8e8e8;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}
.resume_skill_wrapper_main {
    padding: 80px 0px;
}
/* (7) Portfolio */

.nav-portfolio .active:after {
    bottom: -10px;
    border-top: 10px solid currentColor;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    color: #ff5722;
    margin: 0 auto;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.nav-portfolio .active {
    border-top: 5px solid #dd3d0b;
    background: #ff5722;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}
.heading-portfolio h2 {
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: 3px;
    max-width: 430px;
    margin: 0 auto 30px auto;
    padding: 15px 0;
    text-align: center;
}
.heading-portfolio p {
    text-align: center;
}
.heading-portfolio h2::after {
    background: #e8e8e8 !important;
    border: 1px solid #e8e8e8;
    bottom: 88.5%;
    border-top: none;
    border-left: none;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}
.nav-portfolio {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}
.nav-portfolio li {
    display: inline;
    list-style-type: none;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 15px;
}
.nav-portfolio li:nth-child(4) a {
    margin-right: 0px;
}
.nav-portfolio .active a{
    color: #fff;
}
.nav-portfolio li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
}
.nav-portfolio li a:hover,
.nav-portfolio li a:active {
    text-decoration: none !important;
}
/* (7.1) Portfolio 1 */

.portfolio-title {
    color: #fff;
    margin-top: 25%;
    font-weight: bold;
    text-align: center;
}
.wpb_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
}
.portfolio-container {
    margin: -0px;
}
.portfolio-cell {
    margin-top: 30px;
}
.portfolio-container,
.portfolio-container-main {
    padding: 0;
}
.portfolio-container {
    font-size: 0;
    word-spacing: -4px;
    overflow: hidden;
}
.new {
    margin-bottom: 20px;
}
.mobile-false .portfolio-container.portfolio-container {
    -webkit-animation: fadeIn .7s ease forwards;
    -moz-animation: fadeIn .7s ease forwards;
    animation: fadeIn .7s ease forwards;
}
.portfolio-container > * {
    word-spacing: normal;
    color: #fff;
}
.portfolio-box {
    position: relative;
}
.portfolio-main .portfolio-rollover {
    overflow: hidden;
}
.portfolio-rollover {
    position: relative;
    overflow: hidden;
}
.portfolio-rollover a {
    display: block;
}
.portfolio-container .portfolio-rollover>a {
    position: relative;
}
.portfolio-main .portfolio-rollover>a,
.portfolio-main .fs-entry .fs-entry-img {
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}
.portfolio-main .portfolio-rollover .rollover-portfolio,
.portfolio-main .fs-entry .fs-entry-content {
    top: auto;
    width: 100%;
    bottom: 0;
    height: auto;
    opacity: 1;
    text-align: left;
}
.rollover-portfolio {
    position: absolute;
    z-index: 100;
    left: 0;
    margin-bottom: -33px;
}
.portfolio-box:hover .portfolio-rollover:after {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    background-color: rgba(60, 40, 30, 0.75);
}
.rollover-portfolio-wrap p {
    margin-top: -8px;
    font-size: 13px;
}
.rollover-portfolio .entry-title {
    font-weight: bold;
    font-size: 16px;
}
.portfolio-rollover:after {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
}
.portfolio-main .links-container {
    opacity: 0;
}
.links-container:before {
    content: "";
    display: table;
    clear: both;
}
.accent-gradient .portfolio-container .links-container > a {
    background: linear-gradient(30deg, rgba(117, 83, 158, 0.8) 0%, rgba(194, 91, 124, 0.8) 100%);
}
.rollover-portfolio,
.portfolio-main.text-on-img .fs-entry-content {
    background-color: transparent;
    padding: 0;
}
.links-container>a:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}
.portfolio-main .rollover-portfolio,
.portfolio-main .rollover-portfolio *,
.portfolio-main .rollover-portfolio-wrap {
    padding-top: 0px;
    padding-bottom: 9px;
}
.rollover-portfolio-wrap p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.portfolio-main .rollover-portfolio-container {
    opacity: 1!important;
    bottom: 0!important;
    top: auto;
}
.rollover-portfolio-container {
    position: relative;
    opacity: 0;
    bottom: -15px;
}
.portfolio-main .rollover-portfolio-wrap {
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.portfolio-main .rollover-portfolio-wrap,
.portfolio-main.always-show-info .rollover-portfolio-wrap {
    background-color: #000;
    padding: 12px 15px 18px;
}
.rollover-portfolio *,
.rollover-portfolio-wrap {
    color: #fff;
}
.portfolio-main .rollover-portfolio-wrap:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
.portfolio-main .portfolio-box:hover>a {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.buttons-on-img:hover .rollover-portfolio,
.portfolio-box:hover .rollover-portfolio {
    opacity: 1;
}
.portfolio-main .portfolio-rollover>a,
.portfolio-main .fs-entry .fs-entry-img {
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}
.portfolio-main .portfolio-box:hover .rollover-portfolio-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    transition: transform .4s, opacity .1s;
}
.rollover-portfolio {
    background: 0 0;
}
.portfolio-main .rollover-portfolio,
.rollover-portfolio *,
.portfolio-main .rollover-portfolio-wrap {
    color: #fff;
}
.links-container {
    transition: all 0.5s ease-in-out;
    top: 16%;
    left: 42%;
    position: absolute;
    opacity: 0;
}
.portfolio-box:hover .links-container {
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: -111%;
    left: 42%;
    opacity: 1;
    z-index: 9999;
}
.links-container i {
    font-size: 30px;
    line-height: 50px;
    padding: 5px 15px !important;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 200ms ease;
}
.portfolio-rollover,
.portfolio-container img {
    width: 100%;
}
/* (7.2) Portfolio 2 */

.rollover-portfolio .links-container,
.rollover-portfolio .links-container a,
.rollover-portfolio .links-container i {
    padding: 0;
}
#portfolio-grid {
    overflow: hidden;
}
#portfolio-grid .portfolio-item .hover {
    height: 100%;
    background-color: rgba(60, 40, 30, 0.75);
    transition: all 0.5s ease;
}
.portfolio-grid .portfolio-item .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 1px;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0, 1, 0.8, 1);
    -moz-transition: all .5s cubic-bezier(0, 1, 0.8, 1);
    -ms-transition: all .5s cubic-bezier(0, 1, 0.8, 1);
    -o-transition: all .5s cubic-bezier(0, 1, 0.8, 1);
    transition: all .5s cubic-bezier(0, 1, 0.8, 1);
}
.portfolio-grid .portfolio-item .hover .hover-box {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 35%;
    right: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-grid .portfolio-item .hover .hover-box::before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 90%;
    height: 2px;
    margin: auto;
    top: -100px;
    left: 0;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -moz-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -ms-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -o-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    transition: all .4s cubic-bezier(0, 1, 0.8, 1);
}
.portfolio-grid .portfolio-item .hover .hover-box h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.portfolio-grid .portfolio-item .hover .hover-box span {
    color: #fff;
    font-size: 20px;
    display: block;
    letter-spacing: 1px;
    float: left;
    padding: 10% 16%;
}
.portfolio-grid .portfolio-item .hover .hover-box::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 90%;
    height: 2px;
    margin: auto;
    bottom: -100px;
    left: 0;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -moz-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -ms-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    -o-transition: all .4s cubic-bezier(0, 1, 0.8, 1);
    transition: all .4s cubic-bezier(0, 1, 0.8, 1);
}
.portfolio-grid .portfolio-item:hover .hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-grid .portfolio-item:hover .hover .hover-box:before {
    top: 0;
}
.portfolio-grid .portfolio-item:hover .hover .hover-box:after {
    bottom: 0;
}
.portfolio-grid .portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-grid .portfolio-item .portfolio-image img {
    width: 100%;
    display: block;
    border: 0;
}
.portfolio-item {
    padding: 0px;
}
/* filter effect*/

.portfolio-effect-section{
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
}
.portfolio-effect-section figure {
    position: relative;
    overflow: hidden;
}
.portfolio-filter-effect.active{
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.portfolio-filter-effect:not(.active){
    opacity: 0.1;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.portfolio-filter-effect-2.active{
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.portfolio-filter-effect-2:not(.active){
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.portfolio_filter:not(.active) .portfolio-image{
    opacity: 1;
}



/* (8) Pricing table */
/* (8.1) Pricing table 1 */

.price_tbl {
    text-align: center;
}
.price_tbl .price-heading h2 {
    letter-spacing: 3px;
    text-align: center;
}
.pricing-title {
    margin-bottom: 30px;
    clear: both;
    text-align: center;
}
.box-price2 {
    padding: 80px 15px 113px 15px;
}
.price_plan {
    border: 1px solid #ddd;
    color: #FFF;
    margin-top: 20px;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, .8);
    top: 0;
}
.price_box:hover .price_plan,
.price_box.active .price_plan {
    padding: 20px 20px;
    z-index: 2;
    background-color: rgba(255, 87, 34, 0.8);
    border: 1px solid rgba(255, 87, 34, 0.8);
}
.price_box:hover h3, .price_box.active h3 {
    background: #ffffff !important;
}
.price_tbl h3 {
    background: #333333;
    border-bottom: 1px solid #636363;
    border-top: 1px solid #636363;
    margin: 35px -20px 30px -20px;
    padding: 10%;
    border-bottom: 1px solid;
}
.price_box:hover h3,
.price_box.active h3 {
}
.price_tbl h3 span {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    color: #777;
    display: block;
    font: bold 30px/100px Oxygen, Oxygen;
    height: 115px;
    margin: 15px auto -45px;
    -moz-border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    width: 115px;
    -webkit-border-radius: 100px;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
.price_tbl ul {
    list-style: none;
    padding: 20px 0px;
}
.price_tbl li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.price_tbl .btn_signup:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
}
.price_tbl .btn_signup {
    font-size: 15px;
    font-weight: 900;
    padding: 6px 15px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.title_price {
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    padding: 25px 0px 0px 0px;
    z-index: 5;
    border: 4px solid #fff;
    transition: all 0.4s ease;
}
.price_desc {
    margin-top: -70px;
    transition: all 0.3s ease;
}
.price_box:hover .price_desc,
.price_box.active .price_desc {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
}
.price_box:hover .price_plan li,
.price_box.active .price_plan li {
    color: #fff;
}
.price_plan {
    transition: all 0.4s ease;
}
.price_box:hover .title_price,
.price_box.active .title_price {
    background: #fff;
    color: #ff5722;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
.price_box:hover .btn_signup,
.price_box.active .btn_signup {
    background: #fff;
}
/* (8.2) Pricing table 2 */

.prices {
    text-align: center;
}
.prices .price-heading h2 {
    letter-spacing: 3px;
    text-align: center;
}
.prices .box:hover {
    background: rgba(255, 255, 255, 0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
.box-header {
    float: left;
    overflow: hidden;
    padding-bottom: 39px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.box-title {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.box-title::after {
    background: rgba(255, 87, 34, 0.74);
    content: "";
    display: block;
    height: 120px;
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    position: absolute;
    position: absolute;
    top: -19px;
    transform: rotate(0deg);
    width: 100%;
    z-index: -1;
}
.box-header .box-title h2 {
    color: #fff;
    font-size: 24px;
    margin: 15px 100px 15px 0;
}
.box-price {
    float: left;
    position: relative;
    padding: 21px 5% 0;
    width: 100%;
    z-index: 2;
}
.box-price::after {
    background: rgba(255, 87, 34, 0.99);
    content: "";
    display: block;
    height: 511%;
    left: -7%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    position: absolute;
    top: 13%;
    transform: rotate(-13deg);
    width: 115%;
    z-index: -1;
}
.box-header .box-price h2 {
    font-size: 30px;
    color: #fff;
    margin: -10px -110px -22px 0;
}
.box-header-end {
    float: left;
    position: relative;
    padding: 21px 5% 0;
    width: 100%;
    z-index: 2;
}
.box-header-end::after {
    background: #fff;
    content: "";
    display: block;
    height: 234%;
    left: -7%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    position: absolute;
    top: 36px;
    transform: rotate(10deg);
    -webkit-transform: rotate(-45deg);
    width: 115%;
    z-index: -1;
}
.prices ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.prices li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.prices .btn_button {
    font-size: 15px;
    font-weight: 900;
    padding: 6px 15px;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.prices .btn_button:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.box-footer {
    margin-bottom: 3px;
}
.prices .box {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
    cursor: pointer;
    position: relative;
    transition: background 0.4s 0.5s;
    -webkit-transition: background 0.4s 0.5s;
}
.box-cls {
    border: 3px solid #545b5b;
}
.box-footer {
    padding-top: 28px;
    padding-bottom: 24px;
    border-top: 1px solid #ddd;
}
.box::before,
.box::after {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.box-cls::before,
.box-cls::after {
    -webkit-transition: all 0.15s 0.15s ease-in;
    -moz-transition: all 0.15s 0.15s ease-in;
    transition: all 0.15s 0.15s ease-in;
}
.box-cls:hover:before,
.box-cls:hover:after {
    -webkit-transition: all 0.3s 0.5s ease-out;
    -moz-transition: all 0.3s 0.5s ease-out;
    transition: all 0.3s 0.5s ease-out;
}
.box:hover:before,
.box:hover .box-cls:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.box:before,
.box .box-cls:after {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.box:after,
.box .box-cls:before {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.box:hover:before,
.box:hover:after {
    -webkit-transition: all 0.3s 0.3s ease-out;
    -moz-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}
.box:hover:after,
.box:hover .box-cls:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.box:hover .box-cls:before,
.box:hover .box-cls:after {
    webkit-transition: all 0.3s 0.05s ease-in;
    -moz-transition: all 0.3s 0.05s ease-in;
    transition: all 0.3s 0.05s ease-in;
    -moz-transition: all 0.3s 0.03s ease-in;
}
.box:before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}
.box .box-cls:after {
    width: 3px;
    height: 100%;
    bottom: 0;
    right: 0;
}
.box:after {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}
.box:before,
.box:after,
.box .box-cls:before,
.box .box-cls:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #ff5722;
}
.box:hover:after,
.box:hover .box-cls:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.box .box-cls:before {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}
.box-cls.active {
    border: 3px solid #ff5722;
}
/* (8.3) Pricing table 3 */

#tbl_price {
    margin: 0 auto;
    text-align: center;
}
.heading-price {
    background-color: rgba(255, 87, 34, 0.74);
    padding: 1%;
}
.heading-price h2 {
    color: #fff;
    padding-left: 7%;
}
.heading-price p {
    color: #666060;
    margin-top: 1.3%;
    padding-left: 9%;
}
.heading-price p:after {
    background: rgba(255, 133, 94, 0.84);
    content: '';
    display: block;
    height: 30px;
    margin-top: 14px;
    margin-left: 1%;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}
hr {
    border-color: #999999;
    max-width: 400px;
}
hr {
    border: 0;
    border-top: 2px solid #eee;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 6%;
    width: 12%;
}
.sc {
    width: 1600px;
}
.sc-col {
    background: rgba(244, 244, 244, 0.93);
    border: 1px solid #f4f4f4;
    border-bottom: none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
.sc-col {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
    border: 1px solid #545b5b;
    border-bottom: none;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
}
.sc-col:hover,
.sc-col.active {
    background: rgba(255, 87, 34, 0.74);
    color: rgba(255, 87, 34, 0.74);
    transition: all 0.5s ease 0s;
}
.sc-col:after {
    border-image: none;
    border-top: 35px solid rgba(255, 255, 255, 0.08);
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 0;
    border-left: 184px solid transparent;
    border-right: 184px solid transparent;
    transition: all 0.5s ease 0s;
}
.sc-col:hover:after,
.sc-col.active:after {
    border-top: 35px solid rgba(255, 87, 34, 0.74);
    transition: all 0.5s ease 0s;
}
.sc-header {
    float: left;
    overflow: hidden;
    padding-bottom: 65px;
    text-align: center;
    width: 100%;
}
.sc-header .sc-price {
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.sc-price {
    float: left;
    position: relative;
    padding: 21px 5% 0;
    width: 40%;
    z-index: 2;
}
.sc-header .sc-price h2 {
    font-size: 30px;
    overflow: hidden;
}
.sc-header .sc-price h2 span {
    color: #fff;
    display: inline-block;
    -moz-transition: -moz-transform 0.3s;
    position: relative;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.3s;
}
.sc-header .sc-price h2 span::before {
    content: attr(data-hover);
    -moz-transform: translate3d(0, 0, 0);
    position: absolute;
    top: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.sc-header .sc-price span.value {
    color: #fff;
    font-size: 10px;
}
.sc-price:after {
    background: rgba(255, 87, 34, 0.99);
    transition: all 0.5s ease;
}
.sc-price:after {
    content: "";
    display: block;
    height: 226%;
    left: -26%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    position: absolute;
    top: -185%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 227%;
    z-index: -1;
}
.sc-col:hover .sc-price:after,
.sc-col.active .sc-price:after {
    background: rgba(244, 244, 244, 0.99);
    transition: all 0.5s ease;
}
.sc-col:hover .sc-header .sc-price h2 span,
.sc-header .sc-price h2:focus span,
.sc-col.active .sc-header .sc-price h2 span {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.sc-col:hover .sc-price h2 span,
.sc-col.active .sc-price h2 span {
    color: #ff5722;
}
.sc-col:hover .sc-header .sc-price span.value,
.sc-col.active .sc-header .sc-price span.value {
    color: #878787;
}
.sc-title {
    float: left;
    padding: 0 5% 0;
    position: relative;
    width: 60%;
    z-index: 1;
}
.dt-sc-pr-tb-col .sc-title h5,
.sc-col .sc-title h5 {
    color: #fff;
}
.sc-title h5 {
    color: #323232;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    padding: 26px 0 15px;
    text-transform: capitalize;
    text-align: center;
}
.sc-title:after {
    transition: all 0.5s ease;
    background: rgba(255, 87, 34, 0.74);
}
.sc-title:after {
    content: "";
    display: block;
    height: 150%;
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    position: absolute;
    position: absolute;
    right: -15%;
    top: -35%;
    transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    width: 130%;
    z-index: -1;
}
.sc-col:hover .sc-title:after,
.sc-col.active .sc-title:after {
    background: rgba(238, 238, 238, 0.99);
    transition: all 0.5s ease;
}
.sc-col:hover .sc-title h5,
.sc-col.active .sc-title h5 {
    color: #ff5722;
}
.sc-col p {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #f7f7f7;
    font-weight: normal;
    margin: 0px;
    padding: 30px;
}
.sc-col:hover p,
.sc-col.active p {
    color: #fff;
}
.sc-content {
    list-style-type: none;
    margin: 0px auto;
    padding: 20px 0px;
}
.sc-content li {
    border-bottom: 1px solid #ddd;
    color: #f7f7f7;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    padding: 5px 0;
}
.sc-content li i {
    margin-right: 5px;
}
.sc-col:hover li,
.sc-col.active li {
    color: #fff;
    transition: all 300ms linear;
}
.sc-col .dt-sc-buy-now {
    padding-bottom: 20px;
}
.sc-col:hover .btn_price_button,
.sc-col.active .btn_price_button {
    background-color: #fff;
    border: 2px solid #ff5722;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.sc-col .btn_price_button:hover a {
    color: #fff;
}
.btn_price_button {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.btn_price_button a {
    color: #ff5722;
}
/* (9) Contact us */
/* (9.1) Map */

.map-content #map-canvas {
    bottom: 125px;
}
#map-canvas {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
/* (9.2) Contact info */

.inner-contact {
    overflow: hidden
}
.map-content {
    min-height: 950px !important;
}
#map-content {
    min-height: 600px;
}
.inner-wrap-contact {
    padding: 5% 0% 5% 0%;
    position: relative;
}
.inner-wrap-contact:first-child {
    border-top: none;
}
.person-desc {
    background: rgba(0, 0, 0, 0.7);
    bottom: -25px;
    left: 0;
    padding: 60px !important;
    position: absolute;
    width: 100%;
}
.person-desc.mobile-conatct1 {
    bottom: -120px;
    padding: 30px !important;
}
.contact-heading {
    margin-bottom: 40px;
}
.contact-heading h3 {
    text-align: center;
}
.contact-heading .inner-heading {
    margin: 0 auto;
    text-align: center;
}
.person-contact .inner-heading {
    color: #fff;
    line-height: 1.5em;
}
.contact-heading .inner-heading1 {
    margin: 0 auto;
    text-align: center;
}
.person-contact .inner-heading1 {
    line-height: 1.5em;
}
.rounds-icon {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.rounds-icon .inner-icons {
    color: #fff;
    display: inline-block;
    float: left;
    list-style: none;
    position: relative;
    width: 33.33%;
}
.rounds-icon .inner-icons span {
    background: rgba(41, 41, 41, 0.69);
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 0px auto;
    position: relative;
    text-align: center;
    transform: rotate(45deg);
    width: 70px;
    moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.rounds-icon .inner-icons i {
    transform: rotate(-45deg);
    line-height: 70px;
}
.contact-form {
    padding: 100px 0 100px !important;
    position: relative;
    margin: 60px 0px 0px 0px;
}
.contact1-form {
    padding: 80px 0px !important;
    margin: 0;
}
.form-group {
    margin: 15px 0px 0px 0px;
}
.form-textarea {
    margin: 15px 0px 0px 0px;
}
.contact-info {
    margin-top: 25px;
}
.wpcf7-text {
    height: 45px !important;
    border-radius: 0px !important;
}
.wpcf7-textarea {
    height: 105px !important;
    border-radius: 0px !important;
    margin-top: 14px;
}
.contact-btn {
    padding: 0px 1px;
    height: 46px;
    margin-top: -3px;
    text-transform: uppercase;
    width: 100%;
    moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.contact-form .contact-btn:hover {
    color: #fff;
}
.form-contact .wpcf7-form-control:focus {
    border-color: #ff5722;
}
.wpcf7-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: #454545;
    border: 1px solid #737373;
    color: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
span.wpcf7-not-valid-tip {
    color: #ff5722;
    font-weight: 600;
    font-style: italic;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #ff5722;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #ff5722;
}
/* (10) Sub header page */

.sub-header-section {
    padding: 60px 0px
}
.paragraph-text p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
}
.paragraph-text:last-child p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
/* (11) Footer */

.main-page-footer {
    padding: 10px 0px;
    text-align: center;
}
.footer-background p {
    line-height: 30px;
    margin: 0px;
    color: #fff;
}
.xs-clearfix {
    display: none;
}
/* (12) 404 */
.resize-div-error-page
{
    display: table;
    margin: 0 auto;
    width:100%;

}
section.error-404.not-found {
    text-align: center;
    margin: 30px 0px;
}
.resize-div-error-page .container
{
    display: table-cell;
    vertical-align: middle;
}
.resize-div-error-page .page-header{
    display: inline-block;
}
.resize-div-error-page .page-content p{
    margin-bottom: 20px;
}
h1.not-found-text {
    font-size: 60px;
}
.page-header {
    margin: 20px 0 20px;
}
.not-found-search {
    width: 30%;
    margin: auto;
}
.not-found-footer {
    width: 100%;
    bottom: 0;
}
/* (13) Blog */
/* Sidebar start */
#content {
    overflow: hidden;
}

.widget {
    padding-bottom: 25px;
}
.title-wrap {
    font-size: 16px;
    text-transform: none;
    padding: 10px 10px;
    background: #ff5722;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.widget_categories ul > li a:before,
.widget_archive ul > li a:before,
.widget_nav_menu ul > li a:before,
.widget_meta ul > li a:before,
.widget_recent_entries ul > li a:before,
.widget_product_categories ul > li a:before,
.widget_edd_categories_tags_widget ul li a:before,
.widget_display_replies ul li a:before,
.widget_display_forums ul li a:before,
.widget_display_topics ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}
.widget ul li a {
    color: #FFF;
}
.widget ul li {
    padding: 8px 0;
}
.widget ul li a:hover {
    color: #ff5722;
}
.widget a {
    text-decoration: none;
}
.widget ul {
    padding: 0px 5px;
    margin: 0;
}
div#secondary {
    padding: 0px 10px;
}
.textwidget {
    line-height: 23px;
    text-align: justify;
    padding: 0px 5px;
}
.tag-blog a {
    color: #fff;
    background: #ff5722;
    padding: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ff5722;
    transition: all 0.3s ease;
}
.tag-blog a:hover {
    background: transparent;
    border: 1px solid #ff5722;
    color: #ff5722;
    transition: all 0.3s ease;
}
#wp-calendar a {
    color: #ff5722;
}
/* Sidebar end */
/* all widget */
.blog-media img {
    display: block;
    margin: 0 auto;
    height: auto !important;
}
.single-blog .blog-media img{
    max-width:100%;
}
.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#calendar_wrap {
    padding: 0px 5px;
}
#wp-calendar {
    width: 100%;
    padding: 0px 5px;
    text-align: center;
}
th {
    text-align: center;
}
caption {
    padding-bottom: 14px;
    text-align: center;
    color: #FFF;
}
label.screen-reader-text {
    padding-top: 15px;
    padding-bottom: 10px;
}
.input-group .form-control,
.submit {
    background: #454545;
    border: 1px solid #737373;
    color: #FFF;
    border-radius: 0px;
}
.submit,
.submit:focus,
.submit:hover {
    background-color: #ff5722;
    border-color: #ff5722;
}
.textwidget img {
    width: 100%;
    display: block;
    height: auto;
    margin-top: 10px;
}
.tagcloud a {
    padding: 6px 8px;
    margin: 10px 7px 1px 0;
    float: left;
    border: 1px solid #ff5722;
    color: #ff5722;
    transition: all 0.3s ease;
}
.tagcloud {
    overflow: hidden;
}
.tagcloud a:hover {
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
    transition: all 0.3s ease;
}
.widget select {
    width: 100%;
    height: 35px;
    padding: 0 7px;
}
.widget .textwidget .wp-caption-text {
    color: inherit;
}
.widget .sub-menu {
    padding: 0;
    display: block;
}
.widget .sub-menu li a {
    font-size: 13px;
}
.widget .sub-menu li {
    display: block;
    text-align: left;
    margin: 0px 0px 0px 20px;
    padding: 7px 0px;
}
a.rsswidget {
    font-size: 16px;
    font-weight: bold;
}
span.rss-date {
    color: #ff5722;
    display: inherit;
    padding-top: 5px;
}
.rssSummary {
    padding-top: 10px;
}
.widget-title a.rsswidget {
    color: #fff;
}
.widget select:hover {
    border: 1px solid #cecccc;
    text-decoration: none;
    background: #F1F1F1;
}
.widget select {
    border: 1px solid #cecccc;
    text-decoration: none;
    background: #F1F1F1;
}
.widget .sub-menu li:hover a {
    border: 2px solid #fff;
}
article {
    clear: both;
}
.spacing {
    padding: 60px 0px;
    clear: both;
}
.bg-on {
    background-color: rgba(145, 145, 145, 0.08);
    margin-bottom: 60px;
    box-shadow: 0 0 5px #3e3e3e;
}
.bg-on.fullwidth-img .blog-media {
    padding: 0;
}
.single-blog .blog-media {
    overflow: hidden;
    margin-bottom: 40px;
}
.fancy-date {
    vertical-align: top;
    padding-right: 30px;
}
.fancy-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
}
.fancy-date {
    background: #ff5722;
}
.fullwidth-img .fancy-date,
.layout-list .bg-on .fancy-date {
    top: 0;
    left: 0;
}
.fancy-date span {
    position: relative;
    display: block;
    padding: 11px 0 11px 0;
    font-size: 15px;
}
span.date::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .4);
}
.fancy-date span {
    text-align: center;
}
.blog-img {
    max-width: 100%;
}
.bg-on .blog-content {
    padding: 25px;
}
.bg-on .blog-content,
.bg-on .blog-media {
    position: relative;
}
h2.entry-title {
    margin-bottom: 15px;
    line-height: 25px;
}
h2.entry-title a {
    color: #ff5722;
    text-transform: none;
    font-size: 28px;
    font-weight: bold;
}
h2.entry-title a:hover {
    color: #FFF;
}
a.blog-button {
    padding: 9px 10px;
    font-size: 13px;
}
.comment-blog {
    font-size: 13px;
    line-height: 20px;
}
.comment-author.vcard {
    line-height: 1;
    margin-bottom: 10px;
}
.blog-content p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.70;
}
.category a {
    color: #FFF;
}
.category a:hover {
    color: #ff5722;
}
ul.entry-meta {
    display: block;
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 15px;
}
.categories {
    margin-bottom: 15px;
}
.categories .category-title {
    display:inline-block;
    font-size: 16px;
    line-height: 1.45;
    font-weight: bold;
    margin-right: 7px;
    color: #FFF;
}
.categories ul.entry-meta {
    display: inline-block;
    overflow: inherit;
    margin-bottom: 0;
}
.categories .entry-meta li:first-child,
.entry-meta li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.entry-meta>li {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 0;
    padding-left: 0;
    text-decoration: none;
    color: #FFF;
    text-transform: capitalize;
}
.categories .entry-meta>li {
    padding-left: 19px;
}
.categories .entry-meta>li:first-child:after {
    content: "";
}
.categories .entry-meta>a:after,
.categories .entry-meta>li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "/";
}
p.logged-in-as,
p.comment-notes {
    margin: 0;
    padding: 15px 0px;
}
/*pagination*/

.paging-navigation .nav-link {
    text-align: center;
}
.page-numbers {
    list-style: none;
    text-align: center;
    color: #555555;
    text-transform: uppercase;
    font-size: 90%;
    padding-left: 0px;
    margin-top: 10px;
}
.page-numbers li {
    display: inline-flex;
}
.paging-navigation a,
.paging-navigation span {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    color: #ff5722;
    width: 40px;
    height: 40px;
    margin-left: 7px;
    margin-right: 0;
    border-radius: 0;
    border: 1px solid #ff5722;
    display: inline-block;
}
.paging-navigation a.current,
.paging-navigation span.current {
    text-align: center;
    background-color: #ff5722;
    color: #fff;
}
a.page-numbers:hover {
    background-color: #ff5722;
    color: #fff;
}
.page-numbers .prev:before {
    content: "\2039";
}
.page-numbers .next:after {
    content: "\203A";
}
/* (13.1) Single blog */

.sub_header_text a {
    color: #fff;
}
.sub_header_text a:hover {
    color: #ff5722;
}
.sub_header_text a:after {
    content: "-";
    padding-left: 5px;
}
.sub_header_text a:last-child:after {
    content: "";
}
.inner-spacing {
    padding: 35px 0px;
}
ul.tag-blog {
    padding-left: 0px;
    display: inherit;
}
.tag-blog a {
    display: inline-block;
}
.separator {
    padding: 9px 0px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    content: '';
}
.related-blog .separator {
    padding: 0;
}
.related {
    margin-top: 25px;
}
.rel-text,
.comment-respond h2,
.comments-area h2 {
    margin: 15px 0px;
    color: #ff5722;
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
}

.post.no-results.not-found p{
    margin-bottom: 20px;
}
.post-image img {
    width: 100%;
    transition: all 0.3s ease;
}
.single-blog .post-title {
    background: #ff5722;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.single-blog .entry-title {
    color: #ff5722;
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}
#respond {
    overflow: hidden;
    margin-top: 10px;
}
.textarea-box-sing textarea {
    background: #454545;
    margin-bottom: 10px;
    border: 1px solid #737373;
    width: 100%;
    padding: 5px 10px;
}
textarea:focus {
    outline: none;
}
.comment-respond .separator {
    padding: 0;
}
.input-box-sing {
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
}
.input-box-sing input {
    background: #454545;
    border: 1px solid #737373;
    height: 45px;
    padding: 0px 11px;
    width: 100%;
}
ol.comment-list {
    padding-left: 0px;
}
span.says {
    display: none;
}
.comment-metadata a,
.commentmetadata a {
    color: #fff;
}
.comment-metadata a:hover,
.commentmetadata a:hover{
    color: #ff5722;
}
.comment-metadata,
.commentmetadata {
    padding: 4px 0px 4px 0px;
    font-size: 13px;
    margin-bottom: 6px;
    font-style: italic;
}
img.avatar.avatar-32.photo {
    display: none;
}
.fn,
.fn a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}
.comment-list .reply a {
    display:inline-block;
}
.comment-list .comment-body,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(145, 145, 145, 0.15);
    padding: 1.75em 0;
    margin-bottom: 20px;
}
a.comment-reply-link {
    color: #ff5722;
}
a.comment-reply-link:hover {
    color: #000;
}
.comment-list #respond {
    overflow: hidden;
    margin-bottom: 32px;
}
a#cancel-comment-reply-link {
    color: #ff5722;
    font-size: 13px;
    border: 2px solid #ff5722;
    padding: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.comment-list li .separator {
    padding: 14px 0px;
}
a#cancel-comment-reply-link:hover {
    color: #fff;
    border: 2px solid #ff5722;
    background: #ff5722;
    transition: all 0.3s ease;
}
.comment-content {
    padding-bottom: 7px;
    font-size: 15px;
}
.comment-content p {
    line-height: 1.55;
    margin-bottom: 15px;
}
a.comment-reply-link {
    color: #ff5722;
    border: 2px solid #ff5722;
    padding: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
}
a.comment-reply-link:hover {
    color: #fff;
    border: 2px solid #ff5722;
    background: #ff5722;
    transition: all 0.3s ease;
}
.logged-in-as a {
    color: #fff;
}
.post-image {
    position: relative;
    overflow: hidden;
}
.post-image a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, 0.68);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.post-image:hover a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.post-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* Author */

.author-title {
    margin-bottom: 10px;
    line-height: 25px;
    color: #ff5722;
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
}
img.avatar.avatar-96.photo {
    height: 105px;
}
.author-info {
    padding-left: 0px;
    margin-bottom: 0px;
}
.author-detail {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.author-url {
    color: #ff5722;
}
.author-url:hover {
    color: #000;
}
.about-author {
    background: rgba(145, 145, 145, 0.08);
    padding: 15px 0px 6px 0px;
    margin-bottom: 30px;
    overflow: hidden;
}
/* (14) Loader */
/* (14.1) Loader 1 */

.loader {
    background: rgba(10, 10, 10, 0.9);
    height: 100%;
    width: 100%;
    z-index: 21500;
    content: "";
    position: fixed;
    top: 0;
}
.page-loader {
    display: table;
    height: 100%;
    margin: 0px auto;
}
.cube {
    display: table-cell;
    vertical-align: middle;
}
.cube-loader:before {
    text-align: center;
    margin-left: -25px;
    margin-top: -28px;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #ff5722;
    border-radius: 3px;
    animation: cssload-animate 0.58s linear infinite;
    -o-animation: cssload-animate 0.58s linear infinite;
    -ms-animation: cssload-animate 0.58s linear infinite;
    -webkit-animation: cssload-animate 0.58s linear infinite;
    -moz-animation: cssload-animate 0.58s linear infinite;
}
.cube-loader:after {
    text-align: center;
    content: '';
    width: 50px;
    height: 5px;
    margin-left: -25px;
    margin-top: 37px;
    background: #ff5722;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    animation: shadow 0.58s linear infinite;
    -o-animation: shadow 0.58s linear infinite;
    -ms-animation: shadow 0.58s linear infinite;
    -webkit-animation: shadow 0.58s linear infinite;
    -moz-animation: shadow 0.58s linear infinite;
}
/* (14.2) Loader 2 */

.home2-loader .cube2 {
    z-index: 111;
    display: table;
    height: 100%;
    margin: 0px auto;
    transition: all .4s .3s ease;
}
.home2-loader .cube-loader2 {
    display: table-cell;
    vertical-align: middle;
    transition: all .7s .3s ease;
}
.home2-loader .cube-loader2:before {
    text-align: center;
    margin-left: -25px;
    margin-top: -28px;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    z-index: 1111;
    background: #ff5722;
    border-radius: 3px;
    animation: cssload-animate 0.4s linear infinite;
    -o-animation: cssload-animate 0.4s linear infinite;
    -ms-animation: cssload-animate 0.4s linear infinite;
    -webkit-animation: cssload-animate 0.4s linear infinite;
    -moz-animation: cssload-animate 0.4s linear infinite;
}
.home2-loader .cube-loader2:after {
    text-align: center;
    content: '';
    width: 50px;
    z-index: 1111;
    height: 5px;
    margin-left: -25px;
    margin-top: 37px;
    background: #ff5722;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    animation: shadow 0.3s linear infinite;
    -o-animation: shadow 0.3s linear infinite;
    -ms-animation: shadow 0.3s linear infinite;
    -webkit-animation: shadow 0.3s linear infinite;
    -moz-animation: shadow 0.3s linear infinite;
}
.home2-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .8s .1s ease;
    -moz-transition: all .8s .1s ease;
    transition: all .8s .1s ease;
}
.home2-loader > .top,
.home2-loader > .bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 99;
    -webkit-transition: all .8s .3s ease;
    -moz-transition: all .8s .3s ease;
    transition: all .8s .3s ease;
}
.home2-loader > .top {
    top: 0;
}
.home2-loader > .bottom {
    bottom: 0;
}
body.loaded .home2-loader > .top {
    top: -50%;
}
body.loaded .home2-loader > .bottom {
    bottom: -50%;
}
body.loaded .home2-loader > .top,
body.loaded .home2-loader > .bottom,
body.loaded .home2-loader > .cube,
body.loaded .home2-loader {
    opacity: 0;
    visibility: hidden;
}
/* (14.3) Loader 3 */

.home3-loader .cube {
    z-index: 111;
    display: table;
    height: 100%;
    margin: 0px auto;
    transition: all .4s .3s ease;
}
.home3-loader .cube-loader {
    display: table-cell;
    vertical-align: middle;
    transition: all .7s .3s ease;
}
.home3-loader .cube-loader:before {
    text-align: center;
    margin-left: -25px;
    margin-top: -28px;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    z-index: 1111;
    background: #ff5722;
    border-radius: 3px;
    animation: cssload-animate 0.58s linear infinite;
    -o-animation: cssload-animate 0.58s linear infinite;
    -ms-animation: cssload-animate 0.58s linear infinite;
    -webkit-animation: cssload-animate 0.58s linear infinite;
    -moz-animation: cssload-animate 0.58s linear infinite;
}
.home3-loader .cube-loader:after {
    text-align: center;
    content: '';
    width: 50px;
    z-index: 1111;
    height: 5px;
    margin-left: -25px;
    margin-top: 37px;
    background: #ff5722;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    animation: shadow 0.58s linear infinite;
    -o-animation: shadow 0.58s linear infinite;
    -ms-animation: shadow 0.58s linear infinite;
    -webkit-animation: shadow 0.58s linear infinite;
    -moz-animation: shadow 0.58s linear infinite;
}
.home3-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .8s 1s ease;
    -moz-transition: all .8s 1s ease;
    transition: all .8s 1s ease;
}
.home3-loader > .left,
.home3-loader > .right {
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 99;
    -webkit-transition: all .8s .3s ease;
    -moz-transition: all .8s .3s ease;
    transition: all .8s .3s ease;
}
.home3-loader > .left {
    top: 0;
}
.home3-loader > .right {
    bottom: 0;
}
body.loaded .home3-loader > .left {
    top: 50%;
}
body.loaded .home3-loader > .right {
    bottom: 50%;
}
body.loaded .home3-loader > .left,
body.loaded .home3-loader > .right,
body.loaded .home3-loader > .cube,
body.loaded .home3-loader {
    opacity: 0;
    visibility: hidden;
}
@keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}
@-o-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -o-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -o-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -o-transform: translateY(0) rotate(90deg);
    }
}
@-ms-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -ms-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -ms-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -ms-transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
    }
}
@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}
@-o-keyframes shadow {
    0%, 100% {
        -o-transform: scale(1, 1);
    }
    50% {
        -o-transform: scale(1.2, 1);
    }
}
@-ms-keyframes shadow {
    0%, 100% {
        -ms-transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(1.2, 1);
    }
}
@-webkit-keyframes shadow {
    0%, 100% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1);
    }
}
@-moz-keyframes shadow {
    0%, 100% {
        -moz-transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.2, 1);
    }
}
.text-theme {
    color: #ff5722;
}
.text-link-theme a {
    color: #ff5722;
}
.active-portfolio a {
    color: #ff5722;
}
.text-hover-theme a:hover {
    color: #ff5722;
}
.back-theme {
    background: #4c4c4c;
}
.btn-theme, .btn-theme:focus {
    border-color: #ff5722;
    color: #ff5722;
}
.btn-theme:before {
    background: #ff5722;
}
.default-btn-theme {
    border-color: #ff5722;
    color: #FFF;
    background: #ff5722 !important;
}
.default-btn-theme a {
    color: #FFF;
}
.prices .btn_button:hover {
    color: #fff;
}
/* (15) Color palette */

.green .text-theme,
.green .new_btntypo,
.green .nav-main .menu-home:hover span,
.green .overlay_img_div i:hover,
.green .main-icon-animation:hover,
.green .resume_row:hover .resume_icon i,
.green .nav-portfolio .active:after,
.green .text-link-theme a,
.green .btn-theme,
.green .btn-theme:focus,
.green .price_box:hover .title_price,
.green .price_box.active .title_price,
.green .sc-col:hover .sc-price h2 span,
.green .sc-col:hover .sc-title h5,
.green .sc-col.active .sc-price h2 span,
.green .sc-col.active .sc-title h5,
.green .btn_price_button a,
.green .nav-main .active span,
.green .close-btn:hover,
.green .submenu-home2 .close-btn:hover,
.green span.wpcf7-not-valid-tip,
.green .menu-item-home3:hover .icon-home3 i,
.green .menu-item-home3:hover .text-home,
.green .menu-item-home3:focus .icon-home3 i,
.green .menu-item-home3:focus .text-home,
.green .so-icon-home3 li a:hover,
.green .menu-item-home3.active .text-home,
.green .menu-item-home3.active .icon-home3 i,
.green .menu-box-home3 .close-btn:hover,
.green table a, dl a, table a:hover, dl a:hover,
.green .blog-content p a,
.green .comment-content a,
.green .blog-content ul li a,
.green .wp-caption-text a,
.green .comment-navigation .nav-previous a,
.green .comment-navigation .nav-next a,
.green .comment-body a, comment-body span{
    color: #058b7b;
}
.green .btn-theme {
    border-color: #058b7b;
}
.green .btn-theme:before,
.green .button-nav-toggle span,
.green .back-theme,
.green .nav-portfolio .active,
.green .box-price::after,
.green .sc-price:after {
    background: #058b7b;
}
.green .menu-icon-inner,
.green .menu-icon-inner:before,
.green .menu-icon-inner:after,
.green .button-nav-toggle span:after,
.green .box:before,
.green .box:after,
.green .box .box-cls:before,
.green .box .box-cls:after,
.green .box:after,
.green .box .box-cls:before,
.green .box .box-cls:after,
.green .button-nav-toggle span:after,
.green .button-nav-toggle span:before,
.green .menu-icon-inner-home3,
.green .menu-icon-inner-home3::after,
.green .menu-icon-inner-home3::before {
    background-color: #058b7b;
}
.green .submenu-home2 .red-tooltip:hover,
.green .submenu-home2 .red-tooltip:active,
.green .submenu-home2 .red-tooltip.active,
.green .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #058b7b;
    box-shadow: 7px 0 0 0 #058b7b inset;
    color: #058b7b;
}
.green .square1,
.green .square,
.green .main-icon-animation,
.green .box-cls.active {
    border: 3px solid #058b7b;
}
.green .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #058b7b;
}
.green .main-icon-animation:hover {
    background-color: rgba(255, 87, 34, 0.04);
    box-shadow: 0px 0px 10px 0px #058b7b;
}
.green .nav-portfolio .active {
    border-top: 5px solid #046358;
    color: #fff;
}
.green .portfolio-box:hover .portfolio-rollover:after,
.green #portfolio-grid .portfolio-item .hover {
    background-color: rgba(5, 139, 123, 0.36);
}
.green .box-title::after,
.green .sc-title:after,
.green .sc-col:hover,
.green .sc-col.active,
.green .price_box:hover .price_plan,
.green .price_box.active .price_plan {
    background: rgba(5, 139, 123, 0.73);
}
.green .sc-col:hover:after,
.green .sc-col.active:after {
    border-top: 35px solid rgba(5, 139, 123, 0.73);
}
.green .sc-col.active .btn_price_button,
.green .sc-col:hover .btn_price_button,
.green .sub-menu .menu-home:hover a {
    border: 2px solid #058b7b;
}
.green .btn_price_button:hover a {
    color: #fff;
}
.green .form-contact .wpcf7-form-control:focus {
    border-color: #058b7b;
}
.green .cube-loader:after,
.green .cube-loader:before,
.green .home2-loader .cube-loader2:before,
.green .home2-loader .cube-loader2:after,
.green .border-contain-home3,
.green .border-home3:before,
.green .border-home3:after {
    background: #058b7b;
}
.green .submenu-home2 .red-tooltip {
    border-right: 0 solid #058b7b;
}
.green .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.green .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #058b7b;
}
.green .price_box.active .price_plan,
.green .price_box:hover .price_plan {
    border: 1px solid rgba(5, 139, 123, 0.73);
}
.green .menu-item-home3:before,
.green .menu-item-home3.active:before {
    border-right: solid 5px #058b7b;
    color: #058b7b;
}
/* Blog */

.green .title-wrap {
    background: #058b7b;
}
.green .widget ul li a:hover {
    color: #058b7b;
}
.green .fancy-date {
    background: #058b7b;
}
.green h2.entry-title a {
    color: #058b7b;
}
.green .category a:hover {
    color: #058b7b;
}
.green .paging-navigation a,
.green .paging-navigation span {
    border: 1px solid #058b7b;
}
.green .paging-navigation a.current,
.green .paging-navigation span.current {
    background-color: #058b7b;
}
.green a.page-numbers:hover {
    background-color: #058b7b;
}
.green .sub_header_text a:hover {
    color: #058b7b;
}
.green .tag-blog a {
    background: #058b7b;
    border: 1px solid #058b7b;
}
.green .tag-blog a:hover {
    background: transparent;
    border: 1px solid #058b7b;
    color: #058b7b;
}
.green .rel-text,
.green .comment-respond h2,
.green .comments-area h2 {
    color: #058b7b;
}
.green .single-blog .post-title {
    background: #058b7b;
}
.green .single-blog .entry-title {
    color: #058b7b;
}
.green .comment-metadata a:hover {
    color: #058b7b;
}
.green a.comment-reply-link {
    color: #058b7b;
}
.green a#cancel-comment-reply-link {
    color: #058b7b;
    border: 2px solid #058b7b;
}
.green a#cancel-comment-reply-link:hover {
    border: 2px solid #058b7b;
    background: #058b7b;
}
.green a.comment-reply-link {
    color: #058b7b;
    border: 2px solid #058b7b;
}
.green a.comment-reply-link:hover {
    border: 2px solid #058b7b;
    background: #058b7b;
    color: #fff;
}
.green .submit,
.green .submit:focus,
.green .submit:hover {
    background-color: #058b7b;
    border-color: #058b7b;
}
.green .tagcloud a {
    border: 1px solid #058b7b;
    color: #058b7b;
}
.green .tagcloud a:hover {
    background: #058b7b;
    border: 1px solid #058b7b;
    color: #fff;
}
.green span.rss-date {
    color: #058b7b;
}
.green #wp-calendar a {
    color: #058b7b;
}

.green .per-hobby {
    border-bottom: 2px solid #058b7b;
}
.red .text-theme,
.red .new_btntypo,
.red .nav-main .menu-home:hover span,
.red .overlay_img_div i:hover,
.red .main-icon-animation:hover,
.red .resume_row:hover .resume_icon i,
.red .nav-portfolio .active:after,
.red .text-link-theme a,
.red .btn-theme,
.red .btn-theme:focus,
.red .price_box:hover .title_price,
.red .price_box.active .title_price,
.red .sc-col:hover .sc-price h2 span,
.red .sc-col:hover .sc-title h5,
.red .sc-col.active .sc-price h2 span,
.red .sc-col.active .sc-title h5,
.red .btn_price_button a,
.red .nav-main .active span,
.red .close-btn:hover,
.red .submenu-home2 .close-btn:hover,
.red span.wpcf7-not-valid-tip,
.red .menu-item-home3:hover .icon-home3 i,
.red .menu-item-home3:hover .text-home,
.red .menu-item-home3:focus .icon-home3 i,
.red .menu-item-home3:focus .text-home,
.red .so-icon-home3 li a:hover,
.red .menu-item-home3.active .text-home,
.red .menu-item-home3.active .icon-home3 i,
.red .menu-box-home3 .close-btn:hover,
.red table a, dl a, table a:hover, dl a:hover,
.red .blog-content p a,
.red .comment-content a,
.red .blog-content ul li a,
.red .wp-caption-text a,
.red .comment-navigation .nav-previous a,
.red .comment-navigation .nav-next a,
.red .comment-body a, comment-body span{
    color: #f92820;
}
.red .btn-theme {
    border-color: #f92820;
}
.red .btn-theme:before,
.red .button-nav-toggle span,
.red .back-theme,
.red .nav-portfolio .active,
.red .box-price::after,
.red .sc-price:after {
    background: #f92820;
}
.red .menu-icon-inner,
.red .menu-icon-inner:before,
.red .menu-icon-inner:after,
.red .button-nav-toggle span:after,
.red .button-nav-toggle span:before,
.red .box:before,
.red .box:after,
.red .box .box-cls:before,
.red .box .box-cls:after,
.red .box:after,
.red .box .box-cls:before,
.red .box .box-cls:after,
.red .menu-icon-inner-home3,
.red .menu-icon-inner-home3::after,
.red .menu-icon-inner-home3::before {
    background-color: #f92820;
}
.red .submenu-home2 .red-tooltip:hover,
.red .submenu-home2 .red-tooltip:active,
.red .submenu-home2 .red-tooltip.active,
.red .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #f92820;
    box-shadow: 7px 0 0 0 #f92820 inset;
    color: #f92820;
}
.red .per-hobby {
    border-bottom: 2px solid #f92820;
}
.red .square1,
.red .square,
.red .main-icon-animation,
.red .box-cls.active {
    border: 3px solid #f92820;
}
.red .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #f92820;
}
.red .main-icon-animation:hover {
    background-color: rgba(255, 87, 34, 0.04);
    box-shadow: 0px 0px 10px 0px #f92820;
}
.red .nav-portfolio .active {
    border-top: 5px solid #B32C37;
    color: #fff;
}
.red .portfolio-box:hover .portfolio-rollover:after,
.red #portfolio-grid .portfolio-item .hover {
    background-color: rgba(251, 78, 72, 0.54);
}
.red .box-title::after,
.red .sc-title:after,
.red .sc-col:hover,
.red .sc-col.active,
.red .price_box:hover .price_plan,
.red .price_box.active .price_plan {
    background: rgba(251, 78, 72, 0.9);
}
.red .sc-col:hover:after,
.red .sc-col.active:after {
    border-top: 35px solid rgba(251, 78, 72, 0.9);
}
.red .sc-col.active .btn_price_button,
.red .sc-col:hover .btn_price_button,
.red .sub-menu .menu-home:hover a {
    border: 2px solid #f92820;
}
.red .btn_price_button:hover a {
    color: #fff;
}
.red .form-contact .wpcf7-form-control:focus {
    border-color: #f92820;
}
.red .cube-loader:after,
.red .cube-loader:before,
.red .home2-loader .cube-loader2:before,
.red .home2-loader .cube-loader2:after,
.red .border-contain-home3,
.red .border-home3:before,
.red .border-home3:after {
    background: #f92820;
}
.red .submenu-home2 .red-tooltip {
    border-right: 0 solid #f92820;
}
.red .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.red .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #f92820;
}
.red .price_box.active .price_plan,
.red .price_box:hover .price_plan {
    border: 1px solid rgba(251, 78, 72, 0.9);
}
.red .menu-item-home3:before,
.red .menu-item-home3.active:before {
    border-right: solid 5px #f92820;
    color: #f92820;
}
/* Blog */

.red .title-wrap {
    background: #f92820;
}
.red .widget ul li a:hover {
    color: #f92820;
}
.red .fancy-date {
    background: #f92820;
}
.red h2.entry-title a {
    color: #f92820;
}
.red .category a:hover {
    color: #f92820;
}
.red .paging-navigation a,
.red .paging-navigation span {
    border: 1px solid #f92820;
}
.red .paging-navigation a.current,
.red .paging-navigation span.current {
    background-color: #f92820;
}
.red a.page-numbers:hover {
    background-color: #f92820;
}
.red .sub_header_text a:hover {
    color: #f92820;
}
.red .tag-blog a {
    background: #f92820;
    border: 1px solid #f92820;
}
.red .tag-blog a:hover {
    background: transparent;
    border: 1px solid #f92820;
    color: #f92820;
}
.red .rel-text,
.red .comment-respond h2,
.red .comments-area h2 {
    color: #f92820;
}
.red .single-blog .post-title {
    background: #f92820;
}
.red .single-blog .entry-title {
    color: #f92820;
}
.red .comment-metadata a:hover {
    color: #f92820;
}
.red a.comment-reply-link {
    color: #f92820;
}
.red a#cancel-comment-reply-link {
    color: #f92820;
    border: 2px solid #f92820;
}
.red a#cancel-comment-reply-link:hover {
    border: 2px solid #f92820;
    background: #f92820;
}
.red a.comment-reply-link {
    color: #f92820;
    border: 2px solid #f92820;
}
.red a.comment-reply-link:hover {
    border: 2px solid #f92820;
    background: #f92820;
    color: #fff;
}
.red .submit,
.red .submit:focus,
.red .submit:hover {
    background-color: #f92820;
    border-color: #f92820;
}
.red .tagcloud a {
    border: 1px solid #f92820;
    color: #f92820;
}
.red .tagcloud a:hover {
    background: #f92820;
    border: 1px solid #f92820;
    color: #fff;
}
.red span.rss-date {
    color: #f92820;
}
.red #wp-calendar a {
    color: #f92820;
}
.blue .text-theme,
.blue .new_btntypo,
.blue .nav-main .menu-home:hover span,
.blue .overlay_img_div i:hover,
.blue .main-icon-animation:hover,
.blue .resume_row:hover .resume_icon i,
.blue .nav-portfolio .active:after,
.blue .text-link-theme a,
.blue .btn-theme,
.blue .btn-theme:focus,
.blue .price_box:hover .title_price,
.blue .price_box.active .title_price,
.blue .sc-col:hover .sc-price h2 span,
.blue .sc-col:hover .sc-title h5,
.blue .sc-col.active .sc-price h2 span,
.blue .sc-col.active .sc-title h5,
.blue .btn_price_button a,
.blue .nav-main .active span,
.blue .close-btn:hover,
.blue .submenu-home2 .close-btn:hover,
.blue span.wpcf7-not-valid-tip,
.blue .menu-item-home3:hover .icon-home3 i,
.blue .menu-item-home3:hover .text-home,
.blue .menu-item-home3:focus .icon-home3 i,
.blue .menu-item-home3:focus .text-home,
.blue .so-icon-home3 li a:hover,
.blue .menu-item-home3.active .text-home,
.blue .menu-item-home3.active .icon-home3 i,
.blue .menu-box-home3 .close-btn:hover,
.blue table a, dl a, table a:hover, dl a:hover,
.blue .blog-content p a,
.blue .comment-content a,
.blue .blog-content ul li a,
.blue .wp-caption-text a,
.blue .comment-navigation .nav-previous a,
.blue .comment-navigation .nav-next a,
.blue .comment-body a, comment-body span{
    color: #00aeef;
}
.blue .btn-theme {
    border-color: #00aeef;
}
.blue .btn-theme:before,
.blue .button-nav-toggle span,
.blue .back-theme,
.blue .nav-portfolio .active,
.blue .box-price::after,
.blue .sc-price:after {
    background: #00aeef;
}
.blue .menu-icon-inner,
.blue .menu-icon-inner:before,
.blue .menu-icon-inner:after,
.blue .button-nav-toggle span:after,
.blue .box:before,
.blue .box:after,
.blue .box .box-cls:before,
.blue .box .box-cls:after,
.blue .box:after,
.blue .box .box-cls:before,
.blue .box .box-cls:after,
.blue .button-nav-toggle span:after,
.blue .button-nav-toggle span:before,
.blue .menu-icon-inner-home3,
.blue .menu-icon-inner-home3::after,
.blue .menu-icon-inner-home3::before {
    background-color: #00aeef;
}
.blue .submenu-home2 .blue-tooltip:hover,
.blue .submenu-home2 .red-tooltip:active,
.blue .submenu-home2 .red-tooltip.active,
.blue .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #00aeef;
    box-shadow: 7px 0 0 0 #00aeef inset;
    color: #00aeef;
}
.blue .square1,
.blue .square,
.blue .main-icon-animation,
.blue .box-cls.active {
    border: 3px solid #00aeef;
}
.blue .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #00aeef;
}
.blue .main-icon-animation:hover {
    background-color: rgba(255, 87, 34, 0.04);
    box-shadow: 0px 0px 10px 0px #00aeef;
}
.blue .nav-portfolio .active {
    border-top: 5px solid #008DC2;
    color: #fff;
}
.blue .per-hobby {
    border-bottom: 2px solid #008DC2;
}
.blue .portfolio-box:hover .portfolio-rollover:after,
.blue #portfolio-grid .portfolio-item .hover {
    background-color: rgba(5, 149, 202, 0.65);
}
.blue .box-title::after,
.blue .sc-title:after,
.blue .sc-col:hover,
.blue .sc-col.active,
.blue .price_box:hover .price_plan,
.blue .price_box.active .price_plan {
    background: rgba(23, 177, 235, 0.61);
}
.blue .sc-col:hover:after,
.blue .sc-col.active:after {
    border-top: 35px solid rgba(23, 177, 235, 0.61);
}
.blue .sc-col.active .btn_price_button,
.blue .sc-col:hover .btn_price_button,
.blue .sub-menu .menu-home:hover a {
    border: 2px solid #00aeef;
}
.blue .btn_price_button:hover a {
    color: #fff;
}
.blue .form-contact .wpcf7-form-control:focus {
    border-color: #00aeef;
}
.blue .cube-loader:after,
.blue .cube-loader:before,
.blue .home2-loader .cube-loader2:before,
.blue .home2-loader .cube-loader2:after,
.blue .border-contain-home3,
.blue .border-home3:before,
.blue .border-home3:after {
    background: #00aeef;
}
.blue .submenu-home2 .red-tooltip {
    border-right: 0 solid #00aeef;
}
.blue .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.blue .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #00aeef;
}
.blue .price_box.active .price_plan,
.blue .price_box:hover .price_plan {
    border: 1px solid rgba(23, 177, 235, 0.61);
}
.blue .menu-item-home3:before,
.blue .menu-item-home3.active:before {
    border-right: solid 5px #00aeef;
    color: #00aeef;
}

/* Blog */

.blue .title-wrap {
    background: #00aeef;
}
.blue .widget ul li a:hover {
    color: #00aeef;
}
.blue .fancy-date {
    background: #00aeef;
}
.blue h2.entry-title a {
    color: #00aeef;
}
.blue .category a:hover {
    color: #00aeef;
}
.blue .paging-navigation a,
.blue .paging-navigation span {
    border: 1px solid #00aeef;
}
.blue .paging-navigation a.current,
.blue .paging-navigation span.current {
    background-color: #00aeef;
}
.blue a.page-numbers:hover {
    background-color: #00aeef;
}
.blue .sub_header_text a:hover {
    color: #00aeef;
}
.blue .tag-blog a {
    background: #00aeef;
    border: 1px solid #00aeef;
}
.blue .tag-blog a:hover {
    background: transparent;
    border: 1px solid #00aeef;
    color: #00aeef;
}
.blue .rel-text,
.blue .comment-respond h2,
.blue .comments-area h2 {
    color: #00aeef;
}
.blue .single-blog .post-title {
    background: #00aeef;
}
.blue .single-blog .entry-title {
    color: #00aeef;
}
.blue .comment-metadata a:hover {
    color: #00aeef;
}
.blue a.comment-reply-link {
    color: #00aeef;
}
.blue a#cancel-comment-reply-link {
    color: #00aeef;
    border: 2px solid #00aeef;
}
.blue a#cancel-comment-reply-link:hover {
    border: 2px solid #00aeef;
    background: #00aeef;
}
.blue a.comment-reply-link {
    color: #00aeef;
    border: 2px solid #00aeef;
}
.blue a.comment-reply-link:hover {
    border: 2px solid #00aeef;
    background: #00aeef;
    color: #fff;
}
.blue .submit,
.blue .submit:focus,
.blue .submit:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}
.blue .tagcloud a {
    border: 1px solid #00aeef;
    color: #00aeef;
}
.blue .tagcloud a:hover {
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
}
.blue span.rss-date {
    color: #00aeef;
}
.blue #wp-calendar a {
    color: #00aeef;
}
.lgreen .text-theme,
.lgreen .new_btntypo,
.lgreen .nav-main .menu-home:hover span,
.lgreen .overlay_img_div i:hover,
.lgreen .main-icon-animation:hover,
.lgreen .resume_row:hover .resume_icon i,
.lgreen .nav-portfolio .active:after,
.lgreen .text-link-theme a,
.lgreen .btn-theme,
.lgreen .btn-theme:focus,
.lgreen .price_box:hover .title_price,
.lgreen .price_box.active .title_price,
.lgreen .sc-col:hover .sc-price h2 span,
.lgreen .sc-col:hover .sc-title h5,
.lgreen .sc-col.active .sc-price h2 span,
.lgreen .sc-col.active .sc-title h5,
.lgreen .btn_price_button a,
.lgreen .nav-main .active span,
.lgreen .close-btn:hover,
.lgreen .submenu-home2 .close-btn:hover,
.lgreen span.wpcf7-not-valid-tip,
.lgreen .menu-item-home3:hover .icon-home3 i,
.lgreen .menu-item-home3:hover .text-home,
.lgreen .menu-item-home3:focus .icon-home3 i,
.lgreen .menu-item-home3:focus .text-home,
.lgreen .so-icon-home3 li a:hover,
.lgreen .menu-item-home3.active .text-home,
.lgreen .menu-item-home3.active .icon-home3 i,
.lgreen .menu-box-home3 .close-btn:hover,
.lgreen table a, dl a, table a:hover, dl a:hover,
.lgreen .blog-content p a,
.lgreen .comment-content a,
.lgreen .blog-content ul li a,
.lgreen .wp-caption-text a,
.lgreen .comment-navigation .nav-previous a,
.lgreen .comment-navigation .nav-next a,
.lgreen .comment-body a, comment-body span{
    color: #81b441;
}
.lgreen .btn-theme {
    border-color: #81b441;
}
.lgreen .per-hobby {
    border-bottom: 2px solid #81b441;
}
.lgreen .btn-theme:before,
.lgreen .button-nav-toggle span,
.lgreen .back-theme,
.lgreen .nav-portfolio .active,
.lgreen .box-price::after,
.lgreen .sc-price:after {
    background: #81b441;
}
.lgreen .menu-icon-inner,
.lgreen .menu-icon-inner:before,
.lgreen .menu-icon-inner:after,
.lgreen .button-nav-toggle span:after,
.lgreen .button-nav-toggle span:before,
.lgreen .box:before,
.lgreen .box:after,
.lgreen .box .box-cls:before,
.lgreen .box .box-cls:after,
.lgreen .box:after,
.lgreen .box .box-cls:before,
.lgreen .box .box-cls:after,
.lgreen .menu-icon-inner-home3,
.lgreen .menu-icon-inner-home3::after,
.lgreen .menu-icon-inner-home3::before {
    background-color: #81b441;
}
.lgreen .submenu-home2 .lgreen-tooltip:hover,
.lgreen .submenu-home2 .red-tooltip:active,
.lgreen .submenu-home2 .red-tooltip.active,
.lgreen .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #81b441;
    box-shadow: 7px 0 0 0 #81b441 inset;
    color: #81b441;
}
.lgreen .square1,
.lgreen .square,
.lgreen .main-icon-animation,
.lgreen .box-cls.active {
    border: 3px solid #81b441;
}
.lgreen .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #81b441;
}
.lgreen .main-icon-animation:hover {
    background-color: rgba(255, 87, 34, 0.04);
    box-shadow: 0px 0px 10px 0px #81b441;
}
.lgreen .nav-portfolio .active {
    border-top: 5px solid rgba(80, 114, 38, 0.49);
    color: #fff;
}
.lgreen .portfolio-box:hover .portfolio-rollover:after,
.lgreen #portfolio-grid .portfolio-item .hover {
    background-color: rgba(129, 180, 65, 0.69);
}
.lgreen .box-title::after,
.lgreen .sc-title:after,
.lgreen .sc-col:hover,
.lgreen .sc-col.active,
.lgreen .price_box:hover .price_plan,
.lgreen .price_box.active .price_plan {
    background: rgba(129, 180, 65, 0.79);
}
.lgreen .sc-col:hover:after,
.lgreen .sc-col.active:after {
    border-top: 35px solid rgba(129, 180, 65, 0.79);
}
.lgreen .sc-col.active .btn_price_button,
.lgreen .sc-col:hover .btn_price_button,
.lgreen .sub-menu .menu-home:hover a {
    border: 2px solid #81b441;
}
.lgreen .btn_price_button:hover a {
    color: #fff;
}
.lgreen .form-contact .wpcf7-form-control:focus {
    border-color: #81b441;
}
.lgreen .cube-loader:after,
.lgreen .cube-loader:before,
.lgreen .home2-loader .cube-loader2:before,
.lgreen .home2-loader .cube-loader2:after,
.lgreen .border-contain-home3,
.lgreen .border-home3:before,
.lgreen .border-home3:after {
    background: #81b441;
}
.lgreen .submenu-home2 .red-tooltip {
    border-right: 0 solid #81b441;
}
.lgreen .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.lgreen .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #81b441;
}
.lgreen .price_box.active .price_plan,
.lgreen .price_box:hover .price_plan {
    border: 1px solid rgba(129, 180, 65, 0.79);
}
.lgreen .menu-item-home3:before,
.lgreen .menu-item-home3.active:before {
    border-right: solid 5px #81b441;
    color: #81b441;
}
/* Blog */

.lgreen .title-wrap {
    background: #81b441;
}
.lgreen .widget ul li a:hover {
    color: #81b441;
}
.lgreen .fancy-date {
    background: #81b441;
}
.lgreen h2.entry-title a {
    color: #81b441;
}
.lgreen .category a:hover {
    color: #81b441;
}
.lgreen .paging-navigation a,
.lgreen .paging-navigation span {
    border: 1px solid #81b441;
}
.lgreen .paging-navigation a.current,
.lgreen .paging-navigation span.current {
    background-color: #81b441;
}
.lgreen a.page-numbers:hover {
    background-color: #81b441;
}
.lgreen .sub_header_text a:hover {
    color: #81b441;
}
.lgreen .tag-blog a {
    background: #81b441;
    border: 1px solid #81b441;
}
.lgreen .tag-blog a:hover {
    background: transparent;
    border: 1px solid #81b441;
    color: #81b441;
}
.lgreen .rel-text,
.lgreen .comment-respond h2,
.lgreen .comments-area h2 {
    color: #81b441;
}
.lgreen .single-blog .post-title {
    background: #81b441;
}
.lgreen .single-blog .entry-title {
    color: #81b441;
}
.lgreen .comment-metadata a:hover {
    color: #81b441;
}
.lgreen a.comment-reply-link {
    color: #81b441;
}
.lgreen a#cancel-comment-reply-link {
    color: #81b441;
    border: 2px solid #81b441;
}
.lgreen a#cancel-comment-reply-link:hover {
    border: 2px solid #81b441;
    background: #81b441;
}
.lgreen a.comment-reply-link {
    color: #81b441;
    border: 2px solid #81b441;
}
.lgreen a.comment-reply-link:hover {
    border: 2px solid #81b441;
    background: #81b441;
    color: #fff;
}
.lgreen .submit,
.lgreen .submit:focus,
.lgreen .submit:hover {
    background-color: #81b441;
    border-color: #81b441;
}
.lgreen .tagcloud a {
    border: 1px solid #81b441;
    color: #81b441;
}
.lgreen .tagcloud a:hover {
    background: #81b441;
    border: 1px solid #81b441;
    color: #fff;
}
.lgreen span.rss-date {
    color: #81b441;
}
.lgreen #wp-calendar a {
    color: #81b441;
}
.dviolet .text-theme,
.dviolet .new_btntypo,
.dviolet .nav-main .menu-home:hover span,
.dviolet .overlay_img_div i:hover,
.dviolet .main-icon-animation:hover,
.dviolet .resume_row:hover .resume_icon i,
.dviolet .nav-portfolio .active:after,
.dviolet .text-link-theme a,
.dviolet .btn-theme,
.dviolet .btn-theme:focus,
.dviolet .price_box:hover .title_price,
.dviolet .price_box.active .title_price,
.dviolet .sc-col:hover .sc-price h2 span,
.dviolet .sc-col:hover .sc-title h5,
.dviolet .sc-col.active .sc-price h2 span,
.dviolet .sc-col.active .sc-title h5,
.dviolet .btn_price_button a,
.dviolet .nav-main .active span,
.dviolet .close-btn:hover,
.dviolet .submenu-home2 .close-btn:hover,
.dviolet span.wpcf7-not-valid-tip,
.dviolet .menu-item-home3:hover .icon-home3 i,
.dviolet .menu-item-home3:hover .text-home,
.dviolet .menu-item-home3:focus .icon-home3 i,
.dviolet .menu-item-home3:focus .text-home,
.dviolet .so-icon-home3 li a:hover,
.dviolet .menu-item-home3.active .text-home,
.dviolet .menu-item-home3.active .icon-home3 i,
.dviolet .menu-box-home3 .close-btn:hover,
.dviolet table a, dl a, table a:hover, dl a:hover,
.dviolet .blog-content p a,
.dviolet .comment-content a,
.dviolet .blog-content ul li a,
.dviolet .wp-caption-text a,
.dviolet .comment-navigation .nav-previous a,
.dviolet .comment-navigation .nav-next a,
.dviolet .comment-body a, comment-body span{
    color: #b369d1;
}
.dviolet .btn-theme {
    border-color: #b369d1;
}
.dviolet .per-hobby {
    border-bottom: 2px solid #b369d1;
}
.dviolet .btn-theme:before,
.dviolet .button-nav-toggle span,
.dviolet .back-theme,
.dviolet .nav-portfolio .active,
.dviolet .box-price::after,
.dviolet .sc-price:after {
    background: #b369d1;
}
.dviolet .menu-icon-inner,
.dviolet .menu-icon-inner:before,
.dviolet .menu-icon-inner:after,
.dviolet .button-nav-toggle span:after,
.dviolet .button-nav-toggle span:before,
.dviolet .box:before,
.dviolet .box:after,
.dviolet .box .box-cls:before,
.dviolet .box .box-cls:after,
.dviolet .box:after,
.dviolet .box .box-cls:before,
.dviolet .box .box-cls:after,
.dviolet .menu-icon-inner-home3,
.dviolet .menu-icon-inner-home3::after,
.dviolet .menu-icon-inner-home3::before {
    background-color: #b369d1;
}
.dviolet .submenu-home2 .dviolet-toolbluetip:hover,
.dviolet .submenu-home2 .red-tooltip:active,
.dviolet .submenu-home2 .red-tooltip.active,
.dviolet .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #b369d1;
    box-shadow: 7px 0 0 0 #b369d1 inset;
    color: #b369d1;
}
.dviolet .square1,
.dviolet .square,
.dviolet .main-icon-animation,
.dviolet .box-cls.active {
    border: 3px solid #b369d1;
}
.dviolet .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #6D3584;
}
.dviolet .main-icon-animation:hover {
    background-color: rgba(88, 43, 106, 0.07);
    box-shadow: 0px 0px 10px 0px #b369d1;
}
.dviolet .nav-portfolio .active {
    border-top: 5px solid #4B35A9;
    color: #fff;
}
.dviolet .portfolio-box:hover .portfolio-rollover:after,
.dviolet #portfolio-grid .portfolio-item .hover {
    background-color: rgba(163, 97, 190, 0.6);
}
.dviolet .box-title::after,
.dviolet .sc-title:after,
.dviolet .sc-col:hover,
.dviolet .sc-col.active,
.dviolet .price_box:hover .price_plan,
.dviolet .price_box.active .price_plan {
    background: rgba(147, 73, 177, 0.75);
}
.dviolet .sc-col:hover:after,
.dviolet .sc-col.active:after {
    border-top: 35px solid rgba(147, 73, 177, 0.75);
}
.dviolet .sc-col.active .btn_price_button,
.dviolet .sc-col:hover .btn_price_button,
.dviolet .sub-menu .menu-home:hover a {
    border: 2px solid #b369d1;
}
.dviolet .btn_price_button:hover a {
    color: #fff;
}
.dviolet .form-contact .wpcf7-form-control:focus {
    border-color: #b369d1;
}
.dviolet .cube-loader:after,
.dviolet .cube-loader:before,
.dviolet .home2-loader .cube-loader2:before,
.dviolet .home2-loader .cube-loader2:after,
.dviolet .border-contain-home3,
.dviolet .border-home3:before,
.dviolet .border-home3:after {
    background: #b369d1;
}
.dviolet .submenu-home2 .red-tooltip {
    border-right: 0 solid #b369d1;
}
.dviolet .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.dviolet .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #b369d1;
}
.dviolet .price_box.active .price_plan,
.dviolet .price_box:hover .price_plan {
    border: 1px solid rgba(147, 73, 177, 0.75);
}
.dviolet .menu-item-home3:before,
.dviolet .menu-item-home3.active:before {
    border-right: solid 5px #b369d1;
    color: #b369d1;
}
/* Blog */

.dviolet .title-wrap {
    background: #b369d1;
}
.dviolet .widget ul li a:hover {
    color: #b369d1;
}
.dviolet .fancy-date {
    background: #b369d1;
}
.dviolet h2.entry-title a {
    color: #b369d1;
}
.dviolet .category a:hover {
    color: #b369d1;
}
.dviolet .paging-navigation a,
.dviolet .paging-navigation span {
    border: 1px solid #b369d1;
}
.dviolet .paging-navigation a.current,
.dviolet .paging-navigation span.current {
    background-color: #b369d1;
}
.dviolet a.page-numbers:hover {
    background-color: #b369d1;
}
.dviolet .sub_header_text a:hover {
    color: #b369d1;
}
.dviolet .tag-blog a {
    background: #b369d1;
    border: 1px solid #b369d1;
}
.dviolet .tag-blog a:hover {
    background: transparent;
    border: 1px solid #b369d1;
    color: #b369d1;
}
.dviolet .rel-text,
.dviolet .comment-respond h2,
.dviolet .comments-area h2 {
    color: #b369d1;
}
.dviolet .single-blog .post-title {
    background: #b369d1;
}
.dviolet .single-blog .entry-title {
    color: #b369d1;
}
.dviolet .comment-metadata a:hover {
    color: #b369d1;
}
.dviolet a.comment-reply-link {
    color: #b369d1;
}
.dviolet a#cancel-comment-reply-link {
    color: #b369d1;
    border: 2px solid #b369d1;
}
.dviolet a#cancel-comment-reply-link:hover {
    border: 2px solid #b369d1;
    background: #b369d1;
}
.dviolet a.comment-reply-link {
    color: #b369d1;
    border: 2px solid #b369d1;
}
.dviolet a.comment-reply-link:hover {
    border: 2px solid #b369d1;
    background: #b369d1;
    color: #fff;
}
.dviolet .submit,
.dviolet .submit:focus,
.dviolet .submit:hover {
    background-color: #b369d1;
    border-color: #b369d1;
}
.dviolet .tagcloud a {
    border: 1px solid #b369d1;
    color: #b369d1;
}
.dviolet .tagcloud a:hover {
    background: #b369d1;
    border: 1px solid #b369d1;
    color: #fff;
}
.dviolet span.rss-date {
    color: #b369d1;
}
.dviolet #wp-calendar a {
    color: #b369d1;
}
.dblue .text-theme,
.dblue .new_btntypo,
.dblue .nav-main .menu-home:hover span,
.dblue .overlay_img_div i:hover,
.dblue .main-icon-animation:hover,
.dblue .resume_row:hover .resume_icon i,
.dblue .nav-portfolio .active:after,
.dblue .text-link-theme a,
.dblue .btn-theme,
.dblue .btn-theme:focus,
.dblue .price_box:hover .title_price,
.dblue .price_box.active .title_price,
.dblue .sc-col:hover .sc-price h2 span,
.dblue .sc-col:hover .sc-title h5,
.dblue .sc-col.active .sc-price h2 span,
.dblue .sc-col.active .sc-title h5,
.dblue .btn_price_button a,
.dblue .nav-main .active span,
.dblue .close-btn:hover,
.dblue .submenu-home2 .close-btn:hover,
.dblue span.wpcf7-not-valid-tip,
.dblue .menu-item-home3:hover .icon-home3 i,
.dblue .menu-item-home3:hover .text-home,
.dblue .menu-item-home3:focus .icon-home3 i,
.dblue .menu-item-home3:focus .text-home,
.dblue .so-icon-home3 li a:hover,
.dblue .menu-item-home3.active .text-home,
.dblue .menu-item-home3.active .icon-home3 i,
.dblue .menu-box-home3 .close-btn:hover,
.dblue .table a, dl a, table a:hover, dl a:hover,
.dblue .blog-content p a,
.dblue .comment-content a,
.dblue .blog-content ul li a,
.dblue .wp-caption-text a,
.dblue .comment-navigation .nav-previous a,
.dblue .comment-navigation .nav-next a,
.dblue .comment-body a, comment-body span{
    color: #3076a9;
}

.dblue .btn-theme {
    border-color: #3076a9;
}
.dblue .per-hobby {
    border-bottom: 2px solid #3076a9;
}
.dblue .btn-theme:before,
.dblue .button-nav-toggle span,
.dblue .back-theme,
.dblue .nav-portfolio .active,
.dblue .box-price::after,
.dblue .sc-price:after {
    background: #3076a9;
}
.dblue .menu-icon-inner,
.dblue .menu-icon-inner:before,
.dblue .menu-icon-inner:after,
.dblue .button-nav-toggle span:after,
.dblue .button-nav-toggle span:before,
.dblue .box:before,
.dblue .box:after,
.dblue .box .box-cls:before,
.dblue .box .box-cls:after,
.dblue .box:after,
.dblue .box .box-cls:before,
.dblue .box .box-cls:after,
.dblue .menu-icon-inner-home3,
.dblue .menu-icon-inner-home3::after,
.dblue .menu-icon-inner-home3::before {
    background-color: #3076a9;
}
.dblue .submenu-home2 .dblue-tooltip:hover,
.dblue .submenu-home2 .red-tooltip:active,
.dblue .submenu-home2 .red-tooltip.active,
.dblue .submenu-home2 .red-tooltip:hover {
    border-right: 7px solid #3076a9;
    box-shadow: 7px 0 0 0 #3076a9 inset;
    color: #3076a9;
}
.dblue .square1,
.dblue .square,
.dblue .main-icon-animation,
.dblue .box-cls.active {
    border: 3px solid #3076a9;
}
.dblue .char-main-icon i:hover {
    box-shadow: 0px 0px 10px 0px #3076a9;
}
.dblue .main-icon-animation:hover {
    background-color: rgba(1, 51, 81, 0.04);
    box-shadow: 0px 0px 10px 0px #3076a9;
}
.dblue .nav-portfolio .active {
    border-top: 5px solid rgb(2, 62, 97);
    color: #fff;
}
.dblue .portfolio-box:hover .portfolio-rollover:after,
.dblue #portfolio-grid .portfolio-item .hover {
    background-color: rgba(0, 86, 137, 0.6);
}
.dblue .box-title::after,
.dblue .sc-title:after,
.dblue .sc-col:hover,
.dblue .sc-col.active,
.dblue .price_box:hover .price_plan,
.dblue .price_box.active .price_plan {
    background: rgba(0, 86, 137, 0.84);
}
.dblue .sc-col:hover:after,
.dblue .sc-col.active:after {
    border-top: 35px solid rgba(0, 86, 137, 0.84);
}
.dblue .sc-col.active .btn_price_button,
.dblue .sc-col:hover .btn_price_button,
.dblue .sub-menu .menu-home:hover a {
    border: 2px solid #3076a9;
}
.dblue .btn_price_button:hover a {
    color: #fff;
}
.dblue .form-contact .wpcf7-form-control:focus {
    border-color: #3076a9;
}
.dblue .cube-loader:after,
.dblue .cube-loader:before,
.dblue .home2-loader .cube-loader2:before,
.dblue .home2-loader .cube-loader2:after,
.dblue .border-contain-home3,
.dblue .border-home3:before,
.dblue .border-home3:after {
    background: #3076a9;
}
.dblue .submenu-home2 .red-tooltip {
    border-right: 0 solid #3076a9;
}
.dblue .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
.dblue .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #3076a9;
}
.dblue .price_box.active .price_plan,
.dblue .price_box:hover .price_plan {
    border: 1px solid rgba(0, 86, 137, 0.84)
}
.dblue .menu-item-home3:before,
.dblue .menu-item-home3.active:before {
    border-right: solid 5px #3076a9;
    color: #3076a9;
}
/* Blog */

.dblue .title-wrap {
    background: #3076a9;
}
.dblue .widget ul li a:hover {
    color: #3076a9;
}
.dblue .fancy-date {
    background: #3076a9;
}
.dblue h2.entry-title a {
    color: #3076a9;
}
.dblue .category a:hover {
    color: #3076a9;
}
.dblue .paging-navigation a,
.dblue .paging-navigation span {
    border: 1px solid #3076a9;
}
.dblue .paging-navigation a.current,
.dblue .paging-navigation span.current {
    background-color: #3076a9;
}
.dblue a.page-numbers:hover {
    background-color: #3076a9;
}
.dblue .sub_header_text a:hover {
    color: #3076a9;
}
.dblue .tag-blog a {
    background: #3076a9;
    border: 1px solid #3076a9;
}
.dblue .tag-blog a:hover {
    background: transparent;
    border: 1px solid #3076a9;
    color: #3076a9;
}
.dblue .rel-text,
.dblue .comment-respond h2,
.dblue .comments-area h2 {
    color: #3076a9;
}
.dblue .single-blog .post-title {
    background: #3076a9;
}
.dblue .single-blog .entry-title {
    color: #3076a9;
}
.dblue .comment-metadata a:hover {
    color: #3076a9;
}
.dblue a.comment-reply-link {
    color: #3076a9;
}
.dblue a#cancel-comment-reply-link {
    color: #3076a9;
    border: 2px solid #3076a9;
}
.dblue a#cancel-comment-reply-link:hover {
    border: 2px solid #3076a9;
    background: #3076a9;
}
.dblue a.comment-reply-link {
    color: #3076a9;
    border: 2px solid #3076a9;
}
.dblue a.comment-reply-link:hover {
    border: 2px solid #3076a9;
    background: #3076a9;
    color: #fff;
}
.dblue .submit,
.dblue .submit:focus,
.dblue .submit:hover {
    background-color: #3076a9;
    border-color: #3076a9;
}
.dblue .tagcloud a {
    border: 1px solid #3076a9;
    color: #3076a9;
}
.dblue .tagcloud a:hover {
    background: #3076a9;
    border: 1px solid #3076a9;
    color: #fff;
}
.dblue span.rss-date {
    color: #3076a9;
}
.dblue #wp-calendar a {
    color: #3076a9;
}
/* (16) Theme test */
.default-content{
    margin-bottom: 50px;
}
a:hover {
    color: #ff5722;
}
.blog-content .btn-group {
    display: block;
    margin-top: 15px;
}
.blog-content iframe {
    max-width: 100%;
}
.blog-content .post-password-form input[type="password"] {
    padding: 2px 5px;
}
.blog-content ul {
    margin-bottom: 15px;
}

.blog-content ul.tag-blog {
    margin-top: 15px;
}
.entry-meta ul {
    padding: 0px 0px 0px 25px;
    margin-bottom: 15px;
}
.entry-meta ul li {
    padding: 3px 0px;
}
.wp-caption.alignleft {
    margin-right: 20px;
}

.wp-caption.alignright {
    margin-left: 20px;
}
figcaption.wp-caption-text {
    color: lightgray;
}
.blog-content .wp-caption-text, .blog-content .wp-caption-dd {
    color: #fff;
}
.blog-content li {
    list-style: inherit;
    margin-bottom: 5px;
}
.gallery .gallery-caption {
    color: #fff;
}
.blog-content dd {
    margin-bottom: 10px;
}
.single-blog h1, .single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6 {
    margin-bottom: 15px;
}
.wp-caption img, img.alignnone {
    width: 100%;
}
figure.wp-caption {
    margin: 0;
}
.page-links {
    margin-bottom: 30px;
}
.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.page-links a, .page-links > span {
    border: 1px solid #d1d1d1;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6923076923em;
    margin-right: 10px;
    text-align: center;
    width: 1.8461538462em;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.page-links > .page-links-title {
    border: 0;
    width: auto;
}
table a, dl a, table a:hover, dl a:hover {
    color: #ff5722;
}
.blog-content p a {
    color: #ff5722;
}
.comment-content a {
    color: #ff5722;
}
figure.wp-caption {
    margin: 0;
}
input {
    background: #454545;
    border: 1px solid #737373;
    color: #FFF;
}
.post-password-form input[type="submit"] {
    background-color: #ff5722;
    border-color: #ff5722;
}
.blog-content ul li a {
    color: #ff5722;
}
.wp-caption-text a {
    color: #ff5722;
}
.comments-area tr, .blog-content tr{
    border-bottom: 1px solid #f5f5f5;
}
.comments-area th, .comments-area td, .blog-content td, .blog-content th {
    padding: 8px;
}
.comment-navigation .nav-previous {
    margin-bottom: 14px;
}
.comment-navigation .nav-previous a {
    color: #ff5722;
}
.comment-navigation .nav-next {
    margin-bottom: 14px;
}
.comment-navigation .nav-next a {
    color: #ff5722;
}
.comment-body a, comment-body span {
    color: #ff5722;
    font-style: normal;
}
.blog-content h2 {
    margin: 15px 0;
}
.me-cannotplay span {
    padding: 5px !important;
}



/*default header*/
.default-header .inner-logo-home3
{
    float: none;
    text-align: center;
}
.default-header .header-logo {
    float: none;
    margin-bottom: 15px;
}
.default-header{
    padding-bottom: 50px;
}
/*monster widget*/

.widget select , .widget select:hover{
    background: none;
}
.widget select option {
    background-color: rgba(0, 0, 0, 0.79);
}
.sub-menu li a , .widget .sub-menu li:hover a{
    border: none;
}
.widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before, .widget_edd_categories_tags_widget ul li a:before, .widget_display_replies ul li a:before, .widget_display_forums ul li a:before, .widget_display_topics ul li a:before{
    margin-left: 20px;
}
.tagcloud a{
    font-size: 15px !important;
}

/* (17) Responsive */
@media (max-width: 1799px) {
    /* Header 2 */

    .button-nav-toggle {
        margin-right: 8%;
    }
    .menu-toggle,
    .nav-main .menu-home {
        padding: 40px 0px;
    }
    .nav-main {
        width: 134px;
    }
    .button-nav-toggle {
        margin-top: 56px;
    }
    .tagline {
        padding: 300px 0px 0px 8%;
    }
    /* Header 3 */

    .header-logo {
        padding-left: 8%;
    }
    .button-nav-toggle {
        margin-right: 8%;
    }
    .menu-toggle,
    .nav-main .menu-home {
        padding: 40px 0px;
    }
    .nav-main {
        width: 134px;
    }
    .button-nav-toggle {
        margin-top: 56px;
    }
    .home-button-nav-1 {
        margin-top: 80px;
    }
    .tagline {
        padding: 300px 0px 0px 8%;
    }
    .nav-container ul {
        width: 137px;
    }
    /* Home 2 */

    .square-section {
        padding: 100px 0 0 160px !important;
    }
    .home2-header .header-logo {
        padding-left: 160px !important;
    }
    /* Home 3 */

    .home-bg img {
        width: 100%;
    }
    .home-bg {
        left: 32%;
        width: 36%;
    }
    /* 404 */


    .char_description_div p {
        padding: 0% 30%;
    }
    /* Portfolio */

    .nav-portfolio {
        padding-left: 0px;
    }
    /* pricing */

    .sc {
        margin: 0 auto;
        width: 1383px;
    }
    .sc-header .sc-price h2 {
        font-size: 25px;
    }
    .sc-price::after {
        height: 226%;
        left: -32%;
        top: -161%;
    }
    .sc-title h5 {
        font-size: 26px;
        line-height: 36px;
        padding: 26px 7px 15px;
    }
    .sc-header {
        padding-bottom: 55px;
    }
    .sc-col p {
        padding: 17px;
        font-size: 100%;
    }
    .sc-content {
        padding: 10px 0px;
        margin-bottom: 4%;
    }
    .sc-content li {
        font-size: 13px;
        line-height: 26px;
        padding: 2px 0;
    }
    .btn_price_button {
        font-size: 13px;
        padding: 7px 10px;
    }
    .sc-col::after {
        border-left: 157px solid transparent;
        border-right: 157px solid transparent;
    }
}
@media (max-width: 1500px) {
    /* Header 1 */

    .menu-item-home3 {
        height: 75px;
        padding: 10px 0;
        font-size: 13px;
        line-height: 15px;
        width: 110px;
    }
    .menu-item-home3 i {
        font-size: 19px;
        line-height: 25px;
    }
    .home3-header .header-logo {
        margin-top: 60px;
    }
    .home3-header {
        padding-left: 11px;;
    }
    .inner-logo-home3 .header-logo {
        margin-top: 50px;
    }
    /* 404 */


    .char_description_div p {
        padding: 0% 26%;
    }
    /* Header 2 */
    .header-logo-2 img {
        height: 55px;
    }
    .is-active.button-nav-toggle {
        margin-right: 11%;
        transition: all 0.3s ease;
    }
    .button-nav-toggle {
        margin-right: 6%;
        margin-top: 56px;
    }
    .tagline {
        padding: 300px 0px 0px 6%;
    }
    .mobile-nav-menu {
        margin-left: -160px;
    }
    .header-logo-2.home-1 {
        margin-top: 37px;
    }
    .button-nav-icon {
        margin: 60px 0 0 15px;
        position: absolute;
    }
    .header-2-button {
        margin: 53px 0 0 15px;
    }
    .shadow-menu-home {
        box-shadow: none;
        margin-left: 0px;
    }
    /* Header 3 */

    .is-active.button-nav-toggle {
        margin-right: 11%;
        transition: all 0.3s ease;
    }
    .header-logo {
        padding-left: 6%;
    }
    .button-nav-toggle {
        margin-right: 6%;
        margin-top: 56px;
    }
    .home-button-nav-1 {
        margin-top: 80px;
    }
    .tagline {
        padding: 300px 0px 0px 6%;
    }
    /* Home 1 */

    .contain-home3 h1 {
        font-size: 52px !important;
    }
    .contain-home3 h3 {
        font-size: 22px !important;
    }
    .pro-image-home3 {
        width: 300px;
    }
    .right-border-home3 {
        right: 30px;
        top: 30px;
    }
    .bottom-border-home3 {
        left: 30px;
        bottom: 30px;
    }
    /* Home 2 */

    #home2-main-content {
        width: 96% !important;
        height: 79% !important;
    }
    .mobile-nav-menu {
        margin-left: -160px !important;
    }
    .shadow-menu-home {
        box-shadow: none !important;
        margin-left: 0px !important;
    }
    .home2-header .header-logo {
        padding-left: 137px !important;
    }
    .square-section {
        padding: 100px 0px 0px 137px !important;
    }
    .square {
        height: 350px !important;
        width: 370px !important;
    }
    .square1 {
        width: 350px !important;
        height: 370px !important;
    }
    /* Home 3 */

    .home-bg {
        left: 32.5%;
        width: 35%;
    }
    .home-bg img {
        width: 100%;
    }
    /* Portfolio */

    .links-container {
        top: -107%;
    }
    .portfolio-box:hover .links-container {
        top: -107%;
    }
    .portfolio-container {
        /*  padding-right: 31px; */
    }
    /* Pricing */

    .sc {
        margin: 0 auto;
        width: 1170px;
    }
    .sc-header .sc-price h2 {
        font-size: 23px;
    }
    .sc-price::after {
        height: 226%;
        left: -32%;
        top: -161%;
    }
    .sc-title h5 {
        font-size: 24px;
        line-height: 36px;
        padding: 26px 7px 15px;
    }
    .sc-header {
        padding-bottom: 38px;
    }
    .sc-col p {
        padding: 13px;
        font-size: 88%;
    }
    .sc-content {
        padding: 2px 0px;
        width: 88%;
        margin-bottom: 6%;
    }
    .sc-content li {
        font-size: 12px;
        line-height: 26px;
        padding: 2px 0;
    }
    .btn_price_button {
        font-size: 13px;
        padding: 7px 10px;
    }
    .sc-col::after {
        border-left: 129px solid transparent;
        border-right: 129px solid transparent;
    }
    /* Contact */

    .contact1-form {
        margin: 42px 0px 0px 0px;
    }
    /* Portfolio */

    .links-container {
        top: 16%;
    }
    .portfolio-box:hover .links-container {
        top: -106%;
    }
    .price_tbl .active:hover {
        top: 0px;
    }
}
@media (max-width: 1199px) {
    /* Header 1 */
    .inner-menu-home3 {
        margin: 0 auto;
    }
    .button-nav-icon-home3 {
        display: block;
        z-index: 99999;
        transition: all 0.5s ease-in 0s;
    }
    .right-menu-home3 {
        position: fixed;
        z-index: 99999;
        right: -125px;
        margin-top: 0px;
        width: 110px;
        background: #212121;
        height: 100%;
        transition: all 0.5s ease-in 0s;
        display: block;
        top: 0;
    }
    .menu-item-home3 {
        background: none;
        border-bottom: 1px solid #000;
        padding: 15px 0;
        height: 93px;
    }
    .menu-item-home3 {
        width: 100%;
        margin-left: 0px;
    }
    .menu-item-home3 {
        width: 100%;
    }
    .menu-item-home3 i {
        font-size: 20px;
    }
    .menu-item-home3 {
        font-size: 12px;
    }
    .menu-box-home3 {
        float: none;
        margin-left: 0px;
        height: 93px;
    }
    .show-menu-home3 {
        right: 0;
        overflow-y: inherit;
    }
    .button-nav-icon-home3 {
        margin: 38px 0 0 0px;
    }

    .inner-logo-home3 .header-logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-wrapper .header-logo {
        margin-top: 45px;
    }
    .inner-menu-home3 .button-nav-icon-home3 {
        position: absolute;
    }
    .nav-menu-home3 .mobile-icon-home3 {
        margin-right: 13%;
    }
    /* Header 2 */
    .header-logo-2.home-1 {
        margin-top: 56px;
    }
    .button-nav-icon {
        margin: 62px 0 0 15px;
    }
    .header-2-button {
        margin: 74px 0 0 10px;
    }
    .header-logo-2.home-1 {
        padding-right: 4%;
    }
    .button-nav-toggle {
        margin-right: 5%;
    }
    .tagline {
        padding: 300px 0px 0px 5%;
    }
    .is-active.button-nav-toggle {
        margin-right: 14%;
    }
    /* Header 3 */

    .header-logo {
        padding-left: 5%;
    }
    .button-nav-toggle {
        margin-right: 5%;
    }
    .tagline {
        padding: 300px 0px 0px 5%;
    }
    .is-active.button-nav-toggle {
        margin-right: 14%;
    }
    .nav-container ul {
        width: 131px;
    }
    .full-section .home-bg img {
        width: 100%;
    }
    /* Home 1*/

    .right-border-home3 {
        right: 60px;
        top: 60px;
    }
    .bottom-border-home3 {
        left: 60px;
        bottom: 60px;
    }
    .border-home3 {
        display: none;
    }
    /* Home 2 */

    .home2-bg {
        background-position: right center !important;
    }
    .home2-header .header-logo {
        padding-left: 101px !important;
    }
    .square-section {
        padding: 100px 0px 0px 102px !important;
    }
    .square1 img {
        height: 97.4% !important;
    }
    #home2-main-content {
        width: 96% !important;
        height: 80% !important;
    }
    .taglines {
        font-size: 36px !important;
    }
    .taglines .desc {
        font-size: 40px !important;
        margin-bottom: 0 !important;
    }
    .desc .per-hobby,
    .desc .per-hobby strong {
        font-size: 40px !important;
    }
    .per-name {
        line-height: 40px !important;
        font-size: 45px !important;
    }
    .per-hobby {
        line-height: 55px !important;
    }
    .per-position {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    .home-short-content {
        font-size: 14px !important;
    }
    /* Home 3 */

    .home-bg img {
        width: 100%;
    }
    .home-bg {
        left: 25%;
        width: 50%;
    }
    /* Blog */

    .spacing {
        padding: 60px 0px;
    }
    /* 404 */

    .sub-header-shadow {
        padding: 50px 0px !important;
    }
    /* About */

    .char-main-right .char-main-title p {
        padding-right: 40px;
    }
    .char-main-left .char-main-title p {
        padding-left: 40px;
    }
    .contact-detail-title {
        margin-left: 5px;
    }
    .overlay_img_div {
        margin-top: 22%;
    }
    .about-container {
        margin: 0;
    }
    .about-container h3 {
        font-size: 21px !important;
    }
    .char_div .char_description_div p p {
        margin-bottom: 35px;
    }
    .char_description_div p {
        padding: 0 12%;
        margin-bottom: 0px;
    }
    .heading-title-char h3 {
        margin: 0 auto 30px;
    }
    .char-main-title p {
        font-size: 17px;
    }
    .char-main-icon i {
        padding: 17%;
    }
    .char-main-icon {
        width: 32px;
    }
    .hobby-container {
        padding: 0px;
    }
    .heading-title-char h3 {
        font-size: 21px;
    }
    .hobby-title-left h3 {
        font-size: 21px !important;
    }
    .personal-description-div {
        margin-bottom: 4%;
    }
    .contact-detail-value {
        font-size: 13px;
    }
    .about_main_div {
        padding: 60px 0px 60px 0px !important;
    }
    #tbl_price {
        margin: 0 auto 20px;
    }
    .main-hobby-back {
        padding: 60px 0px 40px 0px !important;
    }
    .hobby-title-left {
        padding: 0 9px;
    }
    .char_div {
        padding: 60px 0px !important;
    }
    .about-detail-div {
        padding: 0 9px;
    }
    .about-img-div {
        padding: 0 9px;
    }
    .about-story-div {
        padding: 0 9px;
    }
    /* Resume */

    .resume_timeline {
        padding: 40px 0 !important;
    }
    .resume_row:nth-child(2n) .resume_description::before {
        left: 86%;
    }
    .resume_wrapper .resume_item {
        padding-left: 30px;
    }
    .resume_wrapper .resume_item.pull-right {
        padding-right: 30px;
    }
    .resume_sub_title {
        margin-top: -10px;
    }
    .resume_skill_wrapper_main {
        padding: 60px 0px;
    }
    /* Portfolio */

    .portfolio-grid .portfolio-item .hover .hover-box span {
        padding: 11% 14%;
    }
    .portfolio-container {
        padding-bottom: 60px;
    }
    .portfolio-navigation {
        padding-top: 60px;
    }

    .links-container {
        top: -184%;
    }
    .portfolio-rollover .links-container {
        top: 16%;
    }
    .portfolio-box:hover .links-container {
        top: -90%;
    }

    .nav-portfolio {
        margin-bottom: 30px;
    }
    .new {
        margin-bottom: 0px;
    }

    .portfolio-container {
        padding-right: 0px;
    }
    .rollover-portfolio-wrap p {
        font-size: 12px;
    }

    /* Pricing */

    .prices .pr_main {
        margin: 0px auto;
        width: 601px;
    }
    .price_tbl .price_plan {
        margin-top: 20px;
    }
    .sc {
        margin: 0 auto;
        width: 700px;
    }
    .sc-col {
        margin-top: 33px;
        margin-bottom: 33px;
    }
    .sc-header {
        padding-bottom: 54px;
    }
    .sc-col p {
        padding: 15px;
        font-size: 90%;
    }
    .sc-content {
        padding: 9px 0px;
        width: 74%;
        margin-bottom: 5%;
    }
    .btn_price_button {
        font-size: 13px;
        padding: 7px 10px;
    }
    .sc-col::after {
        border-left: 159px solid transparent;
        border-right: 159px solid transparent;
    }
    .prices .box {
        margin-top: 30px;
    }
    .pricing-title {
        margin-bottom: 0px;
    }
    .prices {
        margin: 0 auto;
        width: 340px;

        text-align: center;
    }
    .mobile-price-table {
        width: 790px;
        margin: auto !important;
    }
    .price_box {
        margin-top: 30px;
    }
    .box-price2 {
        padding: 80px 15px;
    }
    #tbl_price {
        padding-bottom: 40px;
    }
    /* Map */

    #map-canvas {
        bottom: 116px;
    }
    .map-content #map-canvas {
        bottom: 128px;
    }
    .map-content .person-desc {
        bottom: -12px;
    }
    .person-desc {
        padding: 60px 0px 60px 0px !important;
    }
    .contact-form {
        padding: 60px 0px !important;
    }
    .contact1-form {
        margin: 9px 0px 0px 0px;
    }
    .xs-clearfix {
        display: block;
        clear: both;
    }
    .pricing-title p br {
        display: none;
    }
    #map-content {
        min-height: 780px !important;
    }
    .contact-info {
        margin-bottom: 0px;
    }
    .item_published {
        padding-top: 15px;
        font-size: 15px;
    }
    .item-title {
        font-size: 17px;
    }
    .sub-header-section {
        padding: 40px 0px;
    }

    /* Contact Us*/

    .contact-style-1 .person-desc.mobile-conatct1 {
        bottom: 6px;
        padding: 30px !important;
    }
    .contact-form-style-1.contact-form {
        margin: 0 !important;
    }
}
@media (max-width: 991px) {
    .bottom-spacing {
        margin-bottom: 30px;
    }
    /* Divider */
    .divider-xsmall {
        height: 10px;
    }

    .divider-small {
        height: 35px;
    }

    .divider-medium {
        height: 60px;
    }

    .divider-large {
        height: 100px;
    }
    /* Header 1 */
    .inner-menu-home3 .button-nav-icon-home3 {
        margin: 35px 11px 0 0;
    }
    .header-logo img {
        height: 55px;
    }
    .button-nav-icon-home3 {
        margin: 75px 45px 0 0px;
        position: absolute;
        z-index: 999;
    }
    .nav-menu-home3 {
        float: none;
        margin-top: 0px;
    }
    .nav-menu-home3 .mobile-icon-home3 {
        margin-right: 15%;
    }
    .menu-primary-container .nav-container {
        left: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        position: absolute;
        transition: left .25s ease-in-out;
    }
    /* Header 2 */
    .header-logo-2 img {
        height: 50px;
    }
    .header-logo-2.home-1 {
        margin-top: 57px;
    }
    .menu-home span {
        font-size: 40px;
    }
    .header-2-button {
        padding-left: 20px;
    }
    .button-nav-icon {
        margin: 53px 0 0 14px;
    }
    .header-2-button {
        margin: 70px 0 0 14px;
    }
    .header-logo-2 {
        margin-top: 40px;
    }
    .button-nav-toggle {
        margin-right: 5%;
        margin-top: 52px;
    }
    .menu-toggle,
    .nav-main .menu-home {
        padding: 35px 0px;
    }
    .nav-main {
        width: 129px;
    }
    .button-nav-toggle {
        width: 39px;
    }
    .is-active.button-nav-toggle {
        margin-right: 18%;
    }
    .mobile-nav-menu {
        margin-left: -60px;
    }
    .shadow-menu-home {
        margin-left: 0px;
    }
    /* Header 3 */

    .header-logo {
        padding-left: 5%;
        margin-top: 40px;
    }
    .button-nav-toggle {
        margin-right: 5%;
        margin-top: 52px;
    }
    .menu-toggle,
    .nav-main .menu-home {
        padding: 35px 0px;
    }
    .nav-main {
        width: 129px;
    }
    .button-nav-toggle {
        width: 39px;
    }
    .is-active.button-nav-toggle {
        margin-right: 18%;
    }


    /* Home 1 */
    .nav-header-2 .close-btn {
        margin-top: 5%;
        margin-right: 4%;
    }
    /* Home 2 */

    .home2-bg {
        background-position: center center !important;
    }
    #home2-main-content {
        width: 100% !important;
        height: 100% !important;
    }
    .home-short-content {
        float: inherit !important;
        margin: 0 auto !important;

    }
    .desc .per-name {
        text-align: center !important;
    }
    .mobile-nav-menu {
        margin-left: -60px !important;
    }
    .shadow-menu-home {
        margin-left: 0px !important;
    }
    .home2-header .header-logo {
        padding-left: 77px !important;
    }
    .taglines .desc {
        text-align: center !important;
    }
    .square-section {
        padding: 100px 0px 0px 0px !important;
        float: none !important;
    }
    .square {
        margin: auto !important;
    }
    .desc {
        line-height: normal !important;
    }
    .sub-header h2,
    .sub-header h1 {
        font-size: 35px !important;
    }
    .sub_header_text p {
        line-height: 20px !important;
    }
    .taglines {
        vertical-align: middle !important;
        padding: 170px 0 !important;
    }
    /* Home 3 */

    .home-bg img {
        width: 100%;
    }
    .home-bg {
        width: 70%;
        left: 15%;
    }
    .tagline {
        padding: 250px 0px 0px 5%;
    }
    .tagline h1 {
        font-size: 50px !important;
        line-height: normal !important;
    }
    .desc {
        font-size: 30px;
    }
    .tagline .btn-section {
        font-size: 15px !important;
    }
    /* 404 */


    .sub-header .sub-header-2 p {
        text-align: left;
    }
    .sub-header .sub-header-2 {
        padding-left: 2%;
    }
    /* About */

    .hobby-title-left {
        padding: 0% 3%;
    }
    .overlay_img_div {
        margin-top: 24%;
    }
    .about-detail-div {
        width: 100%;
    }
    .hobby_res_div {
        width: 33.3%;
    }
    .personal-description-div ul li {
        line-height: 1.6;
        padding-top: 12px;
    }
    .about-img-div {
        width: 50%;
        float: left;
    }
    .about-story-div {
        width: 50%;
        padding: 0 15px;
    }
    .char_description_div p {
        padding: 0 5%;
    }
    .hobby-title-left h3 {
        margin-bottom: 2%;
    }
    .char-main-left {
        width: 50%;
        float: left;
    }
    .hobby-title-left h3 {
        font-size: 23px !important;
    }
    .char_div h3 {
        font-size: 23px !important;
    }
    .char-main-right {
        width: 50%;
    }
    .personal-description-div ul li {
        width: 50%;
        float: left;
    }
    .about-detail-div {
        margin-bottom: 25px;
        padding: 0px 15px;
    }
    .about-img-div {
        padding: 0px 15px;
    }
    .hobby-title-left {
        padding: 0px 15px;
    }
    .about-container h3 {
        font-size: 23px !important;
    }
    .char-main ul {
        padding: 0 15px;
    }
    .hobby {
        padding: 0px 15px;
    }
    /* Resume */

    .resume_row:nth-child(2n) .resume_description::before {
        left: 82%;
    }
    .resume_wrapper .resume_item {
        padding-left: 35px;
    }
    .resume_wrapper .resume_item.pull-right {
        padding-right: 35px;
    }
    .resume_sub_title {
        margin-top: 3px;
    }

    .about_main_div {
        padding: 60px 0px;
    }

    /* Portfolio */

    .portfolio-grid .portfolio-item .hover .hover-box span {
        padding: 10% 15%;
    }

    .nav-portfolio {
        margin-bottom: 20px;
    }
    .new {
        margin-bottom: 0px;
    }
    .portfolio-rollover .links-container,
    .links-container {
        top: 16%;
    }
    .portfolio-box:hover .links-container,
    .links-container {
        top: -99%;
    }
    #portfolio-grid {
        margin-bottom: 60px;
    }

    .rollover-portfolio-wrap p {
        font-size: 13px;
    }

    /* Pricing */

    .mobile-price-table {
        width: 700px;
        margin: auto;
    }
    .price_tbl .price_plan h3 {
        padding-top: 56px;
    }
    .price_tbl h3 span {
        margin: 9px auto -46px;
        height: 108px;
        width: 108px;
    }
    .price_tbl h3 {
        margin: -20px -20px 45px -20px;
    }
    .price_tbl .btn_signup {
        font-size: 14px;
    }
    .price_tbl ul {
        margin-top: 25px;
    }
    .price_tbl li {
        padding: 10px 0;
        font-size: 99%;
    }
    #tbl_price {
        margin: 0 auto 10px;
    }
    .pricing-title {
        width: 90%;
        margin: auto;
    }

    .pricing-box {
        width: 50%;
    }
    .box-footer {
        padding-bottom: 30px;
        padding-top: 33px;
    }
    /* Map */

    #map-content {
        min-height: 650px !important;
    }
    #map-canvas {
        bottom: 136px;
    }
    .rounds-icon .inner-icons {
        width: 32.33%;
    }
    .contact-form {
        margin: 40px 0px 0px 0px;
    }
    .map-content #map-canvas {
        bottom: 148px;
    }
    .contact1-form {
        margin: 9px 0px 0px 0px;
    }
    .item-title {
        font-size: 15px;
    }
    .item_content {
        padding: 10px 0px;
    }
    .form-section {
        padding-right: 15px;
    }

    /* Contact Us*/

    .contact-style-1 .person-desc.mobile-conatct1 {
        bottom: 6px;
        padding: 30px !important;
    }
    .contact-form-style-1 .contact-form {
        margin: 0 !important;
    }

    /* Blog */
    ol.comment-list ol {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .personal-heading{
        margin-bottom: 15px;
    }
    .portfolio-image {
        width: 70%;
        margin: 0 auto;
    }
    .portfolio-grid .portfolio-item .hover {
        width: 70%;
    }
    .portfolio-grid .portfolio-item .hover .hover-box {
        left: 30%;
        right: 30%;
    }


    /* Header 1 */
    div#secondary { padding:0px;}

    .bg-on .blog-content {
        padding: 15px;
    }
    .border-contain-home3 {
        height: 3px;
    }
    .sub-header {
        background-position: left center !important;
    }
    .sub-menu .menu-box-home3 a {
        font-size: 20px;
        padding: 5px 15px;
        margin: 15px 0px;
    }
    .close-btn {
        font-size: 36px !important;
    }
    .button-nav-icon-home3 {
        margin: 55px 45px 0 0px;
    }
    .home3-header {
        padding-left: 35px;
    }
    .inner-logo-home3 {
        padding-left: 10px;
    }
    .home-wrapepr .inner-logo-home3 {
        padding-left: 15px;
    }
    .inner-logo-home3 .header-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .inner-menu-home3 .button-nav-icon-home3 {
        margin: 24px 10px 11px;
    }
    .nav-menu-home3 .mobile-icon-home3 {
        margin-right: 27%;
    }
    .wrapper-layout-1 .home3-header .header-logo {
        margin-top: 40px;
    }
    .wrapper-layout-3 .home3-header .header-logo {
        margin-top: 10px;
    }
    .home-wrapper {
        position: absolute;
        width: 100%;
    }
    .wrapper-layout-1.home-wrapper {
        position: relative;
        width: 100%;
    }
    /* Header 2 */
    .button-nav-icon {
        margin: 31px 0 0 15px;
    }
    .header-2-button {
        margin: 57px 0 0 15px;
    }
    .header-logo-2 img {
        height: 45px;
    }
    .menu-home span {
        font-size: 30px;
    }
    .sub-menu .submenu-home2 a {
        font-size: 20px;
        padding: 5px 15px;
    }
    .close-btn {
        font-size: 36px !important;
    }
    .nav-main {
        width: 107px;
    }
    .nav-main .menu-home {
        padding: 15px 0px;
    }
    .button-nav-toggle.is-active span:before {
        transform: translateX(-4px) translateY(1px) rotate(-45deg);
    }
    .button-nav-toggle.is-active span:after {
        transform: translateX(-4px) translateY(-1px) rotate(45deg);
    }
    .is-active.button-nav-toggle {
        margin-right: 24%;
    }
    .button-nav-toggle {
        width: 30px;
    }
    .button-nav-toggle span,
    .button-nav-toggle span:after,
    .button-nav-toggle span:before {
        height: 3px;
    }
    .header-logo-2.home-1 {
        margin-top: 47px;
        padding-right: 5%;
    }
    .header-logo-2 {
        margin-top: 20px;
    }
    .button-nav-toggle {
        margin-right: 5%;
        margin-top: 33px;
    }
    .button-nav-toggle span::before {
        bottom: 10px;
    }
    .button-nav-toggle span::after {
        bottom: -10px;
    }
    .header-logo-2 a {
        font-size: 22px;
    }
    .sub-menu .menu-home a {
        font-size: 20px;
        padding: 5px 15px;
    }
    .close-btn {
        font-size: 36px;
    }
    .navigation-home2 {
        overflow: scroll;
    }
    /* Header 3 */

    .header-logo {
        margin-top: 27px;
    }
    .header-logo img {
        height: 45px;
    }
    .menu-home span {
        font-size: 35px;
    }
    .nav-main {
        width: 107px;
    }
    .nav-main .menu-home {
        padding: 15px 0px;
    }
    .button-nav-toggle.is-active span:before {
        transform: translateX(-4px) translateY(1px) rotate(-45deg);
    }
    .button-nav-toggle.is-active span:after {
        transform: translateX(-4px) translateY(-1px) rotate(45deg);
    }
    .is-active.button-nav-toggle {
        margin-right: 24%;
    }
    .button-nav-toggle {
        width: 30px;
    }
    .button-nav-toggle span,
    .button-nav-toggle span:after,
    .button-nav-toggle span:before {
        height: 3px;
    }
    .header-logo {
        padding-left: 5%;
        margin-top: 27px;
    }
    .button-nav-toggle {
        margin-right: 5%;
        margin-top: 33px;
    }
    .home-button-nav-1 {
        margin-right: 9%;
        margin-top: 41px;
    }
    .button-nav-toggle span::before {
        bottom: 10px;
    }
    .button-nav-toggle span::after {
        bottom: -10px;
    }
    .header-logo a {
        font-size: 22px;
    }
    .sub-menu .menu-home a {
        font-size: 20px;
        padding: 5px 15px;
    }
    .close-btn {
        font-size: 36px;
    }
    .nav-container ul {
        width: 109px;
    }
    /* Home 1*/

    .nav-header-2 .close-btn {
        margin-top: 7%;
        margin-right: 6%;
    }
    .contain-home3 h1 {
        font-size: 42px !important;
    }
    .contain-home3 h3 {
        font-size: 18px !important;
    }
    .pro-image-home3 {
        width: 250px;
    }
    .contain-home3 {
        padding-top: 30px;
    }
    /* Home 2 */

    .taglines {
        transform: inherit !important;
        padding: 85px 0px 0px 0px !important;
        width: 100% !important;
    }
    .square-section {
        padding: 50px 0px 0px 0px !important;
        float: none !important;
    }
    .desc .per-name {
        text-align: center !important;
    }
    .header-section {
        margin-top: 20px !important;
    }
    .sub-header h2,
    .sub-header h1 {
        line-height: 42px !important;
    }
    .square {
        height: 250px !important;
        width: 270px !important;
    }
    .square1 {
        height: 270px !important;
        width: 250px !important;
    }
    .home2-header .header-logo {
        padding-left: 80px !important;
    }
    .square1 img {
        height: 96.5% !important;
    }
    .navigation-home2 ul {
        padding: 14px 0 0 0 !important;
    }
    .desc {
        font-size: 26px !important;
        margin-bottom: 25px !important;
    }
    .sub-header .sub-header-2 {
        padding-left: 2% !important;
    }
    .sub-menu li a {
        font-size: 18px !important;
    }
    .home-logo-1 {
        margin-top: 35px !important;
        padding-left: 8% !important;
    }
    /* Home 3 */

    .home-bg img {
        width: 100%;
    }
    .home-bg {
        left: 23%;
        width: 46%;
    }
    .tagline {
        padding: 140px 0 0 5%;
    }
    .tagline h1 {
        font-size: 34px !important;
        margin-bottom: 10px;
    }
    .desc {
        font-size: 23px;
    }
    .desc {
        margin-bottom: 25px;
    }
    /* Blog */

    .spacing {
        padding: 50px 0px;
    }
    .author-info {
        margin-top: 10px;
        text-align: center;
    }
    .author-profile {
        text-align: center;
    }
    .about-author {
        padding: 20px 0px 6px 0px;
    }

    ol.comment-list ol {
        padding-left: 8px;
    }
    /* 404 */

    h1.not-found-text {
        font-size: 36px;
    }
    h2.page-title {
        font-size: 16px;
    }
    .not-found-search {
        width: 80%;
    }
    .page-content p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .not-found-footer .main-page-footer {
        /* padding: 9px 0px;*/
    }
    .not-found-footer .footer-background p {
        font-size: 12px;
    }
    .page-header {
        margin: 12px 0 12px;
    }
    .sub-header h2,
    .sub-header h1 {
        line-height: 42px !important;
    }
    .sub-header .sub-header-2 {
        padding: 0 14px !important;
    }
    .sub-menu li a {
        font-size: 18px;
    }
    .title-about {
        font-size: 21px !important;
    }
    /* About */
    .about-container {
        margin: 0;
    }
    .hobby-title-left {
        padding: 0px 9px;
    }
    .overlay_img_div {
        margin-top: 22%;
    }
    .heading-title-char h3 {
        max-width: 100%;
    }
    .personal-description-div ul li {
        width: 100%;
    }
    .about-img-div {
        width: 100%;
        margin-bottom: 5%;
        padding: 0px 9px;
    }
    .about-story-div {
        width: 100%;
        padding: 0px 9px;
    }
    .char-main-left {
        width: 100%;
    }
    .char-main-right {
        width: 100%;
    }
    .char-main-left {
        width: 100%;
    }
    .char-main-right {
        width: 100%;
    }
    .char_description_div p {
        padding: 0 5%;
    }
    .char_div .char_description_div p {
        padding: 0 16px;
        text-align: left;
    }
    .char-main li.char-main-right .char-main-icon {
        float: left;
    }
    .char-main li.char-main-right .char-main-details {
        text-align: left;
    }
    .char-main ul li {
        padding-left: 0px;
    }
    .hobby-title-left h3 {
        margin-bottom: 25px;
    }
    .char-main-right .char-main-title p {
        padding-left: 40px;
        padding-right: 0px;
    }
    .about-detail-div {
        margin-bottom: 18px;
        padding: 0px 9px;
    }
    .hobby {
        padding: 0px 9px;
    }
    .personal-heading h3 {
        font-size: 22px !important;
    }
    .char-main ul {
        padding: 0 23px;
    }

    .personal-title-div p {
        margin-bottom: 0px;
    }
    .about_main_div {
        padding: 40px 0px !important;
    }
    /* Portfolio */
    .portfolio-main .portfolio-rollover {
        width: 70%;
        margin: 0 auto;
    }
    .portfolio-grid .portfolio-item .hover .hover-box span {
        padding: 10% 19%;
    }


    .nav-portfolio li a {
        font-size: 14px;
    }
    .portfolio-container {
        padding-right: 0px;
    }

    .portfolio-cell {
        width: 250px;
    }
    .padding-portfolio{
        padding-top: 20px;
    }
    /* Resume */

    .resume_wrapper::before {
        top: 4%;
    }
    .resume_wrapper .resume_item .resume_description::before {
        display: none;
    }
    .resume_row:nth-child(2n) .resume_description::before {
        display: none;
    }
    .resume_wrapper .resume_item.pull-right .resume_icon {
        top: -35%;
        left: 44%;
    }
    .resume_wrapper .resume_item .resume_icon.right_resume_icon {
        top: 5%;
    }
    .resume_wrapper .resume_item.pull-right {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    .resume_wrapper .resume_item {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    .resume_sub_title h3 {
        font-size: 20px;
        max-width: 100%;
        line-height: 30px;
    }
    .resume_wrapper .resume_item .resume_year {
        padding-right: 20%;
        float: right;
        padding-bottom: 1%;
    }
    .resume_wrapper .resume_item.pull-right .resume_year {
        padding-right: 62%;
    }
    .resume_wrapper .resume_row:not(:last-child) {
        padding-bottom: 20px;
    }
    .resume_year {
        font-size: 26px;
    }
    .resume_sub_title_skill h3 {
        font-size: 18px;
    }
    .resume_skill_wrapper .text-center {
        padding-top: 20px;
    }
    .resume_sub_title_skill {
        padding-bottom: 0px;
    }
    .skill_pie {
        width: 50%;
        padding-bottom: 5%;
    }
    .pie-title-center {
        margin: 5px 0;
    }
    .resume_skill_wrapper_main {
        padding: 40px 0px !important;
    }
    /* Portfolio */

    .portfolio-navigation {
        padding-top: 40px;
    }
    .portfolio-container {
        padding-bottom: 40px;
        /*max-width: 320px;*/
        margin: 0 auto;
    }
    .portfolio-section.portfolio-container.portfolio-main .portfolio-cell {
        width: 100%;
        padding: 0;
    }


    .nav-portfolio {
        margin: 0px;
    }
    .nav-portfolio {
        padding: 0;
    }
    .new {
        margin: 0px;
    }
    .rollover-portfolio-wrap p {
        font-size: 11px;
    }
    #portfolio-grid {
        margin-bottom: 40px;
    }
    /* Pricing */

    .mobile-price-table {
        padding: 15px 0px 40px;
    }
    .prices .pr_main {
        margin: 0px auto;
        width: 375px;
    }
    .personal-heading {
        padding: 0px 8px;
    }
    .price_tbl h3 span {
        margin: 9px auto -54px;
        height: 105px;
        width: 105px;
    }
    .price_tbl h3 {
        margin: -20px -20px 50px -20px;
    }
    .price_tbl ul {
        margin-top: 18px;
    }
    .price_tbl li {
        padding: 8px 0;
        font-size: 98%;
    }
    .price_tbl {
        /*margin:20px 0px;*/
    }
    .price-heading h2 {
        font-size: 20px;
    }

    .mobile-price-table {
        width: 330px;
        margin: auto;
    }
    .price_box {
        margin-top: 20px;
    }
    /*----pricing-2----*/

    .sc {
        margin: 0 auto;
        width: 380px
    }
    .prices {
        margin: 20px auto;
    }
    .box-footer {
        padding-bottom: 31px;
        padding-top: 33px;
    }
    .prices {
        width: 320px;
    }
    .sc-col:after {
        border-left: 174px solid transparent;
        border-right: 174px solid transparent;
    }
    .box-price2 {
        padding: 40px 15px 40px 15px;
    }
    .sc-col {
        margin: 30px 0px 30px 0px;
    }
    /* Map */

    #map-canvas {
        bottom: 233px;
    }
    .map {
        margin-top: 0px;
    }
    .map-content {
        min-height: 800px !important;
    }
    .inner-wrap-contact #map-content {
        min-height: 615px;
    }
    .rounds-icon .inner-icons:nth-child(3) {
        width: 100%;
    }
    .rounds-icon .inner-icons {
        float: none;
        margin-bottom: 13px;
        ext-align: center;
        width: 45%;
    }
    .contact-info {
        margin: 15px 0px 15px 0px;
    }
    .rounds-icon .inner-icons span {
        display: inline-block;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        margin: 0 10px 2px auto;
        width: 45px;
    }
    .sub_header_text {
        padding: 0px;
    }
    .contact-heading .inner-heading {
        padding: 0 0;
    }
    .rounds-icon .inner-icons i {
        line-height: 41px;
    }
    .contact-form {
        padding: 15% 0% 15% 0% !important;
    }
    .map-content .map {
        margin-top: 0px;
    }
    .map-content #map-canvas {
        bottom: 258px;
    }
    .map-content .person-desc {
        bottom: 0px;
    }
    .contact1-form {
        margin: -6px 0px 0px 0px;
    }
    .form-section {
        padding-right: 20px;
    }
    .paragraph-text p {
        padding: 0px;
    }
    .sub_header_text p {
        padding-top: 10px;
    }
    .entry-title {
        font-size: 14px;
    }
    .rollover-portfolio-wrap p {
        padding-top: 10px !important;
    }
    .portfolio-rollover .links-container,
    .links-container {
        top: 16%;
        left: 44%;
    }
    .portfolio-box:hover .links-container,
    .links-container {
        top: -155%;
        left: 42%;
    }
    .links-container i {
        padding: 5px 15px !important;
    }
    .char_div {
        padding: 40px 0px !important;
    }
    .main-hobby-back {
        padding: 40px 0 20px !important;
    }
    .char-main-title p {
        margin: 0px;
    }
    .sub-header-shadow {
        padding: 30px 0px !important;
    }
    .sub-header-section {
        padding: 30px 0px;
    }

    .paragraph-text:last-child p {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 640px) {

    .resume_wrapper .resume_item .resume_year {
        padding-right: 27%;
    }
    .resume_wrapper .resume_item.pull-right .resume_icon {
        left: 50%;
        margin-left: -30px;
    }
}
@media (max-width: 590px) {
    /* Header 2 */
    .button-nav-icon {
        margin: 35px 0 0 15px;
    }
    .header-2-button {
        margin: 55px 0 0 15px;
    }
    .header-logo-2.home-1 {
        padding-right: 6%;
    }
    .menu-home span {
        font-size: 25px;
    }
    /* 404 */

    h1.not-found-text {
        font-size: 36px;
    }
    h2.page-title {
        font-size: 16px;
    }
    .not-found-search {
        width: 80%;
    }
    .page-content p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .not-found-footer .footer-background p {
        font-size: 12px;
    }
    .page-header {
        margin: 12px 0 12px;
    }
    /* Portfolio */

    .portfolio-grid .portfolio-item .hover .hover-box span {
        padding: 11% 17%;
    }

}
@media (max-width: 480px) {
    .portfolio-box:hover .links-container, .links-container {
        top: -90%;
    }
    .sub-menu .menu-home,
    .sub-menu .submenu-home2,
    .sub-menu .menu-box-home3 {
        padding: 0;
    }
    .sub-menu .menu-home a,
    .sub-menu .submenu-home2 a,
    .sub-menu .menu-box-home3 a {
        font-size: 15px;
    }

    .per-name {
        line-height: 26px !important;
        font-size: 36px !important;
    }
    .taglines {
        vertical-align: middle !important;
        padding: inherit !important;
    }
    .home-short-content {
        display: none !important;
    }
}
@media (max-width: 479px) {
    /* Theme test */
    .blog-content .gallery .gallery-item{
        max-width:77%;
    }
    .portfolio-image {
        width: 100%;
    }
    .portfolio-grid .portfolio-item .hover {
        width: 100%;
    }
    .portfolio-grid .portfolio-item .hover .hover-box {
        left: 35%;
        right: 35%;
    }
    /* Header 1 */
    .sub-header {
        background-position: right center !important;
    }
    .button-nav-icon-home3 {
        margin: 55px 35px 0 0px;
    }
    .nav-menu-home3 .mobile-icon-home3 {
        margin-right: 34%;
    }
    /* Header 2 */

    .menu-home span {
        font-size: 25px;
    }
    .nav-main .menu-home {
        padding: 15px 0px;
    }
    .nav-main {
        width: 74px;
    }
    .header-logo-2 {
        margin-top: 25px;
    }
    .button-nav-toggle {
        margin-top: 9%;
        margin-right: 6%;
    }
    .button-nav-toggle {
        margin-top: 38px;
    }
    .is-active.button-nav-toggle {
        margin-right: 25%;
    }
    .header-logo-2 a {
        font-size: 19px;
    }
    .animated-btn {
        padding: 10px 7px;
    }
    .button-nav-toggle {
        width: 28px;
    }
    .header-logo-2.home-1 {
        margin-top: 45px;
        padding-right: 9%;
    }
    /* Header 3 */

    .menu-tooltip + .tooltip > .tooltip-inner {
        margin-bottom: -12px;
    }
    .menu-tooltip + .tooltip > .tooltip-arrow {
        bottom: -12px;
    }
    .menu-home span {
        font-size: 25px;
    }
    .header-logo {
        padding-left: 5%;
    }
    .nav-main .menu-home {
        padding: 15px 0px;
    }
    .nav-main {
        width: 74px;
    }
    .header-logo {
        margin-top: 31px;
    }
    .button-nav-toggle {
        margin-top: 9%;
        margin-right: 6%;
    }
    .home-button-nav-1 {
        margin-right: 10%;
        margin-top: 52px;
    }
    .button-nav-toggle {
        margin-top: 38px;
    }
    .is-active.button-nav-toggle {
        margin-right: 25%;
    }
    .header-logo a {
        font-size: 19px;
    }
    .animated-btn {
        padding: 10px 7px;
    }
    .button-nav-toggle {
        width: 28px;
    }
    .nav-container ul {
        width: 70px;
    }
    /* Home 1 */
    .nav-header-2 .close-btn {
        margin-top: 13%;
        margin-right: 10%;
    }
    .pro-image-home3 {
        margin: 25px auto 0px auto;
    }
    .contain-home3 h1 {
        font-size: 28px !important;
    }
    .border-contain-home3 {
        width: 160px;
    }
    .contain-home3 h3 {
        font-size: 14px !important;
    }
    .pro-image-home3 {
        width: 225px;
    }
    .so-icon-inner-home3 {
        margin: 0px 5px;
    }
    /* Home 2 */

    .per-hobby {
        line-height: 30px !important;
        padding-bottom: 10px !important;
        font-size: 40px !important;
    }
    .desc .per-hobby strong {
        font-size: 40px !important;
    }

    .per-position {
        padding-top: 10px !important;
    }
    .animated-btn2 {
        padding: 10px 6px !important;
    }
    .home2-header .header-logo {
        padding-left: 25% !important;
    }
    .square-section {
        padding: 53px 0px 0px 0px !important;
    }
    .square {
        height: 180px !important;
        width: 200px !important;
    }
    .square1 {
        height: 200px;
        width: 180px;
    }
    .square1 img {
        height: 94.9% !important;
    }
    .taglines {
        padding: 50px 0px !important;
        vertical-align: bottom !important;
    }
    .per-name {
        padding-bottom:12px !important;
    }
    .navigation-home2 ul {
        padding: 58px 0 0 0 !important;
    }
    .sub_header_text p {
        font-size: 12px;
    }
    .desc {
        font-size: 23px !important;
        line-height: normal !important;
        margin-bottom: 25px !important;
    }
    .animated-btn {
        padding: 10px 7px !important;
    }
    .button-nav-toggle {
        width: 28px !important;
    }
    .sub-header h2,
    .sub-header h1 {
        font-size: 28px !important;
    }
    .sub-header .sub-header-2 {
        padding-left: 0% !important;
    }
    .sub-menu li a {
        font-size: 16px !important;
    }
    .home-logo-1 {
        padding-left: 10% !important;
    }
    /* Home 3 */

    .home-bg img {
        width: 100%;
    }
    .home-bg {
        left: 10%;
        width: 80%;
    }
    .tagline h1 {
        font-size: 40px;
    }
    .tagline {
        padding: 140px 0 0 5%;
    }
    .tagline h1 {
        font-size: 32px !important;
        line-height: normal !important;
        margin-bottom: 15px;
    }
    .desc {
        font-size: 19px;
        margin-bottom: 25px;
    }
    /* Blog */

    .entry-meta>li {
        margin: 0 1px 0 0px;
    }

    /* 404 */

    .not-found-footer .main-page-footer {
        /*padding: 22px 0px;*/
    }

    h1.not-found-text {
        font-size: 40px;
    }
    h2.page-title {
        font-size: 15px;
    }
    .not-found-search {
        width: 80%;
    }
    /* Header section */

    .sub_header_text p {
        font-size: 12px !important;
    }
    .sub-header h2,
    .sub-header h1 {
        font-size: 28px !important;
    }
    .sub-header .sub-header-2 {
        padding: 0 12px !important;
    }
    .sub-menu li a {
        font-size: 16px;
    }
    /* About */

    .char_description_div p {
        padding: 0 1%;
    }
    .title-about {
        font-size: 22px !important;
    }
    .effects .img img {
        height: 225px;
    }
    .main-icon-animation i {
        font-size: 25px;
    }
    .hobby-title-left {
        padding: 0px 0%;
    }
    .overlay_img_div {
        margin-top: 26%;
    }
    .char-main li.char-main-right .char-main-icon {
        float: left;
    }
    .char-main li.char-main-right .char-main-details {
        text-align: left;
    }
    .char-main ul li {
        padding-left: 0px;
    }
    .hobby-title-left h3 {
        margin-bottom: 25px;
    }
    .hobby_res_div {
        width: 50%;
    }
    .about-container h3 {
        font-size: 19px !important;
    }
    .char-main-title p {
        font-size: 16px;
    }
    .about-detail-div {
        padding: 0px 0px;
    }
    .about-img-div {
        padding: 0px 0px;
    }
    .about-story-div {
        padding: 0px 0px;
    }
    .hobby {
        padding: 0px 0px;
    }
    .char-main ul {
        padding: 0 15px;
    }
    .char_div .char_description_div p {
        padding: 0px 7px;
    }
    /* Resume */

    .resume_wrapper .resume_item .resume_icon i {
        font-size: 23px;
    }
    .resume_wrapper .resume_item .resume_year {
        padding-right: 12%;
        float: right;
    }
    .resume_wrapper .resume_item.pull-right .resume_year {
        padding-right: 64%;
    }
    .resume_year {
        font-size: 23px;
    }
    .resume_sub_title h3 {
        font-size: 21px;
    }
    .resume_wrapper .resume_item.pull-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .resume_wrapper .resume_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .resume_wrapper .resume_item .right_resume_icon {
        top: 5% !important;
    }
    .resume_wrapper .resume_item.pull-right .resume_icon {
        top: -32%;
    }
    .resume_sub_title_skill h3 {
        font-size: 18px;
    }
    .skill_pie {
        width: 100%;
    }
    /* Portfolio */
    .portfolio-main .portfolio-rollover {
        width: 100%;
    }
    .portfolio-grid .portfolio-item .hover .hover-box span {
        padding: 11% 13%;
    }

    .rollover-portfolio-wrap p {
        font-size: 10px;
    }
    .portfolio-rollover .links-container {
        top: 24%;
        left: 40%;
    }
    .portfolio-box:hover .links-container {
        top: -95%;
        left: 40%;
    }
    .entry-title {
        font-size: 16px;
    }
    .rollover-portfolio-wrap p {
        font-size: 12px;
    }
    .links-container i {
        font-size: 30px;
        padding: 2px 13px !important;
    }
    .links-container {
        top: -176%;
    }
    .portfolio-rollover,
    .portfolio-container img {
        height: 250px;
    }
    .rollover-portfolio-wrap p {
        font-size: 12px;
    }
    .portfolioSelector {
        padding: 0;
    }
    .portfolio-grid .portfolio-item .portfolio-image img {
        height: 240px;
    }

    .prices .pr_main {
        width: 281px;
        margin: 0px auto;
    }

    .prices {
        width: auto;
    }
    .sc {
        margin: 0 auto;
        width: 290px;
    }
    .sc-price::after {
        height: 226%;
        left: -32%;
        top: -161%;
    }
    .sc-header {
        padding-bottom: 38px;
    }
    .sc-col p {
        padding: 13px;
        font-size: 88%;
    }
    .pricing-title p {
        width: 100%;
        text-align: justify;
    }
    .sc-content {
        padding: 0px 0px;
        width: 86%;
        margin-bottom: 5%;
    }
    .btn_price_button {
        font-size: 13px;
        padding: 7px 10px;
    }
    .sc-col::after {
        border-left: 129px solid transparent;
        border-right: 129px solid transparent;
    }
    .mobile-price-table {
        width: 290px;
        margin: auto;
    }
    .prices .box {
        margin-bottom: 8%;
    }
    .pricing-box {
        width: 100%;
    }
    .prices .price-heading h2 {
        max-width: 100%;
    }
    .prices .box span {
        font-size: 35px;
        padding-top: 9px;
    }
    .box-footer {
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .box {
        margin: 0%;
    }
    .mobile-price-table {
        padding: 15px 0px 40px;
    }
    /* Map */

    #map-canvas {
        bottom: 340px;
    }

    .contact-style-1 #map-canvas {
        bottom: 0;
    }
    .map-content {
        min-height: 1200px !important;
    }
    .rounds-icon .inner-icons {
        width: 100%;
        margin-bottom: 20px;
    }
    .rounds-icon .inner-icons span {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
        margin: 0 10px 2px auto;
        width: 55px;
    }
    .contact-info {
        margin: 15px 0px 15px 0px;
        font-size: 16px;
    }
    .map-content .person-desc {
        top: 0;
    }
    .map-content .map {
        margin-top: 0px;
    }
    #map-content {
        min-height: 800px !important;
    }
    .contact-style-2#map-content {
        min-height: 665px !important;
    }
    .contact-style-2.map-content #map-canvas {
        bottom: 0px;
    }
    .form-section {
        padding-right: 13px;
    }
    .person-desc {
        bottom: 20px;
        padding: 60px 0px 60px 0px !important;
    }
    .contact-form {
        margin: -24px 0px 0px 0px;
    }
    .contact1-form {
        margin: -7px 0px 0px 0px;
    }
    .map-content #map-canvas {
        bottom: 321px;
    }
    .nav-portfolio li a {
        font-size: 14px;
    }
    .footer-background p {
        font-size: 13px !important;
    }
    .portfolio-cell {
        width: 100%;
    }
    .item_description {
        margin-top: 10px;
    }
    .map-contact1 {
        height: 450px;
    }
    .mobile-conatct1 {
        top: 0;
    }
    .rounds-icon .inner-icons:nth-child(3) {
        margin-bottom: 0px;
    }
    .contact-style-1 .person-desc.mobile-conatct1  {
        bottom: 0;
        padding: 100px 0 30px !important;
        position: inherit;
    }
    .contact-style-1#map-content {
        min-height: 675px !important;
        position: relative;
        padding: 0;
    }
    .widget_nav_menu .sub-menu li a {
        font-size: 14px !important;
    }
}
@media (max-width: 480px) {
    .resume_wrapper .resume_item .resume_year {
        padding-right: 17%;
    }
}
@media (max-width: 320px) {
    .resume_wrapper .resume_item .resume_year {
        padding-right: 14%;
    }
    /* Portfolio */

    .portfolio-grid .portfolio-item .portfolio-image img {
        height: 225px;
    }
    .nav-sub-menu .submenu-home2{
        margin: 7px;
    }
    /* 404 */
}
