body {
font-family: 'Roboto', sans-serif;
/* font-family: "Raleway", sans-serif; */

color: #444444;
font-size: 15px;
background: #fff;
}
/* .font-poppins{
font-family: "Poppins", sans-serif;
}
.font-raleway{
font-family: "Raleway", sans-serif; 
} */
a {
color: #F36D35;
text-decoration: none;
}

a:hover {
color: #025865;
text-decoration: none;
}
p{
font-family: 'Roboto', sans-serif;
line-height: 24px;
text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
}

dl, ol, ul {
margin: 0px;
padding: 0px;
}

h3{
font-size: 30px;
}
h3 span{
font-size: 20px;
}
h4{
font-size: 18px;
}
.fixed {
position: fixed;
top: 0;
left: 0;
animation: smoothScroll 1s forwards;
}
.color-prime{
color: #2620A9;;
}
.bg-info{
background-color: #2EB2C7 !important;
}
.bg-info-two{
background-color: #79B9C3 !important;
}
.btn-info{
background-color: #2EB2C7;
border-color: #2EB2C7;
}
.color-text-blue{ color: #1D1DA8 !important;}
.btn-primary { background: #007f42; border-color:#007f42;}
.btn-primary:hover { background: #f36d35; border-color:#f36d35;}

.color-secondary{
color: #F36D35;
}
header .btn-secondary {
background: #fb6b2e;
border-color: #fb6b2e;
}
header .btn-secondary:hover { background: #004725; border-color: #004725;}
.btn-secondary {
background: #ee6a37;
border-color: #ee6a37;
}
.btn-outline-warning {
color: #F36D35;
border-color: #F36D35;
}
.form-control, .form-select {
font-size: 12px;
font-weight: 400; height:35px;
line-height: 1.3; background:#dedede;
}
.card-enquery .mb-3{
margin-bottom:.7 rem !important;
}
.card-enquery .mt-3{
margin-top:.7 rem !important;
}
.card-title {
text-transform :capitalize;
}
.card-category .card-body .inner-cont{
min-height:150px;

}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
#header {
height: 122px;
background: rgb(255,255,255);
transition: all 0.5s;
z-index: 997;
padding: 0px 0;
box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);

-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
#header .header-one {
font-family: "Poppins", sans-serif; 
} 
#header .list {
display: flex;
flex-wrap: wrap;
font-size: 12px;
/*margin-left: 150px;*/
}
#header .list li{
list-style: none;
margin: 5px 3px 0 5px;
}
#header .btn{
font-size: 12px;
}
.header-one {
display: flex;
background: #f1f1f1;
} 
.header-one a{
color:#000; font-weight:300;
}
.header-one ul.nav{
font-size: 20px;
}
.header-one .navbar a{
color:#Fff;
font-size: 12px;
font-weight: 300;
}
.header-one {
display: flex;
background:transparent;
} 

.logo {
margin-top: -26px;
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.bg-white .logo{ margin-top: 0;}
.logo img{
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.bg-white .logo img {
max-width: 90%;
}

.logo a {
color: #5fcf80;
}

.nav-right a{
display: flex;
align-items: center;

}
.nav-right a span{
width: 1px;
height: 10px;
background:#707070;
margin-left: 4px;
}
.nav-right li:last-child a span{
display: none;
}
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
margin: 10px 5px 10px 5px
}


.navbar a, .navbar a:focus {
display: flex;
align-items: center;
border-bottom: 3px solid transparent;
justify-content: space-between;
/* padding: 10px 0 10px 30px; */
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 300;
color: #37423b;
white-space: nowrap;
transition: 0.3s;
padding: 6px 6px;
border-radius: 10px;
}

.navbar a i, .navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
background: #F36D35;
color: #ffff;
border-radius: 6px;

}
.nav-item.dropdown{
padding-left: 0;
}
.nav-link:focus, .nav-link:hover {
color: inherit;
}
.nav-item.dropdown .dropdown-menu:not(.show) {
display: none;
}
.nav-item.dropdown .dropdown-menu{
padding: 0;margin: 0px 0 0 0;
border-top: none;
}
.nav-item.dropdown .dropdown-menu li{
padding:2px 0 2px 0px;
margin: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #18bcd6;
background-color: #18bcd617;
border-bottom: 1px solid transparent !important;
}
.mobile-nav-toggle {
color: #37423b;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}



.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(32, 38, 34, 0.9);
transition: 0.3s;
z-index: 999;
}
.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
border-radius: 6px;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}
.badge{
font-weight: 300;
}
.badge-img{
background: #12A9C1;
font-size: 15px;
margin:-10px 0 0 8px;
}

