.hide {
  display: none !important;
}
.block {
    display: block !important;
}
input{
  outline: 0;
}
@keyframes slipUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes svgAnimation2700-data-v-2dc44e30 {
    0% {
        stroke-dashoffset: 2700;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}
@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}
@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        -moz-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        -moz-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@keyframes fadeShadow {
    from {
        -webkit-box-shadow: 0 0 0 maroon;
        -moz-box-shadow: 0 0 0 maroon;
        box-shadow: 0 0 0 maroon;
    }
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
        -moz-box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
    }
}
@-webkit-keyframes fadeShadow {
    from {
        -webkit-box-shadow: 0 0 0 maroon;
        -moz-box-shadow: 0 0 0 maroon;
        box-shadow: 0 0 0 maroon;
    }
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
        -moz-box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
        box-shadow: 0 0 0 15px rgba(128, 0, 0, 0);
    }
}
@keyframes changecolor {
    25% {
        color: red;
    }
    50% {
        color: #17a2b8;
    }
    75% {
        color: #075dc3;
    }
    100% {
        color: #c00;
    }
}
/*  */
/*
-------------------------------------------------------------------------
* Template Name    : Rivani - Responsive One Page Multipurpose Template * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : Octomber 2020                                      *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. ABOUT US        *
    6. SERVICES        *
    7. CASE            *
    8. HIT             *
    9. CTAONE          *
    10.WORK            *
    11.PRICE           *
    12.TEAM            *
    13.CLIENT          *
    14.BLOG            *
    15.SUBCRIBE        *
    16.CONTACT         *
    16.FOOTER          *
    16.RESPONSIVE      *
    16.DEMO            *
************************/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&amp;display=swap");
body {
    font-family: "Work Sans", sans-serif !important;
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 15px;
}

h1,
a,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif !important;
}

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;
}

