

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
    color: #c9302c;
    text-decoration: none;
}

/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fd7e14;
    margin: 0;
}

h2 {
    font-size: 2.9em!important;
    color: #fd7e14;
    font-family: Lovelo, sans-serif;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

h3 {
    font-family: Amaranth, "Helvetica Neue";
    color: #fd7e14;
    font-size: 1.3em!important;
    margin: 0 0 5px 0;
    /*text-transform: uppercase;*/
    font-weight: 400;
}

h4 {
    font-size: 1.8em;
    color: rgb(103, 103, 103);
    font-family: Amaranth,"Helvetica Neue";
    /*font-weight: 100;text-transform: uppercase;*/
    text-align: center;
    margin: 0 0 20px 0;
}

h6 {
    font-size: 1.5em;
    color: rgb(103, 103, 103);
    font-family: Amaranth,"Helvetica Neue";
    /*font-weight: 100;text-transform: uppercase;*/
    text-align: center;
    margin: 0 0 20px 0;
}

p {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em!important;
    color: #000000;
    line-height: 24px;
    margin: 0;
}

a {
    color: #e5605c;
}

/* Header Styles
---------------------------------*/

.header {
    text-align: center;
    /*background: url(../img/pw_maze_black_2X.png) left top repeat;*/
    padding:280px 0;
    position: relative;
    display: block;
    width: 100%;
    color: #fd7e14;
    background: url(../img/bg-main.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.logo {
    width: 130px;
    margin: 0 auto 35px;
}

.header h1 {
    font-style: italic;
    font-family: Lovelo, sans-serif;
    font-size: 2.8em!important;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 22px 0;
    color: #f75000;
    cursor: none;
    text-shadow: 0 1px 2px rgba(5, 8, 70, 0.60);
}

.we-create {
    padding: 0;
    margin: 35px 0 55px;
}

.wp-pic {
    margin-bottom: 20px;
}

.we-create li {
    display: inline-block;
    font-family: Amaranth, "Helvetica Neue"!important;
    font-size: 1.919em;
    color: #f3f3ef;
    /*text-transform: uppercase;*/
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
    cursor: none;
}

.we-create li:first-child {
    background: none;
}

.start-button {
    padding-left: 0px;
}

.start-button li a {
    color: #fff;
}

.link {
    padding: 15px 35px;
    background: #fd7e14;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.link:hover {
    text-decoration: none;
    color: #000 !important;
    background: #ec971f;
}

.link:active, .link:focus {
    background: #fd7e14;
    text-decoration: none;
    color: #fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer {
    padding: 0px;
    /*border-bottom:1px solid #dddddd;*/
    /*box-shadow:0 4px 5px -3px #ececec;*/
    position: relative;
    /*background:#222222;*/
    background: url(../img/pw_maze_black_2X.png) left top repeat;
}

.main-nav {
    text-align: center;
    margin: 0px 0 0px;
    padding: 0;
    list-style: none;
}

.main-nav li {
    display: inline;
    margin: 0 1px;
}

.main-nav li a {
    display: inline-block;
    color: #fff;
    /*text-transform: uppercase;*/
    font-family: Amaranth, "Helvetica Neue";
    text-decoration: none;
    font-size: 1.4em;
    line-height: 20px;
    margin: 17px 32px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.main-nav li a:hover {
    text-decoration: none;
    color: #fd7e14;
}

.small-logo {
    padding: 0 32px;
}

.main-section {
    padding: 90px 0 110px;
}

/* Services
---------------------------------*/

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 110px;
    padding-right: 20px;
}

.service-list-col1 i {
    font-style: normal;
    font-size: 38px;
    display: block;
    color: #222;
    font-family: 'Font Awesome 5 Free';
    line-height: 38px;
}

.service-list-col2 {
    overflow: hidden;
}

.main-section.alabaster {
    background: #fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work {
    font-size: 14px;
}

.featured-work h2 {
    text-align: left;
}

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 14px;
}

.featured-box h3 {
    margin-bottom: 5px;
}

.featured-box p {
    line-height: 22px;
}

.featured-work p.padding-b {
    padding-bottom: 35px;
}

.featured-box-col1 {
    width: 64px;
    height: 64px;
    float: left;
    padding-right: 20px;
}

.featured-box-col1 i {
    display: block;
    line-height: 38px;
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    color: #777777;
    font-style: normal;
}

.featured-box-col2 {
    overflow: hidden;
}

.Learn-More {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #fd7e14;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
}

.Learn-More i {
    padding-right: 15px;
}

.Learn-More:hover, .Learn-More:focus {
    text-decoration: none;
    color: #111;
}

/* Portfolio
---------------------------------*/
.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #fd7e14;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
}

.Portfolio-box {
    text-align: center;
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 0;
}

.Portfolio-box img {
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #fd7e14;
    color: #000000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

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

.main-section.padding {
    padding-bottom: 60px;
}

/* Clients
---------------------------------*/
.client-part {
    /*background:url(../img/section-bg1.jpg) center center no-repeat;*/
    background-size: cover;
    padding: 55px 0;
    text-align: center;
}

.client-part-haead {
    color: #fdfdfd;
    font-size: 28px;
    line-height: 41px;
    margin: 30px 0 10px;
    font-family: '' Open Sans ',sans-serif';
    font-style: italic;
}

.client {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

.client li {
    display: inline;
    margin: 0 15px;
}

.client li a {
    display: inline-block;
}

.client li a img {
    margin-bottom: 15px;
    border-radius: 50%;
}

.client li a:hover {
    text-decoration: none;
}

.client li a h3 {
    color: #ffffff;
}

.client li a span {
    color: #f1f1f1;
}

.quote-right {
    font-style: normal;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 2px solid #7cc576;
    border-radius: 50%;
    display: block;
    line-height: 68px;
    text-align: center;
    font-size: 27px;
    color: #7cc576;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
    color: #fff;
    border: 2px solid #fff;
}

.c-logo-part {
    background: #7cc576;
    padding: 25px 0;
    filter: alpha(opacity=60);
}

.c-logo-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.c-logo-part ul li {
    display: inline;
    margin: 0 25px;
}

.c-logo-part ul a {
    display: inline-block;
    margin: 0 20px;
}

.main-section.team {
    padding: 85px 0;
}

.main-section.team h6 {
    margin-bottom: 40px;
}

/* Team
---------------------------------*/
.team-leader-block {
    max-width: 993px;
    margin: 0 auto;
}

.team-leader-box {
    width: 30.66%;
    margin-right: 3.82979%;
    height: 490px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.team-leader-box span {
    margin-bottom: 24px;
    display: block;
}

.team-leader-box:nth-of-type(3n+0) {
    margin: 0;
}

.team-leader {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.80);
    margin: 7px 7px 25px 7px;

}

.team-leader-shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}

.team-leader-shadow a {
    display: block;
    width: 100%;
    height: 100%;
}

.team-leader:hover .team-leader-shadow {
    box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.80);
}

.team-leader:hover ul {
    display: block;
    opacity: 1
}

.team-leader img {
    display: block;
    border-radius: 50%;
}

.team-leader ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team-leader ul li {
    display: inline;
    margin: 0 11px;
}

.team-leader ul li a {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team-leader ul li a:hover, .team-leader ul li a:focus {
    text-decoration: none;
}

.team-leader ul li a.fa-twitter:hover {
    color: #55acee;
}

.team-leader ul li a.fa-facebook:hover {
    color: #3b5998;
}

.team-leader ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.team-leader ul li a.fa-google-plus:hover {
    color: #dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking {
    /*background:url(../img/section-bg2.jpg) top center no-repeat;*/
    background: url(../img/pw_maze_black_2X.png) left top repeat;
    /*background-size:cover;*/
    padding: 60px 0 10px;
    text-align: center;
}

.business-talking h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 70px;
    text-transform: uppercase;
    font-size: 42px;
    color: #fff;
}

/* Contact
---------------------------------*/
.main-section.contact {
    padding: 90px 0 100px;
}

.main-section.contact {
    background: url(/img/bg-map.jpg) no-repeat;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

.contact-info-box h3 {
    font-size: 1.3em;
    font-weight: 400;
    float: left;
    width: 102px;
    margin-right: 12px;
    line-height: 28px;
}

.contact-info-box h3 i {
    text-align: center!important;
    width: 24px!important;
    font-size: 1.2em;
    color: #222222;
    font-family: 'Font Awesome 5 Free';
    margin-right: 7px;
}

.contact-info-box span {
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.social-link {
    padding: 35px 0;
    margin: 0 0 0 68px;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social-link li {
    float: left;
    margin-right: 8px;
}

.social-link li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background: #222222;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.social-link li a:hover, .social-link li a:focus {
    text-decoration: none;
}

.twitter a:hover {
    background: #55acee;
}

.linked-in a:hover {
    background: #0077B5;
}

.facebook a:hover {
    background: #3b5998;
}

.pinterest a:hover {
    background: #cb2026;
}

.gplus a:hover {
    background: #dd4b39;
}

.dribbble a:hover {
    background: #ea4c89;
}

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #7cc576;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 165px;
    resize: none;
    overflow: auto;
}

.input-btn {
    width: 175px;
    height: 50px;
    background: #fd7e14;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #ec971f;
    color: #000000;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #7cc576;
    border: 1px solid #7cc576;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
    display: block;
}

/* Footer
---------------------------------*/

.footer {
    background: url(../img/pw_maze_black_2X.png) left top repeat;
    padding: 35px 0 35px;
}

.footer-logo {
    margin: 15px auto 35px;
    width: 76px;
}

.copyright, .credits {
    color: #cccccc;
    font-size: 14px;
    display: block;
    text-align: center;
}

.copyright a, .credits a {
    color: #7cc576;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
    color: #fff;
}

.res-nav_click {
    background-color: #222222;
    text-align: center;
    line-height: 2em;
    font-family: 'Font Awesome 5 Free';
    font-size: 2em;
    text-decoration: none !important;
    color: #777777;
    font-style: normal;
    display: none;
    width: 42px;
    height: 2em;
    margin: 0px auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
    color: #fd7e14 !important;
}

.portfolioContainer {
    max-width: 1140px;
}

/* Animation Timers
---------------------------------*/
.delay-01s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.1s;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-11s {
    animation-delay: 1.1s;
    -webkit-animation-delay: 0.9s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/********************************Portfolio Post Page*******************************************************************/
.single_page #portfolio {
    padding-top: 50px;
}

.breadcrumbs_block {
    padding: 5% 0;
    background: url(../img/pw_maze_black_2X.png) left top repeat!important;
    /*background-size:cover;*/
}

.breadcrumbs_block p {
    font-size: 21px !important;
    line-height: 24px !important;
    color: #fff;
    text-align: center;
}

.parallax {
    background-position: 0 0;
    width: 100%;
    background-attachment: fixed !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .parallax {
        background-attachment: scroll !important;
        background-position: 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .parallax {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
    }
}

.padbot50 {
    padding-bottom: 50px !important;
}

.sidepanel {
    margin-bottom: 25px;
}

.sidebar hr {
    border-color: #e9e9e9;
    margin: 25px 0;
}

.widget_text p {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
}

.single_portfolio_post_title {
    font-family: Amaranth, "Helvetica Neue";
    text-align: center;
    padding-bottom: 20px;
    line-height: 40px;
    font-size: 2.2em;
    color: #fd7e14;
}

/* __________ Work Info __________ */
.work_info {
    padding-bottom: 25px;
}

.work_info li {
    padding-bottom: 6px;
    font-size: 14px;
    color: #999;
}

.work_info li a {
    color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#projects {
    padding-top: 47px;
}

.work_item {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.owl-item:hover .work_item {
    transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.work_item .work_description {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(253, 120, 20, 0.70);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_description {
    opacity: 1;
}

.work_item .work_description .work_descr_cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_description .work_descr_cont {
    opacity: 1;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.work_item .work_description a {
    display: block;
    margin: 0 0 6px;
    font-weight: 300;
    line-height: 24px;
    font-size: 1.7em;
    color: #fff;
}

.work_item .work_description span {
    color: #000;
}

.work_item a.zoom {
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 36px;
    margin-left: -30px;
    opacity: 0;
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.work_item:hover a.zoom {
    bottom: 56px;
    opacity: 1;
}

.work_item a.zoom:hover {
    background-image: url(../img/zoom_h.png);
}

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES SLIDER
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .parallax, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {
        background-attachment: scroll !important;
        background-position: 0 0;
    }

    .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {
        background-size: cover !important;
    }

}

@media (max-width: 1024px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .parallax {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .purpose_block p {
        font-size: 15px;
        line-height: 22px;
    }

    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }

    .img_wrapper {
        width: 137px !important;
    }

    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 19px;
        line-height: 24px;
    }

    .owl-theme .owl-controls {
        top: -69px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }

    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 50px 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }

    .img_wrapper {
        width: 100px !important;
    }

    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }

    .post_item_content {
        padding-top: 15px;
    }

    .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }

    .post_item_inf li {
        padding-right: 5px;
    }

    .owl-theme .owl-controls {
        top: -69px!important;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px!important;
        height: 50px!important;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px!important;
        height: 48px!important;
        line-height: 46px!important;
    }

    .post_item_img_widget {
        width: 220px;
        height: 146px;
        float: left;
        margin-right: 30px;
    }

    .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }

    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 50px 0;
    }

    .breadcrumbs_block h2 {
        font-size: 60px;
        line-height: 64px;
    }

    .breadcrumbs_block p {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }

    .work_item:hover a.zoom {
        bottom: 30px;
    }

    .img_wrapper {
        width: 110px !important;
    }

    .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }

    .post_item_img a.link:hover {
        background-position: 0 -24px;
    }

    .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }

    .post_item_content {
        padding-top: 15px;
    }

    .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }

    .post_item_inf li {
        padding-right: 5px;
    }

    .owl-theme .owl-controls {
        top: -69px!important;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px!important;
        height: 50px!important;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px!important;
        height: 48px!important;
        line-height: 46px!important;
    }


    /* __________ All Styles __________ */
    .breadcrumbs_block {
        padding: 40px 0;
    }

    .breadcrumbs_block h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .breadcrumbs_block p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 479px) {

    .post_item_img_widget {
        float: none;
        margin-right: 0;
    }
    .owl-theme .owl-controls {
        top: -69px!important;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px!important;
        height: 50px!important;
    }

    .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px!important;
        height: 48px!important;
        line-height: 46px!important;
    }

}
/************************************Image Hover Effect****************************************************************/
.image {
    /*margin: 0 1em;*/
    width: 100%;
    /*height: inherit;*/
    overflow: hidden;
    background-size: contain;
    /*transition: -webkit-transform .5s ease;*/
    /*transition: transform .5s ease;*/
    /*transition: transform .5s ease, -webkit-transform .5s ease;*/
}