.more-link .bi{
font-size: 10px;
}


.navbar-mobile a {
padding: 10px 20px;
font-size: 15px;
color: #37423b;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
color: #fff;
}

.navbar-mobile .getstarted {
margin: 15px;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
min-width: 200px;
}

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
color: #12A9C1;
}

.navbar-mobile .dropdown > .dropdown-active {
display: block;
}
.navbar .dropdown:hover .dropdown-menu {
display: block;
}
.banner-one{
margin-top: 120px;
}
.carousel-item{
/*min-height: 430px;*/
}
.carousel-one{

background: #1D1DA8;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1D1DA8, #DC61BA);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1D1DA8, #DC61BA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.carousel-two{
background: #159957;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #155799, #159957);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #155799, #159957); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.carousel-three{
background-image: linear-gradient(
-45deg, #00c8c8, #7028b7);
background-repeat: no-repeat;
background-position: center center;
}
.carousel-four{
background: #22c1c3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fdbb2d, #22c1c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.carousel-five{
background-image: linear-gradient(
-45deg, #ff9800, #f52882);
background-repeat: no-repeat;
background-position: center center;
}


.carousel-item img { width:100%;    margin: 0px ;}
.text-footer{
font-size: 12px;
}

/*---------------------- index --------------*/
.container{
font-family: 'Roboto', sans-serif;
}
.enquery {
position: absolute;
right: 10%;
top: 5%;
width: 300px;
}

.card-enquery .card-title, .card-notifications .card-title{
font-weight: 400;
color: #a7c250;
font-family: 'Roboto', sans-serif;
}
.card-enquery .card-title span,.card-notifications .card-title span{
background: #fff;
padding: 0px 15px 10px 15px;
position: relative;
top: 12px;
}
.slogan h2{
padding: 20px 0;
color: #3E4246;
font-size: 38px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
text-align: center;
}
.slogan1 h2{
padding: 20px 0;
padding-bottom: 0px;
color: #007f42;
font-size: 38px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
text-align: center;
}
.card-category{
font-family: 'Roboto', sans-serif;
border-radius: 12px;
overflow: hidden;
}
.card-category h5{
font-weight: 900;
color: #3E4246;
font-size: 23px;
}
.card-category img{
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;

}
.card-category:hover img{
transform: scale(1.1);
}
.card-category .card-text{
text-align: justify;
}
.about-bg{
position: relative;
min-height: 450px;
overflow: hidden;
}
.about-bg img{
position: absolute;
width: 100%;
max-height: 500px;
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.about-bg img:hover{
transform: scale(1.2);
}
.social-links-about a{
color: #fff;padding: 0 5px;
font-size: 20px;
}
.social-links-about a:hover{
color: #d3d0d0;
}
.marqueeElement {
height:230px;
width:100%;
position:absolute;
}
.scroll {
height: 230px;
width:100%;
position: absolute;
overflow: hidden;
}

.card-notifications .date{
font-size: 20px;
}
.card-notifications .date .bi{
color: #F36D35;
}
.card-notifications .date span{

font-weight: 900;
}
.Chairman-img {
font-size: 20px;
font-weight: 700;
}
.Chairman-img span{ font-weight: 300; font-size: 13px;}
.video img{
max-width: 100%;

}
.video .position-absolute{
left: 0; bottom: 0; top: 0;right: 0;
margin: auto;
max-width: 140px;
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.video .position-absolute:hover{
max-width: 160px;
}
.owl-carousel-two .card{ font-family: 'Roboto', sans-serif;


}

.owl-carousel-two  .card-body-text{
min-height: 305px;
}
.owl-carousel-two  .card img{
max-width:166px;
}
.owl-carousel-two .card-title{font-weight: 300; font-size: 22px;    
text-transform: capitalize;}
.owl-carousel-two .card-text{font-weight: 400;}
.bg-col-1{background: #1DA3A8;}
.bg-col-2{background: #A81D6C;}
.bg-col-3{background: #A89F1D;}
.bg-col-4{background: #D74D4D;}
.bg-col-5{background: #1d5ba8;}
.Vision .card-title {
font-size: 18px; 
}
.Vision .card-title span {
font-size: 26px;
}
.Vision img { max-width: 100%;}

.card-three{
border-radius: 10px;
padding: 7px;
font-family: 'Roboto', sans-serif;

}
.card-three .bi{
font-size: 33px;

}
.card-three .value{
font-size: 17px;
font-weight: 300;

}
.card-three .title{
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}
.testimonials img{
max-width: 170px;
}

.testimonials h3{
font-size: 26px;
text-align: center;
margin: 30px 0 0 0;
}
.testimonials p {

font-size: 16px;
line-height: 25px;
font-weight: 300;
/*font-style: italic;*/
}

.testimonials .user{
margin-top: 15px;
font-size: 16px;
font-weight: 700;
}
.testimonials .user span{
font-size: 14px;
font-weight: 300;
}
.owl-nav{
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 60px;
}
.owl-prev-one{
background: #FA8D3B !important;
height: 30px;
width: 30px;
border-radius: 50%;
position: relative;
color: #fff !important;
}
.owl-next-one{
background: #fff !important;
height: 30px;
width: 30px;
border-radius: 50%;
position: relative;
color: #FA8D3B !important;
}
/* ----------------AboutUs------------ */
.font-big{ font-size: 20px;
line-height: 28px;
font-weight: 300;}
.font-sm{ font-size: 16px;
line-height: 26px;
font-weight: 300;}
.main-header{
margin-top: 123px;
padding: 20px 0;

}
.main-header h2{ color: #fff; font-size: 26px;}

#footer {
color: #fff;
font-size: 14px;
background: #474667;
font-family: 'Roboto', sans-serif;

}
.banner-bg img{
width: 100%;
}
.Beyond-card  h5{
font-size: 19px;
font-weight: 400;
padding: 6px 5px;
}
/* -----galery----- */
.gallery a img {
float: left;
width: 100%;
border-radius:15px;padding:0;
height: auto;
-webkit-transition: -webkit-transform .15s ease;
-moz-transition: -moz-transform .15s ease;
-o-transition: -o-transform .15s ease;
-ms-transition: -ms-transform .15s ease;
transition: transform .15s ease;
position: relative;
}
.gallery .titelblock{ display:none;}

.clear {
clear: both;
}

/* --------career------- */
.modal-body h6{
font-size: 16px;
color: #F36D35;
}
/* --------fees------- */
#price {
text-align: center;
}

.plan {
display: inline-block;
margin: 10px 1%;
font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
background: #fff;
margin: 0 auto;
min-width: 280px;
max-width: 100%;
position:relative;
}

.entry-title {
/* background: #53CFE9; */
height: 140px;
position: relative;
text-align: center;
color: #fff;
margin-bottom: 30px;
}

.entry-title>h3 {
/* background: #20BADA; */
font-size: 20px;
padding: 5px 0;
text-transform: uppercase;
font-weight: 700;
margin: 0;
}

.entry-title .price {
position: absolute;
bottom: -25px;
/* background: #20BADA; */
height: 125px;
width: 160px;
margin: 0 auto;
left: 0;
right: 0;
overflow: hidden;
border-radius: 66px;
border: 5px solid #fff;
line-height: 80px;
font-size: 28px;
font-weight: 700;
}

.price span {
position: absolute;
font-size: 16px;
bottom: -10px;
left: 30px;
font-weight: 400;
}

.entry-content {
color: #323232;
}

.entry-content ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}

.entry-content li {
border-bottom: 1px solid #E5E5E5;
padding: 10px 0;
}

.entry-content li:last-child {
border: none;
}


.hot {
position: absolute;
top: -7px;
background: #F80;
color: #fff;
text-transform: uppercase;
z-index: 2;
padding: 2px 5px;
font-size: 9px;
border-radius: 2px;
right: 10px;
font-weight: 700;
}
.list{
margin-left: 20px;
}
.publication-cont img{
max-width: 100%;
}

#footer .footer-top {
padding:30px 0 0px 0;
background: #006b37;
margin-top:50px;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
font-size: 16px;
margin: 20px 0 30px 0;
padding: 2px 0 10px 0;
line-height: 1;
font-weight: 700;
}

#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 26px;
margin-bottom: 0;
font-weight: 300;
color: #fff;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #fff;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #ffffff;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 5px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
line-height: 1;
font-weight: 300;
}

#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #ffffff;
}



#footer .footer-newsletter h4 {
font-size: 16px;
color: #fff;
padding-bottom: 0px;
}

#footer .footer-newsletter form {

display: flex;
border-radius: 5px;
text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);    margin-right: 10px;
border-radius: 5px;
}

#footer .footer-newsletter form input[type="submit"] {

top: -1px;
right: -1px;
bottom: -1px;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px 2px 20px;
background: #f82974;
color: #fff;
transition: 0.3s;
border-radius: 5px;
font-family: 'Roboto', sans-serif;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
font-weight: 300;
}

