/**********************

Style.css
=============

Author:  Gino Aliaj
Template: Duric - One Page Creative HTML Template
Version: 1.0

Author URI: gnodesign.com
***************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Default Typography
2.  General Styles
3.  Margins & Paddings
4.  Buttons
5.  Header
6.  Home Page
    6.1 Main Section - Slider
    6.2 About Us Section
    6.3 Company Section
    6.4 Gallery Section
    6.5 Service Section
    6.6 CTA Section
    6.7 Skills Section
    6.8 Team Section
    6.9 Subscribe Section
    6.10 Pricing Section
    6.11 Testimonial Section
    6.12 Countup Section
    6.13 Latest News Section
    6.14 Partners Section
    6.15 Contact Section
7. Footer
8. Loading
-------------------------------------------------------------------*/


/* --------------------------------------
    1. Default Typography
-------------------------------------- */
*,
body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 !important;
    color: #323232;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.so-color{
    color: #77bce3 !important;
}
.so-color-wh{
    color: #fefefe !important;
}
.so-color-wh li{
    color: #fefefe !important;
}


/* --------------------------------------
    2. General Styles
-------------------------------------- */

body {
    background: #eaeaea;
}

a {
    color: ;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #405e74;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important
}

a,
button,
input {
    outline: none !important;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

section.circle:after {
    content: '';
    width: 100%;
    height: 300px;
    background: #eaeaea;
    border-radius: 50%;
    transform: translateY(0%) scale(1.5);
    z-index: 2;
    position: absolute;
}

.pre-title {
    text-transform: uppercase;
    color: #405e74;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    opacity: .15;
}

.section-title h2 {
    margin-top: -30px !important;
    color: #405e74;
}

.section-title h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #405e74;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.section-title p {
    width: 80%;
    margin: 30px auto 0;
}

/* --------------------------------------
    3. Margins & Paddings
-------------------------------------- */

.nopadding{ padding: 0 !important;}
.nomargin{ margin: 0 !important;}
/********** Margin Top **********/

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt125 { margin-top: 125px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }

/********** Margin Bottom **********/

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

/********** Margin Top & Bottom **********/

.mtb10 { margin: 10px 0; }
.mtb15 { margin: 15px 0; }
.mtb20 { margin: 20px 0; }
.mtb25 { margin: 25px 0; }
.mtb30 { margin: 30px 0; }
.mtb35 { margin: 35px 0; }
.mtb40 { margin: 40px 0; }
.mtb45 { margin: 45px 0; }
.mtb50 { margin: 50px 0; }
.mtb60 { margin: 60px 0; }
.mtb70 { margin: 70px 0; }
.mtb80 { margin: 80px 0; }
.mtb90 { margin: 90px 0; }
.mtb100 { margin: 100px 0; }
.mtb110 { margin: 110px 0; }
.mtb120 { margin: 120px 0; }
.mtb130 { margin: 130px 0; }
.mtb140 { margin: 140px 0; }
.mtb150 { margin: 150px 0; }

/********** Padding Top **********/

.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }

/********** Padding Bottom **********/

.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }

/********** Padding Top & Bottom **********/

.ptb10 { padding: 10px 0; }
.ptb15 { padding: 15px 0; }
.ptb20 { padding: 20px 0; }
.ptb25 { padding: 25px 0; }
.ptb30 { padding: 30px 0; }
.ptb35 { padding: 35px 0; }
.ptb40 { padding: 40px 0; }
.ptb45 { padding: 45px 0; }
.ptb50 { padding: 50px 0; }
.ptb60 { padding: 60px 0; }
.ptb70 { padding: 70px 0; }
.ptb80 { padding: 80px 0; }
.ptb90 { padding: 90px 0; }
.ptb100 { padding: 100px 0; }
.ptb110 { padding: 110px 0; }
.ptb120 { padding: 120px 0; }
.ptb130 { padding: 130px 0; }
.ptb140 { padding: 140px 0; }
.ptb150 { padding: 150px 0; }

/* --------------------------------------
    4. Buttons
-------------------------------------- */

.btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 25px;
    position: relative;
    background: #405e74;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #fefefe;
    box-shadow: none;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.btn:focus,
.btn:hover {
    color: #fefefe;
    -webkit-box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.3);
}

.btn-dark {
    background: #212636;
}

/* --------------------------------------
    5. Header 
-------------------------------------- */
header {
    position: absolute;
    width: 100%;
    z-index: 999;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
}

nav.navbar {
    background: none;
    border: none;
}

