body.loaded {
    overflow: hidden !important;
    height: 100% !important
}

.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #fff
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

a:hover,a:active {
    color: #30d4c7;
    text-decoration: none
}

.secondary-overlay[data-overlay-dark]:before {
    background: #052d46
}

.left-overlay-secondary[data-overlay-dark]:before {
    background: rgba(31,39,50,0.76);
    background: linear-gradient(-90deg, transparent, #052d46 35%)
}

.text-primary,.text-primary-hover:hover {
    color: #30d4c7 !important
}

.bg-primary {
    background-color: #30d4c7 !important
}

.text-secondary,.text-secondary-hover:hover {
    color: #052d46 !important
}

.bg-secondary {
    background-color: #052d46 !important
}

.border-primary-color {
    border-color: #30d4c7 !important
}

.form-control {
    border-radius: 0
}

.text-white-hover:hover {
    color: #fff !important
}

.min-vh-100 {
    min-height: 100vh
}

@media screen and (min-width: 992px) {
    .vw-lg-100 {
        width:100vw
    }
}

.ms-minus-20 {
    margin-left: -20px
}

.ani-left-right {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: LeftRight;
    animation-timing-function: ease-in-out
}

@keyframes LeftRight {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(30px, 0)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #30d4c7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #fff;
    background: #052d46
}

.scroll-to-top:hover i {
    color: #fff
}

.scroll-to-top:visited {
    color: #fff;
    text-decoration: none
}

.list-style1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.list-style1 li:last-child {
    margin-bottom: 0
}

.list-style1 li:before {
    content: "\e628";
    position: absolute;
    left: 0;
    font-family: 'themify';
    top: 0;
    font-size: 16px;
    color: #30d4c7
}

.list-style2 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px
}

.list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style2 li:before {
    content: '\e64c';
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 35px;
    color: #30d4c7
}

@media screen and (max-width: 1199px) {
    .list-style2 {
        margin-bottom:25px
    }
}

.list-style3 {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-style3 li {
    margin-bottom: 10px
}

.list-style3 li:last-child {
    margin-bottom: 0
}

.list-style3 li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 15px 20px 15px 20px;
    border: 1px solid #ededed;
    font-weight: 600;
    border-radius: 0.25rem;
    background: #ffffff;
    transition: all 0.3s ease 0s
}

.list-style3 li a:before {
    position: absolute;
    content: '\e628';
    font-weight: 500;
    font-family: 'themify';
    transition: width 0.3s linear;
    font-size: 18px;
    top: 12px;
    right: 20px
}

.list-style3 li a:hover {
    background-color: #052d46;
    color: #ffffff
}

.list-style3 li.active a {
    background-color: #052d46;
    color: #ffffff
}

.list-style4 li {
    margin-bottom: 16px;
    color: rgba(255,255,255,0.6)
}

.list-style4 li:last-child {
    margin-bottom: 0
}

.list-style4 li span {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 3px;
    color: #fff;
    font-size: 16px
}

.list-style5 li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.list-style5 li:last-child {
    border-bottom: 0px solid rgba(255,255,255,0.1);
    margin-bottom: 0px;
    padding-bottom: 0px
}

.list-style5 h6 {
    color: #fff
}

.list-style5 p {
    margin-bottom: 0;
    color: #fff;
    opacity: 0.5
}

.list-style6 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px
}

.list-style6 li:last-child {
    margin-bottom: 0
}

.list-style6 li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #30d4c7;
    transform: translateY(-50%)
}

.list-style7 li {
    display: inline-block
}

.list-style7 li a {
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 50px;
    margin: 0 30px 30px 0;
    width: 166px;
    color: #fff
}

.list-style7 li:nth-child(3) a,.list-style7 li:nth-child(5) a {
    margin-right: 0
}

.list-style7 li:nth-child(4) a,.list-style7 li:nth-child(5) a {
    margin-bottom: 0
}

.list-style7 li a:hover {
    color: #30d4c7
}

@media screen and (max-width: 1399px) {
    .list-style7 li a {
        width:150px;
        height: 60px
    }
}

@media screen and (max-width: 1199px) {
    .list-style7 li a {
        width:140px;
        height: 50px;
        margin: 0 10px 30px 0
    }
}

@media screen and (max-width: 991px) {
    .list-style7 li:nth-child(3) a {
        margin-right:10px
    }
}

@media screen and (max-width: 575px) {
    .list-style7 li a {
        width:130px;
        height: 45px;
        margin: 0 10px 20px 0
    }
}

.list-style8 li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px
}

.list-style8 li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'themify';
    width: 25px;
    height: 25px;
    background-color: #30d4c7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 900
}

.lg-text {
    color: rgba(251,251,251,0.05);
    margin-bottom: 0;
    font-size: 345px;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 20px;
    line-height: 0.6;
    pointer-events: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 2px
}

@media screen and (max-width: 1399px) {
    .lg-text {
        font-size:270px
    }
}

@media screen and (max-width: 1199px) {
    .lg-text {
        font-size:220px
    }
}

@media screen and (max-width: 991px) {
    .lg-text {
        font-size:160px
    }
}

@media screen and (max-width: 767px) {
    .lg-text {
        font-size:110px
    }
}

@media screen and (max-width: 479px) {
    .lg-text {
        font-size:60px
    }
}

.btn-style1 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px 45px 15px 45px;
    background-color: #F8F8F8;
    position: relative;
    display: inline-block;
    border: none
}

.btn-style1:before,.btn-style1:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    border-radius: inherit;
    transform-origin: top;
    transition: transform 0.7s cubic-bezier(0.6, 0, 0.15, 1)
}

.btn-style1:before {
    z-index: 1;
    background-color: #30d4c7
}

.btn-style1 span {
    transition: color .15s .015s;
    transition: transform .7s,opacity .7s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
    position: relative;
    z-index: 9
}

.btn-style1 span:after {
    transition: transform .7s,opacity .7s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    transform: translate(-50%, 100%)
}

.btn-style1:after {
    z-index: 0;
    background-color: #052d46
}

.btn-style1:hover,.btn-style1:active,.btn-style1:focus {
    color: #fff
}

.btn-style1:hover:before,.btn-style1:active:before,.btn-style1:focus:before {
    transform: scaleY(0)
}

.btn-style1:hover span,.btn-style1:active span,.btn-style1:focus span {
    transition: color .2s;
    transform: translateY(-100%)
}

.btn-style1:hover span:after,.btn-style1:active span:after,.btn-style1:focus span:after {
    opacity: 1;
    transform: translate(-50%, 0)
}

.btn-style1.white {
    color: #052d46
}

.btn-style1.white:hover,.btn-style1.white:active,.btn-style1.white:focus {
    color: #fff
}

.btn-style1.white:before {
    background-color: #fff
}

.btn-style1.white:after {
    z-index: 0;
    background-color: #30d4c7
}

.btn-style1.secondary {
    color: #fff
}

.btn-style1.secondary:hover,.btn-style1.secondary:active,.btn-style1.secondary:focus {
    color: #fff
}

.btn-style1.secondary:before {
    background-color: #052d46
}

.btn-style1.secondary:after {
    z-index: 0;
    background-color: #30d4c7
}

.btn-style1.small {
    padding: 9px 27px;
    font-size: 12px
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1 {
    padding: 11px 39px 11px 39px;
    border: 1px solid #1d1d1d
}

@media screen and (max-width: 1199px) {
    .btn-style1 {
        padding:15px 60px
    }
}

@media screen and (max-width: 991px) {
    .btn-style1 {
        padding:13px 50px;
        font-size: 12px
    }
}

@media screen and (max-width: 575px) {
    .btn-style1 {
        padding:11px 40px;
        font-size: 11px
    }
}

.btn-style3 {
    position: relative;
    margin: 33px 22px 0 25px;
    vertical-align: middle;
    display: inline-flex;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    text-transform: uppercase;
    font-size: 14px;
    color: #30d4c7
}

.btn-style3:before {
    content: "\e61a";
    font-family: 'themify';
    transform-origin: center;
    transform: translateY(-54.5454%) scaleY(1);
    transition: transform .3s ease;
    width: 1px;
    height: 11px;
    position: absolute;
    top: calc(50% + 0px);
    left: -25px;
    align-items: center;
    display: flex
}

.btn-style3:hover:before {
    transform: translateY(-54.5454%) scaleY(0)
}

.btn-style3:after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    position: absolute;
    top: calc(50% + 2px);
    left: -23px;
    border-radius: 0;
    background-color: currentColor;
    transform-origin: center;
    transform: translateY(-100%) scale(1, 0.2);
    transition: transform .3s ease, border-radius .3s ease;
    opacity: 0
}

.btn-style3:hover:after {
    transform: translateY(-100%) scale(0.4545, 1);
    border-radius: 50%;
    opacity: 1
}

.btn-style3.white {
    color: #fff
}

.btn-style4 {
    display: inline-block;
    background-color: #30d4c7;
    color: #052d46 !important;
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    transition-duration: .3s;
    border: 2px solid #30d4c7;
}

.btn-style4:hover {
    background-color: #052d46
}

.btn-style4.medium {
    padding: 13px 22px !important;
    font-size: 14px
}

.btn-style4.small {
    padding: 10px 18px !important;
    font-size: 14px
}

