.my-logo img 
{
    width: 46%;
    padding: 5px 0px;
    margin-left: 50px;
}
.my-logo 
{
	
    z-index: 1;
    width: 100%;
}
.gurudas 
{
    background-image: url(../images/abt-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.event-date:hover
{
    background: white !important;
    border-color: #7b6cd5;
    border: 2px solid #7b6cd5;
    color: #7b6cd5;
}
.event-date:hover a 
{
	color: #7b6cd5;
}
.aabt-carousel .owl-nav{
    float: right;
}
.aabt-carousel .owl-nav .owl-prev {
    background: black !important;
    padding: 0px 16px !important;
}
.aabt-carousel .owl-nav .owl-next {
    background: black !important;
    padding: 0px 16px !important;
}
.video-carousel .owl-nav {
    /*display: none !important;*/
}
.abtcaroselimage img {
    width: 98% !important;
}
.ttc {
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.gallery img 
{
	width: 100%;
	margin-top: 10px;
    
}
.scrol span {
    position: absolute;
    background: black;
    color: white;
    padding: 2px 7px;
    z-index: 9999;
}
.scrol {
    position: relative;
}
.scrol marquee {
    background: black;
    color: white;
    padding: 3px 0px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.scrol marquee a 
{
	padding: 0px 30px;
}
.footer-logo 
{
	text-align:left;
}
.ft-logo img {
    width: 100%;
    padding: 6px 13px;
}
.home.demo3 {
    background-image: url(../images/slider/02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.news ul li {
    list-style: none;
    font-size: 15px;
    padding: 20px 0;
    font-weight: 400;
    text-align: center;
    color: white;
    border: 1px solid white;
}
.news ul {
    padding: 0;
}
.main-title .news:before, .main-title .news:after 
{
	background: black !important;
}
.main-title .news .flaticon-chakra:before 
{
	color: black !important;
}
.music-image img:hover {
    border: 4px solid white;
    transition: 0.5s;
    transform: scale(1.1);
}
.bb-news {
    width: 70%;
    background: black;
    height: 1px;
    margin: auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled 
{
    display: block;
    position: relative;
}
.owl-theme .owl-nav [class*=owl-] {
    color: white;
    font-size: 14px;
    margin: 2px;
    padding: 7px 13px;
    background: #c58d38;
    display: inline-block;
    cursor: pointer;
}
.ps-btn 
{
    width: 100%;
    text-align: center;

}
/*.upevent 
{
    background-image: url(../images/bg/news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ff0052 !important;
    background-blend-mode: multiply;
    background-attachment: fixed;
}*/
/*.cr-bg 
{
    background-image: url(../images/bg/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000061;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.galery-bg 
{
    background-image: url(../images/bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000061;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
*/
/*slider*/
    .rslides1_nav.prev, .rslides1_nav.next{
    position: absolute;
    top: 0;
    font-size: 25px;
    z-index: 9;
    top: 45%;
    background: #c58d38;
    padding: 7px 15px;
    border-radius: 3px;
    font-weight: 900;
    color: white;
}

.rslides1_nav.next
{
    right:20px;
}
.rslides1_nav.prev 
{
  left: 20px;
}
section
{
    padding-top:50px;
}
.divider-two {
    margin: 20px auto;
    width: 150px;
    border-top: 1px solid #fff;
}
.abt-btn a {
    background: white;
    color: black;
}
.abt-btn 
{
    text-align: center;
}
.readmore 
{
    background: black;
    margin-bottom: -6px;
    text-align: center;
    padding: 3px 18px;
}

.readmore i {
    font-size: 12px;
}
.pr-list li {
    font-size: 14px !important;
}
.space {
    padding: 80px 0px;
}
.contact-box {
    text-align: left;
    padding: 12px 19px;
    color: white;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 27%);
}
.content-box h5 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.reg a:hover {
    box-shadow: 4px 3px 0px 0px rgb(255 255 255);
    transition: 0.5s;
}
.reg a {
    text-transform: none;
    background: red;
    border: none;
    padding: 10px 28px;
    border-radius: 1px;
    color: white;
    transition: 0.5s;
    text-transform: uppercase;
}
.rg-header a:hover {
    box-shadow: 4px 3px 0px 0px rgb(0 0 0);
    transition: 0.5s;
    color: black;
}
.rg-header a 
{
    background:white;
    padding:0px 14px;
    color:black;
    font-size:14px;
}
.blink-bg a{
	color: #fff;
	padding: 2px 16px;
	display: inline-block;
	border-radius: 5px;
	animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
	0%		{ background-color: white;}
	25%		{ background-color: black;}
	50%		{ background-color: #ef0a1a;}
	75%		{ background-color: #254878;}
    100%	    { background-color: #04a1d5;}
}
.upcoming-img img
{
    width: 100%;
}
.upcoming-head h3 {
    text-align: center;
    color: white;
    background: red;
    font-family: 'Poppins';
    padding: 3px 0;
}
/*.owl-next, .owl-prev {
    background: black !important;
    font-size: 27px !important;
    padding: 5px 0px !important;
    margin: 0px 1px !important;
}*/
.pre-img img:hover {
    box-shadow: 11px 9px 0px 0px rgb(0 0 0);
}
.sp-img 
{
    margin-top:15px;
}
.pre-img img {
    border: 4px solid #ea0c12;
}
.red-bg 
{
    background:#019bfa;
}
.about-content p {
    text-align: justify;
}
/*banner*/
.about-bg {
    position: relative;
    background: url(../images/about/about-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 440px;
    text-align: center;
    background-blend-mode: multiply;
}
/*banner*/
.fc-box {
    background: white;
    padding: 25px 25px;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 2px 3px 7px 0px rgb(0 0 0 / 25%);
}
.faculty-content h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.team-bg 
{
    position: relative;
    background: url(../images/team/team-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 440px;
    text-align: center;
    background-blend-mode: multiply;
}
.event-img:hover {
    transform: scale(1.1);
    transition: 0.5s !important;
}
.event-img:hover {
    transition: 0.5s;
}
.yt-videowow {
    border: 4px solid #c58d38;
}
.gallery img {
    border: 4px solid #c58d38;
}   
.sp-img img 
{
    border: none;
    background: white;
}

.bg-head {
    background: linear-gradient(45deg, #019bfa, black);
    padding: 50px 0px;
}
.bg-head h2 {
    color: white !important;
    font-size: 45px !important;
    font-weight: 300 !important;
}
.crs_button {
    background:#01355c;
    width: 20%;
    padding: 8px 7px;
    text-align: center;
    margin: auto;
}

.crs-content p {
    color: white;
    font-size: 20px;
}
.about-info h4 span {
    font-family: 'Pacifico', cursive;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 35px;
}
.main-title p {
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 700;
}
.about-info h4 {
    color: black !important;
    font-size:29px !important;
}
.about-img img {
    width: 100%;
}
.stroke 
{
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #141316, 1px -1px 0 #141316, -1px 1px 0 #141316, 1px 1px 0 #141316;
}

.new-head h2 {
    font-size: 65px !important;
    color: black !important;
}
.new-head {
    text-align: right !important;
    margin-bottom: 50px !important;
}
.new-head-2 {
    text-align: left !important;
    margin-bottom: 50px !important;
}
.new-head-2 h2 {
    font-size: 65px !important;
    color: black !important;
}
.succes-video h3 {
    color: #7d7c7c;
    font-weight: 800;
    font-family: 'Urbanist';
    font-size: 22px;
}
.cut-bg 
{
    background-image: url(../images/bg/cut-bg.png);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: rotateX(180deg);
    margin-top: -51px;
}
.choose-content p {
    font-family: 'Urbanist';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 21px;
}   
.ev-15 {
    margin: auto;
    margin-bottom: 20px;
}
.ev-16 {
    margin: auto;
}
.offer p {
    color: white;
    font-family: 'Urbanist';
}

.offer h3 {
    color: white;
    font-family: 'Urbanist';
    font-size: 25px;
    text-transform: capitalize;
}
.service-img img {
    width: 100%;
    margin: 15px 0px;
    box-shadow:1px 2px 8px 0px rgb(0 0 0 / 27%);
}
.sr-offer 
{
    box-shadow:1px 2px 8px 0px rgb(0 0 0 / 27%);
}
.offer h3 {
    padding: 5px 0px;
    text-align: center;
}
.inner-page-head h2 {
    color: white;
    font-weight: 600;
    font-family: 'Urbanist';
}

.inner-top {
    background: #323232;
    text-align: center;
    padding: 50px 0px;
}
.footer-item {
    margin-left: 24px;
}
.fadeInRight {
  animation-duration: 2s; /* don't forget to set a duration! */
}
.fadeInLeft {
  animation-duration: 2s; /* don't forget to set a duration! */
}
.fadeInDown {
  animation-duration: 2s; /* don't forget to set a duration! */
}
.blackbgg {
    background: black !important;
}
.blackbgg h2 {
    color: white !important;
}
.blackbgg .offer {
    border-right: 3px solid #fe6e18 !important;
    border-bottom: 3px solid #fe6918;
}
.whitebgg {
    background: #f9f9f9;
}
.offer {
    background: black;
    padding: 0px 0px;
    border-left: 3px solid #000000;
    margin-bottom: 15px;
    border-top: 3px solid black;
}
.offer img {
    width: 100%;
}
.footer-item h3 {
color: #c58d38;
    font-weight: 400;
    font-family: urbanist;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 29px;
    padding: 30px 0;
}
.scroll 
{
    height: 400px;
    overflow: scroll;
    padding: 27px 0;
    padding-right: 20px;

}
.ev-15 img, .ev-16 img {
    width: 100%;
}
.inner-pages 
{
    position: relative;
    padding: 100px 0px;
    margin-bottom: 80px;
}
.innerhead-fixed {
    position: fixed;
    margin-left: -63px;
}
.work 
{
    background: black;
}
h2.title-effect.text-white {
    font-size: 44px;
}
p.text-white {
    font-size: 20px;
}
.ft-content {
    font-size: 18px !important;
    margin-top: -25px;
    color: #e3dede !important;
    font-family: 'Urbanist';
}
.feature-step {
    margin-top: 20px;
    border: 1px solid white;
    padding: 11px 21px;
    height: 212px;
    box-shadow: 0px 0px 8px 0px rgb(255 255 255 / 56%);
}
.feature-step h1 {
    font-size: 60px;
}
.feature-step h3 {
    font-weight: 300;
    margin: 30px 0 20px;
}
.text-white {
    color: #fff!important;
}
.footer-menu ul li {
    /*display: inline-block;*/
    margin: 20px 10px;
    margin-bottom: 0px !important;
}
/*form*/
.landing_form form {
    padding: 15px;
    margin: 0 20px;
}
.landing_form h3 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
}
.landing_form input[type="submit"], .landing_form input[type="button"] {
    cursor: pointer;
    background: #000000;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.landing_form input {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    color: #000;
}
.landing_form textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}
.landing_form {
    position: absolute;
    bottom: 95px;
    background: #00000082;
    z-index: 111;
    width: 30%;
    right: 6%;
}
.footer-item p {
    color: white;
    font-family: 'Urbanist';
}
.footer-form .landing_form input[type="submit"], .landing_form input[type="button"] {
    background: #ff4700;
    color: white;
    font-weight: 600;
}
.footer-form .landing_form {
    position: inherit;
    width: 100%;
}

.about-info h4 {
    color: white !important;
    background: black;
    padding: 7px 0px;
    text-align: center;
    margin-top: -20px;
    margin-left: -21px;
    margin-right: -20px;
    border: 1px solid #c58d38;
}

.about-info p {
    color: white;
        margin-top: 10px;

}
.update-img 
{
    margin-bottom: 30px;
}
.about-info img
{
    width: 100%;
    margin: 14px 0px;
}
.about-info {
    background: #c58d38;
    padding: 20px 20px;
}
.fm-desktop 
    {
        display: block;
    }
    .form-mobile 
    {
        display: none;
    }
/*form*/
.header-pages h2 {
    color: white !important;
}
.header {
    background: black;
}
.header-pages {
    margin: auto;
}
/*.about-button a:hover {
    padding: 15px 30px;
    transition: 0.5s;
}*/
.about-button {
    margin: auto;
    margin-top: 40px;
}
.music-image img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #c58d38;
    transition: 0.5s;
}
.footer-item a img 
{
    width: 100%;
}
.social-icons ul li {
    display: inline-block;
    margin-left: 11px;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid #be8836;
    padding: 7px 16px;
    background: #be8836;
    transition: 0.5s;
}
.social-icons ul li:hover 
{
    background:none;
    transition: 0.5s;
    transform: scale(1.2);
}
.social-icons {
    display: flex;
    justify-content: center;
}
.about-button a {
    background: #c58d38;
    padding: 15px 15px;
    transition: 0.5s;
}
.gal-image img 
{
    width: 100%;
}
.gal-image {
    transition: 0.5s;
    width: 90%;
    margin: auto;
}
.gal-image:hover {
    transition: 0.5s;
    width: 85%;
}

.yt-video:hover {
    border: 4px solid #c58d38;
}
.social-media li {
    margin: 4px !important;
}
.inner-about p {
    color: #aaaaaa;
    font-family: 'Montserrat', sans-serif;

}
.project-head h3 {
    color: #c58d38;
    font-family: 'Montserrat';
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.inner-about-carousel .owl-nav .owl-prev {
    padding: 1px 24px;
}
.inner-about-carousel .owl-nav {
    float: right;
}
.inner-about-carousel .owl-nav .owl-next {
    padding: 1px 24px;
}
.content-box p {
    color: #c6c4c4;
    font-family: 'Montserrat';
    margin: 0;
    font-size: 16px;
    margin-left: -14px;
}
.content-box p:hover a {
    color: #f76e2a;
}
.contact-image img {
    width: 83%;
    float: right;
    border: 1px solid white;
    padding: 14px;
}

.inner-about p a i:hover {
    color: red;
}
.update-year-head h3 {
    color: white;
    font-family: 'Montserrat';
    padding: 10px 0;
    text-align: center;
    background: #c58d38;
}
.update-img img {
    width: 100%;
    border: 4px solid #c58d38;
    /*margin-bottom: 30px;*/
}  
.update-year-head {    
    margin-bottom: 30px;
}   
.update-year-head h3:hover {
    background: white;
    color: black;
}
.project-name {
    color: white;
    text-align: center;
    font-family: 'Urbanist';
    font-size: 28px;
    background: #c58d38;
    padding: 7px 0;
}
@media (max-width: 768px)
{
	.flaticon-lotus 
	{
		display: none;
	}
	.my-logo img
	{
	    width:65%;
	    padding:8px 0px;
	}  
	.home.demo3 
	{
	    background-repeat:no-repeat;
	}
	.home 
	{
	    height:27vh !important;
	}
    .innerhead-fixed {
        position: inhe;
        margin-left: 0px;
    }
    .offer {
        height:auto;
    }
    .landing_form {
        position: inherit;
    }
    .fm-desktop 
    {
        display: none;
    }
    .form-mobile 
    {
        display: block;
    }
    .form-mobile .landing_form {
        width: 100%;
        margin-left: 21px;
        margin-bottom: -140px;
    }
    .rslides1_nav.prev, .rslides1_nav.next {
    position: absolute;
    top: 0;
    font-size: 20px;
    z-index: 9;
    top: 26%;
    background: #c58d38;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 900;
    color: white;
    }
.about-info {
    margin-bottom: 30px;
}

.footer .footer-top .social-media {
    text-align: center;
}
.music-image img {
    margin-bottom: 30px;
    width: 80%;
}
.music-image {
 text-align: center;
}
.navbar-nav {
     margin-right: 0px !important; 
    background: black;
    padding: 0px 29px;
}
.header-inner .my-logo {
    width: 70% !important;
}
.my-logo img {
    margin-left: 0;
}
.footer-logo {
    text-align: center;
}
.ft-logo img {
    width: 70%;
    padding: 6px 13px;
}
}