@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

body {
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-family: 'IBM Plex Sans', sans-serif !important;
    overflow-x: hidden;
}
:root {
    --main: #392d7d;
    --black: #231f20;
    --light_pink: #fff8f3;
    --white: #fff;
    --brown: #5a2c0b;
    --yellow: #f1b51c;
    --orange: #e86e25;
    --dark_red: #e31f26;
    --sky: #ecf4f7;
    --green: #00833e;
    --gray: #ecf4f7;
    --nse_gray: #6d6e71;
    --sky_gray: #ECEAF5;
    --color-primary: #3a2d7d;
    --color-secondary: #b966e7;
    --color-coral: #E9967A;
    --color-violet: #800080;
    --color-pink: #DB7093;
    --color-heading: #192335;
    --color-body: #6b7385;
    --color-white: #ffffff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-dark: #27272E;
    --color-darker: #192335;
    --color-black: #111113;
    --color-grey: rgba(207,207,207,.24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #3a2d7d21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEEEFF;
    --color-secondary-alt: #fef4f4;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
    --font-primary: "Euclid Circular";
    --font-secondary: "Euclid Circular";
    --font-alt: "Source Serif Pro", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg,#fff,#f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.custom-h1{
    font-size: 60px;color: white;line-height: 89px;text-align: left;
}

.custom-heading{
    padding-top: 10px;
    font-size: 40px;
    color: #000000;
    line-height: 45px;
    text-align: left;
}

/* ============  header start=============== */

header {
    box-shadow: 0 0 6px 0 #f7f4fd;
    width: 100%;
    background-color: #f7f4fd;
}

header.scrolled {
    box-shadow: 0 0 8px 0 #392d7d;
}


header .navbar {
    padding: 0px 3rem 0px 2rem !important;
    background-color: #f7f4fd;
}

header .navbar-brand img {
    width: 130px;
    mix-blend-mode: darken;
}

header .navbar-nav {
    margin-left: auto;
}
header .navbar-nav ul li {
    font-size: 1.1rem;
    font-weight: 600;
}

.hightlightheader{
  background-color: white;
  color:  #392d7d;
  height: 100px;
  /* padding: 1rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  text-align: center;
  margin-top: -3rem;

}

.brochure_btn {
    margin-left: 1rem !important;
}

.brochure_btn  {
    border: 1px solid #e86e25 !important;
    color: #e86e25 !important;
    transition: .5s ease-in-out;
    padding: 0.5rem 0.4rem 0.5rem 0.4rem; 
    border-radius: 1rem;
}

.brochure_btn:hover {
    background-color: #e86e25 !important;
    color: #fff !important;
}

.pay_btn {
    padding: 0.5rem 0.6rem 0.6rem 0.5rem; 
    border-radius: 1rem;
}

.pay_btn {
    border: 1px solid #e86e25 !important;
    background-color: #e86e25 !important;
    color: #fff !important;
    transition: .5s ease-in-out;
}

.pay_btn:hover {
    background-color: #fff !important;
    color: #e86e25 !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.applyBtns{
    text-align: center;
    color: #f1b51c;
    border: 2px solid #e86e25;
    position: relative;
    width: 220px;
    height: 50px;
    z-index: 1;
    transform: .5s ease-in-out;
    padding: 0.5rem;
    text-decoration: none;
    font-size: 1rem;
}

.applyBtns:HOVER{
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: NONE;
	color:white;
	border-radius:0.5rem !important;
	
}


.online_row a:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:nth-child(1):hover::before{
    width: 100%;
		border-radius:0.5rem !important;
			color:white;
}

.online_row a:last-child::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:last-child:hover::before{
    height: 100%;
		border-radius:0.5rem !important;
			color:white;
}



/* ============  header end=============== */

/* banner section start */

.backgropund{
    background-image: url("../image/shutterstock_2160234639-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.subtitle-banner {
    background: #F7F7F8;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 40px;
}

.subtitle-banner .banner-top {
    color: #222 !important;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 1;
    letter-spacing: 1px;
}

.banner-border-right {
    width: 5px;
    height: 20px;
    display: inline-flex;
    margin-left: 5px;
    margin-bottom: -2px;
    margin-top: 0px;
    animation: fadeIn 0.7s infinite;
    background-color: var(--main);
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.btn-grad-banner {
    background-image: linear-gradient(to right, #e86c25a1 0%, #e86e25 51%, #e86c25a1  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    text-decoration: none;
    position: fixed;
    bottom: 4rem;
    left: 4rem;
  }

  .btn-grad-banner:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }


/* banner section end */


/* popup section start */

.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-sidebar{height:100%;width:100%;background-color:#fff;position:fixed!important;top: 1rem;bottom:1rem; z-index:999;overflow-x:hidden;}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar-block .w3-bar-item{display:block;padding:8px 16px;text-align:left;white-space:normal;float:none;position: absolute;right: 1rem;top: 1rem;}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}

.ptb--60 {
    padding: 60px 0 !important;
}

.rbt-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

.title-area {
    position: relative;
    z-index: 2;
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 5px;
    display: block;
	display: flex;

}


.sec-title {
    margin-top: 6px;
		   margin-right: 1rem;
}

.rbt-inner-onepage-navigation {
    border-radius: 500px;
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 7px;
}

.sticky-top {
    z-index: 200;
}
.mt--30 {
    margin-top: 30px !important;
}

.rbt-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

.rbt-title-style-3 {
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-border-2);
}

.copyright-style-1 .copyright-link, .footer-widget .ft-link, .rbt-single-widget ul.rbt-sidebar-list-wrapper, .rbt-widget-details .rbt-course-details-list-wrapper,
.rbt-widget-details .rbt-default-sidebar-list,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list, .rbt-sorting-list .course-switch-layout, .rbt-single-product .product-feature, .comment-list ul.children, .comment-list, .blog-meta, .course-feature-list, .plan-offer-list, .rbt-list-style-3, .rbt-list-style-1, .filter-tab-button,
.rbt-default-tab-button, .advance-pricing .pricing-right .plan-offer-list, .pricing-table .pricing-body .list-item, .pricing-billing-duration ul, .rbt-meta, .social-share-transparent, .rbt-user-menu-list-wrapper .user-list-wrapper, .rbt-secondary-menu, ul.rbt-dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*----------------------
    Rbt List Style  
------------------------*/
.rbt-list-style-1 li {
    display: flex;
    font-size: 18px;
    margin: 7px 0;
    line-height: 1.45;
  }
  @media only screen and (max-width: 767px) {
    .rbt-list-style-1 li {
      font-size: 16px;
    }
  }
  .rbt-list-style-1 li i {
    padding-right: 10px;
    margin-top: 5px;
    color: var(--color-success);
  }
  .rbt-list-style-1 li:first-child {
    margin-top: 0;
  }
  .rbt-list-style-1 li:last-child {
    margin-bottom: 0;
  }
  .rbt-list-style-1.color-white li {
    color: var(--color-white);
  }
  
  .rbt-list-style-2 {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: -10px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 575px) {
    .rbt-list-style-2 {
      display: block;
      text-align: left;
    }
  }
  .rbt-list-style-2 li {
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
  }
  @media only screen and (max-width: 575px) {
    .rbt-list-style-2 li {
      text-align: left;
    }
  }
  .rbt-list-style-2 li i {
    width: 30px;
    height: 30px;
    background: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    color: var(--color-primary);
    display: inline-block;
    line-height: 29px;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
  }
  
  .rbt-list-style-3 li {
    display: flex;
    font-size: 16px;
    margin: 7px 0;
    line-height: 1.45;
    color: var(--color-body);
  }
  .rbt-list-style-3 li i {
    padding-right: 10px;
    margin-top: 4px;
  }
  .rbt-list-style-3 li:first-child {
    margin-top: 0;
  }
  .rbt-list-style-3 li:last-child {
    margin-bottom: 0;
  }
  .rbt-list-style-3.color-white li {
    color: var(--color-white);
  }

  .maincardahai {
    flex-basis: 24%;
    margin: 0.5rem;
    margin-bottom: 2rem;
  
  }


/* popup section end */


/* popup register end */

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  border: none;

}


/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e86e25;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}


.button-89 {
--b: 3px;   /* border thickness */
--s: .45em; /* size of the corner */
--color: #392d7d;
position: relative;
left: 67%;
top: 2%;
padding: calc(.5em + var(--s)) calc(.9em + var(--s));
color: var(--color);
--_p: var(--s);
background:
  conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
  var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
transition: .3s linear, color 0s, background-color 0s;
outline: var(--b) solid #0000;
outline-offset: .6em;
font-size: 16px;
border: 0;
z-index: 44;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
--_p: 0px;
outline-color: var(--color);
outline-offset: .05em;
}

.button-89:active {
background: var(--color);
color: #fff;
}


/* popup register end */

/* card   */


@media only screen and (max-width:1000px) and (min-width: 300px) {

  .card{
    width: 100% !important;
  }

  .custom-h1{
    font-size: 30px !important;color: white;line-height: 28px;text-align: left
}

} 

.card{
  min-width: 540 ;
}

/* CSS */
.button-coursebtn {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-coursebtn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-coursebtn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button-coursebtn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #392d83;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-coursebtn:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-coursebtn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.card-title{
  font-size: 1.8rem !important;
  color: black !important;
  padding-bottom: 1.1rem !important;
}

.text-wrap-custom-hai{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-shadow-cardsss{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  border-radius: 0.5rem;
  border: none;
}

.card-img{
  min-height: 350px !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem 0rem !important;
}
.card-img-sbi{
max-width: 43px !important;
    max-height: 15px !important;
}

.card-img-Deakin {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-KNOLSKAPE {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-Harappa {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-NYIF {
    margin-left: -30px;
    max-width: 130px !important;
    max-height: 40px !important;
}


/* card button ebd  */

/* subheading start */

.course-by{
  letter-spacing: 5px;color: var(--main);font-weight: 600;font-size: 1.1rem;
}

.course-by-ke-niche{
  font-size: 1.8rem;
  text-align: center;
}



/* subheading end */


/* bootstrap icon slider start */

.carousel-control-prev-icon {
  background-image: url(../image/arrow.png);
}
.carousel-control-next-icon {
  background-image: url(../image/right-arrow.png);
}

.carousel-inner{
  padding-right: 12px;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  left: -175px;
    display:none;
}
.carousel-control-next-icon{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  right: -175px;
    display:none;
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  left: -115px;
    display:none;
}
.carousel-control-next-icon{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  right: -115px;
  display:none;
}
header .navbar {
    padding: 0 !important;
}
} 


/* bootstrap icon slider end */


/* top silder css */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}

.swiper-slide img {
	width: 80%;
    display: block;
    object-fit: cover;
    align-self: center;
}

.cardtitletitle {
  font-size: 22px;
  color: #0a0000;
  line-height: 32px;
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iconimg {
  width: 90px !important;
  height: 90px !important;
}

/* top silder css end */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.nsepurple{
  font-size: 1.8rem;
  color: rgb(58 45 125);
}

.nseorange{
  color: #e66f25;
}
.nsepurple-2{
  font-size: 1.5rem;
  color: rgb(58 45 125);
}

.nseorange-2{
font-size: 1.8rem;
  color: #e66f25;
}

#footer {
  color: #2b2a2a;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #80808026;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #656262f0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: left;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3a2d7d;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2b2a2a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3a2d7d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35e31a1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #2b2a2a;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3a2d7d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e76e45;
  color: #fff;
  text-decoration: none;
}

#footer .copyright{
  font-size: large;
  color: #3a2d7d;
  padding-top: 10px;
  font-weight: 600;
}

.child {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

#bounce {
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
0%   { transform: translateY(0); }
50%  { transform: translateY(-50px); }
100% { transform: translateY(0); }
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .disply-noned{
    display: none !important;
  }
} 

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .ResponsiveAbout{
    margin-top: 50px !important;
  }
  .height-300-none{
    display: none !important;
  }

  .butjvfkirepsonive {
    left: 31px !important;
    bottom: 9rem !important;
    display: none;

  }
  .butjvfkirepsonivetwo{
    left: 10px !important;
  }


} 

@media only screen and (max-width:4000px) and (min-width: 1000px) {

  .display-display{
    display: none !important;
  }

  .ahdjmargin{
    margin-top: 4rem !important;
  }


} 


/* register  form check */

.CheckOutForm{
  width: 30%; display: none;top: 0; right: 0px; height: 100vh;    z-index: 999;
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .CheckOutForm{
    width: 100%; display: none;top: 0; right: 0px; height: 100vh;
  }
  
}
/* register  form check end*/



/* side hover button  */

#mySidenav a {
  position: fixed;
  right: -205px;
  transition: 0.3s;
  padding: 15px;
  width: 264px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  z-index: 2;
    align-items: center;
  background-color:bisque ;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index:873;
}

#mySidenav a:after {
  background-color: #382d7b;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

#mySidenav a:hover:after {
  transform: translate(0, 0);

}

