@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/owl.carousel.css);
@import url(/skin/css/owl.theme.default.css);
@import url(/skin/css/cookieconsent.css);
@import url(/skin/css/select.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/iconfont.css);
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "Public Sans";
    src: url("/skin/fonts/PublicSans-SemiBold.otf");
    font-family: "Exo";
    src: url("/skin/fonts/Exo-Bold.otf");
    font-style: normal;
    font-weight: normal;
    font-family: "icon";
    src: url("/skin/fonts/fontawesome-webfont.ttf");
}
:root {
    --billdins-font: "Public Sans", sans-serif;
    --billdins-font-two: "Exo", sans-serif;
    --billdins-base: #abd6ff;
    --billdins-base-rgb: 255, 94, 20;
    --billdins-black: #0e121d;
    --billdins-black-rgb: 14, 18, 29;
    --billdins-gray: #4d5765;
    --billdins-gray-rgb: 77, 87, 101;
    --billdins-white: #fff;
    --billdins-white-rgb: 255, 255, 255;
    --billdins-gray-bg: #f7f4ed;
    --billdins-gray-bg-rgb: 247, 244, 237;
    --billdins-bdr-radius: 5px;
}
body {
    width: 100%;
    height: 100%;
    font-family: var(--billdins-font);
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--billdins-font-two);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: initial;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}

.thm-btn {
    position: relative;
    display: inline-block;
    color: var(--billdins-white) !important;
    font-size: 15px;
    line-height: 55px;
    font-weight: 600;
    background: var(--billdins-base);
    border-radius: 5px;
    padding: 0 20px 0;
    overflow: hidden;
    font-family: var(--billdins-font);
    text-transform: uppercase;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
}
.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px;
}
.hover-btn {
    background-color: var(--billdins-black);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.hover-bx {
    left: 0;
    transition-delay: 0.105s;
    border-radius: 5px 0 0 5px;
}
.hover-bx2 {
    left: 25%;
    transition-delay: 0.105s;
}
.hover-bx3 {
    left: 50%;
    transition-delay: 0.105s;
}
.hover-bx4 {
    left: 75%;
    transition-delay: 0s;
    border-radius: 0 5px 5px 0;
}
.thm-btn:hover .hover-btn {
    opacity: 1;
    transform: scaleX(1);
}

.main-header-one {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.main-header-one__top {
    position: relative;
    display: block;
    background-color: var(--billdins-black);
    z-index: 99;
}
.main-header-one__top::before {
    position: absolute;
    top: 0;
    left: 55%;
    bottom: 0;
    right: 0;
    border-top: 42px solid var(--billdins-base);
    border-left: 23px solid transparent;
    content: "";
    z-index: -1;
}
.main-header-one__top .container {
    max-width: 1590px;
    width: 100%;
}
.main-header-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0;
}
.main-header-one__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-header__language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.main-header__language-switcher .icon {
    position: relative;
    display: block;
    margin-right: 10px;
}
.main-header__language-switcher .icon span {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    top: 1px;
}
.main-header__language-switcher .language-switcher {
    position: relative;
    display: block;
}
.main-header__language-switcher .language-switcher form {
    position: relative;
    display: block;
    width: 65px;
}
.main-header__language-switcher .language-switcher form .select-box {
    position: relative;
    display: block;
}
.main-header__language-switcher .nice-select .current{
    font-weight: bold;
    color: var(--billdins-black);
}
.header-style1__contact {
    position: relative;
    display: flex;
    align-items: center;
}
.header-style1__contact li {
    position: relative;
    display: flex;
    align-items: center;
}
.header-style1__contact li + li {
    margin-left: 45px;
}
.header-style1__contact li:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 5px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--billdins-white-rgb), 0.6);
}
.header-style1__contact li:first-child:before {
    display: none;
}
.header-style1__contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.header-style1__contact li .icon i {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 16px;
    line-height: 25px;
}
.header-style1__contact li .text {
    margin-left: 10px;
}
.header-style1__contact li .text p {
    color: var(--billdins-white);
    font-size: 15px;
    line-height: 25px;
}
.main-header-one__bottom {
    position: relative;
    display: block;
    background: #fff;
    z-index: 2;
}
.main-menu {
    position: relative;
    display: block;
}
.main-menu__wrapper {
    position: relative;
    display: block;
}
.main-header-one__bottom .container {
    max-width: 1590px;
    width: 100%;
}
.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-header-one__bottom-left {
    position: relative;
    display: block;
}
.logo-one {
    position: relative;
    display: block;
}
.logo-one a {
    position: relative;
    display: block;
}
.logo-one a img {
    width: 100%;
}
.main-header-one__bottom-middle {
    display: block;
}
.main-menu__main-menu-box {
    display: block;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}
