h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
html {scroll-behavior: smooth;}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
  background-color: #1F2128 !important;
}

.container{
	max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #0071bd;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  right: 15px;
  /* top: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 15px;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index:9999;
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */

.desktop-header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 0;
}
.desktop-header {
  padding: 10px 0 1px;
  background-color: #EDEDED;
  z-index: 999;
}


.desktop-header ul li{
  list-style: none;
  text-align: -webkit-right;
}

.desktop-header ul li a{
  text-decoration: none;
  color: #000;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.desktop-header .user-icon i{
  font-size: 28px;
  font-weight: 800;
  float: none;
}
.desktop-header .user-icon {
  text-align: center;
}


.desktop-header ul li a:active{
  color: #005879;
}


.about-us-section  {
  background: #33343B;
  border-bottom-left-radius: 80% 123px;
  border-bottom-right-radius: 80% 110px;
  position: relative;
  height: 460px;
}

.about-us-section h1{
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  /* padding: 50px 0; */
  left: 38%;
  position: absolute;
  margin: auto;
  transform: translate(-10%, 205%);
  font-weight: 700;
  /* top: 50% !important; */

}


.particles-js-canvas-el {
  height: 100% !important;
  position: absolute;
  z-index: 10 !important;
  /* bottom: -150px; */
}

.about-us-content{
 
  padding: 100px 0;
}
.about-us-content .img-div {
  /* margin-top: 15px; */
  margin-right: 25px;
}

.about-us-content .img-div i{font-size: 20px;width: 60px;line-height: 60px;text-align: center;height: 60px;border-radius: 50%;background-color: #3772ff;}

/* .about-us-content ul{
  border-left: 2px dashed #fff;
} */

.about-us-content ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.about-us-content ul li:not(:last-child)::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 61px;
  left: 27px;
  bottom: 0;
  border-left: 2px dashed #3772ff;
}

.about-us-content ul li h1{
  font-size: 24px;
  padding-bottom: 20px;
}

footer{
  padding: 25px 0;
  background-color: #33343B;
}
footer p{
  color: #fff;
  font-size: 17px;
}
.trading-room-first-wrap{
  background-color: #fff;
  padding: 20px 0;
}

.trading-room-first-wrap .trading-room-card{
      border: 1px solid #d9d9d9;
      padding: 10px 20px;
      height: auto;
      margin: 0 0 10px 0;
      border-radius: 10px;
      box-shadow: 0px 0px 6px 2px #efefef;
      border-top-left-radius: 0;
      border-top-right-radius: 0px;
}
/*.tr-content .header-section{*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*}*/
.tr-content .header-section .img-div {
  position: relative;
  padding-right: 0;
}

