body{
	font-family: 'Nunito' !important;;
    --RedColor: #981201;
    --YellowColor: #fcb23d;
    --BrownColor:#0c0000;
    --BlackColor:#0c0000;
    background: #fee8c4;
    color: #372b18;
}

button{
    outline: none !important;
    transition-duration: 0.3s;
}

p{
    font-size: 16px;
    list-style: 26px;
    color: #372b18;
}

a{
    outline: none !important;
    transition-duration: 0.3s;
}



@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        /* padding-left: 20px;
        padding-right: 20px; */
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
		z-index:1200;
		background-color:rgba(252,179,70,0.96);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-collapse.collapsing {
        left: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	
	.navbar-light .close_btn{
		color:var(--YellowColor) !important;
		right:0px;
		top:0px !important;
		margin-left:-20px;
		background-color:#cdab81;
		width:40px;
		height:40px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		color:#5d2701 !important;
	}
	
	
	
	.menu-wrapper .navbar .navbar-nav {
		margin-top:50px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		padding:0px 10px !important;
		line-height:40px !important;
	}
	
	.menu-wrapper .navbar .dropdown .dropdown-menu{
		padding:10px 10px !important;
		
	}
}


.dropdown:hover>.dropdown-menu {
    display: block;
  }

.header-wrapper{
    width: 100%;
    background: url(../img/header-bg.jpg) repeat var(--RedColor);
    /* min-height: 140px; */
}

.header-wrapper .col-lg-6 span{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: block;
}

.header-wrapper .col-lg-3 span{
    width: 100%;
    position: relative;
    padding-left: 60px;
    display: block;
    margin-top: 42px;
} 

.header-wrapper .col-lg-3 span font{
    width: 45px;
    height: 45px;
    border: 2px solid var(--YellowColor);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--YellowColor);
    text-align: center;
    line-height: 43px;
}

.header-wrapper .col-lg-3 span h3{
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color: var(--YellowColor);
}

.header-wrapper .col-lg-3 span h3 a{
    color: var(--YellowColor);
    text-decoration: none;
}

.header-wrapper .col-lg-3 span h6{

    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: 50px;
    color: var(--YellowColor);
}

.header-wrapper .col-lg-3 span h6 a{
    color: var(--YellowColor);
    text-decoration: none;
}

.menu-wrapper{
    width: 100%;
    background: var(--YellowColor);
}

.menu-wrapper ul li{
    padding: 0;
    margin: 0;
}

.menu-wrapper ul li a{
    padding: 12px 12px !important;
    margin: 0;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #3c0000 !important;
    font-weight: 500;
}

.menu-wrapper .navbar{
    padding: 0;
    background: none !important;
}

.menu-wrapper ul li a:hover{
    background: #3c0000;
    color: var(--YellowColor) !important;
}

.footer-bg{
    width: 100%;
    background: url(../img/footer-bg.jpg) var(--RedColor);
    display: block;
    float: left;
}

.footer-bg ul{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 45px 0px;
    display: block;
}

.footer-bg ul li{
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
}

.footer-bg ul li a{
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--YellowColor);
    text-align: center;
    border-radius: 50%;
    display: block;
    color: var(--YellowColor);
    line-height: 42px;
}

.footer-bg ul li a:hover{
    background: var(--YellowColor);
    color: var(--BrownColor);
}

.footer-btm{
    width: 100%;
    border-top: 2px solid var(--YellowColor);
    min-height: 70px;
}

.footer-btm p{
    color: #fee8c4;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 68px;
}
.footer-btm a{
    color: #fee8c4;
    cursor: pointer;
}
.footer-btm a:hover{  
   text-decoration: underline !important;
}
.footer-btm .col-lg-6:last-child p{
    width: 100%;
    text-align: right;
   
}

.footer-btm .col-lg-6:last-child p a{
    color: #fee8c4;
    text-decoration: none;
}

.footer-btm .col-lg-6:last-child p a:hover{
    color: var(--YellowColor);
}