.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 35px;
    padding-bottom: 33px;
    position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
    padding-right: 15px;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: #50a1fd;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    color: var(--billdins-black);
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--billdins-font-two);
}
.main-menu .main-menu__list > li.current > a span::after,
.main-menu .main-menu__list > li:hover > a span::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
    color: var(--billdins-base);
}
.main-menu .main-menu__list > li > a.active span:after {
    position: absolute;
    top: 49%;
    right: 0;
    font-family: "icon" !important;
    content: "\f067";
    font-size: 10px;
    color: var(--billdins-black);
    transform: translateY(-50%);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 50px;
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    padding: 31px 20px 31px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}
.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: var(--billdins-gray);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 12px 20px 12px;
    transition: 500ms;
    background-color: var(--billdins-white);
    border-radius: var(--billdins-bdr-radius);
}
.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "icon";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--billdins-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
    color: var(--billdins-base);
}
.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 49%;
    right: 0;
    font-family: "icon" !important;
    content: "\f067";
    font-size: 13px;
    color: var(--billdins-black);
    transform: translateY(-50%);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu__list li a.active {
    color: #50a1fd;
}
.main-menu .main-menu__list > li.dropdown .shadow-box a {
    font-size: 15px;
    font-weight: bold;
}
.main-menu .main-menu__list > li.dropdown .shadow-box {
    padding: 15px 20px;
}
.main-menu .main-menu__list > li.dropdown .shadow-box a.active {
    color: #50a1fd;
}
.main-menu .main-menu__list > li.dropdown .shadow-box a:hover {
    color: #50a1fd;
}
.main-menu .main-menu__list > li.dropdown .shadow-box a:hover::before {
    transform: translateY(-50%) scale(1);
}
.stricky-header.main-menu {
    background-color: var(--billdins-gray-bg);
}
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.main-slider-two {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    z-index: 1;
}
.main-slider-two__single {
    position: relative;
    display: block;
    padding: 199px 0 205px;
    z-index: 1;
}
.main-slider-two__pattern {
    background: url(/skin/img/2.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}
.main-slider-two .banner_one{
    background: url(/skin/img/banner_one.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider-two .banner_two{
    background: url(/skin/img/banner_two.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 935px;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(4%);
    transition: all 1200ms ease;
    z-index: -1;
}
.main-slider-two__bg::before {
    position: absolute;
    top: 0;
    left: 335px;
    bottom: -110px;
    width: 170px;
    background: rgba(var(--billdins-base-rgb), 0.5);
    opacity: 0;
    transform: translateX(-7%) rotate(-30deg);
    transition: all 1200ms ease;
    content: "";
    z-index: 1;
}
.main-slider-two .active .main-slider-two__bg {
    opacity: 1;
    transform: translate(0);
    transition-delay: 1500ms;
}
.main-slider-two .active .main-slider-two__bg::before {
    transform: translateX(0%) rotate(-30deg);
    transition-delay: 2200ms;
}
.main-slider-two .shape1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 948px;
    background: var(--billdins-base);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(4%);
    transition: all 1200ms ease;
    z-index: -2;
}
.main-slider-two .active .shape1 {
    opacity: 1;
    transform: translate(0);
    transition-delay: 1700ms;
}
.main-slider-two .shape2 {
    position: absolute;
    top: 0;
    right: 610px;
    width: 105px;
    height: 90px;
    background: var(--billdins-base);
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    opacity: 0;
    transform: translateY(-14%);
    transition: all 1200ms ease;
}
.main-slider-two .active .shape2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1700ms;
}
.main-slider-two .shape3 {
    position: absolute;
    bottom: 0;
    right: 825px;
    opacity: 0;
    transform: translateY(15%);
    transition: all 1200ms ease;
    z-index: -1;
}
.main-slider-two .active .shape3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1900ms;
}
.main-slider-two .shape4 {
    position: absolute;
    bottom: 0;
    right: 568px;
    width: 380px;
    height: 330px;
    background: var(--billdins-black);
    clip-path: polygon(46% 0, 0% 100%, 100% 100%);
    opacity: 0;
    transform: translateY(15%);
    z-index: -1;
}
.main-slider-two .active .shape4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1900ms;
}
.main-slider-two__content {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.main-slider-two__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 11px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    z-index: 10;
}
.main-slider-two .active .main-slider-two__content .tagline {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1200ms;
}
.main-slider-two__content .tagline h6 {
    color: #50a1fd;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-slider-two__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 16px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    z-index: 10;
}
.main-slider-two__content .title-box h2 {
    color: var(--billdins-black);
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}
.main-slider-two .active .main-slider-two__content .title-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 900ms;
}
.main-slider-two__content .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    z-index: 10;
}
.main-slider-two__content .text-box p {
    color: var(--billdins-gray);
}
.main-slider-two .active .main-slider-two__content .text-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 900ms;
}
.main-slider-two__btn {
    position: relative;
    display: block;
    line-height: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-two .active .main-slider-two__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1400ms;
}
.main-slider-two__carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-slider-two__carousel.owl-theme .owl-nav.disabled + .owl-dots::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 75px;
    background: #50a1fd;
    background: linear-gradient(0deg, rgba(80, 161, 253, 1) 14%, rgba(80, 161, 253, 0.7595413165266106) 35%, rgba(80, 161, 253, 0.5746673669467788) 57%, rgba(80, 161, 253, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    content: "";
}
.main-slider-two__carousel.owl-theme .owl-nav.disabled + .owl-dots::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 75px;
    background: #50a1fd;
    background: linear-gradient(180deg, rgba(80, 161, 253, 1) 14%, rgba(80, 161, 253, 0.7595413165266106) 35%, rgba(80, 161, 253, 0.5746673669467788) 57%, rgba(80, 161, 253, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    content: "";
}
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot {
    display: block;
}
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 10.5px 0;
    background: var(--billdins-base);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot.active span,
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--billdins-base);
}
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot.active span::before,
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot:hover span::before {
    transform: scaleX(1);
}

.sec-title {
    position: relative;
    display: block;
    padding-bottom: 47px;
    z-index: 1;
}
.index_about {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.about-one__counter {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
}
.about-one__counter-box {
    position: relative;
    display: block;
}
.about-one__counter-box li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 22px;
    margin-bottom: 25px;
}
.about-one__counter-box li .count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-one__counter-box li .count-box h2 {
    color: var(--billdins-base);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.about-one__counter-box li .count-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 30px;
    font-weight: 700;
}
.about-one__counter-box li .text {
    position: relative;
    display: block;
    margin-top: 10px;
}
.about-one__counter-box li .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}
.about-one__img {
    position: relative;
    display: block;
}
.about-one__img1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.about-one__img1::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.about-one__img1 img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.about-one__img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    z-index: 2;
}
.about-one__img2::before {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: 0;
    right: 0;
    background: var(--billdins-white);
    border-top-left-radius: 5px;
    content: "";
    z-index: -1;
}
.about-one__img2 img {
    border-radius: 5px;
    width: 100%;
}
.about-one__img:hover .about-one__img1::before {
    height: 100%;
    opacity: 0;
    transition: all 400ms linear;
}
.about-one__img:hover .about-one__img1 img {
    transform: scale(1);
}
.about-one__content {
    position: relative;
    display: block;
    margin-left: 62px;
}
.about-one__content .sec-title {
    padding-bottom: 27px;
}
.about-one .shape1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 1;
}
.about-one .shape1 img {
    max-width: 300px;
}
.sec-title__tagline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.sec-title__tagline .left-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--billdins-base);
    margin-right: 15px;
}
.sec-title__tagline .left-line::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--billdins-base);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}
.sec-title__tagline .left-line::after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}
.sec-title__tagline .text {
    position: relative;
    display: block;
}
.about-one__content-text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.about-one__content-text p {
    font-size: 18px;
    margin: 0;
}
.about-one__content-list {
    position: relative;
    display: block;
}
.about-one__content-list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}
.about-one__content-list li::before {
    position: absolute;
    top: 49%;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--billdins-base);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}
.about-one__content-list li p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.sec-title.center .sec-title__tagline {
    justify-content: center;
}
.sec-title__tagline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.sec-title__tagline .left-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--billdins-base);
    margin-right: 15px;
}
.sec-title__tagline .left-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--billdins-base);
    margin-right: 15px;
}
.sec-title__tagline .left-line::after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}
.sec-title__tagline .right-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--billdins-base);
    margin-left: 15px;
}
.sec-title__tagline .right-line::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--billdins-base);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}
.sec-title__tagline .right-line::after {
    position: absolute;
    top: 50%;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}
