/*01. Flaticon*/
/********************************************/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-bitcoin-1:before { content: "\f100"; }
.flaticon-blocks-with-angled-cuts:before { content: "\f101"; }
.flaticon-straight-quotes:before { content: "\f102"; }
.flaticon-left-quote:before { content: "\f103"; }
.flaticon-quote:before { content: "\f104"; }
.flaticon-bitcoin:before { content: "\f105"; }
.flaticon-arrows-1:before { content: "\f106"; }
.flaticon-arrows:before { content: "\f107"; }
.flaticon-school-material:before { content: "\f108"; }
.flaticon-blogging:before { content: "\f109"; }
.flaticon-factory:before { content: "\f10a"; }
.flaticon-people:before { content: "\f10b"; }
.flaticon-technology:before { content: "\f10c"; }
.flaticon-support:before { content: "\f10d"; }
.flaticon-secure-shield:before { content: "\f10e"; }
.flaticon-connection:before { content: "\f10f"; }
.flaticon-analytics:before { content: "\f110"; }
.flaticon-money-2:before { content: "\f111"; }
.flaticon-market:before { content: "\f112"; }
.flaticon-money-1:before { content: "\f113"; }
.flaticon-money:before { content: "\f114"; }
.flaticon-coin:before { content: "\f115"; }
.flaticon-credit-card:before { content: "\f116"; }
.flaticon-wallet:before { content: "\f117"; }

/*05. Slider*/
/********************************************/
#particles, #particles-js {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-preloader-wrap,
#animation-slide .item {
    height: 480px;
}
#animation-slide .item {
    background-size: cover;
    position: relative;
    z-index: 1;
}
#animation-slide .item::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    /* background: linear-gradient(to right, rgba(5, 8, 101, 0.8), rgba(0, 24, 49, 0)); */
    /* background-color: rgba( 30, 38, 49, 0.5); */
}
#animation-slide .item::before{
    content: "";
    background: url(../img/pattern-white.svg) repeat;
    height: 100%;
    opacity: .2;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slide-one{
    background-image: url(../img/slider/1920x1280-1.jpg);
}
.slide-two{
    background-image: url(../img/slider/1920x1280-2.jpg);
}
.slide-three{
    background-image: url(../img/slider/1920x1280-3.jpg);
}
.slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.slide-tablecell h2 strong {
    color: #fff;
}
.slide-tablecell .slide-btn:hover {
    text-decoration: none;
}
.slide-tablecell .slide-btn {
    background: #0067da;
    padding: 12px 30px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}
.slide-tablecell .slide-text > *:nth-child(1) {
    animation-duration: .3s;
}
.slide-tablecell .slide-text > *:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}
.slide-tablecell .slide-text > *:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
    margin-top: 70px;
}
.slide-tablecell .slide-text > *:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}
.slide-tablecell .slide-text h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 11px 10px rgba(0,0,0,0.19);
    margin-top: 0;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}
.slide-tablecell .slide-text p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Raleway', sans-serif;
}
.animation-slide.owl-theme .owl-nav{
    margin: 0;
}
.animation-slide.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translate(0%, -50%);
    font-size: 24px;
    height: 70px;
    width: 69px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
}
.animation-slide.owl-theme .owl-nav .owl-next:hover{
    -webkit-box-shadow: -100px 0 0 #0067da inset;
}
.animation-slide.owl-theme .owl-nav .owl-prev:hover{
    box-shadow:100px 0 0 #0067da inset; 
}
.animation-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.animation-slide:hover .owl-nav div.owl-prev {
    left: 30px;
    opacity: 1;
}
.animation-slide:hover .owl-nav div.owl-next {
    right: 30px;
    opacity: 1;
}

.animation-slide.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 8px;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: 400ms;
    margin: 5px 4px;
}
.animation-slide.owl-theme .owl-dots .owl-dot span:hover {
    width: 50px;
    background: #fff;
}
.animation-slide.owl-theme .owl-dots .owl-dot.active span{
    background: #fff;
}
.animation-slide .owl-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#animation-slide .item,
.preloader-wrap {
    background-color: #bfbfbf;
}
.preloader-wrap {
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}
.preloader4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media only screen and (max-width: 1200px) {
    .slide-tablecell .slide-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .mtb100 {
        margin: 50px 0;
    }
    .landing-hero {
        margin: 50px 0;
    }
    .landing-number p {
        margin-bottom: 40px;
    }
    .landing-number {
        padding: 40px 0 0;
    }
    .landing-feature {
        padding: 50px 0 30px;
    }
    .landing-sub {
        padding: 50px 0;
    }
    .landing-sub-content h2 {
        font-size: 26px;
    }
    .landing-number h2 {
        font-size: 40px;
    }
    .landing-hero h2 {
        font-size: 36px;
    }
    .landing-feature-item {
        margin-bottom: 30px;
    }
    .landing-info-one-bg,
    #dark .landing-info-one-bg {
        background: none;
    }
}

