/*
Theme Name: Ready, Set, Block!
Theme URI: https://konex-marketing.de/
Description: Team Visionary PSD TO Wordpress Theme
Version: 1.0
Author: Konex-Marketing
Author URI: https://konex-marketing.de/
*/


/*----------------------------------------*/


/*  Fonts
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

/*
Light 300
Regular 400
Medium 500
Semi Bold 600
Bold 700
Extra Bold 800
Black 900
*/


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #a8a8a8;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 22px;
    font-weight: 400;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-60 {
    margin-top: 60px;
}

.mg-top-70 {
    margin-top: 70px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-top-90 {
    margin-top: 90px;
}


.mg-bot-20 {
    margin-bottom: 20px;
}


.mg-bot-40 {
    margin-bottom: 40px;
}


.mg-bot-60 {
    margin-bottom: 60px!important;
}


/*same height*/

.flex-row.row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row.row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}


/*same height*/

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0 0 25px;
    color: #a8a8a8;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #00b8ea;
}

a:hover {
    color: #252525;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    text-decoration: none;
}

 :focus {
    outline: none;
}


/*--------------------------------*/


/*  Menu Area
/*--------------------------------*/


/*loader*/

#loader-wrapper {
    position: fixed;
    z-index: 12;
    display: flex;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
}

.loadimg1 {
    z-index: 99999;
    position: absolute;
}


/* circle */

.spinner {
    margin: 10px;
    animation: rotate 2s linear infinite;
    width: 190px;
    height: 190px;
}

.spinner-dot {
    stroke-width: 0;
    animation: skew 0s linear infinite alternate;
}

.spinner-border {
    fill: transparent;
    stroke-width: 2;
    width: 100%;
    height: 100%;
}

.path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes skew {
    from {
        transform: skewX(10deg)
    }
    to {
        transform: skewX(40deg)
    }
}


/* ======= GLOBAL ======= */

 ::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00b8ea;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: #00b8ea;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.container-big {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1250px;
}

@media (min-width: 768px) {
    .container-big {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .container-big {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .container-big {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    .container-big {
        width: 350px;
    }
}


/* Header Default */

.header-area .current_page_item a {
    border-bottom: 3px solid #00b8ea;
}

.navbar-right {
    margin-right: 0px;
}

.header-bg {
    background: #00b8ea!important;
    position: static;
}

.header-bg .logo .navbar-brand {
    height: 65px;
}

.header-area.default-header {
    background-color: transparent;
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 0px solid #cccccc;
}

.default-header .main-menu ul.navbar-nav li.active a,
.default-header .main-menu ul.navbar-nav li a:hover,
.default-header .main-menu ul.navbar-nav li.active a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
}

.default-header .menu-toggle {
    display: none;
}

.default-header .menu-toggle+.navbar-collapse {
    margin-right: 0px;
}

.header-area.default-header.stick {
    background-color: #00b8ea;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0px;
}

.header-area.default-header .logo-normal {
    display: block;
}

.header-area.default-header .logo-sticky {
    display: none;
}

.header-area.default-header.stick .logo-normal {
    display: none;
}

.header-area.default-header.stick .logo-sticky {
    display: block;
}

.header-area.default-header.stick .main-menu ul.navbar-nav li a {
    color: #fff;
}

.header-area.default-header.stick .main-menu ul.navbar-nav li a {
    /*color: #252525;*/
}

.header-area.default-header.stick .main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    position: relative;
}

.header-area.default-header.stick .main-menu ul.nav>li>a:hover {
    color: #333;
    border-bottom: 3px solid #333;
}


/* Header Styles 2 */

.header-area {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.logo .navbar-brand {
    float: none;
    font-size: 18px;
    height: 100px;
    /* width: 70px; */
    line-height: 20px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    /*background: #ff9900;*/
}

.cntr {
    margin: 0 auto
}

.header-area.default-header.stick .logo .navbar-brand {
    /* float: left; */
    font-size: 18px;
    height: 70px;
    /* width: 70px; */
    line-height: 20px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    /*  background: #ff9900;*/
}

.navbar-brand>img {
    height: auto;
    padding-top: 40px;
    width: 70px;
}

.header-bg .main-menu ul.navbar-nav li {
    margin-top: 35px;
}

.main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0px 70px 0px 0px;
    margin-top: 45px;
}

.main-menu ul.navbar-nav li:last-child {
    padding: 0px 15px 0px 0px;
}

.header-area.default-header.stick .main-menu ul.navbar-nav li {
    margin-top: 16px;
}

.header-area.default-header.stick .navbar-brand>img {
    height: auto;
    padding-top: 0px;
    width: 45px;
}

.header-area.default-header.stick .main-menu ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 400;
}

.main-menu ul.navbar-nav li a {
    /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}

.main-menu ul.navbar-nav li.active a {
    /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
    color: #333;
    position: relative;
    z-index: 9999999;
}

.act-menu {
    color: #00b8ea!important;
}

