/*--font-family: 'Montserrat', sans-serif;--*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&amp;display=swap');

/*======================================
//--//-->   STYLES GENERALES
======================================*/


:root{
    --p-c:#ed3453;
    --s-c:#320d72;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: var(--p-c);
  transition: all .5s ease;
}

a:hover {
  color: var(--s-c);
  text-decoration: none;
}

/*--My Theme Styles Start---*/
.text-blue {
    color: var(--s-c);
}
.text-red {
    color: var(--p-c);
}
/*--BUTTONS--*/
.btn-admissions {
    //background: #f5f5f5;
	background: var(--p-c);
    border: 1px solid var(--p-c);
    line-height: 1.5;
    text-transform: uppercase;
    //color: var(--p-c);
	color: #fff;
    font-size: 1.05rem;
    padding: .75rem 1.25rem;
	height: 50px;
	font-weight: 600;
}
/* .btn-admissions:hover {
    background: #f5f5f5;
    border: 1px dashed var(--s-c);
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--s-c);
    font-size: 1.05rem;
    padding: .75rem 1.25rem;	
	top: 55px;
} */
.btn-admissions:hover {color: #fff!important;}
.btn-theme-blue {	
    background: #fff;
	border: 1px solid #25247b;
    border-radius: 100px;
    color: #25247b;
}
.btn-theme-blue:hover{	
    background: #25247b;
    border: 1px solid var(--s-c);
    color: #fff;
}
.btn-theme-pink {	
    background: #fff;
	border: 1px solid var(--p-c);
    border-radius: 100px;
    color: var(--p-c);
}
.btn-theme-pink:hover{	
    background: var(--p-c);
    border: 1px solid var(--p-c);
    color: #fff;
}
.btn-theme-white {	
    background:var(--s-c);
	border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
}
.btn-theme-white:hover{	
    background: #fff;
    border: 1px solid #fff;
    color: #25247b;
}
/*----*/
/*--BG Color--*/
.bg-blue {
    background-color: var(--s-c)!important;
}
.bg-red {
    background-color: var(--p-c)!important;
}
/*--Header Section--*/
#cks-header {
     transition: 0.4s;
     position: fixed;
     width: 100%;
     top: 0;
     z-index: 99;
     background: #fff;
}
#cks-header  #logo {
  //width:354px;
  width:450px;
  transition: 0.4s;
}
#cks-header .navbar-brand {
    //padding: 10px 0;
	padding: 0px 0;
    margin: 0;
}
#cks-header #top-header {
    //padding: 32px 0;
    //margin: 10px 0;
	//padding: 20px 0;
	  padding: 18px 0 5px 0;
    margin: 4px 0;
    vertical-align: middle;
}
#cks-header #top-header .icon {
    color: var(--p-c);
    padding-right: 10px;
}
#cks-header #top-header .text {
    color: #000;
}
#cks-header #top-header .text span {
    width: 100%;
    display: block;
	font-weight: 400;
}
#cks-header #top-header .text span:first-child {
    font-weight: 600;
    color: #000;
}

