/*-------------------------------------------------------------------------------------------------------------------------------

This is main CSS file that contains custom style rules used in this template
---------------------------------------------------------------------------------------------------------------------------------
Template Name: "Kesis"
Version: 1.0 Initial Release
Build Date: 04/22/2017
Author: DesignHouse
Website: http://kesis.designhouse.rs
Copyright: (C) 2017
---------------------------------------------------------------------------------------------------------------------------------

TABLE OF CONTENTS:

01 - General Styling 
02 - Typography
03 - Helpers 
04 - Buttons
05 - Loader
06 - Scroll To Top
07 - Navigation
08 - Hero Slider
09 - About
10 - Mobile Ready
11 - Testimonials
12 - CTA
13 - Gallery
14 - Services
15 - Video
16 - Our Skills
17 - Team
18 - How We Work
19 - Blog
20 - Contact
21 - Footer
22 - Thanks Pages
23 - Post Page

-------------------------------------------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/*@import url('../css/goog_font.css?family=Montserrat:100,200,300,400,500,600,700,800,900');*/

/* 01 - General Styling */

body {
    padding: 0;
    margin: 0;
    line-height: 1.5rem;
    font-size: 1rem;
    overflow-x: hidden !important;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-user-select: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #202020;
	background-image:url(../images/tiny-grid.png);
}

body,
html {
    height: 100%;
    width: 100%;
    position: relative;
}

main {
    overflow-x: hidden !important;
}

html {
    font: normal 112.5% / 1.65 serif;
}

pre code {
    word-wrap: normal;
}

section {
    position: relative;
}


/* 02 - Typography */

h1 {
    font-size: 4em;
    margin-bottom: 2.42424rem;
}

h2 {
    font-size: 3.33333em;
    margin-bottom: 2.0202rem;
}

h3 {
    font-size: 2.66667em;
    margin-bottom: 1.61616rem;
}

h4 {
    font-size: 2em;
    margin-bottom: 1.21212rem;
}

h5 {
    font-size: 1.33333em;
    margin-bottom: 0.80808rem;
}

h6 {
    font-size: 1em;
    margin-bottom: 0.60606rem;
}

p {
    margin: auto auto 1.5rem;
}

p + p {
    margin-top: -1.5rem;
}

small {
    font-size: 65%;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

ul,
ol {
    list-style: none;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
}

pre {
    white-space: pre;
}

pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

code {
    white-space: pre;
    font-family: monospace;
}

abbr {
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    font-variant: small-caps;
    font-weight: 600;
    text-transform: lowercase;
    color: gray;
}

abbr[title]:hover {
    cursor: help;
}

.section-title h2 {
    margin-bottom: 0px;
}


/* 03 - Helpers */

.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section {
    padding: 0 0 0 0;
}

.footer {
    padding: 0 0 0 0;
}

.divider {
    color: #1370C7;
    font-size: 15px;
}

.pink-bg {
    background-color: #1370c7;
}

.gradient-pink-orange-bg {
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
}

.parallax:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pt40 {
    padding-top: 40px;
}

.top-search ::placeholder {
    color: #fff;
}

footer ::placeholder {
    font-size: 10px;
    letter-spacing: normal
}

/* 04 - Buttons */

.button {
    position: relative;
    padding: 15px 0;
}


/* default button */

.dh-btn-def,
.dh-btn-def:visited {
    padding: 5px 15px;
    position: relative;
    color: #505050;
    border: 2px solid #505050;
    transition: 0.5s;
    border-image-width: 0;
}

.dh-btn-def:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #06C;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    opacity: 0;
    border-image-width: 0;
}

