body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000000;
    font-family: "Red Hat Text", sans-serif;
    font-weight: 400;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "Red Hat Text", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     font-family: "Libre Baskerville", serif;
     font-weight: 700;
}
a{
    color: #61039e;
}
a:focus, a:hover{
	text-decoration:none;
    color: #fcb827;
}
.top-header {
    background-color: #61039e;
    padding: 10px 0px;
}
.call-info p, .lang-info ul {
    margin: 0px;
    text-align: right;
}
.top-header a{
    color: #fff;
    font-weight: 500;
}
.lang-info {
    text-align: right;
}
.lang-info .dropdown {
    display: inline-block;
    margin: 0px 15px;
}
.navbar-default .navbar-brand {
    height: auto;
    padding: 10px 0px;
    line-height: normal;
}
nav.navbar.bootsnav {
    background-color: rgb(255 255 255 / 56%);
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    background-color: #fff;
    border-bottom: 1px solid #61039e;
}
.navbar-brand .main-logo {
    width: 120px;
}
.navbar-brand .logo-text {
    width: 350px;
    margin-left: 10px;
}
.navpart{
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar-right {
    float: right !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    padding: 15px 12px;
    margin-bottom: 20px;
    font-weight: 500 !important;
}
.attr-nav {
    display: initial;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.attr-nav > ul > li > a {
    color: #fff;
    background: #61039e;
    padding: 8px 10px;
}
ul.nav.navbar-nav.navbar-right {
    float: right;
    display: block;
    margin-top: 70px;
    margin-right: -35px;
}
ul.nav.navbar-nav.navbar-right li:last-child a{
    padding-right: 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #61039e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: rgba(97, 3, 158, 0.72);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
    color: #61039e;
}
nav.navbar.bootsnav .navbar-toggle{
    font-size: 24px;
}
/*--navbar--end--*/
.request-block {
    background-color: #61039e;
    padding: 50px 0px 30px;
    margin-top: -6px;
}
.request-info {
    text-align: center;
}
.request-info ul{
    margin: 0px;
}
.request-info ul li {
    display: inline-block;
    margin: 0px 15px 20px;
}
.request-info .req-btn {
    background-color: #fff;
    padding: 10px 10px;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .34), 0 2px 6px rgba(0, 0, 0, .22);
    border: 2px solid #61039e;
    border-radius: 2px;
    transition: all 0.2s linear;
}
.request-info .req-btn:hover{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.py-5{
    padding: 30px 0px;
}
.course-block .cs-title-info {
    margin-bottom: 30px;
}
.cs-title {
    position: relative;
    margin: 0px;
    padding-bottom: 40px;
    font-size: 30px;
}
.cs-title:before {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #61039e;
    text-align: center;
    margin: 0px auto;
}
.cs-title-info h2 {
    position: relative;
    margin-top: 0px;
    font-size: 36px;
}
.cs-title.text-left:before {
    text-align: left;
    margin: 0px;
}
.course-content h3 {
    font-size: 28px;
    margin: 0px;
    padding-bottom: 15px;
}
.readmore-btn {
    background-color: #61039e;
    color: #fff;
    padding: 10px;
    width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.readmore-btn:hover{
    background-color: rgba(97, 3, 158, 0.72);
    color: #fff;
}
.readmore-btn .fa-arrow-right {
    margin-left: 5px;
}
.casino-gaming-block{
    background-color: #ededed;
}
.course-image img, .finance-image img, .about-image img {
    width: 100%;
}
.finance-image {
    position: relative;
}
.finance-image p {
    position: absolute;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
    width: 100%;
    margin: 0px;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.finance-image p a{
    color: #fcb827;
}
.placement-block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.placement-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .45);
}
.placement-content h2 {
    margin: 0px;
    padding-bottom: 25px;
    font-size: 40px;
    color: #fff;
}
.placement-content p {
    font-size: 18px;
    margin: 0px 18% 25px;
    color: #fff;
    line-height: 28px;
}
.placement-content {
    padding-top: 50px;
    padding-bottom: 40px;
}
.placemnt-btn{
    margin-top: 30px;
}
.placemnt-btn li{
    margin: 0px 10px;
}
.placemnt-btn li a {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 8px 10px;
    display: inline-block;
    width: 300px;
    font-weight: 500;
    transition: all 0.3s linear;
}
.placemnt-btn li a:hover{
    background-color: #61039e;
    border-color: #61039e;
    color: #fff;
}
.about_space_tab .nav-tabs a {
    font-size: 26px;
    border: 0px;
    color: #61039e;
    font-weight: 600;
    font-family: "Libre Baskerville", serif;
    padding: 0px 0px;
}
.about_space_tab .nav-tabs {
    border: 0px;
    text-align: center;
}
.about_space_tab .nav-tabs > li.active > a {
    color: #000000;
    border: none;
    text-decoration: underline;
}
.about-tab-content {
    margin-top: 35px;
}
.about_space_tab .nav-tabs li {
    float: none;
    display: inline-block;
    margin-right: 50px;
}
.license-block{
    background-color: #c0c0c0;
}
.license-block .cs-title{
    color: #61039e;
}
#owl-demo .owl-pagination {
    display: none;
}
#owl-demo .item, .testmonial-info {
    text-align: center;
}
.testmonial-info img {
    width: 100px;
    border-radius: 100%;
}
.testmonial-info h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.testmonial-content .owl-theme .owl-controls .owl-page span{
    background-color: #61039e;
}
#owl-demo2 .owl-pagination {
    margin-top: 30px;
}
.testmonial-info {
    box-shadow: -8px 8px 22px rgb(193 125 237 / 45%);
    margin: 20px;
    padding: 25px;
    border-radius: 10px;
}
.cs-title-info {
    margin-bottom: 10px;
}
footer {
    border: none;
}
.footer-title{
    font-family: "Libre Baskerville", serif;
    font-size: 24px; 
    color: #ffffff; 
    position: relative;
    margin-bottom: 25px;  
}
.footer-title::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}
.login-mem .contact_send_button {
    background-color: #61039e;
    padding: 10px 10px;
    width: 200px;
    font-size: 16px;
    border-radius: 2px;
}
.login-mem .contact_send_button:hover{
    background-color: #fcb827;
}
.login-mem {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.links_content li {
    margin-bottom: 10px;
}
.links_content li a{
    color: #fff;
}
.footer-links {
    width: 100%;
    float: left;
}
.more-info li{
    font-size: 16px;
}
.links_content li a:hover{
    color:#fcb827;
}
.form-buttons .submit-input {
    min-width: auto;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 10px;
    background-color: #61039e;
}
.form-buttons .submit-input:hover{
    background-color: rgba(97, 3, 158, 0.72);
}
.form-buttons {
    margin-bottom: 0px;
}
.home_contact_form .contact_con_input_control {
    height: 42px;
    font-style: normal;
    color: #000;
}
.home_contact_form .form-group label {
    font-weight: 500;
}
.inner_pages {
    position: static;
}
.inner_pages nav.navbar.bootsnav {
    border-bottom: 3px solid #61039e;
    background-color: #fff;
}
.Send-information-now .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.Send-information-now .form-group label {
    font-size: 15px;
    display: initial;
}
.Send-information-now {
    background-color: #C0C0C0;
    padding: 5px;
}
.page-section h1:first-child {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 20px;
}
.page-section .container {
    margin-top: 30px;
}
.del-space{
    display: none;
}
.contact_heading_title h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.contact_contact_info h2 {
    font-size: 24px;
    line-height: 30px;
}
.call-info .fa-phone {
    margin-right: 10px;
}
.top-sch {
    background-color: inherit;
    border: 0px;
}

.social-icons a {
  padding-top: 10px;
  float: left;
  margin: 0px 5px;
}

.social-icons i {
  font-size: 30px;
  color: #ffffff;
}
 .lang-info .dropdown-menu {
    right: 0px;
    left: auto;
}

@media screen and (min-width:1024px){
    .py-25{
        padding:80px 0px;
    }
    .course-content {
        padding-top: 50px;
        padding-left: 20px;
    }
    .testmonial-info{
        height: 400px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-brand .logo-text{
        width: 230px;
    }
    .navbar-brand .main-logo {
        width: 100px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
    }
   
}
@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-brand .main-logo {
        width: 70px;
    }
    .navbar-brand .logo-text {
        width: 200px;
        margin-left: 10px;
    }
    ul.nav.navbar-nav.navbar-right{
        margin-top: 0px;
        margin-right: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 0px 10px;
    }
    .license-block .cs-title-info h2{
        font-size: 30px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .call-info p, .lang-info ul, .lang-info {
        text-align: center;
    }
    .lang-info{
        margin-top: 10px;
    }
    .navpart {
        position: inherit;
    }
    .navbar-brand .logo-text {
        margin-left: 0px;
        width: 300px;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        padding: 10px;
    }
    .attr-nav {
        top: 0px;
    }
    .attr-nav > ul > li > a{
        padding: 5px 8px !important;
    } 
    .course-block .cs-title-info {
        margin-bottom: 0px;
    }
    .cs-title-info h2, .placement-content h2{
        font-size: 30px;
    }
    .cs-title:before{
        top: 40px;
    }
    .course-content, .about-info {
        margin-top: 20px;
    }
    .gaming-content {
        margin-bottom: 30px;
    }
    .finance-aid-block .cs-title:before, .license-block .cs-title:before {
        display: none;
    }
    .placement-content p {
        margin: 0px;
    }
    .placemnt-btn li a {
        width: 200px;
        margin-bottom: 25px;
    }
    .about_space_tab .nav-tabs li {
        margin-right: 10px;
    }
    .about_space_tab .nav-tabs a {
        font-size: 18px;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
    nav.navbar.bootsnav {
        background-color: #ffff;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        margin-bottom: 0px;
    }
    .lang-info .dropdown-menu > li > a {
        text-align: left;
    }
    .lang-info .dropdown-menu {
        right: auto;
        left: auto;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .about_space_tab .nav-tabs a {
        font-size: 14px;
    }
    .finance-image p{
        position: static;
        background-color: rgb(0 0 0 / 81%);
    }
}
