/*

Project      : Dosis - Creative Agency Portfolio One Page Parallax Template
Version      : v1.1
Last update  : N/A
Author       : design_mylife
Support email: mylifedesign143@gmail.com
*/
/**************************************

=============TABLE OF CONTENT==========
01 - variables
02 - mixins
03 - preloader
04 - base
05 - buttons
06 - hero-social-bar
07 - navbar
08 - hero-templates
09 - sliders
10 - icon-box
11 - cta
12 - team
13 - pricing
14 - portfolio
15 - contact
16 - footer
17 - responsive
***************************************/
/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700");

/*
03 - Preloader style
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #0094ce;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
04 - Base csss
*/
html, body {
    height: 100%;
}

body {
    font-family: "Karla", sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #828282;
}

a, button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a {
    color: #0094ce;
}

a:hover {
    color: #aeaeae;
}

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

blockquote {
    font-style: normal;
    font-weight: 400;
}

blockquote p {
    font-weight: 400;
}

button:focus {
    outline: 0 !important;
}

::-moz-selection {
    background-color: #191b1d;
    color: #fff;
}

::selection {
    background-color: #191b1d;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
}

.border-width {
    width: 60px;
    height: 2px;
    background: #0094ce;
    margin: 10px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.full-wid {
    width: 100%;
}

.no-padd {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

/***spaces**/
.pt-100 {
    padding-top: 100px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

/**margins**/
.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.bg-skin {
    background-color: #0094ce;
}

.bg-facebook {
    background: #3b5998;
    color: #fff;
}

.bg-twitter {
    background: #00aced;
    color: #fff;
}

.bg-gradient {
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
}

.bg-faded {
    background-color: #f5f5f5;
}

.gray-bg {
    background: #f7f9fa;
}

.text-muted {
    color: inherit !important;
    opacity: 0.75 !important;
}

.bg-gradient {
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
}

.form-control, input[type="text"], input[type="email"], textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}

.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #0094ce;
}

.dropcap:first-letter {
    font-size: 30px;
    color: #0094ce;
}

.text-large {
    font-size: 3.5rem;
}

.text-xsmall {
    font-size: 1.25rem;
    font-weight: 100;
}

.text-small {
    font-size: 1.75rem;
    font-weight: 200;
}

.text-medium {
    font-size: 2.25rem;
    font-weight: 400;
}

i.text-medium {
    font-weight: normal;
}

.text-intro-large {
    font-size: 2.75rem;
    font-weight: 400;
}

.lead {
    line-height: 1.5;
    font-weight: 300;
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #0094ce;
    padding: 0 2px;
    color: #0094ce;
}

.more-link > i {
    font-size: 10px;
    font-weight: bold;
}

.more-link:hover {
    color: inherit;
    border-bottom-color: inherit;
}

.center-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.full-img {
    width: 100%;
    height: auto;
}

.line-vertical-top {
    position: relative;
}

.line-vertical-top:before {
    position: absolute;
    right: 100%;
    margin-right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10rem;
    height: 2px;
    background-color: #0094ce;
}

.pos-relative {
    position: relative;
}

.pos-relative .image-shape-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.no-gutter {
    margin: 0px !important;
    padding: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

hr {
    border-top-color: #f5f5f5;
}

.section-title {
    padding-bottom: 2rem;
}

.section-title h2 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
    font-weight: 500;
}

.section-title h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #0094ce;
}

.section-title .subtitle {
    font-size: large;
    letter-spacing: 0px;
    color: #828282;
    padding-top: 17px;
    font-weight: 400;
}

.section-title.light h2, .section-title.light p {
    color: #fff;
}

.section-title.light h2:before {
    background-color: rgba(255, 255, 255, 0.75);
}

.text-color {
    color: #0094ce;
}

.text-white {
    color: #fff !important;
}

/**animatation*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.z-index-0 {
    z-index: 0;
}

.z-index-4 {
    z-index: 4;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

/**svg**/
.svg-abs {
    position: absolute;
}