.dh-btn-def:hover,
.dh-btn-def:focus {
    color: #fff;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, #06C, #1370c7);
    -webkit-border-image: -webkit-linear-gradient(to right, #06C, #1370c7);
    border-image: linear-gradient(to right, #06C, #1370c7);
    border-image-slice: 1;
    background: transparent;
    transition: 0.5s;
    text-decoration: none;
    border-image-width: 0;
}

.dh-btn-def:hover:before,
.dh-btn-def:focus:before,
.dh-btn-def:visited:before {
    z-index: -1;
    background: #06C;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    opacity: 1;
    transition: 0.5s border-image-width: 0;
}

.dh-btn-def-group > .is-checked {
    z-index: -1;
    background: #06C;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    opacity: 1;
    color: #fff;
    transition: 0.5s border-image-width: 0;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(bottom right, #06C, #1370c7);
    -webkit-border-image: -webkit-linear-gradient(left top, #06C, #1370c7);
    border-image: linear-gradient(to bottom right, #06C, #1370c7);
    border-image-slice: 1;
}


/* button-white */

.btn-white,
.btn-white:visited {
    padding: 15px 20px;
    position: relative;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.5s;
    border-image-width: 0;
    font-weight: 600;
    letter-spacing: 0.625px;
    text-transform: uppercase;
}

.btn-white:hover,
.btn-white:focus {
    color: #1370c7;
    border: 2px solid #fff;
    background-color: #fff;
    transition: 0.5s;
}


/* 05 - Loader */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}

.spinner {
    width: 120px;
    height: 120px;
}

.container1 > div,
.container2 > div {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #1370c7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #06C, #1370c7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #06C, #1370c7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container2 .circle1,
.container2 .circle2,
.container2 .circle3,
.container2 .circle4 {
    background: #1370c7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #06C, #1370c7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #06C, #1370c7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* 06 - Scroll To Top */

.scrollToTop {
    width: 32px;
    height: 32px;
    border-radius: 0px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    right: 40px;
    display: none;
    color: #fff;
    background: #1370C7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #06C, #1370c7);
    /* Standard syntax (must be last) */
    transition: 1s;
}

.scrollToTop:hover,
.scrollToTop:focus {
    background: #06C;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #06C, #1370C7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #06C, #1370C7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #06C, #1370C7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #06C, #1370C7);
    /* Standard syntax (must be last) */
    color: #fff;
    transition: 1s;
}

.scrollToTop i {
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* 07 - Navigation */


header .navbar-brand img {
    height: 50px;
    width: auto;
}

header .navbar-brand img,
header .navbar-brand p {
    display: inline-block;
}

header .navbar-brand > p {
    font-size: 12px;
    padding: 10px 0px 10px 20px;
    margin-left: 20px;
    border-left: 1px solid #777;
    text-transform: uppercase;
    font-weight: 300;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-search,
.side.on,
.side {
    background: #06C;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #06C, #1370c7);
    /* Standard syntax (must be last) */
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #06C;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #06C, #1370c7);
    /* Standard syntax (must be last) */
    top: -5px;
    left: 0;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

header input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
header select,
header option {
    border: none;
    background: transparent;
	
}


/* sidebar */

.side .widget ul.link li a {
    color: #fff;
}


/* 08 - Hero Slider */

.dh-owl-item {
     min-height: 500px; /* base height */
    height: auto;       /* flexible height */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center; /* vertical center content */
}

.dh-owl-content {
       position: relative; /* no absolute positioning */
    width: 100%;
    margin: 0 auto;
}

.dh-owl-content p {
    width: 100%;
    margin: 5px 0;
}

.dh-owl-content h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

header .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

#hero-slider .animated {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

#hero-slider .animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}


/* gif or photo */

.active .dh-owl-item .photo-slide > img {
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -5;
}


/* scroll down */

.scroll-down-container {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 6;
    bottom: 25px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.chevron {
    position: absolute;
    width: 14px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: rgba(0, 0, 0, 0.25);
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


/* 09 - About */

.img-static {
    position: relative;
}

.img-up .owl-carousel {
    position: absolute;
    width: 60%;
    height: auto;
    margin: 0;
    top: 50%;
    left: 45%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.about-item {
    position: relative;
}

.about-item img.about-icon {
    position: absolute;
    width: 40%;
    height: auto;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.about-content p {
    padding-top: 30px;
}

.content p span {
    display: block;
    padding: 5px 0;
}


/* 10 - Mobile Ready*/

img.resp-phone {
    position: absolute;
    top: 0;
    left: 25%;
    animation: up-down 4s ease-in-out;
    animation-iteration-count: infinite;
}

img.resp-shadow {
    position: absolute;
    bottom: 28px;
    left: 13%;
}

@keyframes up-down {
    0% {
        transform: translate( 0px, 0px);
    }
    50% {
        transform: translate( 0px, 10px);
    }
    100% {
        transform: translate( 0px, 0px);
    }
}

.mobile-ready .img-static {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 10%)
}


/* 11 - Testimonials */

.testimonial {
    position: relative;
}

.testimonial .img-static {
    position: absolute;
    z-index: -1;
}

.test-images {
    position: relative;
}

.testimonial-img {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 30%);
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.22);
}

.testimonial-quote p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.625px;
    text-align: right;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.testimonial-quote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
}

.testimonial-quote p:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    bottom: 25px;
}

.testimonial-quote p:after,
.testimonial-quote p:before {
    font-size: 24px;
    color: #1370c7;
}


/* 12 - CTA */

.cta h4,
.cta a {
    display: inline-block;
}

.cta h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.625px;
    float: left;
    padding: 60px 0;
    margin: 0;
}

.cta a {
    float: right;
    margin-top: 49px;
}


/* 13 - Gallery */

.gallery.section {
    padding-top: 0px;
}

.gallery .dh-btn-def {
    display: inline-block;
    padding: 0.5em 1.0em;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.gallery .container {
    width: 1210px;
}

.grid {
    margin: 0 auto;
}

.grid-item {
    width: 33.3333%;
    height: auto;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 20px solid #fff;
}

.grid-item img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.32);
}

#gallery button,
#contact button {
    background-color: transparent;
    outline: 0 !important;
}

.dh-btn-def-group {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* 14 - Services */

.services .section-title > p {
    padding-top: 40px;
}

.service-icon i {
    font-size: 60px;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
}

.service-icon {
    padding-top: 60px;
}

.service-item h5 {
    min-height: 60px;
}

.services .section-title > h2,
.services .section-title > p,
.services .service-item > h5 {
    color: #202020;
}

.services .service-img-left {
    position: absolute;
    left: -10%;
    transform: rotate(-90deg);
}

.services .service-img-right {
    position: absolute;
    right: -10%;
    bottom: -25%;
    transform: rotate(90deg);
}


/* 15 - Video */

.video-bg img {
    padding-top: 60px;
    width: 80%;
    height: auto;
    position: relative;
}

.video-embed iframe {
    position: absolute;
    top: 96px;
    left: 29px;
    width: 415px;
    height: 235px;
    border: none;
}

.img-static-video img {
    position: absolute;
}


/* 16 - Our Skills */

.circle {
    margin: 0 auto;
    margin-right: 1em;
}

.skills-content p {
    padding-top: 30px;
}

section.skills {
    padding-top: 60px;
}


/* 17 - Team */

.team .section-title {
    padding-bottom: 60px;
}

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 30px 0 7px;
    color: #1370c7;
    font-weight: 600;
    font-size: 24px
}

.overlay {
    background: #06C;
    background: -webkit-linear-gradient(left top, rgba(255, 106, 0, 0.5), #1370c7);
    background: -o-linear-gradient(bottom right, rgba(255, 106, 0, 0.5), #1370c7);
    background: -moz-linear-gradient(bottom right, rgba(255, 106, 0, 0.5), #1370c7);
    background: linear-gradient(to bottom right, rgba(255, 106, 0, 0.5), #1370c7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px;
}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #1370c7;
    background-color: #fff;
}


/* 18 - How We Work */

.how-we-work {
    position: relative;
    padding-top: 60px;
    margin: 0 auto;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center
}

.steps>div {
    text-align: center;
    padding-bottom: 40px;
}

.steps>div>a.timeline-step__non-active {
    cursor: pointer;
}

.steps>div>a {
    display: block;
    position: relative;
    color: #202020;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.steps > div > a h5 {
    margin-bottom: 36px;
}

.steps > div > a h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.timeline-step:after {
    content: "";
    display: block !important;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 62px;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #1370c7 0%, #1370c7 100%);
    background-image: -o-linear-gradient(left, #1370c7 0%, #1370c7 100%);
    background-image: linear-gradient(to right, #1370c7 0%, #1370c7 100%);
    background-repeat: repeat-x
}

.steps > div > a .desc-holder {
    padding-top: 39px;
    display: block;
    position: relative;
    padding-top: 14px;
    min-height: 100px;
}

.steps > div > a .desc-holder:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -6px;
    background: #1370c7;
    border-radius: 50%;
    z-index: 2;
    transition: 0.5s;
}

.steps > div > a .desc-holder .desc {
    display: block;
    font-weight: 300;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: .7;
}

.steps > div > a .desc-holder {
    position: relative;
}

.steps > div > a .desc-holder:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 18px;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-40%, -310%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.steps > div:nth-child(1) > a .desc-holder:after {
    content: "\f15b";
}

.steps > div:nth-child(2) > a .desc-holder:after {
    content: "\f040";
}

.steps > div:nth-child(3) > a .desc-holder:after {
    content: "\f164";
}

.steps > div:nth-child(4) > a .desc-holder:after {
    content: "\f197";
}

.steps>div>a:hover,
.steps>div>a.timeline-step__active {
    text-decoration: none;
}

.steps > div > a:hover h5,
.steps > div > a.timeline-step__active h5 {
    color: #202020;
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -o-transform: translate(0, -14px);
    transform: translate(0, -14px);
    font-weight: 900
}

.steps > div > a h5 {
    margin-bottom: 36px;
}

.steps > div > a:hover .desc-holder:before,
.steps > div > a.timeline-step__active .desc-holder:before {
    -webkit-transform: scale(4, 4);
    -ms-transform: scale(4, 4);
    -o-transform: scale(4, 4);
    transform: scale(4, 4);
    background: #06C;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    border-width: 0;
    transition: 0.5s;
}

.steps > div > a:hover .desc-holder .desc,
.steps > div > a.timeline-step__active .desc-holder .desc {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
    font-weight: 900
}

.steps > div > a:hover .desc-holder:after,
.steps > div > a.timeline-step__active .desc-holder:after {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}


/* 19 -Blog */

.blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: right;
}

.blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-text span.posted_on {
    color: white;
    font-size: 18px;
    padding: 2px 10px;
    padding-left: 40px;
    margin-left: -40px;
    background: #1370c7;
    position: absolute;
    top: -90%;
}

.blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.blog-text span.posted_on:before {
    position: absolute;
    top: -9px;
    left: 1px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #009 transparent;
}

.blog-img {
    width: 100%;
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog .blog-item .blog-text p {
    padding-bottom: 20px;
    margin-left: -30px;
}

.blog .blog-item .blog-text h3 a {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #4d4d4f;
    margin-left: -30px;
}

.blog .blog-item .blog-text h3 {
    margin-top: 0px;
}

.blog-text > a.dh-btn-def,
.blog-text > a.dh-btn-def:visited {
    margin-left: -30px;
}


/* 20 -Contact */

.contact-content i,
.contact-content .information {
    display: inline-block;
}

.contact-content {
    padding-top: 40px
}

.contact-content i {
    font-size: 40px;
    background: -webkit-linear-gradient(left top, #06C, #1370c7);
    background: -o-linear-gradient(bottom right, #06C, #1370c7);
    background: -moz-linear-gradient(bottom right, #06C, #1370c7);
    background: linear-gradient(to bottom right, #06C, #1370c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: top;
    padding-right: 30px;
    padding-top: 10px;
}


/***contact form***/

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
select,
option {
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
    width: 100%;
    line-height: 38px;
    height: 40px;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1.8px;
    font-weight: 400;
}

select {
    letter-spacing: 0.5px !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #636363;
}

textarea {
    resize: none;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e2e2e2;
    padding: 6px 12px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1.8px;
    font-weight: 400;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 1px solid #1370c7;
}

form {
    padding-top: 40px;
}


/* 21 -Footer */

footer {
    background-color: #2D2D2D;
}

footer p,
footer span,
footer h6,
footer h5,
footer h4,
footer a {
    color: #ccc
}


/* column one */

footer .footer-logo img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}

footer .footer-content .column-one .quote {
    color: #505050;
    font-style: italic;
}

footer .footer-content .column-one h5 {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
}

footer .footer-content .column-one p,
footer .footer-content .column-one ul li span {
    font-size: 10px;
    display: inline-block;
}

footer .footer-content .column-one ul li span {
    font-weight: 500;
    color: #ccc;
    width: 45px !important;
}

footer .world-map {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 75%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


/* column two */

footer .footer-content .column-two h4,
footer .footer-content .column-three h4 {
    text-transform: uppercase;
    color: #ccc;
    font-weight: 500;
    margin-top: 0px;
    font-size: 16px;
}

footer .footer-content .column-two ul {
    padding-left: 0px;
}

footer .footer-content .column-two ul li {
    font-size: 10px;
    padding-bottom: 10px;
}

footer .footer-content .column-two ul li a:hover {
    color: #1370c7;
}

footer .footer-content .column-two ul li a:before {
   /* content: url("../images/arrow-footer.png");*/
    color: #1370c7;
    padding-right: 5px;
}

footer .footer-content .column-two ul.social-media li {
    display: inline-block;
}

footer .footer-content .column-two ul.social-media li a:before {
    content: "";
    color: #1370c7;
    padding-right: 5px;
}

footer .footer-content .column-two ul.social-media li a i {
    font-size: 18px
}


/* column three */

footer .footer-content .column-three .footer-post a {
    display: block;
    font-weight: 400;
    font-style: italic;
}

footer .footer-content .column-three .footer-post a:hover,
footer .footer-content .column-three .footer-post a:visited,
footer .footer-content .column-three .footer-post a:focus {
    color: #1370c7;
    font-weight: 600;
}

footer .footer-content .column-three .footer-post span {
    color: #606060;
    font-size: 10px
}

footer .footer-content .column-three .footer-post {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

footer .footer-content .column-three .footer-post:last-child {
    border-bottom: none;
}

footer .footer-content .column-three .footer-post:nth-child(2) {
    padding-top: 0px;
}


/* column four */

footer .footer-content .column-four h4 {
    margin-top: 0px;
    font-size: 16px;
}

footer .subscribe h4 {
    font-weight: 400;
}

footer .subscribe h4>span {
    color: #ccc;
    font-weight: 600;
}

footer .input-group {
    display: table;
}

footer .input-group .icon {
    width: 40px;
    height: auto !important;
    background-color: #1370C7;
    position: relative;
    display: table-cell;
}

footer .input-group .icon>i {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

footer .input-group input {
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #1370c7;
    box-shadow: none;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    color: #fff;
    padding-left: 10px;
}

footer .input-group .btn {
    display: table-cell;
}

footer .input-group-btn .btn {
    background-color: #1370C7;
    color: #fff;
    background-image: none;
    border: none;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
}

footer .input-group-btn .btn:hover,
footer .input-group-btn .btn:visited,
footer .input-group-btn .btn:focus {
    background-color: rgba(255, 255, 255, .5);
    color: #1370c7;
    transition: 0.5s;
}

footer .column-four h5 {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 12px
}

footer .column-four .working-hrs h4 {
    text-transform: uppercase;
    color: #ccc;
    font-weight: 500;
    margin-top: 0px;
    font-size: 16px;
    padding-top: 30px
}

footer .column-four p {
    margin-bottom: 5px;
    font-size: 12px
}

@media (max-width: 992px) {
    .column-two,
    .column-three,
    .column-four {
        padding-top: 20px;
    }
}


/* Footer Bottom */

.footer-bottom {
    background-color: #1370c7;
}

.footer-bottom p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

footer form {
    padding-top: 0px;
}


/* 22 - Thanks pages */

#thanks {
    padding: 10vw 0;
}

#thanks .button {
    padding-top: 5vw;
    padding-left: 15px
}


/* 23 - Post Page */

#post .section-title {
    padding-top: 5vw
}

.post-img {
    width: 100%;
    height: 40vw;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#post p {
    margin-top: 20px
}
ul li a {color:black !important;} 
ul li a:hover {color:#09F !important;} 