.tr-content .header-section .img-div p{font-size: 12px;border: 2px solid #000;text-align: center;width: 100%;transform: translate(0px, 0px);background: #fff;margin: -10px 0 0 0;}



.tr-content .heading h2{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #2C3E50;
}


.tr-content .header-section .img-div i{
  color: #000;
  height: 100px;
  width: 100px;
  font-size: 72px;
  line-height: 111px;
  border-radius: 50%;
  border: 3px solid #000;
  text-align: center;
}

.tr-content p.desc{
  margin-top: 0px;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
} 
.tr-content  p.border-desc{
  text-align: center;
  position: relative;
  color: #2874a6;
}

.tr-content  p.border-desc::before{
  content: "";
  background-color: #2874a6;
  width: 180px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0px;
}


.tr-content  p.border-desc::after{
  content: "";
  background-color: #2874a6;
  width: 180px;
  height: 2px;
  position: absolute;
  top: 14px;
  right: 10px;
}


.attachments span{
  color: #2874a6;
}

.trading-room-card-footer{
  display: flex;
  justify-content: space-between;
}

.trading-room-card-footer span.replies-red{
  background-color: red;
  padding: 5px;
}
.reply-link{
  padding-bottom: 7px;
}
.reply-link a{
	text-decoration: none;
	color: #1abc9c;
	background-color: transparent;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}

.reply-link a:hover {
	color: #0C6C8F;
}

.reply{
  display: flex;
}
.reply span i{
  padding-right: 5px;
  font-size: 20px;
}

.reply span {
  padding-right: 15px;
  font-size: 16px;

}
.reply span i{
  padding-right: 5px !important;
  font-size: 20px;
  color: #1ABC9C;
}

.like-dislike i{
  font-size: 20px;
}
.trading-room-discussions{
  text-align: center;
  background-color: #2c629e;
  padding: 15px 0 1px;
}
.trading-room-discussions h1{
 color: #fff;
 font-size: 35px;
 line-height: 25px;
}

.tr-content p.attachments{
  padding: 20px 0;
}

.tr-content p.trading-card-header{
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: red;
}

.tr-content.card-2{
  /* border: 1px solid #000; */
  height: auto;
  max-height: 500px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  /* scrollbar-width: thin; */
  padding: 0;
}

.tr-content.card-2 .header-section .img-div i {
  color: #000;
  height: 70px;
  width: 76px;
  font-size: 41px;
  line-height: 86px;
  border-radius: 50%;
  border: 3px solid #000;
  text-align: center;
}
.trading-card-body{
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px dashed #2874a6;
}

.tr-content.card-2 .header-section .img-div p {font-size: 12px;border: 1px solid #000;text-align: center;}
.video-lib-header{
  padding: 15px 0px 1px;
  background-color: #2b609c;
}
.video-lib-header h1{
  text-align: center;
  color: #EDEDED;
  line-height: 25px;
  font-size: 35px;
}








.ewt-daily-banner-section{
  background-color: rgb(24, 21, 21);
  background: #1f2128;
  border-bottom-left-radius: 80% 123px;
  border-bottom-right-radius: 80% 110px;
  padding: 90px 0px;
}

.ewt-daily-banner-section .ewt-heading h3 {
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 0px;
}
.ewt-daily-banner-section .ewt-heading h2 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  padding: 25px 0px;
}
.ewt-daily-banner-section .ewt-heading p{
  color: #D3D4E0;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  line-height: 30px;
  /*! width: 675px; */
  /* width: 94%; */
}
.ewt-heading .jump-into{
  padding: 30px 0px 10px;
}
.ewt-heading {
  /*! float: right; */
  /*! text-align: center; */
  float: left;
  padding-left: 67px;
}
.card-our-package-heading{
  color: white;
  text-align: center;
}
.card-our-package-heading h2{
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 40px;
}
.card-our-package-heading h2::after{
  content: "";
  position: absolute;
  width: 10%;
  height: 4px;
  background-color: #0071bd;
  bottom: 26px;
  left: 46%;
}

.our-package-card{
  background-color: #0467a9;
  /* width: 500px;
  height: 500px; */
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  position: relative;
  z-index: 999;
}



.card-icon i{
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 50px;
  color: #0071BD;
}
.uc_ispt_container_icon h1{
  padding: 30px 40px;
}

.card-price-div{
  background-color: #000;
  padding: 10px 0 17px;
}
.card-price-div h3{
  color: #fff;
}
.card-price-div h3 span{
  font-size: 20px;
}

.our-package-card-list {
  padding: 40px 20px 30px 30px;
}


.our-package-card h2 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px;
}
.our-package-card h5{
  color: white;
  font-size: 17px;
  padding-bottom: 25px;
}

.our-package-card-list li{
  list-style: none;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
}
.our-package-card-list li span {
  font-size: 15px;
  font-weight: 500;
}

.our-package-card-list li i{
  font-size: 20px;
  padding-right: 10px;
}

/*.card-btn a{*/
/*  padding: 14px 20px 14px 20px;*/
/*  border: 2px solid #fff;*/
/*  text-decoration: none;*/
/*  color: #fff;*/
/*  transition: 0.5s;*/
/*  border-radius: 8px;*/
/*}*/

/*.card-btn a:hover{*/
/*  background-color: #fff;*/
/*  color: #0071bd;*/

/*}*/

.card-btn {

}
.analysts{
  background-color: #1F2128;
  padding: 20px 0 50px;
}

.analysts h1{
  text-align: center;
  color: #fff;
  padding: 65px 0px;
  font-weight: bold;
}

.analysts h1::after{
  content: "";
  position: absolute;
  width: 10%;
  height: 4px;
  background-color: #0071bd;
  bottom: 33px;
  left: 45%;
}
.analysts .analyst-img img{
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}
.analysts .analyst-img img:hover{
  transform: scale(1.1);
}

.analysts h2{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 30px;
}

.analysts p{
  color: #FFFFFF;
  font-size: 17px;
  padding-bottom: 22px;
}

.analysts-hp{
padding-left: 20px;
} 

.analyst-img img{
  height: 100%;
}

