
/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
    line-height: 24px;partner-lg
    font-size: 16px;
    color: #666666;
	font-family: 'Poppins', sans-serif;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;.single-showcase-box h4
}contact-addres
html, body {
	width:100%;
	margin: 0px;
	padding:0px;
	overflow-x:hidden !important;
	
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;
}


iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.sec-title.sec-alt{
    max-width: 100%;
}

.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #FFA800;
    right: 0;
    height: 0;
    margin: auto;
}

.sec-title-alt h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #FFA800;
    right: 0;
    height: 0;
    margin: auto;
}

.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}

.ptb-250{
    padding: 250px 0;
}

.ptb-150{
    padding: 150px 0;
}

.ptb-125{
    padding: 125px 0;
}

.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}

.ptb-50{
	  padding: 50px 0 50px;
}

.ptb-0{
	  padding: 0px 0 100px;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: none;
    color: #fff!important;
	border-radius: 0px;
    padding: 10px 45px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
	background-color: #ffa800;
}


.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 0px solid #fff;
    color: #162535!important;;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}

.appao-btn3{
    border: 1px solid #ffffff4d;
    color: #fff!important;
    border-radius: 39px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    background-color: #ffffff36;
    margin: 5px 4px;
    transition: 0.3s;
    font-size: 15px;
}

.appao-btn3:hover{
    background: #ffa800;
    border: 1px solid #ffa800;
    color: #ffffff!important;
    
}


.pro-tags{
    margin: auto; 
    text-align: center; 
    max-width: 80%;
}






.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
}
input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 22px 0;
	background-color: #162535;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border-bottom: 1px solid #ffa800;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: none;
	
}
.header.sticky {
	padding: 10px 0;
	background-color: #15202d;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    padding-top: 80px;
	z-index: 1;
	position: relative;
    background-image: url(../media/43xk2t3t/banner-sub-a.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
    width: 100%;
	overflow: hidden;

}

@media only screen and (max-width: 991px){
	.hero-area{
	    background-attachment:scroll;
	    
	   }
}


.hero-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	
	
	
	}
.hero-area-content {
    color: #fff;
	padding: 80px 0 100px;
}
.hero-area-content h1 {
    color: #fff;
}
.hero-area-content p {
    margin: 28px 0 25px;
    font-size: 18px;
}
.hero-area-content .appao-btn {
    margin-top: 15px;
    margin-right: 15px;
}
.hand-mockup {
    position: absolute;
   /* bottom: -2px; */
    max-width: 100%;
	padding-top: 60px;

	padding-left: 40px;
}

@media only screen and (max-width: 991px){
	.hand-mockup {
	   display:none;
	   }
	   
}

@media only screen and (max-width: 420px){

    .hero-area-content {
        padding-top: 0px!important;
        
    }
}



/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {
	text-align: center;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #0074da;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	/* -- REMOVED GRADIENT---- background: #000529; 
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); 
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); 
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	z-index: -1;
	position: absolute; */
}
.single-feature-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-feature-box li {
    margin-bottom: 76px;
    display: flex;
}
.single-feature-box li:last-child {
    margin-bottom: 0;
}
.feature-box-info {
    flex: 5;
}
.feature-box-icon {
    flex: 1;
	font-size: 40px;
	transition: all 0.4s;
	color: #ffa800;
	margin: 10px;
}

@media only screen and (max-width: 991px){
		.icon-hid {
			display: none;
	}
}


.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
/*.single-feature-box h4,
.single-feature-box { */
	color: #fff;
}

.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}

.feature-box-info h4,  .feature-box-info p{
	color: #26415e;
}


@media only screen and (max-width: 991px){
	.single-feature-box img{
		max-width: 40%;
		padding: 0px;
		height: 0px;
	}
}

