
/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(./bootstrap/bootstrap.min.css);
@import url(./font/all.min.css);
@import url(./font/flaticon3.css);
@import url(./animate/animate.min.css);
@import url(./aos/aos.css);
@import url(./owl/owl.carousel.min.css);
/*@import url(slick.css);*/
@import url(./fancybox/jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #565656;
}

body {
    user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select:none;
}
.body-secondary {
  background: #FFF url(../img/backgrounds/bg-body.jpg) repeat;
  font: 13px "Source Sans Pro", Tahoma, Arial;
  color: #828282;
  margin: 0;
  padding: 0;
}
.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    margin: 0 0 1rem;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .promo-text {
        font-size: 50px;
    }
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
    margin-bottom: 0;
}

a {
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #2980b9;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}
.f-1{font-size: 12px;}
.f-2{font-size: 14px;}
.f-3{font-size: 16px;}
.f-4{font-size: 18px;}
.f-5{font-size: 20px;}
.f-6{font-size: 24px;}
.f-7{font-size: 28px;}
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.navbar-brand-regular, .navbar-brand-sticky {
    height: auto;
    width: auto;
    max-width: 240px;
}
.auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.auto-container.overit{
    z-index: 25;
}
/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.pb-6 {
    padding-bottom: 6rem!important;
}
.pb-7{
    padding-bottom: 7rem!important;
}
.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
    text-decoration: underline;
}

.color-primary {
    color: #0167da;
}

.text-primary {
    color: #3498db !important;
}

.text-secondary {
    color: #666 !important;
}

.text-corporate {
    color: #48dbfb;
}
.dark-bg {
    background-color: #131418;
}
.blue-bg {
    background-color: #2980b9;
}
.gradient-bg {
    background: linear-gradient(75deg, #2980b9 10%, #48dbfb) !important;
}
.featured-icon > span::before {
    font-size: 3rem;
    line-height: 1;
    color: #01a3a4;
    margin: 0;
}

.radius-100 {
    border-radius: 100px !important;
}

.h-100vh {
    height: 100vh;
}

.inner-pages .h-100vh {
    height: 100vh !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/*SECTION HEADING*/
.section .title-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #687076;
}
.section-bg {
    position: relative;
    padding: 240px 0px 90px;
    background: #ffffff url(../img/elements/pattern-2.png) left top repeat;
}
.section-heading {
    margin-bottom: 80px;
}

.section-heading > span {
    color: #222;
}

.section-heading > h2 {
    position: relative;
    color: #04cae7;
}
.contact-us .section-heading > h2{
    margin: 0;
    padding: 15px 0;
}
.section-heading > h2::before {
    position: absolute;
    content: '';
    height: 7px;
    width: 15px;
    background: #48dbfb;
    top: 0;
    left: -15px;    
    margin: 0 auto;
    right: 0;
    bottom: -15px;
}
.section-heading > h2::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 15px;
    background: #0abde3;
    top: 0;
    left: 15px;
    margin: 0 auto;
    right: 0;
    bottom: -15px;
}

.section-heading.heading-left > h2::after {
    left: 0;
    transform: inherit;
}
h2 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #0a3d62;
}
 h2 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #3498db;
    opacity: 0.15;
}
h2 .featured.nobg:before{
    background: none;
}
.pre-title {
    width: fit-content;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #60a3bc;
    letter-spacing: 5px;
    margin-bottom: 9px;
    position: relative;
    line-height: 25px;
}
.pre-title:before{
    background-color: #60a3bc;
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    top: 10px;
    left: -85px;
}
.pre-title:after{
    background-color: #60a3bc;
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    top: 10px;
    right: -85px;
}
.pre-title.fix-position{
    margin-left: 86px!important;
}
.homepage-5 .promo-area .section-heading > h2::after,
.contact-page .contact-area .section-heading > h2::after {
    left: 0;
    transform: inherit;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

/*BUTTONS*/
.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.prolend-primary {
    display: inline-block;
    padding: 16px 25px;
    border: 2px solid #82ccdd;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #82ccdd;
}

.btn.prolend-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #82ccdd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn.prolend-primary.style-two {
    border: 2px solid #2980b9;
    color: #fff;
    background: #2980b9;
}

.btn.prolend-primary.style-two::before {
    background: #2980b9;
}

.btn.prolend-primary.style-three {
    border: 2px solid #fff;
    color: #fff;
}

.btn.prolend-primary.style-three::before {
    background: #fff;
}

.btn.prolend-primary:hover,
.btn.prolend-primary:focus,
.btn.prolend-primary:active {
    color: #fff;
}

.btn.prolend-primary:hover::before,
.btn.prolend-primary:focus::before,
.btn.prolend-primary:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn.prolend-primary.style-three:hover,
.btn.prolend-primary.style-three:focus,
.btn.prolend-primary.style-three:active {
    color: #F74B54;
}

.btn.prolend-btn {
    color: #F74B54;
    padding: 0;
}

.btn.prolend-btn::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    border-radius: 4px;
    background-color: #F74B54;
    top: calc(100% + 3px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.btn.prolend-btn::after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900;
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
}

.btn.prolend-btn:hover,
.btn.prolend-btn:focus,
.btn.prolend-btn.active {
    box-shadow: none;
}

.btn.prolend-btn:hover::before,
.btn.prolend-btn:focus::before,
.btn.prolend-btn:active::before {
    visibility: visible;
    opacity: 1;
}

.inner.error-page .btn.prolend-btn::before,
.inner.thank-you .btn.prolend-btn::before {
    background-color: #fff;
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 10px;
}

.button-group a:last-child {
    margin-right: 0;
}

.store-buttons a {
    text-align: left;
}

.store-buttons img {
    max-width: 190px;
}

.store-buttons.store-black img {
    max-width: 170px;
    margin-bottom: 10px;
}

/*BG SHAPE*/
.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shape {
    position: relative;
}

.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #48dbfb 0%, #2980b9 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%,-28%) rotate(-35deg);
    transform: translate(35%,-28%) rotate(-35deg);
    z-index: 0;
    display: block;
}

.bg-shape-alt{
    position: absolute;
    z-index: -2;
    top: -52%;
    right: 1rem;
    width: 60%;
    height: 100%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    background: linear-gradient(-47deg, #48dbfb 0%, #2980b9 100%);
    display: block;
}

@media (max-width: 991px) {
    .bg-shape {
        height: 130%;
    }
    .sec-title h2{
        letter-spacing: 2px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .bg-shape-alt{
        top:-62%;
        right: 0;
        width: 89%;
    }
}

/*SHAPE DIVIDER*/
.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
}

.accounts.login .welcome-area .shape-bottom svg {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay::after,
.overlay-white:after,
.overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-overlay::after {
    background: linear-gradient(-47deg, #006266 0%, #0097e6 100%);
    opacity: 0.91;
    z-index: -1;
}

.overlay-white::after {
    background-color: rgba(250, 250, 250, 1);
    opacity: 0.94;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

.overlay-dark::after {
    background-color: rgba(16, 16, 45, 1);
    opacity: 0.92;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

/*BACKGROUND COLORS*/
.bg-gray {
    background-color: #fafafa;
}
.bg-inherit {
    background: inherit !important;
}
.bg-dark{
    background: #01020c;
}
.single-feature-icon {
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,.15);
}
.white-bg {
    background: #ffffff;
}
.color-secondary {
    color: #01a3a4;
}
.icon-text h5 {
    color: #01a3a4;
}
/*BACKGROUND IMAGES*/
.welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/6.jpg") no-repeat scroll center center / cover;
}

.homepage-4 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat scroll center center / cover;
}

.accounts .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat scroll center center / cover;
}

.cta-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat scroll center center / contain;
}

.video-promo {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat scroll center center / cover;
}

.download-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat fixed center center / cover;
}

.subscribe-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/map.png") no-repeat scroll center center / cover;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/backgrounds/1.jpg") no-repeat scroll center center / cover;
}

.blog .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-5.jpg") no-repeat scroll center center / cover;
}

.inner .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/inner-bg.jpg") no-repeat scroll center center / cover;
}

