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

@font-face {
    font-family: 'Industry';
    src: url('../fonts/Industry-Bold.eot');
    src: local('Industry Bold'), local('Industry-Bold'),
    url('../fonts/Industry-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Industry-Bold.woff') format('woff'),
    url('../fonts/Industry-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 500 !important;
}

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

h3 {
    line-height: 1.6;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

img{
    max-width: 100%;
    height: auto;
}

img[align=right]{
    margin-left: 2em;
    margin-bottom: 2em;
}

img[align=left]{
    margin-right: 2em;
    margin-bottom: 2em;
}

iframe {
    max-width: 100%;
}

.underline {
    /*text-decoration: underline;*/
    border-bottom: 1px solid;
}

.position-relative {
    position: relative;
}

/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on_landing {
    background-color: rgba(34, 35, 53, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_cover_on {
    background-color: rgba(17, 17, 17, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_blue_cover {
    background-color: rgba(10, 184, 231, 0.95);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_gray_cover {
    background-color: rgba(234, 232, 232, 1);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.section_title_all h3 {
    /*text-transform: capitalize;*/
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
}

.text-transform-none{
    text-transform: inherit !important;
}

.section_subtitle {
    max-width: 800px;
    color: #323232;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.section_title_all span {
    color: #323232;
}

.section_icons i {
    font-size: 34px;
    background-color: #ff5c79;
    color: #ffffff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.text_custom {
    color: #ff5c79;
}

.bg_custom {
    background-color: #222335;
}

.bg_custom_gradiant {
    background: #ff4b1f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #ff4b1f, #ff9068); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #ff4b1f, #ff9068); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn {
    padding: 13px 45px;
    font-size: 14px;
    transition: all 0.5s;
    /*letter-spacing: 0.6px;*/
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid rgba(232, 104, 0, 1);
    background-color: rgba(232, 104, 0, 1);
    border-radius: 0px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.hover,
.btn_custom.focus,
.btn_custom.active,
.open > .dropdown-toggle.btn_custom {
    color: #f3f3f3;
    border: 1px solid rgba(232, 104, 0, 0.8);
    background-color: rgba(232, 104, 0, 0.8);
}

.btn_outline {
    border: 2px solid #f52a50;
    color: #000;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.hover,
.btn_outline.focus,
.btn_outline.active,
.open > .dropdown-toggle.btn_outline {
    background-color: #f52a50;
    border-color: #f52a50;
    color: #ffffff;
}

.btn_rounded {
    border-radius: 30px;
}

.btn_rounded_top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.request_btn_manage {
    display: inline-block;
    float: right;
}

.btn_request {
    box-shadow: 1px 3px 11px 2px rgba(0, 0, 0, 0.4) !important;
    padding: 13px 26px;
    font-size: 16px;
}

.btn_request:hover,
.btn_request:focus,
.btn_request:active,
.btn_request.hover,
.btn_request.focus,
.btn_request.active,
.open > .dropdown-toggle.btn_request {
    color: #f3f3f3;
    border: 1px solid rgba(232, 104, 0, 1);
    background-color: rgba(232, 104, 0, 1);
}

.btn_request {
    border: 1px solid rgba(232, 104, 0, 1);
    background-color: rgba(232, 104, 0, 1);
    border-radius: 0px;
}

.btn_request img {
    float: left;
    width: 30px;
    height: auto;
    margin-right: 16px;
}

.btn_request div {
    float: right;
}

.btn_wah {
    border: 1px solid rgba(0, 78, 141, 1);
    background-color: rgba(0, 78, 141, 1);
    border-radius: 0px;
}

.btn_wah:hover,
.btn_wah:focus,
.btn_wah:active,
.btn_wah.hover,
.btn_wah.focus,
.btn_wah.active,
.open > .dropdown-toggle.btn_wah {
    color: #f3f3f3;
    border: 1px solid rgba(0, 78, 141, 1);
    background-color: rgba(0, 78, 141, 1);
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /*background-color: #ffffff;*/
}

.btn_small {
    padding: 7px 14px;
}

.navbar-brand img {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}

.btn_login {
    border: 1px solid #e86800;
    background-color: transparent;
    border-radius: 15px;
    color: #e86800;
    font-size: 14px;
    padding: 4px 14px;
    height: 32px;
}

.btn_login > a {
    color: #e86800 !important;
    padding: 0 !important;
}

.btn_login:hover,
.btn_login:focus,
.btn_login:active,
.btn_login.hover,
.btn_login.focus,
.btn_login.active,
.open > .dropdown-toggle.btn_login {
    color: #fff;
    background-color: #e86800;
    border-color: #e86800;
}

.btn_login.active > a,
.btn_login > a:hover,
.btn_login > a:focus {
    color: #fff !important;
}

.btn_rm,
.btn_read_more {
    border: 1px solid rgba(232, 104, 0, 1);
    background: rgba(232, 104, 0, 1);
    --webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
    margin-top: 4px;
}

.btn_rm:hover,
.btn_rm:focus,
.btn_rm:active,
.btn_rm.hover,
.btn_rm.focus,
.btn_rm.active,
.btn_read_more:hover,
.open > .dropdown-toggle.btn_readmore {
    color: #fff;
    border: 1px solid rgba(232, 104, 0, 0.8);
    background: rgba(232, 104, 0, 0.8);
}

.btn_section {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 900;
}

/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 2px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 9999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
    color: #323232;
    font-size: 14px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 400;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 40px;
}

.stickyadd.custom_nav_menu {
    margin-top: 0px;
    padding: 0px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #e86800;
}

.custom_nav_menu .navbar-nav li.item-111.active a,
.custom_nav_menu .navbar-nav li.item-111 a:hover,
.custom_nav_menu .navbar-nav li.item-111 a:active {
    color: inherit;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.logo-text{
    vertical-align: middle;
    line-height: 1.2em;
    font-size: 0.8em;
    color: #0b6cad;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

/*================
    04.HOME
==================*/

/* nav */

.main-menu {
    position: relative;
    margin-top: 57px;
    background-color: rgb(10, 184, 231);
}


.nav-menu, .nav-menu ul, .nav-menu li, .nav-menu a {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    display: block;
    position: relative;
}

.nav-menu ul {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 999;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.nav-menu li:hover > ul {
    left: 0;
    opacity: 1;
    z-index: 1000;
}

.nav-menu ul li:hover > ul {
    top: 0;
    left: 100%;
}

.nav-menu li {
    cursor: default;
    float: left;
    white-space: nowrap;
}

.nav-menu ul li {
    float: none;
}

/* sub width */
.nav-menu ul {
    min-width: 12em;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* center */
.nav-center {
    /*float: right; right: 50%;*/
}

.nav-center > li {
    /*left: 50%;*/
    width: 110px;
    text-align: center;
    margin-right: 8px;
}

/* root */
.nav-menu a {
    padding: 0 10px;
    color: #323232;
    font-weight: 500;
    font-size: 16px;
    line-height: 80px;
    text-decoration: none;
    border-bottom: 4px solid rgba(0, 78, 141, 0);
    transition: all 0.2s;
}

/* root: active */
.nav-menu > li.nav-active > a {
    border-bottom: 4px solid rgba(0, 78, 141, 1);
    color: rgba(0, 78, 141, 1);
}

/* root: hover/persistence */
.nav-menu a:hover, .nav-menu a:focus, .nav-menu li:hover a {
    border-bottom: 4px solid rgba(0, 78, 141, 1);
}

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
    border: 0px solid #ccc;
    border-bottom: 1px solid #eee;
    padding: 16px 16px;
    padding-right: 8px;
    background: #fff;
    color: #323232;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: normal;
    text-align: left;
}

.nav-menu .arrow::after {
    font-family: "Poppins";
    font-weight: 500;
    content: ">";
    float: right;
}

.nav-menu .emphasize{
    font-weight: 500;
    font-size: 16px;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
    background: #fefefe;
    padding-right: 8px;
}

/* 3 */
.nav-menu li:hover li:hover li a {
    background: #fff;
    margin-left: 3px;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover, .nav-menu li:hover li:hover li a:focus, .nav-menu li:hover li:hover li:hover a {
    background: #fefefe;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
    background: #333;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover, .nav-menu li:hover li:hover li:hover li a:focus {
    background: #222;
}

.nav-menu .nav-child .list-title {
    display: none;
}

.nav-menu .nav-child .nav-child {
    display: none;
}

.nav-menu ul.nav-child {
    margin-left:50%;
    transform: translate(-50%,0);
}

.nav-menu li.item-116 ul.nav-child,
.nav-menu li.item-117 ul.nav-child{
    width:280px;
}

.nav-menu ul.nav-child > li{
    white-space:inherit;
    display: block;
}

.nav-menu ul.nav-child > li > a{
    white-space:normal;
    hyphens: auto;
    line-height:1.4em;
}

/* responsive menu */
#offscreen_wrapper{
    display:none !important;
}

#offscreen_wrapper.opened{
    display:block !important;
    z-index: 999;
    position: relative;
}

#offscreen_wrapper .main-menu ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    flex-flow: column;
}

#offscreen_wrapper .nav-menu a{
    line-height: 2.2em;
    padding-top:4px;
    padding-bottom:4px;
    border-bottom: 0;
    margin-left: 0;
}

#offscreen_wrapper .top-menu{
    position:relative;
}

#offscreen_wrapper .top-menu ul{
    flex-flow:row;
    justify-content: center;
    padding:0.5rem;
}

#offscreen_wrapper .top-menu .navbar-nav .nav-link.btn_login{
    padding:0.4rem 0.7rem;
}

#offscreen_wrapper .top-menu .navbar-nav .nav-link{
    padding:0.5rem 0.7rem;
}


#offscreen_wrapper .main-menu{
    margin-top:0;
}

#offscreen_wrapper .main-menu ul{
    position:relative;
    top:inherit;
    left:inherit;
    opacity: 1;
    width: 100%;
    box-shadow:none;
}

#offscreen_wrapper .main-menu li{
    width:100%;
    text-align:left;
}

#offscreen_wrapper .main-menu .nav-child{
    display:block;
    transform: none;
}

#offscreen_wrapper .main-menu .nav-menu > li > a{
    padding-left:10px;
}

