/* color pallete 
#1F271B
#5DA9E9
#003F91
#FFFFFF
#F4EDEA*/


/*mopdel viewer*/

model-viewer {
    width: 100%;
    height: 100vh;
    background-color: unset;
}


/**/


/*waves*/

.waves2 {
    width: 100%;
    height: 50px;
    margin-top: -50px;
}

.waves {
    width: 100%;
    height: 20px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 40px;
    z-index: 1;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: rgb(211, 32, 32);
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
        margin-bottom: -40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 24px;
    }
}


/**/


/*image hover*/

.img-wrapper {
    overflow: hidden;
}

.image {
    width: 100%;
    height: 100%;
}

.text {
    padding: 20px;
}

.normal-zoom {
    transform: scale(1);
    cursor: zoom-in;
    transition: all 250ms;
}

.zoom-in {
    transform: scale(1.6);
    cursor: zoom-out;
    transition: all 250ms;
}

.mapicon {
    background-color: rgb(240, 10, 240);
    z-index: 5;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25%;
    right: 50%;
    cursor: pointer;
}


/*image hover*/


/*globe*/

#earth {
    position: relative;
    touch-action: manipulation;
}


/**/


/* hexa neon */


/*model viewer*/

model-viewer {
    width: 100%;
    height: 90%;
    background-color: #ffffff00;
}

.Hotspot {
    border-radius: 32px;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    cursor: pointer;
    height: 14px;
    padding: 8px;
    position: relative;
    transition: opacity 0.3s;
    width: 14px;
}

.Hotspot:not([data-visible]) {
    background: transparent;
    border: 4px solid #fff;
    box-shadow: none;
    height: 32px;
    pointer-events: none;
    width: 32px;
}

.Hotspot:focus {
    border: 4px solid rgb(0, 128, 200);
    height: 32px;
    outline: none;
    width: 32px;
}

.Hotspot>* {
    opacity: 1;
    transform: translateY(-50%);
}

.HotspotAnnotation {
    background: rgba(255, 255, 255, 0.452);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: rgb(100, 100, 100);
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 10px;
    font-weight: 700;
    left: calc(100% + 1em);
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.2em 1em;
    position: absolute;
    top: 50%;
    width: max-content;
}

.Hotspot:not([data-visible])>* {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 4px));
    transition: transform 0.3s, opacity 0.3s;
}

.progress-bar {
    display: block;
    width: 33%;
    height: 10%;
    max-height: 2%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 25px;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
    visibility: hidden;
    transition: visibility 0.3s;
}

.update-bar {
    background-color: rgba(255, 255, 255, 0.9);
    width: 0%;
    height: 100%;
    border-radius: 25px;
    float: left;
    transition: width 0.3s;
}

#ar-button {
    background-image: url(assets\ar_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 16px;
    padding: 0px 16px 0px 40px;
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: #4285f4;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #DADCE0;
}

#ar-button:active {
    background-color: #E8EAED;
}

#ar-button:focus {
    outline: none;
}

#ar-button:focus-visible {
    outline: 1px solid #4285f4;
}


/**/


/*circles*/

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}

.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}

.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}

.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}


/**/

.container1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.container {
    margin-top: 50px;
}

.map3d {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.hero-image {
    width: calc(100% + 0%);
    height: calc(100% + 150px);
    display: block;
    position: absolute;
    top: -100px;
    left: 00px;
    right: 00px;
    background-position: top center;
    background-size: cover;
    background-repeat: repeat-x;
    z-index: 1;
}

.center-text {
    position: absolute;
    font-weight: 720;
    text-align: left;
    top: 38%;
    left: 50px;
    background: linear-gradient(to right, #04cde7 0%, #06556d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
    z-index: 2;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.637);
}

@media only screen and (max-width: 600px) {
    .center-text {
        top: 35%;
    }
    .center-text2 {
        top: 15%
    }
}

.center-text2 {
    position: absolute;
    font-weight: 520;
    text-align: left;
    top: 50%;
    left: 50px;
    color: #046774;
    font-family: sans-serif;
    z-index: 2;
    pointer-events: none;
}

.vision {
    position: absolute;
    top: 62%;
    left: 50px;
    display: inline-block;
    border-radius: 100px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 12px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}

.vision:hover {
    background-position: right center
}

.vision span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.vision span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.vision:hover span {
    padding-right: 25px;
}

.vision:hover span:after {
    opacity: 1;
    right: 0;
}


/* hexa neon */

.navbar {
    z-index: 20;
    font-weight: 500;
    position: fixed;
    width: 100%;
}


/*
.bg-transparent {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 49%, rgba(255, 255, 255, 1) 100%) !important;
    position: fixed;
    transition: 0.3s ease-in-out;
}
*/

.nav-active {
    background: rgba(255, 255, 255, 0.842) !important;
    box-shadow: 5px -1px 12px -5px grey;
    z-index: 22;
}

.transition {
    -webkit-transition: height 2s;
    /* For Safari 3.1 to 6.0 */
    transition: height 2s;
}

.navbar-brand {
    background: url(logo.png) no-repeat;
    background-size: auto 40px;
    width: 90px;
    height: 40px;
    display: block;
    margin-left: 30px;
}

.form-inline {
    margin-right: 10px;
}

.section2 {
    position: relative;
    margin-top: 80vh;
    padding-top: 20px;
    z-index: 5;
    width: 100%;
}

.section3 {
    display: inline-flex;
    z-index: 4;
    width: 100%;
    padding: 20px;
}

#about {
    position: relative;
    z-index: 4;
    width: 100%;
}


