@import 'https://fonts.googleapis.com/css?family=Ubuntu:300, 400, 500, 700';
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.no-padding {
    padding: 0;
}

.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-y {
    padding-top: 0;
    padding-bottom: 0;
}

.contributor-profile-block {
    margin: auto;
    position: relative;
    width: 100%;
}

.cover-container {
    background: #1E90FF;
    background: radial-gradient(at bottom, #73D6F5 12%, #1E90FF)
}

.contributor-profile-block-thumb {
    display: block;
    height: 315px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.contributor-profile-block-menu {
    border: 1px solid #d3d6db;
    border-radius: 0 0 3px 3px;
}

.modal-backdrop.show {
    opacity: 0;
    display: none;
}

.mtn-15px {
    margin-top: -15px;
}

.profile-img a {
    bottom: 15px;
    box-shadow: none;
    display: block;
    left: 15px;
    padding: 1px;
    position: absolute;
    height: 160px;
    width: 160px;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    z-index: 9;
}

.profile-img img {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    height: 158px;
    padding: 5px;
    width: 158px;
}

.profile-name {
    bottom: 60px;
    left: 200px;
    position: absolute;
}

.profile-name h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    max-width: 275px;
    position: relative;
    text-transform: uppercase;
}

.contributor-profile-block-menu {
    height: 44px;
    position: relative;
    width: 100%;
    /* overflow:hidden; */
    background: #fff;
}

.nhbtn {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 30px;
    font-size: 15px;
}

.block-menu {
    clear: right;
    padding: 0;
    margin: 0;
    min-height: auto;
    line-height: initial;
    padding-left: 205px;
    position: unset;
    background: transparent;
    box-shadow: none;
}

.block-menu ul {
    margin: 0;
    padding: 0;
}

.block-menu ul li {
    display: inline-block;
}

.block-menu ul li a {
    border-right: 1px solid #e9eaed;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 3.0;
    padding: 0 17px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    color: #4b4f56;
    text-transform: capitalize;
    margin-left: -3px;
}

.block-menu ul li a.active {
    border-bottom: 3px solid #f48024;
    margin-left: -3px;
}

.block-menu ul li:first-child a {}

#nav-bar-filter,
#more-nav {
    display: inline-block;
}

#more-nav ul {
    z-index: 1;
    width: auto;
}

#more-nav ul li {
    width: 100%;
}

#more-nav ul li a {
    border-color: transparent;
    float: inherit;
    height: auto;
}

.modal-backdrop.fade.show {
    display: none;
}

.card {
    box-shadow: 0px 0px 15px -10px #ed714c;
}

.overlayText {
    position: absolute;
    top: 0;
    left: 0;
}

.overlayBtns {
    position: absolute;
    bottom: 24px;
    right: 6px;
    z-index: 1;
}

.text-dark-hover:hover {
    color: #000;
}

.tabThis {
    display: none;
}

.tabThis.active {
    display: block;
}

.question-vote {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}

.question-not-mobile .question-vote {
    width: 46px;
    margin-top: -4px;
}

.question-vote li a {
    color: #677075;
    font-size: 40px;
    cursor: pointer;
}

.media-support-user-img {
    width: 60px;
    /* height: 60px; */
}

.media-support-user-img img {
    height: 100%;
    width: 100%;
}

.btn-askQ {
    line-height: 1px;
    text-align: left;
    font-size: 18px;
    border-radius: 15px !important;
    background: #f0f2f5;
    color: #65676b;
}

.upvote-on {
    color: #1da1f3 !important;
}

.downvote-on {
    color: #e25555 !important;
}

.vote_result {
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0;
    color: #677075;
}

.li_loader {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    display: none;
    margin-top: 6px;
}

.question_vote_spin {
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-right-color: transparent !important;
    background-color: initial;
    display: inline-block;
    border-color: #2d6ff7;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    border-radius: 100%;
}

li.question-vote-up,
li.question-vote-down {
    line-height: 22px;
    padding: 0;
    margin: 0;
    display: block;
}

.bookmark-bookmarked {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}

.bookmark-not-mobile .bookmark-bookmarked {
    width: 46px;
    margin-top: -4px;
}

.bookmark-bookmarked li a {
    color: #677075;
    font-size: 20px;
}

.bookmarked_result {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
    color: #677075;
}

.li_loader {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    display: none;
    margin-top: 6px;
}

.bookmark_bookmarked_spin {
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-right-color: transparent !important;
    background-color: initial;
    display: inline-block;
    border-color: #2d6ff7;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    border-radius: 100%;
}

li.bookmark-bookmarked-up,
li.bookmark-bookmarked-down {
    line-height: 22px;
    padding: 0;
    margin: 0;
    display: block;
}

.show-post-activity {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    color: #677075;
    font-size: 20px;
    display: block;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #fff;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0px 0px 20px 0px rgb(44 101 144 / 25%);
}

.font-size-40 {
    font-size: 40px !important;
}

.askAt {
    display: block;
}

.askAt span {
    color: #a09e9e;
}

.user-post p {
    line-height: 30px;
}

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

.form-btn {
    position: absolute;
    color: #6c727c;
    padding: 12px 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.form-group {
    position: relative;
}

.form--control-bg-gray:focus {
    background-color: rgba(127, 136, 151, .1);
}

.off-canvas-menu-toggle,
.search-menu-toggle,
.user-off-canvas-menu-toggle {
    display: none;
    cursor: pointer;
}

.svg-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

svg path {
    transition: 0.1s;
}

svg:hover path {
    d: path("M 800 300 Q 400 250 0 300 L 0 0 L 800 0 L 800 300 Z");
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-bottom: 11px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 56px;
}

.sec-title h2 {
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 50px;
}

.premium-eatures-style-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 0 80px;
    display: none;
}

.technologists-style-area {
    position: relative;
    display: block;
    background: url(../images/thm-pattern-1.png);
    padding: 30px 0 80px;
    padding-top: 120px;
    margin: 50px 0px;
    margin-top: 0;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    min-height: 500px;
}

.blog-style1-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 0 80px;
}

.partner-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 0 80px;
}