#offscreen_wrapper .main-menu .nav-menu > .deeper > .nav-child > li > a{
    padding-left:1.5rem;
}

#offscreen_wrapper .main-menu .nav-menu > .deeper > .nav-child > .deeper > ul > li > a{
    padding-left:3rem;
}


/* Search */
.btn_nav_search {
    cursor: pointer;
    margin-left: 12px;
    position: relative;
    vertical-align: middle;
}

.btn_nav_search i{
    margin-top: 5px;
}

.header-nav-features-dropdown {
    opacity: 0;
    top: -10000px;
    position: absolute;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 12px;
    min-width: 300px;
    z-index: 10000;
    right: 10px;
    margin-right: -25px;
    margin-top: 30px;
    transition: opacity .2s ease-out;
    pointer-events: none;
    border-radius: 2px;
}

.header-nav-features-dropdown::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    transform: translate3d(-7px, -6px, 0);
}

.header-nav-features-dropdown.show {
    opacity: 1;
    top: 20px;
    pointer-events: all;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group .input {
    font-size: 14px;
}

.simple-search .form-control {
    border-radius: 1.3rem !important;
    border-color: #EEE;
    border-right-color: rgb(238, 238, 238);
    background-color: transparent;
}

.pixsearch .simple-search .ps_search_box {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: inherit;
    border-color: #eee;
}

.pixsearch_popup {
    position: fixed !important;
    margin: 9px 0 0 -11px;
    border-color: #fff;
    z-index: 999;
    width: 300px;
    padding: 0;
}

.pixsearch_popup .popupContent {
    max-height: 80vh;
    overflow: scroll;
}

.pixsearch_popup .ps_results {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4em;
    width: auto !important;
}

.pixsearch_popup .ps_results .ps_footer_links {
    display: none;
}

.input-group-append {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.input-icon {
    position: absolute;
    right: 10px;
}

.header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    font-size: 0.8rem;
    position: relative;
    top: -1px;
    color: #444;
}

.bg_home_cover {
    background-image: url(../images/bg-0.png);
    background-size: cover;
    background-position: center center;
    background-color: #eae8e8;
}

.home_title {
    font-size: 40px;
    line-height: 1.4;
    max-width: 800px;
    color: #323232;
    font-weight: 700;
}

.home_subtitle {
    color: #323232;
    max-width: 600px;
    line-height: 1.8;
    font-size: 16px;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

a.home-link {
    color: inherit;
}

.full_height_100vh_home {
    height: 100vh;
}

.up-index {
    z-index: 2;
}

.home_title_container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home_title_container .home_title_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 12px;
}

.home_video_container {
}

.home_video_box {
    padding-top: 80px;
}

.home_video {
    box-shadow: 1px 3px 11px 2px rgba(0, 0, 0, 0.4);
}

.home_btn_manage_mobil {
    display: none;
}

/*
    Süti törvény
*/
.cc_banner-wrapper {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 4em;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    z-index: 999999;
}

.cc_banner-wrapper p{
    margin-bottom:0;
}

.cc_banner-wrapper .cc_btn {
    border-radius: 1em 1em 1em 1em;
    display: inline-block;
    color: inherit;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1em;
    padding: 9px 20px !important;
    text-decoration: none;
    vertical-align: middle;
    background-color: #fff;
    border:1px solid #e86800;
    margin: 0 0 .5em .5em;
    transition: all 0.2s linear;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.cc_banner-wrapper .cc_btn:hover{
    background: #e86800;
    color: #fff;
}

.cc_banner-wrapper .cc_more_info {
    display: inline-block;
    margin: 0 0 0 .5em;
    padding: 0
}

.osano-cm-window__dialog .osano-cm-list{
    visibility: hidden;
}

.osano-cm-window__widget.osano-cm-widget {
    pointer-events: none;
    display: none;
}

.osano-cm-dialog {
    background: #0C6DAD;
    color: #fff;
}

.osano-cm-dialog a {
    color: #fff;
    text-decoration: underline !important;
}

.osano-cm-dialog a:hover {
    color: #fff;
}

.osano-cm-dialog button,
.osano-cm-info-dialog__info a.osano-cm-link{
    color: #0C6DAD;
}

.osano-cm-content .osano-cm-content__message.osano-cm-message:after{
    content: '';
    display: block;
}

.osano-cm-content .osano-cm-storage-policy.osano-cm-content__link.osano-cm-link,
.osano-cm-content .osano-cm-content__drawer-links.osano-cm-drawer-links {
    display: inline-block;
    margin-right: 1.0em;
}

.osano-cm-info-dialog__info .osano-cm-toggle__switch {
    background-color: #dfdfdf;
}
.osano-cm-info-dialog__info .osano-cm-toggle__input:focus + .osano-cm-toggle__switch::before {
    border-color: #dfdfdf;
}

.osano-cm-info-dialog__info .osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch,
.osano-cm-info-dialog__info .osano-cm-toggle__input:checked + .osano-cm-toggle__switch{
    background-color: #0C6DAD !important;
    border-color: #0C6DAD !important;
}

.osano-cm-info-dialog__info .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch::before {
    border-color: #0C6DAD;
}

.osano-cm-info-dialog__info .osano-cm-button {
    background-color: #fff;
    border-color: #0C6DAD;
    color: #0C6DAD;
}
.osano-cm-info-dialog__info .osano-cm-disclosure__toggle,
.osano-cm-info-dialog__info .osano-cm-expansion-panel__toggle {
    color: #0C6DAD;
}

/*-----------------
   LANDING HOME
------------------*/

/*.bg_home_cover_landing {
    background-image: url(../images/bg_business_landing.jpg);
    background-size: cover;
    background-position: center center; 
}*/

.home_title_landing {
    font-size: 50px;
    line-height: 1.2;
    max-width: 800px;
}


/*=================
    0.5  ABOUT
===================*/
.bg_partners {
    padding-bottom: 120px;
}

.about_content_box_all {
    border: 1px dashed #e7e7e7;
    padding: 30px;
}

.about_icon i {
    font-size: 38px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    /*box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);*/
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.under_box_shadow {
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
    position: absolute;
    z-index: 80;
    width: 100%;
    transform: translateY(40px);
}

.buss_about_box_content {
    max-width: 450px;
}

.business_about_icon i {
    font-size: 38px;
    text-align: center;
    color: #ff5c79;
    overflow: hidden;
}

.business_about_icon p {
    line-height: 1.4;
}

.clients_content img {
    max-height: 80px;
    width: auto !important;
}

/*---------------------
    APP LANDING 
----------------------*/

.app_about_box_content {
    max-width: 800px;
}

/*---------------------
    ABOURT ME 
----------------------*/

.personal_about_details {
    max-width: 450px;
}

.personal_about_information h5 {
    line-height: 1.6;
}

.about_social_icons ul li a {
    font-size: 19px;
    color: #f52a50;
    padding-right: 12px;
}

.edu_detail h5 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

/*====================
   0.6 SERVICES
=====================*/

.bg_services {
    background-image: url(../images/bg_services_0.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/*.bg_services_1 {
    background-image: url(../images/bg_services_1.png);
    background-size: cover;
    background-position: center center;
	position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 120%;
	opacity:0.5;
	background-attachment: fixed;
}*/

/*.bg_services_2 {
    background-image: url(../images/bg_services_2.png);
    background-size: cover;
    background-position: center center;
	position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 120%;
	opacity:0.5;
	background-attachment: fixed;
}*/

/*.bg_services_3 {
    background-image: url(../images/bg_services_3.png);
    background-size: cover;
    background-position: center center;
	position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 120%;
	opacity:0.5;
	background-attachment: fixed;
}*/

.business_services_boxes {
    border-radius: 16px;
    border: 1px dashed #e3e1e1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
}

.business_services_boxes .business_services_icon i {
    font-size: 26px;
    color: #f52a50;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #fff;
    display: inline-block;
    border-radius: 35px;
}

.business_services_boxes .business_services_title {
    margin-bottom: 12px;
    font-size: 24px;
}

.business_services_boxes .business_services_icon {
    text-align: center;
}

.business_services_boxes .business_services_icon img {
    width: 110px;
    height: auto;
    margin-bottom: 20px;
}

.business_services_content p {
    line-height: 1.6;
    color: #ffffff;
}

.services_desc_bus p {
    max-width: 700px;
}

.service_color_1 {
    background-color: #eeeded;
}

.service_color_2 {
    background-color: #5668F8;
}

.service_color_3 {
    background-color: #ff5c79;
}

/*--------------------
    LANDING SERVICE
---------------------*/

.services_box .service_icon i {
    font-size: 42px;
    color: #ff5c79;
    text-align: center;
}

.services_box a {
    color: #000;
    outline: none !important;
    transition: all 0.5s;
}

.services_box a:hover {
    color: #0CBEFC;
}

.service_devider {
    background-color: #ff5c79;
    height: 2px;
    width: 55px;
}

/*-------------------
    SERVICES 
--------------------*/

.personal_box_devision .service_icon i {
    font-size: 34px;
    background-color: #f52a50;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    color: #ffffff;
}

/*===================
   CARIN
====================*/

/*.bg_cta_business_img {
    background-image: url(../images/bg_business_cta.jpg);
    background-size: cover;
    background-attachment: fixed;
}*/

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}

.bg_business_video {
    background-image: url(../images/bg_video.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 100px;
}

.video-mac-wrapper {
    position: relative;
}

.video-mac {
    position: relative;
    width: 100%;
}

.video-screen {
    position: absolute;
    top: 6%;
    left: 12%;
    width: 76%;
    height: 81%;
    background-color: rgba(0, 0, 0, 0);
}

.video-wrapper {
    margin-top: 2%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.all_section_heading_details {
    color: #dadada;
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}

.business_play_btn i {
    background: #ff5c79;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.business_choose_box .business_choose_icon span {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #e86800;
}

.business_choose_box .business_choose_icon span img {
    width: 100%;
    height: auto;
    padding: 7px;
    padding-bottom: 9px;
}

.business_choose_box h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.text-orange {
    color: #e86800;
}

.text-blue {
    color: #0ab8e7;
}

.business_choose_details {
    overflow: hidden;
}

/*.bg_buss_call_cta {
    background-image: url(../images/bg_buss_call.jpg);
    background-size: cover;
    background-attachment: fixed;
}*/

.carin-mockup {
    position: absolute;
    top: 6%;
    left: 12%;
}

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

.carin-ipad {
    top: 15%;
    left: 6%;
    width: 44%;
    z-index: 101;
}

.carin-iphone {
    top: 83%;
    left: -5%;
    width: 23%;
    z-index: 103;
}

.carin-macbook {
    top: 44%;
    left: 30%;
    width: 92%;
    z-index: 102;
}

/*===================
    LANDING CTA
====================*/

/*.bg_landing_video {
    background-image: url(../images/bg_landing_video.jpg);
    background-size: cover;
    background-attachment: fixed;
}*/

/*====================
  08. WORK PROCESS
====================*/

.business_work_flow i {
    font-size: 42px;
}

.work_process_details {
    overflow: hidden;
}

.work_border_left {
    border-left: 1px solid #d8d7d7;
}

/*=========================
    0.9 FEATURES
==========================*/

.description_header_main {
    /*max-width: 500px;*/
}

.business_features_box {
    border: 1px dashed #e7e7e7;
}

.business_features_box .business_features_icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business_features_link i {
    font-size: 16px !important;
}

.business_features_details {
    overflow: hidden;
}

/*=====================
    LANDING FRATURES
======================*/

.landing_feauters_box {
    max-width: 450px;
    line-height: 1.4;
}

.landing_features_box .landing_features_icon i,
.landing_features_special .landing_features_special_icon i {
    display: inline-block;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin: 2px 0;
    overflow: hidden;
    background: #f52a50;
}

.landing_feauters_subtitle {
    line-height: 1.6;
}

.landing_features_img img {
    box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
}

.landing_features_special {
    max-width: 500px;
}

/*=====================
  10.  PORTFOLIO
======================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 8px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    /* margin-top: 5px; */
}

.work_menu a.active,
.work_menu a:hover {
    background-color: #ff5c79;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 22px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(20, 20, 20, 0.8);
}

.work_box:hover .work_img > img {
    transform: scale(1.05);
}

/*---------------------
    MINIMAL PORTFOLIO
----------------------*/

.minimal_portfolio_bg {
    background-color: #ff5c79;
}

.work_detail_miniam p {
    color: #ff5c79;
    font-weight: 600;
    letter-spacing: 2px;
}

.work_detail_miniam {
    padding: 26px 12px;
}

.work_detail_miniam h4 {
    color: #ff5c79;
    font-weight: 600;
    font-size: 18px;
}

/*=====================
   11. TESTIMONIAL
======================*/

.bg_testimonial_business {
    background-image: url("../images/bg_testi.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 140px;
}

.testi_blockq {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 75px;
    height: auto;
}

.business_testi_content {
    max-width: 800px;
}

.business_testi_content .business_testi_details {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.6;
}

.business_testi_content .business_testi_from {
    font-size: 18px;
}

.business_testi_content span {
    font-size: 16px;
    text-transform: capitalize;
}

.business_testi_content a {
    color: inherit;
    text-decoration: underline !important;
}
.business_testi_content a:hover,
.business_testi_content a:visited,
.business_testi_content a:focus{
    color:inherit;
}

.business_testi_content_img img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: center;
    border: 5px solid #ffffff;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #e86800;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}

/*----------------------
   LANDING TESTIMONIAL
-----------------------*/

.landing_client_box {
    max-width: 750px;
}

.landing_client_box .landing_client_img_box img {
    max-width: 80px;
}

.landing_client_box span {
    font-size: 14px;
}

.landing_testi_desc {
    padding: 22px 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.landing_testi_desc p {
    line-height: 1.6;
}

.user-work {
    font-weight: 500;
}

/*----------------------
   SOFTWARE TESTIMONIAL
------------------------*/

.software_client_box {
    max-width: 700px;
}

.software_clients_name h5 {
    font-size: 16px;
}

.soft_client_box_img img {
    max-width: 80px;
}

/*--------------------
    APP TESTIMONIAL
---------------------*/

.app_testi_box {
    max-width: 600px;
}

.app_testi_box .testi_icon {
    font-size: 48px;
}

/*--------------------
 PERSONAL TESTIMONIAL
--------------------*/

.personal_testi_content_img img {
    max-width: 100px;
    border: 5px solid #ffffff;
}

/*====================
  12. OUR TEAM
=====================*/

.business_team_box h5 {
    font-size: 18px;
}

.business_team_box .buss_team_info {
    padding: 12px 50px;
}

.business_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.business_team_box .business_team_social li:hover a {
    border-color: #f52a50;
    background: #f52a50;
    color: #fff;
}

/*----------------------
    LANDING TEAM
------------------------*/

.landing_team_box {
    border: 1px solid #ededed;
}

.landing_team_box img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}

.landing_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

/*--------------------
    MINIMAL TEAM 
--------------------*/

.minimal_team_box img {
    max-width: 150px;
    border-radius: 50%;
}

.minimal_team_box .minimal_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.minimal_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 12px;
}

/*==================
  13. COUNTER
===================*/

/*.bg_business_counter_cover {
    background-image: url(../images/bg_business_counter.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}*/

.counter_box {
}

.counter_box p {
}

.counter_box h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #323232;
    font-weight: 100;
}

.counter_box .info_name {
    font-family: 'Poppins', sans-serif;
    margin-top: 6px;
    font-size: 18px;
    color: #323232;
    font-weight: 500;
}

.counter_box_inner {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 6px solid #e86800;
}

.counter_box .counter_icon {
    font-size: 38px;
}

/*====================
  14. PRICING PLAN
=====================*/

.business_price_box {
    padding: 40px;
    box-shadow: 3px 8px 26px rgba(0, 0, 0, 0.06);
}

.business_price_icon i {
    font-size: 32px;
    border: 1px solid #ededed;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 35px;
    background: #F2F5FF;
}

.business_plan_price span {
    font-size: 14px;
}

/*-----------------------
    LANDING PRICING 
-------------------------*/

.landing_price_tag {
    color: #f52a50;
    font-size: 46px;
    font-weight: bold;
}

.pricing_title_border {
    background-color: #EEE;
    width: 70%;
    height: 1px;
    margin-top: 20px;
}

/*---------------------
    SOFTWARE PRICING
----------------------*/

.software_pricing_plan_box {
    padding: 40px;
    border-radius: 10px
}

.software_list_price {
    padding: 20px 40px;
}

.software_list_price p {
    margin-bottom: 10px;
}

.software_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.software_price_tag_heading h2 {
    font-size: 52px;
}

.software_price_tag_heading sub {
    font-size: 22px;
}

.software_pricing_plan_box.active {
    border: 3px solid #f52a50;
    position: relative;
    overflow: hidden;
}

/*-----------------------
    APP PRICING PLAN
------------------------*/

.app_price_box {
    padding: 40px;
}

.app_plan_name p {
    color: #5E5E5E;
    font-size: 16px;
}

.app_list_price_features {
    padding: 20px 0px;
}

.app_list_price_features p {
    margin-bottom: 10px;
}

.app_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.app_price_tag_heading h2 {
    font-size: 52px;
}

.app_price_tag_heading sub {
    font-size: 22px;
}

/*===================
  15. BUSINESS BLOG
====================*/
.bg-gray {
    background-color: #eae8e8;
}

.bg_blog_cover {
    background-image: url(../images/bg-blog.png);
    background-size: cover;
    background-position: center center;
    background-position-y: top;
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 120%;
    opacity: 0.05;
    background-attachment: fixed;
}

.buss_blog_box_detail {
    font-family: 'Roboto', sans-serif;
    color: #323232;
}

.blog_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom:1rem;
}

.blog_img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 0;
    object-fit: contain;
    object-position: center center;
}
.blog_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.blog-item-wrapper {
    display:flex;
}

.blog-item-wrapper .img-wrapper {
    margin-right: 20px;
    width:20%;
    max-width: 200px;
    flex: 1 0 auto;
}

.blog-item-wrapper .img-wrapper img{
    max-height: 160px;
}

.blog-item-wrapper .blog_content p:first-child {
    margin-top:0;
}

.blog-item-wrapper .blog_content p:empty{
    display:none;
}

@media (max-width: 992px) {
    .blog_img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-right: 0px;
    }
}

@media (max-width: 550px) {
    .blog-item-wrapper{
        flex-flow: column;
    }

    .blog-item-wrapper .img-wrapper{
        width: 100%;
        max-width: inherit;
    }
}


.blog-date {
    font-size: 13px;
    margin-bottom: 12px;
}

.buss_blog_box_detail .readable_lnk {
    font-size: 15px;
    font-weight: normal;
}

.buss_blog_box_detail .readable_lnk:hover {
    color: #ff5c79;
}

.blog_detail_badge {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}

.buss_blog_box_detail .blog_detail_devider {
    border-top: 1px solid #cecccc;
}

.business_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 14px;
}