#footer .footer-newsletter form input[type="submit"]:hover {
background: #373737;
}

#footer .credits {
padding-top: 5px;
font-size: 13px;
}
.footer-three {
background: #000;
color: #fff;
padding: 10px 0;
font-size: 12px;
}

#footer .social-links a {
font-size: 18px;
display: inline-block;
/* background: #12A9C1; */
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}

#footer .social-links a:hover {
background: #F36D35;
color: #fff;
text-decoration: none;
}
.refine-btn.collapsed .bi-dash-circle::before{
/* content: "\f2e6"; */
content: "\f4fa";
}

.custom-4 li::before {
content: " "; 
display: block;
border: solid 0.66em green; 
border-radius: .8em; 
height: 0;
width: 0;
position: absolute;
left: 0.5em;
top: 40%; 
margin-top: -0.5em;

}
ul.custom-4  li:after {
content: " ";
display: block;
width: 0.3em; 
height: 0.6em;
border: solid white;
border-width: 0 0.13em 0.13em 0; 
position: absolute;
left: 1em;
top: 40%;
margin-top: -0.2em;
-webkit-transform: rotate(45deg); 
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
/*.custom-4 li::marker {*/
/*content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%23F36D35'/%3E%3C/svg%3E%0A");*/
/*}*/

.custom-4 li {
font-size: 16px; 
list-style-type: none; 
margin-bottom: 1em; 
padding: 0.25em 0 0 2.5em; 
position: relative; 
}

/*.custom-4 li:hover::marker {*/
/*	content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%230074E0'/%3E%3C/svg%3E%0A");*/
/*}*/

.about-us2{
    overflow: hidden;
}
.only-desktop{}
.only-mobile{
    display: none;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}
.navbar ul {
display: none;
}

}