.preview .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-7.jpg") no-repeat fixed center center / cover;
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
.preloader-main {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.preloader-main .preloader-wapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-main .loader-section {
    position: fixed;
    top: 0;
    height: 100%;
    width: calc(50% + 1px);
    background-color: #fff;
}

.preloader-main .loader-section.section-left {
    left: 0;
}

.preloader-main .loader-section.section-right {
    right: 0;
}

.preloader-main .preloader {
    position: relative;
    display: block;
    height: 80px;
    width: 170px;
    top: -40px;
    z-index: 99;
}

.preloader-main .loaded .section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-main .loaded .section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-main .loaded .preloader {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

.preloader-main circle.dot:nth-of-type(1) {
    -webkit-animation: slide 2s ease infinite;
    animation: slide 2s ease infinite;
}

.preloader-main circle.dot:nth-of-type(2) {
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
    -webkit-animation: slide 2s ease infinite;
    animation: slide 2s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes slide {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }
}

@keyframes slide {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */

#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 45px;
    width: 40px;
    border-radius: 4px;
    background-color: rgba(35,35,35,0.65);
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#scrollUp{
    right: 36px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #0097e6;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
}

#scrollUp:hover {
    background-color: #00a8ff;
}
@keyframes white-shadow{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 151, 230, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 151, 230, 0.5);
        -webkit-transition: box-shadow .3s ease-in-out;
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-box-shadow .4s ease-in-out;
        -webkit-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    }
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    outline: none;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}


/*---------- bootstrap nav custom hover ----------*/
.dropdown-menu {
    border: 0;
    padding: 0.625rem 0;
    margin: 0;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dropdown-menu > li {
  padding: 0 0.625rem;
}

.dropdown > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown-submenu > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.dropdown-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2c2e30;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa;
}