/*--------------------
    chronoform
--------------------*/
.chrono_credits{
    display:none;
}

.gtooltip{
    padding-right: 14px !important;
}

.gtooltip-close{
    top: 0.5em !important;
}

.chronoform{
    /*text-align:center;
    margin:0 auto;*/
    width:300px;
}

#chronoform-Open-Support-Case,
#chronoform-freeCCtime{
    width:100%;
}
#chronoform-Open-Support-Case .form_wrapper,
#chronoform-freeCCtime .form_wrapper{
    width:300px;
}

.chronoform .gcore-line-td{
    text-align:left;
    margin-bottom:1rem;
}

.chronoform .gcore-line-td label{
    margin-bottom:.5rem;
}

.chronoform .gcore-line-td textarea,
.chronoform .gcore-line-td select,
.chronoform .gcore-line-td input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.chronoform .gcore-line-td input[type=submit]{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width:100px;
    margin:0 auto;
}

/*--------------------
    PERSONAL BLOG
--------------------*/

.blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    /*background: rgba(255, 92, 121, 0.27);*/
    color: #ff5c79;
    border-radius: 30px;
    letter-spacing: 2px;
}

/*====================
  16.  FAQ LANDING
=====================*/

.landing_all_faq_content {
    max-width: 480px;
}