@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    #animation-slide .item {
        height: 480px;
    }
    .slide-text {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    #animation-slide .item {
        height: 480px;
    }
    .slide-tablecell .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 767px){
    .slide-tablecell .slide-text h2 {
        font-size: 36px;
        line-height: 35px;
    }
    .slide-tablecell .slide-text h2 br{
        display: none;
    }
    .slide-tablecell .slide-text p {
        display: -webkit-box;
        height: 134px;
        margin: 0 auto;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }
    .slide-tablecell .slide-text p br{
        display: none;
    }
    .animation-slide.owl-theme .owl-nav [class*="owl-"] {
        font-size: 21px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}
@media(min-width: 768px){
    .slide-tablecell .slide-text {
        margin: 0px 35px;
    }
}

/*06. Tricker*/
/********************************************/
.ticker {
    background-color: #25258E;
    padding: 20px 15px;
}
.list-wrpaaer {
    height: 30px;
}
.list-item {
    width: 120px;
    float: left;
    text-align: left;
    font-size: 14px;
    letter-spacing: .35px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
}
.list-item-currency{
    color: #fff;
    position: relative;
    font-size: 13px;
}
.list-item-currency.upgrade {
    color: #0decec;
}
.list-item-currency.downgrade {
    color: #ffc139;
}

/*07. Color*/
/********************************************/
.outrageous-orange{
    color: #ff5722;
}
.bright-turquoise{
    color: #0DECEC;
}
.navy-blue{
    color: #0067DA;
}
/*08. Landing*/
/********************************************/
.landing-hero h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.landing-hero {
    margin: 100px 0;
}

.landing-hero p {
    font-size: 16px;
    margin: 15px 0 40px;
}

.landing-hero input {
    padding: 26px 20px;
}

.landing-hero button {
    padding: 13px 20px;
}

.landing-info-one h2 {
    font-size: 30px;
    font-weight: 700;
}

.landing-info-one ul li i {
    color: #26de81;
    font-size: 22px;
    margin-right: 8px;
}

.landing-info-one ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.landing-info-one p {
    margin: 15px 0 30px;
}

.landing-info-one-bg {
    background: url(../img/landing/dash-preview.png) no-repeat right 50%/48%;
}

.visible-mobile {
    display: none;
}

.landing-feature {
    text-align: center;
    border-top: 1px solid #e0e3eb;
    padding: 100px 0;
}

.landing-feature h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

.landing-feature-item {
    border: 1px solid #f2f4f9;
    box-shadow: #00000033 0px 2px 14px -6px;
    padding: 40px 20px;
    border-radius: 5px;
}

.landing-feature-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.landing-feature-item h3 {
    font-size: 20px;
}

.landing-number {
    background: #007bff;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.landing-number h2,
.landing-number p {
    margin: 0;
}

.landing-number h2 {
    font-size: 60px;
    font-weight: 700;
}

.landing-number p {
    color: #ffffffb0;
    font-size: 16px;
}

.landing-feature-item p {
    margin-top: 15px;
}

.landing-feature.landing-start {
    border: none;
}

.landing-start .landing-feature-item span {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 120px;
    opacity: 0.07;
    line-height: 1;
    text-align: center;
}

.landing-sub {
    background: url(../img/landing/sub-bg.jpg) no-repeat center center/cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.landing-sub-content h2 {
    color: #fff;
    font-size: 36px;
}

.landing-sub:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #0000003d;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.landing-sub-content a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.landing-sub-content a:hover {
    background: #0069d9;
    border: 1px solid #0069d9;
}
.mtb100 {
    margin: 100px 0;
}
/*09. Features*/
/********************************************/
#content__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.features__content {
    position: relative;
    background-color: #25258E;
    padding: 90px 0 40px;
}
.features__content .section_title h3 {
    color: #fff;
}
.features__content .section_title h3 span,
.features__content .section_title p{
    color: #AFAFF2;
}
.feature__box {
    padding-left: 65px;
    position: relative;
    margin-bottom: 50px;
}
.feature__box i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 46px;
    /*color: #AFAFF2;*/
    color: #0decec;
    line-height: 1;
}
.feature__content h3 {
    color: #FFF;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 19px;
}
.feature__content p{
    color: #AFAFF2;
}
/*Feature Two*/
.service_content {
    padding: 90px 0 60px;
}
.features-box {
    overflow: hidden;
    padding: 30px 55px 30px 30px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #f1f1f9;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
}
.features-box:hover {
    -webkit-box-shadow: 0 0 16px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 16px 1px rgba(0,0,0,.05);
}
.features-box h3 {
    color: #25258E;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
}
.features-box i {
    color: #C4C4F0;
    position: absolute;
    font-size: 115px;
    right: -42px;
    bottom: 25px;
    line-height: 1;
}
.features-box p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.link-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #ff5722;
}
@media(min-width: 768px) and (max-width: 991px){
    .feature__content h3 {
        font-size: 16px;
    }
}

