p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
img {
  vertical-align: middle;
  border-style: none;
}

.main-container {
    max-width: 1950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.inside-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
/* sticky icon bar  */

.icon-announcements
{
	color:red;
	padding:8px;
}
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px 8px 4px 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  margin-top: 5px;
}

.icon-bar a:hover {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.facebook {
  background: #3B5998 !important;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
}

.instagram{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
  }

.telegram {
  background: #007bb5; 
  color: white;
}
/* /sticky icon bar  */

/* sticky nav bar  */
.bg-black-1{
	background-color:#000000;
}
nav ul li{
	margin:auto;
}
.custom-nav{
  opacity: 1;
}

ul.navbar-nav li { 
    display: inline-block;
    text-align: center;
}
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  height: 60px;
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1rem;
  font-weight: 700;
  
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.carousel-item {
  height: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-prev {
    left:-15%!important;
    }
.carousel-control-next {
    left: 100%!important;
}
.carousel-control-next-icon{
	background-image: url('../images/brokers_solutions/arrow_right.png')!important;
	width: 75px!important;
    height: 75px!important;
}
.carousel-control-prev-icon{
	background-image: url('../images/brokers_solutions/arrow_left.png')!important;
	width: 75px!important;
    height: 75px!important;
}
.carousel-indicators li {	
  width: 10px;
  height: 10px;
  border-radius: 50%;

}
.carousel-indicators {	
	bottom:-55%!important;
	height:50%!important;
}
.carousel-indicators-spacing-mobile {	
	bottom:-55%!important;
	height:50%!important;
}

.cardcontainer{
  margin-top: 80px;
}

.img-latest-events{
  max-height: 135px;
  max-width: 180px;
}

/* /sticky nav bar  */
.font-latest-events{
  font-size: 12px;
  width: 360px;
  height:100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-latest-events{
	padding:5px;
}

.section-gap{
	padding-top: 50px;
}

.custom-calendar{
	padding-right: 5px;
	background: url('/images/icon_announcements_calendar.png');
}

.font-time-calendar{
	font-size: 12px;
	font-weight: bold;
	height:10px;
}

.fa-calendar .fa-clock-o{
	font-color:red;
	padding-left: 10px;
}

.image-padding-1{
	height: 50px;
	width: 50px;
}

.dot {
  max-height: 250px !important;
  max-width: 250px !important;
  border-radius: 50%;
  display: inline-block;
}
/* Header  */
.cart{
	width: 56px;
    height: 50px;	
}
/* /Header  */
/* Homepage  */

.navbar {
    padding: 0.5rem 70px;
}

#cnx_logo {
    height: 40px;
}

.navbar-nav {
    width: 80%;
}

a.nav-link {
    background: transparent !important;
    color: white !important;
	font-family: Lato-regular;
}

a.term_hyp {
    color: white;
}

.bg-home-01 {
   	background-image: url('../images/home_page/banner_homepage.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bg-home-02 {
    width: 100%;
   	background-image: url('../images/home_page/bg_1.png'),url('../images/home_page/bg_2.png');
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right bottom;
    background-size: 40%,40%;
    padding: 100px 0px 30px 0px;
}

.bg-home-03 {
    width: 100%;
   	background-image: url('../images/home_page/bg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 30px 0px;
}
.bg-home-04 {
    width: 100%;
   	background-image: url('../images/home_page/bg_1.png'),url('../images/home_page/bg_2.png');
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right bottom;
    background-size: 30%,30%;
    padding: 100px 0px 30px 0px;
}
.bg-home-05 {
    width: 100%;
   	background-image: url('../images/home_page/bg21.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
.bg-home-06 {
    width: 100%;
   	background-image: url('../images/home_page/bg_1.png'),url('../images/home_page/bg_2.png');
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right bottom;
    background-size: 40%,40%;
    padding: 100px 0px 30px 0px;
}
.inner-gap-01{
	padding:50px 0px 30px 0px;
}
.inner-gap-02{
	padding:50px 0px 30px 0px;
}
.inner-gap-03{
	padding:50px 0px 30px 0px;
}
.inner-gap-04{
	padding:50px 0px 30px 0px;
}
.inner-gap-05{
	padding:50px 0px 30px 0px;
}
.inner-gap-06{
	padding:50px 0px 30px 0px;
}

.inner-gap-02a{
	padding:10px 0px 10px 0px;
}

.home-pbox{
	height:70px;
	overflow:hidden;
	color: rgba(0,0,0,.5)!important;
	font-weight: lighter;
}

.btn-send-msg{
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.card{
	border-width:0px!important;
	border-radius:0rem!important;
	background-color: transparent!important;
}

.card-body{
	background-color: white!important;
	opacity: 1;
}

.cardground{
	display:flex;
}
.card-img-top{
	height: 180px!important;
    width: 100%;
    display: block;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
    opacity: 0.01;
}

.card-text{
	line-height:1.2!important;
}

.card-title{
	color:#D87100!important;
}

.bg-orange{
	background-color: #F5911E!important;
}
.bd-orange{
    border-color: #F5911E!important;
}
.text-orange{
	color:#F5911E!important;
}
/* /Homepage  */

/* footer  */
.footerSection{
	padding-top: 40px;
    padding-bottom: 20px;
	background-color: #333333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footerSection h4 , .footerSection p  {
	color:#D6DCE6;
	margin-bottom:20px;
}
.footerSection a{
	color:#D6DCE6;
}
.footerImageIcon{
	padding:0 10px;
}
/* /footer  */

.btn_1{
	position: fixed;
    top: 50%;
    right: 0%;
    display:block;
	}
	
.masthead {
	min-height:100vh;
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url(../images/trainers_solutions/banner1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.masthead1 {
	width: 100%;
    min-height: 1000px;
    padding-top: 12.5rem;
    padding-bottom: 1rem;
    background-image: url(../images/brokers_solutions/banner1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-section {
    padding: 3rem 0;
    position:relative;
}
/* divider  */
hr.light-center {
    max-width: 5rem;
    border-width: 0.2rem;
    border-color: #f9b043;
    }
    
hr.light-left {
    max-width: 5rem;
    border-width: 0.2rem;
    border-color: #f9b043;
    margin-left: 0;
    }
    
hr.light-right {
    max-width: 5rem;
    border-width: 0.2rem;
    border-color: #f9b043;
    margin-left: 100%;
    }
    
    hr.red-center {
    max-width: 100%;
    border-width: 0.2rem;
    border-color: #f9b043;
    max-width: 2.5rem;
    border-width: 0.1rem;
    border-color:white;
    border-top: 3px dashed #bbb;
    margin: auto 0;
    
    }
/* divider  */

/* Background for trainer_solution */
#main_div {
    background-image: url(../images/trainers_solutions/banner1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;	
}
.broker-icon{
	padding:100px 0 0 0;
}

.bg-ts-01 {
    width: 100%;
    padding: 167px 0px 80px 0px;
}

.bg-ts-02 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 0px 0px;
}
.bg-ts-03 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 0px 0px;
}
.bg-ts-04 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 0px 0px;
}
.bg-ts-05 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}
.bg-ts-06 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}
.bg-ts-07 {
    width: 100%;
	background-image: url(../images/trainers_solutions/background6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 30px 0px;
}
 
.font-size-93{
	font-size: 0.93rem;
}
.font-size-140{
	    font-size: 1.4rem;
}
.font-size-350{
	font-size: 3.5rem;
}
/* Background for trainer_solution */

/* Background for broker_solution */
.bg-bs-01 {
    width: 100%;
    padding: 170px 0px 340px 0px;
    
}
.broker-icon{
	padding:100px 0 0 0;
}

.bg-bs-02 {
    width: 100%;
	background-image: url(../images/brokers_solutions/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 120px 0px;
}
.tradeAlert-icon{
	padding:50px 0 0 0;
}

.bg-bs-03 {
    width: 100%;
	background-image: url(../images/brokers_solutions/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}
.oreder-ticket{
	padding:30px 0 0 0;
}
.bg-bs-04 {
    width: 100%;
	background-image: url(../images/brokers_solutions/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

.bg-bs-05 {
    width: 100%;
	background-image: url(../images/brokers_solutions/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 30px 0px;
}
.bg-bs-line{
	width: 100%;
	background-image: url(../images/brokers_solutions/line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cnx-mobile{
	padding:30px 0 0 0;
}

.bg-container{
	height:100vh;
	image: url(../images/brokers_solutions/img_tradestation.png);
	max-height: 350px;
	padding-top: 10.5rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;  	
    -webkit-background-size: cover;
 	 -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-bs-6{
	height:100vh;
	background-image: url(../images/brokers_solutions/img_tradestation.png);
	max-height: 350px;
	width:auto;
    background-size: cover;
    background: no-repeat center center scroll;
  	-webkit-background-size: cover;
 	 -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-bs-7{
	height:100vh;
	background-image: url(../images/brokers_solutions/img_tradestation.png);
	min-height: 350px;
    background-size: cover;
    background: no-repeat center center scroll;
  	-webkit-background-size: cover;
 	 -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	z-index:1;
}

.bg-su-01{
    min-width:100%;
    min-height:500px;
   	background-image: url('../images/home_page/banner_homepage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.bg-su-02{
    width:100%;
   	background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px;

}

.bg-su-03{
    width:100%;
   	background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 80px 50px 80px;
    border-width: .2rem;
    border: solid #f7f7f9;
}

.w-60{
	width: 60%;
}

.w-65{
	width: 65%!important;
}

.w-75{
	width: 75%!important;
}

/* Background for broker_solution */

.pos-btm-0{
	/*need to add position:relative to the parents class*/
	position: absolute; 
	left:50%; 
	bottom: 0;
}
/*dot image size*/

.dot-img-1{
	width: 150px;
    height: 150px;
}

.dot-img-2{
	width: 100%;
}
.mycontent-left {
  border-top: 3px dashed #bbb;
}


/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-top: 1px solid #DDD;
        position: absolute;
        left: 0;
        right: 0;
        bottom:50%;
    }
    .col-padding {
        padding: 0 15px;
    }
    
    .card img {
    width: 100%;
    height: auto;
}
}
.carousel-inner{
	   margin-bottom:50px;
}
.custom-slider{
  height: 360px!important;
  .carousel-inner{
    height: 100%;
    .carousel-item{
      height: 100%;
      .carousel-img-container{
        height: 100%;
      }
      img{
        max-width:100% !important;
        max-height:100% !important;
        width: auto !important;
      }
    }
  }
}

.btn-home-red{
	margin-top:110px;
	float:right;
}
.btn-home-red1{
	color: #BF272D;
	text-align: end;
	font-weight: bold;
}

::-webkit-scrollbar {
    display: none;
}
/*No use, was trying to trun line more than 4*/
html {
  --lh: 1.4rem;
  line-height: var(--lh);
}
/*Tring to make too much line of info*/
.truncate-overflow {
  --max-lines: 4;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.truncate-overflow::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" */
  inset-inline-end: 0; /* "right" */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}
@media ( max-width : 992px ) {
	.bg-bs-line {
		background: none;
	}
}

.zoomIn{
	    animation-delay: 0.5s!important;
}
#navbarResponsive .nav-item {
	padding-left: 5px;
	padding-right: 5px;
}

/*Common*/
.mt-6{
	margin-top:5rem;
}
.mw-75{
	max-width: 75%;
}
.mw-60{
	max-width: 60%;
}
.mw-50{
	max-width: 50%;
}
.form-control{
	background-color:#EAEBF3;
}
/*Common*/



@media only screen and (max-width: 415px) {
	.logo-cnx{
		max-width: 128px;
	}
}

@media only screen and (max-width: 415px) {
	.logo-cnx{
		max-width: 128px;
	}
}
.navbar-cart-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-dark .navbar-cart-icon {
	background-image: url(../images/header/carts/cart2.png);
}

@media (min-width: 1200px){
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
}
.nav-link img {
    transition: transform .4s;
    max-width: 161px;
    min-width: 60px;
}
.leftRightImage
{
	max-height: 502px;
}

.height-250{
	height:250px;
}

.scale-1-0:hover{
	transform:scale(1)!important;
}
.scale-1-3{
	transform:scale(1.2)!important;
}
.scale-1-3:hover{
	transform:scale(1.2)!important;
}

.help-block {
  color: red;
}

.form-group.has-error.has-danger .form-control-label {
  color: red;
}

.form-group.has-error.has-danger .form-control {
  border: 1px solid red;
  box-shadow: 0 0 0 0.2rem rgba(250, 16, 0, 0.18);
}

.cart-hide{
	height:30px;
	width:30px;
}
	
	@media (max-width: 992px){
	#main_div {
		background-image: url(../images/trainers_solutions/banner1.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (max-width: 800px){
	.navbar-brand img {
		width: 70%;
	}
}

@media (max-width: 576px){
	#cnx_logo {
		height: 30px;
		width: auto;
		margin-top: 5px;
	}
	
	.navbar {
		padding: 10px;
		background-color: black;
	}
	
	.navbar-toggler {
		position:absolute;
        z-index : 999;
        outline: none !important;
	}
	
	.navbar-brand {
		position:relative;
        width: 100%;
        margin-right: 0px;
		max-width: 100%;
	}
	
	.navbar-nav {
		width: 100%;
	}
	
	#main_div {
		background-image: url(../images/trainers_solutions/banner1.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.bg-ts-01 {
		width: 100%;
		padding: 40px 0px 80px 0px;
	}
	
	.bg-bs-01 {
		width: 100%;
		padding: 40px 0px 200px 0px;
	}
	
	.smallnav_mobile {
		background: transparent;
	}
}