.landing_faq {
    padding: 25px;
    background-color: #EEE;
}

.landing_faq_subtitle {
    line-height: 1.6;
}

/*====================
  17. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*=====================
    18. CONTACT US
======================*/

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #f52a50 !important;
    box-shadow: none;
    outline: 0;
}

.contact_details_content {
    border-radius: 4px;
}

.contact_detail p {
    overflow: hidden;
}

/*----------------------
    LANDING CONTACT
------------------------*/

.landing_contact_title {
    max-width: 400px;
}

.landing_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 30px;
}

/*-------------------
  SOFTWARE CONTACT
--------------------*/

.soft_form_custom {
    max-width: 700px;
}

/*-------------------
 MINIMAL CONTACT US
--------------------*/

.minimal_contact_icon i {
    font-size: 28px;
    background: #f1f1f1;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}

/*-------------------
 Customers logos list
--------------------*/

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 2rem 0 0;
}

.logos .item {
    margin: 0 2rem 2rem;
    text-align: center;
    max-width: 30%;
}

.logos .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logos .item p {
    line-height: 1.2em;
}

/*==================
    19.FOOTER
====================*/

.bg_footer {
    background-image: url(../images/bg_footer.jpg);
    background-color: #323232;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-bottom: 40px;
}

.footer_line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-top: 50px;
    margin-bottom: 40px;
}

