/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Light.woff2') format('woff2'),
       url('fonts/Poppins-Light.woff') format('woff'),
       url('fonts/Poppins-Light.ttf') format('truetype');
       font-weight: 100;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
       url('fonts/Poppins-ExtraLight.woff') format('woff'),
       url('fonts/Poppins-ExtraLight.ttf') format('truetype');
       font-weight: 300;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Regular.woff2') format('woff2'),
       url('fonts/Poppins-Regular.woff') format('woff'),
       url('fonts/Poppins-Regular.ttf') format('truetype');
       font-weight: 400;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Medium.woff2') format('woff2'),
       url('fonts/Poppins-Medium.woff') format('woff'),
       url('fonts/Poppins-Medium.ttf') format('truetype');
       font-weight: 500;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
       url('fonts/Poppins-SemiBold.woff') format('woff'),
       url('fonts/Poppins-SemiBold.ttf') format('truetype');
       font-weight: 600;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Bold.woff2') format('woff2'),
       url('fonts/Poppins-Bold.woff') format('woff'),
       url('fonts/Poppins-Bold.ttf') format('truetype');
       font-weight: 700;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
       url('fonts/Poppins-ExtraBold.woff') format('woff'),
       url('fonts/Poppins-ExtraBold.ttf') format('truetype');
       font-weight: 800;
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Black.woff2') format('woff2'),
       url('fonts/Poppins-Black.woff') format('woff'),
       url('fonts/Poppins-Black.ttf') format('truetype');
       font-weight: 900;
}

body {
	font-family: poppins;
	font-weight: 400;
}
a {
	text-decoration: none!important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.section-1 {
    padding-top: 378px;
    padding-bottom: 247px;
    background: url(images/slider-bg.jpeg), #030D4E;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header-bar {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 25px;
    z-index: 1;
}

.top-menu {
    text-align: right;
}
.t-menu ul {
    margin: 0px;
    padding: 0px;
}
.f-widget-inner ul li {
    display: block;
}
.t-menu ul li {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin-right: 30px;
}

.top-right-btn {
    display: inline-block;
    margin-left: 60px;}
.t-menu {
    display: inline-block;
}
.t-menu ul li a {
    color: #FFFFFF;
}

.t-menu ul li a:hover, .t-menu ul li a:active, .t-menu ul li a:focus {
    color: #E8A101;
}

.top-right-btn a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 217px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
}
.top-right-btn a:hover, .top-right-btn a:active, .top-right-btn a:focus {
    background-color: #E8A101;
    border-color: #E8A101;
    color: #fff;
}
body::-webkit-scrollbar {
    width: 7px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #E8A101;
  outline: 1px solid #E8A101;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff; 
    background: #E8A101;
}

::selection {
    color: #ffffff; 
    background: #E8A101;
}
.top-menu {
    padding-top: 45px;
}
.section-1-info h2 {
    font: normal normal 600 93px/116px Poppins;
    letter-spacing: 0px;
    color: #E8A101;
    margin-bottom: 0px;
}

.section-1-info h3 {
    font: normal normal 600 93px/116px Poppins;
    letter-spacing: 0px;
    color: #FFFFFf;
    margin-bottom: 30px;
}