/*======================================
//--//-->   NAVBAR THEME
======================================*/
.navbar-theme {
  transition: all .5s ease-in-out;
background-color: var(--s-c);
  /* background-color: var(--s-c); */
  padding: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-theme.navbar-trans,
.navbar-theme.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.navbar-theme.navbar-trans .nav-link,
.navbar-theme.navbar-reduce .nav-link {
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding: 0.75rem;
  z-index: 9999;
}

.navbar-theme.navbar-trans .nav-link:hover,
.navbar-theme.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-theme.navbar-trans .nav-link:hover:before,
.navbar-theme.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-theme.navbar-trans .show > .nav-link:before,
.navbar-theme.navbar-trans .active > .nav-link:before,
.navbar-theme.navbar-trans .nav-link.show:before,
.navbar-theme.navbar-trans .nav-link.active:before,
.navbar-theme.navbar-reduce .show > .nav-link:before,
.navbar-theme.navbar-reduce .active > .nav-link:before,
.navbar-theme.navbar-reduce .nav-link.show:before,
.navbar-theme.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-theme.navbar-trans .nav-link:hover {
  color: #ffffff;
}

.navbar-theme.navbar-trans .show > .nav-link,
.navbar-theme.navbar-trans .active > .nav-link,
.navbar-theme.navbar-trans .nav-link.show,
.navbar-theme.navbar-trans .nav-link.active {
  //color: rgba(255, 255, 255, 0.65);
  color: rgb(244 230 60);
}

.navbar-theme.navbar-reduce {
  transition: all .5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-theme.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-theme.navbar-reduce .nav-link:before {
  background-color: #2eca6a;
}

.navbar-theme.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-theme.navbar-reduce .show > .nav-link,
.navbar-theme.navbar-reduce .active > .nav-link,
.navbar-theme.navbar-reduce .nav-link.show,
.navbar-theme.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-theme.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-theme .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #d8d8d8;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
  font-size:0.9rem;
}

.navbar-theme .dropdown .dropdown-menu .dropdown-item {
  /* //padding: 12px 18px; */
  padding: 7px 18px;
  transition: all 500ms ease;
  min-width: 13.5rem;
  color: #fff;
  /* //background:var(--s-c); */
  background:var(--s-c);
}
.navbar-theme .dropdown .dropdown-menu .dropdown-item:hover {
   background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 500ms ease;
}
.navbar-theme .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  min-width: 13.5rem;
}

#cks-banner {
     background: url(../img/slider-bg.jpg)no-repeat top center #0a0a0a!important;
    //margin-top: 182px;
	margin-top: 140px;
}

#cks-banner .slider-image {
    position: absolute;
    bottom: 0;
}
#cks-banner .slider-image img{
    width:100%;
}
#cks-banner .slider-content {
   // padding:15px 30px;
}

#cks-banner .carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

#cks-banner .carousel-fade  .carousel-item.active,
#cks-banner .carousel-fade  .carousel-item-next.carousel-item-left,
#cks-banner .carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#cks-banner .carousel-fade .active.carousel-item-left,
#cks-banner .carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

#cks-banner .carousel-fade  .carousel-item-next,
#cks-banner .carousel-fade .carousel-item-prev,
#cks-banner .carousel-fade .carousel-item.active,
#cks-banner .carousel-fade .active.carousel-item-left,
#cks-banner .carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/*----*/
/*--Breadcrumb Section--*/
#img-breadcrumbSec {
	background: #16135a;
	height: 100%;
	color: #fff;
	padding: 20px 0px;
	min-height: 300px;
	//margin-top: 180px;
	margin-top: 140px;
}
#img-breadcrumbSec h1{
    font-weight: 600;
    font-size: 2.5rem;
    color:#fff;
    margin: 30px 0 0;
}
.about-bg {
	background: url(./sub-menu-bg1.jpg)repeat center center #16135a!important;
}

#img-breadcrumbSec .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 14px;
    line-height: 24px;
    color:#fff;
}
#img-breadcrumbSec .breadcrumb li, #img-breadcrumbSec .breadcrumb li a{
	color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
/*----*/
/*--About Section--*/
#aboutSec{
	margin:75px 0;
}
#aboutSec .sec-title h1 {
    font-weight: 700;
    /* //color: #25247b; */
	color: var(--s-c);
    position:relative;
}
#aboutSec .sec-title h1:after {
    content: '';
    border-bottom: 3px solid var(--p-c);
    width: 100px;
    position: absolute;
    left: 0;
    margin: 50px 0 0 15px;
}
#aboutSec .sec-title h1 span {
    color: var(--p-c);
}
#aboutSec .sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 0;
}
#aboutSec p {
    //line-height: 26px;
	line-height: 32px;
    text-align: justify;
}
/*----*/
/*--Facilities Section--*/
#facilitiesSec{
	margin:75px 0;
}


