
/*Fonts*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Pacifico");*/
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Miscellanoeous */
body, html {
  overflow-x: hidden;
  padding-right: 0 !important;
}
*:-moz-full-screen, *:-webkit-full-screen, *:fullscreen *:-ms-fullscreen {overflow: auto !important;}
body {
    font-family: "poppinsregular", helvetica, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #fff;
    font-weight: normal;
}
ul {
    list-style-type: none !important;
    padding-left: 0;
    margin: 0;
}
a { outline: 0; transition: all 0.5s; color: #000; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { outline: none!important; text-decoration: none; color: unset; }
.theme-color{
    color: #0193CF;
}

/* Global */
.wrapper {
    position: relative;
    overflow: hidden;
}
.split {
    width: 100%;
    height: 1px;
    background-color: #2aa64c;
}
.split1 {
    width: 100%;
    height: 1px;
    background-color: #c9caca;
}
.nob{
    border: 0px!important;
}
.m-0{margin: 0 !important; }.p-0 {padding: 0 !important; }
.mt-0 {margin-top: 0;}.mt-10 { margin-top: 10px !important;}.mt-20 {margin-top: 20px !important;}.mt-30 {margin-top: 30px !important;}.mt-40 {margin-top: 40px !important;}.mt-50 {margin-top: 50px !important;}.mt-60 {margin-top: 60px !important;}.mt-70 {margin-top: 70px !important;}.mt-80 {margin-top: 80px !important;}.mt-90 {margin-top: 90px !important;}.mt-100 {margin-top: 100px !important;}.mb-0 {margin-bottom: 0;}.mb-10 {margin-bottom: 10px !important;}.mb-20 {margin-bottom: 20px !important;}.mb-30 {margin-bottom: 30px !important;}.mb-40 {margin-bottom: 40px !important;}.mb-50 {margin-bottom: 50px !important;}.mb-60 {margin-bottom: 60px !important;}.mb-70 {margin-bottom: 70px !important;}.mb-80 {margin-bottom: 80px !important;}.mb-90 {margin-bottom: 90px !important;}.mb-100 {margin-bottom: 100px !important;}.ml-0 {margin-left: 0;}.ml-10 {margin-left: 10px !important;}.ml-20 {margin-left: 20px !important;}.ml-30 {margin-left: 30px !important;}.ml-40 {margin-left: 40px !important;}.ml-50 {margin-left: 50px !important;}.ml-60 {margin-left: 60px !important;}.ml-70 {margin-left: 70px !important;}.ml-80 {margin-left: 80px !important;}.ml-90 {margin-left: 90px !important;}.ml-100 {margin-left: 100px !important;}.mr-0 {margin-right: 0;}.mr-10 {margin-right: 10px !important;}.mr-20 {margin-right: 20px !important;}.mr-30 {margin-right: 30px !important;}.mr-40 {margin-right: 40px !important;}.mr-50 {margin-right: 50px !important;}.mr-60 {margin-right: 60px !important;}.mr-70 {margin-right: 70px !important;}.mr-80 {margin-right: 80px !important;}.mr-90 {margin-right: 90px !important;}.mr-100 {margin-right: 100px !important;}.pb-0 {padding-bottom: 0 !important;}.pb-10 {padding-bottom: 10px !important;}.pb-20 {padding-bottom: 20px !important;}.pb-30 {padding-bottom: 30px !important;}.pb-40 {padding-bottom: 40px !important;}.pb-50 {padding-bottom: 50px !important;}.pb-60 {padding-bottom: 60px !important;}.pb-70 {padding-bottom: 70px !important;}.pb-80 {padding-bottom: 80px !important;}.pb-90 {padding-bottom: 90px !important;}.pb-100 {padding-bottom: 100px !important;}.pt-0 {padding-top: 0 !important;}.pt-10 {padding-top: 10px !important;}.pt-20 {padding-top: 20px !important;}.pt-30 {padding-top: 30px !important;}.pt-40 {padding-top: 40px !important;}.pt-50 {padding-top: 50px !important;}.pt-60 {padding-top: 60px !important;}.pt-70 {padding-top: 70px !important;}.pt-80 {padding-top: 80px !important;}.pt-90 {padding-top: 90px !important;}.pt-100 {padding-top: 100px !important;}.pl-0 {padding-left: 0;}.pl-10 {padding-left: 10px !important;}.pl-20 {padding-left: 20px !important;}.pl-30 {padding-left: 30px !important;}.pl-40 {padding-left: 40px !important;}.pl-50 {padding-left: 50px !important;}.pl-60 {padding-left: 60px !important;}.pl-70 {padding-left: 70px !important;}.pl-80 {padding-left: 80px !important;}.pl-90 {padding-left: 90px !important;}.pl-100 {padding-left: 100px !important;}.pr-0 {padding-right: 0;}.pr-10 {padding-right: 10px !important;}.pr-20 {padding-right: 20px !important;}.pr-30 {padding-right: 30px !important;}.pr-40 {padding-right: 40px !important;}.pr-50 {padding-right: 50px !important;}.pr-60 {padding-right: 60px !important;}.pr-70 {padding-right: 70px !important;}.pr-80 {padding-right: 80px !important;}.pr-90 {padding-right: 90px !important;}.pr-100 {padding-right: 100px !important;}

.fi:before {
    margin: 0;
}
.page-body-wrapper {
    min-height: calc(100vh - 0px);
    padding-left: 0;
    padding-right: 0; 
}
/*Header*/
.head-top{
    text-transform: uppercase;
    height: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    background:#0193CF;
}
.head-top .widget{
    display: flex;
    margin: 10px;
}
.new-acc a{
    background: #72c213;
    padding: 5px;
    border-radius: 5px;
    color: #fff!important;
    font-size: 16px;
}   
.top-icon a, .top-icon i {
    color: #fff;
    padding: 5px 10px;
}
footer .top-social{
    padding: 10px;
}
footer .top-social .fa {
    padding: 10px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.top-social li {
    display: inline-block;
    padding: 0px;
    margin: 0px 10px 0 0;
}
.top-social a {
    padding: 7px 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none!important;
    border-radius: 50%;
    display: block;
    margin: 5px 0px;
}
.top-social .fa:hover {
    color: #fff;
}
.top-social .fa-facebook {
  background: #3B5998;
  color: white;
}
.top-social .fa-twitter {
  background: #55ACEE;
  color: white;
}
.top-social .fa-linkedin {
  background: #007BB6;
  color: white;
}
.top-social .fa-youtube {
  background: #bb0000;
  color: white;
}
.top-social .fa-instagram {
  background: #CC1F88;
  color: white;
}
/*Footer*/
.foot-top{
    padding: 0px 0 5px;
    background-color: #020133;
    background: url('../images/footer-bg.jpg') no-repeat center;
    background-size: cover;
}
.foot-top h5{
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
    font-family: "poppinsbold"
}
.foot-nav{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0 0;
    display: inline-block;
}

.foot-nav li{
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 7px;
    position: relative;
    padding-bottom: 8px;
    padding-top: 0px;
    position: relative;
}
.foot-info{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}
.foot-info h6{
    
    font-size: 18px;
    font-weight: normal;
}
.foot-info li{
    color: #f4f5ff;
    font-size: 16px;
    position: relative;
    padding-top: 0px;
    letter-spacing: 0.3px;
}
.foot-info li p, .foot-info li a{
    color: inherit;
    font-size: 16px;
    color: #f4f5ff;
    line-height: 20px;
}

.foot-info li a:hover{
    color: #d5ddd7;
}
.foot-info li small{
    line-height: 16px;
}
.foot-info .foot-tele, .foot-info .foot-addr, .foot-info .foot-mail, .foot-info .foot-time{
    margin: 25px 0;
}
.foot-info .foot-addr:before, .foot-info .foot-tele:before, .foot-info .foot-mail:before, .foot-info .foot-time:before{
    font-family:'Font Awesome\ 5 Free';
    color: #e54709;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 28px;
    font-weight:900;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px
}
.foot-social li{
    display: inline-block;
    padding: 0px;
    margin: 0px
}
.foot-social li a {
    width: 36px;
    text-align: left;
    font-size: 24px;
    display: block;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
    margin-right: 3px;
}
.copyright, .complaints{
    font-size: 13px;
    padding: 20px 0 10px;
    border-top: 2px solid #ccc;
}
.complaints p{
    line-height: 1em!important;
}
.copyright p{
    margin: 0px;
    display: inline-block;
}
.copyright p:last-of-type{
    float: right;
}
.copyright p a, .copyright p{
    color: #000;
}
.contact-info-box .inner-box i {
    font-size: 16px;
    color: #0193CF;
    line-height: 20px;
    padding: 0px 10px;
}
.contact-info-box .icon-box, .contact-info-box .text-box {
    display: table-cell;
    vertical-align: top;
}
.complaints p a{
    color: #000;
    text-decoration: underline;
}

/*.reg-details{
    padding: 30px 0;
}*/
.reg-details p{
    margin: 0;
    padding: 0;
}
.me-banner-two:before {
    position: absolute;
    top: -100px;
    left: -290px;
    width: 480px;
    height: 390px;
    background: #0094D0;
    content: '';
    border-radius: 100px;
    transform: rotate(-50deg);
    z-index: -1;
    box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
}
.me-banner-two:before {
    animation: banner_move 20s linear alternate infinite;
}
.me-banner-two:after {
    animation: banner_move_two 10s linear alternate infinite;
}
.me-banner-two:after {
    position: absolute;
    top: -230px;
    right: -400px;
    width: 680px;
    height: 820px;
    background: #0094D0;
    content: '';
    border-radius: 100px;
    transform: rotate(-63deg);
    z-index: -1;
    box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
}
.me-banner-two-text {
    padding: 70px 0px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
}
.me-banner-two-text h1 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px;
}
.me-banner-two-text p{
    margin-left: 20px;
    background: #DCF2FA;
    padding: 15px;
    font-size: 17px;
    width: fit-content;
    font-family: 'poppinssemibold';
    border-radius: 40px;
}
.me-btn {
    display: inline-block;
    min-width: 170px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #0193CF;
    color: #ffffff!important;
    outline: none;
    text-align: center;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
    text-transform: capitalize;
    cursor: pointer;
    bottom: 0;
    font-size: 16px;
    font-family: 'poppinssemibold';
}
.me-banner-two-text .me-btn, .me-banner-three-text .me-btn {
    margin-right: 15px;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');



.start-header {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 70px;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #0193cf !important;
}
.nav-item.active .nav-link{
    color: #0193cf !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #0193cf;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
    text-transform: uppercase;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #fff;
    background-color: rgb(1 147 207);
}
/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}
.me-banner-two {
    position: relative;
    overflow: hidden;
    margin-top: 117px;
    height: 550px;
}
.nav-item a{
    font-weight: 600;
}
.me-service-two-box .me-service-more {
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    color: #0193cf;
    text-decoration: underline;
    font-weight: bold;
}
.about-section{
    background-image: url('../images/about-bg.jpg');
}
.me-heading h1, .me-heading2 h1{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.f-color{
    color: #fff;
}
.me-heading2{
    padding: 40px;
    text-align: center;
}
.me-about-two-text p{
    color: #fff;
    margin-top: 30px;
}
.me-about-two-text{
    color: #fff;
    text-align: justify;
}
.stats{
    text-align: center;
    font-size: 16px;
}
.stats i{
    font-size: 50px;
    padding: 10px;
}
.me-about-two-text .me-btn{
    background:none;
    border:2px solid;
    margin-top: 30px;
}
.me-btn:hover {
    background: #046992!important;
}
/*Home Video*/
.hvideo-content{
    position: relative;
    padding-bottom: 50px!important;
}
.hvideo-content .sec-title h3{
    color: #3d424b;
    text-transform: uppercase;
}
.video-carousel .owl-nav {
    margin: 0;
}
.video-carousel .owl-controls{
    display: none;
}
/*Videos*/
.videobox {
    position: relative;
}
.videobox img{
    border-radius: 10px 10px 0 0;
}
.videobox i {
    width: auto;
    font-size: 60px;
    text-align: center;
    color: #f91618;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: auto;
}
.videobox:hover i{
    color: #f91618
}
.videotitle h5 {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    font-family: poppinssemibold;
    padding: 12px;
    height: 50px; 
}
.videotitle {
    padding: 12px 12px;
    text-align: justify;
    color: #111111;
    background-color: #DCF2FA;
}
.videobox-wrap {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.app-section{
    background:#d1eae661;
}
.app-section p img{
    width: 120px;
}
.app-down{
    top: 0;
    bottom: 0;
    margin: auto;
}
.app-img img{
    margin: 50px 0;
}
.scrolling{
    background: #0193cf;
    height: 50px;
    padding: 15px;

}
.scrolling p{
    animation: marquee 30s linear infinite;
    white-space: nowrap;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    font-family: 'poppinssemibold';
}
@keyframes marquee{
   0% {
    transform: translateX(100%);  
}
    100% {
     transform: translateX(-100%)     
}
}
/* marquee */
.me-about-round-shape {
    width: 120px;
    height: 120px;
    background: #DCF2FA;
    z-index: -1;
    border-radius: 100%;
    margin: 0 auto 30px;
    line-height: 120px;
    display: block;
    position: relative;
}
.me-service-two-box {
    padding: 25px;
    box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    text-align: center;
    height: 450px;
}

.me-service-two .col-md-4:first-child:hover {
    background-image: url('../images/why-img-2.jpg');
    padding: 0px;
    transform: translate(0px, -10px);
}
.me-service-two .col-md-4:nth-child(2):hover {
    background-image: url('../images/why-img-1.jpg');
    padding: 0px;
    transform: translate(0px, -10px);
}
.me-service-two .col-md-4:nth-child(3):hover {
    background-image: url('../images/why-img-3.jpg');
    padding: 0px;
    transform: translate(0px, -10px);
}
.me-service-two-box:hover{
    background-color:rgba(1, 147, 207, 0.8);
}
.me-service-two .col-md-4:hover p, .me-service-two .col-md-4:hover h4, .me-service-two .col-md-4:hover a{
    color: #fff;
}
.me-service-two .col-md-4:hover .me-about-round-shape{
    background: #fff;
}

@media (max-width: 1399px)
.me-banner-two:before {
    top: -60px;
    left: -340px;
}
.me-banner-two:before {
    animation: banner_move 20s linear alternate infinite;
}
.me-banner-two-img {
    position: relative;
    padding-top: 50px;
}
@keyframes me-rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(0deg);
    transform: rotate(180000deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.me-banner-two-text .me-btn,.me-banner-three-text .me-btn {
    margin: 0 20px;
}
.me-banner-two:before {
    animation: banner_move 20s linear alternate infinite;
}
@keyframes banner_move {
  0%, 100% {
    transform: translateY(0px) rotate(-50deg);
  }
  50% {
    transform: translateY(80px) rotate(-50deg);
  }
}
.me-banner-two:after {
    animation: banner_move_two 10s linear alternate infinite;
}
@keyframes banner_move_two {
  0%, 100% {
    transform: translateX(1px) rotate(-63deg);
  }
  50% {
    transform: translateX(30px) rotate(-63deg);
  }
}
@keyframes mover {
    0% { transform: translateX(-10); }
    100% { transform: translateX(60px); }
}
.me-banner-icon svg:nth-child(odd){
    animation: mover1 6s linear infinite alternate;
}
@keyframes mover1 {
    0% { transform: translateX(-20); }
    30% { transform: translateY(-50); }
    70% { transform: translateX(-30); }
    100% { transform: translateY(100px); }
}
.me-banner-text:after,.me-banner-two-text:after {
    position: absolute;
    top: 20px;
    left: -50px;
    width: 200px;
    bottom: 0px;
    background-image: radial-gradient(#eeeeee 2px,transparent 2px);
    content: '';
    background-size: 20px 20px;
    z-index: -1;
    animation: dot_mover 6s linear infinite alternate;
}

@keyframes dot_mover {
    0% { transform: translateX(-20); }
    100% { transform: translateX(30px); }
}

.me-service-two {
    padding-bottom: 40px;
}
.me-service-two-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
.me-service-two-box p {
    margin-bottom: 0;
}
.me-padder-bottom {
    padding-bottom: 50px;
}
.br-line{
    border-right: 1px solid #000;
}
.app-down h4{
    font-weight: 600;
    font-size: 2em;
}
.app-down h2{
    font-weight: 900;
    font-size: -webkit-xxx-large;
}

.app-down img:hover{
    transform: scale(1.2);
    transition: 0.7s;
}
.stat-num{
    font-weight: 900;
    font-size: 24px;
}
..me-about-round-shape:hover{
    background: #fff;
}
.why-img{
    width: 70px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {    
    background-color: #0193cf;
}

.dropdown:hover .dropdown-content {
    display: block;
}
footer p{
    color: #000!important;
}
footer a:hover{
    color: #000;
}
.float-wa{
    position:fixed;
    color:#FFF;    
    bottom:40px;
    right:40px;    
    text-align:center;
    font-size:40px;    
    z-index:100;
}
.float-wa:hover{
    color: #fff;
}
.float-wa i{
    width:60px;
    height:60px;
    background-color:#25d366;
    border-radius:50%;
    box-shadow: 2px 2px 3px #999;
    padding: 10px;
}
.my-float-wa{
    margin-top:16px;
}
.pricing .nav-item::before{
    background-color: unset;
}

.only-form-pages .container, .simple_page .container{
    padding: 40px;
}
.banner-area{
    margin-top: 115px;
}
.accordion-toggle {
    cursor: pointer;
}
.carousel-caption{
    color: #000;
    text-align: left;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
}
.carousel-item img { 
  object-fit: unset;
  width: 100%;
}
.fr{
    float: right;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-left: -90px;
    margin-right: -90px;
}
.cp{
    cursor: pointer;
}
.cat-title{
    background: #d1eae661;
    color: inherit;
    padding: 0px 10px;
    position: relative;
}
.cat-title h4{
    padding: 10px;
    margin-bottom: 0;
    font-size:22px;
}
.cat-title i{
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all ease 0.5s; 
}
.res-down{
    max-height: 200px;
    transition: all ease 0.5s;    
}
.res-down.hide{
    max-height: 0;
    overflow:hidden;
}
.res-down p {
    margin-left: 20px;
    padding: 20px 0;
}
.res-down p a {
    font-size: 18px;
    text-transform: capitalize;
}
.res-down p a i{
    padding: 0 10px;
    color: #72c213;
}
.between {
    justify-content: space-between;
    margin: 0;
}
.equity-head {
    margin: 0;
    padding: 15px 25px;
    border-radius: 2px;
    background-color: #5eb9de;
    font-weight: 500;
    color: #fff;    
    text-align: center;
}
.column:first-child, .columns:first-child {
    margin-left: 0;
}
.calc-wrapper {
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    margin: 40px 0;
}
.columns, .column {
    box-sizing: border-box;
    flex: 0 1 auto;
}
.calc-inputs {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.around {
    justify-content: space-around;
}
.brokerage-columns .row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}
.four {
    flex-basis: 30.6666666667%;
    width: 30.6666666667%;
}
.brokerage-calculator-input label {
    font-size: .75rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #222;
}
.brokerage-calculator input[type=number] {
    -moz-appearance: textfield!important;
    padding-right: 0;
}

.brokerage-calculator-input input {
    font-size: .9rem;
    text-align: left;
    padding-left: 5px;
    color: #4a4a4a;
    max-width: 100%;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.valuation-block {
    padding: 0 10px;
    margin:auto;
}

.equity-list {
    border-bottom: 1px solid #f4f4f4;
}

.equity-list label {
    font-size: .75rem;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    color: #222;
}

.seven {
    flex-basis: 56.6666666667%;
    width: 56.6666666667%;
}

.equity-list span {
    font-size: .75rem;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom: 0;
    border: none;
    height: 28px;
    color: #222;
    padding-top: 6px;
}

.five {
    flex-basis: 39.3333333333%;
    width: 39.3333333333%;
}

.net-profit {
    padding: 5px 25px;
    margin: auto;
    background: #7ac620;
    color: #fff;
}

.net-profit label {
    font-size: 1rem;
    text-align: left;
    float: left;
    margin-top: 10px;
    
}

.net-profit span {
    font-size: 1rem;
    text-align: right;
    display: inline-block;
    float: right;
    border: none;
    margin-bottom: 0;
    height: 43px;
    padding-top: 11px;
}
.six {
    flex-basis: 48%;
    width: 48%;
}
.equity-radio, .currency-radio{
    margin: 20px 0;
}
.three {
    flex-basis: 22%;
    width: 22%;
}
.two {
    flex-basis: 13.3333333333%;
    width: 13.3333333333%;
}
.commodity-select select {
    font-size: .8rem;
    text-align: left;
    padding-left: 5px;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 45px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.uib-tab.nav-item.active{
    border-bottom: 2px solid;
    color: #0193cf;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
    }
.page-banner {
    background: url(../images/page-banner.jpg) no-repeat top center;
    background-size: cover;
    min-height: 250px;
    position: relative;
}
.cal-page-banner{
    background: url(../images/calculator-banner.jpg) no-repeat top center;
    background-size: cover;
    min-height: 250px;
    position: relative;
}
.page-banner .page-title {
    position: absolute;
    margin: auto;
    top: 80px;
    padding: 20px;
}
.page-banner .page-title h3 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.resource-sec{
    border: 1px solid #d1eae661;
    margin: 15px 0;
}
.wa-img img{
    width: 200px;
    padding: 20px 0;
}
.about_page h4{
    color: #0193cf;
    line-height: 1.4;
    margin-top: 10px;
}
.contact_us h4, .contact_us h2{
    color: #0193cf !important;
    line-height: 1.4;
}
.slidewa{
    padding: 10px;
    font-size: large;    
}
.wabg{
    background: #25d366!important;
}
.wabg:hover{
    background:#0a9c41!important;
}
.cat-title-bg{
    background:#0193CF;
    color: #fff!important;
}
.vm-bg{
    background:#0193CF;
    color: #fff!important;
    border-right: 1px solid;
}
.vm-bg h4{
    color: #fff;
}
.strike label, .strike span{
    text-decoration: line-through;
    color: red!important;
}
.text-box h6{
    font-family: 'poppinssemibold';
}
.optiondiv .calc-inputs {
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
}
.optiondiv .calc-inputs .three, .optiondiv .calc-inputs .two {
    width: 22%;
    flex-basis: 22%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.floatBlock label {
  display: block;
  font-family: 'poppinssemibold'
  font-size:20px;
}

.floatBlock {
  margin: 0 1.81em 0 0;
}

.labelish {
    margin: 0;
    font-family: 'poppinssemibold';
    margin: 15px;
}

.broketageplans {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    break-before: always;
    margin: 0 0 3em 0;
}
.capital-resource {
    font-size: 16px;
}
.capital-resource:hover {
	cursor: pointer;
}
.resource-box table td {
    color: #5c5c5c;
    border: solid 1px #e3e3e3;
	font-size:16px;
	
}
.resource-box h5 {
    font-size: 12px;
    padding-bottom: 20px;
}