body {
    
    font-family: poppins,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    margin: 0;
    padding: 0; 
    color: #555555;
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin: 0;
}
 a:hover {
    text-decoration: none;
    outline: 0;
   color:#3399cc !important;   
}
.vishwa1-wrap .img-fluid{
    width: 100%;
    height: 100%;
}
/************header****************/
header.header-wrap.d-none.d-lg-block {
    background: #555;
    padding:10px 0;
}
.header-space li a {
    color: #fff;
}
.expert {
    background-color: #3ac1ff;
    border: 0px;
    color: #fff;
    padding: 2px 14px;
    margin-right: 24px;
    cursor: pointer;
}
/************logo****************/
span.small {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 7.5em;
    color: #999999;
}
span.big {
    position: absolute;
    top: 1.2em;
    left: 5.9em;
}
/************navbar****************/
/*.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #3399cc;
}*/
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
    color:#000!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
ul.navbar-nav.ml-auto li {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
   font-family: 'Source Sans Pro', sans-serif;
}
.navbar-dark .navbar-brand {
    color: #3399cc;
    position: relative;
}
.navbar-default .navbar-nav>li>a.active {
    color: #3399cc;
    position: relative;
    top: 8px;
}
/************banner****************/
.banner
{
   background-image: linear-gradient(-74deg, rgba(0,0,0,0.8) 0%, transparent 50%, transparent 50%),url('../images/banner.jpg');
   background-size: cover;
   background-color: #000;
	background-position: center center;
	position: relative;
	height: 480px;
}
.form-space {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
form.form-banner {
    padding: 30px;
    width: 100%;
    max-width: 60%;
    left: 6em;
    position: relative;
    background: #fff;
}
form.form-banner2 {
    padding: 30px;
    width: 100%;
    max-width: 60%;
    left: 9em;
    position: relative;
    background: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-button {
    background: #3ac1ff;
    border-radius: 0;
    border: #3399cc;
    padding: 10px 20px;
    color: #fefefe;
}
/************model****************/
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.model {
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9999999;
    overflow: hidden;
}
.model-content {
    width: 44%;
    height: 425px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%,-50%);
}
form#email {
    padding: 15px;
    margin: 0;
}
.model-head {
    text-transform: capitalize;
    padding: 0px 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 35px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 15px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
input#form {
    width: 95%;
    height: 36px;
    font-size: 14px;
    
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}
.help-block.with-errors {
    font-size: 12px;
    color: #ff0f0f;
    position: relative;
   
    left: 18px;
}
textarea#message1 {
    width: 100%;
    height: 69px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    text-transform: capitalize;
     display: block;
    margin: 0 auto;
    margin-top: 15px;
}
button#button-middle {
    margin-bottom: 0;
    padding: 9px 20px;
    color: #fff;
    background-color: #3399cc;
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    position: relative;
    display: block;
    margin: auto;
    text-transform: uppercase;
    top: 16px;
}
.model-foot{
    text-transform: capitalize;
    padding: 0px 16px;
    border-top: 1px solid #e5e5e5;
}
.button-m {
    position: relative;
    text-decoration: none;
    background-color: orange;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 17px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    left: 14em;
    top: 12px;
}
/************college****************/
.vishwa-wrap {
    margin: 60px 0;
}
.subtitle {
    color: #3ac1ff;
    font-size: 25px;
    font-weight: 500;
     margin-bottom: 30px;
}
.subtitle:after {
    content: '';
    position: relative;
    display: block;
    background: #999999;
    height: 2px;
    width: 100px;
    top: 10px;
}
.vishwa-head{
   font-size: 30px;
color: #3399cc;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
}
/************vission****************/
section.about-wrap {
    padding-bottom: 60px;
}
.about-bg
{
	background-image:url('../images/vission1.jpg');
   background-size: cover;
   background-color: #000;
	background-position: center center;
	position: relative;

}
.about-bg:before {
    content: "";
    background: rgba(255,255,255,0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-section {
    position: absolute;
    z-index: 0;
    padding: 0 70px;
    top: 50%;
    transform: translateY(-50%);
}

.about-section p {
    margin-bottom: 0;
    margin-top: 16px;
    color: #555555;
    font-size: 15px;
    line-height: 30px;
}

/************course-wrap****************/
.vishwa1-wrap{
    margin: 0;
    padding-bottom: 60px;
}
.course-wrap {
     background: url(../images/courses.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 500px;
    width:100%;
    position: relative;
}
.course-bg{
    background: rgba(255,255,255,0.9);
    height: 628px;
    width: 100%;
}
.course-content {
    position: relative;
    z-index: 0;
    padding: 0 20px;
}
ul.course-list-items {
    color:  #555555;
    font-size: 15px;
    line-height: 30px;
    margin-left: 48px;
}
.course-list-items li{
    margin-bottom: 10px;
}
.course-content {
    position: relative;
    z-index: 0;
    padding: 53px 137px 0 78px;
}
i.fa.fa-circle {
    margin-left: -12px;
    position: relative;
    right: 30px;
    color:  #3ac1ff;
}
.vision-wrap{
    background: linear-gradient(to right, #3ac1ff 50%, #777 50%);
    padding:30px 0;
    color:#fff;
    margin-bottom: 50px;
}

/************download-wrap****************/
.download-wrap{
    background: url(../images/course-blur.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 350px;
    width:100%;
    position: relative;
    background-attachment: fixed;
}
.download-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.download {
    background: #3ac1ff;
    padding: 15px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border:none;
}
.download:hover {
    color:#000 !important;

}
button.btn.button5:hover {
    background-color: #3399cc;
}
a.download.button13:hover {
    background: #3399cc !important;
    color: #000 !important;
}
.download-head h1 {
    color: #fff;
    font-size: 1.7rem;
}
.download-head h5 {
    color: #fff;
}

/************Testimonial****************/
.subtitle1 {
    color: #3ac1ff;
    font-size: 25px;
    font-weight: 500;
     margin-bottom: 30px;
}
.subtitle1:after {
    content: '';
    position: relative;
    display: block;
    background: #999999;
    height: 2px;
    width: 100px;
    top: 10px;
    margin: 0 auto;
}
.testim .dots .dot.active, .testim .dots .dot:hover {
    background: #3ac1ff !important;
    border-color: #3ac1ff !important;

}
.list-inline-item:not(:last-child){
    margin-right:0.8rem;
}

.testimonial {
 
    position: relative;
   
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #3399cc;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #999999;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    font-size: 1.2em;
    margin: 15px 0;
    color: #3ac1ff; 
}

.testim .cont div p {
    font-size: 1.15em;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}
.text-white.banner-text{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #999999;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #999999;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
/************footer****************/

.footer-items h6 {
    font-weight: 700;
    margin-bottom: 37px;
}
.footer-items ul li {
    margin-bottom: 8px;
}
li.list-item i {
    margin-right: 0.5rem;
}
footer.footer-bg {
    color: #fff;
   background: #3ac1ff;
    padding: 60px 0;
}
.footer-items ul li a, .footer-bg ul li a{
   color: #eee;
}
.footer-items ul li a:hover, .footer-bg ul li a:hover{
    color:#fff!important;
}


footer.copyright p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}
footer.copyright {
    background-color: rgba(0,0,0,0.7);
    padding: 5px 0;
}

/************contact****************/
.contact-banner {
    background-image: url(../images/course2.jpg);
    position: relative;
    padding: 180px 0;
}
a {
    color: #3399cc; 
    text-decoration: none;
}
.fact-section:before 
{
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.set-bg 
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    height: 400px;
}
.about-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-head h1 {
    color: #fff !important;
    margin:0;
}
.btn-primary {
    color: #fff;
    background-color: #3399cc; 
    border-color:#3399cc; 
}
.map {
   background: #050c3a;
}
.list-style{
    margin-bottom: 10px;
}
.list-style li{
    list-style: square;
    margin-bottom: 10px;
}
.background-overlay {
    position: relative;
    min-height: 350px;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(64deg, rgba(51, 153, 204, 0.6) 50%, rgba(212,212,212,0) 50%), url(../images/courses.jpg);
}
.form-button1 {
    background: #999999;
    border-radius: 0;
    border: #3399cc;
    padding: 10px 20px;
    color: #fff;
}
.form-space1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.background-overlay.courses-bg{
    background-image:linear-gradient(-64deg, rgba(51, 153, 204, 0.6) 50%, rgba(212,212,212,0) 50%), url(../images/course-bg.jpg);
}
.error{
    color:#f20;
    font-size: 12px;
    margin-bottom: 0;
}
#result{
    color:green;
}

/************about us****************/
.about-banner-wrap
{
    background-image:url('../images/about1.jpg');
   background-size: 100%;
   background-color: #000;
    background-position: center center;
    position: relative;
    padding: 180px 0;
}
.about-head1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-head1 h3 {
    color: #3399cc;
    margin-bottom: 20px;
}
/************Mangalore University****************/
.course-text {
    color: #3399cc;
    font-weight: 600;
}
.inner-space {
    background: #3399cc;
    padding: 50px 40px;
}
.background-inner {
    position: relative;
    height: 450px;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(64deg, rgba(202, 198, 198, 0.8) 50%, rgba(212,212,212,0.1) 50%),url(../images/courses.jpg);
}
form.form-banner1 {
    width: 100%;
    max-width: 100%;
    left: 5.1em;
    position: relative;
}
h5.subtitle-inner {
    color: #3399cc;
    position: relative;
    left: 7.4em;
    margin-bottom: 20px;
}
.form-space-enquiry {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 48em;
}
@media only screen and (max-width: 767px)
{
    .col-100 {
        width:100%;
         max-width: 100%;
        flex:0 0 100%;
    }
    .navbar-default .navbar-nav>li>a.active {
    color: #3399cc;
    position: relative;
    top: 0px;
}
    .navbar-default .navbar-nav>li>a.active {
    color: #3399cc;
    position: relative;
    top: 0px;
}
.logo-img {
    width: 216px;
}
   span.big {
    position: absolute;
    top: 1.4em;
    font-size: 18px;
    left: 6em;
}
span.small {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 10.9em;
    font-size: 10px;
    color: #999999;
}
.banner {
    background-image: linear-gradient(-74deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%, transparent 100%),url(../images/banner.jpg);
    background-size: cover;
    background-color: #000;
    background-position: center center;
    position: relative;
    height: 380px;
    margin-bottom: 20px;
}
.navbar-dark .navbar-toggler {
    background-color: #999999;
}
.form-space {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 90%;
}
form.form-banner {
    padding: 16px;
    width: 100%;
    max-width: 100%;
    left: 0em;
    position: relative;
}
form.form-banner2 {
    padding: 30px;
    width: 100%;
    max-width: 100%;
    left: 0;
    position: relative;
    background: #fff;
}
.about-img1 img {
    width: 100%;
    height: 100%;
}
.about-section p {
    color: #999999;
    font-size: 14px;
    margin: 10px 0;
    line-height: 20px;
}
.about-section {
    position: absolute;
    z-index: 0;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
}
.about-bg {
    background-image: url(../images/vission1.jpg);
    background-size: cover;
    background-color: #000;
    background-position: center center;
    position: relative;
    padding: 200px 0;
}
.vishwa1-wrap {
    margin: 0;
    padding-bottom: 60px;
}
.course-content {
    position: relative;
    z-index: 0;
    padding: 42px 12px;
    right: 0em;
}
.subtitle {
    color: #3399cc;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.course-bg {
    background: rgba(255,255,255,0.9);
    height: 699px;
    width: 100%;
}
.course-wrap {
    background: url(../images/courses.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 699px;
    width: 100%;
    position: relative;
}
.about-head1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0px 24px;
}
.about-head h1 {
    color: #fff !important;
    margin: 0;
    font-size: 24px;
}
.table-inner {
    padding-top: 40px;
}
h5.subtitle-inner {
    color: #3399cc;
    left: 0;
    text-align: center;
    font-size: 19px;
}
form.form-banner1 {
    width: 100%;
    max-width: 100%;
    left: 0em;
    position: relative;
}
.download {
    background: #3399cc;
    padding: 15px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
}
.background-inner {
    position: relative;
    height: 450px;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(60deg, rgba(202, 198, 198, 0.8) 100%, rgba(212,212,212,0.1) 100%),url(../images/courses.jpg);
}
.inner-space {
    background: #3399cc;
    padding: 30px 22px;
}
.form-space-enquiry {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    right: -84px;
}
h3.banner-text {
    font-size: 24px;
}
.table-tech table td {
    padding: 0;
}
.background-overlay {
    position: relative;
    min-height: 350px;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(64deg, rgba(51, 153, 204, 0.6) 100%, rgba(212,212,212,0) 100%), url(../images/courses.jpg);
}
.text-white.banner-text {
    display: none;
}
.form-space1 {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
    max-width: 90%;
}
.background-overlay.courses-bg {
    background-image: linear-gradient(-64deg, rgba(51, 153, 204, 0.6) 100%, rgba(212,212,212,0) 100%), url(../images/course-bg.jpg);
}
.download-head h1 {
    color: #fff;
    font-size: 1.4rem;
}
.download-head h5 {
    color: #fff;
    font-size: 16.3px;
}
[data-aos][data-aos][data-aos-delay="0"].aos-animate, body[data-aos-delay="0"] [data-aos].aos-animate {
    transition-delay: 0s;
}
.vision-wrap{
    background: none;
}
.vision-wrap .col-100.first{
    background: #3ac1ff;
    padding-top:15px;
}
.vision-wrap .col-100.second{
    background: #777;
    padding-top:15px;
}
.vishwa-wrap{
    margin:0; 
}
.vision-wrap{
    margin-bottom: 0;
}
.testimonial {
    margin-top: 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1200px)
{
    .col-100-tab {
        width:100%;
         max-width: 100%;
        flex:0 0 100%;
    }
    .navbar-default .navbar-nav>li>a.active {
    color: #3399cc;
    position: relative;
    top: 0px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #999999;
}
form.form-banner {
    padding: 30px;
    width: 100%;
    max-width: 80%;
    left: 1em;
    position: relative;
}
.subtitle {
    color: #3399cc;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}
.vishwa-img img {
    width: 100%;
    height: 100%;
}
.about-section {
    position: absolute;
    z-index: 0;
    padding: 0 16px;
    top: 50%;
    transform: translateY(-50%);
}
.about-img1 img {
    width: 100%;
    height: 100%;
}
.about-section p {
    color: #999999;
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0;
}
.about-bg {
    background-image: url(../images/vission1.jpg);
    background-size: cover;
    background-color: #000;
    background-position: center center;
    position: relative;
    height: 320px;
}
ul.course-list-items {
    color: #555555;
    font-size: 15px;
    line-height: 30px;
    margin-left: 42px;
}
.course-content {
    position: relative;
    z-index: 0;
    padding: 10px 8px;
}
.footer-items iframe {
    width: 100%;
    max-width: 100%;
}
form.form-banner1 {
    width: 100%;
    max-width: 100%;
    left: 0em;
    position: relative;
}
.form-space-enquiry {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    right: 0;
}
h5.subtitle-inner {
    color: #3399cc;
    text-align: center;
    left: 0;
}
.background-inner {
    position: relative;
    height: 450px;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(64deg, rgba(202, 198, 198, 0.8) 100%, rgba(212,212,212,0.1) 100%),url(../images/courses.jpg);
}
.text-white.banner-text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0 0 1px #000;
}
form.form-banner2 {
    padding: 30px;
    width: 100%;
    max-width: 80%;
    left: 3.8em;
    position: relative;
    background: #fff;
}
}