.navbar-brand img {
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    font-weight: 700;
    padding: 10px;
}

.navbar .navbar-nav > li > a:hover {
    color: #405e74;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.navbar-default .navbar-nav >.active > a,
.navbar-default .navbar-nav >.active > a:focus,
.navbar-default .navbar-nav >.active > a:hover {
    background: none !important;
    color: #405e74;
}

.navbar .navbar-nav > li {
    margin: 7px 0 3px 0;
}

/* Sticky Navbar */
header.navbar-sticky {
    background: #eaeaea;
    position: fixed;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .2);
}

header.navbar-sticky nav {
    margin: 0;
    padding: 10px 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

/* --------------------------------------
    6. Home Page
-------------------------------------- */


/**************** 6.1 Main Section - Slider ****************/

section#home {
    position: relative;
    overflow: hidden;
}


/* ---- Slider ---- */

.fullscreen {
    top: 0;
    width: 100%;
    height: 1000px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide-active {
    z-index: 100;
}

.swiper-slide {
    overflow: hidden;
}

.overlay:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    opacity: .9;
}

.slider-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 15;
}

.slider-content h2 {
    font-size: 200px;
}

.slider-content h3 {
    font-size: 80px;
    padding-left: 40px;
}

.slider-content h3 span {
    color: #405e74;
}

.slider-content .btn:first-child {
    margin-right: 20px;
}


/* ---- Paginition ---- */

.swiper-pagination {
    top: 50%;
    left: 98% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto !important;
    height: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #405e74;
    border-radius: 3px !important;
    background: none;
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.swiper-pagination-bullet-active {
    border: none;
    background: #405e74;
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(45deg);
    -moz-transform: scale(1.1) rotate(45deg);
    -ms-transform: scale(1.1) rotate(45deg);
    -o-transform: scale(1.1) rotate(45deg);
    transform: scale(1.1) rotate(45deg);
}


/**************** 6.2 About Section ****************/

.about-desc i {
    font-size: 80px;
    color: #405e74;
}

.about-desc h4 {
    font-weight: 400;
}


/**************** 6.3 Company Section ****************/

section#company .img-holder {
    height: 320px;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
}

section#company .company-msg {
    background: #405e74;
    margin-left: -100px;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: 8.5px 10px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8.5px 10px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8.5px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

section#company .company-msg .pre-title,
section#company .company-msg h2,
section#company .company-msg p {
    color: #eaeaea;
}

section#company h2:after{
    background: #eaeaea;
}

section#company .company-msg p {
    margin: 0 auto;
}


/**************** 6.4 Gallery Section ****************/

ul.gallery-sorting li {
    display: inline-block;
}

ul.gallery-sorting li a {
    color: #323232;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 2px solid #405e74;
    border-radius: 5px;
    margin-right: 15px;
    opacity: .6;
}

ul.gallery-sorting li:last-child a {
    margin: 0;
}

ul.gallery-sorting li a.active {
    opacity: 1;
}

figure.gallery-item {
    max-height: 350px;
    overflow: hidden;
}

ul#grid.gallery-items li.shuffle-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(64, 94, 116, 0.5);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

ul#grid.gallery-items li.shuffle-item a:after {
    content: '\e86f';
    font-family: 'Linearicons-Free';
    font-size: 42px;
    color: #eaeaea;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul#grid.gallery-items li.shuffle-item:hover a:before,
ul#grid.gallery-items li.shuffle-item:hover a:after {
    opacity: 1;
}

ul#grid.gallery-items li.shuffle-item img {
    object-fit: cover;
    min-height: 350px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

ul#grid.gallery-items li.shuffle-item:hover img {
    opacity: .6;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/**************** 6.5 Service Section ****************/

.service-item i {
    font-size: 80px;
    color: #405e74;
}


/**************** 6.6 CTA Section ****************/

section#cta {
    background: #405e74;
}

section#cta h3 {
    color: #fefefe;
}


/**************** 6.7 Skills Section ****************/

section#skills {
    background: #212636;
    color: #fefefe;
}

section#skills .pre-title,
section#skills h2,
section#skills p {
    color: #eaeaea;
}

section#skills h2:after{
    background: #eaeaea;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 25px !important;
    width: 80%;
    margin: 0 auto;
    background: #eaeaea;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar:last-child{
    margin-bottom: 0 !important;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #fefefe;
    background: #405e74;
    border-radius: 3px 0 0 3px;
}

.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    line-height: 35px;
}

.skillbar-bar {
    height: 35px;
    width: 0px;
    background: #405e74;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    color: #666;
}

