* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.4px;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #939393;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1.1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat' !important;
	letter-spacing: 2px !important;
	font-weight:600;
	word-spacing:1px;
}
ul {
	list-style: none !important;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none !important;
	font-family: 'Montserrat' !important;
}
a:hover {
	text-decoration: none;
}
.row {
	margin: 0px;
	padding: 0px;
}
.no-padding {
	padding: 0px;
}

.container {
 width: 100%;
}
input, button, select, textarea {
	font-size:15px;
	letter-spacing:1.5px;
	font-family: 'Montserrat' !important;
	color:#333;
	outline: none !important;
}

/***************************css start*****************************/

.main-header {
	padding:5px 0 0 0;
	border-top:#9818d6 solid 2px;
	box-shadow: 0px 2px 4px 0px rgba(34, 156, 255, 0.1);
}
.logo img{
	width:160px;
}
.navbar-inverse {
	background-color: transparent;
	border-color: #fff;
	float: right;
	border-radius: 0px;
	padding-left:0px;
	padding-top:5px;
}
.navbar {
	position: relative;
	min-height: inherit;
	margin-bottom: 0px;
	width:100%;
	border: 0px solid transparent;
}
.navbar-collapse {
	padding: 0px;
}
.header-bottom {
	background-color: transparent;
	text-align:right;
	padding-top:6px;
}
.header-bottom ul li {
	display: inline-block;
	margin: 10px 0;
	line-height: 12px;
	border-left:#9818d6 solid 1px;
}
.header-bottom ul li:first-child {
	border:none;
}
.header-bottom ul li a {
	display: block;
	color: #42495b;
	font-weight: 600;
	font-size: 13.5px;
	letter-spacing: 1.5px;
	padding: 0 26px;
	text-transform:capitalize;
}
.header-bottom ul li a.active {
	color:#9818d6;
}
.header-bottom ul li a:hover {
	color:#9818d6 !important;
}

li.dropdown {
	display: inline-block;
	z-index: 9999;
	margin-top:15px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
    width:200px;
	z-index: 999;
	padding: 5px 0 0px 0 !important;
}
.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 32px !important;
	border-bottom: #eee dotted 1px;
}
.dropdown:hover .dropdown-content {
	display: block;
}

.inner-page-header {
	padding: 0;
	position: relative;
}
.banner img {
	width: 100%;
}
.inner-page-header .banner-text {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	z-index: 10;
	transform: translate(-50%, -50%);
}
.header-page-title {
	width:100%;
}
.inner-page-header .header-page-title h1 {
	color:#ac0bec;
	font-size: 32px;
	margin-top: -80px;
	text-transform: capitalize;
	line-height:60px;
	text-align:right;
}

.inner-page-header .about-page-title h1 {
	color:#ffffff;
	font-size:28px;
	font-weight:500;
	text-align:center;
	text-transform: capitalize;
	line-height:50px;
}

.inner-page-header .about-page-title p {
	color:#ececec; font-size:15px; line-height:25px; text-align:center;}

.inner-page-header .about-page-title p a{
	color:#ececec; padding-right:12px;}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 180%;
  left:70%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#ac0bec;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#ac0bec;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}



.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left:30px solid #fff;
  border-top:21px solid transparent;
  border-bottom:21px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.main-home-form{ background:url(../images/form-img.jpg) top center no-repeat;}

.enq-form {
	background:rgba(256, 256, 256, 0.3);
	padding:30px;
}
.enq-form h4 {
	font-size:22px;
	color:#333;
	line-height:26px;
	padding-bottom:25px;
}
.name {
	width:100%;
	border:#ddd solid 1px;
	padding:0 20px;
	line-height:36px;
	margin-bottom:25px;
}
.sned-but {
	width:35%;
	display:block;
	background:#5e0ea5;
	color:#fff;
	border:none;
	margin:10px 0 20px 0;
	line-height:36px;
}
.sned-but i {
	padding-right:10px;
}
.sned-but:hover {
	letter-spacing:2px;
	background:#9818d6;
}

.form-contant{ padding:105px 0;}

.form-contant p{ color:#333; padding-bottom:15px; padding-left:50px;}

.section1 {
	padding:60px 0;
}
.courses {
	margin:0 15px;
	overflow:hidden;
	background:#fff;
	box-shadow: 0px 4px 6px 0px rgba(34, 156, 255, 0.1);
	text-align:center;
	min-height: 425px;
}
.courses:hover{box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .27);}
.courses h4 {
	font-size:18px;
	color:#9818d6;
	padding-top:12px;
}
.courses p {
	padding:5px 20px 20px 20px;
	color:#333;
	line-height:28px;
	font-size:14px;
}
.section2 {
	padding:20px 0;
	background:#fefdff;
}

.hr1 {
	width: 30%;
	border: 0;
	margin:30px auto 0px auto;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #9818d6, transparent);
}

.section2 h2 {
	font-size:26px;
	text-align:center;
}
.certification {
	text-align:center;
	padding-top:60px;
}
.certification h2 {
	font-size:34px;
}
.certification h4 {
	font-size:18px;
	padding:15px 0;
	color:#656565;
}
.section3 {
	padding:25px 0 40px 0;
}
.section3 h2 {
	font-size:26px;
	text-align:center;
}
.stories {
	background:#fff;
	text-align:center;
	padding:20px;
	margin:60px 15px;
	min-height: 440px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .27);
}

.stories:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

h4.wdm-testi-person-name a {
	vertical-align: -webkit-baseline-middle;
}
.wdm-testi-person-name a i {
	font-size:25px;
}

.corporate-training-det{
    border-top-right-radius: 25px;
	background:#fff;
	margin-top:252px;
    padding: 20px 20px 50px 20px;
}

.corporate-training-det a {
    background: #5e0ea5;
    border: none;
    font-size: 13px;
	color:#fff;
    padding:7px 24px;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 0;
    box-shadow: 0px 2px 2px 0px #ccc;
}

.stories a {
	font-weight:600;
	color:#9818d6;
	display:block;
	margin:20px auto 0 auto;
	text-align:center;
}
.stories h4 {
	font-size:15px;
	border-bottom:#dddddd solid 1px;
	padding-bottom:20px;
}
.stories p {
	text-align:justify;
	color:#333;
}
.stories img {
	padding-bottom:15px;
}
.view a {
	text-align:center;
	margin:10px auto;
	display:block;
	font-size:16px;
	color:#fff;
	width:12%;
	border-radius:0 5px;
	line-height:34px;
	background:#5e0ea5;
}
.view a i {
	font-size:14px;
	padding-left:8px;
}
.view a:hover {
	letter-spacing:2px;
	background:#9818d6;
}
.section4 {
	padding:20px 0 40px 0;
	background:#fefdff;
}
.section4 h2 {
	font-size:26px;
	text-align:center;
}
.main-popular-courses {
	background:#fff;
	margin:40px 20px 0px 20px;
	box-shadow:#ccc 1px 1px 5px;
	font-family: 'Montserrat' !important;
	min-height:505px;
}
.main-popular-courses:hover{box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .27);}
.popular-courses {
	padding:10px 25px;
}
.popular-courses img:hover{ opacity: 0.9;}