.main-menu ul.navbar-nav li a:hover {
    color: #333;
    border-bottom: 3px solid #333;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
    width: 30px;
    height: 2px;
}

.menu-toggle {
    position: absolute;
    right: 0px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-btn1 {
    background-color: transparent;
    border: 0 none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.menu-btn1 .icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    width: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu-btn1.active .icon-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.menu-btn1.active .icon-bar:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn1.active .icon-bar:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn1 .icon-bar:last-child {
    margin-bottom: 0;
}

.menu-toggle+.navbar-collapse {
    margin-right: 43px;
}

.btn-nav-menu {
    background: #00b8ea;
    border: 1px solid #00b8ea;
    padding: 8px 25px!important;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.btn-nav-menu:hover {
    background: transparent;
    border: 1px solid #00b8ea;
}

.header-area.stick .btn-nav-menu {
    padding: 5px 25px!important;
}

.icon-header .navbar-collapse,
.icon-header .navbar-collapse .main-menu ul.navbar-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.icon-header.active .navbar-collapse,
.icon-header.active .navbar-collapse .main-menu ul.navbar-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.round-menu {
    background: #000000;
    border-radius: 50px;
    border: 1px solid #00b8ea;
    padding: 7px 25px!important;
    color: #fff!important;
    box-shadow: 1px 1px 10px #00b8ea;
    /*float: right;*/
}

.round-menu:hover {
    background: #00b8ea!important;
}

.round-menu a:hover {
    color: #00b8ea!important;
}

.round-menu a {
    color: #fff!important;
}

.icon {
    margin-left: 10px
}

.icon i {
    font-size: 25px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse {
    border-top: 0px solid transparent;
}


/*--------------------------------*/


/* 2.2. Stick menu
/*--------------------------------*/

.stick .main-menu ul.nav>li>a:hover {
    color: #00b8ea;
}

.stick .main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f1f1f1;
    position: relative;
}

.stick .menu-toggle {
    position: absolute;
    right: 0px;
    top: 35%!important;
    transform: translateY(-50%);
}

.stick .logo {
    height: 20px;
}

.stick .logo a {
    margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
    line-height: 22px;
    /*padding: 8px 0px;*/
    font-weight: 400;
}

.stick .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    height: 2px;
}

.stick .navbar-default .navbar-toggle {
    padding: 10px 0px;
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu ul.navbar-nav li {
        padding: 0 7px;
    }
    .main-menu ul.navbar-nav li a {
        font-size: 10px;
    }
    .header-area.default-header.stick .main-menu ul.navbar-nav li a {
        font-size: 10px;
    }
    .menu-toggle {
        top: 27%;
    }
}


/* small mobile :320px. */

@media (max-width: 1200px) {
    .main-menu ul.navbar-nav li {
        padding: 0px 30px 0px 0px;
    }
}

@media (max-width: 768px) {
    .logo .navbar-brand {
        height: auto;
        padding-top: 5px;
        /*confuced*/
        z-index: 9999;
        position: absolute;
    }
    .navbar-brand>img {
        height: auto;
        padding-top: 0px;
        width: 55px;
    }
    .container {
        width: 300px
    }
    .logo a {
        padding: 0;
    }
    .header-area.default-header {
        height: 70px;
    }
    .default-header .menu-toggle {
        display: block;
        /*top: 38px;*/
    }
    .menu-btn1 .icon-bar {
        background-color: #fff;
    }
    .menu-toggle+.navbar-collapse {
        margin-right: 0;
        margin-top: 70px;
    }
    .stick .menu-toggle+.navbar-collapse {
        margin-top: 50px;
    }
    .header-area.stick.active .menu-toggle {
        top: 30%;
    }
    .header-area.active .collapse.navbar-collapse {
        display: block;
        background: #000;
        position: absolute;
        width: 100%;
        margin-top: 59px;
    }
    .header-area.stick .collapse.navbar-collapse {
        margin-top: 50px;
    }
    .main-menu ul.navbar-nav li,
    .stick .main-menu ul.navbar-nav li {
        display: block;
    }
    .main-menu ul.navbar-nav li a,
    .stick .main-menu ul.navbar-nav li a {
        padding: 10px 2px;
    }
    .header-area.active .menu-toggle {
        top: 50%;
    }
    .main-menu ul.navbar-nav li,
    .header-area.default-header.stick .main-menu ul.navbar-nav li {
        padding: 0px 19px;
        margin-top: 10px;
        border-bottom: 1px solid transparent;
        text-align: center;
    }
    .main-menu ul.navbar-nav li:last-child,
    .header-area.default-header.stick .main-menu ul.navbar-nav li:last-child {
        border-bottom: 0px solid #373b4a;
        padding: 0px 19px;
    }
    .main-menu ul.navbar-nav li a,
    .header-area.default-header.stick .main-menu ul.navbar-nav li a {
        font-size: 16px;
        font-weight: 400;
    }
    .nav.navbar-nav.navbar-right {
        background-color: #00b8ea;
        padding: 0;
        margin-top: 10px;
        margin: 0;
        position: absolute;
        z-index: 99999;
        width: 100%;
        padding-bottom: 20px;
    }
    .stick .nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
    .btn-nav-menu {
        text-align: center;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .container-big {
        width: 480px;
    }
    .menu-toggle {
        /*top: 34%;*/
    }
}

.section-inner {
    margin: 150px 0 220px;
}


/*title*/

.title {
    margin-bottom: 45px;
}

.title h1 {
    font-size: 16px;
    color: #a8a8a8;
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
}

.small-black h1 {
    color: #221d2b;
}

.title strong {
    color: #00b8ea;
    font-weight: 700;
    font-size: 48px;
    display: block;
    margin-top: 10px
}

.title-black strong {
    color: #000;
}

.title-white strong {
    color: #fff;
}


/* banner home */

.banner::after,
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
}

.banner>* {
    z-index: 100;
}

.banner {
    position: relative;
    height: 100vh;
    background-size: cover!important;
    display: flex;
    background-position: center center!important;
    align-items: center;
    background-attachment: fixed;
}

.banner .content {
    text-align: center;
}

.banner .content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.banner .content h1 span {
    font-weight: 500;
    color: #00b8ea;
}

.banner .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 45px;
    text-transform: uppercase;
}

.banner .content .buttons {
    margin-top: 75px;
}

.banner .content .buttons a {
    background: transparent;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 80px;
    border-radius: 50px;
    margin-right: 50px;
    color: #fff;
}

.banner .content .buttons a:hover {
    background: #00b8ea;
    border: 3px solid #00b8ea;
}


/* banner Inner */

.banner-inner::after,
.banner-inner::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
}

