@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/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/select.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 {
    --it-common-white: #ffffff;
    --it-common-white-2: #d0d0d0;
    --it-common-black: #222222;
    --it-common-black-2: #1f2126;
    --it-common-black-3: #333333;
    --it-common-black-4: #262626;
    --it-common-black-5: #1b1a1a;
    --it-common-blue: #081e41;
    --it-common-blue-2: #1c439d;
    --it-common-blue-3: #32409a;
    --it-common-blue-4: #2272b7;
    --it-common-blue-5: #1167b1;
    --it-common-orange: #ff5f1f;
    --it-common-orange-2: #f16b08;
    --it-common-red: #f14b4f;
    --it-heading-primary: #222222;
    --it-grey-1: #f5f8f9;
    --it-grey-2: #898989;
    --it-grey-3: #f7f7f7;
    --it-grey-4: #7d7f85;
    --it-grey-5: #f4f5f7;
    --it-grey-6: #f6f7f8;
    --it-grey-7: #636363;
    --it-grey-8: #f2f4f6;
    --it-text-body: #4e4e4e;
    --it-theme-1: #e90012;
    --it-theme-2: linear-gradient(15deg, rgb(238, 92, 10) 0%, rgb(254, 188, 0) 100%);
    --it-border-1: #dddddd;
    --it-border-2: #595252;
}
body {
    width: 100%;
    height: 100%;
}
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;
    transition: all 0.3s ease;
}
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: #4e4e4e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    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;
}