.btn-style4.white:hover {
    background-color: #fff;
    color: #30d4c7 !important;
    border-color: #fff !important;
}

.btn-style4.secondary {
    background-color: #052d46
}

.btn-style4.secondary:hover {
    background-color: #30d4c7
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style4 {
    background-color: #052d46
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style4:hover {
    background-color: #30d4c7;
    color: #fff !important
}

.btn-style5 {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 34px !important;
    transition: all 200ms linear 0ms;
    border-radius: 50px;
    position: relative;
    overflow: hidden !important;
    display: inline-block;
    text-align: center;
    border: 2px solid #30d4c7;
    color: #fff;
    z-index: 1;
    background-color: #30d4c7
}

.btn-style5:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    z-index: -1
}

.btn-style5:hover,.btn-style5:focus,.btn-style5:active {
    background-color: #30d4c7;
    color: #fff
}

.btn-style5:hover:after,.btn-style5:focus:after,.btn-style5:active:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn-style5.sm {
    padding: 6px 20px !important
}

.btn-style5.md {
    padding: 8px 24px !important
}

.btn-style5.white {
    background-color: #fff;
    color: #30d4c7
}

.btn-style5.white:hover {
    background-color: #232323;
    color: #fff
}

.btn-style5.md {
    padding: 8px 26px !important;
    font-size: 15px
}

@-webkit-keyframes btn_shine {
    100% {
        left: 200%
    }
}

@keyframes btn_shine {
    100% {
        left: 200%
    }
}

@media screen and (max-width: 1399px) {
    .btn-style5 {
        padding:10px 30px !important;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .btn-style5 {
        padding:8px 25px !important;
        font-size: 14px
    }
}

.btn-style6 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #30d4c7;
    color: #fff;
    border: 2px solid #30d4c7;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: none;
    transition: all 0.4s ease;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px !important;
    padding: 18px 28px;
    z-index: 9;
    border-radius: 0;
    text-transform: uppercase
}

.btn-style6:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.35s ease 0s;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg)
}

.btn-style6:hover,.btn-style6:active,.btn-style6:focus {
    color: #fff !important;
    border-color: #052d46;
    background: #052d46
}

.btn-style6:hover:after,.btn-style6:active:after,.btn-style6:focus:after {
    height: 450%;
    transition: all 1s ease 0s;
    background: #052d46
}

.btn-style6.white {
    background: #fff;
    border: 2px solid #fff;
    color: #30d4c7 !important
}

.btn-style6.white:hover {
    border: 2px solid #30d4c7;
    color: #fff !important
}

.btn-style6.white:after,.btn-style6.white:hover:after,.btn-style6.white:active:after,.btn-style6.white:focus:after {
    background: #30d4c7
}

.btn-style6.medium {
    padding: 13px 22px !important
}

.btn-style6.small {
    padding: 10px 18px !important
}

.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6 {
    background: #30d4c7;
    color: #fff !important;
    border: 2px solid #30d4c7
}

.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6:hover:after,.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6:active:after,.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6:focus:after,.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6:after {
    background: #052d46
}

.header-style3.scrollHeader .attr-nav>ul>li>a.btn-style6:hover {
    border: 2px solid #052d46
}

.btn-style7 {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: #30d4c7;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px !important;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.btn-style7:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.btn-style7:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s
}

.btn-style7:hover {
    color: #30d4c7 !important
}

.btn-style7.secondary {
    background-color: #001736
}

.btn-style7.secondary:hover,.btn-style7.secondary:active,.btn-style7.secondary:focus {
    color: #001736 !important;
    background-color: #001736
}

.btn-style7.white {
    background-color: #ffffff;
    color: #30d4c7 !important
}

.btn-style7.white:hover {
    color: #fff !important
}

.btn-style7.white:before {
    background-color: #30d4c7
}

.btn-style7.md {
    padding: 16px 33px !important
}

.btn-style7.sm {
    padding: 12px 26px !important
}

.btn-style8 {
    background-color: #30d4c7;
    border: none;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer
}

.btn-style8:hover,.btn-style8:focus,.btn-style8:active {
    background: #052d46;
    color: #fff
}

.btn-style8.white:hover,.btn-style8.white:focus,.btn-style8.white:active {
    background: #fff;
    color: #30d4c7 !important
}

.btn-style8.small {
    padding: 12px 20px !important;
    font-size: 14px;
    letter-spacing: 0.5px
}

.btn-style8.medium {
    padding: 12px 24px !important
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style8 {
    color: #fff;
    background: #052d46
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style8:hover {
    background: #30d4c7;
    color: #fff !important
}

@media screen and (max-width: 991px) {
    .btn-style8 {
        padding:15px 28px
    }

    .btn-style8.medium {
        padding: 10px 22px
    }

    .btn-style8.small {
        padding: 8px 18px
    }
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

.top-social-icon li a:hover {
    color: rgba(255,255,255,0.65)
}

.navbar-nav li.current>a,.navbar-nav li.active>a {
    color: #30d4c7
}

.attr-nav>ul>li>a.butn {
    color: #fff
}

.navbar>ul>li.current>a:after {
    border-color: transparent #30d4c7 #30d4c7 transparent
}

.menu_area-light .navbar-nav li.current>a,.menu_area-light .navbar-nav li.active>a {
    color: #30d4c7
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #30d4c7 #30d4c7 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #30d4c7
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #30d4c7
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #30d4c7
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #30d4c7 #30d4c7 transparent
}

.header-style1 .attr-nav>ul>li>a.btn-style1 {
    color: #052d46;
    padding: 12px 40px 12px 40px;
    font-size: 12px
}

.header-style1 .attr-nav>ul>li>a:hover {
    color: #052d46;
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active>a,.menu_area-light .navbar-nav li.has-sub a:hover {
        color:#30d4c7
    }

    .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
        border-color: #30d4c7
    }

    .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #30d4c7
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #30d4c7
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }

    .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }

    .header-style2.scrollHeader .navbar-nav li.current>a {
        color: #30d4c7
    }

    .header-style2.scrollHeader .navbar-nav li.current>a:hover {
        color: #30d4c7
    }

    .header-style2.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }

    .header-style2 .navbar ul ul li.active>a {
        color: #30d4c7
    }

    .header-style2 .navbar-nav li.has-sub a:hover,.header-style2 .navbar-nav li.has-sub a:active,.header-style2 .navbar-nav li.has-sub a:focus {
        color: #30d4c7
    }

    .header-style2 .navbar-nav li.current>a,.header-style2 .navbar-nav li.active>a {
        color: #30d4c7
    }

    .header-style2 .navbar>ul>li.has-sub>a:hover:after,.header-style2 .navbar>ul>li.has-sub>a:active:after,.header-style2 .navbar>ul>li.has-sub>a:focus:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background:#30d4c7
    }

    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style1 .navbar-toggler:before {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:after,.header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.header-style2 .navbar-nav li.current>a {
    color: #30d4c7
}

.header-style2 .navbar>ul>li.current>a:after {
    border-color: transparent #30d4c7 #30d4c7 transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
    color: #30d4c7
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #30d4c7
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #30d4c7 #30d4c7 transparent
}

@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active>a {
        color:#30d4c7
    }

    .header-style2 .butn.secondary:before {
        background: #ffffff
    }

    .header-style2 .butn.secondary:hover,.header-style2 .butn.secondary:focus,.header-style2 .butn.secondary:active {
        color: #052d46 !important
    }

    .header-style2.scrollHeader .butn.secondary:before {
        background: #30d4c7
    }

    .header-style2.scrollHeader .butn.secondary:hover,.header-style2.scrollHeader .butn.secondary:focus,.header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important
    }
}

.header-style3 .navbar-nav li.current>a {
    color: #30d4c7
}

.header-style3 .navbar-nav li.active>a {
    color: #30d4c7
}

@media screen and (min-width: 992px) {
    .header-style3 .navbar-nav li.active>a {
        color:#30d4c7
    }

    .header-style3 .navbar-nav>li>a:hover,.header-style3 .navbar-nav>li>a:active,.header-style3 .navbar-nav>li>a:focus {
        color: #30d4c7
    }

    .header-style3 .navbar ul ul li.active>a {
        color: #30d4c7
    }

    .header-style3 .navbar-nav li.has-sub a:hover,.header-style3 .navbar-nav li.current>a {
        color: #30d4c7
    }

    .header-style3 .navbar-nav>li.has-sub>a:hover {
        color: #30d4c7
    }

    .header-style3 .navbar>ul>li.has-sub>a:hover:after,.header-style3 .navbar>ul>li.current>a:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }

    .header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #30d4c7
    }

    .header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }

    .header-style3.scrollHeader .navbar-nav>li.active>a {
        color: #30d4c7
    }

    .header-style3.scrollHeader .navbar-nav li.current>a {
        color: #30d4c7
    }

    .header-style3.scrollHeader .navbar-nav li.current>a:hover {
        color: #30d4c7
    }

    .header-style3.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #30d4c7 #30d4c7 transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style3 .navbar-toggler {
        background:#30d4c7
    }

    .header-style3 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style3 .navbar-toggler:before {
        background: #fff
    }

    .header-style3 .navbar-toggler.menu-opened:after {
        background: #fff
    }

    .header-style3 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.banner-style01 .main-title {
    font-size: 105px
}