@media (min-width: 767px) {

}

@media (max-width: 768px) {
    .only-desktop{
        display: none !important;
    }
.only-mobile{
    display: block !important;
}
.pl-mc {
padding-left: 15px !important;
}
.pr-mc {
padding-right: 15px !important;
}
.about-4 span>img {
position: relative !important;
top: 0 !important;
background-color: #fff;
padding: 10px;
display: block;
margin: 0 auto;
}
.pl-400 {
padding-left: 0 !important;
padding-top: 20px;
}
.pr-400 {
padding-right: 0 !important;
}
.about-5 {
margin-top: 0 !important;
padding-top: 20px !important;
padding-bottom: 15px !important;
margin-bottom: 0px !important;
}
.about-5 span>img {
position: relative !important;
top: 0 !important;
right: 0 !important;
display: block;
margin: 0 auto;
}
.mobile-mathram{
display:block !important;
}
.mobile-venda{
display:none !important;
}
.about-4 {
margin-top: 30px !important;
overflow: hidden;
}
.about-us3 {
overflow: hidden;
}
.pr-400 h3 {
margin-top: 15px;
}
#footer .footer-top {
margin-top: 0;
}
.footer-newsletter{
margin-top: 0px !important;
}
.infra1 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.infra1 h2 {
font-size: 24px !important;
}
.infra1 {
overflow: hidden;
}
.cam-2-pre {
padding: 30px 0 !important;
}
.pr-100 {
padding-right: 15px !important;
}
.logo {
margin-top: 10px !important;
}
.learning-beyond1 h2 {
font-size: 28px !important;
}
.learning-beyond1 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.lb-card {
height: auto !important;
}
.pp3{
    align-items: center;
    justify-content: center;
}
.mc-info>h6 {
    margin-top: 0px !important;
}
.infra-mb-40 h4{
    margin-top: 20px !important;
}
.opkdls {
    padding: 25px 0 !important;
}
.tbbjd h1 {
    font-size: 28px !important;
}
.tbbjd p {
    font-size: 18px !important;
    line-height: 30px !important;
}
.boxxs {
    padding: 30px 20px !important;
    margin-bottom: 20px !important;
}
.slogan1 h2 {
    padding: 10px 0;
    font-size: 28px;
}
.boxxs-img {
    bottom: 100px;
}
.tbbjd {
    padding: 50px 0;
}
.owl-carousel-two .card-body-text {
    min-height: auto;
}
}