/*started*/

.started {
    margin: 0 auto;
    width: 125px;
}


/**/


/*CARD*/


/* 
  Font: "Neon Glow" by weknow 
  (https://www.fontspace.com/neon-glow-font-f14014) 
*/

@font-face {
    font-family: "Neon Glow";
    src: url(https://assets.codepen.io/230569/NeonGlow-8VLz.ttf);
}

#gasses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#gasses>* {
    margin: 2rem;
    height: auto;
}

.name {
    color: #2e2e2e;
}

.gas {
    --blur: 1.75rem;
    --box-blur: calc(0.5 * var(--blur));
    --glow: var(--color);
    --size: 12rem;
    align-items: center;
    border-radius: 12px;
    border: 3px solid currentColor;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 var(--box-blur) var(--glow), 0 0 var(--box-blur) var(--glow);
    color: var(--color, white);
    display: inline-flex;
    flex-direction: column;
    font-family: system-ui, sans-serif;
    justify-content: space-around;
    height: 100%;
    width: 100%;
}

.gas>* {
    margin: 0;
    padding: 0;
}

.gas .number {
    font-weight: 700;
}

.gas .symbol {
    font-size: 3rem;
    font-family: "Neon Glow";
    text-shadow: 0 0 var(--blur) var(--glow);
}

.gas.he {
    --color: #FCEAAC;
    filter: saturate(175%);
}

.gas.ne {
    --color: #FDA802;
    filter: brightness(110%);
}

.gas.ar {
    --color: #E555C7;
    filter: brightness(125%);
}

.gas.kr {
    --color: #B7E7F7;
    filter: saturate(200%);
}

.gas.xe {
    --color: #C4C4C6;
    filter: brightness(105%);
}


/****/

.main-btn {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%
}

.main-btn:hover {
    color: #fff;
    background-position: right center;
}

.line {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%);
    width: 150px !important;
    height: 5px;
    margin-bottom: 10px!important;
    z-index: 3;
}

.title {
    text-align: center;
    margin: 20px auto;
}

#services .services-item {
    padding: 60px 30px;
    border: 1px solid #ddd;
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    margin-bottom: 30px
}

#services .services-item:hover {
    border: 1px solid #3ecf8e;
    box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    -moz-box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    -webkit-box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    -o-box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    -ms-box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

#services .services-item .icon {
    background: #8b8b8b2a;
    width: 110px;
    height: 110px;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    margin: 20px auto;
}

#services .services-item .icon i {
    font-size: 50px;
    color: #12a1c5;
    position: relative;
    left: 0;
    right: 0;
    top: 30%
}

#services .services-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #151948;
    margin-bottom: 15px
}

#services .services-item p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #5e629c
}

#business-plan {
    padding-bottom: 130px
}


/* about  */

.aboutt {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.aboutt1 {
    margin: 10px;
    height: 70%;
    width: 80%;
    overflow: hidden;
}

#c {
    height: 350px;
    width: 350px;
    overflow: hidden;
    background: #2e2e2e00 !important;
}

.canvas {
    position: absolute;
    top: calc( 50% - 200px);
    left: calc( 50% - 200px);
}

.aboutt:hover {
    width: 120%;
    animation-timing-function: ease-in-out;
    overflow: hidden;
}

#about {
    width: 100%;
}

.about-area {
    z-index: 5;
}

.about-shape-1 img {
    width: 100%
}

@media(max-width:767px) {
    .about-shape-1 {
        display: none
    }
}

.about-shape-2 {
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1
}

.about-shape-2 img {
    width: 100%
}