.dropdown-divider {
  border-color: #8d98b7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/*  mainmenu caret */
.dropdown-toggle:after {
  margin-left: 4px;
  vertical-align: 1px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #d3d3d3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*  submenu cater */
.dropdown-submenu .dropdown-toggle:after {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #d3d3d3;
}

.dropdown-submenu:hover .dropdown-toggle:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    height: 800px;
    z-index: 1;
}
.welcome-area-fixed-size{
    height: 700px;
    z-index: 1;
}

@media (min-width: 992px) {
    .welcome-intro > span,
    .welcome-intro p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.welcome-area .video-icon {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.play-icon {
    font-size: 22px;
    color: #F74B54;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.welcome-area.bg-overlay::after {
    z-index: -2;
}

.welcome-area .shape-bottom {
    z-index: -1;
}

.welcome-thumb.thumb-animated > img {
    position: relative;
    -webkit-animation: bounceHero 3s infinite;
    animation: bounceHero 3s infinite;
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

/* ***********************************
:: 8.1 WELCOME AREA HOMEPAGE-2 CSS
**************************************/
.homepage-2 .welcome-area .shape-bottom svg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 992px) {
    .homepage-2 .welcome-thumb {
        max-width: 400px;
    }
}

/* ***********************************
:: 8.2 WELCOME AREA HOMEPAGE-3 CSS
**************************************/
.homepage-3 .welcome-area .subscribe-form {
    position: relative;
    display: block;
    width: 80%;
}

.homepage-3 .welcome-area .subscribe-form input {
    font-size: 14px;
    border-radius: 10px;
    text-indent: 3%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.homepage-3 .welcome-area .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ***********************************
:: 8.3 WELCOME AREA HOMEPAGE-4 CSS
**************************************/
.homepage-4 .shape-bottom svg {
    display: block;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .homepage-4 .welcome-intro h1 {
        font-size: 3.5em;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .homepage-4 .welcome-area {
        height: 600px !important;
        padding-top: 0;
    }
    .offers .items .item{
        margin-bottom: 30px;
    }
}

.homepage-4 .welcome-area .subscribe-form {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.homepage-4 .welcome-area .subscribe-form input {
    font-size: 14px;
    border-radius: 10px;
    text-indent: 3%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.homepage-4 .welcome-area .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ***********************************
:: 8.4 WELCOME AREA HOMEPAGE-6 CSS
**************************************/
@media (min-width: 992px) {
    .homepage-6 .welcome-intro h1 {
        font-size: 4.5em;
        line-height: 1.2;
    }
}

/* ******************************
:: 9.0 PROMO VIDEO AREA CSS
****************************** */
.promo-video-area {
    height: 500px;
}

.video-promo {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
}

@media (max-width: 575px) {
    .promo-video-area {
        height: 350px;
    }
}

/* ******************************
:: 10.0 FEATURES AREA CSS
****************************** */
.promo-slider-wrapper {
    padding: 67px 23px 90px 26px;
    background-size: 100%;
    max-width: 290px;
    margin: 0 auto;
}

.promo-area .image-box {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.promo-area .image-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.promo-area .image-box li {
    list-style: disc;
    margin-left: 1rem;
}
.product-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.promo-area .image-box .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-left: 0;
}
.promo-area .image-box .list-group-item:last-child{
    border-bottom: none !important;
}
.product-features-text h2.promo-text span{
    font-weight: 700;
    color: #2980b9;
}

/* ******************************
:: 11.0 SERVICE AREA CSS
****************************** */
.service-list.style-two > li {
    list-style: disc;
    margin-left: 1rem;
}

/* ******************************
:: 12.0 DISCOVER AREA CSS
****************************** */
.list-box .icon {
    color: #764fe0;
}

@media (max-width: 575px) {
    .discover-thumb {
        max-width: 300px;
    }
}

/* ******************************
:: 13.0 PRODUCTS AREA CSS
****************************** */
.product-thumb {
    max-width: 150px;
}

.product-card {
    position: relative;
    border: 0;
    border-bottom: 4px solid #2980b9;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.noborder {
    border: none !important;
}

.product-features li {
    color: #7e8085;
}

.product-order {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,.59);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.product-card:hover .product-order {
    visibility: visible;
    opacity: 1;
}

.products-area .owl-nav {
    position: absolute;
    display: flex;
    left: 50%;
    top: -15%;
    transform: translateX(-50%);
}

.products-area .owl-carousel button {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #2980b9 !important;
    color: #fff !important;
    border-radius: 4px;
    outline: none;
    margin: 5px;
    box-shadow: 0 1px 5px #2980b9;
}
.product-card.border{
    border: 2px dashed #e0e0e0 !important;
}
.product-card.noshadow{
    box-shadow: none !important;
}
.blog-content{
    position: relative;
}
.blog-title a {
    color: #0abde3;
}
.blog-content .blog-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #48dbfb;
    width: 15px;
    height: 7px;
}
.blog-content .blog-title:after{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #0abde3;
    width: 15px;
    height: 7px;
}
@media (max-width: 991px) {
    .products-area .owl-nav {
        top: -10%;
    }
    body .process .items:before {
        content: none;
    }
    body .single-blog{
        height: 280px;
    }
}

@media (max-width: 575px) {
    .products-area .owl-carousel button {
        display: none;
    }
}

/* ******************************
:: 14.0 COMPARISON AREA CSS
****************************** */
.comparison-area .product-thumb > img {
    max-width: 120px;
}

.comparison-area .product-body>h3 {
    font-size: 18px;
}

.comparison-area .product-body h6 {
    color: #7e8085;
}

/* ******************************
:: 15.0 REVIEWS AREA CSS
****************************** */
.review-area .owl-nav {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.review-area .owl-carousel button {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #F74B54 !important;
    color: #fff !important;
    border-radius: 4px;
    outline: none;
    margin: 5px;
    box-shadow: 0 1px 5px rgba(247,75,84,1);
}

@media (max-width: 991px) {
    .review-area .owl-nav {
        bottom: -30px;
    }
}

/* ******************************
:: 16.0 DOWNLOAD AREA CSS
****************************** */
.download-area {
    overflow: hidden;
}

.download-thumb-lg {
    position: absolute;
    top: 5%;
    right: 15%;
}

/* ******************************
:: 17.0 FAQ AREA CSS
****************************** */
.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #222;
    text-align: left;
}

.card-header .btn.collapsed {
    color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 1.25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
    content: '\f107';
}

.card-header .btn.collapsed::after {
    content: '\f105';
}

.faq-area.style-two .card-header .btn::after {
    display: none;
}

.faq-area.style-two .card-header .btn {
    cursor: inherit;
}

/* ******************************
:: 17.0 SUBSCRIBE AREA CSS
****************************** */
.form-control {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 27px 15px;
    border-radius: 0;
    background-clip:border-box;
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input {
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    text-align: center;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    text-align: center;
}

.subscribe-form .form-group input::placeholder {
    text-align: center;
}

.subscribe-form button {
    height: 60px;
    border-radius: 8px;
    background: #3c6382 !important;
}

/* ******************************
:: 18.0 BLOG AREA CSS
****************************** */
.product-features-area .sec-title {
    margin-bottom: 30px;
}
.r-bordered {
    border-right: 1px dashed #60a3bc;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 0.9em;
    color: #3c6382;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 4px;
    z-index: 2;
}
.sec-title h2 .dot {
    color: #82ccdd;
    padding-left: 7px;
}
.blog-area {
    z-index: 1;
}

.single-blog {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 225px;
    position: relative;
}

.blog-thumb img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.blog-content > p {
    line-height: 1.8;
    color: #2c3e50;
    font-weight: 200;
    text-align: justify;
}

.blog-btn {
    position: relative;
    display: inline-block;
}

.blog-btn::after {
    position: absolute;
    content: '\f101';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-btn:hover::after,
.blog-btn:focus::after {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}

.single-blog:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

/* ******************************
:: 19.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
    height: 450px;
    z-index: 1;
}

.breadcrumb-content > h3 {
    font-size: 38px;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.blog .breadcrumb-item > a,
.blog .breadcrumb-item,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
    color: #fff;
}

/* ******************************
:: 20.0 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .single-blog {
    margin-bottom: 45px;
}

.pagination > li > a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* **********************************
:: 21.0 BLOG PAGE DETAILS AREA CSS
*************************************/
/*Single Widget*/
.single-widget {
    margin-bottom: 35px;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.widget-content {
    position: relative;
}

/*Search Widget*/
.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #444;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Catagory Widget*/
.widget .single-accordion {
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget .single-accordion h5 a {
    color: #444;
    border-bottom: 1px solid #eee;
}

.widget-items li a {
    position: relative;
    border-bottom: 1px solid #eee;
}

.widget-items li a.active {
    color: #F74B54;
}

.widget-items li a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.widget-items li a:hover,
.widget-items li a:focus,
.widget-items li a.active {
    background-color: #f7f7f7;
}

.widget-items li a:hover::before,
.widget-items li a:focus::before,
.widget-items li a.active::before {
    width: 2px;
    background-color: #F74B54;
}

.widget-items li a span {
    line-height: 1.4;
}

/*Post Widget*/
.post-thumb img {
    border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
    font-size: 13px;
    line-height: 1;
}

.post-content h6 {
    font-weight: 400;
    line-height: 20px;
}

/*Tags Widget*/
.tags-widget .single-accordion {
    border: none;
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

/*Blog Details*/
.prolend-blog .meta-info {
    border-bottom: 1px solid #eee;
}

.meta-info > ul > li {
    position: relative;
}

.meta-info > ul > li::after {
    position: absolute;
    content: '';
    height: 30%;
    width: 2px;
    background-color: #777;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.meta-info > ul > li:last-child::after {
    display: none;
}

.prolend-blog .blog-share a {
    padding: 0 10px;
}

.blog-share .social-icons > a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.blog-share .social-icons > a.facebook:hover {
    background-color: #3b5999 !important;
    color: #fff;
}

.blog-share .social-icons > a.twitter:hover {
    background-color: #55acee !important;
    color: #fff;
}

.blog-share .social-icons > a.google-plus:hover {
    background-color: #dd4b39 !important;
    color: #fff;
}

.blog-share .social-icons svg {
    line-height: 35px;
}

.blog-share .social-icons > a:hover svg:first-child {
    margin-top: -35px;
}

.prolend-blog .blog-details .blog-title > a {
    font-size: 24px;
}

.blockquote {
    background-color: #f7f7f7;
    position: relative;
}

.blockquote::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.blog-comments {
    margin-top: 20px;
}

.admin {
    border-top: 1px solid #e5e5e5;
}

.admin-thumb img,
.comments-thumb img {
    border: 1px solid #eee;
}

.comments,
.blog-contact {
    margin-left: 200px;
}

.single-comments {
    border: 1px solid #eee;
    margin-bottom: 1rem;
}

.single-comments:last-of-type {
    margin-bottom: 0;
}

.comments-content > h5 > a:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #F74B54;
}

.contact-box.comment-box {
    text-align: left;
}

.contact-box.comment-box .form-group input {
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 150px;
}

.recent-blog-area {
    padding-top: 80px;
}

/* ******************************
:: 22.0 CONTACT AREA CSS
****************************** */
.contact-us .social-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background-color: #F74B54;
    color: #fff;
    border-radius: 4px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    background-color: #fdfcfb;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 180px;
    padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box button {
    height: 60px;
    border-radius: 8px;
    background: #F74B54 !important;
}

/*Map Area*/
.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}

@media (max-width: 575px) {
    .map-area {
        height: 450px;
    }
}

.homepage-5 .contact-top > h3 {
    font-size: 2em;
}
.homepage-5 .contact-top h5 {
    line-height: 1.4;
}

.contact-bottom > span {
    font-size: 13px;
}
.contact-bottom > span a {
    text-decoration: underline;
    color: #222;
}

/* ******************************
:: 23.0 FOOTER AREA CSS
****************************** */
.footer-area,
.footer-area a,
.footer-area h3,
.footer-area p,
.footer-area span {
    color: rgba(255,255,255,0.8);
}

.footer-area a:hover {
    color: rgba(255,255,255,1);
}

.footer-area .social-icons > a {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.footer-area .social-icons > a:hover svg:first-child {
    margin-top: -40px;
}

.footer-area .subscribe-form {
    position: relative;
    display: block;
    width: 95%;
}

.footer-area .subscribe-form input {
    font-size: 14px;
    text-indent: 3%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.footer-area .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 15px;
    padding: 1.2rem 1.3rem;
}

.copyright-area {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* ******************************
:: 24.0 ERROR AREA CSS
****************************** */
.error-area h1 {
    font-size: 18vmax;
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.19);
    letter-spacing: -15px;
}

@media (max-width: 991px) {
    .error-area h1 {
        letter-spacing: -10px;
    }
}

@media (max-width: 767px) {
    .error-area h1 {
        font-size: 8em !important;
        letter-spacing: -5px;
    }
}

@media (max-width: 575px) {
    .error-area h1 {
        font-size: 7em !important;
    }
}

/* ******************************
:: 25.0 COMING SOON AREA CSS
****************************** */
.countdown {
    text-transform: uppercase;
    color: #fff;
}

.countdown > div {
    display: inline-block;
}

.countdown > div > span {
    display: block;
    text-align: center;
}

.countdown-container {
    margin: 0 10px;
    padding: 1rem;
}

.countdown-content span {
    font-size: 1.5em;
}

.countdown-container .countdown-heading {
    font-size: 16px !important;
    font-weight: 600;
    margin: 10px;
}

.countdown-container .countdown-value {
    font-size: 50px;
    font-weight: 600;
    padding: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4)
}

@media (max-width: 767px) {
    .countdown-container {
        margin: 0 6px;
        padding: 0.5rem;
    }
}

@media (max-width: 575px) {
    .countdown-container {
        margin: 0 2px;
        padding: 0;
    }
    .countdown-container .countdown-value {
        font-size: 40px;
    }
}

/* ******************************
:: 26.0 PREVIEW AREA CSS
****************************** */
.preview .welcome-area {
    height: 500px !important;
    padding-top: 0;
}

.preview .welcome-intro h2 {
    line-height: 1.2;
}

.single-preview >a > img {
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    border-radius: 8px;
    transition: all 0.3s ease 0s;
}

.single-preview h3 {
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease 0s;
}

.single-preview:hover > a > img {
    transform: translateY(-10px);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}

.preview .footer-area,
.preview .footer-area a,
.preview .footer-area h3,
.preview .footer-area p,
.preview .footer-area span {
    color: inherit;
}

@media (min-width: 992px) {
    .preview .welcome-intro p {
        font-size: 15px;
        line-height: 28px;
    }
}

/***

====================================================================
27.	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #2c3e50 url(../img/elements/pattern-2.png) center
      top repeat;
    color: #ffffff;
  }
  
  .services-section .sec-title {
    margin-bottom: 30px;
  }
  
  .services-section .sec-title h2 {
    color: #535c68;
  }
  
  .services-section .sec-title .lower-text {
    color: #999b9f;
  }
  
  .services-section .row {
    counter-reset: slides-num;
  }
  
  .services-section .row .service-block {
    counter-increment: slides-num;
  }
  
  .services-section .row .service-block .inner-box:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.17;
  }
  
  .service-block {
    position: relative;
    margin-bottom: 30px;
  }
  
  .service-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: #1c1e22;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .service-block .inner-box:hover {
    background: #3498db;
  }
  
  .service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: #535c68;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .service-block .inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
  }
  
  .service-block .inner-box .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    margin-bottom: 40px;
  }
  
  .service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: #3498db;
    font-size: 64px!important;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .service-block .inner-box:hover .icon-box {
    color: #535c68;
  }
  
  .service-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
  }
  
  .service-block .inner-box h6 a {
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
  }
  
  .services-section .row .service-block .inner-box:hover:before,
  .service-block .inner-box:hover .count,
  .service-block .inner-box:hover h6,
  .service-block .inner-box:hover h6 a {
    color: #535c68;
  }
  
  .service-block .inner-box h6 a:hover {
    text-decoration: none;
  }
  .intro {
    margin-bottom: 50px;
}
.process h2 {
    margin: 1.5rem 0;
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50;
}
.process h4 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #3c6382;
}
.process .item p{
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.process .items {
    position: relative;
    cursor: crosshair;
}

.process .items:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 21px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #82ccdd;
}

.process .step {
    position: relative;
    width: 45px;
    height: 45px;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 45px;
    color: #2980b9;
}

.process .step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #daeced;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.process .step span {
    position: relative;
}

.process .items .item:hover .step span {
    color: #fff;
}
.process .items .item:hover .step:before {
    background-color:#2980b9;
}
.container.full {
    max-width: 100%;
}
  /***
  /*=========================================
            15. FOOTER CSS
============================================*/

.background-img-2{
    position: relative;
    display: block;
    width: 100%;
}
.background-img-2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-top{
    padding: 5.625rem 0;
}
@media (min-width: 320px) and (max-width: 991px){
    .footer-top{
        padding: 3.125rem 0;
    }
}
.page-footer {
    background: #fff;
    padding: 50px 0 20px;
}
.social-list-wrap ul li span{
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}
.footer-nav-wrap ul li strong{
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}
.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    opacity: 0.8;
}
.get-in-touch-list li span {
    font-size: 18px;
}
.support-list li span{
    font-size: 20px;
    line-height: 25px;
}
.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover{
    opacity: 1;
    text-decoration: none;
}

.copyright-text{
    font-size: 14px;
    color: #747d8c;
}
.social-list li span{
    padding: 6px;
}
.social-list li a, .copyright-text a{
    color: #747d8c;
    opacity: 0.78;
    font-size: 10px;
}

.contacts a:not(.btn) {
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #3498db;
}

.contacts li {
    margin: 0;
}

.contacts i, .contacts span {
    width: 35px;
    height: 35px;
    background: #2980b9;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}
/*=========================================
            13. CONTACT FORM CSS
============================================*/
.sign-up-form-wrap{
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.list-creative>li+li {
    border-top: 1px dashed #ebebeb;
}
.list-creative>li {
    padding: 15px 0;
}

@media (min-width: 320px) and (max-width: 992px){
    .list-creative>li {
        padding: 10px 0;
    }
}
.list-terms-medium {
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 2px;
}
.list-terms-medium dt {
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
}
.list-creative .address::before {
    background: #0abde3;
}
.list-creative .phone::before {
    background: #0abde3;
}
.list-creative .email::before {
    background: #0abde3;
}
.list-terms-medium a,.list-terms-medium p, .list-terms-medium a:active, .list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}
.list-terms-medium a:hover {
    color: #0abde3;
}
.products-section .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.products-section .author-box .author-info {
	position: relative;
	padding-left: 180px;
	min-height: 160px;
	max-width: 490px;
	margin-right: 15px;
}

.products-section .author-box .author-thumb {
	position: absolute;
	left: 0;
    top: 0;
    width: 160px;
    height: 160px;
}

.products-section .author-box h2 {
	font-size: 30px;
	color: #0abde3;
	font-weight: 700;
	margin-bottom: 10px;
}

.products-section .author-box .designation {
	color: #576574;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.products-section .author-box .text {
	color: #c5c5c5;
}

.products-section .author-box .signature {
	position: relative;
	margin: 20px 0;
}

.products-section .border-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oh {
    overflow: hidden;
}
/***

====================================================================
15.	We DO Section
====================================================================

***/

 .rtl {
    direction: rtl;
 }
 .we-do-section {
    position: relative;
    padding: 100px 0px 90px;
    background: #f8f9fa!important;
    overflow: hidden;
  }
  .we-do-section:after{
    background: #82ccdd none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -17%;
    top:  0;
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    width: 68%;
  }
  
  .we-do-section .sec-title {
    margin-bottom: 40px;
  }
  
  .we-do-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 175px;
  }
  
  .we-do-section .featured-block .image {
    position: absolute;
    left: 0;
    top: -70px;
    width: 90%;
  }
  .we-do-section .left-col .inner .percentage-bar .percentage .inner .total {
    position: relative;
    color: #4b6584;
    font-size: 25px;
    font-weight: 600;
  }
  .we-do-section .left-col .inner .percentage-bar .percentage .inner .percent-text{
    position: relative;
    color: #00000a;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: capitalize;
  }
  .we-do-section .left-col .inner .percentage-bar .percentage .inner .total .arrow{
      position: relative;
      color: #60a3bc;
      font-size: 26px;
      line-height: 1em;
  }
  .we-do-section .featured-block .image img {
    display: block;
    width: 100%;
   /* -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;*/
  }
  
  .we-do-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  
  .we-do-section .left-col {
    position: relative;
    margin-bottom: 30px;
  }
  
  .we-do-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 0px;
  }
  .we-do-section .left-col .inner .sec-title {
      position: relative;
  }
  .we-do-section .right-col {
    position: relative;
    margin-bottom: 30px;
  }
  
  .we-do-section .right-col .inner {
    position: relative;
    display: block;
  }
  
  .we-do-section .progress-box {
    position: relative;
    display: block;
    width: 100%;
  }
  
  .we-do-section .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .we-do-section .left-col .inner .text {
    position: relative;
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.8em;
    margin-bottom: 35px;
    color: rgba(0,0,0,0.65);
  }
  .accordion-box {
    position: relative;
  }
  
  .accordion-box .block {
    position: relative;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
  }
  
  .accordion-box .block.active-block {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
  }
  
  .accordion-box .block:last-child {
    margin-bottom: 0;
  }
  
  .accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color:#82ccdd;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: linear-gradient(to right bottom, #0a3d62, #60a3bc);
  }
  
  .accordion-box .block .acc-btn .count {
    color: #82ccdd;
    padding-right: 3px;
  }
  
  .accordion-box .block .acc-btn .count:after{
      position: absolute;
      top: 5px;
      left: 10px;
      height: 10px;
      width: 1px;
      background: #48dbfb;
  }

  .accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #0abde3;
    line-height: 30px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn.active {
    background-color: #ffffff;
  }
  
  .accordion-box .block .acc-btn.active:before {
    color: #0abde3;
    content: "\f067";
  }
  
  .accordion-box .block .acc-content {
    position: relative;
    display: none;
  }
  
  .accordion-box .block .content {
    position: relative;
    padding: 15px 20px 25px;
  }
  
  .accordion-box .block .acc-content.current {
    display: block;
  }
  
  .accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
  }
  /*---------------------------
** Feature Area Start
---------------------------*/
.feature-circle-inner {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color:rgba(0, 168, 255,1.0);
    border-radius: 50%;
    position: relative;
  }
  .feature-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    background:rgba(0, 168, 255,1.0);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -9;
  }
  .feature-circle-inner i {
    font-size: 12px;
    font-weight: 900;
    color: #0250c5;
  }
.feature, .gallery {
    padding: 50px 0px 125px;
    position: relative;
  }
  .feature .section-title {
    margin-bottom: 47px;
  }
  .feature .left-feature .feature-box .icon {
    margin-left: 20px;
  }
  .feature .left-feature .feature-box .details {
    text-align: right;
  }
  .feature .right-feature .center-feature {
    text-align: center;
    justify-content: center;
  }
  .feature .right-feature .feature-box .icon {
    margin-right: 20px;
  }
  .feature .right-feature .feature-box .details {
    text-align: left;
  }
  .feature .right-feature .feature-box .details h4, .feature .left-feature .feature-box .details h4{
      margin-bottom: 0!important;
  }
  .feature .feature-box {
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    transition: all 0.3s ease-in;
    position: relative;    
  }
  .feature .feature-box.extra-features{
    box-shadow: 0px 3px 22px 0px rgba(40,44,71,0.12);
    border-radius: 20px;
    padding: 15px 10px;
  }
  
  .feature .feature-box .icon-area {
    display: flex;
  }
  .feature .feature-box .icon-area .icon {
    align-self: center;
  }
  .feature .feature-box .icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    text-align: center;
    line-height: 70px;
    font-size: 55px;
    border-radius: 50%;
    position: relative;
  }
  .feature .feature-box .icon i {
    background-image: linear-gradient(55deg, #00a8ff 0%, #718093 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 70px;
    font-size: 55px;
  }
  .feature .feature-box .details {
    flex: 1;
  }
  .feature .feature-box .details .title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #242424;
    margin: 26px 0px 19px;
  }
  .feature .feature-box .details .text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .feature .feature-box .feature-circle {
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: 95;
  }
  .feature .feature-box:hover .feature-circle {
    opacity: 1;
  }
  .feature .feature-box1 .feature-circle {
    position: absolute;
    right: -90px;
    top: 170px;
  }
  .feature .feature-box2 .feature-circle {
    position: absolute;
    right: -90px;
    top: 80px;
  }
  .feature .feature-box3 .feature-circle {
    position: absolute;
    right: -90px;
    top: -5px;
  }
  .feature .feature-box4 .feature-circle {
    position: absolute;
    left: -120px;
    right: auto;
    top: 110px;
  }
  .feature .feature-box5 .feature-circle {
    position: absolute;
    left: -100px;
    top: 80px;
  }
  .feature .feature-box6 .feature-circle {
    position: absolute;
    left: -130px;
    top: 50px;
  }
  /*-----------------------------
** Hero Area Start
------------------------------*/

.discount-circle-inner {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #60a3bc;
    border-radius: 50%;
    position: relative;
  }
  .discount-circle-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px dashed #fff;
    animation: shapeani2 12s linear infinite;
  }
  .discount-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: rgba(64, 115, 158,0.15);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
  }
  
.hero-area {
    position: relative;
}
  .hero-area .bgimg {
    position: absolute;
    bottom: 0%;
    width: auto;
  }
  .hero-area .left-content .content .title {
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    font-weight: 700;
  }
  .hero-area .left-content .content .subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #ffff;
    margin-top: 26px;
  }
  .hero-area .left-content .content .links {
    margin-top: 42px;
    padding-right: 15px;
  }
  .hero-area .left-content .content .links a {
    margin-left: 0px;
  }
  .hero-area .right-img {
    text-align: center;
    position: relative;
    margin: auto 0;
  }
  .hero-area .right-img .discount-circle {
    position: absolute;
    left: 80px;
    top: 150px;
    z-index: 96;
  }
  .hero-area .right-img .discount-circle .discount-circle-inner {
    text-align: center;
  }
  .hero-area .right-img .discount-circle .discount-circle-inner .price {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .hero-area .right-img .discount-circle .discount-circle-inner .price span {
    display: block;
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .hero-area .right-img .img {
    position: absolute;
    top: 15px;
    left: 100px;
    max-width: 90%;
    width: auto;
    height: 300px;
    max-height: 300px;
    animation: shapeani3 5s linear infinite;
  }
  .gray-light-bg {
      background: #57606f;
  }
  .product-name h2 {
    text-align: center;
    position: absolute;
    top: -20px;
    left: 20%;
    color: rgba(96, 163, 188,1.0);
    font: 32px "Source Sans Pro", Tahoma, Arial;
  }
  @keyframes shapeani2 {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0;
    }
  }
  
/*================================================
14 - CONTACT AREA CSS
==================================================*/

.pelum-contact-area {
	padding: 100px 0;
	background-image: url(../img/shape-2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-form form p {
	margin-top: 30px;
}

.contact-form form input {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 15px;
	border: 1px solid rgba(69, 114, 231, 0.19) !important;
	background-color: rgba(117, 155, 254, 0.11) !important;
	color: #000 !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-form form textarea {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 15px;
	border: 1px solid rgba(69, 114, 231, 0.19) !important;
	background-color: rgba(117, 155, 254, 0.11) !important;
	height: 160px;
	color: #000 !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-form form input:focus,
.contact-form form textarea:focus {
	border: 1px solid #4777f4 !important;
	outline: medium none !important;
	box-shadow: 0 0 0;
}

.contact-form .row:first-child p {
	margin-top: 0;
}

.contact-form form button {
	border: medium none;
	border-radius: 40px;
	margin-top: 0;
	cursor: pointer;
}

.single-contact-info {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 20px 20px 30px;
	border-radius: 10px;
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #60a3bc none repeat scroll 0 0;
	color: #fff
}

.single-contact-info:before {
	position: absolute;
	content: '';
	top: 30%;
	left: -90px;
	width: 540px;
	height: 540px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(0) rotate(10deg);
	transform: translateY(0) rotate(10deg);
}

.contact-info-icon {
	width: 60px;
    height: 60px;
    min-width: 60px;
	line-height: 60px;
	margin-right: 10px;
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	border-radius: 10px;
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg);
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 26px;
	color: #82ccdd;
}

.single-contact-info:first-child {
	margin-top: 0;
}

.contact-info-icon i {
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg);
}

.contact-info-icon:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	-webkit-transform: rotate(-41deg);
	transform: rotate(-41deg);
	left: 0;
	top: 0;
	z-index: -1;
}

.contact-info-text {
    padding-left: 15px;
    width: 100%;
}

.contact-info-text h3 {
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 7px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-info-text p {
	color: #fff;
}
.contact-info{
    margin-bottom: 20px;
}
.tx-20{
    font-size: 20px!important;
}
.tx-18{
    font-size: 18px!important;
}
.tx-gray-500 {
    color: #8392a5;
}
.ui-list>li {
    margin-bottom: 8px;
    list-style: none;
}
.ui-list > li::before {
    content: "•";
    display: inline-block;
    margin-right: 12px;
    font-weight: 700;
}
.no-border{
    border: none !important;
}
.feature-box-3 {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 15px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.feature-box-3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(10, 189, 227, 0.28);
    font-size: 55px;
    background-image: linear-gradient(to bottom, rgba(10, 189, 227, .18), transparent);
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(58,209, 229, 0.25);
}
.feature-box-3 h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #718093;
}
.feature-box-3 i.cono:before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
/*--------------------------------------------------------------
19. Contact Page
--------------------------------------------------------------*/
.col-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.col-20 [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
.contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 50px;
  }
  .contact-info-wrap {
    margin-bottom: -12px;
}
  .infobox-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .infobox-contact-info i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #82ccdd;
    margin-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #82ccdd;
  }
  
  .infobox-contact-info:hover i {
    border-color: #2980b9;
    color: #2980b9;
    -webkit-animation: pulse 0.6s ease-in-out 0s 1 both;
    animation: pulse 0.6s ease-in-out 0s 1 both;
  }
  
  .infobox-contact-info .infobox-info-details {
    min-height: 50px;
  }
  
  .infobox-info-details h3 {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .infobox-info-details span,
  .infobox-info-details a {
    color: #7f8c8d;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
  }
  
  .infobox-info-details a:hover {
    color: #3498db;
  }
  
  .contact-form {
    margin-bottom: 30px;
  }
  
  .contact-form>.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .contact-form>.row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
  input,
select,
textarea {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  padding: 9px 15px;
  border: 1px solid #eaeaea;
  outline: none;
  height: 40px;
  border-radius: 4px;
}

textarea {
  height: 90px;
}

input[type="submit"] {
  width: auto;
  background-color:#2980b9;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 31px;
}

input[type="submit"]:hover {
  background-color: #101010;
}

input:focus,
textarea:focus {
  border-color: #2980b9;
}

input[type="submit"]:focus {
  border: none;
}
.t-btn {
    display: inline-block;
    background-color: #2980b9;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0.9em 2.5em;
    line-height: 19px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }
  /*Google Map*/
  /*Map*/
  #nw-map {
    height: 500px;
  }
  /* ------------------------------------
    15. How We Work Part CSS
---------------------------------------*/
  .process-work .single-point {
    position: relative;
  }
  .process-work .single-point .work-icon {
    display: inline-block;
    border: 1px dashed #01a0f9;
    border-radius: 50%;
    position: relative;
  }
  .process-work .single-point .work-icon i:before {
    height: 210px;
    width: 210px;
    background: linear-gradient(-41deg, #48dbfb, #3c6382);
    border-radius: 50%;
    line-height: 225px;
    font-size: 125px;
    color: #ffffff;
    display: inline-block;
    margin: 25px;
    transition: all 0.7s ease 0s;
  }
  .process-work .single-point .work-title {
    margin: 20px 0 50px;
    height: 140px;
    max-height: 140px;
  }
  .process-work .single-point .work-title .title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .process-work .single-point .work-title .title span {
    color: #666666;
  }
  .process-work .single-point .round-shape {
    position: relative;
    height: 40px;
    width: 40px;
    border: 1px dashed #01a0f9;
    border-radius: 50%;
    margin: 0 auto;
  }
  .process-work .single-point .round-shape:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: linear-gradient(-41deg, #48dbfb, #3c6382);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 
  .process-work .single-point:after {
    content: '';
    position: absolute;
    width: 70%;
    border: 1px dashed #82ccdd;
    left: 60%;
    bottom: 20px;
  }
  .process-work .language-work {
    padding: 20px 60px;
    border-radius: 5px;
    position: relative;
  }
  .process-work .language-work .work-icon {
    position: relative;
  }
  .process-work .language-work .work-icon i:before {
    font-size: 50px;
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, #6669e6, #12b4c8);
    transition: all 0.7s ease 0s;
  }
  .process-work .language-work .work-title {
    position: relative;
  }
  .process-work .language-work .work-title .title {
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
  }
  .process-work .language-work .work-title .title span {
    font-size: 13px;
    display: block;
    margin: 5px 0 0;
    text-transform: capitalize;
    color: #666666;
    transition: all 0.5s ease 0s;
  }
  .process-work .language-work.long-work {
    padding: 55px 60px;
  }
  .process-work .language-work.long-work .work-icon i:before {
    font-size: 120px;
  }
  .process-work .language-work.long-work .work-title .title {
    font-size: 20px;
  }
  .process-work .language-work.style3:before {
    background: linear-gradient(-150deg, #12b4c8, #6669e6);
  }
  .process-work .language-work:before {
    content: "";
    position: absolute;
    background: linear-gradient(-41deg, #09c778, #01a0f9);
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
    transition: all 0.7s ease 0s;
  }
  .process-work .language-work:hover:before {
    opacity: 1;
  }
  .process-work .language-work:hover .work-icon i:before {
    color: #ffffff;
  }
  .process-work .language-work:hover .work-title .title {
    color: #ffffff !important;
  }
  .process-work .language-work:hover .work-title .title span {
    color: #ffffff;
  }
  .no-display:before, .no-display:after{
    display: none !important;
  }
  @media only screen and (max-width: 991px){
    .process-work .single-point:before, .process-work .single-point:after, .process-work .single-point .round-shape{
        display: none;
    }
    .we-do-section:after{
        display: none;
    }
    .we-do-section .featured-block {
        padding-left: 0px;
        margin-bottom: 85px;
    }
    .we-do-section .left-col .inner {
        padding-right: 0px;
    }
    .we-do-section .featured-block .image{
        left: 60px;
        top: 0px;
        width: 70%;
        max-width: 70%;
        z-index: 25;
    }
    .we-do-section .left-col .inner .text{
        color: #487eb0!important;
    }
    .we-do-section .left-col .inner .percentage-bar .percentage .inner .total .arrow{
        display: none;
    }
    .we-do-section .left-col .inner .percentage-bar .percentage .inner .total {
        font-size: 20px;
    }
    .we-do-section .left-col .inner .percentage-bar .percentage .inner .percent-text {
        font-size: 12px;
    }
    .we-do-section .right-col .inner {
        padding-top: 45px;
    }
  }
  .listying{
      padding-top: 10px;
  }
  .listying li {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
  }
  .listying li i{
    margin-right: 10px;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    background: linear-gradient(-47deg, transparent 0%, #60a3bc 100%);
    border-radius: 50%;
    padding: 6px 10px;
  }
  .listying li.alternate {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    border-radius: 6px;
    background: rgba(130,204,221,.25);
    padding: 2px 10px;
}
/** industries-style-two **/

.industries-style-two{
    position: relative;
    padding-bottom: 130px;
  }
  
  .industries-style-two .sec-title .top-title:before, 
  .industries-style-two .sec-title .top-title:after{
    background: #e2d7d0;
  }
  
  .industries-style-two .sec-title .top-title:after{
    border-left: 2px solid #f0e6e0;
    border-bottom: 2px solid #f0e6e0;
  }
  
  .industries-style-two .tab-btn-one{
    margin-bottom: 0px;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 24px 30px 26px 95px;
    cursor: pointer;
    border-right: 1px solid #eae0d9;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li:before{
    position: absolute;
    content: '';
    background: #eae0d9;
    width: 1px;
    height: 30px;
    top: 25px;
    right: 65px;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li:last-child{
    border-right: none;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li .icon-box{
    position: absolute;
    left: 30px;
    top: 19px;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li i{
    position: absolute;
    top: 27px;
    right: 30px;
    font-size: 20px;
    color: #b4a4a4;
    transition: all 500ms ease;
  }
  
  .industries-style-two .tab-btn-one .tab-buttons li.active-btn i{
    transform: rotate(180deg);
  }
  
  .industries-style-two .tabs-content-2{
    position: relative;
    display: block;
    margin-right: 30px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .image-box{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(70,43,52,0.0), rgba(70,43,52,1) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box {
    position: absolute;
    left: 0px;
    bottom: 32px;
    padding: 0px 40px;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box .text span {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box .link {
    position: absolute;
    bottom: 2px;
    right: 40px;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #462b34;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  
  .industries-style-two .tabs-content-2 .inner-box .content-box .link a:hover{
    color: #fff;
  }
  
  .industries-style-two .tab-btn-two li{
    position: relative;
    display: block;
    padding: 9px 0px 27px 70px;
    cursor: pointer;
    margin-bottom: 14px;
    min-height: 50px;
    transition: all 500ms ease;
  }
  
  .industries-style-two .tab-btn-two li:before{
    position: absolute;
    content: '';
    background: #eae0d9;
    width: 50px;
    height: 1px;
    left: 70px;
    bottom: 0px;
    transition: all 500ms ease;
  }
  
  .industries-style-two .tab-btn-two li.active-btn-2:before,
  .industries-style-two .tab-btn-two li:hover:before{
    width: calc(100% - 70px);
  }
  
  .industries-style-two .tab-btn-two li:last-child{
    margin-bottom: 0px;
  }
  
  .industries-style-two .tab-btn-two li .icon-box{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  .industries-style-two .tab-btn-two li h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #462b34;
    font-weight: 700;
    transition: all 500ms ease;
 }
  
  
 @media only screen and (max-width: 991px){
    .industries-style-two .tab-btn-one .tab-buttons li {
        width: 100%;
        border-right: none;
    }
    .industries-style-two .tab-btn-one .tab-buttons li h3{
        font-size: 18px;
    }
    .industries-style-two{
        padding-bottom: 80px;
    }
 }
 .hide, .hidden {
     display: none;
 }
 .feature-content-bg {
     position: relative;
 }
 .feature .trapeze-bg{
     position: absolute;
     top: 0px;
     left: -17%;
     width: 68%;
     height: 100%;
     background: #e9eced;
     -webkit-transform: skewX(-7deg);
     -moz-transform: skewX(-7deg);
     -ms-transform: skewX(-7deg);
     -o-transform: skewX(-7deg);
     transform: skewX(-7deg);
 }/*
 .feature.feature-content-bg::before, .feature.feature-content-bg::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    content: '';
    background-color: #2d98da;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
 }
 
 .feature.feature-content-bg::after {
    width: 520px;
    height: 520px;
    opacity: 0.15;
}*/
/*.feature.feature-content-bg::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 650px;
    width: 650px;
    border-radius: 50%;
    background-color: #45aaf2;
    z-index: 1;
    -webkit-transform: translate(-150px, -8%);
    transform: translate(-150px, -8%);
    opacity: .09;
 }*/
@media (max-width: 1599px){
    .feature.feature-content-bg::after{
        height: 390px;
        width: 390px;
    }
    .feature.feature-content-bg::before{
        height: 250px;
        width: 250px;
    }
}
@media (max-width: 991px){
    .feature.feature-content-bg::after{
        height: 350px;
        width: 350px;
    }
    .feature.feature-content-bg::before{
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 767px){
    .feature.feature-content-bg::after{
        height: 220px;
        width: 220px;
    }
    .feature.feature-content-bg::before{
        height: 130px;
        width: 130px;
    }
}
 .section-small-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #888;
}
.feature-all-wrap h1 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'Source Sans Pro', sans-serif;
}
.feature-wrap {
    margin: 0 0 30px;
    padding: 0 0 0 60px;
    position: relative;
    text-align: left;
    z-index: 2;
}
.feature-icon {
    left: 0;
    position: absolute;
    top: 0;
}
.feature-icon i {
    background-color: #3c6382;
    border: 2px solid #60a3bc;
    border-radius: 50%;
    color: #82ccdd;
    font-size: 28px;
    height: 50px;
    line-height: 46px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
    box-shadow: inset 0px 2px rgba(0,0,0,0.23);
    -webkit-box-shadow: inset 0px 2px rgba(0,0,0,0.23);    
}
.feature-wrap:hover i {
    background-color: #82ccdd;
    border-color: #82ccdd;
    color: #fff;
}
.feature-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.feature-details p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.feature .img-slider-container img {
    /*padding-top: 5%;*/
}
.carousel-indicators li {
  background-color: #48dbfb !important;
}

.full-width.promo-box {
    padding: 60px 0;
}
.promo-box.dark-bg {
    background: #0a3d62;
}
.full-width {
    position: relative;
    width: 100%;
}
.promo-info {
    padding-right: 200px;
}
.full-width.promo-box .promo-btn {
    right: 0;
}
.promo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -28px;
}
.promo-btn a{
    border-radius: 0px;
}
.promo-info span {
    display: block;
    margin-top: 10px;
    color: #7e7e7e;
}
.promo-box h1, .promo-box h2, .promo-box h3, .promo-box h4, .promo-box h5, .promo-box h6 {
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
}
.light-txt {
    color: #fff !important;
}
.light-txt, .light-txt p {
    color: #fff !important;
}
.full-width.promo-box .promo-btn {
    right: 0;
}
.promo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -28px;
}
.promo-btn a.btn, .promo-box a.btn, .promo-btn button.btn, .promo-box button.btn {
   border-radius: 0;
}
.promo-btn a.btn {
    margin-right: 0;
}
.btn-light-solid.btn-transparent {
    color: #fff;
    background: #82ccdd;

}
.promo-info h3 span {
    display: inline;
    margin-top: 0;
}
.promo-info h3 span.colored {
    color: #e58e26;
}
.feature .action-buttons, .owl-nav {
    position: absolute;
    top: 50px;
    right: 50px;
}
.feature .action-buttons a.btn {
    padding: 9px 15px;
}
@media screen and (max-width:767px){
    .promo-info {
        padding-right: 0;
    }
    .promo-btn {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
}
/*======= Banner =======*/
.banner-section {
    position: relative;
    overflow: hidden;
  }
  
  .banner-section .single-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    padding: 225px 0;
  }
  
  @media (max-width: 991px) {
    .banner-section .single-banner {
      padding: 200px 0;
      font-size: 18px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-section .single-banner {
      padding: 150px 0;
    }
  }
  
  @media (max-width: 399px) {
    .banner-section .single-banner {
      padding: 130px 0;
    }
  }
  
  .banner-section .single-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #14212b;
    opacity: 0.65;
    z-index: -2;
  }
  
  .banner-section .single-banner .banner-content h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.1;
  }
  
  @media (max-width: 1199px) {
    .banner-section .single-banner .banner-content h1 {
      font-size: 60px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section .single-banner .banner-content h1 {
      font-size: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .single-banner .banner-content h1 {
      font-size: 42px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-section .single-banner .banner-content h1 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 399px) {
    .banner-section .single-banner .banner-content h1 {
      font-size: 28px;
    }
  }
  .banner-section .banner-slider .logo-container{
    position: absolute;
    top: 50px;
    left: 180px;
    display: inline-block;
    width: 250px;
    height: 80px;
    z-index: 5;
  }
  .banner-section .single-banner .banner-content .promo-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 12px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
  }
  
  .banner-section .single-banner .banner-content .promo-text::before {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    content: '';
    background-color: #fff;
    height: 20px;
    width: 20px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  
  @media (max-width: 991px) {
    .banner-section .single-banner .banner-content .promo-text {
      font-size: 16px;
      letter-spacing: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .single-banner .banner-content .promo-text {
      font-size: 15px;
      letter-spacing: 8px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-section .single-banner .banner-content .promo-text {
      font-size: 14px;
      letter-spacing: 4px;
      padding-left: 30px;
    }
  }
  
  @media (max-width: 399px) {
    .banner-section .single-banner .banner-content .promo-text {
      letter-spacing: 2px;
    }
  }
  
  .banner-section .single-banner .banner-content .btn-wrap {
    margin-top: 40px;
  }
  
  .banner-section .single-banner .banner-content .btn-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  
  @media (max-width: 575px) {
    .banner-section .single-banner .banner-content .btn-wrap li {
      margin-right: 5px;
    }
  }
  
  .banner-section .single-banner .banner-content p {
    margin-top: 35px;
  }
  
  .banner-section .single-banner .banner-shapes > div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff4a17;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
  }
  
  .banner-section .single-banner .banner-shapes .one {
    width: 345px;
    height: 425px;
    opacity: 0.57;
  }
  
  @media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .one {
      width: 185px;
      height: 265px;
    }
  }
  
  @media (max-width: 1199px) {
    .banner-section .single-banner .banner-shapes .one {
      width: 165px;
      height: 245px;
    }
  }
  
  .banner-section .single-banner .banner-shapes .two {
    width: 520px;
    height: 650px;
    opacity: 0.37;
  }
  
  @media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .two {
      width: 320px;
      height: 450px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section .single-banner .banner-shapes .two {
      width: 270px;
      height: 390px;
    }
  }
  
  @media (max-width: 399px) {
    .banner-section .single-banner .banner-shapes .two {
      display: none;
    }
  }
  
  .banner-section .single-banner .banner-shapes .three {
    width: 745px;
    height: 835px;
    opacity: 0.25;
  }
  
  @media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .three {
      width: 450px;
      height: 615px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section .single-banner .banner-shapes .three {
      width: 365px;
      height: 540px;
    }
  }
  
  @media (max-width: 399px) {
    .banner-section .single-banner .banner-shapes .three {
      display: none;
    }
  }
  
  .banner-section .single-banner .banner-shapes .four {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    height: 285px;
    width: 270px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    opacity: 0.65;
  }
  
  @media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .four {
      height: 230px;
      width: 220px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-section .single-banner .banner-shapes .four {
      height: 130px;
      width: 155px;
    }
  }
  
  .banner-section .search-wrap {
    position: absolute;
    right: 45px;
    z-index: 2;
    bottom: -35px;
  }
  
  @media (max-width: 575px) {
    .banner-section .search-wrap {
      right: 20px;
      bottom: -25px;
    }
  }
  
  .banner-section .search-wrap .search-icon {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #14212b;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
  }
  
  @media (max-width: 575px) {
    .banner-section .search-wrap .search-icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
  
  .banner-section .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 70px;
    background-color: transparent;
    color: #fff;
    font-size: 50px;
    opacity: 0.3;
    line-height: 1;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
  }
  
  @media (max-width: 1199px) {
    .banner-section .slick-arrow {
      font-size: 40px;
      left: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .slick-arrow {
      font-size: 35px;
      left: 15px;
    }
  }
  
  .banner-section .slick-arrow.next-arrow {
    left: auto;
    right: 70px;
  }
  
  @media (max-width: 1199px) {
    .banner-section .slick-arrow.next-arrow {
      right: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .slick-arrow.next-arrow {
      right: 15px;
    }
  }
  
  .banner-section .slick-arrow:hover {
    opacity: 1;
  }
  
  .banner-section.banner-section-two .single-banner {
    padding-bottom: 220px;
    padding-top: 365px;
  }
  
  @media (max-width: 767px) {
    .banner-section.banner-section-two .single-banner {
      padding-top: 220px;
      padding-bottom: 150px;
    }
  }
  
  .banner-section.banner-section-two .single-banner::before {
    background: radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
    background: -webkit-radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
    opacity: 1;
  }
  
  .banner-section.banner-section-two .single-banner::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/lines/09.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  
  @media (max-width: 575px) {
    .banner-section.banner-section-two .single-banner::after {
      background-size: 300px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section.banner-section-two .single-banner p br {
      display: none;
    }
  }
  
  .banner-section.banner-section-two .slick-arrow {
    visibility: visible;
  }
  
  .banner-section.banner-section-three .single-banner {
    padding-top: 230px;
    padding-bottom: 200px;
    background-color: #f1f2f6;
    color: #616161;
  }
  .main.gray{
      background: #f1f2f6;
  }
  .rounded-colored-title {
    color: #fff;
    padding: 8px 35px;
    border-radius: 6px;
    background: #d6b161;
    display: inline-block;
  }
  
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner {
      padding-top: 190px;
    }
    .banner-section.banner-section-three .single-banner {
        padding-bottom: 220px;
    }
    .banner-section .banner-slider .logo-container {
      left: 95px;
    }
  }
  
  .banner-section.banner-section-three .single-banner::before {
    display: none;
  }
  
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    color: #14212b;
  }
  
  @media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
      font-size: 66px;
    }
  }
  
  @media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
      font-size: 55px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
      font-size: 42px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li {
      margin-right: 5px;
    }
  }
  
  @media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
      padding: 0 45px;
    }
  }
  
  @media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
      padding: 0 30px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
      padding: 0 20px;
      font-size: 14px;
    }
  }
  
  .banner-section.banner-section-three .single-banner .banner-content .promo-text {
    color: #60a3bc;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    padding-left: 60px;
    display: block;
  }
  @media (min-width: 1600px){
      .container-1600 {
          max-width: 1600px;
      }
  }
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .promo-text {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }
  
  .banner-section.banner-section-three .single-banner .banner-content .promo-text::before {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    width: 40px;
    height: 3px;
    background-color: #3c6382;
  }
  
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background-color: #45aaf2;
    -webkit-clip-path: none;
            clip-path: none;
    z-index: -1;
    height: 925px;
    width: 965px;
    border-radius: 50%;
    opacity: 0.08;
  }
  
  .banner-slider .single-banner .banner-img img {
      width: 450px;
  }
  @media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
      width: 900px;
      height: 900px;
    }
  }
  
  @media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
      height: 750px;
      width: 750px;
    }
  }
  
  
  @media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
      height: 500px;
      width: 500px;
    }
  }
  
  .banner-section.banner-section-three .single-banner .banner-shapes .one {
    top: -147px;
    right: -34px;
  }
  
  .banner-section.banner-section-three .single-banner .banner-shapes .two {
    top: -134px;
    right: -174px;
  }
  
  .banner-section.banner-section-three .single-banner .banner-shapes .three {
    top: -185px;
    right: -335px;
  }
  
  
  @media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
      height: 650px;
      width: 650px;
    }
    .banner-section.banner-section-three .single-banner .banner-shapes .one {
        top: -57px;
    }
    .banner-section.banner-section-three .single-banner .banner-shapes .two {
        top: -44px;
    }
    .banner-section.banner-section-three .single-banner .banner-shapes .three {
        top: -95px;
    }
  }
  .banner-section.banner-section-three .single-banner .banner-line {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
  }
  
  @media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-line {
      max-width: 220px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-line {
      left: auto;
      right: 0;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-line img {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
    }
  }
  .badge.badge-pill {
    border-radius: 12px;
}
.btn-soft-primary, .badge-soft-primary, .bg-soft-primary {
  background-color: rgba(10, 189, 227,0.1) !important;
  border: 1px solid rgba(10, 189, 227,0.1) !important;
}
.badge {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge-soft-primary {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #3498db !important;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.fea {
  stroke-width: 1.8;
}
.btn-primary, .btn-soft-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 3px 5px 0 rgba(72, 219, 251,0.3);
}
.btn-gallery {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
  color: rgba(46, 134, 222,1.0) !important;
}
.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.carousel-control-prev, .carousel-control-next {
  display: inline-block;
    background: rgba(10, 189, 227,0.45) !important;
    border-radius: 100%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0);
    color: rgba(10, 189, 227,1.0) !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    font-size: 12px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
  outline: none;
  color: #fff !important;
  background: linear-gradient(to right top, rgba(46, 134, 222,1), rgba(84, 160, 255,1), rgba(10, 189, 227,1), rgba(72, 219, 251,1), rgba(72, 219, 251,1)) !important;
}
/**************  5.1 Start Home Demo1 ***********/
.start_home{
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat; 
  color: #ffffff;
}
.start_home.demo1 {
  margin-bottom: 80px;
  height: 700px;
}
.start_home.demo1:before, .start_home.demo2:before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, rgba(72, 219, 251,0.90) 0%,rgba(52, 172, 224,0.90) 51%,rgba(96, 163, 188,0.90) 100%);
  background-size: 200% auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shape-bottom img.bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  /*transform: rotateX(-1);*/
}
.start-home-content {
  height: 700px;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}