.footer_heading_tag p {
    font-size: 19px;
}

.buss_footer_menu_list li a {
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
}

.buss_footer_menu_list li {
    padding-bottom: 6px;
}

.footer_alt_cpy {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    /*color: #6c757d;*/
}

.buss_icon_social_footer ul li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 43px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    font-size: 20px;
}

.buss_icon_social_footer ul li a:hover {
    border: 1px solid #e86800;
    color: #FFF;
}

.buss_icon_social_footer.social_article a{
    color: #212529;
    border-color: #212529;
}

.buss_icon_social_footer.social_article a:hover{
    color: #e86800;
    border-color: #e86800;
}

.business_footer_logo img, .minimal_footer_logo img, .footer_logo_software img {
    max-width: 150px;
}

/*---------------------
    LANDING FOOTER
----------------------*/

.footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu_list li::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

.footer_menu_list li:last-child:after {
    content: "";
    margin: 0px;
}

.footer_alt_cpy,
.text-footer {
    color: #6c757d;
    font-size: 15px;
}

.subcribe_newslatter_footer input {
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    color: #000 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
}

.subcribe_newslatter_footer button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}

.subcribe_newslatter_footer form {
    max-width: 600px;
}

.footer_social_icons li a {
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer_social_icons li a:hover {
    color: #fff;
    background-color: #f52a50;
    border: 2px solid #f52a50;
}

/*--------------------
    FOOTER APP
---------------------*/

.contact_details_content {
    border-radius: 4px;
}

.contact_details_content .contact_icon i {
    font-size: 18px;
}

.contact_detail p {
    overflow: hidden;
}

/*---------------------
    MINIMAL FOOTER
----------------------*/

.minimal_footer_header h5 {
    letter-spacing: 2px;
}

.minimal_header_desc {
    max-width: 450px;
}

/*=====================
    20. RESPONSIVE
=======================*/

@media (max-width: 991px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }

    .vertical_content_manage {
        display: inherit;
    }

    .home_title {
        font-size: 34px;
    }

    .home_title_minimal {
        font-size: 28px;
    }

    .section_main_box h3 {
        font-size: 24px;
    }

    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }

    .custom_nav_menu .navbar-nav li.active a {
        color: #f52a50 !important;
    }

    .custom_nav_menu > .container {
        width: 90%;
    }

    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }

    .custom_nav_menu .logo .logo-light {
        display: none;
    }

    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }

    .full_height_100vh_home {
        padding: 125px 0px;
        position: relative;
    }

    .home_half_cover {
        padding: 125px 0 130px 0;
    }

    .work_border_left {
        border: none;
    }

    .bg_home_minimal_cover {
        padding: 90px 0px;
        position: relative;
        background-position: center;
    }

    .app_testi_box {
        margin: 5px;
    }

    .section_title h3 {
        z-index: 100;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .section_title p {
        font-size: 36px;
        position: relative;
    }

    .half_height_home_blog {
        position: relative;
        padding: 121px 0 110px;
    }
}