@media(max-width:767px) {
    .about-shape-2 {
        display: none
    }
}

.about-content {
    max-width: 480px
}

.about-content .text {
    margin-top: 15px
}


/* about  */


/* facts */

video-content {
    position: relative;
    padding-bottom: 30px;
    z-index: 5;
}

.video-content .dots {
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 2;
}

.video-wrapper {
    margin-right: 15px;
    position: relative;
    -webkit-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    -moz-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
}

@media(max-width:767px) {
    .video-wrapper {
        margin-right: 0
    }
}

.video-wrapper .video-image img {
    width: 100%;
    z-index: 7;
}

.video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-linear-gradient(left, rgba(128, 108, 240, 0.8) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(103, 81, 230, 0.7) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: linear-gradient(to right, rgba(121, 99, 243, 0.7) 0%, rgba(46, 130, 239, 0.2) 100%)
}

.video-wrapper .video-icon a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #fe8464;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.counter-wrapper {
    padding-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .counter-wrapper {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-wrapper {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .counter-wrapper {
        padding-left: 0
    }
}

.counter-wrapper .counter-content .text {
    margin-top: 35px
}

.counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    z-index: 5;
    margin-top: 60px
}

@media(max-width:767px) {
    .counter-wrapper .single-counter {
        max-width: 100px;
        height: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter {
        max-width: 155px;
        height: 120px
    }
}

.counter-wrapper .single-counter::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 120px;
    border-radius: 60px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1
}

@media(max-width:767px) {
    .counter-wrapper .single-counter::before {
        max-width: 100px;
        height: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter::before {
        max-width: 155px;
        height: 120px
    }
}

.counter-wrapper .single-counter.counter-color-1::before {
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%)
}

