/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.container {
	width: 1280px;
	margin: auto;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 62px;
	margin-top:5px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 31%;
	margin-top: 2px;
   margin-right: 0%
}

.menu_main {
	float: left;
	width: 69%;
	z-index: 9999;
	
    margin-right: 0%
}

.register-now {
    float: left;
    width: 11%;
    margin-top: 24px;
} 
.register-now a{
       background-color: #7b0555;
    padding: 9px 16px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500
} 

.register-now a i{
  padding-right: 5px;
} 

.menu_main.rslinks {
	width: 67%;
}

.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	width: 100%;
	height: 40px;
	background: #350f5b;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
      font-family: "Poppins", sans-serif;
}
.right-bar {
    /*padding-top: 8px;
    padding-bottom: 3px;*/
    height: 40px;
     background: #350f5b;
     width: calc(70% + 38px);
    float: right;
    position: relative;
    margin-left: -38px;
    padding-right: 1%;
}
.dropdown-toggle::after {
    display: none !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Keep dropdown open when moving mouse inside */
.dropdown-menu {
    margin-top: 0;
}
.left_bar {
	width: 30%;
	/*background: #6f3864;*/
    padding-left: calc(33% - 600px);
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	float: left;padding-top: 6px;
}
.social {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
.user_box_link a i {
	font-size: 14px;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #6f3864;
	padding: 6px;
	top: -2px;
	position: relative;
	text-align: center;
	background: #6f3864;
	line-height: 16px;
}
.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 29px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
/*	height: 45px*/
}
.phone a i {
	font-size: 16px;
	position: relative;
	top: 1px;
	padding-right: 5px;
	padding-left: 8px;
	color: #fff;
}
.social_list_item {
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child {
	margin-right: 0px;
}
.social_list_item a {
	display: block;
	width: 100%;
	padding: 5px 6px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.social_list_item:hover a i {
	color: #b70d00;
}
.social_list_item a i {
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover {
	color: #b70d00;
}
.user_box_link {
	float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	padding: 0px 12px;
	letter-spacing: 1px;
}
.user_box_link a:hover {
	color: #fff;
}
.user_box_login {
	margin-left: 52px;
}
.user_box_login::after, .user_box_register::after {
 display: block;
 position: absolute;
 top: 7px;
 right: -9px;
 background: #FFFFFF;
 width: 1px;
 height: 12px;
 content: '';
}
.text-right {
    text-align: right;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 25px;
    /*margin-right: 15px;*/
    border-right: 1px solid #e1e1e140;
}


.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;    line-height: 40px;
}
.call-box .icon {
    display: inline-block;
}
.header-cta .call-box .icon img {
    width: 35px;    vertical-align: middle;padding-top: 3px;
}
.call-box .text {
    margin-left: 16px;
}
.call-box span {
       display: block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}
.call-box  strong a{
       font-size: 15px;
    color: #fff;
    letter-spacing: 0.8px;
        font-weight: 300;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
/*=======*/



.top_nav .left {
	float: left;
	width: 50%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #000;
}
.top_nav .left a {
	color: #000;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 50%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #000;
	margin-left: 0px;
	padding: 7px 18px;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}


.slidermar {
	margin-top: 80px;
}
.red-text{
	color: #df2e28;
}
.black-text{
	color: #000;
}
.d-flex{
	display: flex;	
}
.align-center{display: flex; align-items: center; flex-wrap: wrap;}

.justify-center{display: flex; justify-content: center; flex-wrap: wrap;}


/* featured section 12 */
.featured_section12 {
  float: left;
  width: 100%;
  padding: 0px 0px 100px 0px;
  text-align: center;
  background: #fff url(../images/pattern1.jpg) repeat left top;
}

.featured_section12 h6{
  color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
  }
  .featured_section12 h6 span {
    color: #f8921c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.featured_section12 h2 {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 80px
}
.featured_section12 h2 span {
    color: #aa0507;
    font-style: italic;
}

.featured_section12.two {
  background: #00082e;
}
.featured_section12 .peosays {
  width: 100%;
  margin: 0 auto;
}
.featured_section12 .peosays .box {
  float: left;
  width: 100%;
  background: transparent;
  /*border: 1px solid #eee;*/
 /* border-right: 1px solid #eee;*/
  border-radius: 3px;
  text-align: left;
  padding: 0px 40px 0px 20px;
  
  line-height: 30px; color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300; letter-spacing: 0.5px;
}
.featured_section12 .peosays .who {
  float: left;
  width: 100%;
  text-align: left;
  padding: 40px 0px 18px 0px;
  background: url(../images/down-arrow.png) no-repeat 45px top;
  margin-top: -2px;
  font-size: 12px;
  color: #000;
}
.featured_section12 .peosays .who img {
  border-radius: 100%;
  float: left;
  margin-right: 18px;
}
.featured_section12 .peosays .who strong {
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 16px;
  font-weight: 600;
  margin-top: 5px;
}


.footer{background: #280749; }

.footer-left{width: 38%; float: left; margin-right: 6%; border-right: 1px solid #401e6d; padding-right: 5%;min-height: 495px;}

.footer-right{width: 56%; float: left; margin-right: 0%;}

.footer-about{padding-top: 80px}

.footer-about h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
    /* font-style: italic; */
    text-align: left;
}

.footer-about p{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
    padding-bottom: 25px;
}

.footer-about a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: underline;

}

.footer-quicklinks{padding-top: 80px; border-bottom: 1px solid #401e6d}

.footer-quicklinks h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 20px;
    /* font-style: italic; */
    text-align: left;
}

.footer-quicklinks p{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
        margin-bottom: 0rem;
}

.footer-quicklinks p a{color: #fff;}

.footer-quicklinks p a:hover{color: #ffffff;}

.footer-links-1{width: 30%; float: left; margin-right: 5%; margin-bottom: 30px}

.footer-links-2{width: 30%; float: left; margin-right: 5%; margin-bottom: 30px}

.footer-links-3{width: 30%; float: left; margin-right: 0%; margin-bottom: 30px}

.footer-links-3 h4{
  color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 25px;
    /* font-style: italic; */
    text-align: left;
  }
.footer-links-3 h6{
      color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 21px;
  }

.input-box{width: 100%; background: #0d2a49; border-radius: 7px; padding: 5px 20px}

.input-box input{width: 100%; height: 36px; background: transparent; border:0; }

.input-box {
  position: relative;
  color: #454545; font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.input-box input::placeholder{font-family: 'Poppins', sans-serif;}
.input-box .fa-paper-plane-o  {
  position: absolute;
      top: 11px;
    right: 21px;
  color: #fff;
}

.copyrights {
    padding-top: 13px;
    padding-bottom: 36px;
}

.copyrights p {
  
  color: #454545; font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.copyrights-left{width: 35%; float: left}

.copyrights-left ul li{float: left; padding-right: 15px; color: #fff;}

.copyrights-right{width: 65%; float: left;font-family: 'Poppins', sans-serif; color: #fff; font-size: 14px;}

.brands-section h6{
	    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
}

.brands-section h6 span{
    color: #f8921c;
    font-style: italic;
    font-size: 13px;
    line-height: 0.8em;
}

.brands-section h2{
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 35px;
    text-align: center;
}

.brands-section h2 span{
	    color: #aa0507;
    font-style: italic;
}

.brands-section{padding: 60px 0 80px;}

.trending-courses h3{     font-family: "Roboto Slab", serif;    font-size: 32px; color: #000; font-weight: 400; }

.trending-courses p{ color: #000; font-family: "Poppins", serif; letter-spacing: 0.3px }

/*======== card-item =========*/
.card-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 0; }
  .card-item .card-title {
    color: #000;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 13px;font-family: "Poppins", serif; }
    .card-item .card-title a {
      color: #000;font-family: "Poppins", serif;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; text-decoration: none;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-item .card-title a:hover {color: #000; }
  .card-item .card-text a {
    color: #7f8897;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .card-item .card-text a:hover {
      color: #ec5252; }
  .card-item .card-body {
    padding: 1.2rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center; } }
        
   

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center; }
    }

/*====== card-preview =======*/
.tooltip_templates {
  display: none; }

.tooltipster-sidetip {
  width: 380px !important; }
  .tooltipster-sidetip .tooltipster-box {
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 10px rgba(82, 85, 90, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .tooltipster-sidetip .tooltipster-content {
    color: inherit;
    line-height: inherit;
    padding: 0; }
  .tooltipster-sidetip .card-item {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: 2px; }
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 0; }
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    left: -1px; }
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    left: 0;
    border-left-color: #fff; }
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: -1px; }
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    top: -2px; }
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border: none; }

.course-time ul{margin: 0; padding: 0}

.course-time ul li{width: 46%; float: left; color: #233d63;font-family: "Poppins", serif; font-size: 15px;}

.course-time ul li:nth-child(2){ width: 54%;}

.review-stars span{font-size: 14px;}

.enroll-course a{color: #fff;font-family: "Poppins", serif; font-size: 15px;}

.enroll-course a:hover{color: white;}

.course-details{color: #000;font-family: "Poppins", serif; font-size: 13px;}

.generic-list-item li{padding-left: 24px;}

.generic-list-item i{margin-left: -20px;}

 .featured_section3 {float: left; width: 100%; background-color: #6b0049; padding: 80px 0px 190px; } 
 .featured_section3 h2 {font-family: "Roboto Slab", serif; text-align: center; font-size: 38px; color: #fff; font-weight: 300; margin-bottom: 35px; } 
 .featured_section3 h2 span {font-weight: 600; } 
 .featured_section3 p {font-family: 'Poppins', sans-serif; text-align: center; font-size: 16px; color: #fff; font-weight: 400; line-height: 38px; width: 75%; margin: 0 auto;     letter-spacing: 0.5px; } 
 .adv-box a {background-color: #fff; color: #000; border-radius: 5px; padding: 40px 20px; width: 24%; float: left; margin-right: 1.33%; margin-top: -120px; box-shadow: 0 0 70px 0 rgb(0 0 0 / 5%); } 
 .adv-box a img {text-align: center; font-size: 48px; padding-bottom: 20px; } 
 .adv-box a h4 {    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #7b0555;
    margin-bottom: 0.8rem; } 
 .adv-box a p {text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif; } 
 /*---------------------------------------------------- PORTFOLIO WORK SECTIONS ------------------------------------------------------*/ 

 .upcoming-batches{padding: 80px 0}

  .upcoming-batches h3{    font-family: "Roboto Slab", serif;
    font-size: 32px;
    color: #000;
    font-weight: 400;}

  .upcoming-batches table  {
  border-radius: 15px;  
}

 .upcoming-batches table tr:first-child td:first-child {
  border-top-left-radius: 15px;  
}

 .upcoming-batches table tr:first-child td:last-child {
  border-top-right-radius: 15px;  
}

 .upcoming-batches table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;  
}

 .upcoming-batches table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;  
}

.table-heading{padding-left: 15px; color: #fff; font-size: 16px; font-weight: 600; text-transform: uppercase;     font-family: 'Poppins', sans-serif;}

.table-text{padding-left: 15px; color: #000; font-size: 15px; font-weight: 400;     font-family: 'Poppins', sans-serif; }

.register-btn{
    background-color: #894573;
    padding: 6px 12px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.training-mode{background: #fbf7ec; padding: 90px 0 45px; }

.training-mode-heading{width: 30%; float: left; margin-right: 4%; padding-right: 1%; border-right: 1px dashed #612908;
    font-size: 35px;
    font-family: 'Playfair Display', cursive;
    color: #7b0555; line-height: 44px;
    font-weight: 400;}

.training-mode-heading span{
    font-size: 60px;
    padding-left:5px;
    color: #7b0555; 
    font-weight: 900;}

.training-mode-text{
  width: 66%; float: left;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
   /*font-style: italic;*/
    color: #000; line-height: 32px;
    font-weight: 400;padding-top: 6px;
   }

.voc-wrap {
    background: #7b0555;
    padding: 4px 40px;
    border-radius: 15px;
    width: 54%;
    position: absolute;
    left: 5%;
    top: -35px;
}

.voc-wrap h1 {
    font-size: 1.714em;
    color: #ffabe4;
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    text-transform: none;
    position: relative;
    width: fit-content;line-height: 1.1;    margin-top: 20px;margin-bottom: 16px;
}

.voc-wrap h1:after {
    bottom: -13px;
    position: absolute;
    right: -27px;
    content: '.';
    color: #ffabe4;
    border-radius: 100%;
    font-size: 3em;
}

.voc-wrap p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    padding-bottom: 15px; letter-spacing: 0.8px; line-height: 26px;
}

.voc-img {
    width: 100%;
}

.voc-details {
    padding-right: 5%;
}
.voc-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}
.voc-item img.v-icon {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
    /*height: 70px;
    width: 70px;*/
    padding: 6px;
    border-radius: 100%;
    margin-right: 4%;
}
.line2 {
    position: absolute;
    left: 12px;
    top: 82px;
    z-index: 0;
    vertical-align: middle;
}

.voc-det h1 {
    text-align: left;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
   font-family: "Roboto Slab", serif;
   margin-bottom: 0
}
.voc-det p{    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Poppins';
    line-height: 2; color: #000;
      padding-top: 10px;
    padding-bottom: 10px;
  }

.training-mode-points-left{    width: 55% !important; float: left; margin-right: 5%!important; position: relative;}

.training-mode-points-right{    width: 40%!important; float: left; margin-right: 0%}


.five-reasons-box {
    background-color: #fff3f4;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.five-reasons-box span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", serif;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    line-height: 22px;
}

.five-reasons-box p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", serif;
    padding-left: 42px;
}
.phnviwimg img{
  height: 410px;
}
.enroll-ad {
    background: #f2f2f2 url(../images/enroll-now.png) no-repeat scroll right top;background-size: 51%;
}

.enroll-ad h4{font-family: "Poppins", serif; color: #fff; line-height: 46px; width: 50%}

.enroll-ad h6{font-family: "Poppins", serif; color: #fff; }

.enroll-ad p{font-family: "Poppins", serif; color: #fff; }

.enroll-btn{
    background-color: #ffd600;
    color: #000;
    font-family: "Poppins", serif;
    font-size: 16px;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
  }

/* ===================================------------------------------============================ */

.about-section {
    padding: 100px 0px 100px;
}
.about-left {
    width: 50%;
    float: left;
    margin-right: 6%;
}
.about-left h2 {
    font-size: 15.5px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: justify;
    line-height: 33px;
}
.about-right{
  width: 44%;
  float: left;
  margin-right: 0%;
  margin-top: 1%;
}
.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
}
.about-image img {
    border-radius: 5px;
    width: 100%;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
    width: 50% !important;
}



 /*========================================
             Inner pages       
 ==========================================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size: cover;
  margin-top: 77px;
}
.page-banner-layer{
  width: 100%;
  float: left;
  height: auto;
  background: linear-gradient(90deg, rgb(43 26 13 /0.30), transparent 90%);
  padding: 85px 0px 75px;
}
.pagebanner-text{

  text-align: left;
}
.pagebanner-text h1{
  font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 11px;
    line-height: 24px;
}

.pagebanner-text h1 span{font-size: 0.5em; margin-left: 3px;}

.page-pagination{
  font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: "Roboto Slab", serif;
}

.page-pagination a, .page-pagination i{ color: #ffc107;}

/* ========================= */

.courses-details{
  margin: 55px 0px 70px;
}
.courses-details-1 h1{
  font-family: "Roboto Slab", serif;
    color: #280749;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 22px;
}

.courses-details-content{margin-top: 20px;}

.courses-details-content p {
    color: #000;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    /* letter-spacing: 0.8px; */
    line-height: 29px;
    margin-bottom: 14px;
    text-align: justify;
    padding-right: 25px;
}
.courses-details-content h4 {
    color: #7B0555;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.courses-details-content-1 h4 {
    color: #7B0555;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 18px;
}
.righthead-courses{
  color: #7B0555;
    font-weight: 600;
    font-size: 25px;
    margin-top: 11px;
}
.courses-details-content-1 p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
    margin-bottom: 5px;
}
.courses-details-content-1row{
  margin: 50px 0px 0px 0px !important;
}
.courses-details-content-1 ul {padding-left: 13px; margin-top: 23.5px;}

.courses-details-content-1 li {
    color: #3c3c3c;
    margin-bottom: 8px;
    font-weight: 500;
    margin-left: 22px;
    line-height: 27px;
}
.courses-details-content-1 li img {
    padding-right: 2px;
    margin-left: -21px;
}

.courses-details-box{
  border: 1px solid gray;
  border-radius: 20px;
  padding: 0px 0px;
  margin-top: 27px;
}
 .tech-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        margin-top: 14px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .tech-table thead {
        background: #00193f;
        color: white;
    }

    .tech-table th, .tech-table td {
        padding: 11.2px 18px;
        font-size: 15px;
        text-align: left;
    }

    .tech-table tbody tr:nth-child(even) {
        background: #f7f9fc;
    }

    .tech-table tbody tr:hover {
        background: #e8f0ff;
        transition: 0.3s;
    }

    .tech-table td:first-child {
        font-weight: bold;
        width: 180px;
        color: #00193f;
    }

    .table-title {
        font-size: 22px;
        font-weight: 700;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #00193f;
    }

.courses-details-box h5{
  background-color: #00193f;
  color: white;
  text-align: center;
  border-radius: 19px 19px 0px 0px;
  line-height: 45px;
}

.courses-details-box .duration-box {
  padding: 0px 20px;
}

.courses-details-box .duration-box h6 img{
  margin-left: -30px;
  padding-right: 6px;
}
.courses-details-box .duration-box h6 {
  padding-left: 20px;
  line-height: 27px;
  font-size: 14.5px;
}
.courses-details-box .duration-box h6 span{
  font-size: 16px;
}
.accordion h6 {
    margin: 20px 0px 20px;
    font-size: 22px;
}

.accordion h6 span{
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #00193f !important;
    box-shadow:none !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1); /* turns the arrow white */
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-body .week-points{
  padding-left: 15px;
}
.accordion-body .week-points h5{
       font-weight: 500;
    font-size: 15.3px;
    margin-bottom: 8px;
    color: #000;
}
.accordion-button {
        font-weight: 500;
    font-size: 15px !important;
}
.accordion-body .week-points li{
  color: #000;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15.3;
}
.duration-box{margin-bottom: 20px;}
.duration-box h6{
  color: #000;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 400;
}
.duration-box h6 span{
  font-weight: 500;
  font-size: 15.3px;
}
.bonus-section-points ul p{margin-bottom: 10px;}

.bonus-section {
  margin: 50px 0px 0px 0px !important;
    padding: 20px 5px 20px 5px;
    background: #f7f7f7;
    border-radius: 10px;
}
.bonus-section-points h3 {
   color: #7B0555;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 18px;
}
.bonus-section-points h3::after {
    content: "";
    position: relative;
    display: block;
    width: 13%;
    height: 3.3px;
    top: 0;
    left: 0;
    background-color: #350F5B;
    transform: scaleX(1);
    transform-origin: top left;
    transition: transform 0.3s 
ease;
    margin-top: 10px;
    left: 4px;
}
.bonus-section-points ul{
  padding-left: 13px;
}
.bonus-section-points ul li {
    color: #000;
    margin-bottom: 12px;
    font-weight: 400;
    margin-left: 23px;
    font-size: 15.3;
}
.bonus-section-points ul li img{
  padding-right: 5px;
  margin-left: -24px;
}

/* -------------=================-------------- */

.aboutpage-section{margin: 90px 0px 70px;}

.about-pagecontent p{
       font-size: 15.3px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 17px;
    padding-right: 25px;
}

.about-pagecontent-total{
  margin-top: 20px;
}
.about-pagecontent-total p{
  font-size: 15.3px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: justify;
    line-height: 33px;
}
.about-pagecontent-total ul {padding-left: 0px;}
.about-pagecontent-total li {
    /* color: #3c3c3c; */
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15.3px;
    margin-top: 10px;
}
.aboutpage-section .inner-column {
    position: relative;
    margin-right: -10px;
}
.aboutpage-section .image-box .image-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.overlay-anim {
    position: relative;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.aboutpage-section .image-box .image-1 img {
    border-radius: 10px;
        width: 45%;
}
.aboutpage-section .image-box .image-2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}
.aboutpage-section .image-box .image-2 img {
    border-radius: 10px;
        width: 45%;
}
.aboutpage-section .image-box .image-3 {
    position: absolute;
    right: 0;
    top: 55px;
    margin-bottom: 0;
}
.aboutpage-section .image-box .image-3 img {
    border-radius: 10px;
    animation: upDown 3s ease-in-out infinite;
}
 @keyframes upDown {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
        100% { transform: translateY(0px); }
    }
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.about-approach{
  display: flex;
  margin-top: 30px;
}
.about-approach-box-left{
  width: 47%;
  margin-right: 6%;
}
.about-approach-box-right{
  width: 47%;
  margin-left: 0%;
}
.about-approach-box-left p {
    font-size: 15.3px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: left;
    line-height: 33px;
    margin-bottom: 3px;
}
.about-approach-box-right li {
    /* color: #3c3c3c; */
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.about-pagecontent-total h3 {
    /* color: #7B0555; */
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 8px;
    margin-top: 15px;
}
.about-approach h3 {
    /* color: #7B0555; */
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 18px;
}
.about-approach h3::after {
    content: "";
    position: relative;
    display: block;
    width: 10%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #350F5B;
    transform: scaleX(1);
    transform-origin: top left;
    transition: transform 0.3s ease;
    margin-top: 5px;
    left: 4px;
}
/* .about-approach-box-leftbuild{
  width: 48%;
  margin-right: 3%;
}
.about-approach-box-rightbuild{
  width: 50%;
  margin-left: 0%;
} */

/* ====================================== */

  .course-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 30px 0 0 0;
  }
  .course-table th, .course-table td {
    padding: 13px 13px;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: none;
    border-radius: 0;
    /* border-right: 1px solid #ddd; */
    border-left: 1px solid #ddd;
  }
  .course-table th {
    background: #350f5b;
    color: #ffffff;
    font-weight: 600;
    /* border-bottom: 2px solid #7B0555; */
  }
.course-table td {
  font-size: 15px;
}

.course-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 20px; /* Adjust radius */
    overflow: hidden; /* Makes radius apply correctly */
}

/* Optional styling for header */
/* .course-table thead th {
    background: #f5f5f5;
} */

/* Add borders between rows */
.course-table td, 
.course-table th {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 15px;
}

/* Remove last-row border */
.course-table tbody tr:last-child td {
    border-bottom: none;
}


  .register-btn {
    padding: 6px 15px;
    background: #7b0555;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.18s;
  }
  .register-btn:hover {
    background: #350f5b;
    color: white;
  }
  /* @media (max-width: 700px) {
    .course-table th, .course-table td {
      font-size: 0.92rem;
      padding: 7px 4px;
    }
  } */

.upcoming-section{
  margin: 90px 0px 80px; 
}


/* ======================================- */


.get-in-touch {
    padding: 30px 20px 27px;
}
.get-in-touch h3 {
    color: #02344f;
    margin-top: 0;
}
.get-in-touch p {
    margin-bottom: 30px;
}
.traing-contact .form-group{
  margin-bottom: 18px !important;
  padding: 0px 10px 0px 0px !important;
}
.top-14 {
    top: 28px !important;
}
.form-control {
    border: 1px solid #eaeaea !important;
    height: 48px;
    background: transparent;
    box-shadow: none;
    padding: 6px 35px !important;
    border-radius: 25px !important;
}
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}
.highlight {
    position: relative;
    font-size: 13px;
    left: 15px;
    top: 12px;
    margin-right: 10px;
    width: 1em;
    line-height: 1;
    text-align: center;
    color: #677294;
}

.traing-contact .submit-btn {
    display: inline-block;
    background-color: #02344f;
    padding: 10px 40px;
    border-radius: 25px !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    margin-top: 18px;
}

.sec_traing-contact{margin: 100px 0px;}

.contactinfo-box{margin: 50px 0px !important;}

.contactinfotext-box{
  min-height: 324px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px -15px #030380;
  padding: 22px 0px 20px;
  border-radius: 15px;
}

.contactinfotext-box-left{
  width: 31.33333% !important;
  margin-right: 3%;
  padding: 0% !important;
}

.contactinfotext-box-left:nth-child(3) {margin-right: 0%; width: 30% !importan;}

.contactinfotext-left{text-align: center; }

.contactinfotext-box-textp{margin-bottom: 8px !important;}

.contactus-image img {
    width: 100%;
}
.contactus-image img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* border: 2px solid #ddd; */
        margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}
.contactinfotext-box h3{
  position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contactinfotext-box p {
    font-size: 15.3px;
    width: 91%;
    margin: 0 auto 8px;
}
.contactinfotext-box p img {
    width: 8%;
    margin-left: 2px;
}

/* =============blog========== */


.section-head {
    text-align: center;
    margin-bottom: 57px;
}
.section-head h6 {
    color: #7B0555;
    font-weight: 600;
    font-size: 17px;
    margin: 0%;
}
.section-head h4 {
    color: #0f172b;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 12px;
}
.blogs-cards {
    border: 1px solid rgb(196, 196, 196);
    border-radius: 10px;
}
.blogs-cardsimgs img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 210px;
    object-fit: cover;
}
.blogs-cardstext {
    /* --tw-shadow: 0 0 3px #0000001a; */
    padding: 0px 10px 20px 14px;
}
.blogs-cardstext h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogs-cardstext p {
  font-size: 15px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogs-cardstext span p {display: grid;gap: 10px; margin-bottom: 0px;}

.blogs-cardstext a {
    color: #0f172b;
    /*font-family: "Rubik", "sans-serif";*/
    /* text-decoration: underline; */
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s, text-decoration 0.2s;
}
.blogs-cardstext a:hover {color: #7B0555;}
.blogs-cardstext a i{
  font-size: 11px;
  padding-top: 2px;
  text-decoration: none;
  padding-left: 4px;
}
.blogs-cardstext .info-ul {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}
.blogs-cardstext .info-ul li {
    display: inline-block;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 500;
}
.blogs-cardstext .info-ul li a {
    color: #000;
    text-decoration: none;
}
.blogs-cardstext .info-ul li::before {
    display: inline-block;
    content: "";
    background: #7B0555;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 7px;
}
.blogdetl-section{padding: 90px 0px 65px;}

.blog-section-left-box {
    background: #fff;
    padding: 18px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.blog-section-left-box img{width: 100%;}

.blog-section-left-box .info-ul {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}
.blog-section-left-box .info-ul li {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 500;
}
.blog-section-left-box .info-ul li a {
    color: #000;
    text-decoration: none;
}
.blog-section-left-box .info-ul li::before {
    display: inline-block;
    content: "";
    background: #7B0555;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 6px;
}
.blogdetl-section h3 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogdetl-section p {
    font-size: 15.3px;
    font-weight: 400;
    color: #3c3c3c;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0px;
}
.blog-bottom .blog-share {
    text-align: right;
    width: 100%;
}
.blog-bottom .blog-share .blog-sb {
    padding: 7px 8px;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 13px;
    background: #f4f4f4;
    border-radius: 25px;
    text-align: center;
}
.blog-bottom .blog-share ul {
    margin-left: 15px;
    margin-bottom: 0;
    padding-left: 0px;
}
.blog-bottom .blog-share ul li {
    margin-right: 13px;
    font-size: 18px;
    display: inline-block;
}
.blog-bottom .blog-share ul li i.fa-square-whatsapp {
    color: #25d366;
}
.blog-bottom .blog-share ul li i.fa-square-x-twitter {
    color: #000;
}
.blog-bottom .blog-share ul li i.fa-square-instagram {
    background: linear-gradient(to right, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.blog-bottom .blog-share ul li i.fa-square-facebook {
    color: #3b5998;
}
.blog-section-right-box {
    background: #fff;
    padding: 18px;
    position: relative;
    margin-bottom: 30px;
}
.blog-section-right-box h4 {
    font-size: 16px;
    margin-bottom: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.blog-bottom{margin-top: 18px;}
.blog-section-right-box ul{
  padding-left: 0px;
}
.blog-section-right-box ul li {
    font-size: 14px;
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #eee;
}
.blog-section-right-box ul li a{
  color: black;
}
.blog-section-right-box ul li span {
    float: right;
    color: #7B0555;
}

.register-img img {
  object-fit: cover;
  width: 100%;
  height: 453px;
}

.menu-toggle{display:none !important;}

.panel-title > a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
}
.panel-heading {
    margin-bottom: 23px !important;
    border-bottom: 1px solid white;
}
.cd-panel__content ul {
    padding: 5px;
}
.panel-body ul li {
    border-bottom: 0px solid #1d3b5e;
    padding-bottom: 12px;
    margin-bottom: 0px;
    padding-left: 10px;
}
.panel-body ul li a {
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#whatsAppIcon {
    display: block;
    position: fixed;
    left: 25px;
    bottom: 27px;
    width: 50px;
    height: 50px;
    background-color: rgb(84, 180, 96);
    text-align: center;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    padding-top: 13px;
    z-index: 9999;
    border-radius: 50%;
}
.testimonial-section{
  margin-bottom: 72px;
}
.trending-courses-mgtp{
  margin-top: 3.5rem !important;
  margin-bottom: 4.5rem !important;
}

