/*
=========================================================================
Author: Masoud Nazari
=========================================================================
*/

/* ================================
            Font-Style
================================ */
@font-face {
    font-family: 'fontWebNorm';   /*Normal-Font*/
    src: url('font/IRANSansWeb.eot') format('embedded-opentype'), url('font/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('font/IRANSansWeb.ttf') format('truetype'), url('font/IRANSansWeb.woff') format('woff'), url('font/IRANSansWeb.woff2') format('woff2');
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'fontWebLight';   /*Light-Font*/
    src: url('font/IRANSansWebLight.eot') format('embedded-opentype'), url('font/IRANSansWebLight.eot?#iefix') format('embedded-opentype'), url('font/IRANSansWebLight.ttf') format('truetype'), url('font/IRANSansWebLight.woff') format('woff'), url('font/IRANSansWebLight.woff2') format('woff2');
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'fontWebBold';   /*Bold-Font*/
    src: url('font/IRANSansWebBold.eot') format('embedded-opentype'), url('font/IRANSansWebBold.eot?#iefix') format('embedded-opentype'), url('font/IRANSansWebBold.ttf') format('truetype'), url('font/IRANSansWebBold.woff') format('woff'), url('font/IRANSansWebBold.woff2') format('woff2');
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* ================================
            Normalize
================================ */
*, *::before, *::after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
html {
    font-family: 'fontWebNorm', sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    padding: 0;
    color: #464646;
    background-color: #ffffff;
    line-height: 1.5;
    text-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
::selection {
    background-color: #f45442;
    color: #ffffff;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    vertical-align: middle;
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
/*===========================
        Elegant Table
===========================*/
.elegant-table {
    display: table;
    width: 100%;
    height: 100%;
}
.elegant-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*===========================
        Elegant Button
===========================*/
.elegant-btn {
    border: 1px solid #464646;
    color: #464646;
    display: inline-block;
    padding: 10px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
}
.elegant-btn:hover {
    background: #f45442;
    color: #fff;
    border-color: #f45442;
}
.section-padding {
    padding: 80px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    font-family: 'fontWebBold', sans-serif;
}
.section-header h2 span {

}
.section-header p {
    font-family: 'fontWebLight', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}
.section-title {
    position: relative;
    padding-bottom: 15px;
}
.section-title:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100px;
    content: "";
    background: #464646;
    right: 50%;
    margin-right: -50px;
}

/* ==================================
          Header Style
================================== */
header {
    height: 100vh;
}
.menu-bars {
    position: fixed;
    width: 32px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    top: 50px;
    left: 50px;
    z-index: 999;
    font-size: 30px;
    color: red;
}
.menu-bars span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #f45442;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu-bars span:nth-child(1) {
    top: 0;
    width: 65%;
}
.menu-bars span:nth-child(2),
.menu-bars span:nth-child(3) {
    top: 8px;
}
.menu-bars span:nth-child(4) {
    top: 16px;
}
.menu-bars:hover span:nth-child(1) {
    width: 100%;
}
.menu-bars.active span:nth-child(1),
.menu-bars.active span:nth-child(4) {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}
.menu-bars.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f45442;
}
.menu-bars.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f45442;
}

/*============================
        Navigation
============================*/
.navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}
.navigation:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.navigation.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.navigation > .navigation-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9999;
    left: 50px;
}
.navigation li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}
.navigation.active li {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.navigation .main-menu li:nth-child(1) {
    -webkit-transition-delay: 75ms;
    -moz-transition-delay: 75ms;
    transition-delay: 75ms;
}
.navigation .main-menu li:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}
.navigation .main-menu li:nth-child(3) {
    -webkit-transition-delay: 225ms;
    -moz-transition-delay: 225ms;
    transition-delay: 225ms;
}
.navigation .main-menu li:nth-child(4) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.navigation .main-menu li:nth-child(5) {
    -webkit-transition-delay: 375ms;
    -moz-transition-delay: 375ms;
    transition-delay: 375ms;
}
.navigation .main-menu li:nth-child(6) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
}
.navigation .main-menu li:nth-child(7) {
    -webkit-transition-delay: 525ms;
    -moz-transition-delay: 525ms;
    transition-delay: 525ms;
}
.navigation .main-menu li:nth-child(8) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}
.navigation .main-menu li:nth-child(9) {
    -webkit-transition-delay: 675ms;
    -moz-transition-delay: 675ms;
    transition-delay: 675ms;
}
.navigation .main-menu li:nth-child(10) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    transition-delay: 750ms;
}