p {
    font-size: 15px;
    line-height: 1.6;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.banner-headline span {
    color: white !important;
}
::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 50px;
    height: 35px;
    width: 35px;
    background: #5d59eb;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}
.back_top i {
    color: #ffffff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}
.loader-wrapper .loader {
    height: 1px;
    background: #5d59eb;
    position: absolute;
    z-index: 9999;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #ffffff;
}

.section_title .section_title_border .f-border {
    width: 3px;
    display: inline-block;
    height: 2px;
    position: relative;
    top: -4px;
    background-color: #000;
}
.section_title .section_title_border .s-border {
    width: 14px;
    display: inline-block;
    height: 2px;
    position: relative;
    top: -4px;
    background-color: #000;
}
.section_title h3 {
    font-size: 28px;
    text-transform: capitalize;
}
.section_title .sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.6;
}

.bg-overlay-gradient {
    background: linear-gradient(to right, #797cd2, #393e9e);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-gradient {
    background: linear-gradient(to right, #797cd2, #393e9e);
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 1000;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.vertical-content {
    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;
}

.bg-dark {
    background-color: #000000;
}

.bg-custom {
    background-color: #5d59eb;
}
.blog_text .text-muted{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 70px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.text-muted {
    color: #94989a !important;
}
.blog_images{
    height: 200px;
}
.text-dark {
    color: #000000 !important;
}

.text-custom {
    color: #5d59eb !important;
}

.text-custom-blue {
    color: #4e74d6;
}

.btn {
    padding: 12px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-custom {
    background-color: #5d59eb;
    border: 2px solid #5d59eb;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-custom:hover {
    background: #524fca;
    border-color: #524fca !important;
    color: #ffffff !important;
}
.btn-custom:active {
    background: #524fca;
    border-color: #524fca !important;
    color: #ffffff !important;
}
.btn-custom:focus {
    background: #524fca;
    border-color: #524fca !important;
    color: #ffffff !important;
}
.btn-custom.active {
    background: #524fca;
    border-color: #524fca !important;
    color: #ffffff !important;
}
.btn-custom.focus {
    background: #524fca;
    border-color: #524fca !important;
    color: #ffffff !important;
}

.btn-white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-white:hover {
    background: #ececec;
    border-color: #ececec !important;
    color: #000000 !important;
}
.btn-white:active {
    background: #ececec;
    border-color: #ececec !important;
    color: #000000 !important;
}
.btn-white:focus {
    background: #ececec;
    border-color: #ececec !important;
    color: #000000 !important;
}
.btn-white.active {
    background: #ececec;
    border-color: #ececec !important;
    color: #000000 !important;
}
.btn-white.focus {
    background: #ececec;
    border-color: #ececec !important;
    color: #000000 !important;
}

.btn-outline-white {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.5s;
    border-radius: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-outline-white:hover {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}
.btn-outline-white:active {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}
.btn-outline-white:focus {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}
.btn-outline-white.active {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}
.btn-outline-white.focus {
    background: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}

.btn-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-gradient:hover {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}
.btn-gradient:active {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}
.btn-gradient:focus {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}
.btn-gradient.active {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}
.btn-gradient.focus {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}

.custom-nav.stickyadd .btn-outline-white {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.custom-nav.stickyadd .btn-outline-white:hover {
    background: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.custom-nav.stickyadd .btn-outline-white:active {
    background: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.custom-nav.stickyadd .btn-outline-white:focus {
    background: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.custom-nav.stickyadd .btn-outline-white.active {
    background: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.custom-nav.stickyadd .btn-outline-white.focus {
    background: #000000;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.custom-nav {
    padding: 16px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}
.custom-nav .container-fluid {
    width: 90%;
}
.custom-nav .container-fluid .logo {
    padding-top: 0px;
}
.custom-nav .container-fluid .logo .logo-light {
    display: inline-block;
}
.custom-nav .container-fluid .logo .logo-dark {
    display: none;
}
.custom-nav .container-fluid .navbar-nav li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s;
}
.custom-nav .container-fluid .navbar-nav li.active a {
    color: #ffffff;
}
.custom-nav .container-fluid .navbar-nav li:hover a {
    color: #ffffff;
}
.custom-nav .container-fluid .navbar-nav li:active a {
    color: #ffffff;
}
.custom-nav .container-fluid .navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000000;
}
.custom-nav .container-fluid .navbar-brand.logo img {
    height: 28px;
}
.custom-nav .container-fluid .navbar-text i {
    font-size: 18px !important;
    position: relative;
    top: 3px;
}
.custom-nav .container-fluid .navbar-text {
    color: #fff;
}

.custom-nav.stickyadd {
    background-color: #ffffff;
    top: 0px !important;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.custom-nav.stickyadd .navbar-nav li a {
    color: rgba(0, 0, 0, 0.7);
}
.custom-nav.stickyadd .navbar-nav li.active a {
    color: #5d59eb;
}
.custom-nav.stickyadd .navbar-nav li:hover a {
    color: #5d59eb;
}
.custom-nav.stickyadd .navbar-nav li:active a {
    color: #5d59eb;
}
.custom-nav.stickyadd .logo .logo-dark {
    display: inline-block;
}
.custom-nav.stickyadd .logo .logo-light {
    display: none;
}
.custom-nav.stickyadd .navbar-text {
    color: #000;
}

.home-bg {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 180px 0 180px;
    height: 650px;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}
.home-table .home-table-center {
    display: table-cell;
    vertical-align: middle;
}
.home-table .home-table-center .header_title {
    font-size: 46px;
    line-height: 1.4;
    max-width: 850px;
    text-transform: capitalize;
}
.home-table .home-table-center .small_title .home_line {
    height: 2px;
    width: 44px;
    display: inline-block;
    background-color: #5d59eb;
    position: relative;
    top: -6px;
}
.home-table .home-table-center .small_title p {
    font-size: 18px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.72);
}
.home-table .home-table-center .header_subtitle {
    line-height: 1.8;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.6) !important;
}
.home-table .home-table-center .learn_more i {
    background: #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    display: inline-block;
    border: 1px solid #f1f1f1;
}

/* wavify wrapper */
.wavify-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wavify-wrapper svg {
    height: 180px;
}

.wavify-wrapper.top {
    top: 0;
}

.wavify-wrapper.app-landing-screnshot svg {
    height: 180px;
}

.wavify-wrapper.theme-two_lg svg {
    height: 550px;
}

.wavify-wrapper.rotate_wavify {
    bottom: 0;
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg);
}

.wavify-wrapper.rotate_wavify svg {
    height: 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wavify-wrapper.rotate_wavify {
        -webkit-transform: translateY(-30%) rotateZ(180deg);
        -ms-transform: translateY(-30%) rotate(180deg);
        transform: translateY(-30%) rotateZ(180deg);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wavify-wrapper.rotate_wavify {
        -webkit-transform: translateY(-100%) rotateZ(180deg);
        -ms-transform: translateY(-100%) rotate(180deg);
        transform: translateY(-100%) rotateZ(180deg);
    }
}
@media only screen and (max-width: 767px) {
    .wavify-wrapper.rotate_wavify {
        -webkit-transform: translateY(-100%) rotateZ(180deg);
        -ms-transform: translateY(-100%) rotate(180deg);
        transform: translateY(-100%) rotateZ(180deg);
    }
}
.wavify-wrapper.drak_hero {
    z-index: 3;
}

.wavify-wrapper.drak_hero svg {
    height: 200px;
}

.wavify-wrapper.wavify-lg svg {
    height: 680px;
}

.wavify-wrapper.payment_feature svg {
    height: 936px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .wavify-wrapper.payment_feature {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wavify-wrapper.payment_feature {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wavify-wrapper.payment_feature {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@media only screen and (max-width: 767px) {
    .wavify-wrapper.payment_feature {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.wavify-wrapper.hero-white svg {
    height: 260px;
}

.about_title {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    max-width: 450px;
}

.about_img {
    max-width: 680px;
    position: relative;
    margin-top: -90px;
}
.about_img img {
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.17);
}

.bg_services {
    background-image: url("img/bg-services.html");
    position: relative;
    background-position: center center;
    background-size: cover;
}
.bg_services .sec_subtitle {
    color: rgba(255, 255, 255, 0.55);
}

.ser_box {
    padding: 46px 38px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.ser_box .ser_icon i {
    font-size: 36px;
    color: #5d59eb;
    position: relative;
    z-index: 2;
}
.ser_box .ser_content {
    position: relative;
    z-index: 2;
}
.ser_box .ser_content p {
    color: rgba(255, 255, 255, 0.66);
}
.ser_box .bgser_icon i {
    position: absolute;
    color: #5d59eb;
    font-size: 118px;
    bottom: -10px;
    right: 20px;
    opacity: 0.06;
}

.ser_title_top {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}
.ser_title_top .cta_fir {
    max-width: 600px;
    margin: 0 auto;
}
.ser_title_top .cta_fir h2 {
    line-height: 1.4;
}

.case_sec .case_side_mockup {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 242px);
    top: 50%;
    transform: translateY(-50%);
}
.case_sec .case_divi {
    height: 3px;
    width: 55px;
    margin: 20px 0;
    background-color: #5d59eb;
}

.hit_box {
    z-index: 10;
    position: relative;
}
.hit_box .hit_icon i {
    font-size: 32px;
    background-color: #5d59eb;
    height: 64px;
    color: #ffffff;
    width: 64px;
    line-height: 64px;
    border-radius: 50%;
}
.hit_box .hit_content {
    border: 1px solid #f2f2f2;
    padding: 40px 20px;
    background: #ffffff;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}
.hit_box .hit_content .bubble {
    position: absolute;
    top: 20%;
    width: 100px;
    transform: translateX(-50%);
}
.hit_box .ver_line_hit {
    height: 40px;
    width: 1px;
    background-color: #e5e5e5;
    margin: 20px auto 0px;
}
.hit_box .hit-arrow .hit-line {
    position: absolute;
    width: 70%;
    right: -40%;
    top: 54px;
    border-top: 1px dashed #d9d9d9;
}

.cta_desc {
    background-color: #5d59eb;
    border-radius: 10px;
}
.cta_desc p {
    max-width: 640px;
}

.work_box {
    padding: 12px;
}
.work_box .work_caption p {
    margin-bottom: 8px;
}
.work_box .work_caption a {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px !important;
}
.work_box .work_caption .work_cap_line {
    width: 36px;
    height: 2px;
    background-color: #5d59eb;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

.work_top_mar {
    margin-top: 90px;
}

.price_plan_box {
    border: 1px solid #f2f2f2;
    padding: 30px 34px;
    max-width: 460px;
}
.price_plan_box .plan_price h1 .doller {
    font-size: 18px;
    position: relative;
    top: -16px;
}
.price_plan_box .plan_price h1 .month {
    font-size: 14px;
}
.price_plan_box .plan_price p {
    font-size: 13px;
}
.price_plan_box .features_title p {
    font-weight: 500;
    font-size: 18px;
}
.price_plan_box .features_title .features_b_one {
    display: inline-block;
    height: 1px;
    background-color: #eeeeee;
    width: 65px;
    position: relative;
    top: -4px;
}
.price_plan_box .features_title .features_b_sec {
    display: inline-block;
    height: 1px;
    background-color: #eeeeee;
    width: 65px;
    position: relative;
    top: -4px;
}
.price_plan_box .plan_features p {
    font-size: 14px;
    margin-bottom: 8px;
}
.price_plan_box .plan_features p i {
    position: relative;
    top: 1px;
    font-size: 15px;
}

.price_plan_box.active {
    overflow: hidden;
    position: relative;
}
.price_plan_box.active .lable {
    background: #5d59eb;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price_plan_box.active .lable h6 {
    color: #ffffff;
    font-size: 12px;
}

.team_boxes_border .team_content {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 16px 0px;
    position: relative;
    top: -26px;
}
.team_boxes_border .team_content p {
    font-size: 14px;
    color: #878787;
}
.team_boxes_border .team_content .follow_team_social li {
    transition: all 0.5s;
}
.team_boxes_border .team_content .follow_team_social li a {
    border: 1px solid #5d59eb;
    color: #ffffff;
    background-color: #5d59eb;
    height: 38px;
    width: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.5s;
    text-align: center;
}
.team_boxes_border .team_content .follow_team_social li:hover {
    transform: translateY(-6px);
}

.client_img_bg {
    background-size: cover !important;
    position: absolute;
    height: 100%;
}

.client_bg_pad {
    padding: 10% 0;
}
.client_bg_pad .testi_boxes {
    border-radius: 6px;
    padding: 14px 30px;
}
.client_bg_pad .testi_boxes .testi_icon_center {
    color: #ffffff;
    font-size: 66px;
}
.client_bg_pad .testi_boxes .client_review {
    font-size: 18px;
}
.client_bg_pad .testi_boxes .client_name {
    font-weight: 500;
    font-size: 18px;
}
.client_bg_pad .testi_boxes .client_user {
    font-size: 15px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff !important;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

.img_logo .bg-light {
    border: 1px solid #f3f3f3;
}
/* .img_logo .logo_img {
    padding: 36px;
} */

.img_logo .info .title{
    font-size: 18px;
}

.img_logo .info .desciption{
    font-size: 15px;
}

.blog_bor_boxes {
    border: 1px solid #eaeaea;
}
.blog_bor_boxes .blog_content .blog_user img {
    width: 80px;
    object-fit: cover;
    height: 80px;
}
.blog_bor_boxes .blog_content .blog_user .media-body h5 {
    font-size: 17px;
}
.blog_bor_boxes .blog_content .blog_user .media-body h5 a {
    color: #5d59eb !important;
}
.blog_bor_boxes .blog_content .blog_user .media-body p {
    font-size: 14px;
}
.blog_bor_boxes .blog_content .blog_text .read_more a {
    font-weight: 500;
}
.blog_bor_boxes .blog_content .blog_text .read_more .blog_border {
    height: 2px;
    width: 30px;
    background: #5d59eb;
    display: inline-block;
    position: relative;
    top: -4px;
    transition: all 0.5s;
}

.bg-subcribe {
    background-image: url("img/bg-sub.jpg");
    background-position: center center;
    position: relative;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 30px;
}
.bg-subcribe .bg-overlay {
    border-radius: 30px;
}
.bg-subcribe .subcribe-newslatter form {
    max-width: 450px;
}
.bg-subcribe .subcribe-newslatter form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}
.bg-subcribe .subcribe-newslatter form button {
    position: absolute;
    top: 3px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
    color: #ffffff !important;
}

.contact_form {
    padding: 30px;
    max-width: 500px;
    border: 1px solid #f2f2f2;
}
.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    background-color: #f8f9fa;
    border-radius: 0px;
    border: 1px solid #edf0f3;
    font-size: 14px;
}
.contact_form textarea.form-control {
    height: auto;
}

.contact_detail .con_detail_box {
    border: 1px solid #f2f2f2;
    max-width: 300px;
    padding: 14px 20px;
    position: relative;
    overflow: hidden;
}
.contact_detail .con_detail_box .contact_detail_title {
    font-size: 17px;
    font-weight: 600;
}
.contact_detail .con_detail_box .con_divider {
    height: 2px;
    width: 30px;
    margin: 8px 0px;
    background-color: #5d59eb;
}
.contact_detail .con_detail_box .con_det_icon i {
    position: absolute;
    color: #5d59eb;
    font-size: 66px;
    bottom: 0px;
    right: 20px;
    opacity: 0.06;
}

.bg-footer {
    background: #313a46;
    position: relative;
}
.bg-footer .fun_box {
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.bg-footer .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}
.bg-footer h6 {
    font-size: 18px;
}
.bg-footer p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
}
.bg-footer .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}
.bg-footer .footer_menu_list li a:hover {
    color: #fff !important;
}
.bg-footer .fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.bg-footer .fot_social .social-icon:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .home-bg {
        padding: 110px 0 80px;
    }

    .home-table .home-table-center .header_title {
        font-size: 30px;
        line-height: 1.2;
    }
    .home-table .home-table-center .header_subtitle {
        font-size: 14px !important;
        line-height: 1.8;
    }
    .home-table .home-table-center .header_btn span {
        display: block;
    }

    .h-100vh,
    .home-half,
    .half-slider {
        height: auto;
        padding: 110px 0 80px 0 !important;
    }

    .section_title h3 {
        font-size: 22px;
    }
    .section_title .section_subtitle {
        line-height: 1.6;
    }

    .hide_phone {
        display: none;
    }

    .price_plan_box .features_title .features_b_one {
        display: none;
    }
    .price_plan_box .features_title .features_b_sec {
        display: none;
    }

    .client_img_bg {
        background: none;
    }

    .work_box .work_caption a {
        margin-bottom: 0px !important;
    }

    .work_top_mar {
        margin-top: 1rem !important;
    }
}
@media (max-width: 991px) and (min-width: 200px) {
    .hit-arrow .hit-line {
        display: none !important;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .navbar-text,
    .navbar-btn {
        display: none;
    }

    .navbar-nav {
        margin-left: auto !important;
        margin-right: 0px !important;
    }
}
@media (max-width: 991px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #ffffff !important;
    }
    .custom-nav > .container-fluid {
        width: 90%;
    }
    .custom-nav > .container-fluid .navbar-nav {
        margin-top: 0px;
    }
    .custom-nav > .container-fluid .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.7);
    }
    .custom-nav > .container-fluid .navbar-nav li.active a {
        color: #5d59eb;
    }
    .custom-nav > .container-fluid .logo {
        padding-top: 0px;
    }
    .custom-nav > .container-fluid .logo .logo-light {
        display: none;
    }
    .custom-nav > .container-fluid .logo .logo-dark {
        display: inline-block !important;
    }
    .custom-nav > .container-fluid .sign_btn {
        background-color: rgba(14, 189, 202, 0.12);
        color: #5d59eb;
        display: inline-block;
    }
    .custom-nav > .container-fluid .log_btn {
        background-color: transparent;
        color: #000000;
        display: inline-block;
    }
    .custom-nav > .container-fluid .navbar-text {
        color: #000;
    }

    .custom-nav .btn-outline-white {
        background-color: transparent;
        border: 1px solid #000000;
        color: #000000;
        font-size: 15px;
        transition: all 0.5s;
        border-radius: 0px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .custom-nav .btn-outline-white:hover {
        background: #000000;
        border-color: #000000 !important;
        color: #ffffff !important;
    }
    .custom-nav .btn-outline-white:active {
        background: #000000;
        border-color: #000000 !important;
        color: #ffffff !important;
    }
    .custom-nav .btn-outline-white:focus {
        background: #000000;
        border-color: #000000 !important;
        color: #ffffff !important;
    }
    .custom-nav .btn-outline-white.active {
        background: #000000;
        border-color: #000000 !important;
        color: #ffffff !important;
    }
    .custom-nav .btn-outline-white.focus {
        background: #000000;
        border-color: #000000 !important;
        color: #ffffff !important;
    }

    .custom-nav.stickyadd .navbar-text {
        color: #000;
    }
}
.home-half {
    padding: 145px 0px;
}

.bg-home-slider {
    position: relative;
}
.bg-home-slider .carousel-control-next,
.bg-home-slider .carousel-control-prev {
    width: 6%;
}
.bg-home-slider .carousel-control-next span,
.bg-home-slider .carousel-control-prev span {
    font-size: 50px;
}
.bg-home-slider .carousel,
.bg-home-slider .carousel-item {
    width: 100%;
}
.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

/*# sourceMappingURL=style.css.map */
.banner-headline b.is-visible {
    display: block !important;
}
.banner-headline.clip b {
    display: none;
    text-align: left !important;
}
/* footer */
#footer {
    padding: 50px 0 50px;
    background: #1f1f1f;
    color: #fff !important;
}
#footer p {
    color: #fff !important;
}
#footer .ft-information p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
#footer .ft-information p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 18px;
    color: #2980b9;
}
#footer .ft-information p.phone:before {
    content: "\f095 ";
}
#footer .ft-information p.address:before {
    content: "\f041";
}
#footer .ft-information p.email:before {
    content: "\f003 ";
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: white;
}
.text_white {
    color: #fff !important;
}
#footer .heading-1 {
    margin: 0;
}
#footer .ft-panel .panel-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #2980b9;
}
#footer .list-link > li {
    margin-bottom: 10px;
}
#footer .list-link > li > * {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
#footer .title {
    margin-bottom: 10px !important;
}
#footer label {
    color: #fff;
}
#footer .list-link > li > a > span {
    color: #fff;
}
#footer .list-link > li > *:before {
    content: "\f105";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 16px;
}
#footer .ft-panel .panel-head {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
#footer .list-art-ft .article-1 .thumb .image {
    height: calc(70px);
}
#footer .list-art-ft .article-1 .thumb {
    float: left;
    width: 70px;
}
#footer .list-art-ft .article-1 .info .title > *,
.list-art-ft .article-1 .title > * {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}
#footer .list-art-ft .article-1 .info .meta .post-date {
    font-size: 12px;
    color: #fff;
    display: block;
    padding-left: 15px;
    position: relative;
}
#footer .list-art-ft .article-1 .info {
    float: left;
    -webkit-width: calc(100% - 70px);
    -moz-width: calc(100% - 70px);
    -o-width: calc(100% - 70px);
    -ms-width: calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 15px;
}
#footer .list-art-ft .article-1 .info .meta .post-date:before {
    content: "\f017";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
}
#footer .ft-mailto .form .input-text {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    /* padding-right: 90px; */
    background: #f3f5f4;
}
#footer .ft-mailto .form .form-textarea {
    width: 100%;
    border-radius: 4px;
    height: 100px;
    /* padding-right: 90px; */
    padding: 5px 10px;
    background: #f3f5f4;
}
#footer .btn.order-2 {
    background: #2980b9;
}
#footer .list-art-ft > li {
    margin-bottom: 10px;
}
/* minh-css */
.banner-headline {
    color: white !important;
}
.banner-headline.clip span {
    display: block;
    padding: 5px 0;
}
.banner-headline.clip span:not(:last-child) {
    margin-right: 10px;
}