.banner-inner>* {
    z-index: 100;
}

.banner-inner {
    position: relative;
    padding: 200px 0px 80px;
    background-size: cover;
    /*display: flex;*/
    background-position: center center;
    /*    overflow: hidden;*/
    /*margin-top: 69px;*/
    /*align-items: center;*/
}

.banner-inner .inner-title {}

.banner-inner .inner-title h1 {
    font-size: 43px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 45px;
}

.banner-inner .inner-title h1 span {
    font-weight: 500;
    color: #00b8ea;
}


/* home about */

.home-about {
    padding: 50px 0 20px;
    position: relative;
}

.home-about .ha-img {
    margin-left: -40px;
}

.home-about p {
    text-align: justify;
}

.home-about .about-bot {
    position: relative;
}

.home-about .about-bot img {
    position: absolute;
    top: -5px;
    z-index: 1;
}


/* home portoflio */

.home-portfolio {
    padding-top: 40px;
    padding: 50px 0;
    position: relative;
    padding-bottom: 150px;
}

.home-portfolio-white-bg {
    background: #fff;
}

.home-portfolio .flipster {
    height: auto;
    overflow-x: unset;
}

.home-portfolio ul li .detail {
    display: none;
    text-align: center;
}
.flipster__item img{
    max-width: 536px;
    height: 336px;
    object-fit: cover;
    object-position: center;
}

.home-portfolio .flipster__item--current .detail {
    display: block;
}

.home-portfolio ul li .detail h3 {
    font-size: 36px;
    font-weight: 700;
    color: #00b8ea;
    width: 100%;
}

.home-portfolio ul li p {
    display: none;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.home-portfolio .flipster__item--current p {
    display: block;
    position: absolute;
    margin-top: 30px;
}

.home-portfolio ul li h6 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: none;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-portfolio .flipster__item--current h6 {
    display: block;
    position: absolute;
    margin-top: 50px;
}

.home-portfolio ul li .detail h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.home-portfolio ul li .detail h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 80px;
}

.home-portfolio .btn {
    width: 40px;
    height: 40px;
    background-color: #00b8ea;
    /* Rotate div */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.home-portfolio .btn:hover i {
    filter: brightness(0) invert(1);
}

.home-portfolio .btn .rot {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.home-portfolio .flipster__button {
    opacity: 1!important;
    top: 68%!important;
}


/* mobile */

.home-portfolio .pimgmob {
    position: relative;
}

.home-portfolio .detail-mob h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00b8ea;
    width: 100%;
}

.home-portfolio .detail-mob h4 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.home-portfolio .detail-mob h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.home-portfolio .detail-mob-p p {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
}

.home-portfolio .detail-mob-p h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
    text-align: center;
}

.pimgmob .owl-prev,
.pimgmob .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    background: #00b8ea;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    width: 30px;
    height: 30px;
    background-color: #00b8ea;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.pimgmob .owl-prev {
    left: 10%;
}

.pimgmob .owl-next {
    right: 10%;
}

.pimgmob .owl-prev i,
.pimgmob .owl-next i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 auto;
}


/* promotion marketplace */

.mplace-promo::after,
.mplace-promo::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00b8ea;
    opacity: .6;
}

.mplace-promo>* {
    z-index: 100;
}

