/*Custom*/
body{
    font-family: 'Poppins', sans-serif;
}
h3{font-weight: bold;}
.fontset {
    font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

section {
    padding: 1em 0;
}
.non-section{
    padding: 0em;
}
hr {
    width: 20%;
}

a {
    color: #cb9447;
}

a:hover { 
  color: #fff;
}

p {
    letter-spacing: 1px;font-size: 14px; margin-bottom: 0px;
}

.btn-submit {
    font-weight: 700;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #eb6400 0,  #fcae16 50%, #eb6400 100%);
    transition: 0.5s;
    border: none;
    letter-spacing: 2px;
    padding: 3%;
}

.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
    background-position:right center;cursor:pointer;
}

.btn-error {
    background: #ffaa26;
    border-color: #fe8e02;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    color: #fff;
    width: 25%;
    margin: 2% 0;
}

.bg-yellow {
    background-color: #f9af29!important;
}

.bg-dark {
    background-color: #333!important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.logo-container{
    padding: 1% 5%;
    background: #fbad1c;
}

/*BANNER*/
#banner {
    background-image: url(../img/websitebackground.png);
    background-position: center top;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#banner-yellow {
    background-image: url(../img/bannerbg-yellow.png);
    background-size: 85% 100%;
    width: 100%;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.mainbanner{
    background-image: url(../img/ipo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbanner1{
    background-image: url(../img/ipo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbanner2{
    background-image: url(../img/ipo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbannerend{
    background-image: url(../images/smallcase-bg.jpg); 
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 2.5%;
}

.mainbannerend h1{
    font-weight: bold;
    font-size: 44px;
}
.mainbannerend h1 span{
    background: #fbad1c;
	padding: 0 10px;
}

.banner-text {
    padding: 5% 2% 0  20%;
     /*letter-spacing: 0.5px;*/ 
    /*font-weight: bold;*/
    text-align: center;
}

.banner-text span {
    font-weight: bold;
}

.banner-text-sec {
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;
    padding-left: 10px;
    width: 80%;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}

.banner-text-sec1 {
    vertical-align: top;
    margin-top: 2%;
    padding-left: 10px;
    width: 85%;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #333;
    letter-spacing: 0.8px;
}

.button {
    background-position: -940px -40px;
    width: 140px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.form{
    width: 100%;
    background-color: #ffffff;
    border-radius:10px;
    padding: 5% 5%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;
}

.form:hover { box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;}

.form-control{
    font-size: 16px;
    height: auto;
    line-height: 1.5;
	border:1px solid #efefef;
	padding:10px;
}

.form-overlay {
    /*background-image: url(../img/pms/formbg.jpg);*/
    background-color: #fff;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}

.form-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #333;
    text-align: center;
}

.form-text1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: #0066e9;
    padding: 2%;
    border-radius: 15px 15px 0 0;
}
.readybox {
    padding: 3%;
    border-top: 7px solid #eb6601;
    border-radius: 8px;
    box-shadow: 0 0 8px #dedede;
    background-image: url(../images/readybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

footer {
    background-color: #333;
    /* margin-bottom: 50px; */
}

.diclaimer-text {
    font-size: 12px;
}

#stickybtn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 25%;
    margin: auto;
    z-index: 199;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-image: linear-gradient(#0046bb, #3680d7);*/
    background: #28a744;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#stickybtn:hover {
    background: #005713;
    cursor: pointer;
}

.hedding-one{font-size: 30px;
    /* text-transform: uppercase; */
    /* padding: 0 15%; */
    color: #000;
    text-align: center;
}
.hedding-one::after
{
    width: 100px;
    height: 5px;
    background-color: #fbae16;
    margin: 0 auto 30px auto;
    content: " ";
    position: relative;
    display: block;    
    top: 5px;
    
 }
 .hedding-one span{font-weight: bold;}
 .offer-box{
    color: #000;
    border: 1px solid #dde0e4;
    font-size: 16px;
    /* margin-top: 20px; */
    text-align: center;
    padding: 20px 10px;
   margin-bottom: 10px; border-radius: 4px;
 }

 .offer-box:hover
 {
    transform: scale(1.1);
    transition: ease 0.2s
 }
.section-spac{padding: 30px 0}
.smallcases
{
    background: #fbad1c url(../images/smallcase.png); padding: 1%;
	width:70%;
	margin:0 auto;
	display:table;
}

 .offer-boxicon
 {   
    background: #ff9800;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
}
.right-choice
{
    /* background-color: rgba(228, 153, 3, 0.5); */
    padding: 20px 10px; margin-top: 15px;
    border: 2px solid #f9af29;
}


 /* .offer-box:hover{
     background-color: #fbae16;
     transition: 1s ease;
     
 } */
 .hex-bg {
  
    background: #f7f7f7 url(../images/hex.png) no-repeat bottom right ;
}

.hex-bg1 {
  
    background: #fff url(../images/bg111.jpg) no-repeat bottom ;
}

.hex-bg h3{margin-bottom: 10px;}
.card-item {
    background: #fff;
    padding: 10px 10px 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    box-shadow: 2px 2px 5px 2px #dcdcdc;
}


.card-item:hover{background: #fbad1c;  -webkit-transform: scaleX(1);
    transform: scaleX(1); }
 
 
.hedding-sec{

    background: #fff100;
    font-size: 30px; padding: 5px 15px;
    color: #000;   
    font-weight: bold;
   
}
.gray{background-color: #f3f3ff;}
.round{background: #fbad1c; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; margin-right: 20px; display: block}
.CollectionsCard{
   
    border-radius: 4px;
    border: 1px solid #dde0e4;
    background: #fff;padding: 10px;margin-bottom: 10px;
}

.prime-sec {
    /* background-color: #f0f0f0; */

	background: #feae17 url(../images/hex1.png) no-repeat bottom center ;
}
.prime-sec span{color: #19af55; font-weight: bold}

.mo-trade p{font-size: 20px; font-weight: bold; margin-bottom: 30px;}
.table-bordered {
    border: none;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #fbae16;
}
.table thead th {
    vertical-align: bottom;
     border-bottom: 2px solid #fbae16;
}
.sec-third p{margin: 0px; font-size: 28px;}

.invest-sec-third{margin: 0;}
.invest-sec-third li{
    list-style: none;
    list-style-image: url(../images/arrow.png);    
    margin-left: -16px;
    padding-left: 10px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px

}
.mt-7{margin-top: 4rem!important;}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 20%;    
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    left: 40%;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    
  }
  #button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
   
  }
 
  #button.show {
    opacity: 1;
    visibility: visible;
  }

  @media only screen and (min-width: 768px) and (max-width: 981px) 
  {
      #button {left: 35%; width: 30%;}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .mb-banner{margin-bottom: 20px !important;}
    footer{
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }
    #button {left: 20%; width: 60%;}
    .trade-invest ul li:last-child{border-bottom: 1px dashed #fbae16;}
}


@media only screen and (max-width: 600px) {
    section {
        padding: 2em 0;
    }

    .mainbanner{
        background-image: none;
    }
    .offer-box img{width: auto;}
   
    .mainbannerend{
        background-image: none;
    }
    .banner-text {
        padding: 5% 2% 5% 2%;}

    .mb-banner{margin-bottom: 20px !important;}

    .hedding-sec{

        background: #fff100;
        font-size: 22px; padding: 5px 15px;
        color: #000;   
        font-weight: bold;
       
    }

    

    .form{
        width: 100%;
    }

    /*.banner-text span {
        font-weight: 300;
    }*/

    .col { 
        display: block;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .demat-title {
        font-size: 24px;
    }

    h4 {
        font-size: 1.2rem;
    }

    footer{
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }
    #button {left: 20%; width: 60%;}
    .trade-invest{text-align: center;}
    .mt-7 {
        margin-top: 0rem!important;
    }

    .trade-invest ul li:last-child{border-bottom: 1px dashed #fbae16;}
}

@media only screen and (max-width: 500px) {
    .offer-box img{width: auto;}
    .mt-7 {
        margin-top: 0rem!important;
    }
    .trade-invest{text-align: center;}
    .logo-container{
        padding: 5%;
        text-align: center;
    }

    #stickybtn {
        margin-left: 0;
        width: 100%;
    }

    #banner {
        background-image: url(../img/websitebackgroundmobile.png);
        background-position: center top;
        height: auto;
        /*background-color: #fff;*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #banner-yellow {
        background-image: none;
        background-color: #00ab89;
        background-size: 85% 100%;
        width: 100%;
        padding-bottom: 60px;
        background-repeat: no-repeat;
    }
    #button {left: 20%; width: 60%;}
    footer{
        /* padding-bottom: 100px; */
        margin-bottom: 0%;
    }

    .trade-invest ul li:last-child{border-bottom: 1px dashed #fbae16;}
    .hedding-one {
        font-size: 37px;
       
        padding: 5% 4%;
        color: #000;
        text-align: center;
    }

    .hedding-sec{

        background: #fff100;
        font-size: 22px; padding: 5px 15px;
        color: #000;   
        font-weight: bold;
       
    }
}


.landingpage-commonhead {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.landingpage-commonhead h3 span {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #fcae16;
    display: inline-block;
    vertical-align: middle;
}

.fnt-20 {font-size:17px;}
.mrg-top-min {margin-bottom:-10px;}
.fnt-18 {font-size:18px;}
.ull {margin:0px; padding:10px;font-zie:16px;list-style-type:none;}
.ull1 {margin:0px; padding:10px;font-zie:16px;list-style-type:none;}


ul.ull li {
  
    background: url(../images/arrow.png) no-repeat left center ;
	padding-left:30px !important;
	padding:10px;
	border-radius: 10px;
    border-bottom: 1px dashed #999;
}
ul.ull1 li {
  
    background: url(../images/arrow.png) no-repeat left center ;
	padding-left:30px !important;
	padding:10px;
	border-radius: 10px;
    border-bottom: 1px dashed #999;
}
.yello-bg {background:#feae17; padding:15px 10px;border-radius:10px;color:#fff;margin-bottom:15px;border: 1px solid #ffd179;}

.hi-3 {height:157px; box-shadow:box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;}
.hi-3:hover {box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;}

.bg-w {background:#fff;color:#000;}
.check {font-size:10px; text-align:center; color:#000; margin-bottom:10px;}
.pull-right {float:right;margin-bottom:-15px;}
.form-control {font-size:15px !important;}
 h3 {font-size:33px !important;}
 .white-txt a {color:#ccc;}
 .width-380 {height:300px;padding: 80px;}
 .font-20 {font-size:1.2rem; font-weight:bold;}
 h4 {font-size:1.2rem !important;font-weight:bold !important;}
 .width-380 { background:url(../images/award_bg.png) center no-repeat;height:300px;z-index:1000;}
 .pad-20 {padding:20px;}
 .bg-org-light {background:#fcd185!important;}
 .clr-333 {color:#333; font-size: 18px;}
 .font-35 {font-size: 35px;position: absolute;margin-left: -21px;margin-top: -10px;}
 .fa-star {color:#333; font-size:20px;}
 .mrg-auto {margin:auto;}
 .line-hig {line-height:15px;}
 .line-higt {line-height:15px; height:15px;}
 .orng-txt {color:#e29300; font-weight:bold;}
 .mrg-btm-15 {margin-bottom:20px;}
 .mob-hide {display:block;}
 .mob-show {display:none !important;}
 .pad-lf-rig-60 {padding-left:60px; padding-right:60px;}
 .pad-0 {padding:0px !important;}

@media only screen and (max-width: 768px) {
  .hi-3 {height: 200px;}
  .p-5 {padding: 2rem!important;}
  .smallcases {width:100%;}
  .flt-non {float:none; margin:0 auto; display:table;}
  .hex-bg1 {background:none;}
  .pull-right {margin-bottom:0px;}
  .mob-hide {display:none !important;}
  .mob-show {display:block !important;}
  .hslide {height:auto !important;}
  .pad-lf-rig-60 {padding-left:20px; padding-right:20px;}
  .slideshow-container {height:auto !important;}
  .mainbannerend h1  {font-size: 42px;margin-top: 15px;}
  .font-35 {margin-right:15px;}
  .hide-mob {display:none;}
}

.btn-block {font-weight:bold;}
.btn-secondary {border:none !important;}
.form-overlay {width:100% !important;}






.overlay {position: fixed;top: 0;z-index: 1040;background-color: #000;opacity: .8;bottom:0;left:0;right:0}
        .loading-text {z-index: 99999;position: absolute;top: 0;margin: auto;height: 20px;font-size: 20px;width: 100%;color: #fff;text-align: center;}
		.shape-bottom {position: absolute;top: auto;bottom: -1px;left: 0;right: 0;}
        .shape-bottom svg {-webkit-transform: scale(1.05);transform: scale(1.05);}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:250px;
  width:100%;
  border-radius:10px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.mySlides {display: none;}
