@font-face {
    font-family: grayclifCF-light;
    src: url(../fonts/GreycliffCF-Light.ttf);
}

@font-face {
    font-family: grayclifCF-regular;
    src: url(../fonts/GreycliffCF-Regular.ttf);
}

@font-face {
    font-family: grayclifCF-medium;
    src: url(../fonts/GreycliffCF-Medium.ttf);
}

@font-face {
    font-family: grayclifCF-semibold;
    src: url(../fonts/GreycliffCF-DemiBold.ttf);
}

@font-face {
    font-family: grayclifCF-bold;
    src: url(../fonts/GreycliffCF-Bold.ttf);
}
/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font-family: grayclifCF-regular;
    background-color: #ffffff;
    color: #2b2b33;
    overflow-x: hidden;
}
.core-value li::first-letter {
    /* font-weight: 700; */
    font-family: 'grayclifCF-bold', sans-serif;
    color: #2478b7;
}
.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
}
.background-position-top {
    background-position: center top !important;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
ol,
ul {
    list-style: none;
}
.margin-top_header{
    margin-top: 110px;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong{
    font-family: grayclifCF-bold;
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

/*======================
   03. Preloader css
========================*/

.proloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.contact_form{
    border-top:4px solid #174D79;
    border-bottom:4px solid #174D79;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 20px 20px;
}

.invalid{
    border: 1px solid red;
}

#mail-status{
    margin-top:10px;
    padding: 7px 8px;
    background: #007AD3;
    color: #fff;
}

.loader_34 {
    /* Preloader */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader_34 .ytp-spinner {
    /* Spinner Container */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-left {
    /* Position inside Container*/
    right: 50%;
}

.loader_34 .ytp-spinner-right {
    /* Position inside Container*/
    left: 50%;
}

.loader_34 .ytp-spinner-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #2E3B4B #2E3B4B transparent;
    border-radius: 50%;
    border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}


/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}


.hamburger-menu {
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
    z-index: 999;
    top: -15px;
}

.hamburger-menu span {
    background: #2E3B4B;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(200%) rotate(135deg);
    -ms-transform: translateY(200%) rotate(135deg);
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-325%) rotate(-135deg);
    -ms-transform: translateY(-325%) rotate(-135deg);
    transform: translateY(-325%) rotate(-135deg);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1024;
    width: 100%;
    background-color: #ffffff;
}

#menu {
    margin-top: -1px;
    text-align: right;
}

#menu li {
    display: inline-block;
}

#menu li a {
    font-size: 18px;
    line-height: 1;
    color: #cecaca;
    padding: 0 20px;
    border-left: 2px solid #cecaca;
    font-family: grayclifCF-medium;
}

#menu li:first-child a{
    border-left: none;
}

#menu li:last-child a{
    padding-right: 0;
}

#menu>li>a.active,
#menu>li>a:hover {
    color: #2E3B4B;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo{
    max-width: 165px;
    width: 100%;
    display: inline-block;
}
.theme_text{
    color: #00aef0;
}
.title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}

.sub_title {
    color: #8b8b8b;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}


.landing_wrapper {
    min-height: 95vh;
    max-height: 60vh;
    padding-top: 150px;
    z-index: 1;
    background-color: #f5f5f5;
}

.landing_wrapper h1 {
    font-size: 42px;
    line-height: 1.3;
}

.landing_wrapper p {
    font-size: 22px;
    line-height: 30px;
}
.category-title{
    position: absolute;
    top: 180px;
    left: 70px;
    z-index: 100;
    font-size: 32px;
}
.category-image img{
    position: relative;
    width: 100%;
}

.status_box{
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: 0px -15px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -15px 21px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    padding: 5px 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -88px;
    min-width: 750px;
    z-index: 1;
}

.status_box ul li{
    margin: 15px;
}

.status_box ul li,
.status_box ul li a {
    display: inline-block;
    font-family: grayclifCF-bold;
    color: #29313d;
    font-size: 20px;
    line-height: 1.4;
    transition: 0.3s;
}

.status_box ul li a span{
    border-bottom: 3px solid #29313d;
    margin-left: 10px;
    display: inline-block;
}

.status_box ul li a:hover{
    color: #00aef0;
}

.status_box ul li a:hover span{
    border-color: #00aef0;
}



.title{
    font-size: 35px;
}
.title img{
    width: 140px;
}
.brand_wrapper{
    padding: 0px 0 0px;
}

.brand_wrapper ul li p{
    padding-left: 40px;
    font-size: 23px;
    font-family: grayclifCF-light;
    line-height: 1.5;
    position: relative;
    margin-top: 30px;
}

.brand_wrapper ul li p::before{
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    background-image: url(../img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.app_shot_wrapper{
    background-color: #f5f5f5;
}

.button_wrapper{
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 40px;
}

.button_wrapper a {
    display: inline-block;
    padding: 6px;
}
.button_wrapper img{
    height: 55px;
}

.launch_wrapper {
    background-color: #2E3B4B;
    padding: 25px 0px;
    border-radius: 20px;
    position: relative;
    max-width: 1380px;
    margin: 50px 0;
}

.launch_wrapper h3{
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 30px;
  font-family: "Arial";
}

.launch_wrapper p{
    font-size: 18px;
    line-height: 30px;
    line-height: 1.6;
    font-family: "Arial";
}


.app_shot_wrapper{
    padding: 50px 0 40px 0;
}

.app_shot_wrapper .title{
    font-family: grayclifCF-semibold;
}

.swiper-slide{
    width: 160px;
    opacity: 0.6;
}

.swiper-slide img{
    width: 100%;
}

.swiper-slide.swiper-slide-active{
    opacity: 1;
    width: 250px;
}


.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev{
    width: 209px;
}


.swiper-pagination{
    position: relative;
    margin-top: 50px;
}
.swiper-pagination-bullet{
    border-radius: 50%;
    background-color: rgb(43, 43, 51);
    opacity: 0.4;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev{
    width: auto;
    top: 45%;
}

.swiper-button-next{
    right: -100px;
}

.swiper-button-prev{
    left: -100px;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus{
    outline: none;
}

.input_group{
    margin-top: 20px;
}

.input_group p{
    color: #99a4ab;
    font-size: 18px;
}

.input_group input{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 20px;
}
.input_group textarea{
    border: none;
    border-bottom: 2px solid #dbe3ee;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 20px;
    resize: none;
}
input::placeholder{
    color: #6e6e6e;
}
.input_group textarea::placeholder{
    color: #6e6e6e;
    
}
input:focus{
    border-color: #174D79;
}

.button{
    border: none;
    background-color: #174D79;
    padding: 10px 40px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

.button:hover{
    background-color: #174D79;
}

footer{
    background-color: #2F3B4B;
    padding-top: 25px;
    font-family: "Arial";
}

footer ul li a,
footer p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

footer ul li{
    margin-top: 15px;
}

footer a:hover,
footer a.media:hover p{
    color: #00aef0;
}

footer h4{
    font-size: 22px;
    font-weight: bold;
}

footer .sub_title{
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
}

footer .media img{
    width: 22px;
}

.footer_bottom{
    padding-bottom: 25px;
    border-top: 1px solid #6b6b71;
    margin-top: 60px;
}

.footer_bottom a img{
    height: 35px;
}


/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    background-color: black;
}