.about-us{
  background-color: #54595F;
}
.about-header{
  color: white;
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.video-lib-header-first-wrap{
  padding: 50px 0 0;
  background-color: #fff;
}

.main-video{
  border: 1px solid #000;
  padding: 5px 5px;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
}
.about-first-wrap{
  background-color: #1f2128;
  margin: 100px 0;
}




/* video css start here */

/* .video-lib-header-first-wrap{
  position: relative;
} */
.play-button-wrapper {
position: relative;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
pointer-events: none;
}
.play-button-wrapper #circle-play-b {cursor: pointer;pointer-events: auto;border: 4px solid rgb(0 84 255);border-radius: 50%;padding: 25px;}
.play-button-wrapper #circle-play-b svg {width: 105px;height: 105px;fill: #2874a6;stroke: #2874a6;cursor: pointer;background-color: rgb(255 255 255);border-radius: 50%;opacity: 0.9;}

/* .play-button-wrapper:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: #2874a6;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
} */
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}



.video-main-section-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}
.video-main-section-content h1{
  font-size: 30px;
  color: #2874a6;
}


.video-main-section-content p i{
  color: #2874a6;
  font-size: 20px;
}
.video-main-section-content .heading{
  width: 70%;
}


.video-main-section-content .date p{
  color: #9b9b9b;
  font-size: 19px;
  font-weight: 600;

}

.video-side-bar{
  position: relative;
  margin-bottom: 15px;
  border-bottom: 3px solid #000;
}
 
.video-side-bar .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
  border: 4px solid rgb(0 84 255);
  border-radius: 50%;
  padding: 4px;
}

.video-side-bar .play-button-wrapper #circle-play-b svg {
  width: 50px;
  height: 50px;
  fill: #2874a6;
  stroke: #2874a6;
  cursor: pointer;
  background-color: rgb(255,255,255);
  border-radius: 50%;
  opacity: 0.9;
}

.video-side-bar .play-button-wrapper:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* display: block; */
  width: 50px;
  height: 50px;
  background: #2874a6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.sidebar-video-top-heading {
  font-size: 25px;
  font-size: 800;
  font-weight: 700;
  color: #2874a6;
  padding-bottom: 10px;
  line-height: 22px;
}
.date p span{
  background-color: #2874a6;
  color: #fff;
  padding: 10px 5px;
  border-bottom-left-radius: 10px;
}
.video-ind-heading {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.video-ind-heading h3{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  width: 80%;
  /* left: 10px; */
}

.video-ind-heading p i{
  color: rgb(255, 213, 5);
}


.mobile-top {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
  background-color: #ffffff;
}

.mobile-top .img-div img{
  height: 70px;
  /* width: 100px; */
}



#uc_blox_particles_logo_elementor24586 {
  display: none;
}
.uc_blox_particles_logo_elementor24586_particle-img-wrapper{
width:100%;
height:600px;
text-align:center;}

.about-us-section .particles-js-canvas-el {
  height: 100% !important;
  position: absolute;
  z-index: 10 !important;
  bottom: 0px;
}

.ewt-daily-banner-section .particles-js-canvas-el {
  height: 75% !important;
  position: absolute;
  z-index: 10 !important;
  /* bottom: -220px; */
}





















/* blog css */

.item.about-card{
  margin-bottom: 50px;
  position: relative;
}
.about-us-carousel-section{
  padding: 100px 0;
}

.about-us-carousel-section .item.about-card h1{
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding: 10px 0 20px;
  line-height: 25px;
  width: 85%;
  /* font-family: "PoppinsBold"; */
}
.time-date p{
  text-align: left;
  color: #fff;
  font-size: 16px;
  /* font-family: "PoppinsMedium"; */
  padding-left: 10px;
}
.about-us-carousel-section .about-card p.desc{
  text-align: left;
  color: #fff;
  line-height: 25px;
  width: 95%;
  font-size: 16px;
  /* font-family: PoppinsMedium; */
}

.time-date img{
  width: 6% !important;
  height: auto;
}
.about-card-footer img{
  width: 50px !important;
  height: auto;

}

/* .about-us-carousel-section{
  padding: 0 0 50px 0;
} */

.about-card-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
}
.about-card-footer span{
  /* background-image: -moz-linear-gradient( 22deg, rgb(95,177,188) 0%, rgb(27,112,178) 100%);
  background-image: -webkit-linear-gradient( 22deg, rgb(95,177,188) 0%, rgb(27,112,178) 100%);
  background-image: -ms-linear-gradient( 22deg, rgb(95,177,188) 0%, rgb(27,112,178) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #a1a1a1;
  font-size: 18px;
  /* font-family: "PoppinsBold"; */
  padding-left: 10px;
}
.video-form {
  padding-bottom: 100px;
}
.video-form .input-div{
  float: right;
}