/*============================
        Main Menu
============================*/
.main-menu {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.main-menu li {
    float: none;
}
.main-menu li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 5px 0 5px 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.main-menu li a:hover {
    color: #f15341;
    background: transparent;
}
.main-menu li.active a {
    color: #f15341;
}

/* ====================================
            Hero Area
==================================== */
.hero-area {
    background-color: #f1f1f1 !important;
    height: 100%;
}
.hero-area {
    background: url("image/bg-min.png") no-repeat 5% top;
    background-size: auto 100%;
}
.hero-content {
    color: #464646
}
.hero-content h5 {
    font-size: 30px;
    color: #f45442;
    padding-bottom: 5px;
    font-family: 'fontWebBold', sans-serif;
}
.hero-content h1 {
    font-size: 60px;
    font-family: 'fontWebBold', sans-serif;
    margin: 12px 0 22px 0;
    line-height: 1.2;
}
.hero-content h1 span {
    color: #999999;
    font-family: 'fontWebLight', sans-serif;
}
.hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'fontWebLight', sans-serif;
}
.hero-content a {
    text-decoration: none;
}

/* ==================================
            Social Area
================================== */
.social-area {
    margin-top: 40px;
    position: relative;
    padding-right: 90px;
}
.social-area:before {
    content: "";
    margin-left: 5px;
    height: 1px;
    width: 80px;
    background: #252525;
    position: absolute;
    right: 0;
    top: 50%;
}
.social-area a {
    color: #464646;
    display: inline-block;
    border: 1px dashed #464646;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-size: 18px;
}
.social-area a:last-child {
    margin-left: 0;
}
.social-area a:hover {
    color: #f45442;
    border-color: #f45442;
}