.banner-style01 span.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 150px;
    color: #fff;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    letter-spacing: .027em;
    line-height: 1;
    opacity: 0.05;
    text-transform: uppercase
}

.banner-animation {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 150s, linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal
}

.banner-slide {
    overflow: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    position: relative;
    width: 100%
}

.banner-style01 .ani-text {
    position: absolute;
    top: 14%
}

@media screen and (max-width: 1199px) {
    .banner-style01 .main-title {
        font-size:90px
    }
}

@media screen and (max-width: 991px) {
    .banner-style01 .main-title {
        font-size:65px
    }

    .banner-style01 span.banner-text {
        font-size: 130px
    }
}

@media screen and (max-width: 767px) {
    .banner-style01 .main-title {
        font-size:55px
    }

    .banner-style01 span.banner-text {
        font-size: 90px
    }
}

@media screen and (max-width: 575px) {
    .banner-style01 .main-title {
        font-size:45px
    }
}

@media screen and (max-width: 479px) {
    .banner-style01 .main-title {
        font-size:32px
    }

    .banner-style01 span.banner-text {
        font-size: 50px
    }
}

.banner-style02 h1 {
    margin-bottom: 25px
}

.banner-style02 p {
    font-size: 20px;
    margin-bottom: 30px
}

.banner-style02 .banner-button {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

.banner-style02 .banner-button .button-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 15px;
    width: 65px;
    height: 65px;
    background-color: #30d4c7;
    border-radius: 50%
}

.banner-style02 .banner-button .button-arrow i {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    font-weight: 700
}

.banner-style02 .banner-button .button-text a {
    font-size: 19px
}

.banner-style02 .left-text {
    position: absolute;
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
    top: 50%;
    left: 50px;
    z-index: 9
}

.banner-style02 .left-text span {
    font-size: 16px;
    color: #fff
}

.banner-style02 .left-text span i {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block
}

@media screen and (max-width: 1599px) {
    .banner-style02 .left-text {
        left:10px
    }
}

@media screen and (max-width: 1199px) {
    .banner-style02 .left-text {
        left:0
    }
}

@media screen and (max-width: 767px) {
    .banner-style02 .banner-button .button-arrow {
        width:50px;
        height: 50px
    }

    .banner-style02 .banner-button .button-arrow i {
        font-size: 14px
    }

    .banner-style02 .banner-button .button-text a {
        font-size: 16px
    }
}

.slider-fade1 span {
    animation-delay: 0.8s
}

.slider-fade1 h1 {
    animation-delay: 1.2s
}

.slider-fade1 a {
    animation-delay: 1.6s
}

.slider-fade1.owl-theme .owl-nav {
    margin-top: 0
}

.slider-fade1 button.owl-prev,.slider-fade1 button.owl-next {
    position: absolute;
    bottom: 10%;
    margin: 0 !important
}

.slider-fade1 button.owl-prev {
    left: 10%
}

.slider-fade1 button.owl-next {
    right: 10%
}

.slider-fade1 button.owl-prev span,.slider-fade1 button.owl-next span {
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 1
}

.slider-fade1 button.owl-prev span:before,.slider-fade1 button.owl-next span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 60px;
    height: 1px;
    transition: .4s
}

.slider-fade1 button.owl-prev span:before {
    left: 100%;
    margin-left: 10px
}

.slider-fade1 button.owl-next span:before {
    right: 100%;
    margin-right: 10px
}

.slider-fade1.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent
}

.slider-fade1 button.owl-prev:hover span,.slider-fade1 button.owl-next:hover span {
    color: #30d4c7;
    transition: .4s
}

.slider-fade1 button.owl-prev:hover span:before,.slider-fade1 button.owl-next:hover span:after {
    background-color: #30d4c7
}

.slider-fade2 .owl-nav button.owl-prev,.slider-fade2 .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: .4s
}

.slider-fade2 .owl-nav button.owl-prev {
    left: 2%
}

.slider-fade2 .owl-nav button.owl-next {
    right: 2%
}

.slider-fade2 .owl-nav button.owl-prev i,.slider-fade2 .owl-nav button.owl-next i {
    color: #fff
}

.slider-fade2.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff
}

.slider-fade2.owl-theme .owl-nav [class*='owl-']:hover i {
    color: #30d4c7
}

.slider-fade2.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 40px;
    right: 50px;
    margin: 0 !important
}

.slider-fade2.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 1
}

.slider-fade2.owl-theme .owl-dots .owl-dot.active span,.slider-fade2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #30d4c7
}

.slider-fade2 h1 {
    animation-delay: 0.8s
}

.slider-fade2 a {
    animation-delay: 1.2s
}

@media screen and (max-width: 1599px) {
    .slider-fade2 .owl-nav button.owl-prev {
        left:0
    }

    .slider-fade2 .owl-nav button.owl-next {
        right: 0
    }
}

.slider-fade3 .bg-img {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear
}

.slider-fade3 .owl-item.active .bg-img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.slider-fade3 .item {
    height: 100vh
}

.slider-fade3 .owl-item {
    position: relative
}

.slider-fade3 h1 {
    animation-delay: 0.8s
}

.slider-fade3 p {
    animation-delay: 1.2s
}

.slider-fade3 a {
    animation-delay: 1.6s
}

.page-title-section {
    padding: 190px 0 90px 0
}

.page-title-section .container {
    position: relative;
    z-index: 9
}

.page-title-section.style1 {
    padding: 150px 0
}

.page-title-section h1 {
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    text-transform: uppercase
}

.pagetitle-lg-title {
    display: block;
    font-size: 105px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.2;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -58px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.page-title-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1.2
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child {
    color: #ffffff;
    opacity: 0.80;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section ul li:last-child a {
    color: #ffffff;
    opacity: 0.80;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section ul li:after {
    content: "";
    font-weight: 700;
    vertical-align: middle;
    background-color: #30d4c7;
    width: 10px;
    padding: 0 5px 0 10px;
    height: 2px;
    display: inline-block;
    margin: 0 15px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section .shape-1 {
    padding: 20px;
    background: #fff;
    z-index: 3;
    bottom: 73px;
    left: 52px
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding:185px 0 85px 0
    }

    .page-title-section h1 {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding:165px 0 75px 0
    }

    .page-title-section.style1 {
        padding: 130px 0
    }
}

@media screen and (max-width: 575px) {
    .page-title-section {
        padding:135px 0 60px 0
    }

    .page-title-section.style1 {
        padding: 100px 0
    }
}

.title-style1 .sub-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 3px 10px;
    border-radius: 50rem;
    position: relative;
    border: 1px solid #dee2e6;
    color: #30d4c7;
    background: transparent
}

.title-style1 .sub-title.white {
    color: #fff
}

.title-style1 .sub-title:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: -2px 8px 0 0;
    background-color: #30d4c7;
    display: inline-block;
    vertical-align: middle
}

.title-style1 .sub-title.white:before {
    background-color: #fff
}

.navbar-nav>li>a {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.navbar-nav>li>a:hover .letter,.navbar-nav>li>a.play .letter {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.navbar-nav>li>a .letter {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1)
}

.navbar-nav>li>a .letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.navbar-nav>li>a .letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s
}

.navbar-nav>li>a .letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s
}

.navbar-nav>li>a .letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s
}

.navbar-nav>li>a .letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s
}

.navbar-nav>li>a .letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s
}

.navbar-nav>li>a .letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s
}

.navbar-nav>li>a .letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s
}

.navbar-nav>li>a .letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s
}

.navbar-nav>li>a .letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s
}

.navbar-nav>li>a .letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.navbar-nav>li>a .letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s
}

.navbar-nav>li>a .letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s
}

.navbar-nav>li>a .letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s
}

.navbar-nav>li>a .letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.navbar-nav>li>a .letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s
}

.navbar-nav>li>a .letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s
}

.navbar-nav>li>a .letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s
}

.navbar-nav>li>a .letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s
}

.navbar-nav>li>a .letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s
}

.navbar-nav>li>a .letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

@media screen and (max-width: 991px) {
    .navbar-nav>li>a {
        height:53px;
        padding: 14px 20px !important;
        vertical-align: top
    }

    .navbar-nav>li>a>.block:last-child {
        display: none
    }
}

.image-effect {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%)
}

.image-effect.animated {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.card-style01 .card-body .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    -webkit-transition: opacity .4s, background-position 10s linear;
    -o-transition: opacity .4s, background-position 10s linear;
    transition: opacity .4s, background-position 10s linear;
    background-repeat: no-repeat
}

.card-style01:hover .card-body .blog-img {
    opacity: 1;
    background-position: center bottom
}

.card-style01 span.date {
    position: absolute;
    top: 25%;
    left: -30%;
    display: inline-block;
    line-height: 1.73em;
    margin-bottom: 0 !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.card-style01 span.date:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 10px;
    bottom: 2px;
    background-color: #30d4c7;
    height: 1px;
    width: 33px
}

@media screen and (max-width: 1399px) {
    .card-style01 span.date {
        left:-30%
    }
}

@media screen and (max-width: 1199px) {
    .card-style01 span.date {
        left:-23%
    }
}

@media screen and (max-width: 991px) {
    .card-style01 span.date {
        left:-32%
    }
}

@media screen and (max-width: 767px) {
    .card-style01 span.date {
        left:-20%
    }
}