.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}
.blog-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50px;
    border: 1px solid #e3e2e2;
    border-radius: 5px;
    content: "";
    z-index: -1;
}
.blog-one__single-img {
    position: relative;
    display: block;
    padding-left: 60px;
}
.blog-one__single-img .date-box {
    position: absolute;
    top: 43%;
    left: -40px;
    transform: rotate(-90deg) translateY(-50%);
}
.blog-one__single-img .date-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.blog-one__single-img .date-box h3 i {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 20px;
    line-height: 20px;
    margin-right: 2px;
}
.blog-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-one__single-content {
    position: relative;
    display: block;
    padding: 28px 80px 22px 30px;
}
.blog-one__single-content h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-one__single-content h2 a {
    color: var(--billdins-black);
    transition: all 0.3s ease;
}
.blog-one__single-content h2 a:hover {
    color: var(--billdins-base);
}
.blog-one__single-content p {
    margin: 0;
}
.blog-one__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 15px;
}
.blog-one__single-content .btn-box a {
    color: #50a1fd;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--billdins-font-two);
}
.blog-one__single-content .btn-box a i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 2px;
    transition: all 0.3s ease;
}
.blog-one__single-content .btn-box a:hover i {
    padding-left: 10px;
}

.appoinment-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #f9fafb;
    z-index: 1;
}
.appoinment-one__pattern {
    background: url(/skin/img/app_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}
.appoinment-one .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 780px) / 2);
    background: var(--billdins-base);
    z-index: -1;
    clip-path: polygon(30% 0, 75% 0, 100% 25%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}
.appoinment-one__bg {
    background: url(/skin/img/app_bg.jpg);
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 800px) / 2);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    clip-path: polygon(30% 0, 75% 0, 100% 25%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}
.appoinment-one .row {
    align-items: center;
}
.appoinment-one__contact {
    position: relative;
    display: block;
    float: right;
}
.appoinment-one__contact-list {
    position: relative;
    display: block;
    max-width: 325px;
    width: 100%;
}
.appoinment-one__contact-list ul {
    position: relative;
    display: block;
}
.appoinment-one__contact-list ul li {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    padding: 23px 25px 22px;
    margin-bottom: 15px;
}
.appoinment-one__contact-list ul li:nth-child(2) {
    margin-left: 30px;
    margin-right: -30px;
}
.appoinment-one__contact-list ul li:nth-child(3) {
    margin-left: 60px;
    margin-right: -60px;
}
.appoinment-one__contact-list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--billdins-base);
    content: "";
}
.appoinment-one__contact-list ul li .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}
.appoinment-one__contact-list ul li .inner .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
}
.appoinment-one__contact-list ul li .inner .icon-box i {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 45px;
    line-height: 45px;
}
.appoinment-one__contact-list ul li .inner .content-box {
    position: relative;
    display: block;
}
.appoinment-one__contact-list ul li .inner .content-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.appoinment-one__contact-list ul li .inner .content-box p {
    margin: 0;
}
.appoinment-one__form {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    background: var(--billdins-white);
    box-shadow: 0 0 60px 0 rgba(4, 23, 26, 0.06);
    padding: 67px 70px 80px;
    border-top: 5px solid var(--billdins-base);
    margin-top: -200px;
    float: right;
    z-index: 1;
}
.appoinment-one__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.appoinment-one__form .title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
}
.appoinment-one__form form {
    position: relative;
}
.appoinment-one__form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.appoinment-one__form .form-group input,
.appoinment-one__form .form-group textarea {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--billdins-gray);
    font-weight: 400;
    text-transform: none;
    padding: 0 30px 0;
    width: 100%;
    height: 60px;
    background-color: #f9fafb;
    border-radius: 0;
    outline: 0;
    border: 0;
    font-family: var(--billdins-font);
}
.appoinment-one__form form .form-group textarea {
    height: 150px;
    padding-top: 21px;
}
.appoinment-one__form .thm-btn {
    font-size: 20px;
    font-weight: 500;
}

.services-one {
    position: relative;
    display: block;
    background-color: var(--billdins-white);
    padding: 120px 0 120px;
    z-index: 1;
}
.services-one::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 518px;
    background: #f9fafb;
    content: "";
}
.services-one .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.2;
}
.services-one__single {
    position: relative;
    display: block;
    padding-top: 35px;
}
.services-one__single .icon-box {
    position: absolute;
    top: 0;
    left: 30px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--billdins-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}
.services-one__single .icon-box::before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    border-bottom: 35px solid rgba(var(--billdins-black-rgb), 0.9);
    border-left: 30px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}
.services-one__single .icon-box i {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.services-one__single-inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
    padding: 80px 30px 30px;
}
.services-one__single-content {
    position: relative;
    display: block;
}
.services-one__single-content h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.services-one__single-content p {
    margin: 0;
    min-height: 130px;
}
.services-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
    z-index: 1;
}
.services-one__single-img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.services-one__single-img img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.services-one__single:hover .services-one__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.services-one__single:hover .services-one__single-img img {
    transform: scale(1);
}
.services-one__carousel {
    position: relative;
    width: 1610px;
}
.services-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.services-one__carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
}
.services-one__carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: all;
}