.mplace-promo {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.mplace-promo .img-art {
    position: absolute;
    top: -140px;
    z-index: 9;
    margin-left: -70px;
}

.mplace-promo .row {
    display: flex;
    align-items: center;
}

.mplace-promo .content-inner {
    text-align: left;
    z-index: 1;
    position: relative;
}

.mplace-promo .content-inner p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.mplace-promo .content-inner a {
    font-size: 21px;
    font-weight: 700;
    background: transparent;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 70px;
    border-radius: 50px;
    color: #fff;
    float: right;
}

.mplace-promo .content-inner a:hover {
    color: #00b8ea;
    background: #fff;
}


/* home testimonial */

.home-testimonial {
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}

.home-testimonial .testi-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}

.testi-item {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 40px 50px;
    width: 90%;
    margin: 0 auto;
}

.testi-item .author img {
    width: 100px;
    height: 100px;
    object-position: center;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 20px;
}

.testi-item .t-det p {
    font-size: 14px;
    color: #939393;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 23px;
    text-align: justify;
}

.testi-item .t-det h5 {
    color: #00b8ea;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.testi-item .owl-prev,
.testi-item .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d1d1d1;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-size: 50px;
}

.testi-item .owl-prev:hover,
.testi-item .owl-next:hover {
    color: #00b8ea;
}

.testi-item .owl-prev {
    left: 0;
}

.testi-item .owl-next {
    right: 0%;
}


/* home build store */

.home-build-store {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 70px 0 120px;
}

.home-build-store {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 70px 0 120px;
}

.home-build-store .flight {
    position: absolute;
    right: 3%;
    bottom: -75px;
    width: 435px;
}

.home-build-store .store-items {
    position: relative;
}

.home-build-store .store-items .button-store {
    position: relative;
    margin: 0 auto;
    bottom: 7px;
    text-align: center;
}

.home-build-store .store-items .button-store a {
    background: #00b8ea;
    border: 3px solid #00b8ea;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
}

.home-build-store .store-items .button-store a:hover {
    background: #fff;
    border: 3px solid #00b8ea;
    color: #00b8ea;
}

.home-build-store .store-items .s-item {
    padding: 0;
}

.home-build-store .store-items .s-item img {
    height: 239px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}


/* portfolio page */

.portfolio-page {
    position: relative;
}

.portfolio-page .desc p {
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
}

.portfolio-page .p-wrap {
    border-bottom: 1px solid #e4e4e4;
    padding: 60px 0;
}

.flipster__button {
	z-index: 998;
}