.svg-f-btm {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.svg-white {
    fill: #fff;
}

.svg-primary {
    fill: #0094ce;
}

.svg-top-left {
    top: 0;
    left: 0;
}

.svg25p {
    width: 35%;
    z-index: 3;
}

@media (min-width: 992px) {
    .lg-top-4 {
        top: 4rem;
        position: relative;
    }

    .lg-xm-4 {
        top: 2px;
        position: relative;
        left: -4rem;
    }

    .lg-xm-2 {
        top: 2px;
        position: relative;
        left: -2rem;
    }

}

/*page title */
.page-title {
    padding-top: 9rem;
    padding-bottom: 2rem;
}

.page-title h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
}

/*Pagination*/
.page-link {
    color: #0094ce;
}

/**shortcode * remove bottom css*/
ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
}

.linenums .tag {
    color: #1e347b;
}

.pln {
    color: #48484c;
}

.typ, .atn, .dec, .var {
    color: teal;
}

.pun, .opn, .clo {
    color: #93a1a1;
}

.str, .atv {
    color: #D14;
}

/*
05 - Button style
*/
.btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 12px 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    -moz-transform: trasnlateY(-5px);
    -o-transform: trasnlateY(-5px);
    -ms-transform: trasnlateY(-5px);
    -webkit-transform: trasnlateY(-5px);
    transform: trasnlateY(-5px);
}

.btn-lg {
    padding: 14px 25px;
}

.btn-dark-border {
    border: 2px solid #01426c;
    color: #01426c;
}

.btn-dark-border:hover, .btn-dark-border:focus, .btn-dark-border.focus, .btn-dark-border.active, .btn-dark-border.focus:focus, .btn-dark-border.active:focus {
    background: #0094ce;
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.35);
    color: #fff;
}

.btn-red-border {
    border: 2px solid #ce0009;
    color: #ce0500;
    background-color: transparent;
}

.btn-red-border:hover, .btn-red-border:focus, .btn-red-border.focus, .btn-red-border.active, .btn-red-border.focus:focus, .btn-red-border.active:focus {
    background: #ce0009;
    box-shadow: 0px 0px 20px rgba(239, 24, 40, 0.35);
    color: #fff;
}

.btn-skin-border {
    border: 2px solid #0094ce;
    color: #0094ce;
    background-color: transparent;
}

.btn-skin-border:hover, .btn-skin-border:focus, .btn-skin-border.focus, .btn-skin-border.active, .btn-skin-border.focus:focus, .btn-skin-border.active:focus {
    background: #0094ce;
    box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
    color: #fff;
}

.btn-white-border {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-white-border:hover, .btn-white-border:focus, .btn-white-border.focus, .btn-white-border.active, .btn-white-border.focus:focus, .btn-white-border.active:focus {
    background-color: #0094ce;
    box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
    color: #fff;
}

.btn.btn-dark {
    border: 0px;
    background-color: #333;
    color: #fff;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark.active, .btn.btn-dark.focus:focus, .btn.btn-dark.active:focus {
    background-color: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.btn.btn-skin {
    border: 0px;
    background-color: #0094ce;
    color: #fff;
}

.btn.btn-skin:hover, .btn.btn-skin:focus, .btn.btn-skin.focus, .btn.btn-skin.active, .btn.btn-skin.focus:focus, .btn.btn-skin.active:focus {
    background-color: #000;
    box-shadow: 0px 0px 20px rgba(93, 51, 251, 0.35);
    color: #fff;
}

.btn-link {
    color: #0094ce;
}

.btn-link:hover {
    color: #999;
}

.smart-forms button {
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
}

.btn.bg-facebook:hover, .btn.bg-twitter:hover {
    color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/*
06 - Top bar style
*/
.hero-social-bar {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 140px;
    z-index: 999;
    position: absolute;
}

.hero-social-bar ul {
    margin: 0px;
    padding: 0px;
}

.hero-social-bar ul li.list-inline-item {
    padding: 0px;
    margin-right: 0px;
    vertical-align: middle;
}

.hero-social-bar ul li.list-inline-item:first-child span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding-right: 80px;
}

.hero-social-bar ul li.list-inline-item:first-child span::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: -50%;
}

.hero-social-bar ul li.list-inline-item a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

.hero-social-bar ul li.list-inline-item a > i {
    display: block;
    line-height: 40px;
}

.hero-social-bar ul li.list-inline-item a:hover {
    color: #fff;
}

.hero-social-bar ul.top-socials li a {
    font-size: 16px;
    width: auto;
    padding: 0px 3px;
    text-align: center;
}

/*
07 - navigation start
*/
.navbar .nav-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-light.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 999 !important;
    width: 100% !important;
}

