/*---------------------------------- Slick SLider----------------------------------------------------*/

/*
.slider {
    position: relative;
    clear: left;
    background: url(images/slider-bg.jpg) no-repeat top left / cover;
}
*/

.portfolio-image-box {
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 3s ease-in-out;
}

.portfolio-image-box:hover img {
    object-position: bottom center;
}

.error {
    color: red;
}

.hide-robot {
    display: none !important;
}

.img-box {
    height: 254px !important;
    overflow: hidden;
    position: relative;
    transition: transform 0.15s ease-out;
}

.img-box:hover img {
    transform: scale(1.1);
    transition: transform 0.15s ease-out;
}

.img-box-2 .overlay-text {
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 0 !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    transition: height 0.5s ease-out;
}

.img-box-2 .overlay-text>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 254px !important;
}

.img-box-2 .overlay-text>div h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
}

.img-box-2 .overlay-text>div h3 a {
    color: #fff;
}

.img-box-2:hover .overlay-text {
    height: 254px !important;
    transition: height 0.5s ease-out;
}

.tabcontent .col-lg-3 .img-box,
.porfolio-area .col-lg-3 .img-box {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.phone-field {
    padding-left: 56px !important;
}

.form-group {
    position: relative;
}

.slider .container-bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.slider-before {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 330px;
    height: 340px;
    z-index: 9;
    animation: slider-before 6s ease infinite;
    background: url(images/header-boy.png) no-repeat center center / cover;
}

@keyframes slider-before {
    0% {
        transform: scale(0.8, 0.8);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.8, 0.8);
    }
}

.slider-after {
    position: absolute;
    right: 40px;
    top: 130px;
    width: 280px;
    height: 364px;
    z-index: 9;
    animation: slider-after 6s ease infinite;
    background: url(images/header-girl.png) no-repeat center center / contain;
}

@keyframes slider-after {
    0% {
        transform: scale(0.8, 0.8);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.8, 0.8);
    }
}

.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
}

.slider .slick-prev {
    width: 18px;
    height: 23px;
    background: url(images/prev-off.png) no-repeat center center;
    border: none;
    cursor: pointer;
    font-size: 0;
    left: 30px;
    top: 48%;
    position: absolute;
    z-index: 99999;
    outline: none;
}

.slider .slick-prev:hover {
    background: url(images/prev-on.png) no-repeat center center;
}

.slider .slick-next {
    width: 18px;
    height: 23px;
    background: url(images/next-off.png) no-repeat center center;
    border: none;
    cursor: pointer;
    font-size: 0;
    right: 30px;
    top: 48%;
    position: absolute;
    z-index: 99999;
    outline: none;
}

.slider .slick-next:hover {
    background: url(images/next-on.png) no-repeat center center;
}

.slider .inner-item {
    height: 680px !important;
    overflow: hidden;
    outline: none;
}

.slider-caption-area>div {
    width: 100%;
    height: 680px;
    display: table;
    text-align: center;
}