#facilitiesSec .contentArea {
    background: var(--s-c);
    padding: 75px 15px 75px 45px;
    color: #fff;
}
#facilitiesSec .contentArea:after {
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        background-color: var(--s-c);
        background-repeat: repeat;
        -webkit-transform: skew(-30deg);
        transform: skew(-15deg);
        height: 100%;
        z-index: -1;
        width: 200px;
}
#facilitiesSec .sec-title h1 {
    font-weight: 700;
    color: #fff;
}
#facilitiesSec .sec-title h1:after {
    content: '';
    border-bottom: 3px solid #fff;
    width: 100px;
    position: absolute;
    left: 35px;
    margin: 50px 0 0 15px;
}
#facilitiesSec .sec-title h1 span {
    color: var(--p-c);
}
#facilitiesSec .sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: .75;
}
#facilitiesSec .coverImg {
    background: url(../img/vission-bnner.jpg)no-repeat center center;
    background-size: cover !important;
    width:100%;
    height: 100%;
    z-index: -6;
    position: relative;
}
#facilitiesSec .coverImg {
    background: url(../img/vission-bnner.jpg)no-repeat center center;
    background-size: cover !important;
    width:100%;
    height: 100%;
    z-index: -6;
    position: relative;
}
#facilitiesSec .contentArea .icon-box {
    float: left;
    margin-right: 12px;
    border: 1px solid #6b35ca;
    padding: 10px;
}
#facilitiesSec .contentArea .icon-box:hover{
    border: 1px solid #fff;
}
#facilitiesSec .contentArea .icon-box img{
    width: 56px;
}
#facilitiesSec .contentArea .text-box {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


/*----*/
#facilityTwoSec {
	margin:75px 0;
}

#facilityTwoSec .sec-title h1 {
    font-weight: 700;
    color: #25247b;
    text-align: center;
}
#facilityTwoSec .sec-title h1:after {
    content: '';
    border-bottom: 3px solid #25247b;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto 10px;
}
#facilityTwoSec .sec-title h1 span {
    color: var(--p-c);
}
#facilityTwoSec .sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: .75;
    text-align: center;
}
#facilityTwoSec .my-card {
    border-radius: 0px;
    border: none;
    background: #f5f5f5;
    border-bottom: 3px solid #25247b;
}
#facilityTwoSec .card-header {
    background: var(--p-c);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
#facilityTwoSec ul {
	padding-left: 0px;
	margin-bottom: 0;
}
#facilityTwoSec ul li {
    line-height: 36px;
    list-style: none;
    font-weight: 500;
    color: #25247b;
}

#facilityTwoSec .my-card ul li i {
    font-size: 14px;
    color: var(--p-c);
    vertical-align: 1px;
    margin-right: 5px;
}
/*----*/
#academicsSec {
	margin:75px 0;
}
#academicsSec .coverImg {
    background: url(../img/practical-knowledge-img.png)no-repeat center center;
    background-size: cover !important;
    width:100%;
    height: 100%;
    z-index: -6;
    position: relative;
}
#academicsSec .contentArea {
    background: var(--p-c);
    padding: 75px 45px;
    color: #fff;
}
#academicsSec .contentArea:after {
	content: "";
	position: absolute;
	left: -90px;
	top: 0;
	background-color: var(--p-c);
	background-repeat: repeat;
	-webkit-transform: skew(-30deg);
	transform: skew(-15deg);
	height: 100%;
	z-index: -1;
	width: 200px;
}

#academicsSec .sec-title h1 {
    font-weight: 700;
    color: #fff;
}
#academicsSec .sec-title h1:after {
    content: '';
    border-bottom: 3px solid #fff;
    width: 100px;
    position: absolute;
    left: 35px;
    margin: 50px 0 0 15px;
}
#academicsSec .sec-title h1 span {
    color: #25247b;
}
#academicsSec .sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: .75;
}
#academicsSec .text-box {
    float: left;
    font-weight: 500;
    font-size: 18px;
}
#academicsSec .text-box ul {
	padding-left: 0px;
	margin-bottom: 0;
}
#academicsSec .text-box ul li {
    line-height: 36px;
    list-style: none;
}
#academicsSec .text-box ul li i {
    font-size: 14px;
    color: #25247b;
    vertical-align: 1px;
    margin-right: 5px;
}
/*----*/
#loeSec{
	margin:75px 0;
}
#loeSec .text-box {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px dashed #dcdcdc;
}
#loeSec .text-box img{
    width: 72px;
    margin: 30px 0px;
}
#loeSec .text-box h3{
    margin:0px;
    background: #f5f5f5;
    color: var(--s-c);
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 18px;
}
#loeSec .sec-title h1 {
    font-weight: 700;
    color: var(--s-c);
    text-align: center;
}
#loeSec .sec-title h1:after {
    content: '';
    border-bottom: 3px solid #25247b;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto 10px;
}
#loeSec .sec-title h1 span {
    color: var(--p-c);
}
#loeSec .sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: .75;
    text-align: center;
}
/*----*/
#footer-sec {
    background: var(--s-c);
}
#footer-sec .footer-info {
    /* //padding: 45px 30px 30px; */
	padding: 1px 30px 30px;
    font-size: 14px;
}
#footer-sec .footer-info .footer-logo {
    text-align: center;
    padding-bottom: 45px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