.is-sticky .navbar {
    position: fixed;
    left: 0;
    top: 0;
}

.navbar.navbar-light li.active > .nav-link, .navbar.navbar-light li.show > .nav-link, .navbar.navbar-light .nav-link.active, .navbar.navbar-light .nav-link:hover, .navbar.navbar-light .nav-link:focus {
    color: #0094ce;
}

.navbar.navbar-dark li.active > .nav-link, .navbar.navbar-dark li.show > .nav-link, .navbar.navbar-dark .nav-link.active, .navbar.navbar-dark .nav-link:hover, .navbar.navbar-dark .nav-link:focus {
    color: #fff;
}

/*dropdown menu*/
.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    margin-top: 10px;
    -webkit-transform: scale(0.8) translate(-10%, -10%);
    transform: scale(0.8) translate(-10%, -10%);
    -webkit-transform: scale(0.85) translateY(-10%);
    transform: scale(0.85) translateY(-10%);
    transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.1s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
    color: inherit;
    font-weight: 400;
    font-family: "Karla", sans-serif;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #0094ce;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    right: 25px;
    bottom: 100%;
    margin-right: -20px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
}

.navbar.navbar-dark {
    border-bottom: 0px;
    background-color: #0094ce;
    position: fixed;
    top: 0;
    left: 0;
}

.navbar.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar.navbar-dark .nav-link.active, .navbar.navbar-dark li.show .nav-link, .navbar.navbar-dark .nav-link:hover {
    color: #fff;
}

.navbar.navbar-light {
    background-color: #fff;
}

.navbar.navbar-light .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

.navbar.navbar-light .nav-link.active, .navbar.navbar-light li.show .nav-link, .navbar.navbar-light .nav-link:hover {
    color: #0094ce;
}

.dropdown-divider {
    border-top-color: #f5f5f5;
}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar.navbar-expand-lg .nav-item {
        height: 75px;
        margin-left: 1.25rem;
        align-items: center;
        display: flex;
    }

    .navbar.navbar-expand-lg .nav-link {
        padding: 0;
    }

    .dropdown-menu {
        margin-top: 0px;
        border: 1px solid #f5f5f5;
    }

    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item.active {
        background-color: transparent;
        color: #0094ce;
    }

    .navbar.navbar-expand-lg.navbar-transparent {
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .sticky-active.navbar.navbar-expand-lg.navbar-transparent {
        background-color: #0094ce;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        animation: fadeInDown .35s;
        -webkit-animation: fadeInDown .35s;
    }
}

/*
08 - Hero Templates Style
*/
.fullscreen-hero {
    height: 90vh;
}

.half-hero {
    height: auto;
    padding-top: 9rem;
    padding-bottom: 5rem;
}

.hero {
    position: relative;
}

.hero .hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(93, 51, 251, 0.75);
    z-index: 1;
}

.hero .hero-overlay.hero-gradient {
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
}

.hero.dark .text-large, .hero.dark p {
    color: #fff;
}

.hero .text-large {
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero .lead {
    margin-bottom: 2rem;
    opacity: 1;
}

.hero-parallax {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 4;
}

.hero-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-inner .hero-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.mouse-down {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 99;
}

.mouse-down a {
    color: #fff;
    font-size: 3rem;
}

.mouse-down a:hover {
    color: #0094ce;
}

.parallax-text h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

/*
09 - Carousel Sliders
*/
.carousel-testimonials.owl-carousel.owl-theme {
    text-align: center;
}

.carousel-testimonials.owl-carousel.owl-theme img {
    width: auto;
    max-width: 90px;
}

.carousel-testimonials.owl-carousel.owl-theme h6 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}