.section-1-info p {
    font: normal normal normal 16px/29px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.btn-play-google a {
    margin-right: 42px;
    display: inline-block;
}
.section-1:after {
    content: url(images/slider-right.png);
    position: absolute;
    right: 0;
        bottom: 80px;
}

.section-1 {
    position: relative;
}
.section-1-right {
    position: relative;
}

.section-1-right .alerm-icon {
    background: url(images/bell-icon.png) no-repeat;
    width: 229px;
    height: 252px;
    position: absolute;
    top: -115px;
    left: -115px;
}
.section-1-info {
    padding-right: 100px;
}
.section-1-right .moon-icon {
    background: url(images/moon.png) no-repeat;
    width: 229px;
    height: 252px;
    position: absolute;
    top: -180px;
    right: 90px;
}
.section-1-right .alerm-icon {
	background-size: contain;
}
footer {
    background: #030D4E 0% 0% no-repeat padding-box;
    padding-top: 60px;
    padding-bottom: 35px;
}
.about-section {
    background: #000526 0% 0% no-repeat padding-box;
}

.about-secton {
    background: #000526 0% 0% no-repeat padding-box;
    padding-top: 65px;
    padding-bottom: 95px;
}
.copyright-bx {
    margin-top: 54px;
    text-align: center;
}

.copyright-bx p {
    margin: 0px;
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.about-secton h2 {
    text-align: center;
    font: normal normal 600 83px/116px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.ab-inner {
    background: #030D4E 0% 0% no-repeat padding-box;
    padding-top: 100px;
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 60px;
}

.about-secton .ab-inner h2 {
    font: normal normal 600 64px/80px Poppins;
    letter-spacing: -1.28px;
    color: #E8A101;
    text-align: left;
}

.about-secton .ab-inner p {
    font: normal normal normal 30px/59px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.about-secton .ab-inner a {
    width: 403px;
    height: 67px;
    background: #E8A101 0% 0% no-repeat padding-box;
    border-radius: 34px;
    display: inline-block;
    text-align: center;
    line-height: 67px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 28px;
    border: 1px solid transparent;
}

.about-secton .ab-inner a:hover, .about-secton .ab-inner a:focus, .about-secton .ab-inner a:active {
    background: transparent;
    border: 1px solid #ffffff;
}
.ab-img {
    text-align: center;
}
.about-secton .ab-inner:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 94%;
    height: 16px;
    background: #010E61 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 50px 50px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.ab-inner {
    position: relative;
}

.about-secton .ab-inner:before {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 92%;
    height: 16px;
    background: #071575 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 60px 60px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.video-sec {
    background: url(images/video-bg.jpeg), #030D4E;
    padding-top: 40px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-sec h2 {
    text-align: center;
    font: normal normal 600 83px/116px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.video-sec img {
    max-width: 100%;
    border-radius: 60px;
}
.ch-bx {
    background: #030D4E 0% 0% no-repeat padding-box;
        padding-bottom: 80px;
}

.ch-bx h2 {
    padding-top: 30px;
    text-align: center;
    font: normal normal 600 83px/116px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.ch-slider-bx {
    position: relative;
    background: #000526 0% 0% no-repeat padding-box;
    border-radius: 64px 196px 64px 64px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 30px;
}

.ch-slider-bx img {
    width: 100%;
    height: auto;
}

.ch-bx h2 {
    margin-bottom: 30px;
}

.ch-slider-bx h3 {
    text-align: center;
    font: normal normal 600 53px/75px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
    bottom: 105px;
}
.ch-slider-bx img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
    position: relative;
    top: -100px;
}

.ch-bx .ch-slider .owl-controls .owl-nav .owl-prev {
    display: none!important;
}

.ch-bx .ch-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -145px;
    background: #010E61 0% 0% no-repeat padding-box;
    border-radius: 33px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: inline-block;
    width: 382px;
    height: 106px;
    line-height: 106px!important;
    font: normal normal normal 28px/42px Poppins;
    color: #FFFFFF;
}
.download-bx {
    background: #000526 0% 0% no-repeat padding-box;
    padding-top: 15px;
}

.download-bx h2 {
    font: normal normal 600 72px/89px Poppins;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-top: 140px;
}

.download-bx p {
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0.16px;
    color: #F8F8F8;
    margin-bottom: 40px;
    padding-right: 100px;
}
.ch-right {
    text-align: center;
    padding-top: 120px;
    background: url(images/union.png) no-repeat;
    background-size: cover;
}
.ch-right img {
    position: relative;
    bottom: -40px;
}
.app-features h2 {
    text-align: center;
    font: normal normal 600 83px / 116px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.app-features {
    padding-top: 50px;
    background: url(images/slider-bg.jpeg), #030D4E;
    padding-bottom: 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.app-features .app-img-1, .app-features .app-img-3 {
    margin-top: 185px;
}

.app-features .container {
    max-width: 1400px !important;
    margin: 0 auto;
}
.testimonials-bx {
    background: #000526 0% 0% no-repeat padding-box;
    padding-top: 90px;
    padding-bottom: 134px;
}

.testimonials-bx h2 {
    text-align: center;
    font: normal normal 600 83px/116px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 110px;
}

.testimonials-info {
    position: relative;
}

.testimonials-info:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    width: 132px;
    height: 132px;
    border-radius: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: inline-block;
    text-align: center;
    line-height: 132px;
    color: #E8A101;
    font-size: 60px;
}

.testimonials-info p {
    margin-top: 27px;
    font: normal normal normal 24px/45px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
        padding-right: 90px;
}

.testimonials-info {
    background: #262b4c 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 40px 40px 75px;
}
.thumb-img img {
    width: 132px!important;
    height: 132px;
    object-fit: cover;
    display: inline-block!important;
}

.thumb-img {display: inline-block;}

.thumb-text {
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
}

.thumb-text h3 {
    font: normal normal 600 30px/40px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px;
    line-height: normal;
}

.thumb-text p {
    margin: 0px;
    font: normal normal normal 20px/40px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ch-slider-bx:hover {
    background-color: #e8a101;
}


.testimonials-info:hover {
    background-color: #e8a101;
}
.f-cnt {
    width: 1503px;
    margin: 0 auto;
    background-color: #000526;
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 30px;
    padding-bottom: 140px;
    border-radius: 30px;
    margin-bottom: 100px;
}

.f-cnt h2 {
    font: normal normal 600 106px/101px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.f-cnt p {
    font: normal normal normal 30px/59px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.cnt-form {
    background: #424564;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 39%);
}

.cnt-form h3 {
    color: #ffffff;
}

.cnt-form form input[type="text"], .cnt-form form input[type="email"] {
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 20px;
    border: 0px;
    color: #ffffff;
    background: #000526;
}

.cnt-form form textarea {
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 20px;
    border: 0px;
    color: #ffffff;
    background: #000526;
    resize: none;
    height: 170px;
}

.cnt-form form input[type="submit"] {
    margin-top: 15px;
    width: 100%;
    background: #E8A101 0% 0% no-repeat padding-box;
    border-radius: 34px;
    border: 0px;
    color: #fff;
    padding: 15px 10px;
    font-size: 20px;
    border: 1px solid #e8a101;
}

.cnt-form form input[type="submit"]:hover, .cnt-form form input[type="submit"]:active, .cnt-form form input[type="submit"]:focus {
    background: transparent;
    border-color: #ffffff;
}
.f-cnt:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: -180px;
    bottom: 68px;
    background: url(images/cnt-form.png) no-repeat;
    width: 480px;
    height: 659px;
}

.f-cnt {
    position: relative;
}
.f-cnt:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 205px;
    background-color: #424564;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 0px 30px 30px;
}
.f-logo a {
    display: inline-block;
}

.f-logo a img {
    margin-bottom: 38px;
}
.copyright-bx .container, .f-widget .container {
padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.inner-page-div .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.f-logo p {
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0px;
    color: #B6B9BF;
    margin-bottom: 47px;
}

.f-logo {
    padding-right: 170px;
}

.f-social ul {
    margin: 0px;
    padding: 0px;
}

.f-social ul li {
    display: inline-block;
    margin-right: 8px;
}

.f-social ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--unnamed-color-ffffff);
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.f-social ul li a:hover, .f-social ul li a:active, .f-social ul li a:focus {
    border-color: #e8a101;!000;!000;!00;!0;!;
    background-color: #e8a101;
    color: #fff;
}

.f-widget-inner {
    padding-top: 130px;
}

.f-widget-inner ul li {
    margin-bottom: 25px;
}

.f-widget-inner ul li a {
    font-size: 20px;
    color: #ffffff;
}

.f-widget-inner ul li a:hover, .f-widget-inner ul li a:active, .f-widget-inner ul li a:focus {
    color: #e8a101;
}
.video-sec video {
    border-radius: 60px;
}
.ch-bx .ch-slider .owl-controls .owl-nav .owl-next i {
    font-size: 53px;
    position: relative;
    top: 8px;
    font-weight: 700;
    color: #e8a101;
}
i.fa.fa-angle-right.icon-1 {
    opacity: 0.6;
}
.inner-page-div {
    background: #000526 0% 0% no-repeat padding-box;
    padding: 200px 0px 100px;
    text-align: center;
}

.inner-page-div h2 {
    font: normal normal 600 40px / 101px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: normal;
    margin-bottom: 0px;
}
body.privacy-policy .container, body.page-id-33 .container {
    padding-top: 50px;
    padding-bottom: 100px;
}
i.fa.fa-angle-right.icon-2 {
    opacity: 0.8;
}
.ab-inner ul li {
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    display: block;
    padding-left: 20px;
}

.ab-inner ul {
    padding: 0px;
}

.ab-inner ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e8a101;
    left: 0;
    top: 7px;
}
.cnt-form form .wpcf7-response-output {
    color: #fff;
}
.terms-bx ul {
    padding: 0px;
}

.terms-bx ul li {
    color: #000;
    margin-bottom: 5px;
    position: relative;
    display: block;
    padding-left: 20px;
}

.terms-bx ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e8a101;
    left: 0;
    top: 7px;
}
.copyright-bx p a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.right-sec-how h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.right-sec-how ul {
    padding: 0px;
    margin-bottom: 50px;
}

.right-sec-how ul li {
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    display: block;
    padding-left: 20px;
}

.right-sec-how ul li:before {content: "";position: absolute;width: 10px;height: 10px;background-color: #e8a101;left: 0;top: 7px;}

.right-sec-how a {
    width: auto;
    background: #E8A101 0% 0% no-repeat padding-box;
    border-radius: 34px;
    border: 0px;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid #e8a101;
    display: inline-block;
}

.right-sec-how a:hover, .right-sec-how a:active, .right-sec-how a:focus {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.right-sec-how {
    padding-top: 50px;
}
p.scroll-testimonials {
    height: 95px;
    overflow-y: auto;
}
p.scroll-testimonials::-webkit-scrollbar {
    width: 7px;
}
 
p.scroll-testimonials::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
p.scroll-testimonials::-webkit-scrollbar-thumb {
  background-color: #E8A101;
  outline: 1px solid #E8A101;
}
.ch-slider-bx h3 {
    height: 160px;
    overflow: hidden;
}
.terms-bx h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.terms-bx p {
    margin-bottom: 20px;
}

.terms-bx h3 {
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.terms-bx h4 {
    margin-bottom: 40px;
}

.terms-bx ul li {
    margin-bottom: 30px;
}

.terms-bx ul {
    margin-left: 35px;
}
.section-1-info p {margin-bottom: 20px;}

.section-1-info p strong {
    font-size: 18px;
}

.btn-play-google {
    margin-top: 50px;
}