/* ===================================
            About Style
=================================== */
.about-single-item .section-title {
    margin-bottom: 30px;
}
.about-single-item .section-title:after {
    right: 0;
    margin: 0;
}
.personal-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.personal-info li span {
    min-width: 100px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.personal-info li {
    line-height: 2;
    position: relative;
    padding-right: 115px;
    direction: ltr;
}
.personal-info li span:after {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
}
.signature {
    margin-top: 40px;
    max-width: 50%;
    height: auto;
}

/* ===================================
            Progress Bar
=================================== */
.progress-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.single-progress-bar .progress {
    background: #d7d7d7 none repeat scroll 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 10px;
    margin-bottom: 21px;
    margin-top: 5px;
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress-wraper .single-progress-bar:last-child .progress {
    margin-bottom: 0;
}
.single-progress-bar .progress-bar {
    background: #f45442 none repeat scroll 0 0;
    position: relative;
    -webkit-transition: width 1.5s ease-in-out 0s;
    -moz-transition: width 1.5s ease-in-out 0s;
    transition: width 1.5s ease-in-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.single-progress-bar .progress-bar > span {
    background: #f45442 none repeat scroll 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    font-size: 80%;
    line-height: 1;
    padding: 3px 7px;
    position: absolute;
    left: -15px;
    top: -25px;
}
.single-progress-bar .progress-bar > span:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f45442;
    content: "";
    right: 50%;
    margin-right: -6px;
    position: absolute;
    top: 100%;
}
.single-progress-bar {
    overflow: hidden;
}

/* ==============================================
              Experiences Style
============================================== */
#experiences {
    background: #f1f1f1;
    padding: 78px 0;
}
.experiences-single-box {
    text-align: center;
    border: 2px solid #464646;
    margin-top: 25px;
    padding: 0 20px 20px 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.experiences-single-box:hover {
    border-color: #f45442;
}
.experiences-single-box:hover h3 {
    background: #f45442
}
.experiences-single-box h3 {
    background: #464646;
    color: #fff;
    line-height: 50px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -25px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-size: 18px;
}
.experiences-single-box h5 {
    color: #464646;
    margin: 7px 0;
}
.experiences-single-box h5 span {
    display: block;
    font-size: 85%;
    padding-top: 5px;
}
.experiences-single-box p {
    font-family: 'fontWebLight', sans-serif;
    font-size: 14px;
    margin-top: 12px;
}
.owl-nav i:focus {
    outline: none !important;
    border: none !important;
}
.experiences-sllides .owl-nav div {
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.experiences-sllides .owl-nav {
    text-align: center;
    margin-top: 15px;
}
.experiences-sllides .owl-nav div:hover {
    color: #f45442;
}

/* ==============================================
               Counter Style
============================================== */
#counter {
    background: #f45442;
}
.counter-box {
    text-align: center;
    color: #fff;
}
.counter-icons {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 10px;
}
.counter-icons i.fa {
    font-size: 20px;
    margin-bottom: 5px;
}
.counter-icons:after,
.counter-icons:before {
    content: "";
    height: 90%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.counter-icons:before {
    top: auto;
    bottom: 0;
    left: -2px;
}
.counter-box span {
    font-weight: 700;
    font-size: 36px;
    margin-right: 10px;
}

/*==================================
          Services Style
==================================*/
#services {
    background: url("image/work-bg-2.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#services:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(right, rgba(235, 235, 235, 0.8), transparent);
    background-image: -moz-linear-gradient(right, rgba(235, 235, 235, 0.8), transparent);
    background-image: linear-gradient(to left, rgba(235, 235, 235, 0.8), transparent);
    z-index: -1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#services .section-header {
    text-align: right;
}
#services .section-title:after {
    right: 0;
    margin: 0;
}
.work-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px dashed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #eaeaea;
    padding: 3px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.work-icon i.fas {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 44px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.work-box-single-item {
    position: relative;
    padding-right: 80px;
    padding-bottom: 25px;
    z-index: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.work-box-single-item:last-child {
    padding-bottom: 0;
}
.work-box-single-item p:last-child {
    margin-bottom: 0;
}
.work-box-single-item h5 {
    font-family: 'fontWebBold', sans-serif;
    font-size: 16px;
    margin-bottom: 7px;
}
.work-box-single-item p {
    margin: 0;
}
.work-box-single-item:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: -1;
    border-right: 1px dashed;
}
.work-box-single-item:last-child:after {
    display: none;
}
.work-box-single-item:hover .work-icon i.fas {
    background: #f45442;
    color: #fff;
}
.work-box-single-item:hover .work-icon {
    border-color: #f45442;
}
.work-box-single-item:hover h5 {
    color: #f45442;
}
.work-box-single-item:hover:after {
    border-color: #f45442;
}

/*=====================================
          Portfolio Navigation
=====================================*/
.portfolio-navigation {
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}
.portfolio-navigation li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #464646;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 5px 20px;
    border: 2px dashed transparent;
}
.portfolio-navigation li:hover,
.portfolio-navigation li.active {
    color: #f45442;
    border: 2px dashed;
}

/*=====================================
        Portfolio Single Item
=====================================*/
.row.portfolio-list {
    margin-left: -7px;
    margin-right: -7px;
}
.row.portfolio-list .col-md-4,
.row.portfolio-list .col-md-8 {
    padding-left: 7px;
    padding-right: 7px;
}
.single-portfolio-item {
    background: no-repeat center center #ddd;
    background-size: cover;
    height: 360px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
.portfolio-list > div:nth-child(2) .single-portfolio-item {
    height: 750px;
}

/*=====================================
       Portfolio Item Background
=====================================*/
.portfolio-item-bg-1 {
    background-image: url("image/portfolio/work-1.jpg");
}
.portfolio-item-bg-2 {
    background-image: url("image/portfolio/work-2.jpg");
}
.portfolio-item-bg-3 {
    background-image: url("image/portfolio/work-3.jpg");
}
.portfolio-item-bg-4 {
    background-image: url("image/portfolio/work-4.jpg");
}
.portfolio-item-bg-5 {
    background-image: url("image/portfolio/work-5.jpg");
}
.portfolio-item-bg-6 {
    background-image: url("image/portfolio/work-1.jpg");
}
.portfolio-item-bg-7 {
    background-image: url("image/portfolio/work-2.jpg");
}
.portfolio-item-bg-8 {
    background-image: url("image/portfolio/work-3.jpg");
}
.portfolio-item-bg-9 {
    background-image: url("image/portfolio/work-4.jpg");
}

/*=====================================
          Portfolio Overlay
=====================================*/
.portfolio-overlay {
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    -webkit-transform: rotateX(0deg) scaleX(0);
    -moz-transform: rotateX(0deg) scaleX(0);
    transform: rotateX(0deg) scaleX(0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    z-index: -1;
    text-align: right;
    padding: 25px;
}
.portfolio-overlay .elegant-table-cell {
    vertical-align: top;
}
.portfolio-overlay:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -2;
}
.portfolio-overlay h4 {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
}
.portfolio-overlay h4 span {
    display: block;
    font-size: 74%;
    margin-top: 10px;
}
.portfolio-overlay a {
    border: 1px solid #f45442;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #f45442;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.portfolio-overlay a,
.portfolio-overlay h4 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*=====================================
       Portfolio Hover Effect
=====================================*/
.single-portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateX(0) scaleX(1);
    -moz-transform: rotateX(0) scaleX(1);
    transform: rotateX(0) scaleX(1);
}
.portfolio-overlay a:hover {
    color: #fff;
    background-color: #f45442;
}
.single-portfolio-item:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.5);
    box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.5);
}
.single-portfolio-item:hover .portfolio-overlay h4 {
    top: 0;
}