.carousel-testimonials.owl-carousel.owl-theme h6 small {
    opacity: .75;
    font-size: 75%;
    display: inline-block;
    margin-left: .25rem;
}

.testimonial-card p.lead {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    margin-bottom: 0px;
    padding: 3rem 2rem;
    padding-bottom: 90px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.testimonial-card img {
    position: relative;
    z-index: 7;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    padding: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0094ce;
}

/*
10 - icon-boxes
*/
.feature-icon {
    border: 1px solid rgba(93, 51, 251, 0.15);
    padding: 4rem 2rem;
}

.feature-icon p {
    margin-bottom: 0px;
    color: rgba(87, 87, 87, 0.85);
    font-size: large;
}

.feature-icon i {
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
    overflow: hidden;
    display: flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 2rem;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.feature-icon i:before {
    position: relative;
    z-index: 2;
}

.feature-icon i:hover:after {
    width: 100%;
}

.feature-icon h5 {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 24px;
    text-transform: capitalize;
}

.service-card {
    padding: 1.5rem;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-card img {
    border-radius: 5px;
}

.service-card h5 {
    padding-top: 1rem;
    text-transform: capitalize;
}

.service-card p {
    font-size: large;
    color: #828282;
}

/**
11 - Call to action sections
**/
.bg-parallax {
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
}

.bg-parallax h2, .bg-parallax p {
    color: #fff;
}

.bg-parallax .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(93, 51, 251, 0.5);
    background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
    background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
}

.bg-parallax .container {
    position: relative;
    z-index: 3;
}

.bg-parallax .image-shape-bottom {
    z-index: 3;
}

/*
12 - The team
*/
.person-col {
    position: relative;
    overflow: hidden;
}

.person-col img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    margin: 0 auto;
}

.person-col .person-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(93, 51, 251, 0.25);
    background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
    background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
    opacity: 0;
    visibility: hidden;
}

.person-col .person-overlay .person-inner {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: 0px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.person-col .person-overlay .person-inner h4 {
    margin-bottom: 0px;
    letter-spacing: 0px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.person-col .person-overlay .person-inner span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}

.person-col .person-overlay .person-inner ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    display: block;
}

.person-col .person-overlay .person-inner ul li a i {
    display: block;
}

.person-col .person-overlay .person-inner ul li a:hover {
    color: #fff;
}

.person-col:hover .person-overlay {
    opacity: 1;
    visibility: visible;
}

.person-col:hover .person-overlay .person-inner {
    margin-top: -40px;
}