.shine-box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.shine-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.tagTxt {
    color: #39739d;
    background: #e1ecf4 !important;
    border-color: #00000000;
    text-shadow: 0 0 transparent;
    font-size: 12px;
    font-weight: 100;
}

.tagTxt:hover {
    color: #39739d !important;
    background: #e1ecf4 !important;
    border-color: #00000000;
    text-shadow: 0 0 transparent;
    font-size: 12px;
    font-weight: 100;
}

.viewcount {
    line-height: 6px;
    font-size: 12px;
}

.qInfoTitle {
    font-size: 20px;
    color: #0077cc;
    font-weight: 100;
    margin-bottom: 6px;
    display: block;
}

.qInfo {
    display: block;
    text-align: center;
    color: #6a737c;
}

.qInfoVote {}

.qInfoVote strong {
    font-weight: normal;
    font-size: 16px;
}

.qInfoAnswers {
    border: 1px solid #5eba7d;
    color: #48a868;
    padding: 7px 3px 11px;
    border-radius: 3px;
    margin-top: 11px;
}

.answered-accepted {
    border: 1px solid transparent;
    background-color: #5eba7d;
    color: #fff;
}

.unanswered {
    border: 1px solid transparent;
    color: #6a737c;
    font-weight: 100;
}

.qInfoView {
    margin-top: 11px;
    font-size: 11px;
    color: #f48024;
}

.badges {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.gold.badges {
    margin-right: 3px;
    margin-left: 2px;
}

.badge1,
.badge2,
.badge3 {
    display: inline-block;
    overflow: hidden;
    line-height: inherit;
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
}

.badge1,
.badge2,
.badge3 {
    margin-right: 3px;
    margin-left: 2px;
    width: 6px;
}

.badge1,
.badge2,
.badge3 {
    background-image: url(../images/gold-silver-bronze.png), none;
    background-size: initial;
    background-repeat: no-repeat;
    overflow: hidden;
}

.badge1 {
    background-position: -52px -5px;
}

.badge2 {
    background-position: -32px -5px;
}

.badge3 {
    background-position: -12px -5px;
}

.user-activity span {
    margin-left: 3px;
}

.tagcloud {
    overflow: hidden;
}

.tagcloud a {
    font-size: 12px !important;
    margin-bottom: 6px;
    margin-right: 6px;
    display: block;
    float: left;
    padding: 0 6px;
    font-family: open sans, Arial, sans-serif;
    border-radius: 2px;
    border: 1px solid #e1e3e3;
    color: #7c7f85;
    transition: border .2s linear, color .2s linear, background-color .2s linear;
    border-color: #7c7f85;
}

.tagcloud a:hover {
    background-color: #2d6ff7;
    color: #fff;
}

.stats-outer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
    background: #f9f9f9;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.stats-inner {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.stats-inner li {
    font-family: roboto, Arial, sans-serif;
    border-radius: 2px;
    list-style: none;
    border-bottom: 1px solid #e4e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e3e3;
    background-color: #fff;
}

.stats-inner li,
.stats-inner li:last-child {
    float: left;
    width: 50%;
    padding: 12px 15px;
    margin: 0;
    text-align: center;
    position: relative;
    height: 75px;
    font-size: 12px;
}

.col-pull-right {
    position: -webkit-sticky;
    position: sticky;
    display: block;
}

.adsBlockList {
    display: block;
}

.community-single .shape {
    position: absolute;
    top: 67px;
    left: 250px;
    opacity: 0.6;
}

.stats-inner li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 45px;
    width: 2px;
    background-color: #2d6ff7;
}

.stats-inner li:nth-child(2n+2):before {
    left: initial;
    right: 0;
}

.stats-text {
    font-family: open sans, Arial, sans-serif;
    display: block;
    margin-bottom: 5px;
    color: #2d6ff7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stats-value {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #272930;
    line-height: 20px;
}

.use-community-style-area {
    background: #fff;
    min-height: 500px;
}

.use-community-style-area .top-box .shape {
    position: absolute;
    top: -50px;
    left: -160px;
    opacity: 0.6;
}

.use-community-style-area .top-box .title {
    position: relative;
    display: block;
    margin-top: -13px;
    text-align: left;
}

.use-community-style-area .top-box .title h2 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 10px;
}

.use-community-style-area .top-box .title h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.use-community-style-area .top-box .btn-box .btn-one {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: #d53f34;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s linear;
    font-family: 'Inter', sans-serif;
    z-index: 1;
    box-shadow: none;
    text-decoration: none;
}

.use-community-style-area .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.single-fact-community {
    border-radius: 5px;
    margin-bottom: 14px;
}

.single-fact-community .outer-box {
    position: relative;
    display: block;
    background: #f4f8fbc4;
    padding: 30px 30px 30px;
    padding-right: 30px;
    box-shadow: 0 0px 30px 6px rgb(0 0 0 / 1%);
    overflow: hidden;
}

.single-fact-community .outer-box .shape1 {
    position: absolute;
    top: 15px;
    left: 15px;
    /* -webkit-animation: animation1 5s ease-in infinite; */
    /* animation: animation1 5s ease-in infinite; */
    /* opacity: 0; */
}

.single-fact-community .outer-box .shape1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-community .outer-box .shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    /* display: none; */
}

.single-fact-community .outer-box .shape2 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-community .top {
    position: relative;
    display: block;
    margin-top: 25px;
    height: 44px;
}

.single-fact-community .top .icon-box {
    width: 85px;
}

.single-fact-community .top .icon-box,
.single-fact-community .top .count-box {
    /* display: table-cell; */
    vertical-align: middle;
}