/*===============================
      Testimonial Style
===============================*/
#testimonial {
    background: #f1f1f1;
}
.testimonial-slides .testimonial-single-item .client-img {
    width: 160px;
    height: 160px;
    margin: auto auto 20px auto;
    background: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-single-item h5 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 19px;
}
.testimonial-single-item p {
    font-family: 'fontWebLight', sans-serif;
    font-size: 12px;
}
.testimonial-single-item h5 span {
    display: block;
    font-size: 70%;
}
.testimonial-slides .owl-item {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.testimonial-slides .owl-item.center {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial-slides.owl-carousel .owl-dots .owl-dot {
    background: none repeat scroll 0 0 #464646;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 10px;
}
.testimonial-slides.owl-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}
.testimonial-slides.owl-carousel .owl-dots .owl-dot.active {
    background: none repeat scroll 0 0 #f45442;
}

/*==================================
            Blog Style
==================================*/
.blog-box-bg {
    background: no-repeat center center #464646;
    background-size: cover;
    height: 200px;
    border-bottom: none;
    position: relative;
}
.blog-box-bg-1 {
    background-image: url("image/blog/1.jpg");
}
.blog-box-bg-2 {
    background-image: url("image/blog/2.jpg");
}
.blog-box-bg-3 {
    background-image: url("image/blog/3.jpg");
}
.blog-box-bg:after {
    background: #f45442 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: rotateX(0) scaleX(0);
    -moz-transform: rotateX(0) scaleX(0);
    transform: rotateX(0) scaleX(0);
    -webkit-transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s;
    width: 100%;
}
.single-blog-post:hover .blog-box-bg:after {
    -webkit-transform: rotateX(0) scaleX(1);
    -moz-transform: rotateX(0) scaleX(1);
    transform: rotateX(0) scaleX(1);
    -webkit-transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*==================================
             Blog Meta
==================================*/
.blog-meta {
    font-size: 11px;
    padding: 10px;
    background: #464646;
    overflow: hidden;
}
.blog-meta p {
    display: inline-block;
    margin: 0;
}
.blog-meta,
.blog-meta a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.blog-meta span {
    display: inline-block;
    padding-right: 10px;
    float: left;
}
.blog-meta > span i.fas {
    padding-left: 5px;
}
.blog-meta a:hover {
    color: #464646;
}
.single-blog-post:hover .blog-meta {
    background: #f45442;
}

/*==================================
            Blog Content
==================================*/
.blog-content-box {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-content > h5 {
    margin: 0;
}
.blog-content h5 {
    color: #464646;
    display: inline-block;
    font-size: 16px;
    padding: 15px 0 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-content h5 a {
    color: #464646;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-content h5:hover,
.blog-content h5 a:hover {
    color: #f45442;
}
.blog-content p {
    font-size: 14px;
    font-family: 'fontWebLight', sans-serif;
    text-align: justify;
    margin-bottom: 7px;
}
.blog-content p:last-child {
    color: red;
}
.blog-btn {
    color: #333;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-btn i {
    padding-top: 5px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-btn:hover, .blog-btn:hover i {
    color: #f45442;
    border-color: #f45442;
}
.blog-btn:hover i {
    margin-left: 15px;
}

/*============================
        Brand Partner
============================*/
#branding,
#contact {
    padding: 50px 0;
    background: #f1f1f1;
}
#contact {
    padding-top: 0;
}

/* ===================================
          Branding Style
=================================== */
#branding {
    padding-top: 0;
}
.brand-slides .owl-stage-outer {
    padding-top: 80px;
}
.brand-slides .owl-stage-outer > div > div.active:last-child {
    background: red;
}
.brand-single-item {
    display: table;
    width: 100%;
}
.brand-single-item > p {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    display: table-cell;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.owl-carousel .owl-item .brand-single-item img {
    max-height: 100%;
}
.brand-single-item > p:hover {
    border-color: #f45442;
}
.brand-single-item p span {
    background: #f45442 none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    margin-top: 1px;
    opacity: 0;
    padding: 2px 7px;
    position: absolute;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    line-height: 1.5;
}
.brand-single-item p span::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #f45442;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.brand-single-item p:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -30px;
}
/*================================
          Contact Style
================================*/
.contact-us.text-center a {
    color: #464646;
    font-size: 18px;
    display: inline-block;
    margin: 2px 0;
    text-decoration: none;
}
#contact .social-area {
    display: inline-block;
}

/* =============================
          Footer Style
============================= */
footer {
    padding: 25px 0;
    background: #1A1A1A;
}
footer {
    color: #f1f1f1;
}
.copyright a {
    color: #f45442;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-decoration: none;
}
.copyright a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ========================
      Back to top
======================== */
.ScrollToTop {
    bottom: 15px;
    position: fixed;
    right: 15px;
    z-index: 11;
    display: none;
}
.ScrollToTop a {
    display: block;
    border: 1px solid #F45442;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #F45442;
    height: 40px;
    line-height: 42px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-align: center;
    width: 40px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.ScrollToTop a:hover {
    background: #f45442;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #fff;
}

/*==================================
         Elegant Pre-loader
==================================*/
.elegant-preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    -moz-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #F45442;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulsate {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/*======================
          Ends
======================*/