@media screen and (max-width: 575px) {
    .card-style01 span.date {
        left:-18%
    }
}

@media screen and (max-width: 479px) {
    .card-style01 span.date {
        left:-35%
    }
}

.card-style02 {
    padding: 50px 35px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 100%;
    background: transparent
}

.card-style02 h3 {
    margin-bottom: 40px;
    font-size: 22px;
    width: 76%
}

.card-style02:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* background-color: #0e2e457a; */
    -webkit-filter: blur(57.5px);
    filter: blur(57.5px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card-style02:hover:after {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .card-style02 h3 {
        width:100%
    }
}

@media screen and (max-width: 479px) {
    .card-style02 {
        padding:25px 25px
    }
}

.card-style03 .team-content {
    position: absolute;
    left: -12%;
    bottom: -11%
}

.card-style03 .team-content h5 {
    display: inline-block;
    line-height: 1.73em;
    margin-bottom: 0 !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative
}

.card-style03 .team-content h5:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 10px;
    bottom: 2px;
    background-color: #30d4c7;
    height: 1px;
    width: 33px
}

.card-style03 .card-body {
    transform: translate3d(50px, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 10%
}

.card-style03:hover .card-body {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.card-style03 .team-icon a {
    padding-right: 10px
}

@media screen and (max-width: 1199px) {
    .card-style03 .team-content {
        left:-15%;
        bottom: -17%
    }
}

@media screen and (max-width: 991px) {
    .card-style03 .team-content {
        bottom:-14%
    }
}

@media screen and (max-width: 767px) {
    .card-style03 .team-content {
        bottom:-8%;
        left: -10%
    }
}

@media screen and (max-width: 479px) {
    .card-style03 .team-content {
        bottom:-16%;
        left: -16%
    }
}

.card-style04 {
    border: 1px solid rgba(0,0,0,0.085);
    border-radius: 0
}

.card-style04 .card-img,.card-style04 .card-img-top {
    border-radius: 0
}

.card-style04 .category {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #30d4c7
}

.card-style04 .card-footer {
    border-color: rgba(0,0,0,0.085)
}

.card-style04 .card-footer i {
    vertical-align: text-top
}

.card-style04 .category:hover {
    background-color: #052d46
}

.card-style05 {
    background-color: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.1)
}

.card-style05 .card-body .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.card-style05:hover .card-body .service-img {
    opacity: 1
}

.card-style05:hover h3 a,.card-style05:hover .service-btn {
    color: #fff
}

.card-style06 .portfolio-btn {
    width: 64px;
    height: 64px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.card-style06 .portfolio-btn .arrow-box {
    color: #052d46
}

.card-style06:hover .portfolio-btn {
    background-color: #30d4c7
}

.card-style06:hover .portfolio-btn .arrow-box {
    color: #fff
}

.card-style07 .card-body {
    padding: 15px 55px 36px 28px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: left;
    z-index: 99
}

.card-style07 .card-body h4 {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 10px;
    margin: 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em
}

.card-style07 .card-body span {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 10px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    margin-top: 6px
}

.card-style07:hover .card-body h4 {
    opacity: 1;
    top: 0;
    transition-delay: 0.2s
}

.card-style07:hover .card-body span {
    opacity: 1;
    top: 0;
    transition-delay: 0.3s
}

.card-style07 .social-icons {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    height: auto;
    overflow: hidden;
    z-index: 99;
    width: 30px;
    text-align: right
}

.card-style07 .social-icons a {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    right: -10px;
    display: block;
    float: none;
    position: relative;
    margin: 15px 0;
    vertical-align: top;
    line-height: 1;
    color: #30d4c7
}

.card-style07:hover .social-icons a {
    opacity: 1;
    right: 0;
    transition-delay: 1.2s
}

.card-style07:hover .social-icons a:nth-child(1) {
    transition-delay: 0.4s
}

.card-style07:hover .social-icons a:nth-child(2) {
    transition-delay: 0.5s
}

.card-style07:hover .social-icons a:nth-child(3) {
    transition-delay: 0.6s
}

.card-style07:hover .social-icons a:nth-child(4) {
    transition-delay: 0.7s
}

.card-style08 {
    min-height: 405px
}

.card-style08 .card-body {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s
}

.card-style08:hover .card-body {
    opacity: 1
}

.card-style08:hover h3 a,.card-style08:hover i {
    color: #fff
}

.card-style08 i {
    color: #30d4c7
}

.card-style08:hover {
    border: 1px solid transparent
}

.card-style08 .card-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5
}

.card-style08:hover p {
    color: #fff
}

@media screen and (max-width: 575px) {
    .card-style08 {
        min-height:340px
    }
}

.card-style09 .card-body {
    z-index: 9;
    position: absolute;
    bottom: 70px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-color: #fff;
    border-radius: 0 10px 10px 0
}

.card-style09:hover .card-body {
    opacity: 1
}

.card-style09 .card-body .service-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    line-height: 60px;
    margin-left: -2px;
    opacity: 0.2
}

.card-style09 .card-body h3 a {
    position: relative;
    padding: 20px 30px;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0
}

.card-style09:hover .card-body h3 a {
    color: #fff
}

.card-style09 .card-body h3:before {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.8s ease-in-out;
    content: "";
    background: #30d4c7;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 0 10px 10px 0
}

.card-style09:hover .card-body h3:before {
    width: 100%
}

.card-style09 .service-butn {
    font-size: 24px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    transform: rotate(-40deg);
    z-index: 9;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.card-style09:hover .service-butn {
    top: 20px;
    right: 20px;
    opacity: 1
}

@media screen and (max-width: 1199px) {
    .card-style09 .card-body {
        bottom:40px
    }
}

.card-style11 .card-body {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    top: auto;
    transform: translateY(160px);
    transition: all .5s ease-in-out;
    width: 90%;
    z-index: 9;
    margin: 0 auto;
    right: 0;
    border-radius: 10px;
    padding: 30px 30px
}

.card-style11 .card-body .portfolio-btn {
    opacity: 0;
    transform: translateY(15px);
    transition: all .5s ease-in-out
}

.card-style11:hover .card-body {
    background-color: #fff;
    transform: translateY(-20px)
}

.card-style11:hover .card-body .portfolio-btn {
    opacity: 1;
    transform: translateY(0)
}

@media screen and (max-width: 1199px) {
    .card-style11 .card-body {
        padding:10px 24px
    }
}

.card-style12 .card-body:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ddd9d0
}

.card-style12 .card-body:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ddd9d0;
    background-color: #261a0c;
    will-change: width;
    -webkit-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease
}

.card-style12:hover .card-body:after {
    width: 100%
}

.card-style12 .card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.card-style12 .card-content .service-no {
    padding: 1px 0;
    margin-right: 0;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    opacity: 0;
    text-indent: -50px;
    white-space: nowrap;
    will-change: text-indent, opacity, margin-right;
    -webkit-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
    -ms-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
    transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out
}

.card-style12:hover .card-content .service-no {
    opacity: 1;
    text-indent: 0;
    margin-right: 0.45em
}

.card-style12 .card-content .service-text {
    padding: 1px 0;
    display: inline-block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.card-style12 .card-content .service-arrow a {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #261A0C;
    z-index: 1;
    overflow: hidden
}

.card-style12 .card-content .service-arrow a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    border: 1px solid #ddd9d0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    will-change: border-color;
    -webkit-transition: border-color 0.3s 0.1s ease-out;
    -ms-transition: border-color 0.3s 0.1s ease-out;
    transition: border-color 0.3s 0.1s ease-out
}

.card-style12:hover .card-content .service-arrow a i {
    border-color: #261a0c
}

.card-style13 .social-icons {
    z-index: 99;
    position: absolute;
    bottom: 5%;
    left: 10%
}

.card-style13 .social-icons a {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 20px;
    will-change: transform;
    position: relative;
    margin: 7px 22px 7px 0 !important;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #30d4c7;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left
}

.card-style13:hover .social-icons a {
    opacity: 1;
    top: 0
}

.card-style13:hover .social-icons a:nth-child(1) {
    transition-delay: 0.1s
}

.card-style13:hover .social-icons a:nth-child(2) {
    transition-delay: 0.15s
}

.card-style13:hover .social-icons a:nth-child(3) {
    transition-delay: 0.2s
}

.card-style14 .last:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 11px;
    left: 0;
    background-color: #898A8E;
    border-radius: 50%
}

.card-style14 .btn-text {
    margin-right: 0;
    opacity: 0;
    text-indent: -80px;
    white-space: nowrap;
    will-change: text-indent, opacity, margin-right;
    -webkit-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
    -ms-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
    transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out
}

.card-style14 .btn-arrow {
    padding: 1px 0;
    display: inline-block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.card-style14:hover .btn-text {
    opacity: 1;
    text-indent: 0;
    margin-right: 0.45em
}

.card-style14 .card-body:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ddd9d0
}

.card-style14 .card-body:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ddd9d0;
    background-color: #261a0c;
    will-change: width;
    -webkit-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease
}

.card-style14:hover .card-body:after {
    width: 100%
}

.service-style01 .service-block .service-btn {
    position: relative;
    margin: 0 22px 0 25px;
    vertical-align: middle;
    display: inline-flex;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    text-transform: uppercase;
    font-size: 14px;
    color: #30d4c7
}