/* header */
.header.header-topbar {
    height: 110px;
}
.header.header-light {
    background-color: var(--it-common-white);
}
.header.header-light .navbar {
    background-color: var(--it-common-white);
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header .navbar {
    box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.11);
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    z-index: 7777;
    padding: 0;
    transition: all 300ms ease-in-out;
    padding: 0 40px;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.header .navbar-brand {
    padding: 0;
    margin: 0;
    margin-right: 80px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.header .navbar-brand .logo {
    max-width: 100%;
    width: 200px;
    height: 60px;
}
.header.header-light .navbar .navbar-brand .logo-dark {
    display: inline-block;
}
.module-holder-phone {
    display: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.header .navbar .navbar-nav > li {
    margin-right: 30px;
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.header .navbar .navbar-nav > li > a {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 110px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.header.header-light .navbar .navbar-nav > li > a {
    color: #26365e;
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle,
.header .navbar .navbar-nav > li:hover .dropdown-toggle {
    color: #042b6f;
}
.header .navbar .navbar-nav > li.has-dropdown > a {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header .navbar .navbar-nav > li.has-dropdown > a::after {
    border: 0;
    content: "\f078";
    position: relative;
    margin-left: 7px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    color: var(--global--font-heading);
    transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle::after,
.header .navbar .navbar-nav > li:hover .dropdown-toggle::after {
    color: var(--global--color-secondary);
}
.header.header-topbar .navbar .navbar-nav > li.has-dropdown > a::after {
    color: var(--global--color-secondary-darken);
}
.header .navbar .navbar-nav > li.has-dropdown.active > a::after,
.header .navbar .navbar-nav > li.has-dropdown:hover > a::after {
    color: var(--global--color-primary);
}
.header.header-topbar .navbar .navbar-nav > li.has-dropdown.active > a::after,
.header.header-topbar .navbar .navbar-nav > li.has-dropdown:hover > a::after {
    color: var(--global--color-secondary);
}
.module-holder {
    margin-left: 30px;
    display: flex;
    align-items: center;
    height: 110px;
    justify-content: space-between;
}
.module-contact {
    display: flex;
    align-items: center;
}
.btn--secondary {
    background-color: #0857de;
    color: var(--it-common-white);
    font-weight: bold;
}
.btn i {
    font-size: 12px;
    transition: 0.3s ease-in-out;
}
.btn--secondary i {
    color: var(--it-common-white);
    padding-left: 10px;
}
.module-holder .btn_one:hover {
    color: var(--it-theme-1) !important;
}
.module-holder .btn-icon-right:hover {
    background: #042b6f !important;
    color: #fff !important;
}
.module-holder .btn {
    width: 190px;
    height: 50px;
    background-color: #0e54ae;
    color: var(--it-common-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border: 0;
    width: 210px;
    height: 50px;
    transition: 0.3s ease-in-out;
    border-radius: 0;
    color: var(--it-common-white);
    padding: 0 20px;
    box-shadow: 0 3px 63px 0 rgba(33, 49, 81, 0.11);
}
header .navbar-nav > li > a:before {
    top: 19px;
}
header .navbar-nav > li.current > a:before,
header .navbar-nav > li:hover > a:before {
    transform: scale(1, 1);
}
header .navbar-nav > li > a:before {
    position: absolute;
    content: "";
    background: rgba(249, 49, 59, 0.1);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    left: -12px;
    top: 32px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}
header .navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 27px;
}
header .navbar-nav > li.current > a,
header .navbar-nav > li:hover > a {
    color: var(--it-theme-1) !important;
}
header .navbar-nav > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 39px 0 35px 0;
    letter-spacing: 0.8px;
    opacity: 1;
    color: #0e1136;
    z-index: 1;
    transition: all 500ms ease;
}

@media screen and (min-width: 1200px) {
    .header.header-topbar .navbar .navbar-nav > li {
        margin-right: 40px;
    }
}
@media screen and (min-width: 992px) {
    .header .navbar {
        min-height: 110px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
    .header .navbar-brand {
        height: 110px;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .module-contact .btn:first-child {
        padding: 0;
        padding-right: 20px;
        width: auto;
        height: auto;
        background-color: transparent;
        color: #042b6f;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .module-contact .btn:last-child {
        width: 190px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

/* news */
.section-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    color: var(--it-common-black-3);
    font-style: italic;
    font-family: poppins, sans-serif;
    padding-bottom: 10px;
}
.section-subtitle::before {
    content: "";
    background-color: var(--it-theme-1);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.section-subtitle::after {
    content: "";
    background-color: var(--it-theme-1);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

.blog__area {
    padding: 120px 0;
}
.blog__item-img {
    overflow: hidden;
}
.blog__item-img img {
    transition: 0.6s;
}
.blog__img-text {
    margin: 23px;
    padding: 7px 34px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--it-theme-1);
    transition: 0.3s;
}
.blog__img-text span {
    text-transform: uppercase;
    color: var(--it-common-white);
}
.blog__content-box {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: none;
    transition: 0.3s;
}
.blog__title-sm {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.blog__title-sm::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 2px;
    width: 0;
    background-color: var(--it-common-black);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.blog__content-box p {
    margin-bottom: 15px;
}
.blog__title-sm a {
    color: #222;
}
.blog__content p {
    line-height: 26px;
}
.blog__link a {
    font-weight: 600;
    color: #333;
    transition: 0.3s;
}
.blog__link a i {
    padding-right: 5px;
}
.blog__item:hover .blog__content-box {
    border: 1px dashed var(--it-theme-1);
    border-top: none;
}
.blog__item:hover .blog__img-text {
    background-color: var(--it-common-blue);
}
.blog__item:hover .blog__link a {
    color: var(--it-theme-1);
}
.blog__item:hover .blog__title-sm::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog__item:hover .blog__item-img img {
    transform: scale(1.2);
}
.blog__link a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

/* process */
.process-section {
    padding: 120px 0;
    position: relative;
}
.process-section .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.process-section .inner-container .arrow-shape {
    background-image: url(/skin/img/shape.png);
}
.processing-block-one {
    max-width: 306px;
}
.processing-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.processing-block-one .inner-box .image-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 10px;
    margin-bottom: 20px;
}
.processing-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 30px;
}
.processing-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}
.processing-block-one .inner-box .count-text {
    position: absolute;
    left: -130px;
    top: 0;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.1);
}
.processing-block-one:nth-child(2) .inner-box .count-text {
    left: -110px;
}
.process-section .arrow-shape {
    position: absolute;
    left: 0;
    top: 90px;
    width: 1479px;
    height: 122px;
    background-repeat: no-repeat;
}
.process-section .pattern-layer {
    background: url(/skin/img/shape-right.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 568px;
    background-repeat: no-repeat;
}
.process-section .shape .shape-1 {
    position: absolute;
    left: 262px;
    top: 159px;
    width: 27px;
    height: 56px;
    background-repeat: no-repeat;
}
.process-section .shape .shape-2 {
    position: absolute;
    left: 180px;
    bottom: 134px;
    width: 10px;
    height: 58px;
    background-repeat: no-repeat;
}
.process-section .shape .shape-3 {
    position: absolute;
    top: 160px;
    right: 400px;
    width: 19px;
    height: 19px;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
    .processing-block-one .inner-box .count-text {
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .process-section .inner-container {
        display: block;
    }

    .processing-block-one {
        margin: 0 auto;
    }

    .process-section .shape,
    .process-section .arrow-shape,
    .process-section .pattern-layer {
        display: none;
    }
}

/* product */
.team__area {
    padding: 120px 0;
}
.team__item-box {
    padding: 40px;
    padding-bottom: 85px;
}
.grey-bg {
    background: var(--it-grey-1);
}
.fix {
    overflow: hidden;
}
.team__circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    position: absolute;
    top: -33px;
    left: -37px;
}
.team__circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    position: absolute;
    top: -33px;
    left: -37px;
}
.team__circle::after {
    content: "";
    border: 3px solid var(--it-theme-1);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team__item {
    position: relative;
    z-index: 2;
    height: 254px;
    width: 254px;
    margin: 0 auto;
}
.team__item::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: var(--it-common-white);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: 0.6s;
    transform: scale(1.07);
}
.team__main-img {
    border-radius: 50%;
    transform: 0.3s;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 254px;
    height: 254px;
}
.team__main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(8, 30, 65, 0.588);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 2;
}
.team__img-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: var(--it-common-white);
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.team__img-icon span {
    color: var(--it-common-white);
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.team__img-icon span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    z-index: -1;
}
.team__img-text {
    padding: 20px 45px;
    background-color: var(--it-common-white);
    box-shadow: 0 0 122px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: -45px 30px 0;
    position: relative;
    display: inline-block;
    z-index: 3;
}
.team__img-text h4 {
    font-size: 25px;
    font-weight: 600;
    transition: 0.3s;
}
.team__img-text h4 a {
    color: #222;
}
.team__wrapper:hover .team__social {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.team__wrapper:hover .team__main-img img {
    transform: scale(1.1);
}
.team__wrapper:hover .team__main-img::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.team__wrapper:hover .team__item::after {
    background-color: var(--it-theme-1);
}
.team__wrapper:hover .team__img-icon {
    opacity: 1;
    visibility: visible;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}

/* about */
.about-section {
    position: relative;
    background-color: #f4f3f8;
    padding: 120px 0;
}
.image_block_one .image-box {
    position: relative;
    display: block;
    padding-left: 30px;
}
.image_block_one .image-box .image {
    position: relative;
    display: block;
    filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1));
    border-radius: 300px 0 300px 300px;
    max-width: 600px;
}
.image_block_one .image-box .image img {
    width: 100%;
    border-radius: 300px 0 300px 300px;
}
.image_block_one .image-box .icon-one {
    position: absolute;
    left: 30px;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 55px;
    color: #fff;
    text-align: center;
    box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
    border-radius: 10px;
    background: #f9313b;
}
.image_block_one .image-box .icon-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
    border-radius: 15px;
    background: var(--it-theme-1);
}
.image_block_one .image-box .text-box {
    position: absolute;
    left: -70px;
    bottom: 40px;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 0 60px;
    text-align: center;
    padding: 30px;
}
.image_block_one .image-box .text-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.image_block_one .image-box .text-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--it-theme-1);
}
.content_block_one .content-box {
    position: relative;
    display: block;
    margin-top: -6px;
    margin-left: 30px;
}
.content_block_one .content-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin: 15px 0 20px;
    color: #101a30;
}
.content_block_one .content-box p {
    margin-bottom: 30px;
}
.content_block_one .content-box .list-style-one li {
    float: left;
    width: 50%;
}
.list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #0e1136;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 17px;
}
.list-style-one li:before {
    position: absolute;
    content: "\f00c";
    font-family: "icon";
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: var(--it-theme-1);
    left: 0;
    top: 0;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    background: #0e54ae;
}
.theme-btn:before,
.theme-btn:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0e1136;
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    transform: scale(0) rotate(0);
    z-index: -1;
}
.theme-btn:after {
    background: #0e1d40;
}
.theme-btn span {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
}
.theme-btn span:before {
    position: absolute;
    content: "";
    background: #0e54ae;
    width: 30px;
    height: 30px;
    left: -5px;
    top: -5px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 700ms ease;
}
.theme-btn span:after {
    position: absolute;
    content: "";
    background: #0e54ae;
    width: 30px;
    height: 30px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 700ms ease;
}
.theme-btn:hover:before {
    border-radius: 0;
    transform: scale(1) rotate(-180deg);
}
.theme-btn:hover:after {
    border-radius: 0;
    transform: scale(1) rotate(180deg);
}
.theme-btn:hover span:before {
    transform: scale(1, 1);
}
.theme-btn:hover span:after {
    transform: scale(1, 1);
}

