@import url(fonts.css);

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 300;
}

body p {
    line-height: 1.8em;
    font-size: 14.5px;
    font-weight: 400;
    color: #8a8a8a;
}

/* Font family styles and desc */

.text-cabin {
    font-family: "Cabin", sans-serif; /* Use for Footer Header */
}

.text-archivo {
    font-family: "Archivo", sans-serif; /* Use for Site Headers */
}

.text-barlow {
    font-family: "Barlow", sans-serif; /* Use for Contact Us */
}

.text-raleway {
    font-family: "Raleway", sans-serif; /* Use for Newsletter Side */
}

.text-reddit {
    font-family: "Reddit Sans", sans-serif; /* Use as main p tag text*/
}

.text-source-sans {
    font-family: "Source Sans 3", sans-serif; /* Use for Footer & Header Text */
}

.text-poppins {
    font-family: "Poppins", sans-serif; /* Use for sub header text */
}

.text-poetson {
    font-family: "Poetsen One", sans-serif; /* Bold Italic Text - To be used in newsletter side also */
}

.text-roboto {
    font-family: "Roboto", sans-serif; /* Use for Analysis side & Site Buttons */
}


.italic-text {
    font-style: italic;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-10 {
    font-size: 10;
 }

.font-11 {
    font-size: 11;
 }

.font-12 {
    font-size: 12;
 }

.font-13 {
    font-size: 13;
 }

.font-14 {
   font-size: 14;
}

/* End Font family styles and desc */


/* Font Color Styles */

.text-blue {
    color: #064469;
}

.text-dark-blue {
    color: #000056;
}

.text-light-blue {
    color: #018ABE;
}

.text-yellow {
    color: #00bbff;
}

.text-orange {
    color: #FC8500;
}

/* End Font Color Styles */


/* Header and Nav Styles */

.btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.header-area {
    background: #000056;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    color: white;
    overflow-y: visible;
}

.header-area .open-hours {
    padding: 12px 0px;
    display: block;
}

.header-social-mobile {
    padding-top: 10px;
}

.header-social-mobile a {
    font-size: 13px;
    color: white;
    background: #000056;
    margin: 0px 5px;
    border: 1px solid white;
    padding: 4px 7px;
    border-radius: 50%;
}

.header-socials a {
    font-size: 16px;
    color: white;
    background: #000056;
}

.header-socials a:hover {
    color: #000056;
    background: white;
}

.header-socials a:hover span {
    color: #000056;
    background: white;
}

.header-socials a span {
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding: 15px 18px;
}

.header-socials a:nth-child(2) span {
    border-left: 0px solid white;
}
.header-socials a:nth-child(3) span {
    border-left: 0px solid white;
}
.header-socials a:nth-child(4) span {
    border-left: 0px solid white;
}

.logo-area {
    font-family: "Source Sans 3", sans-serif;
    padding: 30px 0px 30px 0px;
    position: relative;
}

.img-logo {
  width: 250px;
}

.header-contact-area .icon {
    color: #00bbff;
    border: 1px solid #000056;
    background: #000056;
    padding: 14px 15px;
    font-size: 25px;
}

.header-contact-area .info-area {
    padding-left: 10px;
    font-size: 15px;
    padding-top: 5px;
}

.header-contact-area .info-area .info-head {
    display: block;
    color: black;
    font-weight: 500;
}

.header-contact-area .info-area .info-text {
    color: #8a8a8a;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.desktop-nav {
    background: #000056;
    font-family: "Source Sans 3", sans-serif;
    position: relative;
    z-index: 99999;
}

.desktop-nav .nav-items {
    list-style-type: none;
    display: flex;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    margin-left: -12px;
    transition: all 0.5s ease-in-out;
}

.desktop-nav .nav-items li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00bbff;
    transition: all 0.5s ease-in-out;
}

.desktop-nav .nav-items li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00bbff;
    transition: all 0.5s ease-in-out;
}

.desktop-nav .nav-items li {
    padding: 25px 0px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.desktop-nav .nav-items li a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    border-right: 1px solid #1f516b;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 25px;
}

.desktop-nav .nav-items li:last-child a {
    border-right: none;
}

.auth-btn-area {
    background: #000e66;
    padding-top: 18px;
}

.btn-login {
   background: white;
   color: #000e66;
   border-radius: 0px;
   border: 1px solid white;
   padding: 7px 20px;
}

.btn-login:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.btn-register {
    background: #00bbff;
    color: white;
    border-radius: 0px;
    padding: 7px 20px;
    margin: 0px 20px;
}

.btn-register:hover {
    background: transparent;
    color: #00bbff;
    border: 1px solid #00bbff;
}

/* For Mobile Navigation */
.mobile-nav {
    background: #000e66;
    font-family: "Source Sans 3", sans-serif;
    position: relative;
    z-index: 99999;
}

.mobile-nav .container {
    padding: 0px 25px;
}