section#skills img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

section#skills img.play-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

section#skills .popup-video:hover img.play-button {
    width: 80px;
    height: 80px;
}


/**************** 6.8 Team Section ****************/

section#team {
    position: relative;
    overflow: hidden;
}

section#team:after {
    content: '';
    width: 100%;
    height: 300px;
    background: #fefefe;
    border-radius: 50%;
    transform: translateY(0%) scale(1.5);
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: .5;
}

.team-member {
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-member.active {
    opacity: 1;
}

.team-member img{
    width: 100%;
}

.member-info {
    border: 2px solid #ddd;
    background: #f6f6f6;
}

.team-member.active .member-info h4 {
    padding-bottom: 0 !important;
}

.member-info h5 {
    color: #999;
    display: none;
}

.team-member.active .member-info h5 {
    display: block;
}

.member-info ul.social {
    display: none;
}

.team-member.active .member-info ul.social {
    display: block;
}

.member-info ul.social li {
    cursor: pointer;
    width: 20%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    float: left;
    display: block;
}

.member-info ul.social li a {
    font-size: 18px;
    color: #eaeaea;
}

.member-info ul.social li.fb {
    background: #3b5998;
}

.member-info ul.social li.twitter {
    background: #55acee;
}

.member-info ul.social li.google-plus {
    background: #dd4b39;
}

.member-info ul.social li.behance {
    background: #1769ff;
}

.member-info ul.social li.dribbble {
    background: #ec4a89;
}


/**************** 6.9 Subscribe Section ****************/

section#subscribe {
    background: #405e74;
}

section#subscribe h4 {
    color: #eaeaea;
}

section#subscribe form .input-group {
    width: 100%;
}

section#subscribe form input.form-control {
    height: 40px;
    border: 0;
    border-radius: 20px;
    padding: 0 0 0 30px;
    width: 90% !important;
    z-index: 0 !important;
}

section#subscribe .btn {
    position: absolute;
    right: 0;
    border: 0;
    box-shadow: none;
    height: 40px;
}


/**************** 6.10 Pricing Section ****************/

section#pricing .pricing-wrapper {
    text-align: center;
    border-radius: 30px;
    background: #fefefe;
}

section#pricing .pricing-header .price .value {
    font-size: 60px;
    display: block;
    line-height: 1;
}

section#pricing .pricing-header .price .month {
    font-size: 16px;
    color: #999;
}

section#pricing .pricing-plan {
    text-transform: uppercase;
    background: #405e74;
}

section#pricing .pricing-plan h3 {
    color: #eaeaea;
}

ul.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #999;
}

ul.pricing-features li {
    padding-bottom: 30px;
    font-size: 18px;
}

ul.pricing-features li:last-child {
    padding-bottom: 0;
}

ul.pricing-features li i {
    float: left;
    padding-left: 50px;
    margin-right: -50px;
}

.pricing-footer {}


/**************** 6.11 Testimonial Section ****************/

section#testimonial {
    position: relative;
    overflow: hidden;
}

section#testimonial .testimonial-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 1920px;
    height: 65%;
    background: #212636;
    z-index: -1;
    bottom: -100px;
    left: -100px;
    transform: rotate(5deg);
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 18px;
    color: #eaeaea;
}

blockquote:before {
    content: '\f10d';
    font-family: 'fontawesome';
    font-size: 42px;
    padding: 0 10px 10px 0;
    color: #eaeaea;
    line-height: 1;
}

.client-rating i {
    font-size: 24px;
    color: #eaeaea;
}

.client-testimonial h3,
.client-testimonial h4,
.client-testimonial h5 {
    color: #eaeaea;
}

section#testimonial .client-image img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* Owl Navigation */

.owl-prev {
    position: absolute;
    top: 50%;
    left: -17%;
    opacity: .4;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -17%;
    opacity: .4;
}

.owl-prev i,
.owl-next i {
    font-size: 60px;
    color: #fefefe;
}


/**************** 6.12 Countup Section ****************/

section#countup{
    background: #405e74;
}

section#countup h5,
section#countup span,
section#countup i{
    color: #eaeaea;
}

section#countup i {
    font-size: 60px;
    display: block;
}

section#countup span{
    font-size: 48px;
}


/**************** 6.13 Latest News Section ****************/

section#blog {}

.blog-post {
    max-height: 350px;
    background: #212636;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.blog-post .post-info {
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 1;
    padding: 0 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    opacity: .9;
}

