@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
}
a:hover, a:focus {
	text-decoration:none;
}
#header {
	position: relative;
	background-color: #311440;
	z-index: 9;
	float: left;
	width: 100%;
	box-shadow: none;
	padding: 0;
	font-family: 'DM Sans', sans-serif;
}
img {
	max-width:100%;
}
.alert-succes_s{
    font-size: large;
}
div#logo {
	text-align: center;
	padding: 5px 0 0;
	float: left;
	background: 0 0;
	position: relative;
	z-index: 1;
}
#logo img {
	max-width: 135px;
}
#primary-menu>ul {
	float: right;
	width: 100%;
	/* text-align: right; */
	margin: 0;
	padding: 0;
}
#primary-menu>ul>li {
	float: none;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
#primary-menu ul li>a {
	display: block;
	line-height: normal;
	padding: 20px 12px;
	font-weight: 500;
	font-size: 16px;
	-o-transition: margin .4s ease, padding .4s ease;
	position: relative;
	color: #fff;
	margin: 0;
	transition: all ease 0.5s;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: 0;
}
.menubar {
	float: right;
	color: #fff;
	position: relative;
	z-index: 999;
	background: transparent;
}
#primary-menu {
	float: right;
	border: 0;
	width: 100%;
}
.menubar {
	float: right;
	color: #fff;
	position: relative;
	z-index: 999;
	background: transparent;
	/* width: 100%; */
}
#primary-menu>ul>li.current>a, #primary-menu>ul>li:hover>a {
	color: #c55ccf;
	box-shadow: none;
	background: transparent;
}
#primary-menu>ul>lix.registertab a {
	background: #0f2763;
}
.footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #311440;
	color: #ffffff;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	    border: 0;
}
.swiper-button-disabled {
    cursor: default !important;
    opacity: 0.3 !important;
}
.footer a {
	color: #ffffff;
	font-family: 'DM Sans', sans-serif;
}
.footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}
ul.fnav {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.fnav li {
	list-style: none;
	display: block;
	text-align: left;
}
.footer ul.fnav li a {
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0;
	float: left;
	width: 100%;
	text-transform: capitalize;
	border-left: 0;
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'DM Sans', sans-serif;
	transition:all ease 0.5s;
}
.footer ul.fnav li a:hover{color:#C55CD0; padding-left:3px ; transition:all ease 0.5s;}
.footer h4 {
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer p {
	margin-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
}
.copyright {
	margin-top: 31px;
	font-size: 16px;
}
.togglerclose {
	display: block;
	padding: 0;
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 0px 15px 0;
	text-align: center;
	transition: all ease 0.5s;
	display: none;
}
section.mainbanner {
	padding: 25px 0;
	float: left;
	width: 100%;
	background: #f2f2f2;
}
section.mainbanner h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'DM Sans', sans-serif;
}
section.mainbanner h1 {
	color: #311440;
	FONT-SIZE: 70PX;
	font-weight: 700;
	letter-spacing: 6px;
	font-family: 'DM Sans', sans-serif;
}
section.mainbanner p {
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
}
.bttn {
    display: inline-block;
    padding: 10px 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-purple {
	background: #7e3385;
	border-radius: 40px;
	color: #fff;
	border: 2px solid transparent;
	transition: all ease 0.5s;
}
.btn-purple:hover {
	border: 2px solid #7e3385;
	background: transparent;
	color: #7e3385;
	transition: all ease 0.5s;
}
.btn-purple-outline {
	border: 2px solid #7e3385;
	border-radius: 40px;
	color: #7e3385;
	transition: all ease 0.5s;
}
.btn-purple-outline:hover {
	background: transparent;
	background: #7e3385;
	color: #fff;
	transition: all ease 0.5s;
}
.btn-blue-outline {
	border: 2px solid #0e2863;
	border-radius: 40px;
	color: #0e2863;
	transition: all ease 0.5s;
	font-weight: 600;
}
.btn {font-family: 'DM Sans', sans-serif;}
.btn-blue-outline:hover {
	background: transparent;
	background: #0e2863;
	color: #fff;
	transition: all ease 0.5s;
}
.btn-lg {
	padding: 8px 30px;
	font-size: 18px;
}
.mt1 {
	margin-top:10px !important
}
.mr1 {
	margin-right:10px !important
}
.mb1 {
	margin-bottom:10px !important
}
.ml1 {
	margin-left:10px !important
}
.mtb1 {
	margin-top:10px !important;
	margin-bottom:10px !important
}
.mlr1 {
	margin-left:10px !important;
	margin-right:10px !important
}

.m1 {
	margin:10px !important
} 
.m2 {
	margin:15px !important
}

.p1 {
	padding:10px !important
} 
.p2 {
	padding:15px !important
}
.pt1 {
	padding-top:10px !important
}
.pr1 {
	padding-right:10px !important
}
.pb1 {
	padding-bottom:10px !important
}
.pl1 {
	padding-left:10px !important
}
.ptb1 {
	padding-top:10px !important;
	padding-bottom:10px !important
}
.plr1 {
	padding-left:10px !important;
	padding-right:10px !important
}
.mt2 {
	margin-top:15px !important
}
.mr2 {
	margin-right:15px !important
}
.mb2 {
	margin-bottom:15px !important
}
.ml2 {
	margin-left:15px !important
}
.mtb2 {
	margin-top:15px !important;
	margin-bottom:15px !important
}
.mlr2 {
	margin-left:15px !important;
	margin-right:15px !important
}
.pt2 {
	padding-top:15px !important
}
.pr2 {
	padding-right:15px !important
}
.pb2 {
	padding-bottom:15px !important
}
.pl2 {
	padding-left:15px !important
}
.ptb2 {
	padding-top:15px !important;
	padding-bottom:15px !important
}
.plr2 {
	padding-left:15px !important;
	padding-right:15px !important
}
.section {
	padding:40px 0;
	float:left;
	width:100%;
	font-family: 'DM Sans', sans-serif;
}
.section p {
    font-size: 18px;
    margin-bottom: 10px;
}
.overflowhidden {
	overflow-x:hidden;
}
.coursebox {
	background: #faf9f9;
	padding: 15px;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
}
.coursebox h4 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #0e2863;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
    font-family: 'DM Sans', sans-serif;
}
.description {
    min-height: 56px;
    font-size: 18px;
    margin: 15px 0;
}
h2.head {
    margin: 0 0 15px 0;
	/*margin: 20px 0 5px 0;*/
    font-size: 25px;
    font-weight: 700;
    color: #3e3e3e;
    font-family: 'DM Sans', sans-serif;
	padding: 10px;
	background-color: #f2f2f2;
}
.big_head  {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 700;
    color: #3e3e3e;
}
.posrel {position:relative;}
.logo img {
	max-width: 135px;
}
.slider-arrow-right {
    width: 40px;
    height: 40px;
    color: #ddd;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    text-align: center;
    position: absolute;
    right: 80px;
    top: 4px;
    /* box-shadow: 0 0 4px #ccc; */
    /* -webkit-box-shadow: 0 0 4px #ccc; */
    z-index: 9999;
    transition: all ease 0.5s;
    background: #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
}
.slider-arrow-right i {
    line-height: 41px;
    width: 34px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 28px;
    text-align: center;
}
.slider-arrow-left {
    width: 40px;
    height: 40px;
    color: rgb(0 0 0 / 80%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    text-align: center;
    position: absolute;
    top: 4px;
    z-index: 9999;
    right: 28px;
    opacity: 1;
    transition: all ease 0.5s;
    background: #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
}
.slider-arrow-left i {
    line-height: 38px;
    width: 34px;
    color: #000; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 28px;
    text-align: center;
}
 #primary-menu-trigger {
    display: none;
}
#primary-menu>ul>li.registertab a {
    background: #0e2863;
}
#primary-menu>ul>li.registertab:hover a {
    background: #0e2863; 
	color:rgba(255, 255, 255, 0.7);
}