@media (min-width: 830px) {
    .app_home_landing img {
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .carin-ipad {
        top: -2%;
        left: 4%;
        width: 50%;
        z-index: 101;
    }

    .carin-macbook {
        top: 62%;
        left: 24%;
        width: 101%;
        z-index: 102;
    }

    .carin-iphone {
        top: 89%;
        left: -14%;
        width: 28%;
        z-index: 103;
    }
}

@media (max-width: 992px) {
    .home_table_cell {
        padding-top: 120px;
    }

    .testi_blockq {
        display: none;
    }

    .home_container {
        text-align: center;
    }

    .carin-ipad {
        top: 25%;
        left: 11%;
        width: 40%;
        z-index: 101;
    }

    .carin-macbook {
        top: 48%;
        left: 30%;
        width: 82%;
        z-index: 102;
    }

    .carin-iphone {
        top: 83%;
        left: -2%;
        width: 20%;
        z-index: 103;
    }
}

@media (max-width: 500px) {
    .carin-ipad {
        top: 50%;
        left: 11%;
        width: 40%;
        z-index: 101;
    }

    .carin-macbook {
        top: 88%;
        left: 30%;
        width: 82%;
        z-index: 102;
    }

    .carin-iphone {
        top: 130%;
        left: -2%;
        width: 20%;
        z-index: 103;
    }
}

@media screen and (max-width: 992px) and (min-width: 300px) {
    .home_title {
        font-size: 30px;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .home_title_container {
        text-align: center;
        padding-bottom: 10px;
    }

    .home_title_container .home_title_text {
        font-size: 34px;
        max-width: 500px;
        margin: auto;
    }

    .home_video_box {
        padding-top: 20px;
    }

    .home_btn_manage {
        display: none;
    }

    .home_btn_manage_mobil {
        display: block;
    }
}

/*=================
    PAGE
===================*/

.bg_page_cover {
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-position: center center;
    background-color: #eae8e8;
    min-height: 318px;
}

.section_page {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page_title_container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page_title_container .page_title_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.page_title_container .page_subtitle_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 12px;
}

#page_content .line {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 460px) {
    .page_title_container .page_title_text{
        font-size: 16px;
    }

    .page_title_container .page_subtitle_text{
        font-size: 26px;
    }
}

.nav-pills {
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    text-decoration: none;
    background-color: #f3f3f3;
}

.nav-pills .nav-link {
    border-radius: 20px;
    margin-right: 1rem;
    transition: all 0.2s;
    background-color: #fafafa;
}

.nav-pills .nav-link {
    color: #0ab8e7;
}

.nav-pills .nav-link:hover {
    color: #0ab8e7;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0ab8e7;
}

.table td, .table th {
    padding: 1.5rem;
    vertical-align: top;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .02);
}