#mySidenav a:active {
  background-color: #ffdeda;
  outline: 0;
}

#mySidenav a:hover {
  outline: 0;
  right: 0;
}


.sidenavicon-register{
	padding-top:5px;
  width: 30px;
  position:relative;
margin-left: -5rem;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.sidenavicon-register:hover{
  width: 30px;
position:relative;top:-16px  !important;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}



.sidenavicon-download{
	padding-top:5px;
	position:relative;
  width: 30px;
margin-left: -30px;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.sidenavicon-download:hover {
  width: 30px;
position:relative;top:-16px  !important;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}


#about {
  top: 45%;
  background-color: rgb(231 111 37);
}

#blog {
  top: 55%;
  background-color: #392e7c;
}
.response{
  margin: 20px;
    padding: 20px;
    border: 1px solid orange;
}

@media only screen and (max-width: 1400px) and (min-width: 300px) {
   .custom-h1{
    font-size: 45px !important;color: white;line-height: 40px;text-align: left
}
}

.deactiveede{
	
	background-color:white !important;
}

@media only screen and (max-width: 600px) and (min-width: 300px){
	.mobileminmargin{
		    margin-left: -2rem !important;
			word-wrap: break-word !important;
	}
	.mobileminmargintwo{
		    margin-left: -1rem !important;
			word-wrap: break-word !important;
	}
	
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
 .custom-image-class{
   height:125% !important;
}
}
@media only screen and (max-width: 1000px) and (min-width: 200px) {
.mobil-banner{
  padding-top: 8rem !important;
}
}