.newsevents-wrap .news-item-con{
    width: 100%;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.newsevents-wrap .news-item-con span{
    width: 100%;
    background: var(--RedColor);
    height: 240px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.newsevents-wrap .news-item-con span font{
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid var(--YellowColor);
    display: block;
    border-radius: 50%;
    text-align: center;
    color: var(--YellowColor);
    line-height: 46px;
    left: 50%;
    margin-left: -25px;
    top: 40%;
    margin-top: -25px;
    z-index: 990;
    opacity: 0;
    transition-duration: 0.3s;
}

.newsevents-wrap .news-item-con:hover font{
    opacity: 1;
    top: 50%;
}

.newsevents-wrap .news-item-con:hover img{
    opacity: 0.2;
}

.newsevents-wrap .news-item-con span font:hover{
    background: var(--YellowColor);
    color: var(--BrownColor);
}

.newsevents-wrap .news-item-con span img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.newsevents-wrap .news-item-con h6{
    padding: 0px;
    margin: 18px 0px 0px 0px;
    font-size: 18px;
    color: var(--BrownColor);
    font-weight: 500;
    line-height: 24px;
}

.newsevents-wrap .news-item-con .news-date{
    background: rgba(252,179,70,0.9);
    width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 990;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px 8px 0px;
}

.newsevents-wrap .news-item-con .news-date h2{
    color: var(--BrownColor);
    font-weight: 900;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: normal;
}

.newsevents-wrap .news-item-con .news-date h6{
    color: var(--BrownColor);
    font-weight: 900;
    padding: 0;
    margin: -3px 0px 0px 0px;
    font-size: 15px;
    line-height: normal;
}

.page-heading{
    width: 100%;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--BlackColor);
    padding: 0;
    margin: 0px 0px 26px 0px;
}

.newsevents-wrap{
    margin-top: 100px;
    margin-bottom: 100px;
}

.newsmiddle-scroll{
    width: 100%;
    min-height: 45px;
    border-radius: 30px;
    background: var(--YellowColor);
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
    position: relative;
    z-index: 900;
    margin-bottom: -23px;
}

.newsmiddle-scroll marquee{
    font-weight: 500;
    font-size: 21px;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.upadevas-wrapper{
    width: 100%;
    background: url(../img/header-bg.jpg) var(--RedColor);
    padding-top: 90px;
    padding-bottom: 80px;
}

.upadevas-wrapper h2{
    color: var(--YellowColor);
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.upadevas-wrapper .upadevas-item h6{
    width: 100%;
    padding: 0;
    margin: 18px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fee8c4;
    font-weight: 500;
    transition-duration: 0.3s;
}

.upadevas-wrapper .upadevas-item span{
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 210px;
    display: block;
    background: var(--YellowColor);
}

.upadevas-wrapper .upadevas-item span font{
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid var(--BrownColor);
    display: block;
    border-radius: 50%;
    text-align: center;
    color: var(--BrownColor);
    line-height: 46px;
    left: 50%;
    margin-left: -25px;
    top: 40%;
    margin-top: -25px;
    z-index: 990;
    opacity: 0;
    transition-duration: 0.3s;
}

.upadevas-wrapper .upadevas-item:hover span font{
    opacity: 1;
    top: 50%;
}

.upadevas-wrapper .upadevas-item span font:hover{
    background: var(--BrownColor);
    color: var(--YellowColor);
}

.upadevas-wrapper .upadevas-item span img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.upadevas-wrapper .upadevas-item:hover span img{
    opacity: 0.2;
}

.upadevas-wrapper .upadevas-item:hover{
    text-decoration: none;
}

.upadevas-wrapper .upadevas-item:hover h6{
    color: var(--YellowColor);
}

.welcome-wrapper p{
    margin: 0px;
    padding: 0px;
    text-align: justify;
   
}

.welcome-wrapper .col-lg-5 span{
    width: 100%;
    height: 355px;
    display: block;
    margin-top: 4px;
    border-radius: 5px;
    overflow: hidden;
}

.welcome-wrapper .col-lg-5 span img{
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.welcome-wrapper .col-lg-5{
    padding-left: 45px;
}

.welcome-wrapper h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 8px 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--BlackColor);
    font-size: 42px;
}

.welcome-wrapper h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: var(--BlackColor);
    font-size: 32px;
    margin-bottom: 10px
}

.welcome-wrapper h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 50px 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.welcome-wrapper h5 font{
    background: var(--RedColor);
    color: #fee8c4;
    padding: 4px 10px;
    border-radius: 30px;
}

.welcome-wrapper h5 font i{
    font-size: 13px;
    color: var(--YellowColor);
    position: relative;
    top: -2px;
    margin: 0px 10px;
}

.welcome-wrapper{
    padding: 50px 0px;
    /* background: url(../img/welcome-bg.jpg) repeat-x; */
}

.homegallery-wrap{
    width: 100%;
    background: url(../img/news-bg-repeat.jpg) repeat-x #f9dfb5;
    padding: 100px 0px 90px 0px;
    /* padding-top: 10px;
    padding-bottom: 80px; */
}

.gallery-item{
    width: 100%;
    height: 200px;
    background: var(--RedColor);
    border-radius: 5px;
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item font{
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid var(--YellowColor);
    display: block;
    border-radius: 50%;
    text-align: center;
    color: var(--YellowColor);
    line-height: 46px;
    left: 50%;
    margin-left: -25px;
    top: 40%;
    margin-top: -25px;
    z-index: 990;
    opacity: 0;
    transition-duration: 0.3s;
}

.gallery-item:hover font{
    opacity: 1;
    top: 50%;
}

.gallery-item font:hover{
    background: var(--YellowColor);
    color: var(--BrownColor);
}

.gallery-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.gallery-item:hover img{
    opacity: 0.2;
}

.bottommenu-wrap{
    width: 100%;
    background: var(--YellowColor);
    padding: 0;
    margin: 0px 0px -30px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* z-index: 900; */
    border-radius: 5px;
}

.bottommenu-wrap li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.bottommenu-wrap li a{
    text-transform: uppercase;
    padding: 25px 20px;
    margin: 0;
    color: var(--BrownColor);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.bottommenu-wrap li a:hover{
    background: var(--RedColor);
    color: var(--YellowColor);
}

.carousel .carousel-item img{
    width: 100%;
}

.f-nav .menu-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1020;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.f-nav{
    padding-top: 43px;
}

/* .close-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--BrownColor);
    color: var(--YellowColor);
    display: none;
    visibility: hidden;
} */

.header-wrapper .col-lg-3:first-child img:last-child,
.header-wrapper .container img:last-child
.header-wrapper .container-fluid img:last-child
{
    display: none;
    visibility: hidden;
}

.gallery-popup{
    position: relative;
}

.gallery-popup .close{
    width: 30px;
    height: 30px;
    background: var(--YellowColor);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 900;
    opacity: 1;
    font-size: 15px;
}

.header-wrap{
    width: 100%;
    background: url(../img/news-bg-repeat.jpg) repeat-x #f9dfb5;
    padding: 0px 0px 0px 0px;
    /* height: 160px; */
}

.header-wrap h2{
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    /* margin: 60px 0px 0px 0px; */
    font-weight: 900;
    text-align: center;
    color: var(--BrownColor);
    font-size: 38px;
    float: left;
}

.innerpage-wrap{
    margin-top: 80px;
    margin-bottom: 80px;
}

.innerpage-wrap p{
    line-height: 28px;
    text-align: justify;
    margin-bottom: 25px;
}

.about-page h4{
    color: var(--RedColor);
    padding: 0;
    margin: 20px 0px 10px 0px;
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    display: block;
}

.about-page ul{
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.about-page ul li{
    color: #372b18;
    font-weight: 500;
    margin: 5px 0px;
}

.about-page .col-lg-4 span{
    width: 100%;
    height: 320px;
    display: block;
    margin: 5px 0px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.about-page .col-lg-4 span img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.updadeva-page span{
    width: 100%;
    border-radius: 3px;
    height: 210px;
    overflow: hidden;
    display: block;
}

.updadeva-page span img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.updadeva-page h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0px 0px 0px;
    color: var(--BrownColor);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.temple-page ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.temple-page ul li{
    list-style: none;
    padding: 10px 0px 0px 0px;
    min-height: 40px;
    margin: 0;
    width: 100%;
    position: relative;
    line-height: 22px;
    /* padding-left: 150px; */
    white-space: pre;
}

.temple-page ul li b{
    width: 120px;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: absolute;
    min-height: 40px;
    left: 0px;
    top: 0px;
    padding-top: 10px;
}

.temple-page ul li:nth-child(even){
    background: #f3d9ad;
    overflow: auto;
}

.temple-page ul li:nth-child(even) b{
    background: #eed1a0;
}

.temple-page h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 30px 0px 15px 0px;
    font-size: 20px;
}

.temple-page h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.temple-gap{
    background: #ddbb80 !important;
}

.gallery-page .gallery-item{
    margin-top: 10px;
    margin-bottom: 10px;
}

.google-maps {
	position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
	margin:60px 0px 0px 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-page .col-lg-5 h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-weight: 500;
}

.contact-page .col-lg-5 h6 a{
    color: #372b18;
    text-decoration: none;
}

.contact-page .col-lg-5 h6 i{
    margin-right: 10px;
    color: var(--RedColor);
}

.contact-page h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--BrownColor);
    font-size: 24px;
    font-weight: 700;
}

.contact-page .col-lg-7 input{
    width: 100%;
    background: none;
    border: 2px solid #372b18;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
}

.contact-page .col-lg-7 textarea{
    width: 100%;
    background: none;
    border: 2px solid #372b18;
    height: 145px;
    border-radius: 3px;
    padding-left: 15px;
}

.contact-page .col-lg-7 button{
    width: 100%;
    background: var(--RedColor);
    border: none;
    outline: none;
    color: wheat;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 15px;
}

.contact-page .col-lg-7 .col-lg-6{
    padding-bottom: 20px;
}

.contact-page .col-lg-7 .col-lg-12{
    padding-bottom: 10px;
}

.offerings-page table{
    font-size: 15px;
}

.offerings-page .table td, .offerings-page .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid transparent !important;
}

.offerings-page .table thead th{
    border-bottom: none;
    background: var(--YellowColor);
}

.offerings-page h4{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    color: var(--BrownColor);
    font-size: 22px;
}

.offerings-page .col-lg-6{
    padding-bottom: 30px;
}

.newspage-wrap .col-lg-4{
    padding-top: 20px;
    padding-bottom: 20px;
}

.newssingle-page .col-lg-4 span{
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.newssingle-page .col-lg-4 span img{
    width: 100%;
    border-radius: 5px;
}

.newssingle-page .col-lg-4 h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--BrownColor);
    font-weight: 700;
    font-size: 24px;
}