.blog-post:hover .post-info{
    bottom: 20px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity: 1;
}

.blog-post .post-info a.blog-post-link {
    font-size: 24px;
    color: #eaeaea;
    display: block;
}

.blog-post:hover .post-info a.blog-post-link {
    color: ;
}

.blog-post .post-info span {
    font-size: 14px;
    color: #eaeaea;
    opacity: .9;
}

.blog-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-post:hover img {
    opacity: .1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/* Featured Blog Post */

.blog-post-featured {
    height: 730px;
    max-height: 730px;
    background: #212636;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.blog-post-featured span.featured {
    position: absolute;
    z-index: 1;
    box-shadow: none;
    top: 30px;
    right: 50px;
}

.blog-post-featured .post-info {
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 1;
    padding: 0 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    opacity: .9;
}

.blog-post-featured:hover .post-info{
    bottom: 20px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity: 1;
}

.blog-post-featured .post-info a.blog-post-link {
    font-size: 24px;
    color: #eaeaea;
    display: block;
}

.blog-post-featured:hover .post-info a.blog-post-link {
}

.blog-post-featured .post-info span {
    font-size: 14px;
    color: #eaeaea;
    opacity: .9;
}

.blog-post-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-post-featured:hover img {
    opacity: .1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/**************** 6.14 Partners Section ****************/

section#partners {
    background: #fefefe;
}

#partners img {
    width: 300px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    margin: 0 auto;
    display: block;
    opacity: .7;
}

#partners img:hover {
    opacity: 1;
}


/**************** 6.15 Contact Section ****************/
section#contact{
    background: #212636;
    overflow: hidden;
}

/* google maps */

.gmaps {
    height: 950px;
    padding: 0;
    border-radius: 30px;
}

.gmaps #map {
    width: 100%;
    height: 100%;
    opacity: .7;
}


#map .gmnoprint {
    display: none;
}

/* Contact Form */

section#contact .pre-title,
section#contact h2,
section#contact p {
    color: #eaeaea;
}

section#contact h2:after{
    background: #eaeaea;
}

form#contact-form input {
    height: 60px;
    border: 0;
    border-radius: 30px;
    padding-left: 30px;
    background: none;
    border: 2px solid #405e74;
    color: #999;
}

form#contact-form input:focus {
    box-shadow: none;
}

form#contact-form textarea {
    border: 0;
    border-radius: 30px;
    padding: 20px 30px;
    max-width: 100%;
    resize: none;
    background: none;
    border: 2px solid #405e74;
    color: #999;
}

form#contact-form textarea:focus {
    box-shadow: none;
}

form#contact-form .form-control::-webkit-input-placeholder {
    color: #999;
}

form#contact-form .form-control:-moz-placeholder {
    color: #999;
}

form#contact-form .form-control::-moz-placeholder {
    color: #999;
}

form#contact-form .form-control:-ms-input-placeholder {
    color: #999;
}

form#contact-form .btn {
    width: 100%;
    padding: 20px 0;
    border-radius: 30px;
}

/* --------------------------------------
    7. FOOTER
-------------------------------------- */

footer#main-footer{
    background: #131827;
}

footer#main-footer span{
    color: #eaeaea;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}

footer#main-footer .social li{
    padding: 0 10px;
}

footer#main-footer .social li a {
    font-size: 14px;
    line-height: 40px;
    color: #eaeaea;
    display: block;
    width: 40px;
    height: 40px;
    background: #405e74;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .7;
}

footer#main-footer .social li a:hover {
    opacity: 1;
}

footer#main-footer .social li a i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

footer#main-footer .social li.fb:hover a{
    background: #3b5998;
}

footer#main-footer .social li.twitter:hover a{
    background: #55acee;
}

footer#main-footer .social li.google-plus:hover a{
    background: #dd4b39;
}

footer#main-footer .social li.behance:hover a{
    background: #1769ff;
}

footer#main-footer .social li.dribbble:hover a{
    background: #ec4a89;
}

/* --------------------------------------
    8. Loading
-------------------------------------- */
.loading {
    position: fixed;
    background: #eaeaea;
    z-index: 1040;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bubble1,
.bubble2 {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #405e74;
}

.bubble2 {
    top: auto;
    bottom: 0;
    background-color: #212636;
}

/* Loading Animations */

.loading .spinner {
    animation: loading 2.5s linear infinite;
}

.loading .bubble1,
.loading .bubble2 {
    animation: bounce 2.5s ease-in-out infinite;
}

.loading .bubble2 {
    animation-delay: -1.4s;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}