.working-process-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0 120px;
    z-index: 1;
}
.working-process-one__inner {
    position: relative;
    display: block;
    padding-left: 80px;
}
.working-process-one__inner .shape1 {
    background-image: url(/skin/img/working.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    background-repeat: repeat-y;
}
.animation-infinite1 {
    animation: ShapeAnim1 80s linear infinite;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}
@keyframes ShapeAnim1 {
    0% {
        background-position: left top;
    }

    100% {
        background-position: left top 2000px;
    }
}
.working-process-one__tab-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.working-process-one__tab-box .tab-buttons {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
}
.working-process-one__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 1;
}
.working-process-one__tab-box .tab-buttons li {
    margin-bottom: 63px;
}
.working-process-one__tab-box .tab-buttons li:last-child {
    margin-bottom: 0;
}
.working-process-one__tab-box .tab-buttons .tab-btn.active-btn h2 {
    color: var(--billdins-base);
    -webkit-text-stroke: 1px var(--billdins-base);
}
.working-process-one__tab-box .tab-buttons .tab-btn h2 {
    color: transparent;
    -webkit-text-stroke: 1px var(--billdins-gray);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.working-process-one .tabs-content {
    position: relative;
}
.working-process-one .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    transform: translateY(0px);
}
.working-process-one .tabs-content .tab {
    display: none;
    transform: translateY(0px);
    transition: all 900ms ease;
    z-index: 10;
}
.working-process-one .tabs-content .tab.active-tab .working-process-one__single-tab {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom top;
}
.working-process-one__single-tab {
    position: relative;
    display: block;
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}
.working-process-one__single-tab-inner {
    position: relative;
    display: flex;
    align-items: center;
}
.working-process-one__single-tab-inner .content-box {
    position: relative;
    display: block;
    max-width: 280px;
    padding: 43px 30px 45px;
    text-align: center;
    margin-right: -45px;
    z-index: 1;
}
.working-process-one__single-tab-inner .content-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--billdins-base);
    content: "";
    z-index: -1;
}
.working-process-one__single-tab-inner .content-box h2 {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.working-process-one__single-tab-inner .content-box p {
    color: var(--billdins-white);
}
.working-process-one__single-tab-inner .content-box::after {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: var(--billdins-white);
    content: "";
    z-index: -2;
}
.working-process-one__single-tab-inner .img-box {
    position: relative;
    display: block;
    flex: 1;
}
.working-process-one__single-tab-inner .img-box img {
    width: 100%;
}

.pricing-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0 120px;
    z-index: 1;
}
.pricing-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.pricing-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.9);
    content: "";
}
.pricing-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.06;
    z-index: -1;
}
.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#jarallax-container-0 {
    clip: rect(0, 2529px, 856px, 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pricing-one .sec-title__title,
.pricing-one .tg-element-title h4 {
    color: var(--billdins-white);
}
.pricing-one__inner {
    position: relative;
    display: block;
}
.pricing-one__tab {
    position: relative;
    display: block;
}
.pricing-one__tab-btn {
    position: absolute;
    top: -106px;
    right: 0;
    z-index: 10;
}
.pricing-one__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
}
.pricing-one__tab-btn ul li {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 23px;
    background-color: var(--billdins-white);
    padding: 10px 20px 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.pricing-one__tab-btn ul li h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.pricing-one__tab-btn ul li:hover,
.pricing-one__tab-btn ul li.active-btn-item {
    background-color: var(--billdins-base);
}
.pricing-one__tab-btn ul li + li {
    margin-left: 10px;
}
.pricing-one__tab-btn ul li:hover h3,
.pricing-one__tab-btn ul li.active-btn-item h3 {
    color: var(--billdins-white);
}
.pricing-one__tab .tabs-content-box {
    position: relative;
    display: block;
}
.pricing-one__tab .tab-content-box-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
}
.pricing-one__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}
.pricing-one__tab .tab-content-box-item .pricing-one-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}
.pricing-one__tab .tab-content-box-item.tab-content-box-item-active .pricing-one-tab-content-box-item {
    opacity: 1;
    transform: translateY(0px);
}
.single-pricing-one-tab {
    position: relative;
    display: block;
}
.pricing-one__single {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 25px 30px;
    border-radius: 5px;
    z-index: 1;
}
.pricing-one__single .table-footer {
    position: relative;
    display: block;
    margin-top: 20px;
}
.pricing-one__single .table-footer .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}
.pricing-one__single .table-footer .btn-box .thm-btn {
    width: 100%;
    text-align: center;
    background: var(--billdins-black);
}
.pricing-one__single .table-footer .btn-box .thm-btn .hover-btn {
    background-color: var(--billdins-base);
}

.team-one {
    position: relative;
    display: block;
    padding: 0 0 200px;
    z-index: 1;
}

footer {
    position: relative;
    padding: 90px 0 0;
    background: var(--billdins-black);
}
footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
footer .widget {
    position: relative;
    margin: 0;
    padding: 0;
}
footer .widget.a_widget {
    padding: 0 50px 0 0;
}
footer .logo {
    position: relative;
    margin: 0 0 28px;
}
footer .content {
    color: #bbbdc4;
    margin: 0 0 29px;
    font-size: 14px;
}
footer .widget h3 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 17px 0 35px;
}
footer .widget .addresscontent {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 17px 0 35px;
}
footer .widget .cover {
    position: relative;
    padding: 0 0 0 31px;
    font-size: 16px;
    line-height: 24px;
    color: #bbbdc4;
    margin: 0 0 16px;
}
footer .widget .cover i {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .widget.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .widget.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
footer .swiper-slide a {
    color: #bbbdc4;
    padding: 0;
    font-size: 16px;
}
footer .swiper-slide a:hover {
    color: #fff;
    padding-left: 5px;
}
footer .foot-row {
    padding: 55px 0 36px;
}
footer .footsocial {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footerbar {
    height: 1px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
}
.siteInfoSection {
    background: var(--billdins-black);
}
.siteInfoSection .siteInfo {
    color: #bbbdc4;
    padding: 31px 0 46px;
}
.siteInfoSection .map {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 31px 0 46px;
}
.siteInfoSection .map ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
}
.siteInfoSection .map ul li {
    margin-right: 40px;
}
.siteInfoSection .map ul li:last-child {
    margin-right: 0;
}
.siteInfoSection .map a {
    display: block;
    color: #bbbdc4;
}
.menuToggler {
    display: none;
}
.siteInfoSection .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* about */
.why-choose-one {
    position: relative;
    display: block;
    background: var(--billdins-black);
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}
.why-choose-one .sec-title__tagline .text h4 {
    color: #fff;
}
.why-choose-one__inner {
    position: relative;
    display: block;
}
.why-choose-one__content {
    position: relative;
    display: block;
    max-width: 675px;
    width: 100%;
    float: right;
}
.why-choose-one__content .sec-title {
    padding-bottom: 26px;
}
.why-choose-one__content h2 {
    color: #fff;
}
.why-choose-one .why-choose-one__bg {
    background-image: url(/skin/img/about_left.jpg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 273px) / 2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0, 75% 0, 100% 55%, 75% 100%, 0% 100%);
    z-index: -1;
}
.why-choose-one__content-bottom {
    position: relative;
    display: block;
    margin-top: 32px;
}
.why-choose-one__content-single {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--billdins-white);
    padding: 30px 30px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.why-choose-one__content-single .icon-box {
    position: relative;
    display: block;
}
.why-choose-one__content-single .icon-box i {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 60px;
    line-height: 60px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
    width: 60px;
}
.why-choose-one__content-single .title-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}
.why-choose-one__content-single .title-box h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.working-process-one__shape1 {
    background-image: url(/skin/img/about_list.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: repeat-x;
    min-height: 37px;
}
.why-choose-one .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 250px) / 2);
    background: #abd6ff;
    clip-path: polygon(0% 0, 75% 0, 100% 55%, 75% 100%, 0% 100%);
    z-index: -2;
}
.why-choose-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 235px) / 2);
    background: var(--billdins-black);
    clip-path: polygon(0% 0, 75% 0, 100% 55%, 75% 100%, 0% 100%);
    z-index: -3;
}
.why-choose-one .shape3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 222px) / 2);
    background: var(--billdins-white);
    clip-path: polygon(0% 0, 75% 0, 100% 55%, 75% 100%, 0% 100%);
    z-index: -4;
}
.why-choose-one .shape4 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 190px;
    height: 160px;
    background: var(--billdins-base);
    clip-path: polygon(40% 100%, 0 0, 100% 0);
}
.why-choose-one .shape5 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 240px;
    height: 210px;
    background: #abd6ff;
    background: linear-gradient(0deg, rgba(171, 214, 255, 1) 0, rgba(171, 214, 255, 0.7875525210084033) 32%, rgba(171, 214, 255, 0.7847514005602241) 76%, rgba(171, 214, 255, 0.7707457983193278) 100%, rgba(171, 214, 255, 0.8939950980392157) 100%);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
}
.why-choose-one .shape6 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 285px;
    height: 250px;
    background: #abd6ff;
    background: linear-gradient(0deg, rgba(171, 214, 255, 0.8911939775910365) 0, rgba(171, 214, 255, 0.6755077030812324) 48%, rgba(171, 214, 255, 0.5578606442577031) 100%, rgba(171, 214, 255, 0.8939950980392157) 100%);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
}
.why-choose-one .shape7 {
    position: absolute;
    left: 661px;
    bottom: -26px;
    width: 51px;
    height: 182px;
    background: var(--billdins-base);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}