.courses-prise{
	background: #9818d6;
	border-radius: 0px;
	padding: 0 5px;
	margin-top: -37px;
	position: relative;
	z-index: 999;
}

.courses-prise a{ color:#fff; line-height:38px; font-size:17px;}

.courses-prise h4{ text-align:right; color:#fff; float:right; font-size:15.5px;}

.popular-courses h4 {
	color:#333;
	font-size:14px;
	min-height: 50px;
}
.popular-courses p {
	color:#333;
	padding:8px 0;
}
.popular-courses ul li {
	display:inline-block;
	margin-right:30px;
	color:#333;
	padding:10px 0;
	font-size:15px;
}
.popular-courses ul li i {
	padding-right:5px;
	color:#151948;
}
.popular-courses a {
	font-weight:500;
	text-align:center;
	margin:20px auto 0 auto;
	display:block;
	line-height:34px;
	background:#ce5151;
	font-size:16px;
	width:100%;
	color:#fff;
}
.popular-courses a:hover {
	letter-spacing:2px;
	background:#5e0ea5;
	color:#fff;
}

.our-blog {
	background:#fff;
	padding:20px;
	margin:40px 15px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .17);
	min-height: 520px;
}
.our-blog:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

.our-blog img{ min-height:240px;}

.our-blog h4 {
	font-size:17px;
	line-height:26px;
}

.our-blog a{
  color:#333;
}

.our-blog h6 a {
	font-size:15px;
	padding:10px 0;
}
.our-blog h6 img {
	width:50px;
	padding-right:10px;
}
.our-blog p {
	color:#333;
	text-align:justify;
}

.main-blog-det{ padding:60px 0; background:#f2f5f9;}

.blog-details{ background:#fff; padding:25px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .17);}

.blog-details h4{ padding:25px 0; font-size:20px;}

.blog-details p{ color:#333;}

.card {
    background-color: #fff;
	margin-top:40px;
	padding:25px;
    border: 1px solid #f2f5f9;
    border-radius: 3px;
}

.downlod-but a {
    font-size: 14px;
    display: block;
    padding: 13px 15px;
    background: #fe5e08;
    color: #fff;
	width:30%;
	text-align:center;
    border-radius: 0;
    box-shadow: 0 3px 10px -8px #000;
}

.downlod-but a i{ padding-right:8px;}


.comment-form{
    background-color: #fff;
	margin-top:40px;
	padding:25px;
    border: 1px solid #f2f5f9;
    border-radius: 3px;
}

.comment{margin:10px 0; padding-top:20px; border-bottom:#eee dashed 1px; padding-bottom:30px;}

.comment h5{ font-size:17px; padding-top:20px;}

.comment p{ font-size:15px; padding:15px 0;}

.badge {
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #9818d6;
	border-radius:0px;
}

.text-muted {
    color: #333;
	font-family: 'Montserrat' !important;
    font-size: 13px;
    line-height: 36px;
}

.text-muted i{ padding:0 10px;}

.text-yellow {
    color: #ffa22b !important;
}

.text-success {
    color: #21b632 !important;
	padding:0 8px;
}

.footer {
	background:#151948;
	padding:0px 0 10px 0;
}
.footer-menu {
	padding-left:45px;
}
.footer-menu h4 {
	color:#fff;
	padding-bottom:15px;
	font-size:16px;
}
.footer-menu ul li {
	line-height:34px;
}
.footer-menu ul li a {
	color:#fff;
}
.footer-logo {
	text-align:right;
}
.footer-logo img {
	width:190px;
	padding-bottom:25px;
}
.footer-right {
	text-align:right;
}

.footer-right h4{ color:#fff; padding-bottom:20px; font-size:16px;}

.footer-soc{ text-align:center; margin-top:-58px; margin-bottom:40px;}

.social-meta li {
    margin: 0 6px;
    display: inline-block;
	text-align:center;
}

.style-2.social-meta li a {
    color: #fff;
    width:50px;
    height:50px;
    font-size: 18px;
    border-radius:50%;
    line-height:50px;
	display:inline-block;
	text-align:center;
    background:#1b1f54;
}

.facebook:hover{
    background:#3b579d !important;
}

.twitter:hover{
    background: rgb(29, 161, 242, 100) !important;
}

.instagram:hover{
    background: #C13584 !important;
}

.youtube:hover{
    background: #ff0000 !important;
}

.linkedin:hover{
    background: #0077b5 !important;
}

.odno:hover{
    background: #e47d08 !important;
}

.vk:hover{
    background: #4a76a8 !important;
}

.footer p {
	color:#fff;
	text-align:center;
	border-top:#373a5a dashed 1px;
	font-size:15px;
	padding-top:20px;
	margin-left:40px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li a{color:#333;}

.nav-tabs>li>a:hover{background: transparent; border:none; color: #9818d6 !important;}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin: 40px 40px 25px 40px;
}

.nav-tabs>li { padding:0 15px; font-weight:600; font-size:14.5px;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: transparent;
	color: #9818d6 !important;
	border-bottom:none;
}

@media (min-width: 768px){
.modal-dialog {
    width: 60%;
    margin: 90px auto;
	padding:0px;
}
}

.modal-content { background:#a600f2;}

.modal-body {
    position: relative;
    padding: 0px;
}

.close{
    position: absolute;
    right: 20px;
    border-radius: 50%;
    color:#fff;
    font-size:40px;
	z-index:999;
	opacity:0.9;
	font-family: 'Montserrat' !important;
    line-height: 40px;
	outline:none;
    font-weight: 100;
}

.close:hover{ color:#fff; opacity:0.9;}



.corporate-training {
	padding:40px 0;
	background:#9818d6;
}
.corporate-training h2 {
	font-size:26px;
	text-align:center;
	color:#fff;
}

.line{
	width: 30%;
	border: 0;
	margin:30px auto 60px auto;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #fff, transparent);
}

.advantage{ text-align:center; min-height:245px;}

.advantage h4{ color:#fff; padding:15px 0 0 0;}

.advantage p{ color:#fff; line-height:28px; padding:0 25px;}


.partner{ padding:50px 0; text-align:center;}

.partner h4{ font-size:26px; color:#333; padding-bottom:55px;}

.part-logos{ min-height:115px; text-align:center;}

.part-logos img{ width:120px;}


.ekasCloud-process{ padding:60px 0; background:#f5e9ff; text-align:center;}

.ekasCloud-process h4{ font-size:26px; color:#333; padding-bottom:55px;}

.main-timeline{
    overflow: hidden;
    position: relative;
	font-family: 'Montserrat' !important;
    padding: 60px 0;
}
.main-timeline:before{
    content: "";
    width: 1px;
    height: 100%;
    background:#cfcdcd;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    clear: both;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 11px;
    height: 11px;
    background: #cfcdcd;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #cfcdcd;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -11px;
}
.main-timeline .timeline-icon{
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
}
.main-timeline .timeline-icon:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{ background: #5e0ea5; }
.main-timeline .timeline-content{
    width: 85%;
    padding: 18px 30px;
    background: #fff;
    text-align: right;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-content{
    border: 1px solid #cfcdcd;
}
.main-timeline .timeline-content:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before{
    background: #5e0ea5;
    border-color: #5e0ea5;
}
.main-timeline .timeline-content:after{
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%;
}
.main-timeline .date{
    display: block;
    font-size: 15px;
    color:#333;
    margin: 0 0 8px;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .date{ color: #444; }
.main-timeline .title{
    font-size: 16px;
    color: #444;
    margin-top: 0;
	padding-top:10px;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title{ color: #9818d6; }
.main-timeline .description{
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    right: 0;
    left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }
@media only screen and (max-width: 767px){
    .main-timeline{ padding-left: 20px; }
    .main-timeline:before{ left: 20px; }
    .main-timeline .timeline{ width: 100%; }
    .main-timeline .timeline,
    .main-timeline .timeline-content{
        float: right;
        text-align: left;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:lasts-child:nth-child(odd):before{
        right: auto;
        left: -11px;
    }
    .main-timeline .timeline-icon{
        right: 0;
        left: -12px;
    }
    .main-timeline .timeline-content:before{ left: -7.3px; }
    .main-timeline .timeline-content:after{ left: -14%; }
}


/***************************courses-det start*****************************/

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

/****************css start**************/

.courses-detals1{ background:url(../images/courses-detals/patten.jpg) center top no-repeat; background-size: cover; padding:40px 0; min-height:480px;}

.courses-detals1 h1{ font-size:36px; color:#fff;}

.courses-detals1 p{ font-size:14px; color:#eee; padding:10px 0;}


.feature_content{ padding:10px 0 2px 0; text-align:center; background:#fff; border-radius:15px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.27); margin-top:-90px; margin-bottom:40px;}

.feature_content img{ width:40px;}

.feature_content h5{ font-size:17px; color:#9818d6; margin:0px; padding-top:10px; line-height:28px;}

.feature_content p{ font-size:14px; color:#222; padding:0px !important;}


.courses-detals2{ background:#f7f4ec; padding:40px 0;}

.courses-detals2 h2{ color:#9818d6; font-size:26px;}

.courses-detals2 p{ line-height:28px; color:#333; padding-top:15px;}

.cus_btchschedule {
    margin: 25px 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.thiru_schedule {
    padding-left: 0;
}

.thiru_schedule li {
    margin: 10px 0;
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: 10px 0;
}

.scherow {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.batchdate {
    width: 20%;
    display: inline-block;
    font-size: 15px;
   font-family: 'Poppins', sans-serif !important;
   font-style:normal;
    position: relative;
    margin-right: 10px;
}

.batchday {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif !important;
    color: #4c4747;
    margin-right: 10px;
}

.batchtime {
    width: 30%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
   font-family: 'Poppins', sans-serif !important;
    color: #4c4747;
    margin-right: 10px;
}

.batchdate i {
    font-size: 16px;
    color: #9818d6;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
}

.batchday i {
    display: block;
    font-size: 12px;
    color: #ff585c;
	font-style:normal;
}

.batchtime i {
    display: block;
    font-size: 12px;s
    color: #ff585c;
	font-style:normal;
}

.batch_btn {
    background:#5e0ea5; border:none;
    font-size: 13px;
    line-height: 15px;
	font-family: 'Poppins', sans-serif !important;
    border-radius: 0;
    box-shadow: 0px 2px 2px 0px #ccc;
}

.batch_btn:hover{ background:#9818d6;  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);}

.request_batch {
    display: flex;
    width: 100%;
    background: #fff;
    padding:20px 0;
    box-shadow: 0 2px 8px -5px #000;
}

.req_right {
    width: 70%;
    padding: 0 10px;
}

.req_right_btn {
    background:#5e0ea5; border:none;
    font-size: 15px;
    line-height:34px;
	text-align:center;
	width:35%;
	margin:30px 0 0 0;
	display:block;
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
    box-shadow: 0px 2px 2px 0px #ccc;
}

.req_right_btn:hover{ color:#fff; background:#9818d6;  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);}


.req_left {
    width: 26%;
    text-align: center;
    padding: 0 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}



.master_menu {
    padding: 0;
    height: 45px;
    line-height: 45px;
    position: sticky;
    width: 100%;
    z-index: 1002;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0 0 10px -5px #000;
}

.fixed_menu {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #EFF1F2;
    width: 100%;
    z-index: 99;
}

.masterpgm_menus ul {
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masterpgm_menus ul li {
   display: inline-block;
	margin: 10px 0;
	line-height: 12px;
	border-left:#9818d6 solid 1px;
}

.masterpgm_menus ul li:first-child {
	border:none;
}

.masterpgm_menus ul li a {
    display: block;
	color: #42495b;
	font-weight: 600;
	font-size: 13.5px;
	letter-spacing: 1.5px;
	padding: 0 24px;
	text-transform:capitalize;
}


.courses-detals3{background: #f5f5f5; padding:60px 0; position:relative;}

.courses-detals3 h2{ font-size:22px;}

.course_contents {
    background: #fff;
    border-radius: 0;
    border: 1px solid #f7f2f2;
	margin:30px 0;
    padding: 25px;
    box-shadow: 0 2px 8px 0 #0000001a;
}

.course_contents p{ line-height:28px; text-align:justify; color:#333; font-size:14px; padding:20px 0 0 0;}

.course_contents h4{ padding-top:20px; font-size:22px; margin:0px;}


.have-an {
    margin: 35px 0;
    display: table;
    width: 100%;
    background: #5e0ea5;
    padding: 15px;
    -webkit-box-shadow: -3px 3px 10px -6px #000;
    -moz-box-shadow: -3px 3px 10px -6px #000;
    border-radius: 5px;
    border-top: 5px solid #ffd868;
}


.have-an  h4{ color:#fff; line-height:28px; font-size:18px; font-weight:500;}


.d_syllabus {
    float: right;
    position: relative;
	top:-50px;
}

.d_syllabus a {
    font-size: 14px;
    display: block;
    padding: 13px 15px;
    background: #fe5e08;
    color: #fff;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 10px -8px #000;
}

.d_syllabus a i{ padding-right:8px;}

.certificate_details {
    margin: 15px 0;
}

.certifi_widget h5 {
    color: #333;
    text-align: center;
    padding: 10px 0 20px;
    font-size:17px;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
}

.certifi_widget h5::after {
    content: "";
    background: #1a73e8;
    width: 50px;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.certifi_widget p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.get_certified a {
    color: #fff;
    border: 1px solid #1a73e8;
    display: table;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    min-width: 280px;
    text-align: center;
    margin: 50px auto 10px;
    background: #1a73e8;
    box-shadow: 0 3px 0 0 #0a2f60;
}

.get_certified a i{ margin-left:12px;}

.expertsright{ margin-top:20px; padding-left:30px;}

.expertsright a{ font-size:24px; color:#fff;}

.expertsright a i{ padding-right:15px;}

.course_contents li::before {
    content: "\f00c";
    padding-right: 10px;
    font-size: 10px;
    color: #1a73e8;
    font-family: FontAwesome;
}

.course_contents li {
    font-size: 15px;
    padding: 8px 0;
    line-height: 30px;
    margin-left: 0;
    display: block;
    color: #666161;
    font-family: 'Montserrat' !important;
    word-spacing: 2px;
    letter-spacing: 0.2px;
}



.video_widget {
    background: #fff;
    height: auto;
    padding: 10px;
    position: absolute;
    z-index: 999;
	margin-top:-380px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
}

.overall_m_list {
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
}

.master_courselist ul li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    display: flex;
    align-items: center;
}

.m_course_left a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 20px;
}

.m_course_left {
    float: left;
    width: 60%;
}

.m_course_left span {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 28px;
    color: #333;
	font-family: 'Montserrat' !important;
}

.m_course_right p {
    text-align: center;
    font-size: 16px;
	color:#333;
}

.m_course_left a {
    font-size: 17px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 20px;
}


.m_course_right {
    float: left;
    width: 40%;
}

.mamount_tottal {
    margin: 15px 0;
}

.mamount_tottal a {
    color: #9818d6;
    font-size: 20px;
}

.mamount_tottal .m_course_right p {
    text-align: center;
    font-size: 28px;
    color:#5e0ea5;
	padding-top:10px;
}


.enroll_btn a{
    background:#5e0ea5;
    border: none;
	float:left;
	margin-right:5%;
	margin-bottom:20px;
	width:45%;
	text-align:center;
	color:#fff;
    font-size: 15px;
    line-height:36px;
    font-family: 'Poppins', sans-serif !important;

}

.enroll_btn a:hover {
	letter-spacing:1px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .27);
}

.main-enq-form{
    padding: 0;
    height: 45px;
    line-height: 45px;
    position: sticky;
    width:32%;
	height:500px;
    top: 30px;
	left:920px;
}

.corp-tr-enq-form{
    background-color: #fff;
    padding: 20px;
    border-radius: 3.1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .27);
    position: absolute;
    top:-22px;
	right:60px;
	width:24%;
    z-index: 999;
}

.corp-tr-enq-form h4{ font-size:18px; color:#333; font-size:16px; padding-bottom:15px;}

.enq-form2 {
    background-color: #fff;
    padding: 20px;
    border-radius: 3.1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .27);
    position: absolute;
    top:30px;
    z-index: 999;
}

.enq-form2 h4{ font-size:18px; color:#333; font-size:16px; padding-bottom:15px;}

.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
	background:none;
	border:none;
}

.panel-group .panel .panel-heading {
    padding: 0;
}

.panel-default>.panel-heading{
    background:none;
    border-bottom:#151948 solid 1px;
	margin-bottom:30px;
}

.panel-group .panel .panel-heading h4 a {
    background: none;
    display: block;
    font-size:15px;
    line-height: 30px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}
.panel-group .panel .panel-heading h4 a i {
    color:#151948;
    font-size: 14px;
	padding:6px;
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}



.course-section{ background:#fbfbfb; padding:60px 0; overflow:visible;}


.about-us{ padding:40px 0; background: #f7f7f7;}

.about-us h2{ font-size:26px;  text-align:left; padding-bottom:10px;}

.about-us p{ color:#333; padding-bottom:15px; text-align:justify;}


.contact-us{ padding:60px 0; background: #faf4ff;}

.contact-us h2{ font-size:32px; padding-bottom:30px;}

.contact-us p{ padding-top:10px; color:#333; font-size:13px;}

.contact-form{ background:#5e0ea5; padding:30px;}

.contact-form:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

.contact-form h4{ color:#fff; font-size:28px;}

.contact-form p{ padding-bottom:15px; color:#fff; font-size:14px;}

.contact-but {
    width:45%;
    display: block;
    background:#f5ecec;
    color: #333;
    border: none;
    margin: 10px 0 20px 0;
    line-height: 36px;
}

.contact-but i{ padding-right:10px;}

.contact-but:hover{ letter-spacing:3px;}

label { width:100%;}


.loc h4{ font-size:16px; color:#333; line-height:28px; background:#fff; padding:25px; margin:50px 0;}

.loc h4 i{ float:left; display:block; padding-right:15px; width:40px; height:40px; text-align:center; font-size:15px; color:#fff;
 line-height:40px; padding-left:15px; margin-right:30px;  border-radius:5px; background:#9818d6;}

.loc h4:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

.login-page {
    background: #fff;
    width: 30%;
    margin: 0 auto;
    padding: 15px 25px;
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.13);
}

.login-form {
    width: 100%;
    line-height: 36px;
    margin-top: 25px;
    padding-left: 20px;
    font-size: 15px;
    border: #abb2bb solid 1px;
}

.login-page p {
    color: #333;
    padding-bottom: 15px;
    font-family: 'Montserrat' !important;
}

.login-page span {
    color: #333;
    font-family: 'Montserrat' !important;
}


.login-register {
    display: block;
    margin-bottom: 26px;
    background:#9818d6;
    color: #fff;
	float:left;
    letter-spacing: 1.5px;
    border: none;
    line-height: 32px;
    text-align: center;
    width: 30%;
    font-size: 17px;
}


.section7{ padding:30px 0 50px 0;}

.section7 h2{ text-align:center;}

.section7 img{ width:110px;}


.koenig {
	text-align:center;
    padding:25px 0;
	background:#f4e1ff;
	margin-top:50px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	min-height:240px;
}
.koenig:hover{box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .27);}
.koenig h4 {
	font-size:18px;
	padding:15px 0 0 0;
	color:#656565;
}

.koenig p{ color:#666;}

.about-counter{ padding:60px 0; background:#9818d6;}

.counter{ text-align:center;}

.counter h4{ font-size:38px; color:#fff; padding-bottom:25px;}

.counter p{ color:#fff; font-size:17px;}


/***********homr slider****************/

.post-slide{
    padding-bottom: 10px;
    margin: 0;
    position:relative;
}
.owl-controls .owl-buttons{
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left:-6px;
    bottom:280px;
    padding:5px 14px;
    background:#333;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -6px;
    bottom: 280px;
    padding:5px 14px;
    background:#333;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}

/***********homr slider****************/


.careers{ padding:60px 0; font-family: 'Montserrat' !important;}

.careers h2{ font-size:26px; text-align:center; padding-bottom:40px; }

.career-item {
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);
	background:#fff;
    padding:20px 30px 8px 30px;
	width:90%;
	margin:0 auto 80px auto;
}

.career-item h4{ font-size:21px; padding-bottom:15px;}

.career-item h5{ font-size:18px; padding-top:15px; padding-bottom:5px;}

.career-item p{ color:#333; padding-bottom:15px;}

.description-part {
    width: 40%;
	float:left;
}

.careet-meta ul li{font-size:15px; color:#666; padding-bottom:20px;}

.careet-meta ul li i{ color:#9818d6; padding-right:18px; font-size:18px;}

.date-part {
    width: 40%;
    padding: 0 20px;
	float:left;
}

.date-part p{ color:#333; padding-top:90px; line-height:32px;}

.date-part p i{ color:#9818d6; padding-right:18px; font-size:18px;}

.btn-wrapper {
    width: 20%;
    text-align: center;
	float:left;
    margin: 0;
}

.boxed-btn {
    background:#9818d6;
	border:none;
	line-height:40px;
	color:#fff;
	display:block;
	width:80%;
	margin-top:90px;
}

.boxed-btn:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}


.recent-posts{margin-left:40px; background-color: #fff; padding: 20px 0 20px 20px; border-radius: 3.1px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .27);}

.recent-posts h4{ font-size:20px; padding-bottom:20px;}

.jobs-post{ margin-top:15px;}

.jobs-post h5{ font-size:13px; margin:0px; padding-left:10px;}

.jobs-post p{ font-size:12px; padding-left:10px; line-height:32px;}


.main-our-team{
    text-align: center;
	padding:60px 0;
}

.our-team{
    text-align: center;
    padding:10px;
	margin:0 1px;
    border-radius:5px;
	border:#333 dashed 1px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	min-height:520px;
}

.our-team:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

.our-team a{ color:#333; line-height:34px; font-size:16px;}

.our-team i{ padding-right:8px;}

.pic img{
    width: 100%;
    height: auto;
	border-radius:5px;
    transition: all 0.3s ease 0s;
}
.post-title{
    color: #333;
    font-size:17px;
	font-weight:600;
    font-family: 'Montserrat' !important;s
    margin-bottom: 5px;
}
.post{
    font-size: 14px;
    font-weight: 500;
    color:#333;
    display: block;
    margin: 15px 0 10px 0;
	font-family: 'Montserrat' !important;
    text-transform: uppercase;
	letter-spacing:1.5px;
	min-height: 45px;
}

.our-team ul li{ padding-left:8px; display:inline-block; border-radius:5px;
width:35px; background:#333; height:35px; line-height:35px; margin-right:20px; margin-top:15px; margin-bottom:10px;}

.our-team ul li a{  color:#fff;  font-size:14px;}

.our-team-det-left{ text-align:left; padding-left:60px;}

.our-team-det-left h4{ font-size:26px; padding-bottom:20px;}

.our-team-det-left ul li{ line-height:40px; display:inline-block; padding-right:25px; font-size:15px; color:#333; font-weight:600; font-family: 'Montserrat' !important;}

.our-team-det-left ul li .fa {
    color: #ff5421;
    margin: 0px 3px;
}

.our-team-det-left h6{ font-size:26px; padding:20px 0; }

.our-team-det-left p{ padding-bottom:15px; color:#333;}


.product-development{ margin:80px 20px; text-align:center; border:#333 dashed 1px;}

.product-development:hover{box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .27);}

.product-development p{ padding:20px 20px 0 20px;}

.product-development a{ margin:25px auto; line-height:32px; background:#333; color:#fff; font-size:15px; display:block; width:40%;}

.product-development a:hover{ letter-spacing:2px;}


.paytem-form-main{
    background-color: #fff;
    margin-top: 40px;
    padding:0px 25px 25px 50px;
    border: 1px solid #f2f5f9;
    border-radius: 3px;
}

.paytem-form-main h5{ font-size:18px; margin:0px; padding-top:35px;}

.paytem-form {
    width:90%;
    line-height: 36px;
    margin-top: 25px;
    padding-left: 20px;
    font-size: 15px;
    border: #abb2bb solid 1px;
}


.control-label{font-family: 'Montserrat' !important; font-size:15px; padding-top:15px; font-weight:500;}

.workdays1{font-family: 'Montserrat' !important; font-size:15px; font-weight:500;}

.workdays2{font-family: 'Montserrat' !important; padding-top:10px; font-size:15px; font-weight:500;}





.payment-form{
	border: 1px solid #dae4ed;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
	background: #f9f9f9;
	padding: 15px;
	margin-top:40px;
}

.payment-form h5{ font-size:16px; font-weight:500; padding:25px 0;}

.control-label{
	width: 90%;
	padding: 5px 0px 5px 0px;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
	font-family: 'Montserrat' !important;
}


.profile-pages{ padding:60px 0;  background: #fefdff;}

.profile-pages h3 {
    font-size:26px;
    text-align:center;
	padding-bottom:15px;
	margin:0px;
}

.my-profife{ padding:10px 0px; border: #9818d6 solid 1px; box-shadow: 0px 4px 6px 0px rgba(34, 156, 255, 0.1); border-right:none;}

.profile-strat{ text-align:center;}

.profile-strat h4{ color:#333; padding-top:10px; padding-bottom:15px;}

.my-profife ul li a{ color:#4b2982 !important; font-size:15px; display:block; padding:3px 15px; margin:0 40px 15px 0;}

.my-profife ul li a:hover{ background:#9818d6; letter-spacing:2px; color:#fff !important; border-radius:0px 50px 50px 0;}

.my-profife ul li a.active{ background:#9818d6; color:#fff !important; border-radius:0px 50px 50px 0;}

.profile-detals{ box-shadow: 0px 4px 6px 0px rgba(34, 156, 255, 0.1);  padding:20px 0; border: #9818d6 solid 1px; text-align:center;}

.profile-detals p{ color:#333; border-bottom: #9818d6 solid 1px; padding-bottom:20px; margin-bottom:50px;}

.ekasCloud-desboard{ width:60%; margin:0 auto;}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {


	h4{ font-size:13px !important; line-height:24px;}

	h2{ font-size:16px !important; line-height:24px;}

	p{ font-size:12px !important;}

	.header-bottom {
	    text-align: right;
	    padding-left:15px;
	}

	.logo img {
		padding-top:15px;
	}

	.header-bottom ul li a {
	    font-size:9px;
	    letter-spacing: 1px;
	    padding: 0 10px;
	}

	.inner-page-header .header-page-title h1 {
	    color: #ac0bec;
	    font-size:18px;
	    margin-top: -80px;
	    text-transform: capitalize;
	    line-height: 40px;
	}

	.video-play-button {
	    position: absolute;
	    z-index: 10;
	    top: 200%;
	    left:80%;
	}

	.courses {
	    margin: 0 0px;
		min-height:380px;
	}

	.courses p {
	    padding:0px;
	    color: #333;
	    line-height: 28px;
	    font-size: 14px;
	}

	.section3 {
	    padding:15px 0 10px 0;
	}


	.main-popular-courses {
	    background: #fff;
	    margin: 40px 0px 0px 0px;
	    min-height:480px;
	}

	.courses-prise {
	background: #9818d6;
	border-radius: 0px;
	padding: 0 5px;
	margin-top: -37px;
	position: relative;
	z-index: 999;
	}

	.courses-prise a {
	    color: #fff;
	    line-height:38px;
	    font-size: 13px;
	}

	.courses-prise h4 {
	    text-align: right;
	    color: #fff;
	    float: right;
	    font-size:10px !important;
	}

	.popular-courses {
	    padding: 10px 10px;
	}

	.popular-courses ul li {
	    display: inline-block;
	    margin-right:7px;
	    font-size: 12px;
	}

	.view a {
	    width:25%;
	}


	.our-blog {
	    padding:10px;
	    margin: 40px 0px;
	    min-height: 505px;
	}

	.our-blog img {
	    min-height: 108px;
	}

	.section7 img {
	    width:80px;
	}

	.koenig {
	    text-align: center;
	    padding:15px 0;
	    margin-top:30px;
	    margin-bottom: 10px;
	    margin-left:0px;
	    margin-right:0px;
	    min-height: 200px;
	}

	.footer-menu {
	    padding-left:15px;
	}

	.footer-menu h4 {
	    color: #fff;
	    padding-bottom: 15px;
	    font-size:10px !important;
	}

	.footer-right img{ padding:0 0 25px 0 !important;}

	.footer-menu ul li a {
	    color: #fff;
		font-size:11px;
	}

	.advantage {
	    text-align: center;
	    min-height: 310px;
	}
	.advantage p {
	    color: #fff;
	    line-height: 28px;
	    padding: 0 0px;
	}

	.corp-tr-enq-form {
	    padding: 10px;
	    right:20px;
	    width:30%;
	}

	.feature_content { min-height:180px;}

	.contact-but {
	    width:60%;
	}

	.product-development {
	    margin: 40px 0px;
	}

	.product-development a {
	    margin: 25px auto;
	    line-height:28px;
	    font-size: 12px;
	    width:70%;
	}

	.product-development p {
	    padding: 20px 0px 0 0px;
	}


	.boxed-btn {
	    background: #9818d6;
	    border: none;
	    line-height:30px;
	    color: #fff;
	    display: block;
	    width:100%;
		font-size:10px;
	    margin-top: 110px;
	}

	.enq-form2{ margin:0px !important;}

	.masterpgm_menus ul li a {
	    font-size:11px;
	    padding: 0 10px;
	}

	.corporate-training-det a {
	    padding: 7px 12px;
	}

	.corporate-training-det {
	    border-top-right-radius: 25px;
	    background: #fff;
	    margin-top:152px;
	    padding: 20px 20px 50px 20px;
	}



}

@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px){

h4{ font-size:13px !important; line-height:24px;}

h2{ font-size:16px !important; line-height:24px;}

p{ font-size:12px !important;}

.header-bottom {
    text-align: right;
    padding-left:15px;
}

.logo img {
	padding-top:15px;
}

.header-bottom ul li a {
    font-size:9px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.inner-page-header .header-page-title h1 {
    color: #ac0bec;
    font-size:18px;
    margin-top: -80px;
    text-transform: capitalize;
    line-height: 40px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 200%;
    left:80%;
}

.courses {
    margin: 0 0px;
	min-height:380px;
}

.courses p {
    padding:0px;
    color: #333;
    line-height: 28px;
    font-size: 14px;
}

.section3 {
    padding:15px 0 10px 0;
}


.main-popular-courses {
    background: #fff;
    margin: 40px 0px 0px 0px;
    min-height:480px;
}

.courses-prise {
	background: #9818d6;
	border-radius: 0px;
	padding: 0 5px;
	margin-top: -37px;
	position: relative;
	z-index: 999;
}

.courses-prise a {
    color: #fff;
    line-height:38px;
    font-size: 13px;
}

.courses-prise h4 {
    text-align: right;
    color: #fff;
    float: right;
    font-size:10px !important;
}

.popular-courses {
    padding: 10px 10px;
}

.popular-courses ul li {
    display: inline-block;
    margin-right:7px;
    font-size: 12px;
}

.view a {
    width:25%;
}


.our-blog {
    padding:10px;
    margin: 40px 0px;
    min-height: 505px;
}

.our-blog img {
    min-height: 108px;
}

.section7 img {
    width:80px;
}

.koenig {
    text-align: center;
    padding:15px 0;
    margin-top:30px;
    margin-bottom: 10px;
    margin-left:0px;
    margin-right:0px;
    min-height: 200px;
}

.footer-menu {
    padding-left:15px;
}

.footer-menu h4 {
    color: #fff;
    padding-bottom: 15px;
    font-size:10px !important;
}

.footer-right img{ padding:0 0 25px 0 !important;}


.footer-menu ul li a {
    color: #fff;
	font-size:11px;
}

.advantage {
    text-align: center;
    min-height: 310px;
}
.advantage p {
    color: #fff;
    line-height: 28px;
    padding: 0 0px;
}

.corp-tr-enq-form {
    padding: 10px;
    right:20px;
    width:30%;
}

.feature_content { min-height:180px;}

.contact-but {
    width:60%;
}

.product-development {
    margin: 40px 0px;
}

.product-development a {
    margin: 25px auto;
    line-height:28px;
    font-size: 12px;
    width:70%;
}

.product-development p {
    padding: 20px 0px 0 0px;
}


.boxed-btn {
    background: #9818d6;
    border: none;
    line-height:30px;
    color: #fff;
    display: block;
    width:100%;
	font-size:10px;
    margin-top: 110px;
}

.enq-form2{ margin:0px !important;}

.masterpgm_menus ul li a {
    font-size:11px;
    padding: 0 10px;
}

.corporate-training-det a {
    padding: 7px 12px;
}

.corporate-training-det {
    border-top-right-radius: 25px;
    background: #fff;
    margin-top:152px;
    padding: 20px 20px 50px 20px;
}



}



.master_offerwidgets {
    margin:65px 0 0 20px;
    background: #fff;
    border: 1px solid #f7f2f2;
    padding: 35px;
    box-shadow: 0 2px 8px 0 #0000001a;
	text-align:center;
}

.master_offerwidgets p{ text-align:center; font-size:17px; position:relative; padding-top:65px; padding-bottom:20px;}

.job-offerd img{ position:absolute; margin-top:-80px; width:180px; left:0;}

.master_offerwidgets img{ width:220px;}

.career-job{ padding:20px 0; background:#9818d6;}

.career-job h4{ font-size:26px; padding-top:70px; text-align:center; color:#fff;}

.career-job a{ line-height:34px; background:#fff; color:#333; width:100%;
 display:block; text-align:center; font-size:14px; font-weight:600; margin:80px 0;}

.career-job a:hover{ letter-spacing:2px;}


.our-benefits {
	background:#fff;
	padding:20px;
	margin:40px 15px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .17);
}
.our-benefits:hover{box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .27);}

.our-benefits h2{ font-size:22px; padding-top:10px; color:#333;}

.our-benefits h2:hover{ letter-spacing:2px; color:#9818d6;}

.facebook-posts {
 margin-top: 40px;
 margin-left:40px;
 padding: 20px;
 border-radius: 3.1px;
 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .27);
 background-color: #fff;
}

.about-us ul li{ padding-bottom:25px; font-family: 'Montserrat' !important; font-size:15px; margin-left:15px; line-height:28px;
 list-style:square; padding-left:20px;}


 .sidebar {
	width: 0;
	position: fixed;
	z-index: 1;
	top: 91px;
	right: 0;
	background:#fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
	z-index: 99999 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.side-menu p{ font-size:13px; color:#333; line-height:20px;}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 35px;
	color:#333;
	font-weight:900;
	margin-left: 80px;
}
.openbtn:hover {
	background-color: #444;
}
#main {
	transition: margin-right .5s;
	padding: 0px;
	position: fixed;
	right: 0;
	z-index: 999;
	top: 80px;
}
.side-menu {
	padding: 25px 30px 0 20px;
}
.side-menu ul li {
	font-size:13.5px;
    list-style:none;
	line-height: 40px;
	font-weight: 600;
	color: #333;
}

.side-menu ul li a{ color: #6e405d; padding-left:10px; font-family: 'Montserrat' !important;}

.side-menu ul li a:hover {
	color:#9818d6 !important;
}

.side-menu span{ display:block; width:40px; height:40px; background:#9818d6; color:#fff; font-size:13px;
 font-family: 'Montserrat' !important; font-weight:600; border-radius:50px; text-align:center; line-height:40px;}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {
	padding-top: 15px;
}
.sidebar a {
	font-size: 13.5px;
}
}



.Practice-Exam-main{ background:#fffefc; padding:60px 0;}

.Practice-Exam{ background:#fff; box-shadow: 0 2px 15px 2px rgb(0 0 0 / 13%); margin:0 15px; min-height:540px;}

.Practice-Exam:hover{box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .27);}

.Practice-Exam img{ height:200px; width:100%;}

.Practice-Exam-body{ padding:15px;}

.Practice-Exam-body h4{ color:#9818d6; font-size:16px; line-height:24px; min-height:55px;}

.Practice-Exam-body h5{ font-size:18px;color:#9818d6;}

.Practice-Exam-body p{ line-height:24px; text-align: justify; font-size:13.5px; color:#333; word-spacing:1px; min-height:130px;}

.details{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.details .block {
    margin: 0 0 10px;
}

.details .block p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
	min-height:0px;
}

.details .block p span{ font-size:14px;}

.Practice-Exam-body a {
    margin: 25px 5% 5px auto;
    line-height: 32px;
    background: #9818d6;
	text-align:center;
	letter-spacing:1.5px;
	word-spacing:1px;
    color: #fff;
	float:left;
    font-size: 16px;
    display: block;
    width: 45%;
}

.Practice-Exam-body a:hover{ letter-spacing:2px; background: #5e0ea5 !important;}



.practitioner-detals1{ background:url(../images/courses-detals/patten.jpg) center top no-repeat; background-size: cover; padding:40px 0 140px 0;}

.practitioner-detals1 h1{ font-size:36px; color:#fff;}

.practitioner-detals1 p{ font-size:14px; color:#eee; padding:10px 0;}


.practitioner-detals2{ background:#f5f5f5; padding:10px 0 60px 0;}

.practitioner-detals-left {
    background: #fff;
    border-radius: 0;
    border: 1px solid #f7f2f2;
    margin: 30px 0;
    padding: 25px;
    box-shadow: 0 2px 8px 0 #0000001a;
}

.practitioner-detals-left h4{ color:#9818d6; font-size:22px; margin:0px; padding-bottom:15px; padding-top:30px;}

.practitioner-detals-left p{ line-height:28px; word-spacing: 1.5px; color:#333; font-size:14px;}

.practitioner-detals-left li::before {
    content: "\f00c";
    font-size: 10px;
	position:absolute;
	left:45px;
    color: #9818d6;
    font-family: FontAwesome;
}

.practitioner-detals-left li {
    font-size: 16px;
    padding: 8px 0px 8px 30px;
    line-height: 30px;
	text-transform:capitalize;
    display: block;
    color: #666161;
    font-family: 'Montserrat' !important;
    word-spacing: 1.5px;
    letter-spacing: 0.5px;
}



.practitioner-detals-right{ margin-top:-239px; margin-left:15px;  background:#fff; box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 27%);}

.practitioner-detals-right-body{ padding:10px;}

.practitioner-detals-right-body h4{ font-weight:600; color:#333; font-size:22px; padding:15px 0;}

.practitioner-detals-right-body p{ line-height:28px; word-spacing: 1.5px; color:#333; font-size:14px;}

.practitioner-detals-right-body h5{ font-weight:600; color:#9818d6; font-size:40px; margin:0px;}

.practitioner-detals-right-body li::before {
    content: "\f00c";
    font-size: 10px;
	position:absolute;
	left:45px;
    color: #9818d6;
    font-family: FontAwesome;
}

.practitioner-detals-right-body li {
    font-size: 14px;
    padding: 4px 0px 4px 30px;
    line-height: 30px;
	text-transform:capitalize;
    display: block;
    color: #666161;
    font-family: 'Montserrat' !important;
    word-spacing: 1.5px;
    letter-spacing: 0.5px;
}


.practitioner-detals-right-body a {
    margin: 25px 5% 25px auto;
    line-height: 32px;
    background: #9818d6;
    text-align: center;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    display: block;
    width: 45%;
}

.practitioner-detals-right-body a:hover {
	letter-spacing:1px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .27);
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: transparent;
}


table {
    border-spacing: 0;
    border-collapse: collapse;
	border:#333 solid 1px;
	margin-top:30px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
	white-space:1px; letter-spacing:1.5px;
	background: transparent;
    border: 1px solid #333;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    border: #333 solid 1px;
}

.practitioner-detals-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 3.1px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 27%);
	margin-left:15px;
	margin-top:40px;
}


.cart{ padding:40px 0;}

.cart-right {
    background: #fff;
    height: auto;
    padding: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
}

.cart-right h4{ font-size:17px; line-height:36px; padding-left:20px; margin-bottom:15px; color:#fff; background:#9818d6;}

.bor{ border:#333 solid 1px;}

.pro-list{ background:#9818d6; font-size:16px; padding:10px 20px; color:#fff;}

.pro-list2{ padding:25px 10px; font-size:16px;}

.pro-list2 i{ position: absolute; right: 10px;}

.cart-right img{ text-align:center; margin:0 auto; margin-left:90px; width:50%;}