.wave-area {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:100px;
    min-height:40px;
  }
  .wave-area{
    bottom: 5%;
  }
}

#services {
    position: relative;
    z-index: 2;
}
.btn-more {
    text-align: center;
}

.banner-headline {
    color: white !important;
}
.caption h1 {
    margin: 10px 0;
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    animation-delay: 0.8s;
}
.caption p {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s;
    font-family: "Work Sans" !important;
}
.banner-headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
    font-family: "Work Sans" !important;
}
.social-links a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: all ease-in-out 0.2s;
}
.social-links a:not(:last-child) {
    margin-right: 20px;
}
.banner-headline.clip .banner-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.banner-headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
}

.login-member-profile{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 45px;
    position: relative;
    font-size: 25px;
}

.list-action-member{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    top:  65px;
    box-shadow: rgb(0 0 0 / 12%) 0px 4px 16px;
    transition: opacity 300ms ease 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    right: 0;
    width: 200px;
}

.list-action-member li a{
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    transition: all ease-in-out 0.2s;
}

.list-action-member li a svg{
    margin-right: 10px;
}

.list-action-member::after{
    content: "";
    bottom: 100%;

    height: 30px;
    background: transparent;
    right: 0;
    width: 100%;
    position: absolute;
}

.list-action-member li:not(:last-child){
    border-bottom: 1px solid rgba(22, 24, 35, 0.12);
}
.tamgiac {
    display: block;
    width: 24px;
    height: 8px;
    position: absolute;
    top: -8px;
}
.login-member-profile:hover .list-action-member{
    opacity: 1;
    visibility: visible;
}