.slider-caption-area>div>div {
    width: 100%;
    height: 100%;
    padding: 180px 0 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

.single-service .slider-caption-area>div>div {
    padding: 60px 0 0 0;
}

.slider-caption-area h2 {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 4.25em;
    font-weight: bold;
}

.slider-caption-area h2 span {
    font-weight: 300;
    font-family: 'HK Grotesk Light';
}

.single-service .slider-caption-area h2 {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.single-service .slider-caption-area h2 span {
    font-weight: 300;
    font-size: 38px;
    display: block;
    font-family: 'HK Grotesk Light';
}

.slider-caption-area img {
    width: 50%;
    display: inline-block !important;
}

section.related.products h2 {
    text-align: center;
}

.slider-caption-area h3 {
    display: inline-block;
    background: #15a439;
    padding: 10px 20px;
    font-size: 54px;
    font-weight: bold;
    color: #360858;
}

.page-template-front-page .slider-caption-area h3 {
    display: inline-block;
    background: #11ab3b;
    font-weight: bold;
    font-family: 'HK Grotesk Bold';
    text-transform: uppercase;
}

.page-template-front-page .slider-caption-area h3::selection {
    background: #11ab3b;
    mix-blend-mode: screen;
    color: #11ab3b;
    font-family: 'HK Grotesk Bold';
}

.slider .inner-item p {
    margin: 0;
    padding: 0;
}

.slider .container {
    position: relative;
    z-index: 99999;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider .scroll-down {
    width: 24px;
    height: 51px;
    background: url(images/scroll-down.png) no-repeat;
    display: block;
    outline: none;
    position: absolute;
    left: 50%;
    bottom: 18%;
}

.slick-slide .slider-caption a:hover {
    color: #060606;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
    outline: none;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider .slick-dots {
    position: absolute;
    width: 100%;
    left: 8%;
    bottom: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    z-index: 99999;
}

.slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: none;
    outline: none;
    background: #dcdad6;
    font-size: 0;
    border-radius: 100%;
    padding: 0;
    margin: 0;
}

.slider .slick-dots li.slick-active button {
    background: #63cccf;
}

.slick-prev {
    font-size: 0;
    border: none;
    left: -54px;
    top: 45%;
    background: none;
    position: absolute;
    outline: none;
}

.slick-next {
    font-size: 0;
    border: none;
    right: -54px;
    top: 45%;
    background: none;
    position: absolute;
    outline: none;
}

.slick-prev::after {
    content: "\f060";
    display: flex;
    cursor: pointer;
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0ebab1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #0ebab1;
    align-content: center;
}

.slick-next::after {
    content: "\f061";
    display: flex;
    cursor: pointer;
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0ebab1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #0ebab1;
    align-content: center;
}

.slick-dots {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    margin: 0 2px;
    display: inline-block;
}

.slick-dots li button {
    background: none;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #eee;
    font-size: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #0ebab1;
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 20%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 9;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #0ebab1;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    line-height: 1.5;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    left: -45px;
    white-space: pre;
    bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.float-form {
    background: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.float-form .intl-tel-input {
    width: 100%;
}

.float-form h3 {
    color: #141315;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.float-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.float-form .note-text {
    color: #fff;
    margin: 0 0 10px 0 !important;
    padding: 4px 6px !important;
    border: 2px solid #0ebab1;
    display: block !important;
    line-height: normal;
    font-size: 12px !important;
    background: #000 !important;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #0ebab1;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
    line-height: 1.5;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}



.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}



.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset {
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.float-form .fldset input[type=email],
.float-form .fldset input[type=tel],
.float-form .fldset input[type=text],
.float-form .fldset textarea,
.slider .fldset input[type=email],
.slider .fldset input[type=tel],
.slider .fldset input[type=text],
.slider .fldset textarea {
    background: #e8e8e8;
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
    outline: 0;
    border: none;
    font-family: Poppins, sans-serif
}

.float-form .fldset input[type=email],
.float-form .fldset input[type=tel],
.float-form .fldset input[type=text],
.float-form .fldset textarea,
.lp-banner .fldset input[type=email],
.lp-banner .fldset input[type=tel],
.lp-banner .fldset input[type=text],
.lp-banner .fldset textarea {
    background: #e8e8e8
}

.slider .fldset textarea {
    resize: none;
    height: 52px
}

.float-form .fldset textarea {
    resize: none;
    height: 60px
}

.float-form .fldset .wpcf7-list-item-label {
    font-size: 14px;
    color: #000;
}

.float-form .fldset .wpcf7-list-item input {
    top: 2px;
    position: relative;
}

.float-form .fldset .wpcf7-list-item {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
    margin-bottom: 4px;
}

.float-form .fldset.phone input,
.slider .fldset.phone input[type=text] {
    padding: 12px 16px 12px 56px
}

.float-form .fldset input[type=submit],
.slider .fldset input[type=submit] {
    border: none;
    padding: 8px 34px;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    background: #51cdea;
    background: #0ebab1;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    margin: 12px 0 0
}

.float-form .fldset input[type=submit] {
    text-align: center !important
}

.float-form .fldset.submittt::after,
.slider .fldset.submittt::after {
    content: '';
    position: absolute;
    font-size: 22px !important;
    right: 78px;
    top: 38px;
    width: 31px;
    height: 12px;
    display: inline-block;
    /* background: url(../images/submit-arrow.png) no-repeat */
}

.float-form .fldset.submittt::after {
    right: 22px
}

.float-form input.error,
.float-form textarea.error,
.slider input.error {
    border: 1px solid red !important
}

.float-form h3 {
    color: #141315;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.textwidget .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.textwidget .info-list li {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.textwidget .info-list li a {
    color: #fff;
}

.textwidget .info-list label {
    margin: 0;
    padding: 0;
    font-size: 30px;
    display: block;
    font-weight: 800;
}

.package-box {
    text-align: left;
    border-radius: 15px;
    border: none;
    transition: all .3s ease;
    margin: 0 0 30px 0;
    padding: 30px 20px 20px 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.package-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0ebab1, #0088b9);
}

.package-box:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.2);
}

.vc_col-sm-4:nth-child(3n+1) .package-box {
    border-top: 4px solid #0ebab1;
}

.vc_col-sm-4:nth-child(3n+2) .package-box {
    border-top: 4px solid #ff6b35;
}

.vc_col-sm-4:nth-child(3n) .package-box {
    border-top: 4px solid #0088b9;
}

.vc_col-sm-4:nth-child(3n+2) .package-box .p-footer .btn {
    background: #ff6b35;
}

.vc_col-sm-4:nth-child(3n) .package-box .p-footer .btn {
    background: #0088b9;
}

.package-box .p-head {}

/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #0ebab1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #0ebab1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    border: 1px dashed #fff;
}

/* top right*/

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.ribbon-2 {
    width: 150px;
    height: 35px;
    background: #042638;
    left: -8px;
    top: 118px;
}

.ribbon-2:before {
    width: 0;
    border-bottom: 8px solid #042638;
    border-left: 8px solid transparent;
    top: -8px;
}

.ribbon-2:after {
    height: 0;
    width: 0;
    border-top: 17px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 16px solid #042638;
    right: -15px;
}

[class^=ribbon-] {
    position: absolute;
}

[class^=ribbon-]:before,
[class^=ribbon-]:after {
    content: "";
    position: absolute;
}

.package-box .p-head label {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.package-box .p-head p {
    font-weight: 900;
    font-size: 42px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: end;
    color: #0ebab1;
}

.package-box .p-head p ins {
    text-decoration: none;
}

.package-box .p-head p del {
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 12px;
    display: inline-block;
    opacity: 0.5;
}

.package-box .p-head span.info {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.package-box .p-head span.off-text {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    color: #fff;
    background: #ff6b35;
    border-radius: 20px;
    margin-top: 5px;
}

.package-box .p-content {
    border-style: solid;
    padding: 10px 0;
    border-color: #EDF2F7;
    border-width: 1px 0 1px 0;
}

.package-box .p-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-box .p-content ul li::before {
    content: "\f00c";
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0ebab1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 0;
    top: 6px;
}

.package-box .p-content ul li {
    font-size: 14px;
    position: relative;
    padding: 8px 0 8px 25px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.package-box .p-content ul li:last-child {
    border-bottom: none;
}

.package-box .p-footer {
    padding: 10px 0 0 0;
    text-align: center;
}

.package-box .p-footer .btn {
    text-transform: uppercase;
    border: none;
    display: inline-block;
    font-size: 15px;
    padding: 12px 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #0ebab1;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(14, 186, 177, 0.3);
}

.package-box .p-footer .btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 186, 177, 0.4);
}
    /* transform: scale(1.1); */
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



.iti {
    display: block;
}

.partners-area {
    background: #000;
}

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

.hidden-items {
    display: none;
}

.customscroll {
    height: 160px;
    overflow: hidden;
}

.wpcf7 input[type=submit],
input[type=submit] {
    cursor: pointer;
}

/* Style the tab */

.portfolio-tabs .tab {
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
}

.portfolio-tabs .tabcontent .col-lg-3 {
    margin-bottom: 30px;
}

/* Style the buttons that are used to open the tab content */

.portfolio-tabs .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    padding: 15px 18px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    background: none;
}

.portfolio-tabs .tab button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
}

.portfolio-tabs .tab button.active::after,
.portfolio-tabs .tab button:hover::after {
    color: #0ebab1;
    background: #0ebab1;
}

.portfolio-tabs .tab button.active,
.portfolio-tabs .tab button:hover {
    color: #0ebab1;
}

/* Create an active/current tablink class */

/* Style the tab content */

.portfolio-tabs .tabcontent {
    display: none;
}

.portfolio-tabs .portfolio-tabs .tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .tab-panel .vc_col-sm-1,
    .tab-panel .vc_col-sm-10,
    .tab-panel .vc_col-sm-11,
    .tab-panel .vc_col-sm-12,
    .tab-panel .vc_col-sm-2,
    .tab-panel .vc_col-sm-3,
    .tab-panel .vc_col-sm-4,
    .tab-panel .vc_col-sm-5,
    .tab-panel .vc_col-sm-6,
    .tab-panel .vc_col-sm-7,
    .tab-panel .vc_col-sm-8,
    .tab-panel .vc_col-sm-9 {
        float: none !important;
        display: inline-block;
    }
    .tab-panel .vc_col-sm-4 {
        width: 33%;
    }
}

.porfolio-area .col-lg-3 {
    margin-bottom: 30px;
}

@media (min-width:100px) and (max-width:767px) {
    .only-desktop {
        display: none !important;
    }
}