/*10. Bootstrap Ekstra */

.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

/*11. Section Title ---------*/
.section_title {
    text-align: center;
    margin-bottom: 70px;
}
.section_title h3 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
}
.section_title h3 span {
    color: #25258E;
    font-weight: 900;
}
.section_title p{

}
@media(max-width: 767px){
    .section_title h3 {
        font-size: 32px;
    }
}


/* Footer Start */
.footer {
  padding: 102px 0px 30px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer .footer-box {
  padding: 0px;
}
.footer .footer-box .logo {
  padding-bottom: 25px;
}
.footer .footer-box h4.lasthead {
  color: #828385c4;
  padding-bottom: 10px;
}

.footer .footer-box .footer-link {
  list-style: none;
}
.footer .footer-box .footer-link li {
  color: rgba(255, 255, 255, 0.9);
  margin-left: -40px;
}

.footer .raka {
  border-top: 1px solid #363a45;
  margin: 30px 0 30px;
}
.footer .footer-bottom .social-style {
  text-align: right;
}
.footer .footer-bottom .social-style a {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-bottom .social-style a:hover {
  border: 0;
  background: linear-gradient(24deg, #2E7AD0 17%, #263855 100%);
  -webkit-box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
          box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
}

/* 12. Scroll To Top Start */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 9%;
  border-radius: 4px;
  background: linear-gradient(45deg, #2E7AD0 0%, #263855 100%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
  color: black;
}

#scrollUp i.fas.fa-arrow-up {
  color: #fff;
  line-height: 45px;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #263855 0%, #262626 100%);
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

/** Terms PHP **/

ol li {
  list-style-type: none;
  counter-increment: item;
}

ol li:before {
  content: counter(item);
  margin-right: 5px;
  font-size: 80%;
  background-color: #388deda6;
  color: #FFF;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
p {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
strong {
    font-weight: 600;
    font-family: 'Flaticon';
    font-size: 15px;
    color: #388deda6;
}

/*footer PHP*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
#mobile-footer {
    display: none;	
}
@media only screen and (max-width: 768px) {
#mobile-footer {
    display: block;		
}
.footer {
    min-height: auto;
    padding-bottom: 25px;	 
}	
}

/* Custom Add */

.service {
    /* display: flex;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    background-color: #212834;
    /* margin-top: 30px;*/
    position: relative;
    border-radius: 12px;
    transition: 0.4s ease;
    /* box-shadow: 0 16px 56px 0 rgb(0 0 0 / 10%);*/
    overflow: hidden;
    width: 100%;
}
.service:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #2b63dc;
    bottom: 0;
}


.service-home {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    background-color: #212834;
    /* margin-top: 30px;*/
    position: relative;
    border-radius: 12px;
    transition: 0.4s ease;
    /* box-shadow: 0 16px 56px 0 rgb(0 0 0 / 10%);*/
    overflow: hidden;
    width: 100%;
}
.service-home:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #2b63dc;
    bottom: 0;
}
.service-home i {
    font-size: 42px;
    color: #FFF;
    position: relative;
}
.service-home i:before {
    z-index: 2;
    position: relative;
}
.service-home i:after {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #78b0ef;
    opacity: 0.9;
    left: -8px;
    bottom: -8px;
    border-radius: 50%;
    z-index: 1;
}
.section__title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 130%;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
	text-align: center;
    width: 100%;
}
.service__title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #dbdbdb;
    margin-top: 20px;
    margin-bottom: 10px;
}
.service__text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #707070;
	border-top: 1px solid #6060605c;
	width: 100%;
}
.service__text2 {
	border-top: 1px solid #6060605c;
	width: 100%;
}
::selection {
    background: #444;
    color: #dbdbdb;
    text-shadow: none;
}
      .youtubeVideo{
        height: 525px;
      }
      @media (max-width:1368px) {
        .youtubeVideo{
          height: 400px;
        }
      }
      @media (max-width:1200px) {
        .youtubeVideo{
          height: 250px;
        }
      }  