/*
13 - Pricing tables
*/
.price-box {
    background: transparent;
    text-align: center;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.price-box h3 {
    margin: 0px;
    font-size: 1.25rem;
    padding: 20px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.price-box h2 {
    font-size: 5rem;
    padding: 0px 15px;
    line-height: 3rem;
    margin: 34px 0;
}

.price-box h2 sup {
    font-size: 13px;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    left: 10px;
}

.price-box ul li {
    padding: 7px 0;
}

.price-box ul li:nth-child(even) {
    background-color: rgba(93, 51, 251, 0.05);
}

.price-box.best-value {
    position: relative;
}

.price-box.best-value h3, .price-box.best-value h2 {
    color: #0094ce;
}

.price-box.best-value .best-label {
    position: absolute;
    right: -40px;
    top: 16px;
    background: #0094ce;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-footer {
    padding: 25px 15px;
}

/* 
14 - Portfolio styles
*/
.cbp-l-filters-work {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.cbp-l-filters-work .cbp-filter-item {
    background-color: #f5f5f5;
    color: inherit;
    border-radius: 5px;
    font-family: "Karla", sans-serif;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #0094ce;
}

.cbp-l-filters-work .cbp-filter-item:hover {
    color: #0094ce;
    background-color: #f5f5f5;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
    background-color: #0094ce;
    background-image: -webkit-linear-gradient(0deg, #017ab4, #0094ce);
    background-image: linear-gradient(90deg, #017AB4, #0094ce);
    cursor: default;
}

.cbp-popup-wrap {
    z-index: 9999;
}

.cbp-l-grid-work-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}

.cbp-l-grid-work-title:hover {
    color: #0094ce;
}

.cbp-l-grid-work .cbp-item-wrapper {
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #0094ce;
    border: 2px solid #0094ce;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px;
    padding: 14px 25px;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link:focus {
    color: #fff;
    background-color: #0094ce;
}

.cbp-l-project-desc-text {
    font-family: "Karla", sans-serif;
    font-size: 1.5rem;
    line-height: 2.7rem;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span, .cbp-l-project-details-list > li, .cbp-l-project-details-list > div, .cbp-l-project-related-title, .cbp-l-project-details-visit {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.cbp-l-project-details-visit {
    font-weight: 600;
    background-color: #0094ce;
}

.cbp-l-project-desc-title {
    font-weight: 400;
    text-transform: uppercase;
}

.cbp-l-grid-work-desc {
    font-family: "Karla", sans-serif;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    z-index: 99999;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(255, 255, 255, 0.2);
    /*background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));*/
    /*background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));*/
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
    pointer-events: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop:hover {
    background-color: transparent;
}

.cbp-l-project-details-visit {
    padding: 14px 25px;
}

.cbp-l-project-desc-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 300;
}

.cbp-l-project-title, .cbp-l-project-subtitle {
    font-family: "Karla", sans-serif;
}

.cbp-l-project-desc-text {
    font-family: "Karla", sans-serif;
}

/*
15 - Contact Section Style
*/
.contact-section {
    background-color: #fff;
}

/**partners**/
.partners {
    padding: 20px 0;
    background: #fff;
    text-align: center;
}

.partners img {
    display: inline-block;
    margin: 0px auto;
    height: 90px;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.partners a:hover img {
    opacity: 1;
}

.smart-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.smart-forms {
    margin: 0px;
}

.smart-forms .form-body, .smart-forms .form-footer {
    padding: 0px;
}

.smart-forms .form-footer {
    background: none;
    background-image: none;
    overflow: visible;
}

.smart-forms .form-footer .btn {
    margin-right: .5rem;
}

.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
    font-size: 20px;
    display: block;
    line-height: 42px;
    position: relative;
}

.smart-forms .input-hint {
    background-color: #fff;
}

.smart-container {
    box-shadow: none;
}

.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
    border-color: #0094ce;
}

.smart-forms .gui-input:focus ~ .field-icon i, .smart-forms .gui-textarea:focus ~ .field-icon i {
    color: #0094ce;
}

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint, .smart-forms .select-multiple select:focus, .smart-forms .gui-input:focus ~ .input-hint, .smart-forms .gui-textarea:focus ~ .input-hint, .smart-forms .file .gui-file:focus + .gui-input {
    border-color: #0094ce;
}

.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select > select:focus, .smart-forms .select-multiple select:focus {
    box-shadow: 0px 0px 3px #0094ce inset;
    border-color: #0094ce;
}

.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea, .smart-forms .prepend-icon > select {
    padding-left: 40px;
}

.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
    border-color: #f5f5f5;
    background-color: transparent;
}

.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.smart-forms .refresh-captcha {
    width: 36px;
    height: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0094ce;
    border: 0px;
    top: 2px;
    right: -18px;
}

.smart-forms .refresh-captcha > i {
    display: block;
    line-height: 0;
    position: relative;
    left: 1px;
    top: 1px;
}

.smart-forms .button {
    height: auto;
    padding: 1rem 1.5rem;
    border-radius: 4px;
}

.smart-forms .sml-120 .button {
    width: 140px;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    border: 1px solid #f5f5f5;
}

.smart-forms .sml-120 {
    padding-left: 140px;
}

.smart-forms .input-hint {
    border: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 1px;
}

.contact-wrapper .title-name {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #333;
}

.contact-wrapper p {
    margin-bottom: 0px;
}

.contact-wrapper .social-link {
    display: inline-block;
}

.contact-wrapper .social-link > i {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #0094ce;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 5px;
}

.social-link:hover > i {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

@media (min-width: 768px) {
    .contact-wrapper .col-sm-6 {
        padding: 1.5rem;
    }

    .contact-wrapper .col-sm-6:nth-child(1) {
        border-bottom: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .contact-wrapper .col-sm-6:nth-child(3) {
        border-right: 1px solid #f5f5f5;
    }

    .contact-wrapper .col-sm-6:nth-child(2) {
        border-bottom: 1px solid #f5f5f5;
    }
}

.smart-forms .gui-input, .smart-forms .gui-textarea {
    border-radius: 10px;
}

.form-control-lg {
    font-size: 1rem;
}

/*
16 - Footer styles
*/
.footer {
    display: flex;
    align-items: center;
    height: 240px;
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
    position: relative;
    font-weight: 400;
}

.footer .svg-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer span {
    color: #fff;
    display: block;
    opacity: .75;
}

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

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/*
Blog Style
*/
.post-thumb img {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post-thumb:hover img {
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/*
17 - Template Responsive Style
*/
/*******Responsive style**************/
@media (max-width: 991px) {
    .navbar-dark .navbar-toggler {
        color: #fff;
    }

    .text-intro-large {
        font-size: 2rem;
    }

    .smart-wrap {
        padding-top: 2rem;
    }

    .display-4, .text-medium {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .slider-banner .slider-table .slider-vm h1 {
        font-size: 4rem;
    }

    .navbar.navbar-expand-lg.navbar-transparent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .main-content .services-list li:nth-child(1), .main-content .services-list li:nth-child(3), .main-content .services-list li:nth-child(5), .main-content .services-list li:nth-child(1), .main-content .services-list li:nth-child(2), .main-content .services-list li:nth-child(3), .main-content .services-list li:nth-child(4) {
        border: 0px !important;
    }

    .main-content .flexslider .slides li h1 {
        font-size: 4rem;
    }

    .hero-gutter-md {
        margin-top: 50px;
    }

    .hero .text-large {
        font-size: 2.5rem;
    }

    .hero .btn {
        padding: 8px 15px;
    }

    .hero p.lead {
        font-size: 13px;
    }

    .hero-social-bar {
        bottom: auto;
        top: 15px;
    }

    .navbar-toggler {
        border: 0px;
    }

    .navbar-toggler > i {
        font-size: 2rem;
    }

    .navbar .navbar-collapse {
        max-height: 280px;
        overflow-y: scroll;
    }

    .bg-parallax.no-gutter {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .btn-lg {
        padding: 10px 20px;
    }

    .section-title h2 {
        font-size: 1.25rem;
    }

    .h2, h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-bottom: 30px;
    }

    .footer > *, .footer .text-right {
        text-align: center !important;
    }

    .contact-wrapper .title-name {
        padding-top: 1rem;
        margin-bottom: .5rem;
    }

    .bg-parallax {
        background-position: top center !important;
    }

    .feature-icon-alt {
        margin-bottom: 50px;
        background-color: #f5f5f5;
    }

    .row .col-md-6:nth-child(1) .feature-icon-alt {
        margin-top: 50px;
    }
}

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron2.jumbotron2-main {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    /*background: #01426c; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #01426c 0%,#2989d8 30%, #2989d8 63%, #0094ce 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #01426c 0%,#2989d8 30%, #2989d8 63%, #0094ce 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #01426c 0%,#2989d8 30%, #2989d8 63%, #0094ce 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    background-color: #01426c;
    background-image: -webkit-linear-gradient(0deg, #01426c, #0094ce);
    background-image: linear-gradient(90deg, #01426c, #0094ce);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1); /* IE6-9 */
}

.jumbotron2.jumbotron2-main hr {
    border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron2.jumbotron2-main a {
    color: #fff;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ticker {
    overflow: hidden;
    height: 50px;
    vertical-align: baseline;
}

.ticker h1 {
    font-size: 18px;
    margin: 0px;
    height: 50px;
    color: white;
    font-weight: lighter;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}

