:root {
    --heading-font: "Poppins", sans-serif;
    --para-font: "Open Sans", sans-serif;
    --heading-color: #292929;
    --para-color: #777777;
    --main-color-one: #0052d9;
    --main-color-two: #00CDDD;
    --section-bg: #fafafa;
    --ec-common-heading: #171717;
    --ec-common-text: #636363;
    --ec-bg-white: #1c2434;
    --ec-theme-1: #2785ff
}

body {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
    color: var(--heading-color);
    line-height: 1.25;
    font-weight: 600;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: var(--main-color-two)
}

h2,
h2>a {
    font-size: 40px
}

h3,
h3>a {
    font-size: 24px
}

h4,
h4>a {
    font-size: 22px
}

h5,
h5>a {
    font-size: 20px
}

a {
    display: inline-block;
    font-family: var(--heading-font);
    font-weight: 400
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

li,
p,
span {
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

button {
    border: none;
    cursor: pointer
}

input,
textarea {
    padding: 10px 20px;
    border: 1px solid #e5e5e5
}

select {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer
}

textarea {
    min-height: 150px;
    resize: none
}

span {
    display: inline-block
}

.title span {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit
}

.bg_img {
    background-position: center;
    background-size: cover
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.cmn-btn {
    position: relative;
    padding: 10px 40px;
    background-color: var(--main-color-two);
    color: var(--main-color-one);
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 25px;
    border: 1px solid transparent;
    transition: all .3s;
    z-index: 1
}

.cmn-btn::after,
.cmn-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background-color: var(--main-color-two);
    z-index: -1;
    transition: all ease .3s
}

.cmn-btn::before {
    right: 50%
}

.cmn-btn::after {
    left: 50%
}

.cmn-btn:hover::after {
    left: 100%
}

.cmn-btn:hover::before {
    right: 100%
}

.cmn-btn:hover {
    border: 1px solid var(--main-color-two);
    color: #fff;
    background: 0 0
}

.cmn-btn.btn-radius {
    border-radius: 5px
}

.cmn-btn.bg-black {
    background-color: #1c2029
}

.cmn-btn.bg-light {
    background-color: #1c2029
}

.custom-btn {
    background: 0 0;
    color: var(--para-color);
    padding: 0;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s
}

.custom-btn:hover {
    border: none;
    color: var(--main-color-one)
}

.btn-area .video-btn i {
    margin-left: 10px;
    font-size: 20px;
    transition: all .3s
}

.video-btn {
    position: relative;
    padding: 8px 40px;
    background-color: transparent;
    color: var(--main-color-two);
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 25px;
    border: 1px solid var(--main-color-two);
    transition: all .3s;
    z-index: 1;
    display: inline-flex;
    align-items: center
}

.video-btn span {
    color: var(--main-color-two)
}

@media (max-width:767px) {
    .video-btn {
        padding: 2px 12px !important
    }

    .video-btn span {
        font-size: 12px
    }
}

a.video-btn:hover {
    background-color: #42e8df;
    color: var(--main-color-one)
}

a.video-btn:hover span {
    color: var(--main-color-one)
}

a.video-btn:hover i {
    margin-left: 18px
}

.b-none {
    border: none !important
}

.section-header {
    position: relative;
    margin-top: -10px;
    margin-bottom: 55px
}

.title {
    color: var(--heading-color)
}

.section-title {
    margin-bottom: 15px;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

@media (max-width:991px) {
    .section-title {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .section-title {
        font-size: 30px
    }
}

.section-title span {
    color: var(--primary-color);
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit
}

.shadow-none {
    box-shadow: none
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-60-none {
    margin-bottom: -60px
}

.mb-30-none {
    margin-bottom: -30px
}

.mt-60 {
    margin-top: 60px
}

.tx {
    text-align: right
}

.mt-30 {
    margin-top: 30px
}

.pt-80 {
    padding-top: 80px
}

.pt-120 {
    padding-top: 120px
}

@media (max-width:991px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media (max-width:575px) {
    .pt-120 {
        padding-top: 70px
    }
}

.pb-120 {
    padding-bottom: 130px
}

@media (max-width:991px) {
    .pb-120 {
        padding-bottom: 70px
    }
}

@media (max-width:575px) {
    .pb-120 {
        padding-bottom: 50px
    }
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:575px) {
    .px-40 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: var(--main-color-one);
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    z-index: 103;
    cursor: pointer;
    transition: all .3s;
    transform: translateY(100%)
}

.scrollToTop img {
    width: 26px;
    margin-bottom: 5px
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0);
    color: #fff
}

.scrollToTop:hover {
    color: #fff
}

.title-ipi {
    position: relative;
    font-size: 28px;
    text-align: center
}

@media (max-width:767px) {
    .title-ipi {
        font-size: 20px
    }
}

:host(.media-document.audio.mac) {
    background-color: #42e8df
}

.pls-footer-website-btn-more {
    margin-left: auto
}

.pls-footer-website-btn-more:hover {
    color: #fff !important
}