@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{margin:0px; padding:0px; color:#0f0f0f; font-family:'Nunito', sans-serif;}
a{text-decoration:none; -webkit-transition:all .3s ease 0s; -moz-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; transition:all .3s ease 0s; color:#0137d2;
font-family:'Nunito', sans-serif;}
a:hover{text-decoration:none; -webkit-transition:all .3s ease 0s; -moz-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; transition:all .3s ease 0s; cursor:pointer}
a:focus,a:hover{border:none;text-decoration:none}
button:focus{outline:0px dotted;}
h1,h2,h3,h4,h5,h6{font-family:'Nunito', sans-serif;}
p{color:#000; font-family:'Nunito', sans-serif;}
.mr__top{margin-top:30px;}
.mr__top__small{margin-top:20px;}
.mr__bottom{margin-bottom:30px;}
.mr__bottom__large{margin-bottom:60px;}
.mr__bottom__small{margin-bottom:15px;}

.navbar__top{margin:0px; padding-top:15px; padding-bottom:15px; width:100%; z-index:10; background-color:#fff;}
.navbar__top__inner{background:linear-gradient(180deg, rgba(0,0,0,0.9696079115239846) 0%, rgba(0,0,0,0) 100%);}
.navbar__top .navbar___brand{flex:0 0 auto; width:150px; margin-right:0px;}
.navbar__top .navbar___brand img{max-height:70px; transition: all .6s ease-in-out;}
.navbar__top .navbar__nav{margin:0px; flex:1; justify-content:space-between; padding:0px 30px;}
.navbar__top .navbar__nav li{margin:0px 15px;}
.navbar__top .navbar__nav li:last-child{margin-right:0px;}
.navbar__top .navbar__nav li a{color:#000; font-size:14px; position:relative; padding:10px 0px; text-transform:uppercase; font-weight:300; display:block;}
.navbar__top .navbar__nav li a:after{background-color:#F15B2B; height:1px; width:0px; position:absolute; left:0px; right:0px; bottom:0px; margin:0px auto; content:""; 
transition:all .3s ease 0s; border:0px;}
.navbar__top .navbar__nav li a:hover{color:#F15B2B;}
.navbar__top .navbar__nav li a:hover:after{width:100%;}
.navbar__top .user__info__main{display:flex; flex:1;}
.navbar__top .user__info{margin:0px 0px 0px auto; padding:0px; display:flex; background-color:#F15B2B; height:45px; border-radius:50px; overflow:hidden;}
.navbar__top .user__info a{color:#fff; font-size:12px; position:relative; text-transform:uppercase;
padding:0px 15px; line-height:45px; white-space:nowrap;}
.navbar__top .user__info a:hover{color:#000000;}
.navbar__top .user__info .divider__wrap{align-items:center; justify-content:center; display:flex; position:relative;
height:100%;}
.navbar__top .user__info .divider__wrap:before{background-color:#fff; width:1px; height:100%; position:absolute; left:0px; top:0px; right:0px; margin:0px auto; content:'';}
.navbar__top .user__info .divider__wrap span{height:26px; width:26px; background-color:#fff; border-radius:50px;
color:#F15B2B; text-align:center; line-height:26px; z-index:2;}
.navbar__top .user__info .search__wrapp{border-radius:50px; margin-left:25px;}
.navbar__top .user__info .search__wrapp a{padding:0px; display:flex; align-items:center; justify-content:center; height:45px; width:45px;}
.navbar__top .user__info .search__wrapp a img{width:20px;}
.shrink{transition:all .3s ease 0s; box-shadow:0px 5px 6px 0px rgba(0,0,0,0.05); padding-top:5px; padding-bottom:5px; position:fixed;}
.shrink .navbar___brand img{display:block; max-height:40px;}

/* .navbar__top .navbar__nav li.current-menu-parent a{color:#F15B2B;} */
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li.current-menu-item a{color:#F15B2B;}

.navbar__top .navbar__nav li.dropdown__wrap ul.show{display:none;}
.navbar__top .navbar__nav li.dropdown__wrap:hover ul.dropdown__menu{border:0px; display:block; min-width:230px;
-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:none; padding:0px; margin:0px;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li{padding:0px; margin:0px;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li a{background-color:#fff; padding:15px; border-bottom:1px solid #eee;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li:last-child a{border-bottom:0px;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li a:after{display:none;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li.dropdown__wrap ul{display:none;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li.dropdown__wrap ul li a{background-color:#fff; padding:15px; border-bottom:1px solid #eee;}
.navbar__top .navbar__nav li.dropdown__wrap ul.dropdown__menu li.dropdown__wrap ul li:last-child a{border-bottom:0px;}



.header__banner__main{position:relative; padding:0px; overflow:hidden; background-repeat:no-repeat;}
.header__banner__main .header__banner___overlay{background:rgba(0, 0, 0, 0.8); left:-20%;
position: absolute; width:85%; height:100%; z-index:2; transform: skewX(26deg);}
.header__banner__main .image__card__wrapp{display:flex; flex-flow:row wrap; margin-left:0px; -webkit-box-orient:vertical; -webkit-box-direction:normal; width:100vw;
-webkit-animation:slide-up 50s linear infinite;
-o-animation:slide-up 50s linear infinite;
animation:slide-up 50s linear infinite; }
.header__banner__main .image__box{overflow:hidden; height:700px;}
.header__banner__main .image__box img{height:100%; width:100%; object-fit:cover; object-position:center;}
.header__banner__main .banner__content{margin:0px; padding:0px; text-align:center; position:absolute; left:0px; top:0px;
height:100%; width:100%; display:flex; align-items:center;justify-content:center;}
.header__banner__main .banner__container__inner{margin:0px; padding:0px; position:relative; z-index:5; text-align:left; max-width:735px;}
.header__banner__main .banner__content h1{color:#fff; font-size:50px; padding:0px 5px; margin:0px 0px 10px; text-transform:uppercase;}
.header__banner__main .banner__content h2{color:#fff; font-size:40px; padding:0px 5px; margin:0px 0px 10px; text-transform:uppercase;
font-weight:100; max-width:650px;}
.header__banner__main .banner__content h1 span{color:#F15B2B;}
.header__banner__main .banner__content p{color:#fff; font-size:40px; padding:0px; margin:0px 0px 30px; font-weight:400;}
.header__banner__main .banner__content p span{color:#F15B2B;}
.header__banner__main .banner__content .banner__btn__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:center;}
.header__banner__main .banner__content a.banner__btn{font-size:30px; color:#fff; text-transform:uppercase; font-weight:400; background-color:#00aeef; height:110px; width:500px;
text-align:center; line-height:110px; margin:0px; padding:0px; border-radius:55px; position:relative;}
.header__banner__main .banner__content a.banner__btn:hover{background-color:#231f20;}
.header__banner__main .banner__content .styel__line{width:145px; height:2px; background-color:#F15B2B;}
.body__container__wrapp .merchant__dashboard{margin:0px; padding:100px 0px; display:block; clear:both; position:relative;
background-image:url( ../../assets/images/dots-graphic.svg); background-repeat:no-repeat; background-position:-300px -300px; background-size:auto;}
.body__container__wrapp .merchant__dashboard .merchant__dashboard__inner{height:100%; width:100%; position:absolute; left:0px; top:0px;
display:flex; align-items:center; margin:0px; padding:30px 0px 0px 0px;}
.body__container__wrapp .merchant__dashboard .merchant__dashboard__inner .inner__content{max-width:580px;}
.body__container__wrapp .merchant__dashboard h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .merchant__dashboard p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px; max-width:unset;}
.body__container__wrapp .merchant__dashboard h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp .merchant__dashboard ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp .merchant__dashboard ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp .merchant__dashboard ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp .merchant__dashboard .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .merchant__dashboard .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .merchant__dashboard .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .merchant__dashboard .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .merchant__dashboard .image__box{ width:calc(50%); height:700px; margin:0px 0px 0px auto; position:relative; z-index:2; text-align:right; overflow:hidden;}
.body__container__wrapp .merchant__dashboard .image__box img{width:575px; height:575px; object-fit:cover;}
.body__container__wrapp .merchant__dashboard .image__box .image__box__inner{margin:0px; padding:0px; display:block; clear:both;
position:absolute; max-width:575px; max-height:675px; height:575px; left:0px; bottom:0px; overflow: hidden;}
.body__container__wrapp .merchant__dashboard p.small__paragraph{font-size:12px;}
.body__container__wrapp .real__time__data{margin:0px; padding:100px 0px 0px; display:block; clear:both; position:relative;}
.body__container__wrapp .real__time__data .real__time__data__inner{margin:0px; padding:0px 0px; display:block; clear:both; height:650px; position:relative;
background-color:#F7F7F8;}
.body__container__wrapp .real__time__data .real__time__data__inner .real__time__data__content{position:absolute; left:0px; top:0px; width:100%; height:100%;
display:flex; align-items:center;}
.body__container__wrapp .real__time__data .real__time__data__inner .image__box{ width:calc(60%); height:100%; margin:0px 0px 0px auto; position:relative; z-index:2;}
.body__container__wrapp .real__time__data .real__time__data__inner .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp .real__time__data h2{font-size:40px; font-weight:600; color:#000; margin-bottom:20px; position:relative;}
.body__container__wrapp .real__time__data h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase; text-align:center}
.body__container__wrapp .real__time__data p{color:#000; font-size:22px; padding:0px; margin:0px auto 40px; font-weight:400; max-width:1040px;}


.body__container__wrapp .real__time__data .inner__content__wrap{position:relative; z-index:2; margin-top:-85px;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content{background-color:#fff; position:relative;
box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05);}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content a{padding:70px 50px; display:block;  min-height:310px;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content h3{font-size:16px; text-transform:uppercase; font-weight:600; text-align:left; margin:0px 0px 20px;
color:#F15B2B;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content p{font-size:14px; font-weight:400;
color:#000; text-align:left; margin:0px; padding:0px;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content i.ico__box{position:absolute; left:0px; bottom:0px; padding:0px 50px 40px;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content a:hover{background-color:#000;}
.body__container__wrapp .real__time__data .inner__content__wrap .item__content a:hover p{color:#fff;}
.why__choose__veritserv{margin:0px; padding:80px 0px 0px; display:block; clear:both;}
.why__choose__veritserv .content__item{margin-top:85px; min-height:220px;}
.why__choose__veritserv .content__item__left{text-align:right;}
.why__choose__veritserv h2{font-size:40px; font-weight:600; color:#F15B2B; margin-bottom:50px; position:relative; text-align:center;}
.why__choose__veritserv .content__item h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:10px; text-transform:uppercase;}
.why__choose__veritserv .content__item p{color:#000; font-size:14px; padding:0px; margin:0px auto 40px; font-weight:400; max-width:1040px;}
.why__choose__veritserv .image__box img{padding-left:20px; padding-right:20px;}
.why__choose__veritserv .image__box img{width:100%;}
.body__container__wrapp .contact__representatives__main{margin:0px; padding:0px; display:block; clear:both; overflow:hidden;} 
.body__container__wrapp .contact__representatives__main .inner__content__wrap{margin-top:0px; padding:0px 0px; position:relative;}
.body__container__wrapp .contact__representatives__main .inner__content__wrap .inner__content__holder{position:absolute; padding-top:115px; 
height:100%; max-height:900px; top:70px; width:100%; display:flex; align-items:flex-start; background-color:#F7F7F8;}
.body__container__wrapp .contact__representatives__main h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .contact__representatives__main p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px;}
.body__container__wrapp .contact__representatives__main .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .contact__representatives__main .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .contact__representatives__main .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .contact__representatives__main .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .contact__representatives__main .inner__content__wrap .image__box{ width:calc(60%); height:100%; margin:0px 0px 0px auto; position:relative; z-index:2;
clip-path:polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);}
.body__container__wrapp .contact__representatives__main .inner__content__wrap .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp .business__tools{margin:0px; padding:100px 0px 70px; display:block; clear:both;
background-color:#191919; background-image:url( ../../assets/images/map.svg); background-repeat:no-repeat; background-position:left top;
background-size:cover;} 
.body__container__wrapp .business__tools h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:20px; text-transform:uppercase;
text-align:center;}
.body__container__wrapp .business__tools h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:20px; text-align:center}
.body__container__wrapp .business__tools p{font-size:16px; font-weight:600; color:#fff; margin-left:auto; margin-right:auto; margin-bottom:25px; max-width:830px; text-align:center}
.body__container__wrapp .business__tools .item__content{margin:0px; padding:0px; display:block; clear:both; height:100%; min-height:160px;}
.body__container__wrapp .business__tools .item__content h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:20px; text-transform:uppercase; text-align:left}
.body__container__wrapp .business__tools .item__content p{font-size:14px; font-weight:600; color:#fff; text-align:left;}
.body__container__wrapp .security__main{margin:0px; padding:0px; display:block; clear:both; overflow:hidden;} 
.body__container__wrapp .security__main .inner__content__wrap{margin-top:0px; padding:0px 0px; position:relative;}
.body__container__wrapp .security__main .inner__content__wrap .inner__content__holder{position:absolute; padding-top:0px; 
height:100%; top:0px; width:100%; display:flex; align-items:center; background-color:#fff;}
.body__container__wrapp .security__main h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .security__main p{font-size:16px; font-weight:600; color:#000; margin-bottom:25px; max-width:500px;}
.body__container__wrapp .security__main .button__wrapp{display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .security__main .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .security__main.button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .security__main .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .security__main .inner__content__wrap .image__box{width:calc(50%); height:100%; margin:0px 0px 0px auto; position:relative; z-index:2;}
.body__container__wrapp .security__main .inner__content__wrap .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp .product__main{margin:0px; padding:0px; display:block; clear:both; overflow:hidden;} 
.body__container__wrapp .product__main .inner__content__wrap{margin-top:0px; padding:0px 0px; position:relative;}
.body__container__wrapp .product__main .inner__content__wrap .inner__content__holder{position:absolute; padding-top:0px; 
height:100%; max-height:900px; top:0px; width:100%; display:flex; align-items:center;}
.body__container__wrapp .product__main .inner__content__wrap .inner__content__holder .content__inner{padding-left:50px;}
.body__container__wrapp .product__main h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .product__main p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px;}
.body__container__wrapp .product__main .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .product__main .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .product__main.button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .product__main .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .product__main .inner__content__wrap .image__box{ width:calc(50%); height:100%; margin:0px; padding:100px 0px 0px; position:relative; z-index:2; background-color:#F7F7F8;
display:flex; align-items:flex-end; justify-content:flex-end;}
.body__container__wrapp .product__main .inner__content__wrap .image__box img{width:auto; height:100%; max-height:400px; object-fit:cover;}
.body__container__wrapp .global__payment__gateway__main{margin:0px; padding:80px 0px; display:block; clear:both; background-color:#000000;
background-image:url( ../../assets/images/line-svg-black.svg); background-repeat:no-repeat; background-position:center; background-size:cover; height:590px;
display:flex; align-items:center;}
.body__container__wrapp .global__payment__gateway__main h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:20px; margin-left:auto; margin-right:auto; text-align:center; position:relative; max-width:1024px;}
.body__container__wrapp .global__payment__gateway__main h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; margin-left:auto; margin-right:auto; text-transform:uppercase; text-align:center;}
.body__container__wrapp .global__payment__gateway__main p{color:#fff; font-size:22px; padding:0px; margin:0px auto 40px; font-weight:400; text-align:center; max-width:1040px;}
.body__container__wrapp .global__payment__gateway__main .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:0px; justify-content:center;}
.body__container__wrapp .global__payment__gateway__main a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .global__payment__gateway__main a:hover{color:#fff; border-bottom-color:#fff;}
.body__container__wrapp .quick__pay__main{margin:0px; padding:0px; display:block; clear:both; overflow:hidden;} 
.body__container__wrapp .quick__pay__main .inner__content__wrap{margin-top:0px; padding:0px 0px; position:relative;}
.body__container__wrapp .quick__pay__main .inner__content__wrap .inner__content__holder{position:absolute; padding-top:0px; 
height:100%; max-height:900px; top:0px; width:100%; display:flex; align-items:center; background-color:#fff;}
.body__container__wrapp .quick__pay__main .inner__content__wrap .inner__content__holder .content__inner{padding-left:50px;}
.body__container__wrapp .quick__pay__main h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .quick__pay__main p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px;}
.body__container__wrapp .quick__pay__main .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .quick__pay__main .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .quick__pay__main.button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .quick__pay__main .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .quick__pay__main .inner__content__wrap .image__box{width:calc(50%); height:100%; margin:0px 0px 0px auto; padding:90px 0px; position:relative; z-index:2; background-color:#F7F7F8; text-align:center;}
.body__container__wrapp .quick__pay__main .inner__content__wrap .image__box img{width:auto; height:auto; max-height:450px; object-fit:cover;}
.body__container__wrapp .major__credit__card{margin:0px 0px -115px; padding:80px 0px; display:block; clear:both; background-color:#000000; height:1100px;
background-image:url( ../../assets/images/line-svg-black.svg); background-repeat:no-repeat; background-position:center; background-size:cover;}
.body__container__wrapp .major__credit__card h2{font-size:40px; font-weight:600; color:#F15B2B; margin-bottom:20px; margin-left:auto; margin-right:auto; text-align:center; position:relative; max-width:930px;}
.body__container__wrapp .major__credit__card h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; margin-left:auto; margin-right:auto; text-transform:uppercase; text-align:center;}
.body__container__wrapp .major__credit__card p{color:#fff; font-size:22px; padding:0px; margin:0px auto 40px; font-weight:400; text-align:center; max-width:1040px;}
.body__container__wrapp .major__credit__card .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:0px; justify-content:center;}
.body__container__wrapp .major__credit__card .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .major__credit__card .button__wrapp a:hover{color:#fff; border-bottom-color:#fff;}
.body__container__wrapp .major__credit__card .image__box{margin:0px 0px 60px; padding:0px;
display:grid; grid-template-columns:repeat(6, 1fr); gap:20px;}
.body__container__wrapp .major__credit__card .image__box .card__item{flex:1; height:120px;
display:flex; align-items:center; justify-content:center; border-radius:10px; background-color:#fff; box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05); padding:0px;}
.body__container__wrapp .payment__gateway__platform{margin:0px; padding:0px; display:block; clear:both; overflow:hidden; position:relative; z-index:2;} 
.body__container__wrapp .payment__gateway__platform .inner__content__wrap{margin-top:0px; padding:0px 0px; position:relative;}
.body__container__wrapp .payment__gateway__platform .inner__content__wrap .inner__content__holder{position:absolute; padding-top:115px; 
height:100%; max-height:900px; top:70px; width:100%; display:flex; align-items:flex-start; background-color:#F7F7F8;}
.body__container__wrapp .payment__gateway__platform h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; margin-left:auto; margin-right:auto; text-transform:uppercase;}
.body__container__wrapp .payment__gateway__platform h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp .payment__gateway__platform p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px;}
.body__container__wrapp .payment__gateway__platform .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp .payment__gateway__platform .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .payment__gateway__platform .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp .payment__gateway__platform .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .payment__gateway__platform .inner__content__wrap .image__box{ width:calc(50%); height:650px; margin:0px; position:relative; z-index:2;
clip-path: polygon(0 0%, 65% 0, 100% 100%, 0% 100%);}
.body__container__wrapp .payment__gateway__platform .inner__content__wrap .image__box img{width:100%; height:100%; object-fit:cover; object-position:right;}
.body__container__wrapp .prepaid__card__solutions{margin:0px; padding:80px 0px; display:block; clear:both; overflow:hidden;
background-color:#000; display:flex; align-items:center; position:relative;}
.body__container__wrapp .prepaid__card__solutions:after{background:#F15B2B; right:-10%; content:'';
position: absolute; width:50%; height:100%; transform: skewX(26deg);}
.body__container__wrapp .prepaid__card__solutions .inner__content__wrap{position:relative; z-index:2;
height:100%; width:100%; display:flex; align-items:center;}
.body__container__wrapp .prepaid__card__solutions h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:10px; text-transform:uppercase;}
.body__container__wrapp .prepaid__card__solutions h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:20px;}
.body__container__wrapp .prepaid__card__solutions p{font-size:16px; font-weight:600; color:#fff;  margin-bottom:25px; max-width:730px;}
.body__container__wrapp .prepaid__card__solutions h4{font-size:22px; font-weight:600; color:#fff; margin-bottom:30px;}
.body__container__wrapp .prepaid__card__solutions .button__wrapp a{font-size:16px; color:#fff; text-transform:uppercase; font-weight:400; border-bottom:1px solid #fff;}
.body__container__wrapp .prepaid__card__solutions a:hover{color:#000; border-bottom-color:#000;}
.body__container__wrapp .prepaid__card__solutions .content__holder{max-width:345px;}
.body__container__wrapp .affiliate__payouts{margin:0px; padding:120px 0px; display:block; clear:both; background-color:#F7F7F8;
background-image:url( ../../assets/images/line-svg-gray-1.svg); background-repeat:no-repeat; background-position:center; background-size:cover;
display:flex; align-items:center;}
.body__container__wrapp .affiliate__payouts h2{font-size:40px; font-weight:600; color:#000; margin-bottom:20px; margin-left:auto; margin-right:auto; text-align:center; position:relative; max-width:1024px;}
.body__container__wrapp .affiliate__payouts h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; margin-left:auto; margin-right:auto; text-transform:uppercase; text-align:center;}
.body__container__wrapp .affiliate__payouts p{color:#000; font-size:22px; padding:0px; margin:0px auto 40px; font-weight:400; text-align:center; max-width:900px;}
.body__container__wrapp .affiliate__payouts .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:0px; justify-content:center;}
.body__container__wrapp .affiliate__payouts .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp .affiliate__payouts .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp .affiliate__payouts .image__box{margin:0px 0px 60px; padding:0px; display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;}
.body__container__wrapp .affiliate__payouts .image__box .card__item{flex:1; height:220px; display:flex; align-items:center; justify-content:center;}
.body__container__wrapp .affiliate__payouts .image__box .card__item img{height:100%; width:100%; object-fit:contain;}

.header__banner__main__inner .banner__container__inner{max-width:635px;}
.header__banner__main__inner .banner__content h1{color:#F15B2B;}
.header__banner__main__inner .banner__content h1 span{color:#fff;}
.header__banner__main__inner .header__banner___overlay{left:0px; width:55%; transform:none;}
.header__banner__main__inner .image__box{height:640px;}

.body__container__wrapp{margin:0px; padding:0px; display:block; clear:both;}
.body__container__wrapp__inner{margin:0px; padding:0px; display:block; clear:both;}
.body__container__wrapp__inner .top__wrap__outer{margin:0px; padding:80px 0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .top__wrap__outer:after{width:40%; height:100%; background-color:#F7F7F8; position:absolute; content:"";
top:0px; right:0px;}
.body__container__wrapp__inner .top__wrap__outer .top__wrap__outer__inner{display:block; clear:both; position:relative; z-index:2;}
.body__container__wrapp__inner .top__wrap__outer h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .top__wrap__outer p{font-size:22px; font-weight:600; color:#000;  margin-bottom:25px; max-width:625px;}
.body__container__wrapp__inner .top__wrap__outer .image__box{width:100%; height:480px;}
.body__container__wrapp__inner .top__wrap__outer .image__box img{height:100%; width:100%; object-fit:cover;}
.body__container__wrapp__inner .top__wrap__outer .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp__inner .top__wrap__outer .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .top__wrap__outer .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__outer .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .value__wrap{margin:0px; padding:0px 0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .value__wrap .value__wrapp__inner{margin:0px; padding:80px 0px 0px; display:block; clear:both; height:450px; position:relative;
background-color:#343434; background-image:url( ../../assets/images/line-svg-gray.svg); background-repeat:no-repeat; background-position:center; background-size:cover;}
.body__container__wrapp__inner .value__wrap h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:20px; text-align:center; position:relative;}
.body__container__wrapp__inner .value__wrap h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase; text-align:center}
.body__container__wrapp__inner .value__wrap p{color:#fff; font-size:22px; padding:0px; margin:0px auto 40px; font-weight:400; text-align:center; max-width:1040px;}
.body__container__wrapp__inner .value__wrap .carousel__value{height:100%;}
.body__container__wrapp__inner .value__wrap .carousel__value .owl-stage-outer{height:100%;}
.body__container__wrapp__inner .value__wrap .carousel__value .owl-stage{height:100%;}
.body__container__wrapp__inner .value__wrap .carousel__value .owl-item{height:100%;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap{margin:0px; height:430px; background-color:#fff; box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05);
position:relative;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap .category__item{width:100%; height:100%;
display:flex; align-items:center; justify-content:center; }
.body__container__wrapp__inner .value__wrap .inner__content__wrap .item__wrap{text-align:center; margin:0px; padding:0px; max-width:625px;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap .item__wrap h3{color:#F15B2B; font-size:30px; margin-bottom:30px;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap .item__wrap p{font-size:22px; font-weight:600; color:#000;  margin-bottom:25px;}
.owl-carousel .owl-dots{position:absolute; left:0px; bottom:0px; padding:20px 45px;}
.owl-carousel .owl-theme .owl-dots .owl-dot span{background-color:#6E6F72; margin:0px 5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color:#F15B2B;;}
.owl-carousel .owl-nav{position:absolute; right:0px; bottom:0px; padding:20px 45px; z-index:5;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{margin:0px 0px; padding:0px; 
background-color:transparent; text-indent:-9999px; width:40px; height:25px; border-radius:0px;}
.owl-carousel .owl-nav .owl-prev{background-image:url(../images/arrow-previous.svg); background-repeat:no-repeat; background-position:center;
background-size:25px; border-right:1px solid #707070;} 
.owl-carousel .owl-nav .owl-next{background:url(../images/arrow-next.svg); background-repeat:no-repeat; background-position:center;
background-size:25px;} 
.body__container__wrapp__inner .contact__representatives{margin:0px; padding:0px; display:block; clear:both; overflow:hidden;} 
.body__container__wrapp__inner .contact__representatives .inner__content__wrap{margin-top:100px; padding:0px 0px; position:relative;}
.body__container__wrapp__inner .contact__representatives .inner__content__wrap .inner__content__holder{position:absolute; padding-top:115px; 
height:100%; max-height:900px; top:100px; width:100%; display:flex; align-items:flex-start; background-color:#F7F7F8;}
.body__container__wrapp__inner .contact__representatives h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .contact__representatives p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px;}
.body__container__wrapp__inner .contact__representatives .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:60px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp__inner .contact__representatives .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .contact__representatives .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp__inner .contact__representatives .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .contact__representatives .inner__content__wrap .image__box{ width:calc(60%); height:100%; margin:0px 0px 0px auto; position:relative; z-index:2;
clip-path:polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);}
.body__container__wrapp__inner .contact__representatives .inner__content__wrap .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp__inner .leading__forward{margin:0px; padding:80px 0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .leading__forward h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px; text-align:center;}
.body__container__wrapp__inner .leading__forward .team__item__wrap{display:flex; width:100%;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .image__box{max-height:485px; height:485px; width:485px; flex:0 0 auto; max-width:485px; overflow:hidden;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .image__box img{height:100%; width:100%; object-fit:cover;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap{margin:0px; padding:0px; display:block; clear:both;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .innre__wrap{margin:0px 0px 0px -30px; padding:60px 90px; background-color:#fff; box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05);}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .innre__wrap h3{font-size:22px; font-weight:700; text-transform:uppercase; margin-bottom:25px;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .innre__wrap h4{font-size:14px; font-weight:600; text-transform:uppercase; margin-bottom:25px;
color:#F15B2B; display:flex; align-items:center;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .innre__wrap h4:after{height:1px; width:45px; background-color:#F15B2B; margin-left:15px;
display:block; content: "";}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .innre__wrap p{font-size:20px; font-weight:300;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between;
max-width:285px; margin-left:35px;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .leading__forward .team__item__wrap .content__wrap .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .value__wrap__support{z-index:3;}
.body__container__wrapp__inner .value__wrap__support .inner__content__wrap{margin-top:-240px;}
.body__container__wrapp__inner .top__wrap__outer__support{padding-top:0px; padding-bottom:0px; position:relative;}
.body__container__wrapp__inner .top__wrap__outer__support .top__wrap__outer__inner{margin:0px; padding:50px 0px 0px; position:absolute;
left:0px; top:0px; width:100%; height:100%; display:flex; align-items:center;}
.body__container__wrapp__inner .top__wrap__outer__support h2{margin-bottom:10px; font-size:30px;}
.body__container__wrapp__inner .top__wrap__outer__support ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .top__wrap__outer__support ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .top__wrap__outer__support ul li:before{height:7px; width:7px; background-color:#F15B2B; border-radius:10px; content:""; margin-top:7px; margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .top__wrap__outer__support ul li a{color:#F15B2B; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid;}
.body__container__wrapp__inner .top__wrap__outer__support ul li a:hover{border-bottom:1px solid #F15B2B}
.body__container__wrapp__inner .top__wrap__outer__support .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; 
max-width:285px;}
.body__container__wrapp__inner .top__wrap__outer__support .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .top__wrap__outer__support .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .top__wrap__outer__support:after{display:none;}
.body__container__wrapp__inner .top__wrap__outer__support .image__box{max-width:50%; width:auto; margin-left:auto; height:800px;}
.body__container__wrapp__inner .contact__representatives__no-gap{margin-top:-110px;}
.body__container__wrapp__inner .contact__representatives__no-gap .inner__content__wrap{margin-top:0px;}
.body__container__wrapp__inner .value__wrap__global__payments{padding-top:0px;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap{margin:0px;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap .inner__content__holder{align-items:center; padding-top:0px; top:0px;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap p{max-width:unset;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap .inner__content__holder ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap .inner__content__holder ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .contact__representatives__global__payments .inner__content__wrap .inner__content__holder ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap__global__payments{position:relative;
margin-top:-130px; background-color:transparent; box-shadow:none; text-align:left; height:unset;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap__global__payments .item__content{background-color:#fff;
box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05); padding:60px 40px; min-height:265px;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap__global__payments .item__content h3{font-size:16px; text-transform:uppercase; font-weight:600; text-align:left; margin:0px 0px 20px;}
.body__container__wrapp__inner .value__wrap .inner__content__wrap__global__payments .item__content p{font-size:14px; font-weight:600;
color:#000; text-align:left; margin:0px; padding:0px;}
.body__container__wrapp__inner .flat__widgets__wrap{display:block; clear:both; margin:0px; padding:100px 0px 70px;
background-color:#F7F7F8; background-image:url( ../../assets/images/line-svg-gray-1.svg); background-repeat:no-repeat; background-position:center; background-size:100%;}
.body__container__wrapp__inner .flat__widgets__wrap .image__box{margin:0px; padding:0px;
display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;}
.body__container__wrapp__inner .flat__widgets__wrap .image__box .card__item{flex:1; height:120px;
display:flex; align-items:center; justify-content:center; border-radius:10px; background-color:#fff; box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05); padding:0px;}
.body__container__wrapp__inner .flat__widgets__wrap .inner__content{padding:0px 0px 0px 50px;}
.body__container__wrapp__inner .flat__widgets__wrap h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .flat__widgets__wrap h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp__inner .flat__widgets__wrap p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; }
.body__container__wrapp__inner .secure__payment{margin:0px; padding:0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .secure__payment .secure__payment__inner{height:100%; width:100%; position:absolute; left:0px; top:0px;
display:flex; align-items:center; margin:0px; padding:30px 0px 0px 0px;}

.body__container__wrapp__inner .secure__payment .secure__payment__inner a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .secure__payment .secure__payment__inner a:hover{color:#343434; border-bottom-color:#343434;}

.body__container__wrapp__inner .secure__payment .secure__payment__inner .inner__content{max-width:580px;}
.body__container__wrapp__inner .secure__payment h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .secure__payment p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px; max-width:unset;}
.body__container__wrapp__inner .secure__payment p a{color:#F15B2B; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid;}
.body__container__wrapp__inner .secure__payment p a:hover{border-bottom-color:#F15B2B;}
.body__container__wrapp__inner .secure__payment h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp__inner .secure__payment ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .secure__payment ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .secure__payment ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .secure__payment .image__box{ width:calc(50%); height:100%; margin:0px 0px 0px auto; position:relative; z-index:2;}
.body__container__wrapp__inner .secure__payment .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp__inner .content__wrap__simple__col{margin:0px; padding:0px 0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .content__wrap__simple__col .simple__col__inner{margin:0px; padding:80px 0px; display:block; clear:both; position:relative;
background-color:#343434; background-image:url( ../../assets/images/line-svg-gray.svg); background-repeat:no-repeat; background-position:center; background-size:cover;}
.body__container__wrapp__inner .content__wrap__simple__col h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:50px; text-align:center; position:relative;}
.body__container__wrapp__inner .content__wrap__simple__col h3{font-size:33px; font-weight:600; color:#F15B2B; margin-bottom:30px;}
.body__container__wrapp__inner .content__wrap__simple__col p{color:#fff; font-size:16px; padding:0px; margin:0px auto 20px; font-weight:400;}
.body__container__wrapp__inner .merchant__dashboard{margin:0px; padding:0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .merchant__dashboard .merchant__dashboard__inner{height:100%; width:100%; position:absolute; left:0px; top:0px;
display:flex; align-items:center; margin:0px; padding:30px 0px 0px 0px;}
.body__container__wrapp__inner .merchant__dashboard .merchant__dashboard__inner .inner__content{max-width:580px;}
.body__container__wrapp__inner .merchant__dashboard h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .merchant__dashboard p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px; max-width:unset;}
.body__container__wrapp__inner .merchant__dashboard h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp__inner .merchant__dashboard ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .merchant__dashboard ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .merchant__dashboard ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .merchant__dashboard .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp__inner .merchant__dashboard .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .merchant__dashboard .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .merchant__dashboard .image__box{ width:calc(50%); height:700px; margin:0px 0px 0px auto; position:relative; z-index:2; text-align:right;}
.body__container__wrapp__inner .merchant__dashboard .image__box img{width:575px; height:575px; object-fit:cover;}
.body__container__wrapp__inner .merchant__dashboard .image__box .image__box__inner{margin:0px; padding:0px; display:block; clear:both;
position:absolute; max-width:575px; max-height:675px; height:575px; left:0px; bottom:0px; overflow: hidden;}
.body__container__wrapp__inner .direct__integration{margin:0px; padding:0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .direct__integration .direct__integration__inner{height:100%; width:100%; position:absolute; left:0px; top:0px;
display:flex; align-items:center; margin:0px; padding:0px 0px 0px 50px;}
.body__container__wrapp__inner .direct__integration .direct__integration__inner .inner__content{max-width:580px;}
.body__container__wrapp__inner .direct__integration h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .direct__integration p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px; max-width:unset;}
.body__container__wrapp__inner .direct__integration p a{color:#F15B2B; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid;}
.body__container__wrapp__inner .direct__integration p a:hover{border-color:#F15B2B;}
.body__container__wrapp__inner .direct__integration h3{font-size:33px; font-weight:600; color:#F15B2B; margin-bottom:30px;}
.body__container__wrapp__inner .direct__integration h4{font-size:33px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .direct__integration ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .direct__integration ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .direct__integration ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .direct__integration .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:10px; margin-bottom:30px; justify-content:space-between;}
.body__container__wrapp__inner .direct__integration .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .direct__integration .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .direct__integration .image__box{ width:calc(50%); margin:0px 0px 0px; position:relative; z-index:2; height:800px;}
.body__container__wrapp__inner .direct__integration .image__box img{width:100%; height:100%; object-fit:cover; object-position:left;}
.body__container__wrapp__inner .value__wrap__retail__stores .value__wrapp__inner{height:500px}
.body__container__wrapp__inner .value__wrap__retail__stores .value__wrapp__inner p{margin-bottom:20px;;}
.body__container__wrapp__inner .value__wrap__retail__stores .inner__content__wrap__global__payments .item__content{min-height:225px;}

.body__container__wrapp__inner .value__wrap__retail__stores .inner__content__wrap__global__payments .item__content .button__wrapp{margin-top:30px;}
.body__container__wrapp__inner .value__wrap__retail__stores .inner__content__wrap__global__payments .item__content a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .value__wrap__retail__stores .inner__content__wrap__global__payments .item__content a:hover{color:#343434; border-bottom-color:#343434;}


.body__container__wrapp__inner .merchant__dashboard__custom__integration .merchant__dashboard__inner{padding-top:0px;}
.body__container__wrapp__inner .merchant__dashboard__custom__integration .image__box .image__box__inner{padding-top:40px;}
.body__container__wrapp__inner .merchant__dashboard__custom__integration .image__box .image__box__inner img{object-fit:contain;}
.body__container__wrapp__inner .custom__integration {background-color:#F7F7F8;}
.body__container__wrapp__inner .custom__integration .image__box{ width:calc(50%); margin:0px 0px 0px; position:relative; z-index:2; height:600px;}
.body__container__wrapp__inner .crypto__ownership .image__box img{object-fit:contain;}
.body__container__wrapp__inner .crypto__users{background-color:#F7F7F8;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner{background-color:transparent; background-image:none;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner h2{color:#000; text-align:left;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner h3{font-size:33px; color:#000; margin-bottom:20px; text-transform:uppercase;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner p{color:#000;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner{background-color:#F7F7F8; background-image:none;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner h2{color:#000; text-align:left;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner h3{font-size:14px; color:#F15B2B; margin-bottom:20px; text-transform:uppercase;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner h4{font-size:33px; color:#000; margin-bottom:20px; text-transform:uppercase;}
.body__container__wrapp__inner .cryptocurrency__industries .simple__col__inner p{color:#000;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner p{color:#000;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .prepaid__card__solutions .simple__col__inner ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.header__banner__main__news .banner__content h1{color:#fff;}
.header__banner__main__news .banner__content h1 span{color:#F15B2B;}
.header__banner__main__news .banner__content .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between;
max-width:285px;}
.header__banner__main__news .banner__content .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.header__banner__main__news .banner__content .button__wrapp a.btn__gray{color:#fff; border-bottom-color:#A2A2A2;}
.header__banner__main__news .banner__content .button__wrapp a:hover{color:#F89A7C; border-bottom-color:#F89A7C;}
.body__container__wrapp__inner .news__wrap{margin:0px; padding:80px 0px; display:block; clear:both;}
.body__container__wrapp__inner .news__wrap .news__item{display:flex; flex-wrap:wrap; margin-left:-0.75rem; margin-right:-0.75rem; margin-bottom:50px;}
.body__container__wrapp__inner .news__wrap .news__item .image__box{flex:1; width:50%; max-height:275px; padding-right:0.75rem; padding-left:0.75rem;}
.body__container__wrapp__inner .news__wrap .news__item .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt{flex:1; width:50%; padding-right:0.75rem; padding-left:0.75rem;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt h2{font-size:22px; color:#000; font-weight:600;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt h2 a{color:inherit;
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt .news__meta{font-size:12px; color:#000; font-weight:600; color:#F15B2B; text-transform:uppercase;
margin:10px 0px;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt p{font-size:16px; color:#000; font-weight:600;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt .read__more{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:0px; justify-content:space-between;
max-width:285px;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt .read__more a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .news__wrap .news__item .news__containt .read__more a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap{margin:0px; padding:0px; display:block; clear:both;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group{margin-bottom:30px; padding:0px 0px; position:relative; background-color:#fff; border-radius:5px; display:flex; justify-content:space-between; border:1px solid #E2E2E2;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group .form__control{border:0px; background-color:transparent; height:50px; font-size:14px; font-weight:400; 
color:#000; box-shadow:none; border-radius:0px; padding:0px 15px; width:auto;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group .form__control::-webkit-input-placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group .form__control::placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .form__group label{font-size:14px; margin-left:0px; padding:15px 10px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .submit__btn{font-size:14px; color:#fff; font-weight:600; background-color:#F15B2B; text-transform:uppercase; margin-top:0px; border-radius:0px; text-align:center; padding:0px 15px; border-radius:0px 5px 5px 0px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .search__wrap .submit__btn:hover{background-color:#343434;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news{margin:0px; padding:0px; display:block; clear:both;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news h3{margin:0px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul{display:block; clear:both; margin:0px; padding:0px; list-style:none;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul li{border-bottom:1px solid #DDDDDD; padding:15px 0px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul li:last-child{border-bottom:0px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul li a{font-size:18px; color:#000; font-weight:600;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul li a .news__meta{font-size:12px; color:#000; font-weight:600; color:#F15B2B; text-transform:uppercase; margin:10px 0px 0px;}
.body__container__wrapp__inner .news__wrap .side__bar__wrap .related__news ul li a:hover{color:#F15B2B;}
.body__container__wrapp__inner .news__wrap .news__item__details{display:block;}
.body__container__wrapp__inner .news__wrap .news__item__details .image__box{padding-right:0.75rem; padding-left:0.75rem; width:100%; height:auto; max-height:unset; margin-bottom:30px;}
.body__container__wrapp__inner .news__wrap .news__item__details .image__box img{width:100%; height:100%; object-fit:cover;}
.body__container__wrapp__inner .news__wrap .news__item__details .news__containt{flex:0 0 auto; width:100%; padding-right:0.75rem; padding-left:0.75rem;}
.body__container__wrapp__inner .news__wrap .news__item__details .news__containt blockquote{border-left:2px solid #F15B2B; padding-left:20px; margin-top:20px; margin-bottom:20px;}
.body__container__wrapp__inner .news__wrap .news__item__details .news__containt blockquote p{font-style:italic;}
.body__container__wrapp__inner .blog__details__navigation{display:flex; justify-content:space-between; margin-top:30px;}
.body__container__wrapp__inner .blog__details__navigation .blog__single__navigation{flex:0 0 auto; max-width:400px;}
.body__container__wrapp__inner .blog__details__navigation .blog__single__navigation a{font-size:16px; color:#000; font-weight:600; display:block; line-height:normal;}
.body__container__wrapp__inner .blog__details__navigation .blog__single__navigation a span{font-size:12px; color:#000; font-weight:600; color:#F15B2B; text-transform:uppercase; margin:0px 0px; display:block; clear:both; margin-bottom:10px;}
.body__container__wrapp__inner .blog__details__navigation .next a{text-align:right;}
.body__container__wrapp__inner .blog__details__navigation .blog__single__navigation a:hover{color:#F15B2B;}
.body__container__wrapp__inner .top__wrap__contact{margin:0px; padding:0px; display:block; clear:both; position:relative;}
.body__container__wrapp__inner .top__wrap__contact .top__wrap__contact__inner{height:100%; width:100%;  left:0px; top:0px;
display:flex; align-items:center; margin:0px; padding:80px 0px; position:relative;}
.body__container__wrapp__inner .top__wrap__contact .top__wrap__contact__inner:after{width:50%; height:100%; background-color:#F7F7F8; position:absolute; content:""; top:0px; right:0px;}
.body__container__wrapp__inner .top__wrap__contact .top__wrap__contact__inner .inner__content{max-width:580px; position:relative;
z-index:2;}
.body__container__wrapp__inner .top__wrap__contact h2{font-size:40px; font-weight:600; color:#000; margin-bottom:30px;}
.body__container__wrapp__inner .top__wrap__contact p{font-size:16px; font-weight:600; color:#000;  margin-bottom:25px; max-width:500px; max-width:unset;}
.body__container__wrapp__inner .top__wrap__contact p a{color:#F15B2B; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid;}
.body__container__wrapp__inner .top__wrap__contact p a:hover{border-bottom-color:#F15B2B;}
.body__container__wrapp__inner .top__wrap__contact h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase;}
.body__container__wrapp__inner .top__wrap__contact h4{font-size:16px; font-weight:600; text-transform:uppercase; margin-bottom:20px;}
.body__container__wrapp__inner .top__wrap__contact ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .top__wrap__contact ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .top__wrap__contact ul li a{color:#6E6F72; font-size:16px;}
.body__container__wrapp__inner .top__wrap__contact ul li a i.ico__box{margin-right:10px;}
.body__container__wrapp__inner .top__wrap__contact ul li a:hover{color:#F15B2B;}
.body__container__wrapp__inner .top__wrap__contact .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; justify-content:space-between; max-width:285px;}
.body__container__wrapp__inner .top__wrap__contact .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .top__wrap__contact .button__wrapp a.btn__gray{color:#A2A2A2; border-bottom-color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__contact .button__wrapp a:hover{color:#343434; border-bottom-color:#343434;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap{padding-left:60px;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group{margin-bottom:25px; padding:0px 0px; position:relative;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group .form__control{border:1px solid #E2E2E2; background-color:transparent; height:60px; font-size:14px; font-weight:400; color:#000; box-shadow:none; border-radius:5px; padding:10px 15px;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group .form__control::-webkit-input-placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group .form__control::placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group label{font-size:14px; margin-left:0px; padding:15px 10px;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .form__group textarea.form__control{height:180px;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .submit__btn{font-size:16px; color:#F15B2B; font-weight:600; background-color:transparent; text-transform:uppercase; margin-top:0px; border-radius:0px; text-align:center; padding:0px 0px; border-radius:0px; border-bottom:1px solid #F15B2B;}
.body__container__wrapp__inner .top__wrap__contact .contact__wrap .form__wrapp .submit__btn:hover{color:#343434; border-bottom-color:#343434;}


.header__banner__main .banner__container__inner .search__wrapp{display:flex; align-items:center; margin:20px 0px 0px; padding:0px;}
.header__banner__main .banner__container__inner .search__wrapp p{flex:1; max-width:150px; color:#F15B2B; font-size:16px; 
text-transform:uppercase; margin:0px;}
.header__banner__main .banner__container__inner .search__wrapp a{display:block;}
.header__banner__main .banner__container__inner .search__wrapp i.ico__box{height:60px; width:60px; border-radius:60px; background-color:#F15B2B;
display:flex; align-items:center; justify-content:center;}

.global__widget__footer__top{margin:0px; padding:120px 0px; display:block; clear:both; background-color:#191919;
background-image:url( ../../assets/images/bg-graphic-left.svg), url( ../../assets/images/bg-graphic-right.svg);
background-position:left bottom, top right; background-repeat:no-repeat; background-size: auto;}
.global__widget__footer__top h2{font-size:40px; font-weight:600; color:#fff; margin-bottom:30px; text-transform:capitalize; text-align:center; max-width:915px; margin-left:auto; margin-right:auto;}
.global__widget__footer__top h3{font-size:14px; font-weight:600; color:#F15B2B; margin-bottom:30px; text-transform:uppercase; text-align:center}
.global__widget__footer__top .button__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px; margin-left:auto; margin-right:auto; justify-content:center;
max-width:285px;}
.global__widget__footer__top .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400;
border-bottom-color:#F15B2B; border-bottom-width:1px; border-bottom-style:solid; margin:0px auto;}
.global__widget__footer__top .button__wrapp a:hover{color:#fff; border-bottom-color:#fff;}
.body__container__wrapp__inner .services__main__wrap:after{display:none;}
.body__container__wrapp__inner .service__box__second .inner__content{max-width:580px; margin-left:auto;}
.body__container__wrapp__inner .service__box__second .image__box{margin-left:0px;}
.modal-backdrop.show{opacity:0.9;}
.modal__main{margin:0px; padding:0px;}
.modal__main .modal__dialog{margin:0px; padding:0px; display:flex; align-items:center; justify-content:center;
height:100%; width:100%; max-width:unset; background-color:transparent;}
.modal__main .modal__dialog .modal__content{max-width:500px; background-color:transparent}
.modal__main .modal__dialog .btn__close{position:absolute; right:30px; top:30px; background-color:#fff; height:30px; width:30px; border-radius:30px; opacity:1;}

.modal__main .modal__dialog .form__wrapp{display:flex; border:1px solid #E2E2E2; border-radius:60px; height:62px;}
.modal__main .modal__dialog .form__wrapp .form__group{margin:0px; padding:0px 0px; position:relative; flex:1;}
.modal__main .modal__dialog .form__wrapp .form__group .form__control{border:0px; background-color:transparent; height:60px; font-size:16px; font-weight:400; color:#fff; box-shadow:none; border-radius:5px; padding:10px 15px;
border-radius:70px;}
.modal__main .modal__dialog .form__wrapp .form__group .form__control::-webkit-input-placeholder{color:#A2A2A2;}
.modal__main .modal__dialog .form__wrapp .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
.modal__main .modal__dialog .form__wrapp .form__group .form__control::placeholder{color:#A2A2A2;}
.modal__main .modal__dialog .form__wrapp .form__group label{font-size:14px; margin-left:0px; padding:15px 10px;}
.modal__main .modal__dialog .form__wrapp .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
.modal__main .modal__dialog .form__wrapp .form__group textarea.form__control{height:180px;}
.modal__main .modal__dialog .form__wrapp .submit__btn{font-size:16px; color:#F15B2B; font-weight:600; background-color:transparent; text-transform:uppercase; 
margin-top:0px; margin-right:0px; border-radius:0px; text-align:center; padding:0px 0px; border-radius:60px; border:1px solid #fff;
background-image:url( ../../assets/images/search-icon.svg); background-repeat:no-repeat; background-position:center center; height:60px; width:60px;}
.modal__main .modal__dialog .form__wrapp .submit__btn:hover{background-color:#F15B2B; border-color:#F15B2B;}
.body__container__wrapp__inner .default__page__wrapp{padding-bottom:0px;}
.body__container__wrapp__inner .default__page__wrapp:after{display:none;}
.body__container__wrapp__inner .serach__results:after{display:none;}
.body__container__wrapp__inner .serach__results .containt__wrap{border-bottom:1px solid #E3E3E3; margin-bottom:20px;}
.body__container__wrapp__inner .serach__results .containt__wrap:last-child{border-bottom:0px;}
.body__container__wrapp__inner .serach__results h2{margin-bottom:10px;}
.body__container__wrapp__inner .serach__results h2 a{color:#F15B2B; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid;}
.body__container__wrapp__inner .serach__results h2 a:hover{border-bottom-color:#000; color:#000;}
.body__container__wrapp__inner .serach__results p{max-width:unset;}


/* .privacy-policy .body__container__wrapp__inner{padding:80px 0px;}
.privacy-policy .body__container__wrapp__inner h2{font-size:30px;}
.privacy-policy .body__container__wrapp__inner p{font-size:22px;
font-weight:600; color:#000; margin-bottom:25px;}
.privacy-policy .body__container__wrapp__inner p strong{font-weight:700;} */


.page-template-default .body__container__wrapp__inner{padding:80px 0px;}
.page-template-default .body__container__wrapp__inner h2{font-size:30px;}
.page-template-default .body__container__wrapp__inner p{font-size:22px;
font-weight:400; color:#000; margin-bottom:25px;}
.page-template-default .body__container__wrapp__inner p strong{font-weight:700;}



footer{background-color:#000000; padding-top:100px; margin-top:0px;}
footer .footer__widget{margin:0px; padding:0px;}
footer .footer__widget img.footer__brand{max-height:50px; display:block; clear: both; margin-bottom:25px;}
footer .footer__widget h4{font-size:20px; font-weight:600; color:#fff;}
footer .footer__widget h3{font-size:24px; font-weight:600; color:#fff; text-transform:uppercase; margin-bottom:30px;}
footer .footer__widget p{font-size:14px; font-weight:600; color:#fff;}
footer .footer__widget a{font-size:14px; color:#F15B2B; text-transform:uppercase; font-weight:400; border-bottom:1px solid #F15B2B;}
footer .footer__widget a:hover{color:#fff; border-bottom-color:#fff;}
footer .footer__widget .footer__site__links{display:flex;}
footer .footer__widget .footer__site__links .footer__site__links__inner{flex:1;}
footer .footer__widget .footer__site__links ul{list-style:none; padding:0px; margin:0px; display:block; clear:both;}
footer .footer__widget .footer__site__links ul li a{color:#fff; font-size:14px; text-transform:uppercase; display:block; clear:both; margin:0px 0px 20px; border:0px;
font-weight:300;}
footer .footer__widget .footer__site__links ul li a:hover{color:#F15B2B;}
footer .footer__widget .newsletter__wrapp{padding:0px 0px;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group{margin-bottom:25px; padding:0px 0px; position:relative; background-color:#fff; border-radius:5px;
display:flex; justify-content:space-between;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group .form__control{border:0px; background-color:transparent; height:60px; font-size:14px; font-weight:400; 
color:#000; box-shadow:none; border-radius:0px; padding:0px 15px; width:auto;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group .form__control::-webkit-input-placeholder{color:#A2A2A2;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group .form__control:-ms-input-placeholder{color:#A2A2A2;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group .form__control::placeholder{color:#A2A2A2;}
footer .footer__widget .newsletter__wrapp .form__wrapp .form__group label{font-size:14px; margin-left:0px; padding:15px 10px;}
footer .footer__widget .newsletter__wrapp .form__wrapp .submit__btn{font-size:14px; color:#fff; font-weight:600; background-color:#F15B2B; text-transform:uppercase; margin-top:0px; border-radius:0px; text-align:center; padding:0px 15px; border-radius:0px 5px 5px 0px;}
footer .footer__widget .newsletter__wrapp .form__wrapp .submit__btn:hover{color:#fff;}
footer .footer__widget .socila__info{margin:0px; padding:0px;}
footer .footer__widget .socila__info ul{list-style:none; margin:50px 0px 0px; padding:0px; display:-ms-flexbox; display:flex; -ms-flex-wrap:nowrap; flex-wrap:nowrap;}
footer .footer__widget .socila__info ul li{height:30px; width:30px; margin-right:15px;}
footer .footer__widget .socila__info ul li a{height:30px; width:30px; float:left; text-align:center; line-height:25px; border:0px;}
footer .socila__info ul li a img{width:30px; margin:0px;}
footer .footer__bottom{margin-top:55px; padding:25px 0px; text-align:center; border-top:1px solid #292929;}
footer .footer__bottom p{font-size:16px; color:#fff; margin:0px auto; padding:5px 0px 0px; max-width:1135px;}
footer .footer__bottom .footer__bottom__links{display:flex; padding:5px 0px 0px; margin:0px -20px;}
footer .footer__bottom .footer__bottom__links a{font-size:12px; color:#fff;display:flex; align-items:center; text-transform:uppercase; margin:0px 20px;}
footer .footer__bottom .footer__bottom__links a:hover{color:#00adef;}



.body__container__wrapp__inner .crypthorize__support__wrapp .value__wrapp__inner{background:none;}
.body__container__wrapp__inner .crypthorize__support__wrapp .value__wrapp__inner h2{color:inherit;}
.body__container__wrapp__inner .crypthorize__support__wrapp .value__wrapp__inner .inner__content__wrap{max-height:210px; display:flex; align-items:center;}
.body__container__wrapp__inner .crypthorize__info__wrapp .value__wrapp__inner{max-height:210px;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments{margin-bottom:100px;}
.body__container__wrapp__inner .crypthorize__work__wrapp .value__wrapp__inner{max-height:280px;}
.body__container__wrapp__inner .crypthorize__work__wrapp .inner__content__wrap__global__payments{margin-bottom:100px;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content img{display:block; margin:0px auto 20px;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content h3{font-size:20px; text-align:center;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content p{text-align:center;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content ul{padding:0px; margin:0px 0px 40px; list-style:none;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content ul li{font-size:18px; color:#000; display:flex; margin-bottom:15px; line-height:normal;}
.body__container__wrapp__inner .crypthorize__info__wrapp .inner__content__wrap__global__payments .item__content ul li:before{height:7px; width:7px; background-color:#6E6F72; border-radius:10px; content:""; margin-top:7px;
margin-right:10px; max-width:7px; flex:0 0 7px;}
.body__container__wrapp__inner  .crypthorize__accept__cryptocurrency .value__wrapp__inner{max-height:280px;}
.body__container__wrapp__inner  .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments{margin-bottom:100px;}


.body__container__wrapp__inner .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content{text-align:center;}
.body__container__wrapp__inner .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content img{margin-bottom:30px;}
.body__container__wrapp__inner .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content h3{text-align:center;}
.body__container__wrapp__inner  .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content p{text-align:center; max-width:200px; margin:0px auto 30px;}
.body__container__wrapp__inner .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content .button__wrapp{display:flex; align-items:center;
justify-content:center;}
.body__container__wrapp__inner .crypthorize__accept__cryptocurrency .inner__content__wrap__global__payments .item__content .button__wrapp a{font-size:16px; color:#F15B2B; text-transform:uppercase; font-weight:400;
border-bottom-color:#F15B2B; border-bottom-width:1px; border-bottom-style:solid; margin:0px auto;}
.body__container__wrapp__inner .supported__networks .inner__content__wrap{display:flex; align-items:center;}
.body__container__wrapp__inner .supported__networks .inner__content__wrap .owl-carousel .owl-dots{position:relative; display:flex; justify-content:flex-start;}
.body__container__wrapp__inner .supported__networks .value__wrapp__inner{background-image:url(../../assets/images/line-svg-gray.svg);}
.body__container__wrapp__inner .supported__networks .inner__content__wrap .category__item{display:block; clear:both;}
.body__container__wrapp__inner .supported__networks .inner__content__wrap .category__item .item__wrap{height:110px; display:flex; align-items:center;}
.body__container__wrapp__inner .platform__plugins .image__box{padding:100px; background-color:#F7F7F8;}
.body__container__wrapp__inner .platform__plugins .image__box img{object-fit:contain;}
 

nav.pagination{padding:40px 0px 0px; display:flex; align-items:center;}
nav.pagination .page-numbers{background-color:#F7F7F8; height:35px; width:35px; font-size:14px; margin:0px 5px; display:flex; align-items:center; justify-content:center;
text-transform:uppercase; color:#000;}
nav.pagination .page-numbers:first-child{margin-left:0px;}
nav.pagination .next{width:auto; padding:0px 10px;}
nav.pagination .page-numbers:hover{background-color:#F15B2B; color:#fff;}
nav.pagination .current{background-color:#F15B2B; color:#fff;}


.body__container__wrapp .new__real__time .inner__content__wrap{margin-bottom:100px;}
.notranslate{height:45px; margin-right:15px; font-size:12px; border-radius:0px; background-color:#fff; border:1px solid #A2A2A2; padding:0px 10px}

/* code for login page design */

#post-1429 {max-width: 600px;margin: auto;position:relative;}
#post-1429:before{content:'';position:absolute;height:200px;width:100%;background:url('https://payvory.com/wp-content/uploads/bg-01.jpg'); background-size:cover;background-position:center;border-top-right-radius: 20px;border-top-left-radius: 20px;}
#ur-frontend-form{padding:20px 40px 10px 40px;}
@media screen and (max-width:540px){#ur-frontend-form{padding:20px;}}
.user-registration-form-login{margin-top:180px;}
#post-1429:after {
    content: ""; display: block; position: absolute; width: 100%; height: 200px; top: 0; left: 0; background-color: rgba(54, 84, 99, 0.7);border-top-right-radius: 20px; border-top-left-radius: 20px;}
#post-1429 .ur-frontend-form{border:none;}
#post-1429 #user-registration{border-radius:20px;}

.user-registration-form-login .input-wrapper input{border:none; border-bottom:1px solid black !important; }
#post-1429 .user-registration-Button{    padding: 6px 40px !important; border-radius: 50px; background-color: #f15b2b; color: white; font-size: 16px;}
#post-1429 .user-registration-Button:hover{cursor:pointer;}
.user-registration-LostPassword a{color:#f15b2b;font-size:15px;}
#post-1429 .user-registration-error{position: absolute;
    position: absolute; top: 220px; left: 184px; display: flex; align-items: center; padding: 4px; border: none;border-radius: 10px; }
#post-1429 label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
	display: flex; justify-content: start; align-items: center;}