/* foot */
footer {
    background: #031e4d;
}
.footer_top {
    padding: 100px 0;
}
.footer_top img {
    max-width: 200px;
}
.footer_top .full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer_top .full h3 {
    color: #fff;
    margin-bottom: 20px;
}
.footer_top .full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
.footer_top .full .swiper_foot li a {
    color: #fff;
}

.sec-title {
    position: relative;
    display: block;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    color: var(--it-theme-1);
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    color: #101a30;
}
.section-title h5 {
    color: #0e54ae;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.section-title h2 {
    font-size: 48px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    position: relative;
}
.section-title h2 span {
    color: var(--it-theme-1);
    position: relative;
}
.team-title-shape {
    position: absolute;
    bottom: -25px;
    right: -10px;
}

.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: 50%;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0e54ae;
    color: var(--it-theme-1);
    border-radius: 50%;
    font-weight: bold;
    border: 1px solid #fff;
}
.pagination li a.active {
    background-color: #0e54ae;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li.active {
    background-color: #0e54ae;
    border: 1px solid #fff;
    color: #fff;
}
.pagination li a:hover {
    background-color: #0e54ae;
    color: #fff;
}
.next {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    align-items: center;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #50a1fd;
}

.list {
    padding: 120px 0;
}
.list .blog__item {
    margin-bottom: 20px;
}
.page-title {
    padding: 190px 0;
}
.page-title .bg-layer {
    background: url(/skin/img/list_banner.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-title .bg-layer:before {
    position: absolute;
    content: "";
    background: #0e1136;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.page-title h1 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    padding-right: 21px;
    margin-right: 3px;
}
.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f101";
    font-family: "icon";
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 18px;
}
.page-title .bread-crumb li:last-child:before {
    display: none;
}
.page-title .bread-crumb li a {
    color: var(--it-theme-1);
}
.page-title .bread-crumb li:last-child {
    padding: 0 !important;
    margin: 0 !important;
}

/* contact */
.info-block-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 34px 30px 35px 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 130px;
}
.info-block-one h3 {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.info-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 75px;
}
.info-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: -1px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #0857de;
}
.info-block-one:last-child .inner-box .icon-box {
    line-height: 60px;
}
.list .map #mapDiv {
    border-radius: 10px;
}