.mobile-nav .navbar-brand {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-toggle {
    border: none;
    color: white;
}

.btn-toggle:focus {
    outline: none;
    box-shadow: none;
}

.mobile-nav .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.mobile-nav .navbar-nav .nav-item .nav-link.active {
    color: #00bbff;
}

/* End Header and Nav Styles */

/***** Banner Area Styles *****/ 

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-rev-slider {
    margin-top: -40px;
  }

  .fullscreenbanner {
    max-height: 550px !important;
  }

  .home-slider-bg {    
    width: 100%;
    min-height: 550px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;    
  }
  .slider-dtl {
    width: 509px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .slider-heading {
    color: #FFF;
  }
  .slider-heading span {
    color: #FFB701;
  }
  .slider-sub-heading {
    color: #FFF;
    font-weight: 400;  
    line-height: 1.44;
    margin: 13px 0 37px;
  }
  .slider-dtl .btn-default {
    color: #FFF;
  }
  .slider-dtl .btn-default:hover {
    background-color: #FFF;
    color: #222;
  }
  .home-slider .owl-prev {
    left: 30px;
  }
  .home-slider .owl-next {
    right: 30px;
  }
  .home-slider .owl-prev,
  .home-slider .owl-next { 
    color: #FFF;
    font-size: 20px;
    position: absolute; 
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 54px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .home-slider .owl-prev:hover,
  .home-slider .owl-next:hover {  
    background-color: rgba(0,0,0,1);
    color: #FFB701;
  }
  .home-slider:hover .owl-prev,
  .home-slider:hover .owl-next {
    opacity: 1;
    width: 50px;
  }
  @media(max-width:767px) {  
    .slider-dtl {
      width: 300px; 
    }
  }
  
  /*===== Slider Effects =====*/
  .home-slider.owl-carousel .owl-item .slider-dtl {
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;  
  }
  .home-slider.owl-carousel .owl-item .slider-dtl.top-effect {
    opacity: 0; 
    top: 0;  
  }
  .home-slider.owl-carousel .owl-item.active .slider-dtl.top-effect { 
    opacity: 1;  
    top: 50%;
  }
  .home-slider.owl-carousel .owl-item .slider-dtl.left-effect {
    opacity: 0; 
    margin-left: -500px;  
    overflow: hidden;
  }
  .home-slider.owl-carousel .owl-item.active .slider-dtl.left-effect { 
    opacity: 1;  
    margin-left: 0;
  }

/***** End Banner Area Styles *****/

/***** Other Home Page Areas *****/ 

.chart-area {
    margin-top: -93px;
}

.section-padding {
    padding: 60px 0px;
    background: whitesmoke;
}

.about-area {
    background: url(../img/bg-coin.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 100px;
}

.section-subhead {
    color: #adadad;
    font-family: "Poppins", sans-serif;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 400;
}

.section-head {
    color: #000056;
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
    line-height: 1.5em;
    font-weight: 700;
}

.section-btn {
    color: white;
    background: #000056;
    border-radius: 0px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    border: 1px solid #000056;
}

.section-btn:hover {
    color: #000056;
    border: 1px solid #000056;
}

.problems-content {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}

.problems-content .img-prob {
    width: 100%;
    height: 250px;
}

.first-overlay {
    position: absolute;
    bottom: 20px;
    left: 0px;
    margin: 0px 15px;
    padding: 15px 10px;
    background: rgba(0, 0, 86, 0.74);
    width: 91.5%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.first-overlay .first-overlay-text {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.first-overlay .fov-hicon {
    color: white;
    background: #00bbff;
    padding: 10px;
    font-size: 20px;
}

.problems-content:hover .first-overlay {
    opacity: 0;
}

.problems-content .content-overlay {
    background: rgba(0, 0, 86, 0.74);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .problems-content:hover .content-overlay{
    opacity: 1;
  }

.problems-content .content-details {
    position: absolute;
    /* text-align: center; */
    padding: 20px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .problems-content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .problems-content .content-details p {
    color: white;
  }

  .fadeIn-left{
    left: 20%;
  }

  .btn-prob {
    color: #000056 !important;
    background: white !important;
    border: 1px solid white !important;
    border-radius: 0px;
    padding: 10px 20px;
    margin-top: 15px;
  }

  .plans-content {
    box-shadow: 0 1.5px 5px rgb(0 0 0 / 0.2);
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
  }

  .plans-content:hover {
    margin-top: 5px;
  }

  .plans-content .plans-subhead {
    font-size: 18px;
  }

  .plans-content .plans-head {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .yellow-bot {
    width: 50px;
    height: 3px;
    background: #00bbff;
    margin: 10px 0px;
  }

  .features-area {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../img/pexels-4.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 400px;
    padding: 50px 0px;
  }

  .features-area .feature-head {
    color: #00bbff;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid #00bbff;
  }
  
  .features-content {
    background: white;
    padding: 20px 15px 25px 15px;
    text-align: center;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }

  .features-content h6 {
    font-size: 16px;
  }

  .features-content p {
    font-size: 14px;
  }

  .features-content .icon-area span {
    color: white;
    background: #000056;
    padding: 15px;
    font-size: 30px;
  }

  .features-content:hover {
    margin-top: 10px;
  }

  .start-trade-area {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.8)), url(../img/pexels-3.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 250px;
    padding: 60px 0px;
    text-align: center;
  }

  .start-trade-area h2 {
    color: #00bbff;
    font-weight: 600;
    font-size: 35px;
  }

  .start-trade-area p {
    color: white;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .btn-start-trade {
    color: white !important;
    background: #00bbff !important;
    border: 1px solid #00bbff !important;
    border-radius: 0px;
    padding: 10px 20px;
  }

  .newsletter-area p {
    font-size: 15px;
  }

  .news-group input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 25px;
    font-size: 15px;
  }

  .news-group input:focus {
    box-shadow: none;
    outline: none;
    border-color: #000056;
    color: #000056;
  }

  .news-group button {
    color : white;
    background: #000056;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #000056;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 20px;
  }

  .news-group button:hover {
    color: #000056;
    border: 1px solid #000056;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #000056;
    color: #00bbff;
    cursor: pointer;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: #000056;
    color: #00bbff;
  }
  
  .header-for-widget {
    background-color: #000056;
  }

  .ifc_widget>ul {
    height: 290px;
}

.contact-form-area .contact-header h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
  }
  
  .contact-form-area .contact-header .red-bot {
    width: 50px;
    height: 3px;
    background: #000056;
  }
  
  .contact-group {
    margin-top: 20px;
  }
  
  .contact-group .form-control {
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 0px;
    font-weight: 400;
    color: grey !important;
  }
  
  .contact-group .form-control:focus {
    box-shadow: none;
    color: initial;
    border-color: #dee2e6;  
  }
  
  .contact-info-area {
    padding-top: 30px;
  }
  
  .contact-info-area .info-area {
    margin-top: 20px;
  }

  .btn-submit {
    color: white;
    border: 1px solid #000056 !important;
    background: #000056;
    padding: 15px 30px;
    border-radius: 0px;
    transition:all 0.8s, color 0.3s 0.3s;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .btn-submit:hover {
    color: #000056 !important;
    background: white !important;
    box-shadow:300px 0 0 0 white inset !important;
  }

  .auth-card {
	box-shadow: 0 5px 15px rgba(6, 54, 212, 0.2);
}

.auth-card h1 {
	font-weight: 600;
}

.no-bod-rad {
	border-radius: 0px;
}

/***** End Other Home Page Areas *****/

/***** Other Pages Styles *****/  
.other-banners {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)), url(../img/pexels-1.jpg) no-repeat center;
    min-height: 300px;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 50px;
    margin-top: -40px;
}
/***** End Other Pages Styles *****/


/***** Footer Styles *****/ 

.footer-area {
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../img/footer-background.jpg) no-repeat center;
    min-height: 400px;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    /* font-family: "Assistant", sans-serif; */
  }

  /* .footer-column {
    padding-top: 20px;
  } */

  .img-footer {
    width: 200px;
  }

  .footer-text {
    font-size: 14px;
    color: whitesmoke;
    margin-top: 15px;
  }

  .footer-socials {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .footer-socials a {
    color: #00bbff;
    border: 1px solid #00bbff;
    border-radius: 50%;
    padding: 10px 13px;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.5s all ease-in-out;
  }

  .footer-socials a:hover {
    color: #00bbff;
    background: white;
    border: 1px solid white;
  }

  .footer-head {
    cursor: pointer;
    padding-top: 20px;
  }

  .footer-head h5 {
    color: white;
    font-family: "Source Sans 3", sans-serif;
  }

  .footer-head .footer-bot {
    background: #00bbff;
    width: 40px;
    height: 3px;
    transition: all 0.5s ease-in-out;
  }

  .footer-head:hover .footer-bot {
    width: 90px;
  }

  .footer-nav-links {
    list-style-type: none;
    margin-top: 10px;
    padding-inline-start: 20px;
  }

  .footer-nav-links li {
    line-height: 2em;
    position: relative;
  }

  .footer-nav-links li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -20px;
    width: 10px;
    height: 10px;
    border: 2px solid #00bbff;
  }

  .footer-nav-links li a {
    color: whitesmoke;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
  }

  .footer-nav-links li a:hover {
    color: #00bbff;
  }

  .footer-contact-nav {
    list-style-type: none;
    margin-top: 10px;
    padding-inline-start: 0px;
  }

  .footer-contact-nav li {
    line-height: 2em;
    position: relative;
  }

  .footer-contact-nav li a {
    color: whitesmoke;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
  }

  .footer-contact-nav li a:hover {
    color: #00bbff;
  }

  .copyright-area {
    padding-top: 70px;
    text-align: center;
  }

  .copyright-area p {
    color: white;
  }

  .designer {
    color: #00bbff;
    text-decoration: none;
  }

  .designer:hover {
    color: #00bbff;
    text-decoration: none;
  }
/***** End Footer Styles *****/