.single-fact-community .top .icon-box img,
.single-fact-community .top .count-box img {
    width: 38px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-community .top .count-box {
    position: relative;
    padding-left: 10px;
    color: #34a3d5;
    font-size: 60px;
    font-weight: 700;
    line-height: 0px;
}

.single-fact-community .top .count-box .dolor-sign {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -15px;
    color: #39739d;
    border-radius: 6px;
    padding: 0px 5px 5px 4px;
    line-height: 15px;
}

.single-fact-community .text {
    position: relative;
    display: block;
    padding-top: 18px;
    height: 95px;
    overflow: hidden;
}

.single-fact-community .top .count-box.style2 {
    color: #e5ac1b;
}

.single-fact-community .top .count-box.style3 {
    color: #46b3a8;
}

.single-fact-community .top .count-box.style4 {
    color: #922ecb;
}

.community_list_fea_icon {
    display: inline-block;
    width: 90px;
    position: relative;
}

.community_list_fea_hover {
    transform: scale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.community_list_fea_hover {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.community_list_fea_hover span {
    background-color: #f06b08;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.community_list_fea_hover span:first-child {
    top: -5px;
    left: 10px;
}

.community_list_fea_hover span:nth-child(2) {
    top: 9px;
    right: 0;
}

.community_list_fea_hover span:nth-child(3) {
    top: 0px;
    right: 9px;
    width: 3px;
    height: 3px;
    background-color: #ffe2b5;
}

.community_list_fea_hover span:nth-child(4) {
    bottom: 8px;
    right: 2px;
}

.community_list_fea_hover span:nth-child(5) {
    bottom: -11px;
    left: 36px;
}

.community_list_fea_hover span:nth-child(6) {
    bottom: 18px;
    left: -4px;
}

.community_list_fea_hover span:last-child {
    width: 3px;
    height: 3px;
    background-color: #ffe2b5;
    bottom: 9px;
    left: 3px;
}

.community_list_feaicon_img {
    width: 46px;
    height: 80px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-top: 2px solid #eeefff;
    border-bottom: 2px solid #eeefff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 3;
    background-color: #f4f8fb;
}

.community_list_feaicon_img:after,
.community_list_feaicon_img:before {
    position: absolute;
    content: '';
    border-top: 2px solid #eeefff;
    border-bottom: 2px solid #eeefff;
    width: 46px;
    height: 80px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #f4f8fb;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu.active {
    background: #ed714c;
    color: #fff !important;
    font-weight: 600;
}

.community_list_feaicon_img img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.community_list_feaicon_img:after,
.community_list_feaicon_img:before {
    position: absolute;
    content: '';
    border-top: 2px solid #eeefff;
    border-bottom: 2px solid #eeefff;
    width: 46px;
    height: 80px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #f4f8fb;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.community_list_feaicon_img:before {
    transform: rotate(-61deg);
}

.community_list_feaicon_img:after {
    transform: rotate(61deg);
}

.single-fact-community .outer-box:hover .community_list_fea_hover {
    transform: scale(1);
}

.single-fact-community .outer-box:hover:after {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
}

.single-fact-community .outer-box:after {
    position: absolute;
    content: '';
    width: 80%;
    background-color: #f16b08;
    height: 4px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    bottom: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.use-tags-style-area {
    background: #fff;
    min-height: 500px;
    margin-bottom: 50px;
}

.use-tags-style-area .top-box .shape {
    position: absolute;
    top: -50px;
    left: -120px;
}

.use-tags-style-area .top-box .title {
    position: relative;
    display: block;
    margin-top: -13px;
    text-align: left;
}

.use-tags-style-area .top-box .title h2 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 10px;
}

.use-tags-style-area .top-box .title h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.use-tags-style-area .top-box .btn-box .btn-one {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: #d53f34;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s linear;
    font-family: 'Inter', sans-serif;
    z-index: 1;
    box-shadow: none;
    text-decoration: none;
}

.use-tags-style-area .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.single-fact-tags {
    border-radius: 5px;
    margin-bottom: 14px;
}

.single-fact-tags .outer-box {
    position: relative;
    display: block;
    background: #f4f8fbc4;
    padding: 30px 30px 5px;
    padding-right: 30px;
    box-shadow: 0 0px 30px 6px rgb(0 0 0 / 1%);
    overflow: hidden;
}

.single-fact-tags .outer-box .shape1 {
    position: absolute;
    top: 15px;
    left: 15px;
    /* -webkit-animation: animation1 5s ease-in infinite; */
    /* animation: animation1 5s ease-in infinite; */
    opacity: 0;
}

.single-fact-tags .outer-box .shape1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-tags .outer-box .shape2 {
    position: absolute;
    bottom: -124%;
    right: -70%;
    opacity: 0.6;
}

.single-fact-tags .outer-box:hover .shape2 {
    opacity: 1;
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.single-fact-tags .outer-box .shape2 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-tags .top {
    position: relative;
    display: block;
}

.single-fact-tags .top .icon-box {
    width: 85px;
}

.single-fact-tags .top .icon-box,
.single-fact-tags .top .count-box {
    display: table-cell;
    vertical-align: middle;
}

.single-fact-tags .top .icon-box img,
.single-fact-tags .top .count-box img {
    width: 38px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-tags .top .count-box {
    position: relative;
    padding-left: 10px;
    color: #34a3d5;
    font-size: 60px;
    font-weight: 700;
    line-height: 0px;
}

.single-fact-tags .top .count-box .dolor-sign {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -15px;
    background: #e1ecf4;
    color: #39739d;
    border-radius: 6px;
    padding: 0px 5px 5px 4px;
    line-height: 30px;
}

.single-fact-tags .text {
    position: relative;
    display: block;
    padding-top: 18px;
    height: 95px;
    overflow: hidden;
}

.form-control.bg {
    background: #f4f8fbc4;
}

.single-fact-tags .top .count-box.style2 {
    color: #e5ac1b;
}

.single-fact-tags .top .count-box.style3 {
    color: #46b3a8;
}

.single-fact-tags .top .count-box.style4 {
    color: #922ecb;
}

.use-countdown-style-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 80px;
    padding-bottom: 120px;
    margin: 50px 0px;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    min-height: 500px;
    margin-bottom: 0px;
}

.unblock-your-team-style-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 0 0px;
    overflow: hidden;
}

body {
    background: #40434b;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    transition: background 0.5s
}

h3 {
    font-weight: 400;
}

.overlap_header {
    color: #fff;
    padding-top: 6vw;
    padding-bottom: 14vw;
    text-align: center;
}

main {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    /* padding: 10vh 0 80vh; */
    position: relative;
    text-align: center;
    overflow: hidden;
}

main::after {
    /* border-right: 2px dashed #eee; */
    content: '';
    position: absolute;
    top: calc(10vh + 1.618em);
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100%;
}


/* footer {} */

.main-footer .footer-top {
    position: relative;
    display: block;
    /* padding: 145px 0px 170px 0px; */
    padding-top: 50px;
}

.parallax-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.main-footer .footer-top .widget-title h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    /* color: #616670; */
    color: #fff;
    margin-bottom: 27px;
    background-image: url('../images/txtbgw.png');
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-position: 100% 100%;
    -webkit-animation: square 6s linear infinite;
    animation: square 6s linear infinite;
    -webkit-background-clip: text;
    /* color: transparent; */
}

.copyright {
    margin-top: -10px;
}

.main-footer .footer-top .about-widget .widget-content p {
    position: relative;
    line-height: 26px;
    color: #615e5d;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
}

.main-footer .footer-top .about-widget .widget-content p {
    position: relative;
    display: block;
    color: #bec5d4;
    margin-bottom: 26px;
}

.main-footer .footer-top .about-widget .widget-content p:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .link-widget .widget-content li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.main-footer .footer-top .link-widget .widget-content li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #bec5d4;
}

.main-footer .footer-top .link-widget .widget-content li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
    left: 0px;
    top: 1px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-footer .footer-top .contact-widget .widget-content .text {
    position: relative;
    display: block;
    color: #bec5d4;
    margin-bottom: 18px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #bec5d4;
    padding: 0px 0px 0px 25px;
    margin-bottom: 15px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #ff7162;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #bec5d4;
    margin-bottom: 10px;
}

.main-footer .footer-top .subscribe-widget .widget-content .text {
    position: relative;
    display: block;
    color: #bec5d4;
    margin-bottom: 28px;
}

.subscribe-widget.footer-widget .page-header {
    display: none;
}

.subscribe-widget.footer-widget input.email-edit.hs-input {
    width: 100% !important;
    height: 55px;
    padding: 0 20px !important;
    border-radius: 5px;
    border: 0;
}

.subscribe-widget.footer-widget input#submitbutton {
    padding: 12px 40px;
    color: #fff;
    background: #ff7162;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

.main-footer .footer-bottom {
    position: relative;
    display: block;
    background: #25282d;
    padding: 33px 0px;
}

.main-footer .footer-bottom .left-content {
    position: relative;
    margin-top: 23px;
}

.main-footer .footer-bottom .left-content .copyright {
    position: relative;
    display: block;
    color: #bec5d4;
}

.main-footer .footer-bottom .right-content .footer-logo {
    position: relative;
    display: inline-block;
    margin-right: 300px;
}

.main-footer .footer-bottom .right-content .footer-logo:before {
    position: absolute;
    content: '';
    width: 216px;
    height: 57px;
    left: -57px;
    top: -90px;
    background-repeat: no-repeat;
}

.main-footer .footer-bottom .right-content .footer-social {
    position: relative;
    display: inline-block;
    top: 3px;
}

.social-style-one li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #3b5998;
    border-radius: 50%;
}