.service-style01 .service-block a.service-btn:before {
    content: "\e61a";
    font-family: 'themify';
    transform-origin: center;
    transform: translateY(-54.5454%) scaleY(1);
    transition: transform .3s ease;
    width: 1px;
    height: 11px;
    position: absolute;
    top: calc(50% + 0px);
    left: -25px;
    align-items: center;
    display: flex
}

.service-style01 .service-block:hover a.service-btn:before {
    transform: translateY(-54.5454%) scaleY(0)
}

.service-style01 .service-block a.service-btn:after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    position: absolute;
    top: calc(50% + 2px);
    left: -23px;
    border-radius: 0;
    background-color: currentColor;
    transform-origin: center;
    transform: translateY(-100%) scale(1, 0.2);
    transition: transform .3s ease, border-radius .3s ease;
    opacity: 0
}

.service-style01 .service-block:hover a.service-btn:after {
    transform: translateY(-100%) scale(0.4545, 1);
    border-radius: 50%;
    opacity: 1
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #30d4c7;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i,.video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #30d4c7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #30d4c7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn.small {
    width: 55px;
    height: 55px;
    line-height: 55px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height:75px;
        width: 75px;
        line-height: 75px
    }

    .video_btn:after {
        height: 75px;
        width: 75px
    }

    .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height:70px;
        width: 70px;
        line-height: 70px
    }

    .video_btn:after {
        height: 70px;
        width: 70px
    }

    .video_btn:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height:60px;
        width: 60px;
        line-height: 60px
    }

    .video_btn:after {
        height: 60px;
        width: 60px
    }

    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

.video_btn2 {
    position: relative;
    height: 80px;
    width: 80px;
    background: #E48257;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn2:hover i,.video_btn2:focus i {
    color: #fff
}

.video_btn2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn2.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn2.small:after {
    height: 50px;
    width: 50px
}

.video_btn2.small:before {
    height: 65px;
    width: 65px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn2 {
        height:75px;
        width: 75px;
        line-height: 75px
    }

    .video_btn2:after {
        height: 75px;
        width: 75px
    }

    .video_btn2:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn2 {
        height:70px;
        width: 70px;
        line-height: 70px
    }

    .video_btn2:after {
        height: 70px;
        width: 70px
    }

    .video_btn2:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn2 {
        height:60px;
        width: 60px;
        line-height: 60px
    }

    .video_btn2:after {
        height: 60px;
        width: 60px
    }

    .video_btn2:before {
        height: 75px;
        width: 75px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #30d4c7
}

.lg-progress-bar .lg-progress {
    background-color: #30d4c7
}

.lg-backdrop.in {
    opacity: 0.85
}

.portfolio.portfolio-container {
    width: 300vw;
    min-height: 100vh;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.portfolio .portfolio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.portfolio .portfolio-wrap .portfolio-item {
    width: 28.5vw;
    position: relative
}

.portfolio .portfolio-wrap .portfolio-item .cont {
    margin-top: 30px;
    text-align: left
}

.portfolio .portfolio-wrap .portfolio-item .cont span {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .75;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.portfolio .portfolio-wrap .portfolio-item .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 991px) {
    .portfolio .portfolio-wrap {
        display:block;
        padding: 0 15px !important
    }

    .portfolio .portfolio-wrap .portfolio-item {
        width: 100%
    }

    .portfolio.portfolio-container {
        width: 100% !important;
        min-height: auto;
        display: block;
        padding: 70px 0 120px
    }
}

.marquee-section {
    overflow-x: clip;
    overflow-y: visible;
    z-index: 99;
    position: relative
}

.marquee {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    border-top: 1px solid rgba(0,0,0,0.085);
    border-bottom: 1px solid rgba(0,0,0,0.085);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #f1f3f5
}

.marquee:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    background: -o-linear-gradient(right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    background: linear-gradient(to left, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    z-index: 3
}

.marquee h4 {
    font-size: 70px
}

.slide-har {
    position: relative
}

.slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.main-marq {
    position: relative;
    padding: 0
}

.main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255,255,255,0) 220px, rgba(255,255,255,0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255,255,255,0) 220px, rgba(255,255,255,0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255,255,255,0) 220px, rgba(255,255,255,0) calc(100% - 220px), #181818)
}

.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d
}

.main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d
}

.main-marq .non-strok .item h4 {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important
}

.main-marq .non-strok .item h4 a {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important
}

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-marq .box .item {
    padding: 0 30px
}

.main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0
}

.main-marq .box .item h4 .icon {
    margin-bottom: -15px
}

.main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d
}

.main-marq .box .item:nth-of-type(even) h4 a {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
    color: #1d1d1d;
    -webkit-text-stroke: 0
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
    color: #1d1d1d;
    -webkit-text-stroke: 0
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d
}

@media screen and (max-width: 1199px) {
    .marquee h4 {
        font-size:50px
    }
}

@media screen and (max-width: 991px) {
    .marquee {
        padding:35px 0
    }

    .marquee h4 {
        font-size: 40px
    }
}

@media screen and (max-width: 575px) {
    .marquee h4 {
        font-size:30px
    }
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline-block;
    margin-right: 10px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a {
    display: inline-block;
    border-radius: 2px;
    background: transparent;
    font-weight: 700;
    text-align: center;
    margin: 3px 0;
    padding: 12px 16px;
    color: #052d46;
    border: 1px solid #dddddd;
    line-height: 25px
}

.pagination a:hover {
    background-color: #052d46;
    color: #ffffff;
    box-shadow: none
}

.pagination a:active {
    background-color: #052d46;
    color: #ffffff;
    box-shadow: none
}

.pagination a:focus {
    background-color: #052d46;
    color: #ffffff;
    box-shadow: none
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #dbdbdb;
    cursor: default
}

@media screen and (max-width: 575px) {
    .pagination li {
        margin-right:8px
    }
}

.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,0.05);
    border-radius: 8px
}

.prev-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px
}

.prev-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(34,35,40,0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none
}

.prev-page .page-info>a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.prev-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden
}

.prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden
}

.prev-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .prev-title:empty {
    display: none
}

.prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .next-title:empty {
    display: none
}

.prev-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34,35,40,0.1)
}

.prev-page a {
    justify-content: flex-start;
    text-align: left
}

.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1
}

.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}

.prev-page .image-prev {
    margin-right: 20px
}

.prev-page .image-prev:after {
    background-color: #30d4c7;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.prev-page .image-prev:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px;
    margin-left: auto
}

.next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(34,35,40,0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none
}

.next-page .page-info>a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.next-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden
}

.next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 4px;
    overflow: hidden
}

.next-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .prev-title:empty {
    display: none
}

.next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .next-title:empty {
    display: none
}

.next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34,35,40,0.1)
}

.next-page .image-next {
    margin-left: 20px
}

.next-page .image-next:after {
    background-color: #30d4c7;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page .image-next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scaleX(-1)
}

.next-page a {
    justify-content: flex-end;
    text-align: right
}

.next-page a:hover .image-next:after {
    visibility: visible;
    opacity: 1
}

.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0
}

.next-page .next-title {
    text-align: right
}

.prev-link-page-info>span {
    display: block
}

.prev-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.prev-link-page-info .date-details>div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600
}

.prev-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600
}

.prev-link-page-info .date-details:only-child {
    margin-top: 0
}

.next-link-page-info>span {
    display: block
}

.next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.next-link-page-info .date-details>div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600
}

.next-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 600
}

.next-link-page-info .date-details:only-child {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .prev-page {
        width:calc(100% - 20px);
        max-width: unset
    }

    .prev-page+.next-page {
        margin-top: 0
    }

    .next-page {
        width: calc(100% - 20px);
        max-width: unset
    }

    .page-navigation {
        flex-direction: column
    }
}