.video-form .input-div input{
  background: #1f2128;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding-left: 20px;
}

.post-add-section{
  padding: 0px 0 30px 0;
}

.post-add-section h2{
  font-size: 22px;
  font-weight: 800;
}
.post-add-section .btn-div{
  padding-top: 20px;
}
.post-add-section .btn-div a{
  padding: 10px 20px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  background-color: #B03A2E;
  border-radius: 4px;
  font-weight: 600;
}
div#topic_replies {box-shadow: 0px 5px 10px 3px #e3e3e3;}
a.getreplies.active {background: transparent;color: #1abc9c;font-weight: bold;}
p.border-desc a.expandpost {color: #21618C;font-weight: 400;}

span.likebox, span.dislikebox {margin: 0 20px 0 0px;}
span.likebox4, span.dislikebox {margin: 0 20px 0 0px;}
span.likebox5, span.dislikebox {margin: 0 20px 0 0px;}
.like-dislike a {color: #5D6D7E;}
a.liked {color: #4297f1 !important;}
a.disliked {color: #ff5443 !important;}
.replyareadd {padding: 0px 0 0px 0;margin: 0px 0 0 0;}
.replyareadd textarea.form-control {margin: 0 0 10px 0;}
.replyareadd a.btn.btn-danger {width: 100%;padding: 0;}
.tr-content .heading p.datetime {font-size: 12px;}
div#topic_replies .header-section h2 {font-size: 15px;}
div#topic_replies .trading-card-body img.img-fluid {height: 100px;width: 100px;border: 1px solid #efefef;}
div#topic_replies .trading-card-body p.desc {height: auto;}
div#topic_replies .header-section h4 {font-size: 16px;margin: 0 0 5px 0;color: #646464;}
.heading {overflow: hidden;flex-wrap: nowrap;padding-left: 0px !important;}
/* width */
#topic_replies::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#topic_replies::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#topic_replies::-webkit-scrollbar-thumb {
  background: #b03a2e;
  border-radius: 10px;
}

/* Handle on hover */
#topic_replies::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.trading-room-first-wrap p.login-to-room {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.about-card .img-div i{
    color:#000;
    position: absolute;
    /* padding: 23px 25px; */
    width: 65px;
    text-align: center;
    line-height: 62px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #000;font-size:30px;
    position:
    absoulte;
    top: 25%;
    left:50%;
    transform:
    translate(-50%,-50%);
}

.ck.ck-editor .ck.ck-editor__main .ck.ck-editor__editable_inline>:last-child {height: 200px !important;}
ul.BHYSANUWAQ0PARENT {
    list-style: none;
}

ul.BHYSANUWAQ0PARENT li {
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    margin: 5px 0;
    border-radius:10px;
}
a.btn.btn-danger.submitareply {
    border-radius: 20px;
    margin: 10px 0 0 auto;
    display: table;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #0e576c;
    border: 1px solid #0e576c;
}
.note-editable.card-block {min-height: 200px !important;}
a.rplybtntr.activeATE {background-color: #4f8fff;color: #fff;padding: 5px 12px;border-radius: 5px;}
a.rplybtntr {background-color: #b72b38;color: #fff;padding: 5px 12px;border-radius: 5px;cursor:pointer;}
a.rplybtntr:hover {background-color: #AC1B29;color:#FFF;;}

a.getrepliesofREPLY.activeATE {background-color: transparent;font-weight:bold;}
.alert.alert-success.replytoreplymsg {padding: 0;text-align: center;}
p.trading-card-header {background: #dc3545;text-align: center;color: #fff;padding: 10px 0;border-radius: 10px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
p.usernameofreplier3 {border-top: 1px solid #dbdbdb;padding: 10px 0 0 0;font-size:12px;}
p.usernameofreplier1 {font-size: 17px;font-weight: bold;color: #000;}
p.usernameofreplier2 {font-size: 12px;text-align: right;}
.note-toolbar.card-header {z-index: 1;}
    .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #22222252;
    display: none;
    z-index: 1;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


.custom-file.mt-2.mb-2 {position: relative;}
.custom-file.mt-2.mb-2 label.btn.CCC_FFF_DDD {position: absolute;width: 90px;background: #b03a2e;color: #fff;}
input#customFileReply {text-align: left;padding: 0;cursor: pointer;}

input#customFileReplyOfReply {text-align: left;padding: 0;cursor: pointer;margin: 10px 0 0 0;}
.CCC_FFF_DDD_PARENT {position: relative;}
label.btn.CCC_FFF_DDD {position: absolute;width: 90px;background: #b03a2e;color: #fff;}

input.qazxswedc123:after {
    content: 'Browse';
    display: block;
    color: #000;
    left: 107px;
    top: 5px;
    position: absolute;
    background: #fff;
    width: 50%;
}
.scrollingboxleftParent {cursor: pointer;}
.scrollingBox {position: relative;right: 0;z-index: 1; }
.tradingroom2 {position: relative;}
.customFileReplyClass{
    position:relative;
}
.customFileReplyClass:before {
    content: '';
    background: url('../images/filebefore.PNG');
    background-size: cover;
    width: 80px;
    display: block;
    margin: 0;
    height:38px !important;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    position: absolute;
}
.customFileReplyOfReplyClass:before {
    content: '';
    background: url('../images/filebefore.PNG');
    background-size: cover;
    width: 80px;
    display: block;
    margin: 0;
    text-align: center;
    height: -webkit-fill-available;
    color: #fff;
    border-radius: 3px;
    position: absolute;
}



/*summer note css*/
.modal-dialog .form-group.note-group-image-url {display: none;}
input.note-image-input.note-form-control.note-input {
    color: #fff;
    position: relative;
}

input.note-image-input.note-form-control.note-input:after {
    content: 'Browse';
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    background: #0000009e;
    transform: translate(20px, 0px);
    padding: 2px 10px;
    border-radius: 10px;
    text-align: left;
    width: 80%;
}
/*summer note css*/
.tr-content .desc img {
    height: 200px;
    width: 100% !important;
    object-fit: contain;
    border: 1px solid #eded !important;
    padding: 10px;
    margin: 0 0 5px 0;
}


.logos-jump  h1{
    color:#fff;
}



.logos-jump img{
    height:50px !important;
}

.card-price-div h6 {
    color: #fff;
    font-size:20px;
}


.testimonial-carousel h4{
  color: #fff;
  font-size: 16px;
}

.testimonial-carousel h6{
  color: #fff;
  padding-top: 17px;
  font-size: 30px;
}

.testimonial-carousel .testimonial-item {
  width: 80%;
  margin: auto;
  background-color: #000;
  border-radius: 10px;
  border: #005879;
  height: 205px;
  padding: 30px;
  box-shadow: rgb(163 161 161 / 20%) 0px 6px 19px 4px;
}
.ewt-daily-banner-section .ewt-heading h2 i {
    font-weight: bold;
}
section.testimonial-home-page {
    margin: 10px 0;
}

.desktop-header .user-icon a {
    padding: 0 10px;
      padding: 6px 17px;
    border-radius: 8px;
     background: #2a5f9b;
        color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: table;
    text-align: center;
}
/*.desktop-header .user-icon.user-round a{*/
  
/*}*/

div#myDropdown a {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    color: #000;
}


.tr-content .header-section .img-div.platclass p{border: 2px solid #8d8d8d;}
.tr-content .header-section .img-div.goldclass p{border: 2px solid #FFD700;}
/* 
	A couple styles to make the demo page look good
 */
body {
	padding-bottom: 2rem;
	padding-top: 4rem;
}
.row {
	margin-bottom: 1rem;
}
[class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#files {
    overflow-y: scroll !important;
    min-height: 320px;
}
@media (min-width: 768px) {
	#files {
		min-height: 0;
	}
}
#debug {
	overflow-y: scroll !important;
	height: 180px;	
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}

div#blogs #content img {
    width: 430px !important;
    height: 270px;
    margin: 20px !important;
}


/*a.login-btn {*/
/*    padding:10px;*/
/*    background:#000;*/
/*    color:#fff;*/
/*}*/

div#myDropdown a:hover {
    background: #000;
    color: #fff;
}

.our-package-card.h-100 {
	z-index:1000000!important;
}

.nav-tabs {
	border-bottom:none!important;
}

.nav-tabs .nav-link.active {
	border-top-color:#8E9BA9!important;
	border-right-color:#8E9BA9!important;
	border-left-color:#8E9BA9!important;
	border-bottom:none!important;
}

.nav-tabs .nav-link {
	background:#FFF!important;
	border-top-color:#CBD2D8!important;
	border-right-color:#CBD2D8!important;
	border-left-color:#CBD2D8!important;
	border-bottom-color:#8E9BA9!important;
}

.nav-tabs .nav-link {
    margin-bottom: 1px!important;
}