.uk-modal-header {
    margin: 0 !important
}
.uk-modal-close.uk-close i{
    font-style: normal !important;
}
.uk-modal-close.uk-close {
    content: '\f00d';
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    transform: translate(0 , 0);
    font-family: FontAwesome;
    color: #363636;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    font-style: normal !important;
    background: transparent url('') !important;
}

.uk-modal-dialog>.uk-close:first-child {
    margin: 0 !important;
    float: right;
    color: #898989;
    line-height: 32px;
    top: 0;
    right: 0;
}

.dt_modal-heading{}
.dt_modal-content {
    /*padding: 20px;*/
}
@media (max-width: 767px){
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto !important;
    }
}

.va-thumb-1-1{
    position:relative;
    padding-top:100%
}
.va-thumb-1-1>*{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1
}


.list-social.order-1{}
.list-social.order-1>li{}
.list-social.order-1>li:not(:last-child){
    margin-right: 15px;
}
.list-social.order-1>li>*{}
.list-social.order-1>li> .social{}
.list-social.order-1>li> .social >a{
    display: block;
    text-align:center;
    color: #fff;
}
.list-social.order-1>li> .social >a>i{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}
.list-social.order-1>li> .social.fb >a>i{
    background: #3b5999;
}
.list-social.order-1>li> .social.twitter >a>i{
    background: #55acee;
}
.list-social.order-1>li> .social.yt >a>i{
    background: #cd201f;
}
.list-social.order-1>li> .social.insta >a>i{
    background: #e4405f;
}
.list-social.order-1>li> .social.ggplus >a>i{
    background: #dd4b39;
}
.list-social.order-1>li> .social.whatsapp >a>i{
    background: #25D366;
}
.list-social.order-1>li> .social.telegram >a>i{
    background: #2aa3dc;
}
.list-social.order-1>li> .social.linkedin >a>i{
    background: #0073b1;
}
.list-social.order-1>li> .social.pinterest >a>i{
    background: #e60019;
}
.list-social.order-1>li> .social.skype >a>i{
    background: #5ea7ff;
}
.list-social.order-1>li> .social.tele >a>i{
    background: #249dd9;
}
@media only screen and (max-width: 767px) {
    .banner-headline.clip b {
        display: none;
        text-align: center !important;
    }
}
#portfolio .btn-more a{
    color: white;
    background-color: var(--color-primary);
    border: 1px solid transparent;
    padding: 10px;
    display: inline-block;
    border-radius: 1rem;
}
#portfolio .btn-more a:hover{
    color: var(--color-primary) !important;
    background-color: transparent !important;
    border: 1px solid var(--color-primary) !important;
    transition: .3s !important;
}