#footer-sec .footer-info .heading {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px dashed var(--s-c);
    width: fit-content;
    padding-bottom: 5px;
}
#footer-sec .footer-info .ft-contact {
    padding-left: 0px;
    list-style: none;
}
#footer-sec .footer-info .ft-contact li a {
    color: #fff;
    //line-height: 36px;
	line-height: 26px;
}
#footer-sec .footer-info .ft-contact li a i {
    padding-right:10px;
    color: var(--p-c);
}
#footer-sec .footer-info .social-icon a {
    font-size: 16px;
    font-weight: uppercase;
}
/*----*/
.social-icon {
    background: var(--s-c);
    padding: 2px 15px;
    margin-top: 25px;
    border-radius: 50px;
    width: fit-content;
}
#footer-sec .footer-copyright {
    border-top:1px dashed white;
    background: var(--s-c);
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
#footer-sec .footer-copyright p{
    margin:0 auto;
    font-size: 12px;
}
.mylist-style {
   // margin-top: 30px;
}
.mylist-style ul {
	padding-left: 30px;
	margin-bottom: 0;
}
.mylist-style ul li {
    line-height: 28px;
    list-style: none;
    font-weight: 500;
    color: #333;
    list-style-position: inside;
    text-indent: -14px;
    margin-bottom: 15px;
}

.mylist-style ul li i {
    font-size: 14px;
    color: var(--s-c);
    vertical-align: 1px;
    margin-right: 10px;
}
/*--GalleryPopup--*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.google-form {
    margin-top: 130px;
}
.google-form iframe {
    width: 100%;
    background: #fbd9e7;
    min-height: 600px;
    padding: 15px 0;
    border-radius: 15px;
    
}

/*Newly add css for mobile view modification*/
#d1{display:block;}
@media only screen and (max-width:997px) {
    #facilitiesSec .contentArea:after {
        display: none;
}
}
@media only screen and (max-width: 600px) {
   
		#cks-header{
		position:relative;
	  }
	  #cks-banner {
		margin-top:0px!important;
	  }
	  #img-breadcrumbSec{
		margin-top:0px!important;
	  }
	  .d-flex{display: block!important;}
	  .ml-5, .mx-5{ margin-left: 0rem!important;}
	  #facilitiesSec .contentArea:after{display:none;}
	  #top-header .d-flex.ml-5{margin-bottom:6px;}
	  .navbar-theme .dropdown .dropdown-menu .dropdown-item {
		  text-align:center;
	  }
	  #aboutSec {
			margin: 0px; 
				}
	}
	
	.footer-copyright a:hover {
    color: #fff!important;
}

#whatsapp{
	position: absolute;
    top: 69%;
	}
	@media only screen and (max-width: 600px) {
  #whatsapp{
	position: relative;
    top: 10%;
	}
}

/* Contact */

.nb-form 
{
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -389px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover 
{
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title 
{
background: var(--s-c);
font-size: 16px !important;
padding: 10px 15px !important;
color: #fff !important;
border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p 
{
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message 
{
margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus 
{
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] 
{
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover 
{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea 
{
	min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: var(--p-c);
}
.space img{
    width:100%;height: 290px;object-fit:cover;border-radius: 10px;padding:10px;
    border:1px solid rgb(235, 234, 234);
}
@media screen and (max-width: 676px) {
    .space img{
        width:100%;height: 290px;object-fit:contain;border-radius: 10px;
    }
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -354px;
        left: 50%;
        transform: translateX(-50%);
    }
}



/*  Contact Form  */