/***************** COMMON CSS STARTS *****************/
	



	*{
		font-family: 'Roboto', sans-serif;
	}
	html{
		scroll-behavior: smooth;
	}
	h1,h2,h3,h4,h5{
		font-weight: 600;
	}
	.vmdl{
		position: relative;
		top: 50%;
		transform: translate(0%,-50%);
	}
	.error{
		color: red;
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
	}
	a{
		color: #000;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
		color: #000;
	}
	.hd span{
		font-size: 13px;
		color: #7d7c7c;
	}
	.dropdown-item{
		font-size: 13px;
	}
	.bg-grey{
		background: #f5f5f5 !important;
	}
	.bg-dark{
		background: #fafafa !important;
	}
	button,.form-control{
		box-shadow: unset !important;
		outline: none !important;
	}
	.banner img{
		width: 100%;
	}
	
.brand.logo img{
    max-width: 400px;
    margin-top: 8px;
}	
.header-regular .brand.logo img{
    float: left;
}   
.text-head a {
    color: #1c1e20;
    font-size: 18px;
}
.text-head {
    font-size: 20px;
    font-weight: 500;
    color: #1c1e20;
    font-family: 'Roboto', sans-serif;
}
.header-block-info {
    padding-left: 30px;
}
.header-icon {
    float: left;
    font-size: 24px;
    color: #212529;
}
.header-right {
    font-size: 14px;
    line-height: 21px;
}
.header-regular {
    padding: 10px 0;
}
.header-right {
	padding-top: 10.5px;
}
header.header {
    background: #F12A02;
    margin-top: 5px;
}
#menu-main-menu {
    text-align: right;
    display: block;
    float: left;
}
#menu-main-menu > li {
    border-left: 1px dotted #fff;
}
#menu-main-menu li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    padding: 15px 19px;
    float: left;
}
#menu-main-menu li {
    float: left;
    display: inline;
}
#menu-main-menu ul {
    position: absolute;
    left: -9999px;
    top: 52.5px;
    z-index: 999;
    width: 220px;
}
#menu-main-menu li ul li {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: left;
    position: relative;
}
#menu-main-menu li ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    width: 220px;
    font-size: 13px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #3C3B71;
    padding: 8px 22px;
}
#menu-main-menu li:hover>ul {
    left: auto;
    padding-left: 0px;
}
#menu-main-menu li:hover>ul>li:hover a{
    background: #fff;
    color: #3C3B71;
}
#menu-main-menu>li:hover>a, 
#menu-main-menu a.active {
    color: #3C3B71 !important;
    background: #fff !important;
}
#menu-main-menu li ul li:hover>ul {
    right: -220px !important;
    top: 0px;
}
footer p{
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    text-align: justify;
}
footer{
	padding:40px 0;
    background: #f7f7f7;
}
footer h6 {
    color: #3C3B71;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.brand.logo h6{
    float: left;
    margin-top: -7px;
    margin-left: 95px;
    font-size: 13px;
    color: rgba(60,59,113,0.9);
}
footer h6:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    border-top: 2px solid #3C3B71;
    width: 35px;
}
footer ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 40px;   
}
footer ul li a{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

footer ul li {
    margin-bottom: 6px;
}
.social-icons-list li span.fa {
    color: #3C3B71;
    font-size: 24px;
    width: 48px;
    margin-left: -16px;
    vertical-align: middle;
    text-align: center;
}
footer ul.social-icons-list li:first-child,
footer ul.social-icons-list li:nth-child(2) {
    border-bottom: 1px dotted;
}
.index-featured-products h2,
.product-section h2,
.testimonials h2,
.oem h2,
.events-page h2,
.admission-page h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #3C3B71;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}
.index-featured-products h2 span,
.product-section h2 span,
.events-page h2 span,
.events-page h5 a:hover {
    color: #212529;
}
.index-featured-products h2:after,
.product-section h2:after,
.testimonials h2:after,
.oem h2:after,
.product-section h2:after,
.events-page h2:after,
.gallery h3:after  {
    width: 75px;
    height: 1px;
    content: "";
    background: #3C3B71;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -10px;
}
.index-featured-products p,
.product-section p {
    text-align: justify !important;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.index-featured-products  h4,
.product-section h4{
    font-family: 'Roboto', sans-serif;
    color: #1E2847;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;
}
.index-featured-products img{
    max-width: 100%;
    transition: 0.5s ease-in-out;
}
.index-featured-products .item:hover img{
    transform: rotateY(360deg);
}
.product-section{
    padding: 34px 0 40px 0;
    position: relative;
}
.product-section h4 a{
    font-size: 16px;
    font-weight: normal;
}
.index-featured-products {
    padding: 35px 0 40px 0;
    background: #f8f9fa;
}
.product-section .item{
    transition: 0.4s ease-in-out;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contact_top_mail {
    margin-bottom: 6px !important;
    float: left;
    width: 100%;
}
.product-section .item:hover{
    /*-webkit-box-shadow: 10px 10px 41px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 41px -21px rgba(0,0,0,0.75);*/
    transform: scale(1.10);
}
.about-block {
    padding: 60px 0 40px 0;
}
.about-block h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-weight: 400;
    font-size: 26px;
}
.about-block p,
.event-detail p,
.event-detail p span,
.event-detail span {
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 28px !important;
    text-align: justify;
}
.btn-default {
    color: #fff !important;
    background-color: #212529;
    border-color: #212529;
    text-transform: uppercase;
}
.btn-default:hover{
    background: #212529;
}
.about-block .col-xl-6 {
    padding-bottom: 30px;
}
.blog-main{
        background-image: url('../images/blog-bg.jpg');
        /*background-image: url('../images/bg.png');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 30px 0px 48px 0px;
    }
  
    .blog-main .tag-top li{
        margin:  0px 7px;
    }
    .blog-main .tag-top li a{
        font-size: 13px;
        color: #000;
        text-decoration: none;
    }
    .blog-main aside{
        background: rgba(255,255,255,0.80);
        padding: 15px;
    }
    .blog-main aside .search{
        position: relative;
    }
    .blog-main aside .search a{
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        right: 10px;
        color: #212121;
    }
    .blog-main aside .popular-blogs ul{
        list-style: none;
    }
    .blog-main aside .popular-blogs ul li{
        padding: 8px 0px;
        font-size: 12px;
        position: relative;
    }
    .blog-main aside .popular-blogs ul li a,
    .popular-blogs li a{
        color: #212121;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        line-height: 20px;
    }
    .blog-main aside .popular-blogs ul li:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        bottom: -1px;
        left: 0px;
        height: 1px;
        width: 100%;
    }
    .blog-main aside .popular-blogs ul li:last-child:after{
        border-bottom: none;
    }
    .blog-main aside .tags ul li{
        padding: 3px 4px;
        background: rgba(15, 179, 240, 0.90);
        border-radius: 5px;
        font-size: 12px;

    }
    .blog-main aside .tags ul li a{
        color: #fff;
        text-decoration: none;
    }

    .blog-main .blog-content{
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
        box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
    }
    .blog-main .blog-content img{
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .blog-main .blog-content .blog-img.hei1 img{
        object-fit: cover;
    }
    .blog-main .blog-content .blog-img.hei2 img{
        height: 200px;
        object-fit: cover;
    }
    .blog-main .blog-content .blog-img.hei3 img{
        height: 235px;
        object-fit: cover;
    }
    .blog-main .blog-content .txt{
        padding: 15px;
    }
    .blog-main .blog-content .txt h6{
        font-size: 18px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
    }
    .blog-main .blog-content .txt p {   
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
    }
    .blog-main .blog-content .txt span{
        color: #e28e8e;
        font-size: 11px;
    }
    .blog-main .blog-content .txt .bottom span, .blog-main .blog-content .txt .bottom span a{
        color: #bfbfbf;
        font-size: 11px;
        text-decoration: none;
    }

/********************** BLOG-MAIN CSS ENDS **********************/


/************************ BLOG-DETAILS PAGE CSS STARTS ************************/

    .blog-details .img img{
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .blog-details .heading h6,
    .blog-main h6 {
        font-weight: 600;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #132867;
    }
    .blog-details .date p{
        font-size: 13px;
        color: #a09d9d;
    }
    .blog-details .txt p{
        font-size: 14px;
        text-align: justify;
        position: relative;
    }
    .blog-details .share{
        position: relative;
    }
    .blog-details .share:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
        height: 1px;
        bottom: -5px;
        left: 0px;
    }
    .blog-details .share ul li a{
        background: transparent;
        height: 40px;
        width: 40px;
        display: block;
        border-radius: 50%;
        position: relative;
        color: #fff;
    }
    .blog-details .share ul li a i{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
    }
    .blog-details .share ul li:nth-child(1){
        background: #3b5998;
        border-radius: 50%;
    }
    .blog-details .share ul li:nth-child(2){
        background: #e95950;
        border-radius: 50%;
    } 
    .blog-details .share ul li:nth-child(3){
        background: #25d366;
        border-radius: 50%;
    } 
    .blog-details .img-cmts{
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: block;
    }
    .blog-details .img-cmts img{
        border-radius: 50%;
    }
    .blog-details .comments-display .name{
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 15px;
        margin-left: 16px;
        position: relative;
    }
    .blog-details .comments-display .name:before{
        position: absolute;
        content: '';
        background: #e2e2e2;
        border: 1px solid #e2e2e2;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        height: 20px;
        width: 20px;
        left: -20px;
        top: 50px;
        transform: rotate(-90deg);
    }
     .blog-details .comments-display .name p{
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
     }
     .blog-details .comments-display .name span{
        font-size: 13px;
        text-align: right;
     }
    .blog-details .comments-display .name p a{
        font-weight: 400;
        color: #969898;
        font-size: 14px;
        text-decoration: none;
    }
    .blog-details aside .search{
        position: relative;
    }
    .blog-details aside .search a{
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        right: 10px;
        color: #212121;
    }
    .blog-details aside .popular-blogs ul{
        list-style: none;
    }
    .blog-details aside .popular-blogs ul li{
        padding: 8px 0px;
        font-size: 13px;
        position: relative;
    }
    .blog-details button{
        background: #1C2949;
        background: -webkit-linear-gradient(top,#1C2949,#1C2949);
        background: linear-gradient(to bottom,#1C2949,#1C2949);
        border:1px solid #1C2949;
        border-radius: 3px;
        padding: 5px 0px;
        font-size: 14px;
        font-weight: 500;
        width: 15%;
        margin-top: 20px;
        color: #fff;
    }
    .blog-details button:hover{
        background: #212529;
        color: #fff;
    }
    .blog-details aside .popular-blogs ul li a{
        color: #212121;
        text-decoration: none;
    }
    .blog-details aside .popular-blogs ul li:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        bottom: -1px;
        left: 0px;
        height: 1px;
        width: 100%;
    }
    .blog-details aside .popular-blogs ul li:last-child:after{
        border-bottom: none;
    }
    .blog-details aside .tags ul li{
        padding: 5px 6px;
        background: rgba(15, 179, 240, 0.90);
        border-radius: 5px;
        font-size: 11px;
    }
    .blog-details aside .tags ul li a{
        color: #fff;
        text-decoration: none;
    }

.bread-crumbs ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.bread-crumbs ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-size: 14px;
}
.bread-crumbs ul li:after {
    position: absolute;
    content: '/';
    height: 100%;
    width: 5px;
    top: 0px;
    right: -10px;
}
.bread-crumbs ul li:last-child:after{
    display: none;
}
.breadcrumbs {
    background: #f7f7f7;
}
.blog-details .txt{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.page-breadcrumb .breadcrumb{
    background: transparent;
}
.page-breadcrumb {
        padding: 10px 0;
}
.page-breadcrumb .breadcrumb {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.page-breadcrumb a {
    color: #132867;
}
.about h2,
.about h4{
    font-family: 'Roboto', sans-serif !important;
    color: #132867;
    font-weight: 400;
    font-size: 26px;
}
/*.content.pdb0 {
    padding-top: 15px;
}*/
.about p,
.about li{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    list-style: none;
    margin-bottom: 20px;
}
.team p{
    min-height: 5px !important;
    margin-bottom: 10px;
}
.card-header{
    background-color:transparent !important;
    border-bottom: 0px !important;
    padding: 0px !important;
}
.card h5 button {
    background: #EDEDED !important;
    padding: 10px 45px;
    color: #EC3339;
}
.card button {
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background: #f3f3f3;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.card button:before {
    content: "";
    width: 22px;
    height: 22px;
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 13px;
    background-image: url('../images/Global-Presence_20.png');
    background-repeat: no-repeat;
}
.card button.collapsed:before {
    background-image: url('../images/Global-Presence_22.png');
    background-repeat: no-repeat;
}
 .card-header {
    border-bottom: 0px;
}
.card-body{
    /*padding: 0px;*/
}
.card{
    border:0px !important;
    margin-bottom: 20px;
}
.btn-link:hover {
    text-decoration: none !important;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none !important;
}




.content.pdb0 p.text-default a {
    color: #fff !important;
    background: #132867;
    padding: 10px 15px;
    border-radius: 18px;
    margin-top: 10px;
    float: left;
}
.about h3{
    color: #132867;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.about .space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.topbar {
    font-size: 13px;
    border-bottom: dashed 1px #e2e6ea;
    font-weight: 400;
    display: none;
}
.topbar .d-none.d-sm-none p {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.header-link {
    border-left: dashed 1px #e2e6ea;
    height: 40px;
    float: left;
    padding-left: 14px;
    line-height: 28px;
    padding-right: 14px;
    padding-top: 5px;
}
.header-block {
    float: right;
}
.anchor-link {
    color: #000;
}
.welcome-text {
    padding-top: 11px;
    text-transform: capitalize;
}
p{
    margin-bottom: 0px;
}
.sidebar-social-list{
position: fixed;
left: 0px;
top: 40%;
width: 30px;
z-index: 99;
list-style: none;
padding: 0px;
}
ul.sidebar-social-list li:nth-child(1) {
background-color: #3b5998;
}
ul.sidebar-social-list li a {
list-style-type: none;
float: left;
display: inline-block;
width: 25px;
vertical-align: middle;
margin: 2px;
height: 25px;
color: #fff;
}
ul.sidebar-social-list li{
float: left;
text-align: center;
}
ul.sidebar-social-list li:nth-child(2) {
background-color: #0084b4;
}
ul.sidebar-social-list li:nth-child(3) {
background-color: #bd081c;
}
ul.sidebar-social-list li:nth-child(4) {
background-color: #cd201f;
}
ul.sidebar-social-list li:nth-child(5) {
background-color: #0077b5;
}
.owl-theme .owl-nav{
    display: none !important;
}
.index-featured-products h4 a{
    font-size: 16px;
    font-weight: 400;
}
.about-block h2,
.vision-center h3 {
    color: #212529;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
}
.vision-center h3 {
    margin-top: 20px;
}
.about-block .btn-default {
    font-size: 15px;
    text-transform: capitalize; 
}
.page-header {
    padding: 125px 0px 80px 0px;
    border-bottom: transparent;
    background-image: url('../images/about_banner.jpg');
    background-size: auto;
    background-size: cover;
    min-height: 415px;
    background-attachment: fixed;
}
.about_back{
    background-image: url('../images/about_back.jpg');
}
.contact_back{
    background-image: url('../images/contact_slider.jpg');
}
.donation_slider{
    background-image: url('../images/donation_slider.jpg');
}
.event_back{
    background-image: url('../images/event_back.jpg');
}
.Gallery-Slider{
    background-image: url('../images/Gallery-Slider.jpg');
}
.LVC-Slider{
    background-image: url('../images/LVC-Slider.jpg');
}
.training_course_slider{
    background-image: url('../images/training_course_slider.jpg');
}
#banner img{
    max-height: 800px;
}

.auditorium_page{
    background-image: url('../images/Auditorium-banner_thumb.jpg');
}
.lowa_back{
    background-image: url('../images/lowa.jpg');
}
.auditorium-page{
    padding: 50px 0;
}
.auditorium-page p{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}
.auditorium-page h6.slider-title {
    background: #3C3B71;
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    padding: 10px 20px;
}
.page-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.page-description {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.img-responsive{
    width: 100%;
}
.about h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #212529;
    font-weight: 600;
    font-size: 22px;
}
.fac_li li{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.about ul{
    padding: 0px;
    list-style: unset;
    padding-left: 15px;
}
.vision {
    padding: 60px 0;
    position: relative;
    background: #f8f9fa;
    margin-top: 60px;
}
.about .col-xl-7,
.about .col-xl-5{
    margin-top: 40px;
}
.vision h3,
.other-facilities h3{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #212529;
}
.vision p{
    font-weight: 300;
    line-height: 28px;
}
.other-facilities{
    padding: 5px 0 50px 0;
}
.other-facilities li{
    position: relative;
}
.other-facilities li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 17px;
    color: #212529;
    content: '\f058';
    font-weight: 300;
}
.other-facilities ul{
    padding: 0px;
    list-style: none;
}
.other-facilities li {
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
}
.productivities h3 {
    text-align: center;
    color: #212529;
    margin-top: 45px;
    margin-bottom: 20px;
}
.productivities .pro-box {
    background: #faf1e1;
    text-align: center;
    padding: 30px 20px;
    min-height: 251px;
    margin-bottom: 40px;
}
.productivities .pro-box h4{
    color: #212529;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.productivities .pro-box p{
    font-weight: 400;
    margin-top: 20px;
    font-size: 15px;
    min-height: 120px;
}
.productivities .text-center a {
    background: #F12A02;
    margin-top: 5px;
    padding: 7px 15px;
    color: #fff;
}
.map {
    margin-top: 50px;
}
.card h4{
    font-size: 18px;
    font-weight: 600;
}
.card li {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
    /*padding-left: 32px;*/
}
.contact-main .col-xl-6{
    margin-top: 40px;
}
.contact-main input{
    margin-top: 20px;
}
.card ul li:after {
    position: absolute;
    z-index: 1;
   /* content: "";*/
    left: 0px;
    height: 30px;
    width: 30px;
    top: 0px;
    background-image: url('../images/manufacturing_13.png');
    background-repeat: no-repeat;
    top: 2px;
}
#accordionExample{
    margin-bottom: 50px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.contact-main textarea{
    resize: none;
    margin-top:20px;
}
.contact-main button {
    background: #F12A02;
    color: #fff;
    margin-top: 20px;
    border: 0px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
}
.suc_pop .modal-content{
    background-image: url('../images/su-pop.png');
    background-size: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 4px solid #466896;
    background-repeat: no-repeat;
}
.suc_pop p.suc_mg{
    padding-top: 220px;
    color: #154186 !important;
    text-transform: uppercase;
}
.suc_pop .modal-header{
    border: 0px !important;
}
.suc_pop .close span{
    color: #fff;
}
.suc_pop .close {
    background: #72D2ED;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 0px;
    z-index: 999;
}
.pop_social li{
    list-style: none;
    display: inline;
}
.pop_social {
    text-align: center;
    padding:0px;
}
.pop_social i{
    color: #154186;
    width: 34px;
    line-height: 30px;
    border: 2px solid #154186;
    border-radius: 50%;
    margin: 0 6px;
}
.modal-backdrop.show {
    opacity: .7 !important;
}
.suc_pop .modal-header {
    background: transparent;
}
.events-page {
    padding: 40px 0 50px 0;
}
.events-page h2 {
    margin-bottom: 50px;
}
.events-page h5 {
    margin-top: 27px;
    font-size: 17px;
    font-weight: 500;
}
.events-page .col-md-3{
    margin-bottom: 40px;
}
.events-page h5 a{
    color: #3C3B71;
}
.event-detail {
    margin: 70px 0;
}
.event-detail img{
    margin-bottom: 40px;
}
.loc_time{
    padding-left: 0px;
    list-style: none;
}
.loc_time i {
    font-size: 23px;
    width: 28px;
}
.loc_time .fa-calendar{
    font-size: 18px;
}
.loc_time li{
    margin-bottom: 13px;
    color: #3C3B71;
    font-weight: 600;
}
.event-detail .col-md-7 {
    padding-top: 20px;
}
.event-detail .col-md-7 h6,
.event-detail .col-md-8 h6{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.event-detail font{
    font-size:16px !important;
    color: #000 !important;
    font-weight: 300;
}
.event-detail p b{
    font-weight: 500;
    color: #000;    
}
.events-page font,
.events-page span,
.events-page p {
    font-weight: 300;
    font-size: 15px !important;
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
}   
.gallery h3 {
    text-align: center;
    margin-top: 22px;
    font-family: 'Roboto', sans-serif !important;
    color: #3C3B71;
    font-weight: 500;
    font-size: 22px;
    position: relative;
}
.gallery {
    margin-bottom: 70px;
}
.gallery .col-xl-3{
    margin-top: 30px;
}
.product-section h4{
    text-align: left;
    font-size: 24px;
}
.product-section h4 a {
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    float: left;
    width: 100%;
    padding-left: 20px;
}
.read_more{
    background: #231f20;
    color: #fff;
    margin-top: 22px;
    float: left;
    padding: 7px 20px;
    border-radius: 12px;
    margin-left: 20px;
}
.read_more:hover{
    color: #fff;
}
#slider3 p{
    text-align: left;
    margin-top: 20px;
    float: left;
    margin-bottom: 10px;
    padding-left: 20px;
}
.event-detail a{
    background: #3C3B71;
    color: #fff;
    margin-top: 25px;
    float: left;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 13px;
}
@media(max-width: 767px){
.topbar{
    display: none !important;
}    
header.header img {
    max-width: 42px;
}
.menu-toggle {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
header.header{
    margin-top: 0px;
    background: #fff !important;
}
.stellarnav.mobile ul{
    background: #212529;
}
.stellarnav li a,
.stellarnav.mobile.left .close-menu, 
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile li a{
    color: #fff;
}
.stellarnav.mobile.left>ul, 
.stellarnav.mobile.right>ul{
    z-index: 99999;
}
.stellarnav a.dd-toggle .icon-plus:after, 
.stellarnav a.dd-toggle .icon-plus:before,
.stellarnav .icon-close:after,
.stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;

}
.brand.logo h6{
    display: none;
}

}

.vision-center {
    padding: 50px 0;
}
.donate-section {
    background: rgba(60,59,113,0.9);
}
.donate-section h5{
    font-weight: 400;
    max-width: 450px;
    font-size: 19px;
    margin-bottom: 0px;
    line-height: 28px;
    margin: 20px 0;
    color: #fff;
}
.donate-section a {
    background: #F12A02;
    color: #fff;
    padding: 8px 25px;
    float: right;
    border-radius: 6px;
    margin-top: 29px;
    text-transform: uppercase;
}
.product-section a{
    background: #F12A02;
    border-radius: 6px;
    outline: none;
    border: 0px;
    padding: 10px 25px;
    margin-top: 12px;
    color: #fff;
}
#menu-main-menu li ul li:hover>ul {
    right: -220px !important;
    top: 0px;
}
.content .col-xl-6 figcaption,
.event-detail .col-md-4 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content .col-xl-6 figcaption::before,
.event-detail .col-md-4 figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.content .col-xl-6:hover figcaption::before,
.event-detail .col-md-4:hover figcaption::before  {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.content .col-xl-6,
.event-detail .col-md-4 {
    overflow: hidden;
}
.facilities {
    margin: 40px 0;
}
.facilities h4 {
    font-size: 20px;
}
.productivities.team .pro-box{
    min-height: 145px;
    transition: 0.4s ease-in-out;
}
.productivities.team .pro-box h4{
    font-size: 17px;
    margin-bottom: 0px;
    min-height: 40px;
}
.productivities.team .pro-box p {
    margin-top: 10px;
    text-align: center;
}
.productivities.team .pro-box:hover {
    transform: scale(1.10);
    z-index: 999;
}
/*.productivities.team{
    background: #f8f9fa;
    padding-top: 35px;
}*/
.low_vision {
    margin-bottom: 35px;
}
.low_vision h3{
    font-size: 22px;
}
.low_vision.other-facilities{
    padding: 0px;
}
.slider-captions {
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: 9;
    max-width: 600px;
}
.slider-title {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
    letter-spacing: -1px;
}
.dotted-line {
    border-bottom: 1px dotted #fff;
}
.donate_button a{
    background: #F12A02;
    color: #fff;
    padding: 8px 17px;
    border-radius: 6px;
    float: left;
    margin-left: 10px;
}
.vision-center h5{
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
}
.vision-center ul{
    padding-left: 15px;
    list-style: unset;
    text-transform: capitalize;
}
.offline-page {
    padding: 50px 0;
}
.offline-page input,
.offline-page textarea{
   width: 100%;
    margin-bottom: 20px;
    resize: none;
    padding-left: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
}
.offline-page textarea{
    height: 80px;
    padding-top: 8px;
}
.offline-page h3 {
    margin-bottom: 20px;
}
.offline-page input[type="submit"]{
    background: #F12A02;
    color: #fff;
    border: 0px;
    width: 170px;
    font-weight: 500;
    font-size: 17px;
    height: 45px;
    border-radius: 6px;
}
.online-page h3{
    color: #171717;
    font-size: 19px;
    font-weight: 400;
    margin-top: 30px;
}
.online-page .col-md-6{
    margin-top: 40px;
}
.online-page a{
    border: 1px solid #F12A02;
    padding: 14px 14px;
    color: #F12A02;
    border-radius: 6px;
}
.online-page a:hover{
    background: #F12A02;
    color: #fff;
}
.online-page p,
.online-page td {      
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.online-page{
    margin-bottom: 40px;
}
.truste-list li{
    position: relative;
}

.truste-list li:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -15px;
    background: #132867;
    top: 8px;
}

.events-page .col-md-9 p,
.events-page .col-md-9 span,
.events-page .col-md-9 span font {
    font-weight: 300;
    font-size: 16px !important;
    line-height: 24px;
    font-family: 'Roboto', sans-serif !important;
}
.course-full-description a{
    float: none !important;
    color: #F12A02 !important;
    font-size: 16px !important;
    padding: 0px !important;
    font-family: 'Roboto', sans-serif !important;
}
.course-full-description div{
    font-weight: 300;
}
.vision-center p{
    text-align: justify;
}

.admission-page {
    margin-top: 60px;
    margin-bottom: 50px;
}
.admission-page h4{
    font-family: 'Roboto', sans-serif !important;
    color: #3C3B71;
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}
.admission-page h1{
    font-family: 'Roboto', sans-serif !important;
    color: #3C3B71;
    font-weight: 500;
    font-size: 21px;
    position: relative;
    margin-top: 15px;
}
.admission-page h5,
.admission-page h3{
    font-family: 'Roboto', sans-serif !important;
    color: #3C3B71;
    font-weight: 500;
    font-size: 21px;
}
.admission-page .col-md-6,
.admission-page .col-md-12,
.admission-page .col-md-3  {    
    margin-top: 15px;
 } 
.admission-page label{
    width: 100%;
    color: #3C3B71;
    font-weight: 500;
    font-size: 15px;
}
.admission-page input[type="radio"],
.admission-page input[type="checkbox"] {
    margin-right: 6px;
    margin-top: 5px;
    float: left;
}
.admission-page .redio_bt {
    float: left;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.note-content ul,
.noot_book ul{
    padding-left: 0px;
    list-style: none;
}
.note-content ul li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}
.note-content .text-danger {
    float: left;
    width: 100%;
    font-size: 14px;
}
.admission-page .noot_book h4,
.admission-page .noot_book h5 {
    font-size: 16px;
}
 .noot_book li{
     font-size: 15px;
    font-weight: 300;
    margin-bottom: 6px;
 }
.admission-page h2{
    font-size: 22px;
}
.admission-page .text-danger{
    float: left;
    width: 100%;
}

.course-full-description b{
    font-weight: 500;
    color: #000;
}
#banner{
    position: relative;
}
#banner .owl-item:after{
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.6);
}
.phone_91:after{
    content: "+91";
    width: 20px;
    height: 40px;
    font-size: 15px;
    position: absolute;
    left: 20px;
    top: 40.5px;
    color: #555;
}
.phone_91 input{
    padding-left: 40px;
}
.degree_detail textarea,
.any_others textarea{
    resize: none;
    height: 130px;
}

.phone_91:before{
    content: "";
    width: 1px;
    height: 36px;
    font-size: 15px;
    position: absolute;
    left: 50px;
    top: 32.5px;
    background-color: #495057;
}

@media(min-width: 1080px){
.degree_detail,
.any_others {
    margin-top: 115px !important;
}


}