.start-home-content h1 {
  text-transform: capitalize;
  font-size: 40px;
  color: #fff;
}
.start-home-content p {
  color: #fff;
  font-size: 16px;
}
.apple-button {
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 30px;
}
.app-button a {
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 8px 15px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.apple-button .slider-button-icon {
  padding: 0px 20px 6px 3px;
  float: left;
}
.apple-button .slider-button-icon i {
  font-size: 32px;
  line-height: 36px;
}
.slider-button-title {
  text-transform: uppercase;
}
.left-side-content p {
  max-width: 575px;
}
.slider-button-title p {
  margin: 0px;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
}
.slider-button-title h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
}
.google-button {
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 30px;
}
.google-button .slider-button-icon {
  padding: 0px 15px 6px 3px;
  float: left;
}
.google-button .slider-button-icon i {
  font-size: 26px;
  line-height: 38px;
}
.app-button a:hover {
  background: #fff;
  border: 2px solid transparent;
  color: #34ace0;
}
.app-button a:hover p, .app-button a:hover h3{
  color: #34ace0; 
}
.start-home-img img{
  animation: floating2 7s infinite;
  -webkit-animation: floating2 7s infinite; 
}
.start_home.demo1 .start-home-img img{
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 99;
}
.circls-features {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.circls-features > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: 1;
}
.circls-features .circle-1{
  transform: translate(-50%, -50%) scale(0.67);
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -webkit-transform: translate(-50%, -50%) scale(0.67);
}
.circls-features .circle-2{
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
}
.circls-features .circle-3{
  transform: translate(-50%, -50%) scale(1.63);
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  -webkit-transform: translate(-50%, -50%) scale(1.63);
}
.circls-features .circle-4{
  transform: translate(-50%, -50%) scale(2.1);
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  -webkit-transform: translate(-50%, -50%) scale(2.1);
}
.projects-wrapper {
  position: relative;
}
.projects-wrapper .gallery-block {
  padding: 0;
  float: left;
  margin-bottom: 0;  
}
.inline-block {
  display: inline-block !important;
}
/* Gallery Block */