.btn--header {
    height: 44px;
    width: 110px;
    margin-right: 45px;
}
@media (min-width: 768px) {
    .btn--header {
        height: 48px;
        width: 130px;
        margin-right: 55px;
    }
}
@media (min-width: 1200px) {
    .btn--header {
        margin-right: 0;
        background-color: #fff;
        color: #78b0ef;
    }
}	
#install-app {
    max-width: 100% !important;
    width: 100% !important;
    position: fixed;
    bottom: 0;
    background-color: #2258bf !important;
    box-shadow: 0 0 25px #222435;
    margin: 0;
    border-radius: 0;
    z-index: 99999999999999999;
    display: none;
}
@media (min-width: 1000px) {
    #install-app {
        display: none !important;
    }
}
#install-app-desktop {
    position: fixed;
    z-index: 99999999999999999;
    display: none;
    border-radius: 0;
    background-color: #2258bf !important;
    box-shadow: 0 0 25px #222435;
    left: 15px;
    bottom: 15px;
    width: 200px;
}
@media (max-width: 1000px) {
    #install-app-desktop {
        display: none !important;
    }
}  

/* Contact-section Start */
.contact-section {
    padding: 10px 0 128px;
    background: #1d2330;
    /* background: linear-gradient(to bottom, #212834 0%, #ffffff59 100%); */
}

.contact-section .contact-wrapper {
    border-radius: 5px;
    background-color: #212834;
    /* -webkit-box-shadow: 0 11px 29.2px 0.8px rgb(66 58 232 / 10%); */
    /* box-shadow: 0 11px 29.2px 0.8px rgb(66 58 232 / 10%); */
    padding: 53px 40px 0;
    text-align: center;
}
.contact-section .contact-wrapper h3.subtitle {
    color: #828da6;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
}
.contact-section .contact-wrapper .contact-form {
  text-align: left;
}
.contact-section .contact-wrapper .contact-form .form-group {
  margin-bottom: 23px;
}
.contact-section .contact-wrapper .contact-form .form-group label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #828da6;
    margin-bottom: 8px;
}
.contact-section .contact-wrapper .contact-form .form-group input,
.contact-section .contact-wrapper .contact-form .form-group textarea {
  border: 1px solid rgba(59, 54, 140, 0.1);
  border-radius: 5px;
  background-color: #f6f6fa;
  padding: 0 30px;
  height: 60px;
  padding: 15px;
  width: 100%;
  color: #33276a;
}
.contact-section .contact-wrapper .contact-form .form-group textarea {
  min-height: 150px;
}
.contact-section .contact-wrapper .contact-form .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.contact-section .contact-wrapper .contact-form .form-group .form-check label {
  font-size: 16px;
  line-height: 26px;
  color: #33276a;
  font-weight: 400;
  margin: 0;
}
.contact-section .contact-wrapper .contact-form .form-group .form-check input[type=checkbox] {
  width: 20px;
  margin-right: 10px;
}
.contact-section .contact-wrapper .contact-form .form-group input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 40px;
  color: #fff;
  border-radius: 50px;
  width: auto;
  font-size: 18px;
}
.contact-section .contact-wrapper .contact-form .form-group:last-child {
  -webkit-transform: translateY(23px);
  transform: translateY(23px);
}
.contact-section .contact-content .section-header h3.subtitle {
  color: #828da6;
  padding-bottom: 16px;
}
.contact-section .contact-content .section-header p.text {
  color: #828da6;
}
.contact-section .contact-content .section-header a {
  margin: 20px 0px 0px;
  color: #828da6;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact-section .contact-content .section-header a:hover {
  color: #6342ff;
}
.contact-section .contact-content .contact-area .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}
.contact-section .contact-content .contact-area .contact-item .contact-thumb {
  width: 78px;
}
.contact-section .contact-content .contact-area .contact-item .contact-contact {
  width: calc(100% - 78px);
  padding-left: 30px;
}
.contact-section .contact-content .contact-area .contact-item .contact-contact h4.lasthead {
  color: #828da6;
}
.contact-section .contact-content .contact-area .contact-item .contact-contact p,
.contact-section .contact-content .contact-area .contact-item .contact-contact a {
  color: #828da6;
}

.banner.faq {
  padding: 200px 0 100px;
}
.banner.faq .hero-area .banner-content h2.title {
  color: #fff;
  padding: 0px 0 3px;
}
.contact-area {
  margin-top: 34px;
}
/* Global style */
.button-1 {
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  width: 160px;
  height: 50px;
  text-transform: uppercase;
  background: linear-gradient(45deg, #2e7ad0 0%, #3e19ff 100%);
}
.button-1:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #3e19ff 0%, #2e7ad0 100%);
}
.miningNotify{
    position:fixed;
    z-index:999999;
    pointer-events:none
}
.toast-info{
    background-color:#2258bf
}
.text-fff{
    color:#fff!important
}
.fw-bold{
    font-weight:700!important
}