.why-choose-one .shape8 {
    position: absolute;
    left: 663px;
    bottom: -26px;
    width: 63px;
    height: 192px;
    background: #abd6ff;
    background: linear-gradient(0deg, rgba(171, 214, 255, 1) 0, rgba(171, 214, 255, 0.7875525210084033) 32%, rgba(171, 214, 255, 0.7847514005602241) 76%, rgba(171, 214, 255, 0.7707457983193278) 100%, rgba(171, 214, 255, 0.8939950980392157) 100%);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}
.why-choose-one .shape9 {
    position: absolute;
    left: 668px;
    bottom: -27px;
    width: 81px;
    height: 202px;
    background: #abd6ff;
    background: linear-gradient(0deg, rgba(171, 214, 255, 0.8911939775910365) 0, rgba(171, 214, 255, 0.6755077030812324) 48%, rgba(171, 214, 255, 0.5578606442577031) 100%, rgba(171, 214, 255, 0.8939950980392157) 100%);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}

.page-header {
    position: relative;
    display: block;
    padding: 154px 0 152px;
    overflow: hidden;
    z-index: 1;
}
.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--billdins-black-rgb), 0.82);
    content: "";
    z-index: -1;
}
.page-header__bg {
    background: url(/skin/img/list_banner.jpg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.page-header .shape1 {
    position: absolute;
    left: -130px;
    bottom: -40px;
    width: 500px;
    height: 110px;
    background: rgba(var(--billdins-base-rgb), 0.1);
    transform: rotate(45deg);
    z-index: -1;
}
.page-header .shape2 {
    position: absolute;
    top: -40px;
    left: -130px;
    width: 500px;
    height: 110px;
    background: rgba(var(--billdins-black-rgb), 0.1);
    transform: rotate(-45deg);
    z-index: -1;
}
.page-header .shape3 {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: 1;
}
.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.page-header__inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.page-header__inner h2 {
    color: var(--billdins-white);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}
.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.page-header__inner .thm-breadcrumb li {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}
.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0;
}
.page-header__inner .thm-breadcrumb li a {
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-header__inner .thm-breadcrumb li {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}
.page-header__inner .thm-breadcrumb li i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0;
}

.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.about_content {
    position: relative;
    display: block;
    margin-left: 35px;
}
.about-two_content {
    position: relative;
    display: block;
}
.about-two_content p {
    margin-bottom: 8px;
}
.about_content .sec-title {
    padding-bottom: 10px;
}
.about_bottom_text {
    position: relative;
    display: block;
}
.about_bottom_text h4 {
    margin: 10px 0 8px;
    font-size: 18px;
}
.about_service {
    background: #f9fafb;
}
.about_service::before {
    content: none;
}

.team-one__right .box {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.team-one__right .box .more {
    padding: 15px 20px;
    position: absolute;
    bottom: 25px;
    left: 40px;
    right: 40px;
    background-color: var(--billdins-base);
    color: #0e121d;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.details {
    padding: 120px 0;
}
.details .right {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #000;
    background-color: #d4eaff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}
.details .two,
.details .three {
    margin-top: 30px;
}
.details .title {
    margin: 0 0 0 20px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.details .right li {
    display: flex;
    align-items: center;
    padding: 16px 20px 17px;
    transition: all ease 500ms;
    border-radius: 8px;
}
.details .right_img {
    margin-right: 20px;
    flex: 100px 0 0;
    border-radius: 6px;
    overflow: hidden;
}
.details .right_content a {
    color: #0e2207;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all ease 300ms;
}
.details span {
    font-size: 13px;
    font-weight: 500;
    color: #757873 !important;
    font-weight: 600;
}
.details span i {
    font-size: 14px;
    padding-right: 5px;
    color: var(--billdins-base);
}
.details .right li:hover {
    background-color: #fff;
}
.details .right_content a:hover {
    color: var(--billdins-base);
}
.details .left {
    padding: 46px 30px 30px;
    background-color: #d4eaff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.details .left h3 {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
}
.details .left span {
    display: block;
    margin-bottom: 10px;
    color: #0e2207 !important;
    text-align: center;
}
.details .left span a{
    margin-right: 10px;
}
.details input {
    height: 50px !important;
}
.details .swiper-button-next,
.details .swiper-button-prev {
    display: none;
}

.next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #e7580d;
}

.list_case {
    position: relative;
    display: block;
    background-color: var(--billdins-white);
    padding: 120px 0 90px;
    z-index: 1;
}
.list_case .pricing-one__single {
    margin-bottom: 20px;
}

.list_contact {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.contact-page__contact-info {
    position: relative;
    display: block;
}
.contact-page__contact-info .title-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.contact-page__contact-info .title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-page__contact-info-box {
    position: relative;
    display: block;
}
.contact-page__contact-info-single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 49px;
}
.contact-page__contact-info-single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--billdins-gray-bg);
    border-radius: 5px;
    overflow: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single .icon-box i {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}
.contact-page__contact-info-single .content-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.contact-page__contact-info-single .content-box p {
    margin: 0;
}
.contact-page__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 47px;
}
.contact-page__form-box {
    position: relative;
    display: block;
}
.contact-page__form-box .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-page__form-box .input-box input[type="text"],
.contact-page__form-box .input-box input[type="email"],
.contact-page__form-box .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--billdins-white);
    border: 1px solid rgba(var(--billdins-black-rgb), 0.1);
    padding-left: 20px;
    padding-right: 40px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--billdins-gray);
    border-radius: 2px;
    font-family: var(--billdins-font);
}
.contact-page__form-box .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.contact-page__form-box .input-box textarea {
    min-height: 70px;
    padding-top: 11px;
    outline: 0;
}
.contact-page__form-box .input-box .icon.style2 {
    top: 11px;
    transform: translateY(0%);
}