.counter-wrapper .single-counter.counter-color-2::before {
    background: -webkit-linear-gradient(#64d2fe 0%, #0e4ab9 100%);
    background: -o-linear-gradient(#64d2fe 0%, #0e4ab9 100%);
    background: linear-gradient(#64d2fe 0%, #0e4ab9 100%)
}

.counter-wrapper .single-counter.counter-color-3::before {
    background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: linear-gradient(#361cc1 0%, #2e82ef 100%)
}

.counter-wrapper .single-counter .count {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

@media(max-width:767px) {
    .counter-wrapper .single-counter .count {
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter .count {
        font-size: 22px
    }
}

.counter-wrapper .single-counter .text {
    font-size: 16px;
    color: #fff
}

@media(max-width:767px) {
    .counter-wrapper .single-counter .text {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter .text {
        font-size: 16px
    }
}


/* facts */


/* Team */

.single-team {
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    -moz-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    overflow: hidden;
    border-radius: 10px
}

.single-team .team-image {
    position: relative
}

.single-team .team-image img {
    width: 100%
}

.single-team .team-image .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px
}

.single-team .team-image .social ul {
    background-color: rgba(255, 255, 255, .23);
    display: inline-block;
    border-radius: 50px;
    padding: 0 13px;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.single-team .team-image .social ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-team .team-image .social ul li {
    display: inline-block
}

.single-team .team-image .social ul li a {
    padding: 15px 13px;
    color: #fff
}

.single-team .team-content {
    padding: 30px
}

.single-team .team-content .holder-name a {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e
}

.single-team .team-content .text {
    margin-top: 5px
}


/* Team */


/* social testimonial */

.single-team:hover .team-image .social ul::before {
    opacity: 1;
    visibility: visible
}

.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    -moz-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single-testimonial {
        padding: 20px 20px 5px
    }
}

.single-testimonial .testimonial-review .quota i {
    font-size: 36px;
    color: #119bd2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #fe806d
}

.single-testimonial .testimonial-text {
    margin-top: 25px
}

.single-testimonial .testimonial-author {
    margin-top: 30px
}

.single-testimonial .testimonial-author .author-image {
    position: relative
}

.single-testimonial .testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px
}

.single-testimonial .testimonial-author .author-content .holder-name {
    font-size: 18px;
    font-weight: 700;
    color: #2e2e2e
}

.single-testimonial .testimonial-author .author-content .text {
    font-size: 15px
}

.single-testimonial:hover {
    border-color: #fe7a7b
}

.single-testimonial:hover .testimonial-review .quota i {
    color: #fe7a7b
}

.slick-center .single-testimonial {
    border-color: #fe7a7b
}

.slick-center .single-testimonial .testimonial-review .quota i {
    color: #fe7a7b
}

.testimonial-active .slick-dots {
    margin: 0 auto
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.testimonial-active .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.testimonial-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px
}

.single-blog .blog-image img {
    border-radius: 10px;
    width: 100%
}

.single-blog .blog-content {
    padding-top: 25px
}

.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6a6972;
    display: inline-block;
    margin-left: 50px
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0
}

.single-blog .blog-content .meta li a {
    color: #6a6972
}

.single-blog .blog-content .text {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #2e2e2e;
    margin-top: 15px
}

@media(max-width:767px) {
    .single-blog .blog-content .text {
        font-size: 20px;
        line-height: 30px
    }
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #fe7e71;
    margin-top: 30px
}

.single-blog .blog-content .more i {
    margin-left: 5px
}

.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover
}

@media only screen and (min-width:1921px) {
    .footer-area::before {
        height: 1120px
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer-widget1 {
    padding-top: 30px;
    background-color: rgb(43, 43, 43);
}

.footer-about .logo img {
    width: 160px
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px, 30px;
}

.footer-about .social {
    margin-top: 40px
}

.footer-about .social li {
    display: inline-block;
}

.footer-about .social li a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-about .social li a:hover {
    color: #fe8464
}

.footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.link-wrapper {
    padding: 0 35px
}

@media(max-width:767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px
    }
}

.link-wrapper .link {
    padding-top: 20px
}

.link-wrapper .link li {
    margin-top: 20px
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.link-wrapper .link li a:hover {
    color: #fe8464
}

.footer-contact .contact {
    padding-top: 20px
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.footer-copyright {
    border-top: 5px solid rgba(255, 255, 255, .3);
    width: 100%;
    text-align: center;
    padding-left: 50px;
    font: fallback;
    height: 100px;
    background-color: rgb(10, 65, 148);
}

.copyright-content p {
    color: #fff
}

.copyright-content a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.copyright-content a:hover {
    color: #fe8464
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff
}


/* social testimonial*/


/* Blog */

.single-blog .blog-image img {
    border-radius: 10px;
    width: 100%
}

.single-blog .blog-content {
    padding-top: 25px
}

.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6a6972;
    display: inline-block;
    margin-left: 50px
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0
}

.single-blog .blog-content .meta li a {
    color: #6a6972
}

.single-blog .blog-content .text {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #2e2e2e;
    margin-top: 15px
}

@media(max-width:767px) {
    .single-blog .blog-content .text {
        font-size: 20px;
        line-height: 30px
    }
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #fe7e71;
    margin-top: 30px
}

.single-blog .blog-content .more i {
    margin-left: 5px
}


/* blog*/


/* Subscribe*/

.subscribe-area {
    padding: 10px 30px 60px
}

.subscribe-area:hover {
    border-radius: 15px;
    border: 1px solid #3ecf8e;
    box-shadow: 0 0 25px 0 rgba(95, 95, 95, .24);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.subscribe-content .subscribe-title {
    font-size: 35px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-content .subscribe-title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .subscribe-content .subscribe-title {
        font-size: 24px
    }
}

.subscribe-content .subscribe-title span {
    font-weight: 400
}

.subscribe-form {
    position: relative
}

.subscribe-form input {
    border: 2px solid #e1e1e1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2e2e2e
}

.subscribe-form input::placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input:focus {
    border-color: #361cc1
}

.subscribe-form button {
    position: absolute;
    font-size: 1.2em;
    width: 200px;
    top: 0;
    right: 0;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 65px;
    line-height: 65px;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%
}

@media(max-width:767px) {
    .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-form button {
        position: absolute;
        width: 150px;
        margin-top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.subscribe-form button:hover {
    color: #fff;
    background-position: right center
}

.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover
}

@media only screen and (min-width:1921px) {
    .footer-area::before {
        height: 1120px
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer-about .logo img {
    width: 160px
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px
}

.footer-about .social {
    margin-top: 40px
}

.footer-about .social li {
    display: inline-block;
    margin-right: 0px
}

.footer-about .social li a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-about .social li a:hover {
    color: #fe8464
}

.footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.link-wrapper {
    padding: 0 35px
}

@media(max-width:767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px
    }
}

.link-wrapper .link {
    padding-top: 20px
}

.link-wrapper .link li {
    margin-top: 20px
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.link-wrapper .link li a:hover {
    color: #fe8464
}

.footer-contact .contact {
    padding-top: 20px
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.copyright-content {
    padding-top: 10px;
    text-align: center
}

.copyright-content p {
    color: #fff
}

.copyright-content a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.copyright-content a:hover {
    color: #fe8464
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff
}


/* Subscribe*/