/* slider  start*/

@-webkit-keyframes s_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes s_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  /* padding-top: 2rem; */
  background: transparent;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, #e1e3fc 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 415px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: s_scroll 10s linear infinite;
          animation: s_scroll 10s linear infinite;
  display: flex;
}
.slider .slide {
  height: 400px;
  width: 300px;
  margin: 1rem;
}

/* slider end */

@media only screen and (max-width: 1400px) and (min-width: 300px) {
  .card-body{
   padding-left: 1rem !important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 300px) {
  .mobilemargintopheader{
   margin-top: 6rem !important;
}
.hightlightheader{
	margin-bottom: 4rem !important;
}
}


.onepagecss{
  height: 250px;
  overflow: auto;
}

.content-item-content{
  position: absolute;
    background: white;
    width: 92%;
}

.threeheader{
	position: relative;top: -12%;left: 30px;
}

.strickheader{
	position: relative;top: -15px;left: 35px;color: red;
}

.kmkmkm{
	position: relative;left: 10px;
}

/* / scroll bar start /
/ width / */
::-webkit-scrollbar {
  width: 10px;
}

/* / Track / */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* / Handle / */
::-webkit-scrollbar-thumb {
  background: #392d7d; 
  border-radius: 10px;
}

/* / Handle on hover / */
::-webkit-scrollbar-thumb:hover {
  background: #292075; 
}
/* / scroll bar end / */

@media only screen and (max-width: 900px) and (min-width: 200px) {
	.button-noneho{
		display:none !important;
	}
}
.sideclosebutton{
	left: 90%;
}

@media only screen and (max-width: 900px) and (min-width: 200px) {
	.sideclosebutton{
	left: 75% !important;
}
}

.custom-badeges {
  position: absolute;
  top: 15px;
  background: red;
  left: 20px;
}
.custom-badeges-inner {
  position: absolute;
  top: 50px;
  background: red;
  left: 15px;
}