.list_news {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 8px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #50a1fd;
    border-radius: 6px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
    border: 1px solid #fff;
    background-color: #fff;
}
.pagination li a.active {
    background-color: #50a1fd;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li.active {
    background-color: #50a1fd;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li a:hover {
    background-color: #50a1fd;
    color: #fff;
}
.next {
    display: block;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #50a1fd;
}

.list_product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.list_product .product_box {
    padding: 35px;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: var(--billdins-base);
}
.list_product .product_box h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
}
.list_product .product_box h5{
    padding: 15px 0;
}
.list_product .product_box h6{
    margin-bottom: 8px;
    font-size: 15px;
}
.list_product .product_box a {
    color: #0e2207;
    display: block;
    position: relative;
}
.list_product .product_box a img {
    width: 100%;
}
.list_product .product_box a h5 {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    padding: 15px;
    background-color: var(--billdins-base);
    color: #0e121d;
    border-radius: 6px;
}
.list_product .product_box a h5 span {
    color: #0e121d;
    font-weight: bold;
    font-size: 15px;
}
.list_product .product_box a:hover {
    color: #0057ff;
}
.list_product .product_box p {
    margin-bottom: 10px;
    color: #7c7c7c;
    font-weight: 700;
}
.list_product .product_box .swiper {
    margin-top: 25px;
}

.details .swiper {
    width: 100%;
    height: 100%;
}

.details .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.details .mySwiper2 .swiper-slide img {
    display: block;
    width: 50%;
    height: auto;
    object-fit: cover;
}

.details .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.details .swiper-slide {
    background-size: cover;
    background-position: center;
}

.details .mySwiper2 {
    overflow: hidden;
    height: 80%;
    width: 100%;
}

.details .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #fff;
}

.details .mySwiper .swiper-wrapper {
    justify-content: center;
}

.details .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.details .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}
.details .mySwiper2 .swiper-slide {
    height: auto !important;
}
.details .mySwiper .swiper-slide {
    position: relative;
    padding: 0 0 180px 0;
}
.details .mySwiper .swiper-slide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--billdins-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--billdins-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--billdins-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