@media (max-width: 768px) {
    .table-responsive tr{
        display: block;
        padding-bottom: 0.7rem;
    }

    .table-responsive tr > td{
        display: block;
        padding: 0.7rem 0.7rem 0;
    }

    .table-responsive tr > td:first-child{
        display: block;
    }
}

.left-menu {
    margin: 0 0 2em;
}

.left-menu h3 {
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #DDD;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
}

.left-menu ul.menu {
    font-size: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-flow: column;
}

.left-menu ul.menu li.list-title {
    display: none;
}

.left-menu ul.menu a {
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #ddd;
    margin: 0 0 3px;
    padding: 8px 3px;
    color: #007bff;
}

.left-menu ul.menu a b {
    display: block;
}

.left-menu ul.menu li ul {
    margin: 0 0 0 8px;
    padding: 1px 1px 1px 3px;
    list-style: none;
}

/*.left-menu ul.menu .current:not(.deeper) a {
    color: #000;
}*/

.left-menu ul.menu .active > a {
    color: #000;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

#page_content .pdf-container {
    display: flex;
    margin-bottom: 8px;
}

#page_content .pdf-container a {
}

#page_content .pdf-container a:hover {
    color: #e86800;
}

#page_content .pdf-container a img {
    width: 36px;
    height: auto;
    float: left;
    margin-right: 8px;
}

#page_content .pdf-container .pdf-text {
    float: left;
    padding-top: 7px;
}

#page_content .video-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
}

#page_content .video {
    box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
}

#page_content .page-header {
    margin-bottom: 2em;
}

#page_content .nn_tabs-title {
    margin-bottom: 1em;
}