/*  hotline fixed  */

/* ######################## Mobile ########################  */
.hotline-fixed {
	position: fixed;
	left: 30px;
    bottom: 65px !important;
	background: rgba(213, 213, 213, .5);
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	z-index: 99999;
}
.hotline-fixed a {
	position: relative;
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #ff0000;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-ms-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media (min-width: 960px) {
	.hotline-fixed {
		left: 50px;
		bottom: 50px;
	}
}
@media (max-width: 959px) {
	.hotline-fixed a{
		border-color: transparent;
		background: transparent;
		padding: 0;
	}
	.hotline-fixed a> span{
		display: none;
	}

	.hotline-fixed {
		left: 50px;
		bottom: 50px;
	}
}


.call-btn {
	position: absolute;
	margin: 0;
	padding: 0;
	   left: 0px;
	   top: 50%;
	   left: -40px;
	   -webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	   -ms-transform: translate(0, -50%);
	   -o-transform: translate(0, -50%);
	   transform: translate(0, -50%);
	background: #fff;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 110px;
	height: 110px;
	z-index: 1000;
}

.call-btn .tada {
	background: var(--color-primary);
	border-radius: 100px;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	animation-name: tada1;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.call-btn:hover .tada {background: #ff0000;}

.call-btn .tada .icon:before {
	content: "\f095";
	font-size: 25px;
	font-family: FontAwesome;
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}


@keyframes tada1 {
	from {
		transform: rotate(-20deg);
	}
	to {
		transform: rotate(20deg);
	}
}

.call-btn .pulse {
	width: 60px;
	height: 60px;
	background: #f9f4ee;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 48%;
	margin-top: -30px;
	margin-left: -30px;
	animation-name: pulse1;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.call-btn:hover .pulse {background: rgba(255, 0, 0, .5);}

@keyframes pulse1 {
	from {
		width: 55px;
		height: 55px;
		margin-top: -27.5px;
		margin-left: -27.5px;
	}
	to {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}
}
.call-btn .zoomIn {
	width: 80px;
	height: 80px;
	border: 2px solid var(--color-primary);
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 48%;
	margin-top: -40px;
	margin-left: -40px;
	animation-name: zoomIn1;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}
.call-btn:hover .zoomIn {border: 2px solid #ff0000;}

@keyframes zoomIn1 {
	from {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	to {
		width: 80px;
		height: 80px;
		margin-top: -40px;
		margin-left: -40px;
	}
}

@media screen and (max-width: 549px) {
	.call-btn {
		width: 80px;
		height: 80px;
	}
	/*.call-btn .pulse {left: -30px;}*/
}

.fixed-top {
    top: 0 !important;
}

#portfolio .work_box .work_img a{
    height: 345px;
}

.team_images{
    height: 250px;
}

.showcase-track {
    transition: transform 0.3s ease-out;
}

.showcase-track .box-item {
    width: 33%;
}

.showcase-track .team-item{
    width: 25%;
}

.mobile{
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile{
        display: block;
    }
    .pc{
        display: none;
    }

    .client_img_bg {
        height: 250px;
        position: relative;
    }

    .client_bg_pad {
        height: 350px;
        padding: 0;
    }

    #client .client_bg_pad .justify-content-center.mt-5{
        margin-top: 0 !important;
    } 
}



@media screen and (max-width: 430px) {
    .showcase-track .box-item .work_img a{
        height: 150px !important;
    }
    .work_caption .text-muted{
        text-overflow: ellipsis;
        height: 50px;
        overflow: hidden;
    }


}