.about-one__counter-box li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 30px;
    }
}
@media (max-width: 1400px) {
    .main-header-one__bottom-right {
        display: none;
    }
}
@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
    .main-header-one__top {
        display: none;
    }
    .main-header-one__bottom {
        padding: 15px 0;
    }
    .main-menu__main-menu-box a i {
        font-size: 28px;
    }
    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }
    .mobile-nav__wrapper.expanded .mobile-nav__content {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    }
    .mobile-nav__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.5;
        cursor: pointer;
    }
    .mobile-nav__content {
        width: 300px;
        background-color: var(--billdins-black);
        z-index: 10;
        position: relative;
        height: 100%;
        overflow-y: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }
    .mobile-nav__close {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 18px;
        color: var(--billdins-white);
        cursor: pointer;
    }
    .mobile-nav__content .logo-box {
        margin-bottom: 40px;
        display: flex;
    }
    .mobile-nav__container {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-nav__content .main-menu__list,
    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .mobile-nav__content .main-menu__list > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-nav__content .main-menu__list > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        font-family: var(--billdins-font, "Rubik", sans-serif);
        font-weight: 500;
        height: 46px;
        align-items: center;
        transition: 500ms;
    }
    .mobile-nav__content .main-menu__list > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
        width: 30px;
        height: 30px;
        background-color: var(--billdins-base);
        border: 0;
        outline: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: rotate(0deg);
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        padding: 0;
    }
    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 0.5em;
    }

    .mobile-nav__content .main-menu__list,
    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .mobile-nav__content .main-menu__list > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-nav__content .main-menu__list > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        font-family: var(--billdins-font, "Rubik", sans-serif);
        font-weight: 500;
        height: 46px;
        align-items: center;
        transition: 500ms;
    }
    .mobile-nav__content .main-menu__list > li > a > button.expanded,
    .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
        transform: rotate(180deg);
        background-color: #fff;
        color: var(--billdins-base);
    }
    .mobile-nav__container .main-menu__list a.active {
        color: var(--billdins-base);
    }
    .working-process-one__single-tab-inner .content-box {
        padding: 20px;
    }
    .pricing-one__tab-btn ul {
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }
    .pricing-one__tab-btn ul li h3 {
        text-align: center;
    }
    .pricing-one__tab-btn {
        position: relative;
        margin-bottom: 10px;
        top: 0;
    }
    .pricing-one__tab .tabs-content-box {
        margin-top: 30px;
    }
    .about-one__content {
        margin-left: 0;
        margin-top: 70px;
    }
    .appoinment-one .shape1 {
        display: none;
    }
    .appoinment-one__bg {
        display: none;
    }
    .appoinment-one__contact {
        float: left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__img {
        max-width: 420px;
        width: 100%;
    }
    .team-one__right .box .more {
        padding: 10px 15px;
    }
    .working-process-one__single-tab-inner .img-box {
        max-width: 360px;
    }
}
@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: flex;
    }
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .services-one__single-content p {
        min-height: 160px;
    }
    .working-process-one__tab-box {
        display: block !important;
    }
    .working-process-one__tab-box .tab-buttons {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .working-process-one__inner {
        padding: 0;
    }
    .working-process-one__inner .shape1 {
        display: none;
    }
    .working-process-one__tab-box .tab-buttons li {
        margin-bottom: 0;
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .sec-title {
        padding-bottom: 25px;
    }
    .team-one__left-text p {
        padding-bottom: 25px;
    }
    .team-one__right .box a img {
        width: 100%;
    }
    .appoinment-one__contact {
        float: none;
    }
    .appoinment-one__contact-list ul li:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
    .appoinment-one__contact-list ul li:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
    }
    .appoinment-one__form {
        margin-top: 25px;
    }
    .appoinment-one__contact-list {
        margin: 0 auto;
        max-width: 100%;
    }
    .appoinment-one__form {
        max-width: 100%;
    }
    .pricing-one__tab-btn ul {
        flex-wrap: wrap;
    }
    .pricing-one__tab-btn ul li {
        margin: 0 10px 15px;
        min-width: 47%;
    }
    .pricing-one__single {
        margin: 0 0 25px;
    }
    .pricing-one .row {
        justify-content: center;
    }
    .services-one__carousel {
        width: 100%;
    }
}
.main_header_language{
    display: none;
}
@media (max-width: 767px) {
    .services-one__carousel {
        width: 100%;
    }
    header .main-header-one__top {
        display: none;
    }
    header .main-header-one__top-inner::before {
        content: none;
    }
    footer {
        display: none;
    }
    .siteInfoSection {
        display: none;
    }
    .pricing-one__tab-btn ul li {
        min-width: 70%;
        margin-bottom: 15px;
    }
    .news-section {
        padding: 120px 0 30px !important;
    }
    .about-one__counter {
        margin: 0 auto;
    }
    .about-one__content {
        margin-left: 0;
        margin-top: 70px;
    }
    .working-process-one__inner {
        padding-left: 0;
    }
    .working-process-one__inner .shape1 {
        display: none;
    }
    .working-process-one__tab-box .tab-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .working-process-one .tabs-content {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .working-process-one__single-tab-inner {
        display: block;
    }
    .working-process-one__single-tab-inner .content-box {
        margin-right: 0;
        max-width: 100%;
    }
    .working-process-one__single-tab-inner .img-box {
        margin-top: 0;
    }
    .working-process-one__tab-box {
        display: block;
    }
    .working-process-one__tab-box .tab-buttons li {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .appoinment-one__contact-list {
        max-width: 500px;
    }
    .main-menu .mobile-nav__toggler {
        font-size: 30px;
        margin-right: 10px;
        color: #50a1fd;
        cursor: pointer;
        transition: 500ms;
        display: flex;
        align-items: center;
    }
    body.locked {
        overflow: hidden;
    }
    .index_box {
        overflow: hidden;
    }
    .pricing-one .sec-title {
        padding-bottom: 35px;
    }
    .team-one {
        padding-bottom: 50px;
    }
    .appoinment-one,
    .working-process-one,
    .blog-one,
    .pricing-one,
    .services-one,
    .index_about,
    .about-two,
    .why-choose-one {
        padding: 50px 0;
    }
    .about-one .shape1 {
        display: none;
    }
    .page-header {
        padding: 150px 0 70px;
    }
    .about_content {
        margin: 35px 0 0;
    }
    .why-choose-one .why-choose-one__bg,
    .why-choose-one .shape1,
    .why-choose-one .shape2,
    .why-choose-one .shape3,
    .why-choose-one .shape4,
    .why-choose-one .shape5,
    .why-choose-one .shape6 {
        display: none;
    }
    .page-header__inner h2 {
        font-size: 35px;
    }
    .blog-one__single-content {
        padding: 25px;
    }
    .blog-one__single::before {
        right: 0;
    }
    .pricing-one__single {
        margin-bottom: 20px;
    }
    .sec-title__title {
        font-size: 25px;
    }
    .about-one__img {
        max-width: 420px;
        width: 100%;
        margin: 42px auto 0;
    }
    .pricing-one__tab-btn ul {
        flex-wrap: nowrap;
    }
    .main-slider-two__carousel.owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
    .main-slider-two .active .shape1,
    .main-slider-two .shape2,
    .main-slider-two .shape3,
    .main-slider-two .shape4 {
        display: none;
    }
    .main-slider-two__bg {
        left: 0;
        width: 100%;
        clip-path: none;
        transform: translateX(0%) scale(1);
        transition: transform 7500ms ease, -webkit-transform 7500ms ease;
        opacity: 1;
    }
    .main-slider-two__pattern {
        display: none;
    }
    .main-slider-two__bg::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--billdins-black-rgb), 0.6);
        content: "";
    }
    .main-header-one__bottom-left{
        max-width: 60%;
    }
    .main_header_language{
        display: block;
    }
    .main_header_language .language-switcher {
        position: relative;
        display: block;
    }
    .main_header_language .nice-select{
        padding: 0;
    }
    .nice-select.wide .list{
        min-width: 100px;
    }
    .main_header_language  .nice-select:after{
        content: none;
    }
    .main_header_language .nice-select{
        height: 35px;
        line-height: 35px;
        background: #fff;
    }
    .main_header_language .nice-select i{
        font-size: 22px;
        color: #50a1fd;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    .main-slider-two .shape3 {
        display: none;
    }
    .main-slider-two .shape5 {
        display: none;
    }
}
@media only screen and (min-width: 1320px) and (max-width: 1600px) {
    .main-slider-two .container {
        padding-left: 125px;
    }
    .main-slider-two__bg {
        width: 750px;
    }
    .main-slider-two .shape1 {
        width: 760px;
    }
    .main-slider-two .shape4 {
        right: 380px;
        clip-path: polygon(35% 0, 0% 100%, 100% 100%);
    }
    .main-slider-two .shape2 {
        right: 500px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .main-slider-two .container {
        padding-left: 100px;
    }
    .main-slider-two .shape4 {
        display: none;
    }
    .main-slider-two__bg::before {
        display: none;
    }
    .main-slider-two .active .shape1 {
        display: none;
    }
    .main-slider-two__bg {
        left: 0;
        width: 100%;
        clip-path: none;
        transform: translateX(0%) scale(1);
        -webkit-transition: -webkit-transform 7500ms ease;
        transition: -webkit-transform 7500ms ease;
        transition: transform 7500ms ease;
        transition: transform 7500ms ease, -webkit-transform 7500ms ease;
        opacity: 1;
    }
    .main-slider-two__bg::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--billdins-black-rgb), 0.6);
        content: "";
    }
    .main-slider-two .active .main-slider-two__bg {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }
    .main-slider-two__pattern {
        display: none;
    }
    .main-slider-two .shape2 {
        display: none;
    }
    .main-slider-two__content .title-box h2 {
        color: var(--billdins-white);
        min-height: 180px;
    }
    .main-slider-two__content .text-box p {
        color: var(--billdins-white);
    }
}