@media screen and (max-width: 575px) {
    .prev-page .page-info>a {
        padding:10px
    }

    .prev-page .page-info .prev-title {
        max-width: 168px
    }

    .prev-page .page-info .next-title {
        max-width: 168px
    }

    .next-page .page-info>a {
        padding: 10px
    }

    .next-page .page-info .prev-title {
        max-width: 168px
    }

    .next-page .page-info .next-title {
        max-width: 168px
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #30d4c7
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

ul.resp-tabs-list {
    margin-bottom: 15px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 12px 20px;
    box-shadow: 0 0 70px rgba(0,0,0,0.08);
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    background: #fff;
    color: #30d4c7;
    text-align: left;
    border-radius: 0
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.resp-tabs-list li i {
    font-size: 24px;
    padding-right: 10px;
    vertical-align: text-bottom
}

.resp-tabs-container {
    padding: 0px;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 40px
}

.resp-tabs-list li.resp-tab-active {
    margin-bottom: -1px;
    background-color: #30d4c7;
    color: #fff
}

.resp-content-active,.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: none;
    float: left;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    background: transparent
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 18px;
    color: #fff;
    border-top: 0px solid #c1c1c1;
    margin-bottom: 5px;
    padding: 14px 15px;
    float: left;
    width: 100%;
    background: #052d46 !important;
    border-radius: 0
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #30d4c7 !important;
    color: #fff;
    margin-bottom: 0;
    border-radius: 0px
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 70px 0 rgba(0,0,0,0.1);
    padding: 40px;
    margin-bottom: 0
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 18px 20px !important;
    margin: 0 0 25px;
    cursor: pointer;
    float: none;
    font-size: 18px;
    background: rgba(31,39,50,0.1);
    color: #052d46;
    border-radius: 0px
}

.resp-vtabs .resp-tabs-list li:last-child {
    margin-bottom: 0
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 100%;
    clear: none;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.resp-vtabs .resp-tab-content {
    word-wrap: break-word;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 18px 20px !important;
    background-color: #30d4c7;
    color: #fff
}

.resp-arrow {
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 10px
}

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block;
    border-color: #e8e8e8 !important
}

h2.resp-accordion.resp-tab-active {
    border-color: #e8e8e8 !important
}

@media screen and (max-width: 991px) {
    ul.resp-tabs-list {
        display:none
    }

    h2.resp-accordion {
        display: block
    }

    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 20px;
        color: #fff;
        vertical-align: text-bottom
    }

    .resp-vtabs .resp-tab-content {
        margin-bottom: 5px;
        padding: 30px
    }

    .resp-vtabs .resp-tab-content:last-child {
        margin-bottom: 0
    }

    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: left;
        width: 100%;
        min-height: 100px;
        clear: none;
        background: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-tab-content {
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #eee;
        margin-bottom: 5px;
        padding: 30px
    }

    .resp-tab-content:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 575px) {
    .resp-vtabs .resp-tab-content,.resp-tab-content {
        padding:20px
    }
}

.tab-style1 .resp-tabs-list li {
    padding: 16px 0 16px 0;
    border: 0;
    text-align: start;
    min-width: unset;
    margin-right: 60px;
    margin-left: auto;
    font-size: 24px;
    color: #ffffff80;
    background: transparent
}

.tab-style1 .resp-tabs-list li.resp-tab-active {
    background: transparent;
    color: #fff
}

.tab-style1 .resp-tab-content {
    padding: 16px 0 0 0
}

@media screen and (max-width: 1399px) {
    .tab-style1 .resp-tabs-list li {
        margin-right:50px
    }
}

@media screen and (max-width: 1199px) {
    .tab-style1 .resp-tabs-list li {
        font-size:20px
    }
}

@media screen and (max-width: 991px) {
    .tab-style1 .resp-tab-content {
        background-color:transparent;
        border: 0;
        padding: 16px
    }
}

.accordion-style .card {
    background: transparent;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.03);
    border: none;
    margin-top: 0 !important;
    border-radius: 0
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style .btn-link {
    color: #30d4c7;
    line-height: 26px;
    position: relative;
    border: none;
    border-bottom: none;
    border-left: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 20px 45px 20px 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #ffffff
}

.accordion-style .btn-link.collapsed {
    color: #42545e;
    line-height: 26px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border: none;
    padding: 20px 45px 20px 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff
}

.accordion-style .btn-link:hover,.accordion-style .btn-link:active,.accordion-style .btn-link:focus {
    text-decoration: none;
    color: #30d4c7
}

.accordion-style .btn-link.collapsed:after {
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 22px;
    position: absolute;
    color: #212121;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center
}

.accordion-style .btn-link:after {
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 20px;
    position: absolute;
    color: #30d4c7;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 22px;
    width: 25px;
    height: 25px;
    text-align: center
}

.accordion-style .card-body {
    padding: 0px 30px 25px 26px;
    line-height: 24px;
    text-align: left;
    border: none;
    border-left: none;
    background: #fff;
    border-top: none
}

@media screen and (max-width: 991px) {
    .accordion-style .card-body {
        padding:10px 25px 30px 25px
    }
}

.accordion-style.style1 .card {
    box-shadow: none
}

.accordion-style.style1 .card-header {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.accordion-style.style1 .btn-link {
    font-weight: unset;
    padding: 20px 45px 20px 0px;
    background-color: transparent
}

.accordion-style.style1 .btn-link.collapsed {
    font-weight: unset;
    padding: 20px 45px 20px 0px;
    background-color: transparent
}

.accordion-style.style1 .btn-link:after,.accordion-style.style1 .btn-link.collapsed:after {
    top: 22px
}

.accordion-style.style1 .card-body {
    padding: 25px 30px 0px 26px;
    background: transparent
}

.accordion-style.style2 .btn-link {
    padding: 30px 35px;
    font-weight: 700;
    background: #212529;
    color: #fff
}

.accordion-style.style2 .btn-link.collapsed {
    padding: 22px 35px;
    font-weight: 700;
    background: #fff;
    color: unset
}

.accordion-style.style2 .card {
    -webkit-box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    background-color: #212529
}

.accordion-style.style2 .btn-link.collapsed:after,.accordion-style.style2 .btn-link:after {
    right: 35px;
    font-family: themify;
    font-size: 13px
}

.accordion-style.style2 .card-body {
    padding: 0px 35px 30px 35px;
    border-radius: 6px;
    background: transparent
}

.accordion-style.style2 .card-header {
    border-bottom: 0
}

.accordion-style.style2 .btn-link:after {
    content: "\e65a";
    top: 27px
}

.accordion-style.style2 .btn-link.collapsed:after {
    content: "\e628";
    top: 20px
}

.accordion-style.style2 .collapse.show {
    background-color: #212529
}

.sidebar .widget {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 40px
}

.sidebar .widget .blog-tag a,.blog-tag a {
    background-color: #30d4c7;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #30d4c7
}

.sidebar .widget .blog-tag a:hover,.sidebar .widget .blog-tag a:active,.sidebar .widget .blog-tag a:focus,.blog-tag a:hover,.blog-tag a:active,.blog-tag a:focus {
    background-color: #fff;
    color: #30d4c7
}

@media screen and (max-width: 1199px) {
    .sidebar .widget {
        padding:28px
    }
}

.quote-content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 84%;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1199px) {
    .quote-content:before {
        width:94%
    }
}

@media screen and (max-width: 767px) {
    .quote-content:before {
        width:92%
    }
}

@media screen and (max-width: 479px) {
    .quote-content:before {
        height:96%
    }
}

.sidebar .widget .search-input {
    height: 51px
}

.sidebar .widget_search .btn-style1 {
    padding: 15px 30px 15px 30px
}

.widget .widget-brochure {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.widget .widget-brochure li {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 0.25rem;
    background: #fff
}

.widget .widget-brochure li a {
    position: relative;
    display: block;
    padding: 16px 15px 16px 75px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800
}

.widget .widget-brochure li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 3;
    text-align: center;
    font-size: 20px;
    background: #30d4c7;
    color: #ffffff;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.widget .widget-brochure li:last-child {
    margin-bottom: 0
}

.widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.widget_categories ul .cat-item {
    margin-bottom: 10px
}

.widget_categories ul .cat-item a {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 15px 20px 15px 20px;
    border: 1px solid #ededed;
    font-weight: 600;
    border-radius: 0.25rem;
    background: #ffffff;
    transition: all 0.3s ease 0s
}

.widget_categories ul .cat-item a:hover {
    background-color: #052d46;
    color: #ffffff
}

.widget_categories ul .cat-item:first-child {
    padding-top: 0
}

.widget_categories ul .cat-item:last-child {
    margin-bottom: 0
}

.widget_categories ul .cat-item span.cat-name {
    padding-right: 5px
}

.banner-wrapper img {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%)
}

.banner-wrapper .icon-boxs {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.banner-wrapper .icon-boxs i {
    line-height: 80px
}

.comment-reply-link {
    color: #052d46;
    background: rgba(31,39,50,0.1);
    padding: 5px 18px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px
}

.comment-reply-link:hover {
    color: #fff;
    background: #052d46
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 1.9rem !important;
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    position: relative;
    font-weight: 600
}

.pricing-style01 .pricing-block {
    border: 1px solid rgba(0,0,0,0.1);
    height: 100%
}

.pricing-style01 .pricing-block h6 {
    text-transform: uppercase;
    color: #30d4c7;
    font-size: 25px;
    margin-bottom: 0;
    padding: 28px 35px
}

.pricing-style01 .pricing-block h4 {
    font-size: 64px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    background-color: #f8f9fa;
    padding: 20px 35px;
    line-height: 1
}

.pricing-style01 .pricing-block h4 span {
    font-size: 29px;
    margin-right: 5px;
    -webkit-text-fill-color: #052d46;
    -webkit-text-stroke-color: unset;
    -webkit-text-stroke-width: 0
}

.pricing-style01 .pricing-block .pricing-list {
    padding: 35px
}

@media screen and (max-width: 1199px) {
    .pricing-style01 .pricing-block h6 {
        font-size:20px;
        padding: 28px 20px
    }

    .pricing-style01 .pricing-block h4 {
        font-size: 50px;
        padding: 20px 20px
    }

    .pricing-style01 .pricing-block .pricing-list {
        padding: 20px
    }
}

.extra-style01 .story-video {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.4);
    padding: 40px
}

.extra-style01 .right-content {
    padding: 120px 240px 0 0
}

.extra-style01 .right-content .inner-content {
    background-color: #fff;
    padding: 120px
}

@media screen and (max-width: 1599px) {
    .extra-style01 .right-content .inner-content {
        padding:60px
    }
}