small {
    opacity: 0.5;
    font-weight: 300;
}

small a {
    color: inherit;
}

.header_icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header_icon_one {
    position: absolute;
    top: 19%;
    left: 5%;
    opacity: 0.05;
    width: 128px;
    transform: rotate(323deg);
}

.header_icon_two {
    position: absolute;
    bottom: 35%;
    left: 2%;
    opacity: 0.3;
    width: 100px;
    -webkit-animation: zoom-in-zoom-out-rotate 5s ease-out infinite;
    animation: zoom-in-zoom-out-rotate 5s ease-out infinite;
}

.header_icon_three {
    position: absolute;
    bottom: 88%;
    right: 11%;
    opacity: 0.1;
    width: 100px;
    transform: rotate(180deg);
    -webkit-animation: zoom-in-zoom-out-rotate-2 15s ease-out infinite;
    animation: zoom-in-zoom-out-rotate-2 15s ease-out infinite;
}

.header_icon_four {
    position: absolute;
    bottom: 35%;
    right: 2%;
    opacity: 0.2;
    width: 100px;
}

.header_icon_five {
    position: absolute;
    width: 100px;
    right: 4%;
    top: 5%;
    opacity: 0.05;
}

.header_icon_six {
    position: absolute;
    top: 5%;
    left: 33%;
    opacity: 0.1;
    -webkit-animation: zoom-in-zoom-out-rotate-2 5s ease-out infinite;
    animation: zoom-in-zoom-out-rotate-2 5s ease-out infinite;
}

.header_icon_seven {
    position: absolute;
    top: 5%;
    left: 47%;
    opacity: 0.05;
    -webkit-animation: zoom-in-zoom-out-rotate-2 15s ease-out infinite;
    animation: zoom-in-zoom-out-rotate-2 15s ease-out infinite;
}

.header_icon_mouse {
    position: absolute;
    bottom: 84%;
    left: 47%;
    width: 40px;
    opacity: 0.3;
    cursor: pointer;
    display: none;
}

.header-slogan {
    color: #fff;
    margin-top: 15px;
    font-size: 60px;
}

.header-slogan .red {
    color: #f2720c;
}

.header-slogan-dash {
    color: #6a737c;
    font-size: 60px;
    letter-spacing: -16px;
}

.header-slogan-infos {}

.header-slogan-info-head {
    color: #ea9016;
    line-height: 60px;
    font-weight: bold;
    font-size: 45px;
}

.header-slogan-info-body {
    text-transform: uppercase;
    font-size: 16px;
}

.msg-icn {
    display: inline-block;
    position: relative;
    padding: 5px 0px;
    color: #ffffff;
    background: transparent;
    box-sizing: border-box;
    min-width: 80px;
    min-height: 38px;
    z-index: 0;
    border-radius: 10px 10px 0px 10px;
}

.msg-icn:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0px solid #fee3cf;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 18px 105%, 43px 80%, 21px 80%, 21px 0%);
    clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 18px 105%, 43px 80%, 21px 80%, 21px 0%);
    transform: scaleX(-1);
}