@media (max-width: 576px) {
.custom-4 li {
width:48%;
}
.carousel-item {
min-height: auto;
}

.logo{margin-top: 0;}
.carousel-item img {
max-width: 100%;
}
.contact-block img {
width: 100%; 
height: auto;
}
.enquery{
position: relative;
margin: 30px auto;
right: 0;
}
.navbar li {
position: relative;
margin: 10px 0 10px 0px;
}
.video .position-absolute {
top: 74px;
max-width: 75px;
}
.about-bg img{
width: auto;
}

.Chairman-container{
overflow: hidden;
}
.card-three{
margin-bottom: 15px;
}
.fixed {
animation:none;
}

.header-one{
display: none !important;
}
.main-header{
padding: 10px 0;
}
.main-header h2{
font-size: 24px;
}
.owl-nav {
position: initial;
}
.footer-newsletter{
margin-top: 0px;
}
.text-xs-center {
text-align: center !important;
}
.navbar a, .navbar a:focus{ border-radius: 0;}
.navbar-mobile ul {
display: block;
position: absolute;

}
#map iframe {
max-width: 100%;
}
.footer-links .px-5{ padding: 10px !important;}

}

@media (max-width: 379px) {

}

@media (min-width: 1024px) {

}

.navbar-mobile ul {
display: block;
position: absolute;

}
/* http://jsfiddle.net/Tassak/2ve4hbmm/ */

.heading-style-pre-primary{
color: #000;
border-left: 10px solid #f56f32;
padding-left: 10px;
}
.heading-style-primary{
color: #000;
border-left: 10px solid #449dc5;
padding-left: 10px;
}
.heading-style-junior-programme{
color: #000;
border-left: 10px solid #67ae4e;
padding-left: 10px;
}
.heading-style-middleschool{
color: #000;
border-left: 10px solid #21294a;
padding-left: 10px;
}
.heading-style-senior-programme{
color: #000;
border-left: 10px solid #f82a75;
padding-left: 10px;
}
.margin-top{
margin-top: 120px;
}
.margin-bottom{
margin-bottom: 6rem !important;
}