@media screen and (max-width: 1399px) {
    .extra-style01 .right-content {
        padding:120px 120px 0 0
    }

    .extra-style01 .story-video {
        padding: 30px
    }

    .extra-style01 .story-video .video_btn2 {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .extra-style01 .story-video .video_btn2:before {
        width: 75px;
        height: 75px
    }

    .extra-style01 .story-video .video_btn2:after {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width: 1199px) {
    .extra-style01 .right-content .inner-content {
        padding:40px
    }
}

@media screen and (max-width: 575px) {
    .extra-style01 .right-content {
        padding:80px 40px 0 0
    }

    .extra-style01 .right-content .inner-content {
        padding: 30px
    }
}

.extra-style02:after {
    position: absolute;
    left: -10%;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    background: #052d46;
    transform: skewX(-10deg)
}

.extra-style02 .main-title {
    font-size: 55px
}

.extra-style02 .bg-img {
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 991px) {
    .extra-style02:after {
        transform:none;
        left: 0;
        width: 100%
    }
}

.extra-style03 .extra-content-box {
    padding-top: 330px
}

.extra-style03 .extra-content-box ul.inner-box {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: end
}

.extra-style03 .extra-content-box ul.inner-box li.one {
    background-color: #fff;
    width: 350px;
    display: flex;
    align-items: center;
    padding: 40px;
    margin-right: 30px
}

.extra-style03 .extra-content-box ul.inner-box li.one h4 {
    font-size: 40px;
    margin-bottom: 0;
    margin-right: 15px
}

.extra-style03 .extra-content-box ul.inner-box li.two {
    background: rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 350px;
    padding: 37px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1199px) {
    .extra-style03 .extra-content-box {
        padding-top:200px
    }
}

@media screen and (max-width: 767px) {
    .extra-style03 .extra-content-box {
        padding-top:120px
    }

    .extra-style03 .extra-content-box ul.inner-box {
        display: block
    }

    .extra-style03 .extra-content-box ul.inner-box li.one {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 575px) {
    .extra-style03 .extra-content-box {
        padding-top:0
    }

    .extra-style03 .extra-content-box ul.inner-box li.one,.extra-style03 .extra-content-box ul.inner-box li.two {
        width: 296px
    }

    .extra-style03 .extra-content-box ul.inner-box li.one h4 {
        font-size: 34px
    }

    .extra-style03 .extra-content-box ul.inner-box li.two {
        padding: 35px
    }
}

.error-style01 h1 {
    font-size: 450px;
    margin-bottom: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    letter-spacing: .027em;
    line-height: 0.8
}

@media screen and (max-width: 1399px) {
    .error-style01 h1 {
        font-size:395px
    }
}

@media screen and (max-width: 1199px) {
    .error-style01 h1 {
        font-size:315px
    }
}

@media screen and (max-width: 767px) {
    .error-style01 h1 {
        font-size:235px
    }
}

@media screen and (max-width: 575px) {
    .error-style01 h1 {
        font-size:125px;
        margin-bottom: 25px
    }
}

.about-style-01 .about-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-style-01 .inner-content {
    position: relative;
    width: calc(100% - 50px)
}

.about-style-01 .inner-content .rotate-circle {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    font-size: 16px
}

.about-style-01 .about-left .circle-button .rotate-circle svg {
    width: 500px;
    fill: #1d1d1d
}

.about-style-01 .inner-content .circle-button:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
    border: 70px solid rgba(0,0,0,0.03);
    border-radius: 50%
}

.about-style-01 .inner-content .half-circle-img {
    height: 450px;
    width: 225px;
    border-bottom-right-radius: 450px;
    border-top-right-radius: 450px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-style-01 .inner-content .half-circle-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 1399px) {
    .about-style-01 .inner-content {
        width:calc(100% - 0px)
    }
}

@media screen and (max-width: 991px) {
    .about-style-01 .inner-content {
        width:calc(100% - 220px)
    }
}

@media screen and (max-width: 767px) {
    .about-style-01 .inner-content {
        width:calc(100% - 50px)
    }
}

.about-style-02 .left-content .exp-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #30d4c7;
    width: 430px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-wrap: break-word
}

.about-style-02 .left-content .exp-box span {
    display: inline-block;
    font-size: 140px;
    line-height: 0.7;
    color: #fff;
    margin-right: 20px;
    letter-spacing: -0.06em
}

.about-style-02 .left-content .exp-box h6 {
    display: inline-block;
    margin-bottom: 0 !important;
    color: #fff;
    width: 26%;
    font-size: 20px
}

@media screen and (max-width: 1399px) {
    .about-style-02 .left-content .exp-box {
        width:400px;
        height: 165px
    }

    .about-style-02 .left-content .exp-box span {
        font-size: 115px
    }

    .about-style-02 .left-content .exp-box h6 {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .about-style-02 .left-content .exp-box {
        width:330px;
        height: 145px
    }

    .about-style-02 .left-content .exp-box span {
        font-size: 70px
    }

    .about-style-02 .left-content .exp-box h6 {
        font-size: 15px
    }
}

@media screen and (max-width: 575px) {
    .about-style-02 .left-content .exp-box {
        width:100%;
        height: 105px
    }

    .about-style-02 .left-content .exp-box span {
        font-size: 55px;
        margin-right: 10px
    }
}

@media screen and (max-width: 479px) {
    .about-style-02 .left-content .exp-box h6 {
        font-size:13px
    }
}

.about-style-03 .about-img:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 80px;
    height: 84%;
    background-color: #fff
}

.about-style-03 .video_btn:before,.about-style-03 .video_btn:after {
    display: none
}

.about-style-03 .story-video {
    position: absolute;
    top: 0;
    left: 80px
}

.about-style-03 .about-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 78px;
    height: 22%;
    background: #fff;
    width: 100px
}

@media screen and (max-width: 1399px) {
    .about-style-03 .video_btn {
        width:70px;
        height: 70px;
        line-height: 70px
    }

    .about-style-03 .about-img:before,.about-style-03 .about-img:after {
        bottom: -1px
    }
}

@media screen and (max-width: 1199px) {
    .about-style-03 .video_btn {
        width:58px;
        height: 58px;
        line-height: 58px
    }
}

@media screen and (max-width: 991px) {
    .about-style-03 .video_btn {
        width:82px;
        height: 82px;
        line-height: 82px
    }
}

@media screen and (max-width: 575px) {
    .about-style-03 .about-img:before,.about-style-03 .about-img:after {
        display:none
    }
}

.about-style-04 .left-line:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 18px;
    background: #30d4c7;
    top: 0;
    right: 0
}

.about-style-05 .left-text {
    position: absolute;
    left: -15%;
    top: 50%;
    transform: rotate(-90deg)
}

.faq-style-01 .rotate-text {
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(123px);
    -moz-transform: rotate(-90deg) translateX(123px);
    -ms-transform: rotate(-90deg) translateX(123px);
    -o-transform: rotate(-90deg) translateX(123px);
    transform: rotate(-90deg) translateX(123px);
    display: block
}

.faq-style-01 .rotate-text h2 {
    perspective: 400px;
    color: rgba(31,39,50,0.05);
    font-size: 192px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

@media screen and (max-width: 1399px) {
    .faq-style-01 .rotate-text h2 {
        font-size:170px
    }
}

@media screen and (max-width: 1199px) {
    .faq-style-01 .rotate-text h2 {
        font-size:135px
    }
}

.process-style-01 .process-block {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.process-style-01 .process-block .process-img {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    background-color: #0e2e45eb;
}

.process-style-01 .process-block .process-img.one {
    /* background-color: #000; */
}

.process-style-01 .process-block .process-img.two {
    background-color: #0e2e45c2;
}

.process-style-01 .process-block .process-img.three {
    background-color: #0e2e45b3;
}

.process-style-01 .process-block .process-img img {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
    display: block
}

.process-style-01 .process-block:hover .process-img img {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.process-style-01 .process-block .process-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s;
    background-color: transparent !important;
    transition-delay: 0s
}

.process-style-01 .process-block .process-content .content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10% 12%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 32px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    letter-spacing: .027em
}

@media screen and (max-width: 1599px) {
    .process-style-01 .process-block .process-content .content-inner {
        padding:10% 8%
    }

    .process-style-01 .process-block .process-content .content-inner h3 {
        font-size: 46px
    }
}

@media screen and (max-width: 1399px) {
    .process-style-01 .process-block .process-content .content-inner h3 {
        font-size:40px
    }
}

@media screen and (max-width: 1199px) {
    .process-style-01 .process-block .process-content .content-inner h3 {
        font-size:32px;
        margin-bottom: 20px
    }
}

.process-style-02 .process-inner .process-no {
    font-size: 6.25rem;
    line-height: 6.25rem;
    opacity: .1;
    font-weight: 700;
    position: absolute;
    top: -80%;
    left: -5%
}

@media screen and (max-width: 767px) {
    .process-style-02 .process-inner .process-no {
        top:-90%;
        left: 0;
        font-size: 5.25rem
    }
}

.testimonial-style01 svg {
    fill: none;
    stroke: rgba(255,73,124,0.2);
    stroke-width: 1
}

.testimonial-style01 .quote-icon {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-style01 .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    transition: all 500ms ease;
    border-radius: unset
}

.testimonial-style01 .owl-carousel .owl-nav button.owl-prev,.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    background: #30d4c7;
    color: #fff;
    position: absolute;
    top: 40%
}