.module-holder-phone .navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
}
.navbar-toggler:hover {
    text-decoration: none;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
    padding: 0;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    top: 0;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #26365e;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon {
    background-color: #26365e;
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: none;
}
.module-holder-phone .navbar-toggler {
    border: none;
}
.module-holder-phone .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.about-section .anout_right {
    background: url(/skin/img/about_right.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 699px;
    height: 341px;
    background-repeat: no-repeat;
}
.about-section .image-box .image-shape {
    background: url(/skin/img/shape-bg.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 965px;
    height: 820px;
    background-repeat: no-repeat;
}
.about-section .box {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about-section .box .img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(249, 49, 59, 0.1);
}
.about-section .box .img span {
    font-size: 80px;
    line-height: 100px;
    font-weight: 800;
    color: rgb(233 0 18);
}
.about-section .box .content {
    padding-left: 20px;
    max-width: 75%;
}
.about-section .box .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #042b6f;
}
.about-section .about_down {
    margin-top: 70px;
}
.about_two {
    padding: 120px 0;
}
.about_two .cover img {
    padding: 5px;
    background-color: #a2d4ff;
    border-radius: 8px;
    width: 100%;
}
.about_two .cover .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e113677;
}
.about_two .cover .text h3 {
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
}
.about-section,
.about_three{
    overflow: hidden;
}
/*.about_three {*/
/*    background-color: #f4f3f8;*/
/*}*/
.about_three .blog__content-box {
    background-color: #fff;
}
.details {
    padding: 120px 0;
}
.details p {
    line-height: 2;
}
.details .index_title h2 {
    text-align: center;
    margin-bottom: 25px;
}
.details .details_source {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb80;
    font-size: 13px;
    text-align: center;
}
.details .details_source a {
    color: #787878;
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}
.details .details_source a::before {
    content: "/";
    position: absolute;
    right: -5px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.details .details_source a:hover {
    color: #0857de;
}

.list .team__wrapper {
    margin-bottom: 20px;
}

footer .foot_bottom {
    border-radius: 6px 6px 0 0;
    padding: 15px 0 5px;
    background: #274476;
}
footer .foot_bottom p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8;
    text-align: center;
}
footer .foot_bottom p a {
    color: #fff;
    font-size: 14px;
}
footer .foot_bottom p a.icp {
    margin-right: 15px;
}
footer .foot_bottom img {
    max-width: 13px;
    margin-right: 3px;
}
.foot_phone {
    display: none;
}
header .menu_phone {
    display: none;
}
.foot_contact h3 {
    margin-bottom: 20px;
    color: #fff;
}
.foot_contact .foot_content p {
    color: #fff;
    line-height: 2.3;
}
.foot_contact .news .cover {
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_contact .news .cover .img {
    max-width: 40%;
    border-radius: 6px;
}
.foot_contact .news .cover .img img{
    border-radius: 6px;
}
.foot_contact .news .cover .content {
    max-width: 60%;
    padding-left: 15px;
}
.foot_contact .news .cover .content h3 {
    margin-bottom: 10px;
    font-size: 15px;
}
.foot_contact .news .cover .content h3 a {
    color: #fff;
}
.foot_contact .news .cover .content h3 a:hover{
    color: var(--it-theme-1);
}
.foot_contact .news .cover .content p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}
.foot_contact .news .cover:last-child {
    margin-top: 15px;
}
.index_banner img {
    width: 100%;
}
.index_banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -50px;
    transition: all 0.6s ease;
    opacity: 0;
}
.index_banner .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.index_banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    right: -50px;
    transition: all 0.6s ease;
    opacity: 0;
}
.index_banner .swiper-button-next::after {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.index_banner:hover .index_next {
    opacity: 1;
    right: 30px;
}
.index_banner:hover .index_prev {
    opacity: 1;
    left: 30px;
}

@media screen and (max-width: 991.98px) {
    .module-holder {
        display: none;
    }
    .header .navbar .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
    }
    .header .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        max-height: calc(100vh - 80px);
        background-color: var(--it-common-white);
        padding: 13px 30px 30px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s linear;
        overflow-y: auto;
    }
    .module-holder-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        margin-top: 0;
    }
    .header .navbar-brand .logo {
        width: 130px;
        height: 40px;
    }
    .header .navbar .navbar-nav > li > a,
    .header .navbar .navbar-nav > li.active > a {
        line-height: 55px;
        color: #26365e;
        display: block;
        z-index: 5;
    }
    .header .navbar .navbar-nav > li {
        margin-right: 0;
        border-bottom: 1px solid rgba(234, 234, 234, 0.5);
    }
    .header .navbar .navbar-nav > li > a {
        font-size: 15px;
        text-align: left;
    }
    header .navbar-nav > li > a:before {
        top: 0px;
    }
    .header.header-topbar {
        height: 80px;
    }
    .page-title {
        padding: 100px 0;
    }
    .team__area .team__wrapper {
        margin-bottom: 20px;
    }
    .image_block_one .image-box {
        padding-left: 0;
    }
    .image_block_one .image-box .icon-one,
    .image_block_one .image-box .icon-two {
        display: none;
    }
    .team__area,
    .about-section,
    .process-section,
    .blog__area,
    .about_two,
    .about_three,
    .details {
        padding: 70px 0;
    }
    .image_block_one .image-box .text-box {
        position: relative;
        width: 100%;
        left: 0;
    }
    .content_block_one .content-box {
        margin-left: 0;
    }
    .sec-title h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .sec-title .sub-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .section-title h2 {
        font-size: 38px;
    }
    .processing-block-one:nth-child(2) .inner-box .count-text {
        left: 0;
    }
    .blog__area .blog__item {
        margin-bottom: 20px;
    }
    .about-section .box {
        display: block;
        text-align: center;
    }
    .about-section .box .img {
        margin: 0 auto;
    }
    .about-section .box .content {
        max-width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 15px;
    }
    .about-section .box .content h3 {
        text-align: center;
    }
    .about_two .cover {
        margin-bottom: 25px;
    }
    .next {
        display: block;
        margin-top: 35px;
    }
    .foot_phone {
        height: 50px;
        display: block;
    }
    .foot_phone a {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        height: 50px;
        width: 100%;
    }
    .foot_phone span a div {
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .foot_phone span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #00215b;
    }
    .foot_phone span i {
        font-size: 25px;
        padding-right: 30px;
    }
    footer {
        display: none;
    }
    .blog__area {
        padding: 70px 0 30px;
    }
    .list {
        padding: 70px 0;
    }
    .foot_box {
        display: block;
        position: fixed;
        left: -1px;
        right: -1px;
        bottom: -1px;
        height: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .index_box{
        overflow: hidden;
    }
}