/*.image:hover {*/
/*-webkit-transform: scale(1.05);*/
/*transform: scale(1.05);*/
/*}*/
.image--inverted:hover {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
}

.image--inverted {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.image:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-resize {
    display: flex !important;
    height: 100% !important;
}

@media only screen and (max-width: 583px) {
    .image-resize {
        display: block !important;
        width: 100% !important;
    }
}

/************************************End of Image Hover Effect*********************************************************/

.center-content{
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

.about-h6 {
    color: #050846;
    font-size: 2.1em!important;
    font-weight: 10!important;
    /*text-transform: uppercase;*/
    margin-bottom: 1.3em!important;
}

.service-h6 {
    padding-top: inherit;
    height: 100%!important;
    color: #000000;
    font-size: 2.1em!important;
    font-weight: 10!important;
    line-height: 1em!important;
    text-align: justify!important;
}

.section-orange{
    background-color: rgba(245, 135, 49, 0.28);
    padding-top: 60px;
    padding-bottom: 40px
}

.fa-font-size{
    color: #e75f1c;
    margin-right: 15px!important;
    font-size: 2.3em!important;
}

.row-margin-bottom {
    margin-bottom: 0.8em;
}

#loading {
    position: absolute; width: 100%; height: 100%; background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.clients{
    margin: 1%;
    padding-top: 30px;
}

.clients img{
    margin: auto;
    max-width: 100px;
    max-height: 100px;
}