/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SHOWCASE AREA CSS START -------
---------------------------------------*/
.showcase-area {
	padding-bottom: 50px;
}
.single-showcase-box {
	padding: 0 40px 40px 0;
}
.single-showcase-box p {
	margin: 20px 0 25px;
}
.single-showcase-box h4 {
	font-size: 24px;
	padding-bottom: 14px;
	color: #26415e;
}
/*--------------------------------------
--------- SHOWCASE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/
.video-area {
    background: url(../media/a3udwkos/apply.jpg) no-repeat center / cover;
    position: relative;
	background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}

@media only screen and (max-width: 991px){

	.video-area {
			background-attachment: scroll;
	}
}

.test-area-a {
	background: url(../media/ybqd4p4l/process.jpg) no-repeat center / cover;
    position: relative;
	/*background-attachment: fixed;*/
    z-index: 1;
    color: #fff;
	height: 360px;
}

@media only screen and (max-width: 991px){
	.test-area-a {
		display:none;
	}
}

.test-area-b {
	background: url(../media/yjzhgnpk/result.jpg) no-repeat center / cover;
    position: relative;
	/*background-attachment: fixed;*/
    z-index: 1;
    color: #fff;
	height: 360px;
}

.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*
	background: #000529; 
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); 
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); 
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	*/
    opacity: 0.85;
    z-index: -1;
}
.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: #000529;
    border: 10px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.video-popup i::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 50%;
}
.video-popup i:hover {
    color: #fff;
}
.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}
.video-popup i:hover::before {
    background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ SCREENSHOT AREA CSS START -------
---------------------------------------*/
.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-wrap .slick-list {
	padding-bottom: 90px !important;
	padding-top: 80px !important;
}
.single-screenshot.slick-slide {

	z-index: 1;

}
.single-screenshot.slick-active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
	position: relative;
	-webkit-transform: scale(1.36);
	-ms-transform: scale(1.36);
	transform: scale(1.36);
	z-index: 3;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
	width: 100%;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #ffa800;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #ffa800;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
	cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.single-screenshot.slick-center {
   /* background-image: url(/media/yrfl12gd/card-01-payment.png);*/
    background-size: 98% 100%;
}
.single-screenshot.slick-center img {
    /* padding: 35px 20px 55px; */
       box-shadow: 0 0 10px 5px rgb(255, 255, 255);
    
}
/*--------------------------------------
-------- SCREENSHOT AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- PRICING AREA CSS START --------
---------------------------------------*/
.pricing-area {
    background: url(../img/price-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.pricing-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.pricing-area .sec-title ,
.pricing-area .sec-title h2 {
	color: #fff;
}
.single-pricing-box {
	background: #fff;
	text-align: center;
	transition: all 0.4s;
}
.pricing-top {
    padding: 15px;
}
.pricing-top h4 {
	font-weight: 400;
}
.pricing-top p {
	font-style: italic;
	font-weight: 500;
}
.price {
    background-color: #666666;
    padding: 15px;
    color: #fff;
	transition: all 0.4s;
}
.price-details {
    padding: 25px 15px;
}
.price h1 {
    position: relative;
    padding-left: 13px;
    display: inline-block;
}
.price h1 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
.price-details ul li {
    max-width: 204px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #666;
}
.price-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.price-details .appao-btn {
    padding: 5px 35px;
	margin-top: 10px;
	border: 2px solid #666;
	color: #666;
	border-radius: 30px;
	transition: all 0.4s;
}
.single-pricing-box:hover .price {
	background-color: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.single-pricing-box:hover .appao-btn {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    color: #fff;
    border: 2px solid #005db5;
}
/*--------------------------------------
--------- PRICING AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ TESTIMONIAL AREA CSS START ------
---------------------------------------*/
.author-img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin: 5px auto;
}
.author-img img {
    border-radius: 100%;
    border: 2px solid #0074da;
    box-shadow: 0 0 6px #0074da;
}
.single-testimonial-box {
    text-align: center;
}
.single-testimonial-box p {
    margin: 0 0 15px;
}
.single-testimonial-box h5 {
    margin: 35px 0 15px;
}
.testimonial-thumb > div {
    position: absolute;
    top: 5px;
    transform: scale(0.7);
    left: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -150px;
    z-index: 1;
}
.testimonial-thumb > div.thumb-next {
    left: auto;
    right: 50%;
    margin: 0 -150px 0 0;
}
.testimonial-thumb > div:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*--------------------------------------
------- TESTIMONIAL AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- COUNTERUP AREA CSS START --------
---------------------------------------*/
.counter-area {
   /* background: url() no-repeat center / cover;*/
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
	color: #fff;
	padding-top: 50px;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #15202d; /* Old browsers */

    z-index: -1;
}

.single-counter-box i {
	color: #ffa800;
}
.single-counter-box i::before {
    /*background: #ffa800;*/
    width: 120px;
    display: block;
    height: 120px;
    line-height: 120px;
    border-radius: 10%;
    font-size: 80px;
    margin: auto;
    /*box-shadow: 0 8px 8px #020202;*/
	border: 2px solid transparent;
	transition: all 0.4s;
}
.single-counter-box h1 {
	margin: 25px 0 10px;
}
.single-counter-box p {
    font-size: 24px;
    line-height: normal;
}
.single-counter-box {
    margin-top: 40px;
}
.single-counter-box:hover i::before {
	background: transparent;
	border: 2px solid #fff;
    box-shadow: none;
    
}
/*--------------------------------------
-------- COUNTERUP AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/
.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #222;
    transition: all 0.4s;
}
.team-member-info h4 {
	font-size: 20px;
}
.team-member-info {
    padding: 20px 10px;
}
.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-member-icon {
    position: absolute;
    top: 0;
	left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.team-member-img::before {
    content: "";
    background: #162535; /* Old browsers */
	/*
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); 
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); 
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	*/
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.90;
}
.team-member-icon a {
    color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid transparent;
}
.team-member-icon a:hover {
	/*border: 1px solid #fff;*/
	color:  #ffa800;
}
.single-team-member:hover .team-member-img::before {
    width: 100%;
}
.single-team-member:hover .team-member-icon  {
    left: 0;
}
/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- DOWNLOAD AREA CSS START --------
---------------------------------------*/
.download-area {
    background: url(../media/4cvohjcq/bg-payment.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 2;
}

.port-bg-1{
	 background: url(../media/4cvohjcq/bg-payment.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-2{
	 background: url(../media/mihl41vm/bg-crypto.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-3{
	 background: url(../media/dbzhyw35/retail-bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-4{
	 background: url(../media/34rkrtip/bg-stock.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-5{
	 background: url(../media/tncmx3rv/bg-process.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-6{
	 background: url(../media/udnhdxo3/bg-portfolio.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-7{
	 background: url(../media/5sahaxar/bg-sim.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-8{
	 background: url(../media/u03d2vj1/bg-device.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}

.port-bg-9{
	 background: url(../media/5dqhy2n5/bg-cloud.png) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
}


.download-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background: #000529; /* Old browsers */
	/*background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/
    opacity: 0.85;
    z-index: -1;
}
.download-area ,
.download-area h1,
.download-area h2,
.download-area h3,
.download-area h4,
.download-area h5,
.download-area h6,
.download-area a {
	color: #fff;
	
}

.download-area h2 {
	 padding: 0px; text-transform:uppercase;
	 margin: 0px auto -20px;
}

.download-area img{
	max-width: 150px;
}




.alt-area,  .alt-area a{
	color:#666!important;
}

.alt-area h2{
	color:#2b2b2b!important;
}




.download-area li {
    display: inline-block;
}


.download-area .sec-title i {
	font-size: 120px;
	
}
.download-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.download-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}
.download-btn-text {
    flex: 20;
}
.download-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #046bc8;
}
/*--------------------------------------
--------- DOWNLOAD AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG AREA CSS START --------
---------------------------------------*/
p.form-message.error {
    color: #a20202;
}
p.form-message.sucess {
    color: #036b03;
}
.blog-area.blog-page {
    padding: 90px 0 130px;
}
.single-post {
    padding: 5px;
    box-shadow: 0 2px 10px -2px #999;
}
.post-thumbnail {
    overflow: hidden;
}
.single-post:hover img {
    transform: scale(1.2);
}
.post-thumbnail img {
    transition: all 0.4s;
}
.post-details {
    padding: 25px 15px;
}
.post-author a {
    margin-right: 10px;
    font-size: 12px;
}
.post-author a i {
    margin-right: 5px;
}
.post-details a:hover,.post-details a h4:hover {
    color: #0074da;
}
h4.post-title {
    font-size: 20px;
    margin: 18px 0;
}
h4.post-title a {
    color: #232323;
}
/*--------------------------------------
----------- BLOG AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
.google-map {
    height: 450px;
}
.footer {
    /*background: url(../img/footer-bg.jpg) no-repeat center / cover;*/
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #162535; /* Old browsers */
	
	background: -moz-linear-gradient(180deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
	background: linear-gradient(180deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172430",endColorstr="#1f3246",GradientType=1);
   
   opacity: 1;
    z-index: -1;
}
.contact-form,
.contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px!important;
	border: 1px solid #ddd;
	border-radius: 20px;
    box-shadow: 0 15px 22px #11181f;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s; 
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #FFA800;
    border-color: #FFA800;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 18px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 32px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #ffa800;
	 border: 1px solid #ffa800;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.copyright-area {
    text-align: center;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    width: 50px;
    height: 50px;
    color: #FFA800;
    background: #fff;
    display: inline-block;
    line-height: 48px;
	font-size: 20px;
    border-radius: 100%;
    margin: 0 5px;
}
.copyright-area ul li a:hover {
    background: #FFA800;
    color: #fff;
}
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 0px solid #fff;
    opacity:0.7;
}

.copyright-area p a:hover {
    color: #fff;
    opacity:1;

}

.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #FFA800;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}


.soc {
    justify-content: center;
}

.soc a{
    
    width: 50px;
    height: 50px;
    color: #fff;
    background: #FFA800;
    display: inline-block;
    line-height: 48px;
    font-size: 20px;
    border-radius: 100%;
    margin: 0 5px;
}
.soc a:hover{
    
     background: #fff;
     color: #FFA800;
}

.soc a i {
    margin-left: 15px;
}

.soc2 {
    display: flex;
    justify-content: center;
}

.soc2 img {
    max-width: 320px;
    height: auto;
    margin-top: -20px;
}


/*---------------------------------------
------ MAP AND  AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #182430;
	display: none;
    color: #fff;
    position: fixed;
    
    border-radius: 8%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 22px;
}
.scrollToTop:hover {
    background: #FFA800;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/
.hero-area > .mbYTP_wrapper {
	z-index: -2 !important;
}
/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../media/rrmlk5zj/pointer-b.png") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.breadcrumb-area {
    text-align: center;
}
.hero-area.breadcrumb-area {
    padding: 130px 0 100px;
}
.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}
.breadcrumb-area ul li {
    display: inline-block;
}
.breadcrumb-area ul li a {
    color: #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb-area ul li a::before {
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "/";
}
.breadcrumb-area ul li:last-child a::before {
	content: "";
}
.breadcrumb-area ul {
    margin-top: 10px;
}
.breadcrumb-area ul li a:hover {
    color: #000;
}

.hero-area-content img {
		padding-bottom:30px;
		max-width: 500px;
}

@media only screen and (max-width: 991px) {
	.hero-area-content img {
		max-width:90%;
	}
	
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.blog-page .single-post {
	margin-bottom: 40px;
}
.pagination {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.pagination li a:hover {
	background-image: none;
    background-color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG DETAILS CSS START --------
---------------------------------------*/
.blog-detail {
	padding: 90px 0 155px;
}
.date-time li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .post-author {
    margin-top: 15px;
    margin-bottom: 25px;
}
.date-time li i {
    color: #0074da;
}
.blog-details p {
    margin-bottom: 12px;
}
.blog-reply {
    padding-top: 40px;
}
.blog-reply button {
	transition: all 0.4s;
}
.blog-reply textarea {
	height: 150px;
}
.blog-reply h4 {
    margin-bottom: 20px;
}
.sidebar {
	padding-left: 30px;
}
.widget form input {
    width: 78%;
}
.widget form button {
    width: 20%;
    float: right;
	padding: 6px 0;
    background: #000529;
    color: #fff;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.widget form input,.widget form button {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget h4 {
    margin-bottom: 20px;
}
.widget li {
    margin-bottom: 7px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 7px;
}
.widget.widget-tags {
    margin-bottom: 0;
}
.widget li:last-child {
    border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget li a:hover {
    color: #000;
}
.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
	margin-bottom: 8px;
    margin-right: 5px;
    color: #000;
}
.widget-tags a:hover {
    color: #fff;
    background: #000;
}
/*--------------------------------------
--------- BLOG DETAILS CSS CSS END ---------
---------------------------------------*/


/*------------------------------------------
-------------- BLOG PAGGING ------------------
------------------------------------------*/

.news-block .pagging .appao-btn {
    border: 1px solid #c5c5c5;
    color: #5a5a5a!important;
	border-radius: 0px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
	cursor: pointer;
	font-weight: 500;
	background-color: #fff;
}

.news-block .pagging .appao-btn:hover{
    border: 1px solid #ffa800;
    background-color: #ffa800;
    color: #fff!important;
}


/* --------CUSTOM STYLES-----------*/


 #map {
        height: 450px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

.partners-logo-line{
	background-color: #e4e4e4;
	padding: 30px 0 30px 24px;
	text-align: center;
}

.partners-logo-line.cert{

	padding: 30px 0px 30px 0px;
	background-color: #fff;

}

.partners-logo-line .square {
    height: 52px !important;
    padding-left: 5px;
    margin-right: 20px;
    
}


.awards-line{

	padding: 30px 0 30px 24px;
	text-align: center;
}

.butt-arrow-A{
	padding: 20px;
	margin: 0px 0 50px 0;
	text-align: center;

}

.butt-arrow-B{
	padding: 20px;
	margin: 50px 0 50px 0;
	text-align: center;

}


.butt-arrow-A img, .butt-arrow-B:hover img{
    position: relative;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

.butt-arrow-A img:hover, .butt-arrow-B:hover img:hover {
  
   transform: scale(1.5);
   padding-bottom: 24px;
}


.butt-arrow-A img, .butt-arrow-B:hover img{
    position: relative;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

.butt-arrow-C img{
  
   	transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;

}

.butt-arrow-C img:hover{
  
   transform: scale(1.15);

}

.single-showcase-box-target {
	
	/*
	max-width: 400px;
	margin: 0 auto 40px;
	*/
	margin-bottom: 40px;
}

@media only screen and (max-width: 991px){
	 .single-showcase-box-target {
	
	    /*
		max-width: 300px;
		*/
	}

}

.single-showcase-box-img {
	
	width: 95%;

	margin-bottom: 40px;
}

@media only screen and (max-width: 991px){
	 .single-showcase-box-img {
 
 width: 100%;
	}

}


.force-txt-left {
	text-align: left;
	padding-bottom: 40px;
}

.container-alt-wide {
	
	max-width:100%;
}

.title-yellow {
	color:#ffa800;
}

.txt-white {
	color: #fff;
}



@media only screen and (max-width: 991px){
	.block-padding-1 {
	 padding: 100px 40px;
	}
	
	.partners-logo-line{
	    padding: 30px 0 30px 0px;
	}
	
	.partners-logo-line .square {
	   
	}

}

.partner-lg{
	display: inline-block;
	max-width:200px; 
	margin: 10px auto;
}

.partner-lg.cert{
    max-width: 150px;
    margin: 20px;
}

.partner-xl{
    display: inline-block;
    width: 100%;
    max-width: 680px;
    padding: 20px 40px;
}

.contact-address li a {
	padding-top:0px;

}

.contact-address img {
    margin: 14px 0 ;
}

.cust-grad {
	background: #162535; /* Old browsers */
	

background: -moz-linear-gradient(146deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
background: -webkit-linear-gradient(146deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
background: linear-gradient(146deg, rgba(23,36,48,1) 0%, rgba(22,37,53,1) 18%, rgba(31,50,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172430",endColorstr="#1f3246",GradientType=1);
}



/*----X axys fix----*/
.row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.cust-wide{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*-----Font fixes-----*/
.par {
    font-size:1.2em;
}
.hea {
    font-size:1.2em;
}


.partner-select{
    border-radius: .4rem;
    font-size: 2rem;
    padding: 20px 49px;
    
    margin:10px;
    border: solid 3px #5e6061;
    
    
}

#prt-btn2 .nav-pills .nav-link{
    color: #fff!important;
    background-color: #fff0!important;
    border: solid 2px #fff;
}

#prt-btn2 .nav-link:hover{
    
    background-color: #ffffff1c!important;

    
}

#prt-btn2 .nav-pills .nav-link.active{

    background-color: #FFA800!important;
    border-color: #FFA800;
}

.quality-p h2{
    font-size: 26px;
    padding-bottom: 20px;
}


/*-- NEWS PAGE ---*/

.news-block{
    padding-bottom: 120px;
}

.news-block h2{
    padding-bottom: 20px;

}


.news-block .news-tags{
    
    margin-top: 20px;
}

.news-block .news-tags a{
    margin-right: 16px;
}

.news-block .news-tags i{
    margin-right: 6px;
    
}

.news-block .news-share i{
    
    font-size: 22px;
    margin-right: 8px;
}
    
.news-block .news-share i:hover{
    
    color: #FFA800;
}

.news-block .news-image{
    width: 100%!important;
    margin-bottom:32px;
}

/*-----News BLOCKS------*/

.news-area {
    padding-top: 50px;
    padding-bottom: 140px;
}

.news-box{
    box-shadow: 0 4px 11px #0000004a;
    position: relative;
    overflow: hidden;
    
}

.news-box img{
    width: 100%;
    transition: 0.3s ease;
}

.news-box:hover img{
    transform: scale(1.05);
}

.news-box .news-content{
    padding: 1.5rem 1.2rem;
}

.news-box h4{
    font-weight:600;
    color: #232323de;
    line-height: 24px;
}

.news-box p{
    padding-block: 16px;
}

.news-box span{
    font-size: 13px;
    font-weight: 700;
    color: #5c5c5c;
}


.news-box .news-line{
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #ffa800;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease;
}

.news-box:hover .news-line{
    opacity:1;
}

/*-----Review Min widget------*/

.clutch.widget{
    position: fixed; 
    left:20px; 
    bottom: -20px; 
    box-shadow: 0 0 10px gray; 
    padding: 15px 0 15px 15px; 
    border-radius: 6px; 
    z-index: 9999; 
    background-color: white; 
    width:264px;
    transform: translateX(0px);
    transition: .5s ease;
}

.clutch.widget.hide{
    transform: translateX(-300px);
}

.clutch.widget i.close{
    display: block;
    padding: 12px;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 23%;
}


.modal-body .btn-close{
    border: none;
}


.news-block .news-quote{
    font-size: 1.1rem;
    font-style: italic;
    color: #101010;
}

.news-block .news-author{
    font-weight: 600;
    text-align: right;
}


@media only screen and (min-width: 576px){


    .pro-tags{
        max-width: 80%;
    }
    
}




@media only screen and (min-height:840px) and (orientation: landscape){
    
    .hero-area.portfolio {
        height: 100vh;
    }
}


@media only screen and (min-width:992px ){
    
    .download-area img{
    	max-width: 250px;
    }
    
    .partner-lg.cert{
        max-width: 200px;
        margin: 20px;
    }
    
    .pro-tags{

        max-width: 64%;
    }
}