.gallery-block{
	position:relative;
	z-index:1;
}

.gallery-block .inner-box{
	position:relative;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
	opacity: 0;
    display: block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100%;
	height:0%;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(10, 189, 227,0.45);
}

.gallery-block .inner-box:hover .image .overlay-box:before{
	opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-block .inner-box .image .overlay-box:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(10, 189, 227,0.45);
}

.gallery-block .inner-box:hover .image .overlay-box:after{
	opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-block .inner-box:hover .image .overlay-box{
	opacity: 1;
}

.gallery-block .inner-box .image .overlay-box .plus{
	position:relative;
	display:inline-block;
	z-index:1;
	color:#ffffff;
	font-size:40px;
	text-align:center;
	line-height:34px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.gallery-block .inner-box .image .overlay-box .plus:hover{
	color:#ffffff;	
}

.gallery-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
	height: 100%;
	display: table;
	z-index:1;
	padding: 10px 10px;
	vertical-align: middle;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .overlay-inner{
	opacity:1;
	top:0;	
	transition-delay:500ms;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .overlay-content{
    position: relative;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
}
.text-blue {
  color: #34ace0 !important;
}
.bordered-blue {
  border-color: #34ace0 !important;
}
.videoContainer {
  position: relative;
  background: rgba(0,0,0,.85);
}
.closeVideo {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 100;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,.35);
  cursor: pointer;
  font-weight: lighter;
}
.postVideo {
  display: block;
  width: 100%;
  height: 400px;
  background: #000;
}