.msg-icn:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    background: #fee3cf;
    top: calc(100% - 1px);
    right: 50%;
    box-sizing: border-box;
    -webkit-clip-path: polygon(25px 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 10px 0);
    clip-path: polygon(25px 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 10px 0);
    transform: scaleX(-1);
    opacity: 0;
}

.msg-icn-search {
    display: none;
    color: #f16b08;
    font-size: 50px;
}

.msg-icn-msg {
    font-size: 30px;
    margin: 0px 100px 20px 100px;
}

.menu-wrapper {
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.menu-wrapper form {
    width: 300px;
}

.or-search-content {
    position: relative;
    padding: 10px 0px 0px 0px;
}

.or-search-content a {
    color: #f16b08;
    font-size: 16px;
}

.theme-btn {
    background-color: #f16b08;
    color: #fff;
    font-weight: 600;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
}

.align-items-center.form-row button {
    padding: 13px;
    border-radius: 5px;
}

.theme-btn-outline-white {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .7);
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #2d86eb;
}

.theme-btn-outline:hover {
    background-color: #2d86eb;
    border-color: #2d86eb;
    color: #fff;
}

.header-area {
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
    height: 96px;
    display: flex;
    align-items: center;
}

.sticky {
    background: #23262b;
    border-bottom: 1px solid ##23262b;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: -100px;
}

.menu-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.icon-element {
    color: #0d233e;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(14 16 48 / 10%);
    text-align: center;
    transition: all .3s;
    display: block;
}

.icon-element-xs {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.menu-bar-white>ul>li>a {
    color: rgba(255, 255, 255, .7)
}

.menu-bar-white>ul>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.menu-bar>ul>li {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

.menu-bar>ul>li.is-mega-menu {
    position: static
}

.menu-bar>ul>li a {
    font-size: 15px;
    color: #6c727c;
    transition: all .3s;
    padding: 8px 16px;
    border-radius: 6px;
    display: block;
    line-height: 20px;
    font-weight: 500
}

.menu-bar>ul>li a:hover {
    color: #2d86eb;
    background-color: rgba(45, 134, 235, .05)
}

.menu-bar>ul>li:last-child {
    margin-right: 0
}

.menu-bar>ul>li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 90px;
    width: 220px;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 8px;
    transition: all .3s;
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    opacity: 0;
    visibility: hidden
}

.menu-bar>ul>li .dropdown-menu-item li {
    margin-bottom: 2px;
    text-transform: capitalize
}

.menu-bar>ul>li .dropdown-menu-item li:last-child {
    margin-bottom: 0
}

.menu-bar>ul>li .dropdown-menu-item li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400
}

.menu-bar>ul>li .dropdown-menu-item li .sub-menu {
    position: absolute;
    left: 95%;
    top: 0;
    width: 200px;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 8px;
    transition: all .3s;
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    opacity: 0;
    visibility: hidden
}

.menu-bar>ul>li .dropdown-menu-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100%
}

.menu-bar>ul>li .mega-menu {
    width: 100%
}

.menu-bar>ul>li .mega-menu li {
    border-right: 1px solid rgba(128, 137, 150, .1);
    margin-bottom: 0
}

.menu-bar>ul>li .mega-menu li:last-child {
    border-right: 0
}

.menu-bar>ul>li:hover .dropdown-menu-item {
    top: 80px;
    opacity: 1;
    visibility: visible
}

.menu--bar>ul>li {
    padding-top: 14px;
    padding-bottom: 14px
}

.menu--bar>ul>li .dropdown-menu-item {
    top: 70px
}

.menu--bar>ul>li:hover .dropdown-menu-item {
    top: 60px
}

.menu-bar-white>ul>li>a {
    color: rgba(255, 255, 255, .7)
}

.menu-bar-white>ul>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

@media (max-width:1199px) {
    .off-canvas-menu-toggle,
    .search-menu-toggle,
    .user-off-canvas-menu-toggle {
        display: inline-block
    }
}

.off-canvas-menu-toggle:hover,
.search-menu-toggle:hover,
.user-off-canvas-menu-toggle:hover {
    color: #2d86eb
}