section.aboutsection {

    background: #f1f3ff;
    /* margin: 0 0 40px 0; */
}

section.aboutsection p, .statesection p, .decorate p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'DM Sans', sans-serif;
}
.bg_gray {background:#eef0f4;}
.bg_white {background:#fff;}
option {height:30px; font-size:17px;}
select.form-control.selectstat {
    border-radius: 30px;
    width: 244px;
    font-size:17px;
    padding: 10px;
    line-height: 21px;
    height: 40px !important;
    padding: 9px 18px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/caret.png) right 10px  center no-repeat;
}
.iframeborder {border:6px solid #fff; box-shadow:0 0 5px #ccc;}
.reviewbox {
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    font-size: 18px;
    text-align: left;
    float: left;
    width: 96%;
    box-shadow: 0 0 5px #ccc;
    margin: 2%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    border-radius: 3px;
    margin: 5px;
}
.swiper-pagination {
    position: static;
    text-align: center;  
    margin-top: 20px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1d2a54;
    opacity: 1;
}
.footer a.regfooter {
    background: #7e3385;
    padding: 6px 20px;
    border-radius: 30px;
    color: #fff;
    float: left;
    margin-top: 10px;
}
.footer a.regfooter:hover {
    background: #fff; 
    color: #7e3385; 
}
.shadows {
    box-shadow: 0 0 5px #ccc !important;
    border: 6px solid #fff;
}
	h4.head4.mt2 {
    font-weight: 700;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top:10px;
}
.titleBanner { background:url(../images/banner_hgcourse.jpg) center center no-repeat;height: 100px;width:100%;text-align:center;position: relative;float: left;background-size: cover;}	
.titleBanner h1 {font-size: 31px;text-align:center;color: #fff;position: absolute;left: 0;right: 0;top: 40%;z-index: 99;height: auto;}
.courses.owl-carousel .owl-item { 
    box-shadow: 0 0 4px #ccc;
    margin: 5px;
    border: 4px solid #fff;
}
.bg-purple1 {
    background-color: #951292!important;
}
.bg-purple2 {
    background-color: #760c8d !important;
}
.copyright {
    margin-top: 31px;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #111;
    padding-top: 25px;
}

a.map2 {
    position: relative;
    top: -59px;
    left: -3px;
}

.mapbox a {
    display: inline-block;
}
a.map3 {
    position: absolute;
    top: -31px;
    right: -33px;
}
.mapbox {
    position: relative;
    float: left;
    margin: 40px auto 75px;
    /* text-align: center; */
    width: 365px;
}
a.map4 {
    position: absolute;
    right: 90px;
    top: 119px;
}
a.map5 {
    position: absolute;
    right: -32px;
    top: 148px;
    z-index: 9;
}
a.map6 {
    position: absolute;
    top: 191px;
    z-index: 999;
    right: 2px;
}
 
a.map7 {
    position: absolute;
    top: 241px;
    z-index: 99;
    right: 24px;
}
.mapbox a:hover {
    opacity: 0.8;
    z-index: 99;
}
header#header.sticky-header {
    position: fixed;
    top: 0;
	z-index:99999;
}
body{padding-top:50px;}
.loginBlock p.mb-2 a {
    text-align: center;
    font-size: 14px;
}
.successicon {
    color: #21b632;
    font-size: 103px;
    margin-bottom: 15px;
}
.inputcode input {
    width: 45px;
    height: 30px;
    margin: 3px;
    text-align: center;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 0;
}
.inputcode input:focus {
    border: 1px solid #ccc;
}
ul.media_footer {
    margin: 10px 0;
}

ul.media_footer a {
    color: #fff !important;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 30px;
    margin-right: 10px; transition: all ease 0.5s;
}
ul.media_footer a:hover {     
    background: #ffffff;
    color: #000000 !important;
    transition: all ease 0.5s;
}
    .footer h4.headf {    margin-top: 15px;
        float: left;
        width: 100%;
        margin-bottom: 10px;}
        .trial-product {
            font-size: 18px; 
        }
        .courses   h3.courseheadng {
            color: #0e2863 !important;
        }
        .courses  span.priceHeading { 
            color: #000 !important;
        }
        #primary-menu>ul>li.registertab a:hover {   color: #000; background-color: #c55ccf  !important;}
       .courses  .btn-primary:hover {
            color: #000;
            background-color: #c55ccf !important;
            border-color: #c55ccf !important;
        }
.smallheading{
	margin:0px !important;
}
/* responsive starts */

@media (min-width:1200px) {
	
.lg-mt-50 {margin-top:50px;}
.font50 {
	font-size: 40px !important;
    margin-bottom: 20px !important;
}
}
@media(max-width:767px) {
    .loginBlock .popup_close { 
        top: -9px;
        font-size: 37px;
    }
    ul.media_footer a { 
        margin-right: 5px; 
    }
	.row.mapcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactPage .card-body {padding-left:0; padding-right:0;}
.contactright{margin-top:10px;}
#accordion2 .panel-title1 a { 
    padding-right: 35px; 
}
.loginBlock { 
    min-width: 310px; 
}
    a.map1 {
        width: 112px;
    }
    
    a.map4 {
        width: 108px;
        right: 144px;
        top: 82px;
    }
    
    a.map2 {
        width: 80px;
    }
    
    a.map3 {
        top: -54px;
        right: 31px;
        width: 141px;
    }
    
    a.map5 {
        right: 23px;
        top: 110px;
    }
    
    a.map6 {
        right: 56px;
        top: 152px;
    }
    
    a.map7 {
        right: 87px;
        top: 195px;
    }
.orderbx2 {
    order: 2;
    align-items: center;
}
.mapbox {
    margin: 78px auto 9px;
    float: none;
}
}

@media(max-width:991px) {
	.titleBanner { 
    height: 150px; 
}

.hideMenu{
	display:none!important;
}

.titleBanner h1 {
    font-size: 26px; 
}
	#primary-menu-trigger {
    color: #ffffff;   
    opacity: 1;
    display:block;
      
}
.toggler-bar {
    right: 0px;
    /*top: 17px;*/
	 position: absolute;
	 z-index: 9999;
	padding: 15px;
}
.toggler-btn {
    right: 55px;
   /* top: 17px;*/
	position: absolute;
	z-index: 9999;
	padding: 3px 4px 5px 4px;	
}
.menubar {
    background: #000000;
    float: left;
    width: 100%;
    position: fixed;
    top: 60px;
    z-index: 9999; 
    right: -100%;
    overflow: auto;
    top: 0;
    height: 100%;
    transition: all ease .5s;
    z-index: 9999999999;
    padding: 10px 20px;
}
body.primary-menu-open .menubar {
    right: 0;
    width: 100%;
}
body.primary-menu-open .menubar .togglerclose {display:block;}
#primary-menu ul li {
    display: block;
    text-align: left;
    width: 100%;
}

#primary-menu ul {
    display: block;
    width: 100%;
}

nav#primary-menu {
    width: 100%;
}

#primary-menu ul li a {
    padding: 10px;
    border-top: 1px solid #252525;
}
.btn-purple.btn-lg, .btn-blue-outline.btn-lg {
    padding: 10px 12px;
    font-size: 16px;
}
section.mainbanner h1 {
    font-size: 63px;
    letter-spacing: 3px;
}
section.mainbanner {
    padding: 30px 0;
}
#slider3 h2.head { 
    text-align: left;
}
.footer h4 { 
    margin-top: 20px;
}
.footer { 
    padding: 15px 0; 
}
div#logo {
    text-align: left; 
}
}

@media (min-width:992px) and (max-width:1199px) {
	#primary-menu ul li>a {
    display: block;
    line-height: normal;
    padding: 20px 8px;
}
.container {
    max-width: 98%;
}
}
@media (min-width:1200px) and (max-width:1400px) {
	#primary-menu ul li>a {
    display: block;
    line-height: normal;
    padding: 20px 8px; 
}
header .container, footer .container {
    max-width: 95%;
}
}

.about{
    text-align: center !important;
}

.feature_heading{
    background-color: #f2f2f2;
    border-radius: 50px;
}