.list_product .swiper-button-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: #ffffffad;
    border-radius: 50%;
    color: #50a1fd;
    font-weight: bold;
    font-size: 20px;
}

.list_product .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: #ffffffad;
    border-radius: 50%;
    color: #50a1fd;
    font-weight: bold;
    font-size: 20px;
}
.list_product .swiper-button-next:after,
.list_product .swiper-button-prev:after {
	display: none
}
.details .contact-page__form-box .input-box{
    margin: 0 20px 20px;
}
.details .contact-page__form-btn{
    margin-left: 20px
}
.foot_phone{
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider-two .container {
        padding-left: 110px;
    }
    .main-slider-two .shape4 {
        display: none;
    }
    .main-slider-two__bg::before {
        display: none;
    }
    .main-slider-two .active .shape1 {
        display: none;
    }
    .main-slider-two__bg {
        left: 0;
        width: 100%;
        clip-path: none;
        transform: translateX(0%) scale(1);
        transition: -webkit-transform 7500ms ease;
        transition: transform 7500ms ease;
        transition: transform 7500ms ease, -webkit-transform 7500ms ease;
        opacity: 1;
    }
    .main-slider-two__bg::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--billdins-black-rgb), 0.6);
        content: "";
    }
    .main-slider-two .active .main-slider-two__bg {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }
    .main-slider-two__pattern {
        display: none;
    }
    .main-slider-two .shape2 {
        display: none;
    }
    .main-slider-two__content .title-box h2 {
        color: var(--billdins-white);
    }
    .main-slider-two__content .text-box p {
        color: var(--billdins-white);
    }
    .main-slider-two .shape3 {
        display: none;
    }
    .main-slider-two .shape5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider-two .container {
        padding-left: 110px;
    }
    .main-slider-two .shape4 {
        display: none;
    }
    .main-slider-two__bg::before {
        display: none;
    }
    .main-slider-two .active .shape1 {
        display: none;
    }
    .main-slider-two__bg {
        left: 0;
        width: 100%;
        clip-path: none;
        transform: translateX(0%) scale(1);
        -webkit-transition: -webkit-transform 7500ms ease;
        transition: -webkit-transform 7500ms ease;
        transition: transform 7500ms ease;
        transition: transform 7500ms ease, -webkit-transform 7500ms ease;
        opacity: 1;
    }
    .main-slider-two__bg::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--billdins-black-rgb), 0.6);
        content: "";
    }
    .main-slider-two .active .main-slider-two__bg {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }
    .main-slider-two__pattern {
        display: none;
    }
    .main-slider-two .shape2 {
        display: none;
    }
    .main-slider-two__content .title-box h2 {
        color: var(--billdins-white);
    }
    .main-slider-two__content .text-box p {
        color: var(--billdins-white);
    }
    .main-slider-two .shape3 {
        display: none;
    }
    .main-slider-two .shape5 {
        display: none;
    }
    .main-slider-two__content .title-box h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-two__carousel.owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
    .main-slider-two .shape4 {
        display: none;
    }
    .main-slider-two__bg::before {
        display: none;
    }
    .main-slider-two .active .shape1 {
        display: none;
    }
    .main-slider-two__bg {
        left: 0;
        width: 100%;
        clip-path: none;
        transform: translateX(0%) scale(1);
        -webkit-transition: -webkit-transform 7500ms ease;
        transition: -webkit-transform 7500ms ease;
        transition: transform 7500ms ease;
        transition: transform 7500ms ease, -webkit-transform 7500ms ease;
        opacity: 1;
    }
    .main-slider-two__bg::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--billdins-black-rgb), 0.6);
        content: "";
    }
    .main-slider-two .active .main-slider-two__bg {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .main-slider-two__pattern {
        display: none;
    }

    .main-slider-two .shape2 {
        display: none;
    }

    .main-slider-two__content .title-box h2 {
        color: var(--billdins-white);
    }

    .main-slider-two__content .text-box p {
        color: var(--billdins-white);
    }

    .main-slider-two .shape3 {
        display: none;
    }

    .main-slider-two .shape5 {
        display: none;
    }

    .main-slider-two__content .title-box h2 {
        font-size: 30px;
    }

    .main-slider-two__content .title-box h2 br {
        display: none;
    }

    .main-slider-two__content .tagline h6 {
        font-size: 16px;
    }

    .main-slider-two__content .text-box p br {
        display: none;
    }
    .main-slider-two__single{
        padding: 200px 0 130px;
    }
    .main-slider-two__content .title-box{
        min-height: 75px;
    }
    .main-slider-two__content .text-box{
        min-height: 100px;
        margin-bottom: 30px;
    }
    .main-header-one__bottom{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .foot_phone {
        display: block;
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .foot_phone a {
        display: block;
        text-align: center;
        background: linear-gradient(to right top, #50a1fd, #50a1fd);
        font-size: 25px;
        font-weight: bold;
        overflow: hidden;
        color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        z-index: 99;
        line-height: 50px;
    }
    .news-section{
        padding: 120px 0 30px !important;
    }
    .foot_phone a div {
        animation-name: footer_phone;
        animation-duration: 3s;
        animation-delay: 4s;
        animation-iteration-count: infinite;
        color: #fff;
        height: 100%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot_phone a span {
        display: inline-block;
        animation: footer_phone 1.8s ease-in-out infinite;
        animation-delay: calc(0.1s * var(--i));
    }
    .list_product,
    .list_case,
    .list_news,
    .list_contact,
    .details{
        padding: 50px 0 30px;
    }
    .about_service .row .col-xl-4:last-child .blog-one__single{
        margin-bottom: 0;
    }
    .index_box .row .col-xl-4:last-child .blog-one__single{
        margin-bottom: 0;
    }
    .contact-page__form .title-box{
        margin-bottom: 25px;
    }
    .appoinment-one__form {
        padding: 30px 30px 50px;
    }
    .details .mySwiper2 .swiper-slide img{
        width: 100%;
        max-height: 280px;
    }
    .details .left{
        margin-bottom: 20px;
    }
    .details .mySwiper .swiper-slide{
        padding: 0 0 60px 0;
    }
    .main-slider-two .shape1{
        display: none;
    }
    .about-one__content-list{
        columns: 2;
    }
}

@keyframes footer_phone {
    0% {
        transform: translate3d(0, 0, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
    }
    30%{
        transform: translate3d(0, -8px, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
    }
    50%{
        transform: translate3d(0, 0, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
    }
    100% {
        transform: translate3d(0, 0, 0);
        text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.35em;
    }
}
@keyframes footer {
    0% {
        transform: translateX(500px);
    }
    40%, 60% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-500px);
    }
}