/* Mahadhevapura campus*/
.pl-mc{
padding-left:70px;
}
.pr-mc{
padding-right:70px;
}
.mc-info>h6{
text-transform: uppercase;
font-size: 14.23px;
font-weight: 500;
margin-bottom: -5px;
display: block;
color: #f36d35;
}
.mc-info>h2{
color: #2b2b2b;
font-size: 48.78px;
font-weight: 600;
margin-bottom: 18px;
}
.mc-mt{
margin-top:3rem;
}
.mc-mb{
margin-bottom:3rem;
}
.about-4{
width: 100%;
height: auto;
background-color: #3c7db1;
color: #fff;
line-height: 12px;
padding-top: 30px;
padding-bottom: 20px;
position: relative;
margin-top: 120px;
}
.about-4 span>img{
position: absolute;
top: -90px;
background-color: #fff;
padding: 10px;
}
.pl-400{
padding-left: 400px;
}
.pl-400 h3{
margin-bottom: -8px;
}
.about-5{
width: 100%;
height: auto;
background-color: #67aa51;
margin-top: 150px;
padding-top: 60px;
padding-bottom: 50px;
color: #fff;
position: relative;
margin-bottom: 100px;
}
.pr-400{
padding-right: 400px;
}
.pr-400 h3{
margin-bottom: -8px;
}
.about-5 span>img{
position: absolute;
top: -90px;
right: 60px;
background-color: #fff;
padding: 10px;
}
.infra1{
width: 100%;
height: auto;
padding-top: 60px;
padding-bottom: 40px;
}
.infra1 h2{
color: #2b2b2b;
font-size: 3rem;
margin-bottom: 2rem;
}
.infra1 ul{
padding-left: 2rem;
}
.infra-mb-40{
margin-bottom:20px;
}
.infra1 ul li::marker {
font-size: 1.5rem;
color: #ffe549;
}
.infra2{
width:100%;
height:auto;
padding-top: 60px;
padding-bottom: 40px;
background-color: #222a4c;
color: #fff;
}
.infra2 h3{
font-weight: 600;
}
.learning-beyond1{
width: 100%;
height: auto;
padding-top:40px;
padding-bottom:60px;
}
.learning-beyond1 h2{
color: #2b2b2b;
font-size: 48.78px;
font-weight: 600;
margin-bottom: 27px;
}
.lb-card{
height: 241px;
color: #fff;
padding: 30px;
align-content: center;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.learning-beyond1 img{
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.height-40{
height: 40px;
}
.cam-2-pre{
padding:60px 0;
background: url(../image/bg-1-1.png) no-repeat;
background-size: cover;
background-position: center center;
}
.pr-100{
padding-right:100px;
}
.mobile-mathram{
display:none;
}
.mobile-venda{
display:block;
}
.cace{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#92d0ff;
}
.infra-fra ul{
    padding-left: 20px;
}
.vid-css{
    width:100%;
}
.tbbjd{
    padding: 80px 0;
    text-align: center;
    background-color: #005986;
    color: #fff;
}
.tbbjd h1{
    font-size: 52px;
}
.tbbjd p{
    text-align: center;
    font-size: 24px;
    margin-top: 1rem;
}
.tbbjd a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: #fff;
    color: #874728;
}
.opkdls{
    padding: 80px 0;;
}
.boxxs{
    border: 0px solid #cc6c3c;
    padding: 40px 55px;
    box-shadow: 0px 0px 10px 0px #8f8181;
    position: relative;
}
.pplap{
    font-size: 24px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
}
.boxxs p{
}
.boxxs a{
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 15px;
    color: #874728;
}
.boxxs-img{
    width: 50px;
    cursor: pointer;
    bottom: 120px;
    right: 0;
    left: 0;
}