@media (max-width: 1400px) {
    #page_content .video-wrapper {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

/* site pages */

/* news/blog/events */
.blog-view .item .date_created{
    display:block;
}
.blog-view .items-row{
    border-bottom:1px solid #0ab8e7;
    margin-bottom:2em;
    padding-bottom:2em;
}
.blog-view .items-row .rm-item{
}
.blog-view .items-row:last-child{
    border-bottom:0;
    margin-bottom:0;
}
.blog-view .items-row .attachmentsContainer{
    display: none;
}

/*=====================
    PAGE - CTA
=======================*/
.bg_cta {
    background-image: url("../images/cta/cta_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}

.bg_cta_overlay_gray_cover {
    background-color: rgba(234, 232, 232, 0.95);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cta_details {
    max-width: 800px;
    line-height: 1.5;
    font-size:20px;
}

.cta_details  a:hover {
    color: #e86800;
}


/*=====================
    PAGE - UPPCOMING EVENT
=======================*/

.bg_ue {
    background-image: url("../images/ue/CLEUR19-venue.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}

.ue_details {
    max-width: 800px;
    line-height: 1.5;
    font-size:20px;
}

.ue_title{
    font-size:24px;
    font-weight:500;
}

/* blog pagination */
.pager.pagenav {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 2em;
}

.pager.pagenav .previous:before{
    content: '<';
}

.pager.pagenav > .next{
    margin-left: auto;;
}

.pager.pagenav .next:after{
    content: '>';
}

.bt-social-share{
    margin-bottom:1em;
}

.bt-social-share > *{
    display:inline-block;
    margin-right: 1em;
    vertical-align:top;
    width: 60px !important;
    overflow: hidden;
}

.bt-social-share > .bt-social-share-button.bt-facebook-like-button{
    width: 70px !important;
    text-indent: -3px;
}

/* article body */
.article-body .clean-table{
    width:100%;
    margin-bottom:2rem;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5{
    margin-bottom:1.5rem;
    line-height: 1em;
}

.article-body h1{ font-size:2rem; }
.article-body h2{ font-size:1.75rem; }
.article-body h3{ font-size:1.5rem; }
.article-body h4{ font-size:1.25rem; }
.article-body h5{ font-size:1rem; }

.article-body .highlight {
    padding: 2rem;
    border: 1px solid  #eae8e8;
    margin: 2rem 0;
    background-color: #eae8e8;
}

.article-body .highlight h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
}

.article-body .highlight p {
    font-size: 1.2rem;
}

.article-body p{
    margin-bottom:1.5rem;
}

.article-body > *:last-child,
.article-body > * > *:last-child{
    margin-bottom: 0;
}

/* blog */
.cat_breadcrumbs{
    margin-bottom: 1rem;
}

.newsflash-vert .post{
    margin-bottom: 2rem;
}

.bt-social-share-button.bt-linkedin-button span{
    vertical-align: top !important;
}

.blog-view.blog-post #pills1-tab li:nth-child(3){ order:1; }
.blog-view.blog-post #pills1-tab li:nth-child(1){ order:2; }
.blog-view.blog-post #pills1-tab li:nth-child(2){ order:3; }

/* login */
.login .form-horizontal.well{
    margin: 2rem 0;
}

.login .form-horizontal.well .control-group {
    margin: 0 0 1rem;
}

.login .form-horizontal.well .control-label label {
    margin-bottom: 0;
}

.login + div .nav-tabs {
    border: 0;
    display: block;
}

.login + div .nav-tabs li{
    margin-bottom: 0.5rem;
}

/* contacts */
.contacts-table{
    max-width: 600px;
    margin-bottom: 2rem;
}

.contacts-table td{
    padding: 0.5rem 1rem;
}

.contacts-table tr td:nth-child(1){ width: 40%; }
.contacts-table tr td:nth-child(2){ width: 60%; }

/* file-repo */
body.file-repo #page_content .bd-content > div:last-child{
    visibility: hidden;
}

/* strategic-partners */
body.strategic-partners table img{
    width: auto;
}

/* bottom-menu */
.bottom-menu ul{
    padding:0;
    margin:0 auto;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    display: block;
    font-size:smaller;
}

.bottom-menu li{
    margin:0 10px;
    display: inline-block;
}

.bottom-menu li a{
    color:inherit;
}

.bottom-menu li a:visited{
    color:inherit;
}

/* file-repo */
body.file-repo .pd-categoriesbox{
    margin-bottom: 1rem;
}

body.file-repo .pd-categoriesbox:last-child{
    margin-bottom: 0;
}

body.file-repo .pd-cdesc{
    margin-bottom: 1rem;
}

body.file-repo .pd-subcategory{
    padding: 0.5rem 0;
}

body.file-repo .pd-filebox{
    margin-bottom:1.5rem;
}

body.file-repo .pd-filebox:last-of-type{
    margin-bottom:0;
}

body.file-repo .pd-filenamebox .pd-document32{
    min-height: 40px;
    padding-left: 40px;
    background-position: 0 0 !important;
    margin-bottom: -10px;
}

body.file-repo .pd-fdesc{
    margin-left: 40px;
}

body.file-repo .pd-fdesc > *{
    margin-bottom: 0.5em;
    line-height: 1.2rem;
}

body.file-repo .pd-fdesc ul{
    padding-left: 1em;
}

.tcandc-calculator{
    border:0;
    margin:-2rem -3rem -3.4rem;
    padding: 35px 0 0 0;
    width: 100%;
    min-height: 500px;
}

.tcandc-hef{
    border:0;
    margin:0;
    padding: 0;
    width: 100%;
    min-height: 90vh;
}

.alert.alert-notice{
    border-radius: 0;
    background-color: #d1edf5;
}

.form-validation-error{
    background-color: rgba(255, 66, 66, 0.9);
    border-color: rgb(255, 0, 0);
    border-radius: 4px;
    border-width: 1px;
    padding: 4px 12px;
    color: rgb(255, 255, 255);
    font-size: 0.85em;
}

/* article banners*/
section.article_banner .page_logo{
    /*display: block !important;*/
}
section.article_banner.bg_page_cover{
    height: 318px;
}

section.article_banner .container,
section.article_banner .container > .row{
    height: 100%;
    align-content: center;
}

section.article_banner .page_logo img{
    max-width: 100%;
    max-height: 6rem;
}

section.article_banner .page_title_container,
section.article_banner .page_title_container > div{
    font-family: 'Industry', 'Poppins', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 36px;
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 1rem;
    text-transform: inherit;
    color: #fff;
}
section.article_banner .page_title_container > div:last-of-type{
    padding-bottom: 0;
}

@media (max-width: 768px) {
    section.article_banner.bg_page_cover {
        background-position: center right;
    }
    section.article_banner.ccdialer.bg_page_cover {
        background-position: center center;
    }

    section.article_banner .page_title_container > div{
        text-align: center;
        font-size: 24px;
        line-height: 1em;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 460px) {
    section.article_banner .page_title_container > div{
        font-size: 18px;
        line-height: 1em;
        padding-bottom: 0.5rem;
    }
}