.mobile-search-form {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.mobile-search-form.active {
    opacity: 1;
    visibility: visible
}

.off-canvas-menu,
.user-off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 1035;
    transition: all .4s cubic-bezier(.7, 0, .2, 1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    transform: translateX(-100%)
}

.off-canvas-menu.active,
.user-off-canvas-menu.active {
    transform: translateX(0)
}

.off-canvas-menu-list>li {
    margin-bottom: 0;
    font-size: 15px
}

.off-canvas-menu-list>li>a {
    color: #0d233e;
    font-weight: 500;
    text-transform: capitalize;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px
}

.off-canvas-menu-list>li.active a {
    color: #2d86eb
}

.off-canvas-menu-list>li .sub-menu {
    display: none;
    padding-left: 30px;
    text-transform: capitalize
}

.off-canvas-menu-list>li .sub-menu li a {
    color: #6c727c
}

.off-canvas-menu-list>li .sub-menu li a:hover {
    color: #2d86eb
}

.off-canvas-menu-close,
.user-off-canvas-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.off-canvas-menu-close,
.search-bar-close,
.user-off-canvas-menu-close {
    cursor: pointer
}

.off-canvas-menu-close .la,
.search-bar-close .la,
.user-off-canvas-menu-close .la {
    transition: all .3s
}

.off-canvas-menu-close:hover .la,
.search-bar-close:hover .la,
.user-off-canvas-menu-close:hover .la {
    color: #2d86eb;
    transform: rotate(90deg)
}

.off-canvas-menu-toggle,
.search-menu-toggle,
.user-off-canvas-menu-toggle {
    display: none;
}

@media (max-width: 1199px) {
    .logo-box {
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .off-canvas-menu-toggle,
    .search-menu-toggle,
    .user-off-canvas-menu-toggle {
        display: inline-block;
    }
    .header-area .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-area {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .nav-right-button .btn {
        display: none;
    }
    .menu-wrapper {
        display: none;
    }
}

.who-can-what {
    transition: width 0.2s, height 0.2s;
    position: relative;
    vertical-align: bottom !important;
    display: inline-flex !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #f2720c;
}

.who-can-what span {
    display: none;
    opacity: 0;
    color: #f2720c0a;
    font-weight: bold;
}

.who-can-what span:first-of-type {
    display: block;
    opacity: 1;
}

.js-user-slide-init {
    transform: translate3d(0, -100%, 0);
}

.who-can-what.js-loaded span {
    display: block;
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
}

.js-user-slide-init {
    background-image: url('../images/txtbg.jpg');
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-position: 100% 100%;
    -webkit-animation: square 8s linear infinite;
    animation: square 8s linear infinite;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}

.js-user-slide-in {
    background-image: url('../images/txtbg.jpg');
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-position: 100% 100%;
    -webkit-animation: square 8s linear infinite, slideIn 2s forwards;
    animation: square 8s linear infinite, slideIn 2s forwards;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    /* animation: slideIn 1s forwards; */
    color: transparent !important;
}

.js-use-case p {
    display: none;
}

.js-use-case.js-use-case--is-active p {
    display: block;
}

.js-use-case.js-use-case--is-active h3 {
    border-top-color: var(--black-500) !important;
}

.js-use-case.js-use-case--is-active svg {
    color: var(--blue-500) !important;
}

.js-user-slide-out {
    -webkit-animation: slideOut 1s forwards;
    animation: slideOut 1s forwards;
}

.what-we-do-wrap {}

.what-we-do-content {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.what-we-do-flip_box {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}

.what-we-do-flip_box:not(:last-child) {
    /* margin-bottom: 20px; */
    /* margin-bottom: 60px; */
}

.what-we-do-flip_box-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0 0 -35px 0;
}

.ap-flip-card-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ap-flip-card-wrapper {
    perspective: 1000px;
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 400px;
    max-width: 400px;
    min-height: 420px;
}

.ap-flip-card-wrapper.flip-down:hover .ap-flip-card-inner {
    transform: rotateX(-180deg);
}

.ap-flip-card-wrapper.flip-right:hover .ap-flip-card-inner {
    transform: rotateY(180deg);
}

.ap-flip-card-inner {
    position: relative;
    cursor: pointer;
    transition-duration: .4s;
    transform-style: preserve-3d;
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 400px;
    margin: 0;
    transition-duration: .3s;
    max-width: 400px;
    min-height: 420px;
    transition-timing-function: ease-in-out;
}

.front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
    color: #111;
    background: #eee;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-attachment: scroll;
}

.front.ask_question {
    border-top-left-radius: 100px;
    background-image: url(../images/users/flipbox-1.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.front.vote_the_answers {
    border-top-left-radius: 5px;
    background-image: url(../images/users/flip-box-3.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.front.answer_questions {
    border-top-left-radius: 5px;
    background-image: url(../images/users/flip2.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.front.get_reputation {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 100px;
    background-image: url(../images/users/woo-8.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.ap-flip-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ap-flip-card-front-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ap-flip-card-front-title {
    margin: 0;
    padding: 0;
    z-index: 2;
    display: inline-flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #101e36;
    margin: 30px 0 10px 0;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    transform: rotateY(180deg);
    color: #fff;
    background: #fc545e;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 35px 35px 35px 35px;
    background-color: transparent;
    background-image: linear-gradient(135deg, #172b4d 0, #0a48b3 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 100px;
    transform: rotateY(180deg);
}

.back.ask_question {
    transform: rotateX(-180deg);
    border-bottom-left-radius: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.back.vote_the_answers {
    transform: rotateY(180deg);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.back.answer_questions {
    transform: rotateY(-180deg);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.back.get_reputation {
    transform: rotateX(-180deg);
    border-bottom-left-radius: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ap-flip-card-overlay {}

.ap-flip-card-back-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ap-flip-card-back-title {
    margin: 0;
    padding: 0;
    z-index: 2;
    font-weight: 700;
    line-height: 1.3em;
    color: #fff;
}

.ap-flip-card-back-content {
    z-index: 2;
    font-size: .9rem;
    color: #fff;
    margin: 15px 0 28px 0;
}

.ap-btn-md {
    z-index: 2;
}

.ap-shape-circle {
    position: relative;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    width: 100%;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    z-index: 2;
}

.ap-shape-circle-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.ap-shape-circle-icon-wrapper {
    text-align: center;
}

.ap-shape-circle-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    border-radius: 50%;
    vertical-align: bottom;
    font-size: 30px;
    padding: 20px;
    background-color: #f5f5f5;
    color: #101e36;
}

.ap-shape-circle-icon .fas .fa-question {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.fact-counter_box {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.fact-counter_box ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.clearfix {}

.single-fact-counter {
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    max-width: 25%;
    width: 100%;
    padding: 0 12.5px;
    margin-bottom: 25px;
    z-index: 10;
    box-shadow: 0 5px 30px 3px rgb(0 0 0 / 3%);
    border-radius: 5px;
}

.single-fact-counter .outer-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 40px 53px;
    padding-right: 30px;
    box-shadow: 0 0px 30px 6px rgb(0 0 0 / 1%);
}

.single-fact-counter .outer-box .shape1 {
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.single-fact-counter .outer-box .shape1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-counter .outer-box .shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.single-fact-counter .outer-box .shape2 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.single-fact-counter .top {
    position: relative;
    display: block;
}

.single-fact-counter .top .icon-box {
    width: 85px;
}

.single-fact-counter .top .icon-box,
.single-fact-counter .top .count-box {
    display: table-cell;
    vertical-align: middle;
}

.single-fact-counter .top .icon-box img,
.single-fact-counter .top .count-box img {
    width: 38px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.single-fact-counter .top .count-box {
    position: relative;
    padding-left: 10px;
    color: #34a3d5;
    font-size: 60px;
    font-weight: 700;
    line-height: 48px;
}

.single-fact-counter .top .count-box .dolor-sign {
    font-size: 35px;
    font-weight: 400;
    position: relative;
    top: -15px;
}

.single-fact-counter .text {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-fact-counter .top .count-box.style2 {
    color: #e5ac1b;
}

.single-fact-counter .top .count-box.style3 {
    color: #46b3a8;
}

.single-fact-counter .top .count-box.style4 {
    color: #922ecb;
}

.features-style1_single {
    position: relative;
    display: block;
    background: #ffffffd9;
    padding: 60px 30px;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
    min-height: 100%;
}

.features-style1_single:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.features-style1_single:hover:before {
    transform: scaleX(1);
    background: red;
}

.features-style1_single .icon-holder {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.features-style1_single .icon-holder .inner {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    z-index: 1;
}

.features-style1_single .icon-holder .inner img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all .4s linear;
}

.features-style1_single .icon-holder .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.features-style1_single .icon-holder .shape1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.features-style1_single .icon-holder .shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.features-style1_single .icon-holder .shape-bg img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.features-style1_single .text-holder {
    position: relative;
    display: block;
    padding-top: 43px;
}

.features-style1_single .text-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 13px;
    min-height: 70px;
}

.features-style1_single .text-holder .btns-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.features-style1_single .text-holder .btns-box a.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: var(--thm-primary);
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s linear;
    font-family: 'Inter', sans-serif;
    z-index: 1;
}

.features-style1_single .text-holder .btns-box a.btn-one {
    color: #222;
    background: 0 0;
    border: 1px solid #2f3a51;
    line-height: 50px;
}

.features-style1_single .text-holder .btns-box a:hover {
    color: #fff;
    border: 1px solid #34a3d5;
}

.features-style1_single .text-holder .btns-box a.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    text-shadow: 0px 5px 3px rgb(12 21 41 / 10%);
}

.features-style1_single .text-holder .btns-box a.btn-one:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #34a3d5;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-style1_single .text-holder .btns-box a.btn-one:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.features-style1_single .text-holder .btns-box a.btn-one .txt {
    position: relative;
    z-index: 1;
}

.features-style1_single .text-holder .btns-box a.btn-one .txt i.arrow1 {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
    z-index: 1;
}

.features-style3_single {
    position: relative;
    display: block;
    overflow: hidden;
}

.features-style3_single .shape-1 {
    position: absolute;
    top: 60px;
    left: 90px;
    z-index: 2;
}

.features-style3_single .shape-1 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.features-style3_single .shape-2 {
    position: absolute;
    bottom: 90px;
    right: 90px;
    z-index: 2;
}

.features-style3_single .shape-2 img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.features-style3_single .img-holder {
    position: relative;
    display: block;
    z-index: 1;
}

.features-style3_single .img-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    content: "";
    z-index: 1;
}

.features-style3_single .img-holder img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 495px;
}

.features-style3_single .img-holder .inner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.features-style3_single .img-holder .inner-content .title {
    position: relative;
    display: inline-block;
    text-align: center;
}

.features-style3_single .features-style3_title-bg {
    position: absolute;
    top: -40px;
    left: -50px;
    bottom: -40px;
    right: -50px;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transform: scale(.6);
    transition: all 300ms linear;
    transition-delay: .1s;
}

.features-style3_single .img-holder .inner-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
}

.features-style3_single .img-holder .inner-content p {
    color: #fff;
    margin: 42px auto;
    max-width: 50%;
    text-align: center;
    font-size: 18px;
}

.features-style3_single .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #af3f38c2;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.features-style3_single:hover .img-holder:after {
    transform: scaleY(1);
}

.unblock-your-team-style-area .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.ap-use-case {
    position: relative;
    display: block;
    background: #ffffffd9;
    padding: 40px 0px;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
    min-height: 100%;
    width: 200px;
    margin: 0px 9px;
    text-align: center;
    cursor: pointer;
}

.ap-use-case.show {
    width: 300px;
}

.ap-use-case-svg {
    vertical-align: bottom;
    margin-bottom: 0 !important;
    margin-left: 32px !important;
    margin-right: 32px !important;
    width: 96px;
    height: 96px;
}

.ap-use-case-title {
    margin-bottom: 12px !important;
    padding-top: 24px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    font-size: 1.61538462rem !important;
    position: relative !important;
    font-family: 'Roboto Slab Bold', serif;
    font-weight: 700;
}

.ap-use-case-info {
    display: none;
}

.ap-use-case-info.show {
    display: block;
}

.blog-style1-area .thm-shape1 {
    position: absolute;
    top: 120px;
    right: 10%;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner:before {
    opacity: .65;
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style1 .img-holder img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-blog-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}

.single-blog-style1:hover .img-holder .overlay-icon {
    transform: perspective(400px) scaleY(1.0);
}

.single-blog-style1 .img-holder .overlay-icon a {
    position: relative;
    display: inline-block;
}

.single-blog-style1 .img-holder .overlay-icon span {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}

.single-blog-style1 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner:after {
    opacity: 0.35;
    transform: scaleY(1.0);
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 175px;
    height: 45px;
    background: #34a3d5;
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.blog-style1-area .img-holder .date-box {
    display: block;
    padding: 15px;
    width: 80px;
    height: 80px;
}

.single-blog-style1 .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 6px;
}

.single-blog-style1 .img-holder .date-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 40px 38px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-align: left;
}

.single-blog-style1:hover .text-holder {
    box-shadow: none;
    border-color: #e3e9f4;
}

.entry-title,
.blog-title {
    word-wrap: break-word;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    text-transform: none;
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 14px;
    padding-bottom: 32px;
}

.single-blog-style1 .text-holder .text p {
    margin: 0;
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e3e9f4;
    padding-top: 23px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.single-blog-style1 .text-holder .meta-info li i {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #d53f34;
}

.single-blog-style1 .text-holder .meta-info li a {
    text-transform: capitalize;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#site-content {
    min-height: 100%;
    min-height: 100vh;
    padding-top: 65px;
    position: relative;
    z-index: 1;
}

#site-content {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: #fff;
}

#site-footer {
    padding: 50px 0 0px 0;
    font-size: 16px;
    background-color: #23262b;
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    color: #fff;
}

#site-footer {
    min-height: 20vw;
    background-size: cover;
    background-position: center;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-circle-1 {
    height: 245px;
    width: 256px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    background-image: url(../images/circle-1.png);
}

.icon-circle-2 {
    height: 113px;
    width: 113px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    background-image: url(../images/circle-2.png);
}

.icon-circle-3 {
    height: 50px;
    width: 50px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    background-image: url(../images/circle-3.png);
}

.mix-icon-1 {
    height: 837px;
    width: 242px;
    background-image: url(../images/mix-icon-1.png);
}

.mix-icon-2 {
    height: 341px;
    width: 303px;
    background-image: url(../images/mix-icon-2.png);
}

.technologists-style-area .mix-icon-1 {
    left: -417px;
    bottom: 175px;
}

.technologists-style-area .mix-icon-2 {
    right: -492px;
    bottom: 145px;
}

.partner-area .top-box .shape {
    position: absolute;
    top: -50px;
    left: -160px;
}

.partner-area .top-box .title {
    position: relative;
    display: block;
    margin-top: -13px;
    text-align: left;
}

.partner-area .top-box .title h2 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-area .top-box .title h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.partner-area .top-box .btn-box .btn-one {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    background-color: #d53f34;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s linear;
    font-family: 'Inter', sans-serif;
    z-index: 1;
    box-shadow: none;
    text-decoration: none;
}

.partner-area .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    z-index: 1;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.single-partner-logo-box a img {
    transition: all .2s ease-in-out .1s;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 50px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0px solid transparent;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
    opacity: 0.25;
    transform: scale(1.0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {
    background: #d53f34;
    opacity: 1;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #dddddd;
    margin: 0px;
    margin: 0 auto !important;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.premium-eatures-style-area .icon-circle-1 {
    right: -445px;
    bottom: -85px;
    opacity: .10 !important;
}

.premium-eatures-style-area .icon-circle-2 {
    right: 10px;
    top: 166px;
    opacity: .07 !important;
}

.premium-eatures-style-area .icon-circle-3 {
    left: -180px;
    top: 280px;
    opacity: .70;
}

.premium-eatures-style-area .icon-circle-4 {
    right: 520px;
    top: 0px;
    opacity: .45;
}

.float-bob {
    animation-name: float-bob;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes square {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes square {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -150%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -150%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes float-bob {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}

@keyframes float-bob {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}


/***
=============================================
    Zoom In Out Css
=============================================
***/

.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
    0% {
        transform: rotate(0deg) scale(0.7);
        opacity: 0;
    }
    50% {
        transform: rotate(180deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg) scale(0.7);
        opacity: 0;
    }
}


/***
=============================================
    Zoom Fade Css
=============================================
***/

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}


/***
=============================================
    Animation1 Css
=============================================
***/

@-webkit-keyframes animation1 {
    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes animation1 {
    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: 1rotateIn;
    animation-name: 1rotateIn
}

@-webkit-keyframes slideOut {
    0% {
        opacity: 1;
        transform: translate3d(0, -100%, 0);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        transform: translate3d(0, -100%, 0);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes zoom-in-zoom-out-rotate {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(90deg);
    }
    100% {
        transform: scale(0, 0) rotate(180deg);
    }
}

@keyframes zoom-in-zoom-out-rotate {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(90deg);
    }
    100% {
        transform: scale(0, 0) rotate(180deg);
    }
}

@-webkit-keyframes zoom-in-zoom-out-rotate-2 {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(-90deg);
    }
    100% {
        transform: scale(0, 0) rotate(0deg);
    }
}

@keyframes zoom-in-zoom-out-rotate-2 {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(-90deg);
    }
    100% {
        transform: scale(0, 0) rotate(0deg);
    }
}


/***********
* rotateIn *
************/

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@media (min-width:1300px) and (max-width:1499px) {
    .overlap_header {
        padding-top: 2vw;
    }
}

@media(max-width:1299px) {
    .overlap_header {
        padding-top: 0vw;
    }
    .header-slogan {
        font-size: 30px;
    }
    .msg-icn-msg {
        font-size: 20px;
        margin: 0px 100px 0px 100px;
    }
}


/***
=============================================
    Zoom In Out Css
=============================================
***/

.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
    0% {
        transform: rotate(0deg) scale(0.7);
        opacity: 0;
    }
    50% {
        transform: rotate(180deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg) scale(0.7);
        opacity: 0;
    }
}


/***
=============================================
    Zoom Fade Css
=============================================
***/

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}


/***
=============================================
    Animation1 Css
=============================================
***/

@-webkit-keyframes animation1 {
    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes animation1 {
    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: 1rotateIn;
    animation-name: 1rotateIn
}

@keyframes slideOut {
    0% {
        opacity: 1;
        transform: translate3d(0, -100%, 0);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes zoom-in-zoom-out-rotate {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(90deg);
    }
    100% {
        transform: scale(0, 0) rotate(180deg);
    }
}

@keyframes zoom-in-zoom-out-rotate-2 {
    0% {
        transform: scale(0, 0) rotate(0deg);
    }
    50% {
        transform: scale(0.5, 0.5) rotate(-90deg);
    }
    100% {
        transform: scale(0, 0) rotate(0deg);
    }
}


/***********
* rotateIn *
************/

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@media (min-width:1300px) and (max-width:1499px) {
    .overlap_header {
        padding-top: 2vw;
    }
}

@media(max-width:1299px) {
    .overlap_header {
        padding-top: 0vw;
    }
    .header-slogan {
        font-size: 30px;
    }
    .msg-icn-msg {
        font-size: 20px;
        margin: 0px 100px 0px 100px;
    }
}

.point-section {
    height: 110px;
    border: 1px solid #c4c5c7;
    border-radius: 5px;
    padding: 15px;
    text-align: left
}

.point-dev {
    margin-bottom: 10px;
}


/* Text Limit */

.limit-height {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.d-none {
    display: none !important;
}

.overlay-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: url(../../ds/images/list_bg_2.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.ads-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.suggest-ques {
    max-height: 150px;
    overflow-y: scroll;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: .5rem;
}

.badge-orange {
    background: url(/ds/images/sparkles.gif), linear-gradient(90deg, #ed744b 0%, #c42066 100%, #fff);
    color: #fff;
    border: 0px !important;
}