.newssingle-page .col-lg-4 ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0;
}

.newssingle-page .col-lg-4 ul li{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    line-height: 22px;
}

.newssingle-page .col-lg-4 ul li a{
    font-size: 16px;
    color: #372b18;
}

.newssingle-page .col-lg-4 ul li a:hover{
    text-decoration: none;
    color: var(--RedColor);
}

.newssingle-page .col-lg-8{
    padding-right: 55px;
}

.newssingle-page .col-lg-8 h6{
    padding: 6px 0px 6px 10px;
    margin: 0px 0px 30px 0px;
    font-size: 15px;
    border-bottom: 2px solid var(--YellowColor);
    border-top: 2px solid var(--YellowColor);
    font-weight: 700;
}

.newssingle-page .col-lg-8 h4{
    font-size: 22px;
    color: var(--BrownColor);
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.magazine-page .col-lg-3 img{
    width: 100%;
    transition-duration: 0.3s;
}

.magazine-page .col-lg-3 a{
    width: 100%;
    background: var(--RedColor);
    float: left;
    position: relative;
}

.magazine-page .col-lg-3 a:hover img{
    opacity: 0.2;
}

.magazine-page .col-lg-3 a font{
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid var(--YellowColor);
    display: block;
    border-radius: 50%;
    text-align: center;
    color: var(--YellowColor);
    line-height: 46px;
    left: 50%;
    margin-left: -25px;
    top: 40%;
    margin-top: -25px;
    z-index: 990;
    opacity: 0;
    transition-duration: 0.3s;
}

.magazine-page .col-lg-3 a:hover font{
    opacity: 1;
    top: 50%;
}


.magazine-page .col-lg-3 a font:hover{
    background: var(--YellowColor);
    color: var(--BrownColor);
}

.magazine-modal{
    padding: 0;
}

.magazine-modal img{
    width: 100%;
}

.magazine-page .col-lg-3{
    margin-bottom: 30px;
}

.magazine-page h4{
    color: var(--RedColor);
    padding: 0;
    margin: 20px 0px 12px 0px;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    display: block;
}

.header-phone i{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


@media screen and (max-width: 1024px) {
    .menu-wrapper ul li a{
        padding: 12px 8px !important;
    }
}
  
@media screen and (max-width: 980px) {
    .welcome-wrapper h5 font{color: #000;
        background: none;
        font-size: 20px;} 
   .header-phone{
       display: none;
       visibility: hidden;
   }

   .welcome-wrapper .col-lg-5,
   .newssingle-page .col-lg-8{
       padding-left: 15px;
       padding-right: 15px;
   }

   .newssingle-page .col-lg-8{
       padding-bottom: 45px;
   }

   .welcome-wrapper .col-lg-5 span{
       height: auto;
       margin-top: 45px;
   }

   .welcome-wrapper .col-lg-5 span img{
       height: auto;
   }

   .col-xs-15 {
        width: 33.33%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .newsevents-wrap .col-lg-4{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .newsevents-wrap .page-heading{
        margin-bottom: 5px;
    }

    .newsevents-wrap{
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .bottommenu-wrap li a{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .bottommenu-wrap{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-btm p{
        line-height: normal;
        text-align: center !important;
        margin: 6px 0px;
    }

    .footer-btm{
        padding: 15px 0px;
    }

    .navbar{
        min-height: 43px;
    }

    .navbar .navbar-toggler{ 
        position: absolute;
        left: 50px;
        top: 7px;
    }

    /* .close-btn{
        display: block;
        visibility: visible;
    } */

    .about-page .col-lg-4 span,
    .about-page .col-lg-4 span img{
        height: auto;
        margin-bottom: 15px;
    }

    .contact-page .col-lg-7{
        margin-top: 45px;
    }
}
  
@media screen and (max-width: 740px) {
    
}
  
@media screen and (max-width: 480px) {
  
        .welcome-wrapper h3{font-size: 28px; margin-bottom: 0px;}
  .header-logotxt,
  .welcome-wrapper h5 font i,
  .carousel-indicators,
  .header-wrapper .col-lg-3:first-child img:first-child,
  .header-wrapper .container img:first-child
.header-wrapper .container-fluid:first-child img:first-child{
      display: none;
      visibility: hidden;
  }

  .header-wrapper .col-lg-3:first-child img:last-child,
  .header-wrapper .container img:last-child 
.header-wrapper .container-fluid:first-child img:last-child
  {
      display: block;
      visibility: visible;
  }

  .welcome-wrapper{
      padding: 70px 0px;
  }

  .welcome-wrapper h2{
      font-size: 36px;
  }

  .welcome-wrapper h5{
      font-size: 15px;
  }

  .col-xs-15{
      width: 50%;
  }

  .page-heading{
      font-size: 36px;
  }

  .upadevas-wrapper{
      padding-bottom: 50px;
  }

  .newsevents-wrap .news-item-con h6{
      text-align: center;
      font-size: 17px;
      margin-top: 12px;
  }
  

  .bottommenu-wrap li{
      width: 50%;
      float: left;
      text-align: center;
  }

  .bottommenu-wrap li:nth-child(2),
  .bottommenu-wrap li:nth-child(3),
  .bottommenu-wrap li:nth-child(6),
  .bottommenu-wrap li:nth-child(7){
    background: #e2982a;
  }

  .bottommenu-wrap li a{
      text-transform: none;
      font-size: 16px;
  }

  .bottommenu-wrap{
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .header-wrapper{
      min-height: auto;
  }

  .header-wrapper img{
      width: 100%;
  }

  .carousel{
      overflow: hidden;
  }

  .gallery-item,
  .gallery-item img{
      height: 160px;
  }

  .upadevas-wrapper .upadevas-item span,
  .upadevas-wrapper .upadevas-item span img{
      height: 180px;
  }

  .innerpage-wrap{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .newssingle-page .col-lg-8 h4{
      font-size: 18px;
      line-height: 24px;
  }

  
}
  
@media screen and (max-width: 375px) {
    .welcome-wrapper h5{
        font-size: 13px;
    }

    .welcome-wrapper h2{
        font-size: 32px;
    }
}
  
@media screen and (max-width: 320px) {
   
}