.testimonial-style01 .owl-theme .owl-nav [class*='owl-']:hover {
    background: #052d46
}

.testimonial-style01 .owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
    right: 0
}

.testimonial-carousel-three.owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    background: transparent;
    border: 1px solid #D6D6D6;
    transition: .4s
}

.testimonial-carousel-three.owl-theme .owl-dots .owl-dot.active span,.testimonial-carousel-three.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #30d4c7;
    border: 1px solid #30d4c7
}

.counter-style1 .counter-block {
    padding-top: 50px;
    position: relative
}

.counter-style1 .counter-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(31,39,50,0.1333333333)
}

.counter-style1 .counter-block h3 {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(31,39,50,0.768627451)
}

.counter-style1 .counter-block h3 small {
    position: relative;
    font-size: 40px;
    top: -50px
}

.counter-style1 .counter-block p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0
}

.counter-style1 .counter-block:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #30d4c7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.counter-style1 .counter-block:hover:after {
    width: 70%
}

@media screen and (max-width: 1399px) {
    .counter-style1 .counter-block h3 {
        font-size:75px
    }
}

@media screen and (max-width: 991px) {
    .counter-style1 .counter-block h3 {
        font-size:65px
    }

    .counter-style1 .counter-block p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .counter-style1 .counter-block {
        padding-top:30px
    }
}

@media screen and (max-width: 479px) {
    .counter-style1 .counter-block h3 {
        font-size:50px;
        margin-bottom: 0
    }
}

.counter-style2 .count-no {
    font-size: 7.5em;
    font-weight: 800;
    color: rgba(30,40,49,0.03);
    line-height: 1
}

@media screen and (max-width: 1199px) {
    .counter-style2 .count-no {
        font-size:6em
    }
}

.clients-style01 .clients-img img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81)
}

.clients-style01 .clients-img:hover img {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
}

.clients-style02 .clients-img img {
    transition: all 0.3s ease-in-out;
    opacity: 0.2
}

.clients-style02 .clients-img:hover img {
    transform: scale(1.1);
    opacity: 1
}

.clients-style03 .clients-img img {
    opacity: 0.2;
    transition: .4s
}

.clients-style03 .clients-img:hover img {
    opacity: 1
}

.clients-style04 {
    margin-top: -160px
}

.clients-style04 .clients-img {
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px 0;
    position: relative
}

.clients-style04 .clients-img img {
    opacity: 0.5;
    transition: .4s
}

.clients-style04 .clients-img .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    transition: .4s
}

.clients-style04 .clients-img:hover .hover-text {
    opacity: 1
}

.clients-style04 .clients-img:hover img {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .clients-style04 {
        margin-top:0
    }
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #30d4c7
}

.form-check-input:checked {
    border-color: #30d4c7;
    background-color: #30d4c7
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,.quform-has-error textarea,.quform-has-error select,.quform-has-error input[type=file],.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.quform-element {
    margin-bottom: 1rem
}

.newsletter-form .quform-elements {
    position: relative
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: auto;
    background: transparent;
    height: 48px
}

.newsletter-form .quform-submit-inner .btn {
    padding: 0.500rem 1.15rem
}

.newsletter-form .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-form input {
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.2);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem;
    color: #fff
}

.newsletter-form .form-control:focus,.newsletter-form .form-control:active {
    background-color: rgba(255,255,255,0.2);
    color: #fff
}

.newsletter-form .quform-has-error input,.newsletter-form .quform-has-error textarea,.newsletter-form .quform-has-error select {
    border-color: #f5543f
}

.newsletter-form .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-form i {
    font-size: 1.2rem;
    line-height: 2rem
}

.newsletter-form-style1 .quform-input .form-control {
    min-height: 54px
}

.newsletter-form-style1 .btn-style7:before {
    border-radius: 50rem
}

.social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none
}

.social-icon-style1 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style1 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    height: 41px;
    line-height: 41px;
    width: 41px
}

.social-icon-style1 li a:hover {
    background: #30d4c7
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style2 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none
}

.social-icon-style2 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style2 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #052d46;
    height: 41px;
    line-height: 41px;
    width: 41px
}

.social-icon-style2 li a:hover {
    background: #30d4c7
}

.social-icon-style3 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none
}

.social-icon-style3 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style3 li:last-child {
    margin-right: 0
}

.social-icon-style3 li a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: rgba(255,255,255,0.05);
    height: 56px;
    line-height: 56px;
    width: 56px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%
}

.social-icon-style3 li a:hover,.social-icon-style3 li a:focus,.social-icon-style3 li a:active {
    color: #30d4c7;
    background: #fff
}

@media screen and (max-width: 1199px) {
    .social-icon-style3 li a {
        width:46px;
        height: 46px;
        line-height: 46px;
        font-size: 14px
    }
}

.social-icon-style4 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none
}

.social-icon-style4 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style4 li:last-child {
    margin-right: 0
}

.social-icon-style4 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #30d4c7;
    height: 38px;
    line-height: 38px;
    width: 38px
}

.social-icon-style4 li a:hover,.social-icon-style4 li a:focus,.social-icon-style4 li a:active {
    color: #30d4c7;
    background: #fff
}

.search-form_input {
    color: #30d4c7
}

.search-frame h4 a:hover {
    color: #30d4c7
}

.search-frame .search_list .match {
    color: #30d4c7
}

.search-frame .search_list li:before {
    color: #30d4c7
}

.search-frame .search_list li+li {
    border-top: 3px solid #30d4c7
}

.search-frame .search {
    color: #30d4c7
}

.contact-map {
    width: 100%;
    height: 400px;
    vertical-align: top;
    border: 0
}

.contact-style01 .contact-data {
    border: 1px solid #dee2e6;
    border-left: 0
}

.contact-style01 .contact-map-button a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    fill: #30d4c7;
    color: #30d4c7;
    background-color: #30d4c7;
    padding: 0px 0px 0px 0px;
    line-height: 37px
}

.contact-style01 .contact-map-button a .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: inherit;
    align-items: center
}

.contact-style01 .contact-map-button a .main-content span.map-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-decoration: inherit;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 30px;
    text-indent: 35px;
    overflow: hidden;
    text-align: center;
    transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s, background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in, color 0.3s ease-out;
    margin-right: 12px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.contact-style01 .contact-map-button a .main-content span.map-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
    text-decoration: inherit;
    color: #30d4c7
}

.contact-style01 .contact-map-button a:focus {
    color: #fff
}

.contact-style01 .contact-map-button a:hover {
    color: #fff
}

.contact-style01 .contact-map-button a:hover .main-content span.map-icon {
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-color: #30d4c7;
    color: #fff;
    text-indent: 0;
    transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s, background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s
}

@media screen and (max-width: 767px) {
    .contact-style01 .contact-data {
        border-left:1px solid #dee2e6
    }
}

.footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block
}

.footer-logo>a {
    display: inline-block
}

footer .email {
    border-bottom: 1px solid rgba(255,255,255,0.7);
    display: inline-block;
    padding-bottom: 5px
}

footer .email a {
    color: rgba(255,255,255,0.7);
    position: relative;
    transition: all 0.8s ease
}

footer .email a:hover:after,footer .email a:active:after,footer .email a:focus:after {
    width: 100%
}

footer .email a:hover,footer .email a:active,footer .email a:focus {
    color: #30d4c7
}

footer .email a:after {
    border-bottom: 1px solid #fff;
    transition: all 0.8s ease;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0
}

footer .phone {
    padding-bottom: 0;
    margin-bottom: 0
}

footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: #fff
}

footer .phone a:hover,footer .phone a:active,footer .phone a:focus {
    color: #30d4c7
}

@media screen and (max-width: 767px) {
    footer {
        padding-top:60px
    }
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -89px;
    background: #30d4c7;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover,.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #30d4c7
}

.all-demo:hover {
    background: #052d46
}

.buy-theme span,.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span,.all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i,.all-demo:hover i {
    color: #fff
}

.buy-theme a,.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 185px;
    right: -105px;
    background: #052d46;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999
}

/*.scrollHeader a.navbar-brand img{
    background-color: #30d4c7;
    mix-blend-mode: hue;
    padding: 5px;
    border-radius: 10px;
}*/
.scrollHeader .navbar-default {
    background: #0e2e45 !important;
}

.scrollHeader .navbar-nav>li.has-sub>a,.menu_area-light.scrollHeader .navbar-nav>li>a {
    color: #fff !important;
}

.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #30d4c7 !important;
}

.Services_sec .card.card-style02:hover a {color: #0e2e45;}
.Services_sec .card.card-style02:hover {border-color: #0e2e45;box-shadow: 0 0 20px 0px #0e2e453d;}
.menu_area-light.scrollHeader .navbar-nav>li>a:hover {
    color: #30d4c7 !important;
}
.i-tags {
    color: #0e2e45;
}

select#service {
    color: #d9d4d9 !important;
}

.contact_contain img {
    filter: hue-rotate(204deg);
}

.portfolio-item .image-effect img {
    height: 294px;
    object-fit: cover;
    width: 100%;
}

.contct_btn {
    margin-left: 20px;
    background: none;
    border: 2px solid #30d4c7;
    color: #fff !important;
}

.btn-style4.white.contct_btn:hover {
    background: #30d4c7 !important;
    color: #000 !important;
    border-color:#30d4c7 !important;
}