.pf-items {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: -1px 6px 15px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 6px 15px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 6px 15px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.pf-items .pf-thumb img {
    border-radius: 10px 10px 0 0;
    height: 215px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pf-items .pf-details {
    padding: 20px 20px 40px
}

.pf-items .pf-details span {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.pf-items .pf-details span img {
    margin-right: 10px;
}

.pf-items .pf-details .desc {
    margin-top: 15px
}

.pf-items .pf-details .desc p {
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    text-align: justify;
}


/* page marketplae */

.mplace-page {
    position: relative;
}

.mplace-page .side-bg {
    position: absolute;
    left: 0;
    width: 200px;
}

.mplace-filters {
    padding: 0px 0 40px;
    text-align: center;
}

.mplace-filters ul {
    list-style-type: none;
}

.mplace-filters ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #00b8ea;
    cursor: pointer;
    padding: 12px 28px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #00b8ea;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mplace-filters ul li:last-child {
    margin-right: 0px;
}

.mplace-filters ul li:hover {
    background: #00b8ea;
    color: #fff
}

.mplace-filters ul li.active {
    background: #dfdfdf;
    color: #979797;
    border: 2px solid #dfdfdf;
}

.mp-wrap {
    margin: 40px 17%;
}

.mp-items {
    position: relative;
    margin-bottom: 30px;
}

.mp-items .mp-thumb {
    position: relative;
}

.mp-items .mp-thumb img {
    border-radius: 10px;
    height: 266px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.mp-thumb .overlay {
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    transition: .3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(23, 26, 31, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.mp-items:hover .overlay {
    opacity: 1;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.mp-items .overlay a {
    font-size: 16px;
    font-weight: 700;
    background: #00b8ea;
    border: 3px solid #00b8ea;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 45px;
    border-radius: 50px;
    color: #fff;
}

.mp-items .overlay a:hover {
    background: #fff;
    color: #00b8ea;
}

.mp-items .mp-details {
    margin-top: 30px;
}

.mp-items .mp-details h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00b8ea;
    margin-bottom: 5px;
}

.mp-items .mp-details p {
    text-align: justify;
}


/* single marketplace */

.single-mplace {}

.s-mg-top-none {
    margin-top: 0!important;
}

.single-mplace .main-details {
    background: #ffffff;
    padding: 150px 0 60px;
}

.single-mplace .main-details .row {
    display: flex;
    align-items: center;
}

.single-mplace .main-details h4 {
    color: #00b8ea;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.single-mplace .main-details h2 {
    color: #221d2b;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-mplace .main-details .price-details {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.single-mplace .main-details .price-details .price {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    color: #221d2b;
    margin-right: 15px;
    text-align: center;
}

.single-mplace .main-details .price-details .price img {
    margin-right: 12px;
}

.single-mplace .main-details .price-details .buy a {
    background: #00b8ea;
    border: 1px solid #00b8ea;
    border-radius: 50px;
    padding: 10px 70px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.single-mplace .main-details .price-details .buy a:hover {
    background: #ffff;
    color: #00b8ea;
}

.single-mplace .main-details iframe {
    height: 430px;
    width: 100%;
    border-radius: 10px;
}

.single-mplace .detail-sec {
    margin: 60px 0 0;
}

.single-mplace .detail-sec .row {
    margin-bottom: 70px;
}

.single-mplace .detail-sec .dtl-items {
    position: relative;
    margin-bottom: 50px;
}

.single-mplace .detail-sec .dtl-items img {
    margin-top: 10px;
    cursor: zoom-in;
}

.single-mplace .detail-sec .dtl-items p {
    line-height: 36px;
    text-align: justify;
    margin: 0;
}

.single-mplace .detail-sec .dtl-items .left {
    margin-left: 30px
}

.single-mplace .detail-sec .dtl-items .right {
    margin-right: 30px
}


/* build shop */

.bshop-page {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 150px 0 60px;
}

.bshop-filters {
    padding: 0px 0 40px;
    text-align: center;
}

.bshop-filters ul {
    list-style-type: none;
}

.bshop-filters ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #00b8ea;
    cursor: pointer;
    padding: 12px 28px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #00b8ea;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bshop-filters ul li:last-child {
    margin-right: 0px;
}

.bshop-filters ul li:hover {
    background: #00b8ea;
    color: #fff
}

.bshop-filters ul li.active {
    background: #dfdfdf;
    color: #979797;
    border: 2px solid #dfdfdf;
}

.bs-wrap {
    margin: 20px 0 0;
}

.bs-items {
    position: relative;
    margin-bottom: 60px;
}

.bs-items .bs-thumb {
    position: relative;
}

.bs-items .bs-thumb img {
    position: relative;
    border-radius: 10px;
    height: 395px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.bs-thumb .overlay {
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    transition: .5s ease;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(23, 26, 31, 0.6);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.bs-thumb:hover .overlay {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.bs-thumb .overlay .content {
    padding: 40px 50px;
}

.bs-thumb .overlay .content .top {
    padding: 0 5px;
}

.bs-thumb .overlay .content .top h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.bs-thumb .overlay .content .top p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.bs-thumb .overlay .content .bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.bs-thumb .overlay .content .bottom a {
    background: #00b8ea;
    border: 1px solid #00b8ea;
    border-radius: 50px;
    padding: 17px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
}

.bs-thumb .overlay .content .bottom a strong {
    font-weight: 700;
}

.bs-thumb .overlay .content .bottom a:hover {
    background: #ffff;
    color: #00b8ea;
}


/* career page */

.career-pg {
    position: relative;
}

.career-pg .cr-item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 10px;
}

.career-pg .cr-item .icon {
    width: 15%;
    margin-left: 0px;
}

.career-pg .cr-item .detail-box {
    width: 60%
}

.career-pg .cr-item .button-sec {
    width: 25%;
    float: right
}

.career-pg .cr-item .detail-box h2 {
    font-size: 24px;
    color: #221d2b;
    font-weight: 700;
    margin-bottom: 10px;
}

.career-pg .cr-item .detail-box h3 {
    font-size: 18px;
    color: #00b8ea;
    font-weight: 600;
    margin-bottom: 0px;
}

.career-pg .cr-item .detail-box h4 {
    background: #f1f1f1;
    font-size: 18px;
    color: #00b8ea;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 25px 20px 25px 50px;
    border-radius: 50px;
    display: table;
}

.career-pg .cr-item .button-sec a {
    font-size: 16px;
    color: #fff;
    background: #00b8ea;
    border: 2px solid #00b8ea;
    font-weight: 700;
    padding: 15px 45px;
    text-align: center;
    display: block;
    border-radius: 50px;
}

.career-pg .cr-item .button-sec a:hover {
    color: #00b8ea;
    background: transparent;
}


/* blog */

.blog-pg {}

.blog-wrap {
    position: relative;
}

.blog-wrap .blog-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 45px;
}

.blog-wrap .blog-item .blog-thumb {
    position: relative;
}

.blog-wrap .blog-big .blog-thumb {
    position: relative;
}

.blog-wrap .blog-big .blog-thumb img {
    border-radius: 10px 10px 0 0;
    height: 243px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .blog-thumb img {
    border-radius: 10px 10px 0 0;
    height: 157px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-wrap .blog-item .blog-detail {
    padding: 20px 30px 30px
}

.blog-wrap .blog-item .blog-detail h2 a {
    font-size: 32px;
    font-weight: 500;
    color: #221d2b;
}

.blog-wrap .blog-item .blog-detail h2 a:hover {
    color: #00b8ea;
}

.blog-wrap .blog-item .bl-rev {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.blog-wrap .blog-item .bl-rev .bl-date {
    width: 50%
}

.blog-wrap .blog-item .bl-rev .bl-date span {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 15px 20px;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.blog-wrap .blog-item .bl-rev .bl-cat {
    width: 50%;
    float: right;
    text-align: right;
}

.blog-wrap .blog-item .bl-rev .bl-cat a {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
}

.blog-wrap .blog-item .bl-rev .bl-cat a:hover {
    color: #00b8ea;
}

.blog-pg .b-news-letter::after,
.blog-pg .b-news-letter::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a770e9;
    opacity: .6;
    border-radius: 10px;
}

.blog-pg .b-news-letter>* {
    z-index: 100;
}

.blog-pg .b-news-letter {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}


.blog-pg .b-news-letter .ct-letter  .es_subscription_message.success{
    text-align: center!important;
    color: #fff!important;
}


.blog-pg .b-news-letter .ct-letter form{
    position: relative;
}
.blog-pg .b-news-letter .ct-letter .es_spinner_image {
    float: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 60px;
    animation: rotate-s-loader 2s linear infinite;
    -webkit-animation: rotate-s-loader 2s linear infinite;
    }

@keyframes rotate-s-loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.blog-pg .b-news-letter .ct-letter {
    padding: 30px;
    z-index: 1;
    position: relative;
}

.blog-pg .b-news-letter .ct-letter .form-subscribe {
    border: 1px solid #dbb3ff;
    background: transparent;
    padding: 15px 25px;
    border-radius: 10px;
    width: 70%;
    color: #fff;
}

.blog-pg .b-news-letter .ct-letter .form-subscribe::placeholder {
    color: #fff;
}

.blog-pg .b-news-letter .ct-letter p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 20px 0;
}

.blog-pg .b-news-letter .ct-letter .button-nl {
    font-size: 16px;
    color: #00b8ea;
    background: #fff;
    font-weight: 700;
    padding: 15px 85px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border: none
}

.blog-pg .b-news-letter .ct-letter .button-nl:hover {
    color: #fff;
    background: #00b8ea;
}

.blog-sidebar {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.blog-sidebar h3 {
    font-size: 24px;
    font-weight: 500;
    color: #221d2b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}

.blog-sidebar ul li {
    list-style: none;
    background: #f5f5f5;
    border-radius: 50px;
    margin-bottom: 30px;
}

.blog-sidebar ul li :last-child {
    margin-bottom: 0px;
}

.blog-sidebar ul li a {
    padding: 15px 25px;
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.blog-sidebar ul li a:hover,
.blog-sidebar .active {
    color: #00b8ea;
    padding-left: 55px
}

.blog-sidebar ul li a i {
    margin-right: 15px;
    color: #00b8ea;
}


/* blog inner */

.blog-single {
    position: relative;
    margin: 0 12%
}

.blog-single .single-thumb {
    margin: 25px 0 35px;
}

.blog-single .single-thumb img {
    border-radius: 10px;
    height: 318px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-single .blog-title {
    position: relative;
    width: 70%;
    text-transform: none;
    margin-bottom: 35px;
}

.blog-single .blog-title h1 {
    text-transform: none;
}

.blog-single .blog-title a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #00b8ea;
}

.blog-single .blog-title a:hover {
    padding-left: 15px;
}

.blog-single .post-share ul li {
    list-style-type: none;
    margin-right: 15px;
    display: inline-block;
}

.blog-single .post-share ul li:last-child {
    margin-right: 0px;
}

.blog-single .post-share ul li a {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}

.blog-single .post-share ul li .facebook:hover {
    color: #fff;
    background: #3b5998;
}

.blog-single .post-share ul li .twitter:hover {
    color: #fff;
    background: #00acee;
}

.blog-single .post-share ul li .rss:hover {
    color: #fff;
    background: #ee802f;
}

.blog-single .post-share ul li .youtube:hover {
    color: #fff;
    background: #c4302b;
}

.blog-single .post-dtl {
    background: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.blog-single .post-dtl .author-dtl {
    font-size: 16px;
    font-weight: 500;
    color: #221d2b;
    width: 50%;
}

.blog-single .post-dtl .author-dtl span {
    color: #00b8ea;
}

.blog-single .post-dtl .p-date {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
    float: right;
    text-align: right;
    width: 50%;
}

.blog-single .post-content {
    position: relative;
    margin-top: 45px;
}

.blog-single .post-content p {
    line-height: 36px;
    text-align: justify;
}

.blog-single .post-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #00b8ea;
    margin-bottom: 40px;
}

.blog-single .post-content ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom: 25px;
}

.blog-single .post-content ul li {
    display: block;
    margin-bottom: 5px;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
}

.blog-single .post-content ul li::before {
    position: absolute;
    margin: 4px -22px;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #00b8ea;
    content: "";
}


/* contact and career page */

.contact-pg {
    margin: 0 10%;
    position: relative;
}

.contact-pg .desc p {
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact-pg .discord-sec {
    position: relative;
    margin-bottom: 50px;
}

.contact-pg .discord-sec a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #8c9eff;
    border: 1px solid #8c9eff;
    border-radius: 50px;
    width: 100%;
    display: block;
    padding: 3px;
    text-transform: uppercase;
}

.contact-pg .discord-sec a:hover {
    color: #8c9eff;
    background: transparent;
}

.contact-pg .discord-sec a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}


.contact-pg .ct-box {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    border-radius: 10px;
}

.contact-pg .ct-box label {
    font-size: 18px;
    font-weight: 600;
    color: #221d2b;
    margin-bottom: 15px;
   
}

.super-field .super-label, .super-field .super-group-title{
     font-size: 18px!important;
    font-weight: 600!important;
    color: #221d2b!important;
    margin-bottom: 15px!important;

}

.super-field-size-large .super-shortcode-field,
.super-field-size-large input[type=text],
.super-field-size-large input[type=number],
.super-field-size-large input[type=email],
.super-field-size-large input[type=tel],
.super-field-size-large input[type=url],
.super-field-size-large input[type=password],
.super-field-size-large input[type=search],
.super-field-size-large textarea,
.super-field-size-large .super-stripe-base{
 background: #f1f1f1!important;
    padding: 20px!important;
    border: none!important;
    width: 100%!important;
    margin-bottom: 10px!important;
    color: #221d2b!important;
        height: auto!important;
        font-size: 16px!important;
      font-family: 'Poppins', sans-serif!important;
}

.super-field-size-large textarea.super-shortcode-field{
    height: 300px!important;
}

.contact-pg .ct-box .super-button-medium.super-type-flat .super-button-wrap{
   font-size: 18px!important;
    color: #fff!important;
    background: #00b8ea!important;
    border: 2px solid #00b8ea!important;
    font-weight: 700!important;
    padding: 18px 45px!important;
    text-align: center!important;
    border-radius: 50px!important;
    margin: 0 auto!important;
}
.contact-pg .ct-box .super-button-medium.super-type-flat .super-button-wrap:hover{
   background: #FFF!important;
    color: #00b8ea!important;
}
.contact-pg .ct-box .super-button-medium.super-type-flat .super-button-wrap:hover .super-button-name{
     color: #00b8ea!important; 
}

.contact-pg .ct-box .super-button{
       position: absolute!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
    bottom: -105px!important;

}
   
   .contact-pg .ct-box   .super-button .super-button-name{
font-size: 18px!important;
    color: #ffffff!important;
    letter-spacing: 0px!important;
     font-family: 'Poppins', sans-serif!important;
   }


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    background-image: none !important;
    color: #221d2b!important;
}


   @media (max-width: 768px){
    .contact-pg .ct-box .super-button{
        width: 100%!important;
           
    }


    /*dropdown*/
.super-dropdown-ui .super-item.super-placeholder{
  background: #f1f1f1!important;
    padding: 20px!important;
    border: none!important;
    width: 100%!important;
    margin-bottom: 10px!important;
    color: #221d2b!important;
        height: auto!important;
        font-size: 16px!important;
      font-family: 'Poppins', sans-serif!important;
}

@media (max-width: 768px){
.super-dropdown-ui .super-item.super-placeholder{
    font-size: 16px!important
}
}
.super-field .super-dropdown-ui{
     background-color: #f1f1f1!important;
    background-image: none!important;
    border: 0px solid !important;
    
}
.super-field .super-dropdown-ui .super-item{
     background: #f1f1f1!important;
    border:none!important;
           color: #221d2b!important;
}
.super-dropdown-arrow{
     top: 10px!important;
}
.super-field-size-large .super-dropdown-ui .super-item.super-placeholder{
    line-height: normal;
}

    /*dropdown*/


    .contact-pg .ct-box .super-button-medium.super-type-flat .super-button-wrap{
   font-size: 16px!important;
padding: 18px 9px!important;
     width: 100%!important;
            display: block!important;}
   .contact-pg .ct-box   .super-button .super-button-name{
font-size: 16px!important;
   }
   }


 

.contact-pg .ct-box .ct-form {
    background: #f1f1f1;
    padding: 20px;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    color: #221d2b;
}

.contact-pg .ct-box .ct-form option {
    background: #221d2b;
    color: #fff;
}

.contact-pg .ct-box .ct-form option:checked,
.contact-pg .ct-box .ct-form option:focus {
    background: #00b8ea;
}

.contact-pg .ct-box .ct-btn {
    font-size: 18px;
    color: #fff;
    background: #00b8ea;
    border: 2px solid #00b8ea;
    font-weight: 700;
    padding: 15px 45px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40px;
}

.contact-pg .ct-box .ct-btn:hover {
    background: #FFF;
    color: #00b8ea;
}


/* single */

.single-page {
    position: relative;
    margin: 0 12%;
}

.single-page p {
    line-height: 36px;
    text-align: justify;
}

.single-page h3 {
    font-size: 30px;
    font-weight: 600;
    color: #00b8ea;
    margin-bottom: 40px;
}

.single-page ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom: 25px;
}

.single-page ul li {
    display: block;
    margin-bottom: 5px;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
}

.single-page ul li::before {
    position: absolute;
    margin: 4px -22px;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #00b8ea;
    content: "";
}


/*Newsletter popup*/

.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    /* overflow: auto; */
}

.fade.in::-webkit-scrollbar {
    width: 0px;
}

.nlpshow .container {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-letter-popup {
    background: #fff;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    overflow: auto;
    max-height: 90vh;
    overflow: hidden;
}

.news-letter-popup .close-nl {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #a8a8a8;
    cursor: pointer;
}

.news-letter-popup .close-nl:hover {
    color: #00b8ea;
}

.news-letter-popup .nlimg {
    width: 30%;
}

.news-letter-popup .nlimg img {
    border-radius: 5px 0 0 5px;
    max-width: 100%;
    border-width: 0px;
    height: 90vh;
    object-fit: cover;
}

.news-letter-popup .nldtls {
    width: 70%;
    padding: 35px 30px;
    overflow: auto;
    max-height: 90vh;
}


.news-letter-popup .nldtls::-webkit-scrollbar {
    width: 3px;
}

 .news-letter-popup form{
     position: relative;
    }  

.news-letter-popup .es_subscription_message.success{
    text-align: center!important;
    color: #00b8ea!important;
    font-weight: 700;
}

.news-letter-popup .es_spinner_image {
        float: none;
    position: absolute;
    top: 13%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #00b8ea;
    font-size: 60px;
    animation: rotate-s-loader 2s linear infinite;
    -webkit-animation: rotate-s-loader 2s linear infinite;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    }

@keyframes rotate-s-loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}


.news-letter-popup .nldtls h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 31px;
}

.news-letter-popup .nldtls h1 span {
    color: #00b8ea;
    font-weight: 700;
}

.news-letter-popup .nldtls p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 55px;
}

.letter-box {
    margin-bottom: 40px;
}

.news-letter-popup .nldtls .nl-box {
    border: 2px solid #00b8ea;
    border-radius: 5px;
    width: 100%;
    padding: 20px 15px;
    color: #00b8ea;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-letter-popup .nldtls .nl-box::placeholder {
    color: #a8a8a8;
}

.news-letter-popup .nldtls .nl-button {
    border: 2px solid #00b8ea;
    background: #00b8ea;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.news-letter-popup .nldtls .nl-button:hover {
    border: 2px solid #00b8ea;
    background: #fff;
    color: #00b8ea;
}

.news-letter-popup .nldtls .para-sec {}

.news-letter-popup .nldtls .para-sec h2 {
    font-size: 18px;
    font-weight: 700;
    color: #00b8ea;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 25px;
}

.news-letter-popup .nldtls .para-sec ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.news-letter-popup .nldtls .para-sec ul li {
    list-style-type: none;
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.news-letter-popup .nldtls .para-sec ul li i {
    color: #00b8ea;
    margin-right: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 13px;
}


/* load more button */

.loadmorediv{
    text-align: center;
}

.loadmorebtn {
    background: #00b8ea;
    border: 3px solid #00b8ea;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

.loadmorebtn:hover {
    background: transparent;
    color: #00b8ea;
}

/*footer*/

footer {
    position: relative;
    padding: 60px 0 40px;
}

footer .social-media {
    position: relative;
    margin-bottom: 20px;
}

footer .social-media ul li {
    display: inline-block;
    margin-right: 5px;
}

footer .social-media ul li:last-child {
    margin-right: 0px;
}

footer .social-media ul li a {
    background: transparent;
    color: #000;
    width: 40px;
    height: 40px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 20px;
}

footer .social-media ul li a:hover {
    background: #00b8ea;
    color: #fff;
}

footer .social-media ul li a i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 auto;
}

footer .copyright-main {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

footer .copyright-desc {
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
}

footer .menu-itemm {
    float: right;
}

footer .menu-itemm ul li {
    display: inline-block;
    margin-right: 30px;
}

footer .menu-itemm ul li:last-child {
    margin-right: 0px;
}

footer .menu-itemm ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
}

footer .menu-itemm ul li a:hover {
    color: #00b8ea;
}


/*error*/
#notfound {
  position: relative;
  height: 100vh;
  background: #fff;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px -5px 0px #00b8ea, 2px 10px 0px #00ecfa;
  letter-spacing: -20px;
}


.notfound .notfound-404 h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #00ecfa;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #00b8ea;
  letter-spacing: 13px;
  margin: 0;
}

.notfound a {
  background: #00b8ea;
    border: 3px solid #00b8ea;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #00b8ea;
   background: #fff;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
     .notfound .notfound-404 h1 {
      font-size: 170px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
      font-size: 140px;
  }
}

.pop-button{
    display: none;
    align-items:center;
    justify-content: center;
    position: fixed;
    cursor: pointer;
    z-index: 11;
}
.pop-button:hover{
opacity: 0.8;
}


/*END*/