
/*
@font-face {
    font-weight:800;
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}
@font-face {
    font-weight:700;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-weight:300;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-weight:500;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-weight:400;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto/Roboto-Italic.ttf');
}*/
/** main css **/
body{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Tektur', cursive;
    color: #222;
    padding-top: 0;/*this psdding is equal to height of header*/
   /* background-image: url(../images/other/BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;*/
    background-color: #1f1f1f;
}
/** main end **/

/** header css **/
.upper-header {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(135deg, #ffea30 0%,#2c1e01 100%);
}
.upper-header .social-links {
    margin-bottom: 0;
    padding: 5px 25px;
    text-align: right;
}
.upper-header .social-links li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.upper-header .social-links li a {
    color: #1f1f1f;
    height: 30px;
    width: 30px;
    display: block;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header-main .navbar{
    padding: 0;
}

.social-links > li::after{
    content: none !important;
}
.header-main {
    /*background-color: #1f1f1f;*/
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
.header-main.bg-black{
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*background-color: #1f1f1f;*/
    background-color: #fff;
}

.small-social-div{
    display: none;
}
.header-main .navbar-light .navbar-nav .nav-link {
    /*color: #fff;*/
    color: black;
    padding: 3px 10px 12px 40px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-main .navbar-light .navbar-nav .nav-link:hover{
    /*color: #F07137 !important;*/
    color: #d7b062 !important;
}
.header-main .navbar-nav li.active .nav-link {
    /*color: #F07137 !important;*/
    color: #d7b062 !important;
}
.header-row{
    width: 100%;
}
.logo-small{
    display: block;
    width: 100%;
}
.logo-small img{
    height: 60px;
}
.banner-slider .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
}
.sec-slider .heading-white {
    color: #ffea30 !important;
    text-shadow: 1px 1px #000;
    font-size: 60px;
    max-width: 700px;
    line-height: 80px;
    /*font-family: 'Abril Fatface', cursive;    */
    font-family: 'Abril Fatface', cursive;
}
.slider-content .small-heading{
 color: #fff !important;   
}



.login-header {
    padding: 2px 5px !important;
    /* font-size: 12px; */
    border: 1px solid #F07137;
    font-size: 18px;
    color: #fff;
   /* font-family: 'Roboto-Medium' !important;*/
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 0px !important;
    display: inline-block;
    margin-left: 30px !important;
    margin-right: 12px !important;
    text-decoration: none !important;
    width: 100px !important;
}

.login-header:hover, .login-header:focus, .login-header:active{
    color: #fff;
    -ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
}
.with-black-bg{
    background-color: #fff !important;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.with-black-bg.header-main .navbar-brand img {
    width: 53px;
}
.with-black-bg.header-main .navbar-light .navbar-nav .nav-link {
    color: #000;
}
.with-black-bg.header-main .social-links > li::after {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.with-black-bg.header-main .social-links > li > a {
    color: #F07137;
}
.header-main .navbar-brand img {
    width: auto;
    height: 95px;
}
.header-main .navbar-nav{
    /*margin: 15px auto 0px;*/
}
.align-item-center{
    align-items: center;
}

.header-main .nav-main-tab{
    float: right;
}

.social-links li{
    display: inline-block;
    position: relative;
}

.social-links {
   text-align: right;
margin-top: 0px;
padding: 0;
}
.bg-black {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.bg-black.header-main .navbar-light .navbar-nav .nav-link {
    /*color: #fff;*/
    color: #1f1f1f;
}
.bg-black.header-main .navbar-brand img {
    width: auto;
    height: 70px;
}

.header-main.bg-black .navbar{
        padding-bottom: 0;
}

.bg-black.header-main .social-links {
    text-align: right;
    margin-top: 0;
    padding: 0;
}
.bg-black.header-main .social-links > li::after {
    background-color:#F07137; 
}
.bg-black.header-main .social-links > li > a {
    color: #F07137 ;
}


.bg-black.header-main .navbar-nav {
    margin: 0;
}

.bg-black.header-main .navbar-light .navbar-nav .nav-link {
    padding: 3px 10px 12px 40px;
}


.social-links > li::after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #e0e0e0;
    position: absolute;
    top: 7px;
    right: 0;
}
.header-main .social-links > li > a {
    color: #474747;
    font-size: 14px;
   padding: 2px 6px;
margin: 2px 5px 0px 0px;
border-radius: 6px;
text-transform: uppercase;
font-weight:700;
display: block;
}
.social-links> li:last-child::after {
    content: none;
    width: 0;
}
.my-acount-block a {
    color: #fff;
    margin-top: 12px;
    display: block;
    font-weight:500;
}
.my-acount-block{
    text-align: right;
}

.slider-content {
    position: absolute;
    top:20%;
    padding: 0 100px;
    width: 100%;
    text-align: center;
}
/*.sec-slider .heading-white {
    color: #F07137 !important;
    text-shadow: 1px 1px #000;
    font-size: 52px;
    max-width: 620px;
    line-height: 72px;
}*/


.heading-white {
    color: #fff;
    margin: 10px auto;
    text-align: center;
    font-size: 32px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.small-heading{
    color: #000;
    font-weight:500;
    font-size: 20px;
}

.slider-content p{
    color: #fff;
    line-height: 32px;
    font-size: 20px;
    padding: 0 13%;
}

.white-border-btn{
    background-color: #1f1f1f;
border: 2px solid #1f1f1f;
padding: 6px 6px;
border-radius: 30px;
font-size: 18px;
color: #F07137;
font-weight:500;
-webkit-box-shadow: 2px 2px 10px 3px rgba(255, 255, 255, 0.4);
        box-shadow: 2px 2px 10px 3px rgba(255, 255, 255, 0.4);
}
.common-btn{
border: 2px solid #F07137;  ;
padding: 5px 25px;
font-size: 24px;
color: #fff;
font-weight:500;
background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-webkit-box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.8);
        box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.8);
}
.slider-content .btn-block button{
margin: 12px 4px !important;
}

.slider-content .small-heading{
margin: 20px 0;
}
.lci-member-sec{
    overflow: visible !important;
}

/** header end **/

/** body css start**/

/*slider section*/
.header-btn-block{
    display: flex;
    width: 325px;
margin: 0 auto;
text-align: center;
}
.header-btn-block a{
    outline: none !important;
    text-decoration: none !important;
}
.slick-prev, .slick-next {
     -webkit-transform: none; 
     -ms-transform: none; 
     transform: none !important; 
     top: 42%;

}
#owl-main .owl-controls .owl-buttons .owl-prev {
    left: 20px;
}
#owl-main .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 46px;
    position: absolute;
    border-radius: 0;
    padding: 0;
    margin: 0;
    top: 50%;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 45px;
    width: 45px;
    line-height: 0;
}
#owl-main .owl-controls .owl-buttons .owl-next {
    right: 20px !important;
}


.sec-slider{position: relative;overflow: hidden;}




.map-sec{
    height: 450px;
}
.sec-team-member{
    padding: 85px 0 20px;
}
.common-heading {
    font-weight: 500;
    /*color: #F07137;*/
    color: #cdb177;
    font-size: 45px;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
}
.sec-team-member .team-block{
    text-align: center;
    border: 2px solid #ddd;
   padding: 25px 12px;
   margin: 5px;
}
.sec-team-member .team-block h4{
font-size: 20px;
color: #eee;
margin: 0;
}

.sec-team-member .team-block p{
    font-size: 12px;
    color: #eee;

}
.heading-pera {
    color: #eee;
    font-size: 16px;
}
.sec-president-desk{
    padding: 10px 0;
}
.heading-block{
    padding: 40px 0;
}
.sec-president-desk .content {
    font-size: 16px;
    color: #1f1f1f;
    text-align: justify;
    line-height: 34px;
    margin-top: 22px;
    font-weight: 500;
}
.sec-president-desk .content strong span {
    color: #9e6e42 !important;
    /* font-size: 29px; */
    font-size: 26px !important;
    font-weight: 600;
}
.sec-president-desk .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.sec-president-desk .content div {
    font-size: 14px !important;
    line-height: 25px;
}

.sec-president-desk .brown-btn{
	margin-top: 2px;
}
.presidentdesk-inner {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.desk-img {
    padding: 30px;
    height: auto;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.desk-img img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: 5px solid #F07137;
}

.brown-btn{
    border: 1px solid   #F07137;
    padding: 3px 18px;
    font-size: 18px;
    color: #fff;
    font-weight:500;
    /*background-color:   #F07137;*/
    background-color:   #2c1e01;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.sec-upcoming-event{
    padding: 10px 0;
}
.register-form .form-control{
	height: 35px;
border-radius: 0;
}
.box--item{
    margin: 14px;
    -webkit-box-shadow: 2px 2px 10px 9px #eee;
            box-shadow: 2px 2px 10px 9px #eee;
}
.box--item:hover{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
-webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
}
.event-img{
	position: relative;
}
.box--items.owl-carousel .box--item {
    margin: 10px 0;
}
.box--item .img::after {
    content: " ";
    position: absolute;
   left: -15px;
right: -15px;
bottom: -105px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%/50%;
    z-index: 1;
}
.box--item .img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.box--item:hover .info{
    height: 215px;
}
.box--item .info {
    position: relative;
    padding: 15px 12px 21px;
    background-color: #fff;
    border: none !important;
    z-index: 0;
    height: 190px;
}
.box--item .icon {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    background-color: #F07137 !important;
color: #fff;
border: 1px solid #fff;
}
.box--item .meta {
    margin-top: 12px;
font-size: 16px;
    line-height: 15px;
      color:  #F07137;
      font-weight:500;
}

.box--item .meta p {
    margin-bottom: 0;
}
.box--item .desc {
    margin-top: 10px;
}
.text-darker {
	color: #eee;
	font-size: 14px;
	line-height: 20px;
	font-weight:300;
	word-wrap: break-word;
}
.text-darker  p{
	margin-bottom: 4px;
}
.text-darker .date-block{
color: #F07137;
margin: 15px 0 10px;
}

.box--item .action {
    margin-top: 9px;
}
.box--item .action a {
font-size: 12px;
line-height: 22px;
font-weight: 400;
word-wrap: break-word;
}
.event-img{
    height: 185px;
    width: 100%;
}
.title h2{
  color: #F07137;
  text-decoration: none !important;
  font-size: 22px;
font-weight:700;

}
.title h2{
margin: 0;
}

.title p{
    font-size: 12px;
    color:  #F07137;
}
.round-btn {
    padding: 5px 20px;
    border: 1px solid #F07137;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    border-radius: 25px;
     font-weight:300;
     -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
             box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.btn-view{
    margin: 30px 0 20px;
}




/*center mode slider css*/
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    //opacity: .5;
    -webkit-transition: .8s ease-in-out all;
    -o-transition: .8s ease-in-out all;
    transition: .8s ease-in-out all;
}
.slick-slide.slick-center {
    opacity: 1;
    -webkit-transform: scale(1.18);
        -ms-transform: scale(1.18);
            transform: scale(1.18);
    z-index: 100;
}
/*.slick-list.draggable {
    overflow: visible;
}*/
.sec-sprdha-chempian-ship{
    padding: 10px 0;
    overflow:hidden;
}

.campion-block{
padding: 50px 0px 0;
text-align: center;
-webkit-box-shadow: 2px 2px 10px 9px #eee;
        box-shadow: 2px 2px 10px 9px #eee;
border: 1px solid #ddd;
margin: 15px;
background-color: #fff;
}
/*.campion-block {
	padding: 50px 0px 0;
	text-align: center;
	-webkit-box-shadow: 2px 2px 10px 9px #eee;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	border: 1px solid #ddd;
	margin: 15px;
	background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}*/
/*.slick-current.slick-active.slick-center .campion-block{
	position: relative;
	z-index: 100;
}*/

.color-red{
	color: #bc0404 !important;
}
.color-yellow{
	color: #e4c414 !important;
}
.color-blue{
	color: #343c64 !important;
}
.color-green{
	color: #145414 !important;
}
.campion-block .circle-img img{
    border-radius: 50%;
    height: 134px;
width: 134px;
}
.campion-block .circle-img{
border-radius: 50%;
height: 150px;
width: 150px;
border: 8px solid #ddd;
position: relative;
margin: 0 auto;
margin-bottom: 50px;
}

.campion-block .circle-img::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 12px;
}

.champion-heading{
    margin: 30px 0;
    font-weight:500;
}
.team-name{
    color: #F07137;
}
.commn-icon {
    background-color: #fff;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    padding: 25px;
}
.commn-icon img {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    object-fit: contain;
}
.commn-icon{

}
.blog-block{
text-align: center;
-webkit-box-shadow: 2px 2px 10px 9px #eee;
        box-shadow: 2px 2px 10px 9px #eee;
border: 1px solid #ddd;
margin: 20px; 
}
.single_blog_slider::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%);
    height: 100%;
    z-index: 1;
}
.single_blog_slider {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px 14px #eee;
            box-shadow: 2px 2px 10px 14px #eee;
    margin: 10px;
}
.single_blog_slider img{
    width: 100%;
    height: 290px;
    
}
.single_blog_slider .blog_item_content::before {
    content: '';
    background: #F07137;
    height: 90px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.single_blog_slider:hover .blog_item_content::before {
    height: 100%;
    opacity: 1;
}
.single_blog_slider:hover .blog_item_content {
    bottom: 0px;
}
.single_blog_slider .blog_item_content {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    left: 0px;
    padding: 10px 0px 25px;
    z-index: 2;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}



.single_blog_slider .blog_item_content h4 {
    font-size: 18px;
    color: #fff;
    font-weight:500;
    padding-bottom: 0px;
    text-shadow: 2px 2px #000;
}
/*.single_blog_slider:hover .blog_item_content h4{
	color: #000;
} */
.single_blog_slider .blog_item_content h5 {
    font-size: 16px;
    color: #fff;
    font-weight:500;
    font-weight: 300;
    padding-bottom: 0;
}

#owl-blog .owl-buttons .owl-prev {
    left: -40px;
}
#owl-blog .owl-buttons .owl-next {
    right: -40px;
}
#owl-blog .owl-buttons .owl-prev, #owl-blog .owl-buttons .owl-next {
    margin: 0;
    position: absolute;
    top: 45%;
    background: #F07137;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 4px 0;
    text-align: center;
    border-radius: 0;
}

/*#owl-blog .owl-buttons .owl-prev {
    left: -40px;
}
#owl-blog .owl-buttons .owl-next {
    right: -40px;
}*/
#downlod-owl .owl-buttons .owl-prev, #downlod-owl .owl-buttons .owl-next {
    margin: 12px;
    background: #F07137;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 4px 0;
    text-align: center;
    border-radius: 0;
}



.achivement-sec{
    padding: 0px 0;
}
.achivement-sec .award-heading-block {
    margin-top: 15px;
}

.achivement-block{
    border: 4px solid #F07137;
    margin: 20px;
}
.achivement-block img{
width: 100%;
}
.dwnload-app-sec{
    padding: 10px 0 0px;
    overflow: hidden;
}
.get-touch-sec{
	padding-bottom: 60px;
}
.dwnload-app-banner{
  background-image: url(../images/other/Downloadtab.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 15px 0 30px;
position: relative;  
}
.dark-overlay-dwn {
    background-color: rgba(0,0,0, 0.9);
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.dark-overlay {
    background-color: rgba(255,255,255, 0.8);
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.dark-overlay-home {
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.dwnload-app-banner .content{
    margin-top: 220px;
}
.dwnload-app-banner .content h1{
color: #fff;
}
.dwnload-app-banner .content h1 b{
    font-weight:500;
}
.dwnload-app-banner .content a{
display: block;
}

.dwnload-app-banner .content a img{
    height: 35px;
    margin: 10px 0;
}
.mobile-img{
    position: relative;
}
.mobile-img .img-outer{
    width: 390px;
position: absolute;
top: 200px;
}
.owl-dwnld-slider {
    text-align: center;
    position: absolute;
    top: 180px;
    width: 285px;
    right: 0;
    margin: 0 auto;
}
.owl-dwnld-slider::after {
    content: "";
    background-image: url(../images/other/MOBILE-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    width: 285px;
    position: absolute;
    top: 0;
    left: 0px;
}

.owl-dwnld-slider.owl-theme .owl-controls {
    margin-top: 60px !important;
}


.owl-dwnld-slider .item{
margin-top: 58px;
}
.owl-dwnld-slider .item img{
    width: 260px;
}
.dwnload-app-sec .content-pera{
    margin: 30px 0;
}
.dwnload-app-sec .content-pera p{
 text-align: justify;
 color: #eee;
 line-height: 32px;
}
.contact-form label{
color: #eee;
}
.contact-form .form-control {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 13px;
    box-shadow: none;
    outline: none;
    color: #fff;
}
.submit-btn {
    margin: 40px auto !important;
}
.score-strip{
    background-color: #eee;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.score-strip h4{
    margin-bottom: 0;
    font-size: 18px;
}
.score-strip{
    display: none;
}
.team-name{
    display: none;
}
.slick-slide.slick-current.slick-active.slick-center .score-strip{
display: block;
}
.center.slider .item{
    padding: 15px 0;
}
/*.center.slider{
    overflow: hidden;
}*/
/*.slick-next::before {
    content: "\f536" !important;
}*/
.slick-prev::before, .slick-next::before {
    font-family: 'Font Awesome 5 Brands';
    font-size: 25px !important;
    line-height: 1;
    opacity: 0.5 !important;
    color: #F07137 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #eeescale;
    font-weight: 600;
}
.slick-prev:hover, .slick-next:hover {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/*.slick-prev::before {
    content: "\f104" !important;
}*/

.slick-slide.slick-current.slick-active.slick-center .champion-heading {
    margin: 13px 0 10px;
    font-weight:500;
    font-size: 18px;
}
.slick-slide.slick-current.slick-active.slick-center .campion-block .circle-img {
	margin-bottom: 15px;
}
.slick-slide.slick-current.slick-active.slick-center .team-name {
    color: #F07137;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-weight:500;
}

#precidentModal .modal-dialog {
    max-width: 785px;
    margin: 1.75rem auto;
}
#precidentModal .modal-dialog .modal-header{
	background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#precidentModal .modal-dialog .modal-header img{
	width: 35px;
}
#precidentModal .modal-dialog .modal-body {
    font-size: 16px;
    color: #8c8c8c;
    text-align: justify;
    padding: 35px;
}
/*contact us page css*/

.contact-form textarea.form-control {
    height: 100px !important;
    max-width: 100%;
}
.section-contact-us .common-heading {
    margin-bottom: 40px;
    line-height: initial;
}

.section-contact-us{
    padding: 70px 0 60px;
}
.contact-info .contact-box {
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin-top: 35px;
}
.contact-info .contact-box .main-head {
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-info address {
    margin: 15px 0;
    /* margin-top: 5px; */
    color: #444;
}
.contact-info .contact-head .first {
    display: inline-block;
    float: left;
    width: 22%;
}
.contact-info p, .contact-info .txt {
 color: #eee;
 font-size: 14px;
}
.contact-info .txt  {
    padding-left: 0;
    text-align: left;
    padding-top: 2px;
    display: flex;
   
}
.contact-info .txt a{
    color: #F07137;
}
.big-icon, .big-icon:visited {
    border-radius: 50px;
    color: #F07137;
    display: block;
    height: 35px;
    /* margin: 0 auto 20px; */
    text-align: center;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    width: 35px;
    background-color: #f2f2f2;
    color: #444;
    padding: 10px 0;
    font-size: 8px;
}
.map-sec{
    padding: 0px 0 60px;
}
/*privacy policy page css*/

.privacy-banner .inner-page-heading{
width: 380px;
}

.privacy-sec{
    padding: 20px 0 60px;
}
.privacy-content ul {
    padding: 0;
    margin: 0;
}
.privacy-content ul li::before {
    content: "•";
    position: absolute;
    left: 25px;
    top: 18px;
    color: #F07137;
    font-size: 36px;
    line-height: 0;
}
.privacy-content ul li {
    position: relative;
    padding: 5px 0 5px 45px;
    list-style-type: none;
    line-height: 24px;
    color: #eee;
}
.privacy-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #F07137;
    margin: 30px 0 20px;
    font-size: 16px;
}
.privacy-content{
    text-align: justify;
    color: #eee;
}



.regular-multi-slide .slick-dots{
bottom: -70px !important;
}

.cerification-slider{
    padding: 40px 0 80px;
}
button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

/*leoism page css*/


.inner-banner{
    background-image: url(../images/LEOISM/Leoism.png);
background-position: top 0 center;
background-size: cover;
background-repeat: no-repeat;
padding: 15px 0 30px;
position: relative;
margin-bottom: 40px;
}
.iner-conent{
  /* padding: 150px 0 60px;*/
    text-align: center;
    position: relative;
    height: 350px;
}
.tab-content .tab-pane p{
    padding: 40px 0 !important;
}
.inner-page-heading {
    position: absolute;
    color: #000;
    bottom: -55px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 200px;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    border: 1px solid #F07137;
    border-radius: 10px;
}
.inner-page-heading h1 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
    color: #F07137;
    font-size: 20px;
}

.mission-section {
    padding: 60px 0;
    overflow: hidden;
   /* background-image: url(../images/banners/BG_1-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    color: #fff;
    z-index: 0;
    background-attachment: fixed;
    position: relative;
}
.mission-section .nav-tabs li{
  /*  width: 15%;*/
/*background-color: #eee;
margin: 9px;
height: 165px;*/
width: 100%;
}
.mission-section .gradient-overlay-blue {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  /*  background-color: rgba(24, 63, 128, 0.8);*/
}

.mission-section .nav-tabs li a {
    padding: 0;
    line-height: 0;
    text-align: center;
    margin: 0;
    border: none;
    background: transparent !important;
}

.mission-section .nav-tabs {border-bottom: none;}
.mission-section .tabs-side {padding: 35px 0;}
.tabs-side li.active .mission-tabs {-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;transition: all ease-in-out 0.3s;border: none;}
.tabs-side li.active a { border: none !important;background-color: rgba(24, 63, 128, 0.5);}
.tabs-side li:hover a:hover{
   background: rgba(24, 63, 128, 0.5) !important;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.tabs-side li:active a:active, .tabs-side li:focus a:focus, .tabs-side li.active a{
background: rgba(24, 63, 128, 0.5) !important;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.mission-tabs {
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 60px;
    width: 100%;
    border-radius: 0;
    background-color: #eee;
    margin: 12px;
    border-radius: 10px;
}
.mission-tabs:hover img.blue-img {opacity: 0;}

.tabs-side li .active .mission-tabs img.blue-img {
    opacity: 0;
}
.tabs-side li .active .mission-tabs h4{
    color: #fff;
}
.tabs-side li .mission-tabs:hover h4 {
    color: #fff;
}
.tabs-side li a{
    text-decoration: none;
}
.tabs-side li .active .mission-tabs{
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mission-tabs img.blue-img {
    opacity: 1;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    z-index: 2;
}

.mission-tabs img {
    position: absolute;
    top: 15px;
    left: 35px;
    height: 32px;
    right: auto;
    margin: 0 auto;
    z-index: 1;
}

.mission-tabs:hover{
background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mission-tabs h4 {
    margin-top: 0px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    color: #F07137;
    font-size: 16px;
    font-weight: 700;
    padding-left: 70px;
}




.mission-detail-block {
   /* background-color: rgba(24, 63, 128, 0.5);*/
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    padding: 30px;
    /*height: 430px;*/
  margin-top: 18px;
    color: #000;
   /*box-shadow: 0px 3px 10px light#eee;*/
}

.mission-detail-block h4 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 30px;
}

.mission-detail-block h4::after {
    content: "";
    height: 4px;
    position: absolute;
    top: 42px;
    right: 15px;
    left: 15px;
    z-index: 0;
    background: #F07137;
    width: 48px;
    margin: 0 auto;
}

/*.mission-detail-block p {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
}*/

.mission-detail-block .inner-content {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 60px 30px;
    line-height: 26px;
    text-align: justify;
    margin-top: 0;
    z-index: 10;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
}
.mission-detail-block .inner-img{
width: 675px;
margin: 20px auto 0;
border: 20px solid #fff;
-webkit-box-shadow: 2px 2px 10px #eee;
        box-shadow: 2px 2px 10px #eee;
z-index: 20;
position: relative;
}
.mission-detail-block .icon-inner{
height: 60px;
}
.leoism-outer-icon {
    background-color: #fff;
    position: absolute;
    z-index: 100000;
    top: -36px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    height: 120px;
    width: 120px;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px #000;
}

/*event page css*/
.event-tabs{
    border: none;
}
.table-responsive{
    overflow-x: initial;
}
.event-tabs .nav-item{
    margin: 0 auto;
}
.event-tabs .nav-item a {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    width: 220px;
    text-align: center;
    color: #F07137;
    font-weight: 600;
    text-transform: uppercase;
}
.event-tabs .nav-item a.active{
background-color:  #F07137;
color: #fff;
}

.event-list-content{
   text-align: center;
margin: 30px 30px 0;
padding: 30px 30px 0;
}
.event-list-content .event-img {
    border: 3px solid #ddd;
    width: 500px;
    height: auto;
    margin: 10px auto;
    border-radius: 0;
}
.event-list-content .event-img img{
border-radius: 0%;
width: 100%;
height: 100%;
}
.event-table{
    margin: 0 auto;
    position: relative;
}
.arrow img{
    width: 30px;
}

.event-table tr th{
   width: 250px;
    border: none;
    padding: 5px;
color: #000;

font-size: 18px;
}
.event-table tr th.th1 {
    background-color: #f5c47a;
}
.event-table tr th.th2 {
    background-color: #fdb951;
}

.event-table tr th.th3{
background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.event-table tr th.th4{
background-color: #ffa113;
}
.event-table tr th.th5{
background-color: #f7990b;
}
.event-table tr th.th6{
background-color: #f19100;
}
.event-table tr td {
    font-size: 15px;
    color: #fff;
}
.committee-events-sec{
    padding: 0px 0 60px;
}

.comity-sec-pading{
    padding-bottom: 10px !important;
}



/*lci page css*/


.lci-block {
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 20px;
    background-color: #fff;
}
.lci-block .img-block{
padding: 40px;
text-align: center;
}
.lci-block .img-block img{
    width: 100px;
}
.lci-block .img-block:hover {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
transition-timing-function: ease-in-out -.5s;
}
.lci-block .img-block h4{
    font-weight:700;
color: #F07137;
margin-top: 15px;
font-size: 26px;
}
.lci-block .read-more-fild{
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0px 0px 9px 9px;
    text-align: center;
}
.lci-block .read-more-fild a{
font-size: 20px;
padding: 16px 0;
display: block;
color: #fff;
position: relative;
}

/*.lci-block .read-more-fild a span::after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 23px;
    right: 0;
    transition: 0.5s;
    background-image: url(../images/icons/readmore_arrow-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    left: 140px;
    margin: 0 auto;
}*/
.lci-block .read-more-fild a:hover span:after {
  opacity: 1;
  right: 0;
  
}
.lci-block .read-more-fild a:hover{
   background-color: #F07137 !important; 
}

.button {
  border-radius: 4px;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 8px;
  right: -20px;
   background-image: url(../images/icons/readmore_arrow-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;

}

.button:hover span {
  padding-right: 25px;
  color: #fff;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.lci-block .read-more-fild a img{
   height: 20px;
}

.lci-sec{
    padding: 60px 0;
}

.lic-row{
    padding: 30px 0;
}


/*lci about us page css*/

.inner-heading-left{
    position: relative;
    font-weight:500;
color: #F07137;
padding-left: 305px;
font-size: 30px;
}
.inner-heading-left:before{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 300px;
    height: 4px;

}

.lci-about-sec{
    padding: 60px 0 0;
    overflow: hidden;
}
.lci-member-sec{
    overflow:visible;
}

.lci-about-sec p {
    text-align: justify;
    color: #eee;
    line-height: 32px;
}
.lci-about-sec p span{
    text-align: justify;
    color: #eee !important;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif !important;
}


.inner-heading-right{
    position: relative;
    font-weight:500;
color: #F07137;
padding-right: 330px;
text-align: right;
font-size: 30px;
}
.inner-heading-right:before{
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 300px;
    height: 4px;

}
.lci-about-row{
    padding: 30px 0;
}


/*  .select-hidden {*/
/*  display: none;*/
/*  visibility: hidden;*/
/*  padding-right: 10px;*/
/*}*/

/*.select {*/
/*  cursor: pointer;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/* width: 100%;*/
/*height: 35px;*/
/*line-height: 27px;*/
/*}*/

/*.select-styled {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  background-color: #fff;*/
/*  padding: 4px 15px;*/
/*  -o-transition: all 0.2s ease-in;*/
/*  -webkit-transition: all 0.2s ease-in;*/
/*  transition: all 0.2s ease-in;*/
/*  border: 1px solid #000;*/
/*  color: #000;*/
/*}*/

/*.select-styled:after {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  border: 7px solid transparent;*/
/*  border-color: #F07137 transparent transparent transparent;*/
/*  position: absolute;*/
/*  top: 16px;*/
/*  right: 10px;*/
/*}*/

/*.select-styled:hover { background-color: #fff; }*/

/*.select-styled:active, .select-styled.active { background-color: #fff; }*/

/*.select-styled:active:after, .select-styled.active:after {*/
/*  top: 9px;*/
/*  border-color: transparent transparent #F07137 transparent;*/
/*}*/

/*.select-options {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  right: 0;*/
/*  left: 0;*/
/*  z-index: 999;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*  background-color: #fff;*/
/*  border: 1px solid #000;*/
/*  color: #000;*/
/*}*/

/*.select-options li {*/
/*  margin: 0;*/
/*  padding: 4px 0;*/
/*  text-indent: 15px;*/
/*  border-top: 1px solid #ddd;*/
/*  -o-transition: all 0.15s ease-in;*/
/*  -webkit-transition: all 0.15s ease-in;*/
/*  transition: all 0.15s ease-in;*/
/*}*/

/*.select-options li:hover {*/
/*  color: #fff;*/
/*  background: #F07137;*/
/*}*/

.select-options li[rel="hide"] { display: none; }
.select-styled{display: none;}
.select-options{display: none;}

.common-form .form-group .form-control{
height: 35px;
border-radius: 0px;
border: 1px solid #F07137;
-webkit-box-shadow: none;
        box-shadow: none;
}
.btn-apply {
    padding: 4px 20px;
    border: 1px solid #F07137;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    border-radius: 0;
    font-weight:300;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 32px;
}
.common-form {
    padding: 10px 0;
}
.common-form label{
    color: #F07137;
    font-size: 14px;
}

.members-img-sec .img-block{
border: 1px solid #ddd;
margin: 0px 10px 80px;
padding: 12px;
position: relative;
}
.members-img-sec .img-block img {
    width: 100%;
    height: 210px;
}

.member-name-plate {
    position: absolute;
    bottom: -57px;
    background-image: url(../images/other/BOX-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 110px;
    width: 230px;
    padding: 14px;
    left: 32px;
    color: #eee;
    text-align: center;
}

/*.member-name-plate {
    position: absolute;
    bottom: -57px;
    background-image: url(../images/other/BOX-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 122px;
    width: 255px;
    padding: 14px;
    left: 30px;
    color: #eee;
    text-align: center;
}*/

.member-name-plate h4 {
    font-size: 16px;
    margin-bottom: 2px;
    color: #F07137;
    font-weight: 600;
}

.member-name-plate h5 {
    font-size: 12px;
    margin-top: 4px;
    /* font-family: 'Roboto-LightI'; */
    margin-bottom: 0;
    color: #1f1f1f;
    font-weight: 400;
}
/*.members-img-sec .member-row{
padding: 40px 0;
}*/
.members-img-sec{
    padding: 0px 0 60px;
}

/*awards page css*/

.award-heading-block{
    border: 5px solid #F07137;
    border-bottom: none;
    height: 120px;
    margin-top: 60px;
position: relative;

}
.award-heading-block h3 {
    position: absolute;
    top: -30px;
    background-color: #fff;
    padding: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 68%;
    text-align: center;
    font-weight: 600;
    color: #7f5134;
    border-radius: 10px;
    font-size: 22px;
}

.aword-block {
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 10px;
    margin: 35px 10px;
    height: 210px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); */
background:linear-gradient(135deg, #ffea30 0%,#2c1e01 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.aword-block:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.aword-block img{
    height: 68px;
}
.aword-block h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.sprdha-new-block{
	text-align: center;
    position: relative;
    padding: 5px 0px;
}
.sprdha-new-block:hover .dark-overlay-sp{
  background-color: rgba(0,0,0, 0.2);
opacity: .7;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;  
z-index: 0;
}
.sprdha-inner::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    right: 0px;
    content: "";
    border-top: 2px solid #F07137;
    border-bottom: 2px solid #F07137;
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.sprdha-new-block:hover .sprdha-inner::before, .sprdha-new-block:hover .sprdha-inner::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sprdha-inner {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px;
    outline: none !important;
    text-decoration: none !important;
}
.sprdha-inner::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    content: "";
    border-left: 2px solid #F07137;
    border-right: 2px solid #F07137;
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.sprdha-new-block:hover .dark-overlay-sp {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.dark-overlay-sp {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}




.sprdha-new-block img{
	width: 95px;
}
.sprdha-new-block h4{
font-size: 22px;
margin: 12px 0 5px;
font-weight:500;
color: #F07137;
}
.sprdha-new-block h5{
	font-size: 20px;
    font-family: 'Roboto-Italic';
    color: #F07137;
    margin-top: 0px;
}
.margin-adjust-row{
   padding: 50px 50px 0px;
    margin-top: -125px;
}

/*past tenure page css*/

.past-tenure-block{
    border: 1px solid #eee;
    border-radius: 0px;
padding: 40px;
margin: 60px 0;
}
.past-tenure-block .table-bordered {
    width: 100%;
}
.past-tenure-block .table-bordered .heading-row th {
    border: none !important;
    padding: 0px 0 25px;
    text-align: center;
    font-weight: 600;
    color: #F07137;
    font-size: 20px;
}
/*.past-tenure-block .table-bordered  .heading-row{
    border-bottom: 5px solid #F07137;

}*/
.past-tenure-block .table-bordered tr td{
    padding: 12px 0;
    text-align: center;
    width: 25%;
    font-size: 18px;
}
.past-tenure-block .table-bordered tr.colord-row td{
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    
}
.past-tenure-block .table-bordered tr.white-row td{
background-color: #fff;
    color: #F07137;
}

/*committee page css*/


.committee-head{
    width: 285px !important;
}
.committee-block {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 20px 5px;
}
.committee-block .logo-link:hover {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-timing-function: ease-in-out -.5s;
}
.committee-block:hover .button {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0 0 5px 5px;
}
.committee-block .img-block {
  padding: 30px 0;
text-align: center;

}
.commity-tabs{
   width: 480px;
margin: 0 auto;
}



.commity-row{
    padding: 30px 0 0;
}
.committee-block .logo-link{
    display: block;
    height: 110px;
    width: 110px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 50%;
     margin: 40px auto;
}
.committee-block .logo-link img {
    height: 90px;
}
.committee-block a .img-block h2 {
    color: #fff;
    text-align: center;
}
.committee-block .read-more-fild {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0px 0px 9px 9px;
    text-align: center;
}
.committee-block .read-more-fild a {
    font-size: 20px;
    padding: 18px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}
.committee-row{
    padding: 60px 0 0;
}


/*sprdha page css*/


.sprdha-sec{
    padding: 60px 0;
}
.sprdha-block{
    border: 1px solid #ddd;
border-radius: 10px;
margin: 0 5px;
}

.sprdha-block .img-block{
    padding: 25px;
    text-align: center;
}
.sprdha-block .img-block img{
width: 128px;

}
.sprdha-block .team{
border-radius: 0px 0px 9px 9px;
text-align: center;
}
.sprdha-block .team a{
    font-size: 20px;
padding: 18px 0;
display: block;
color: #fff;
text-decoration: none;
}
.sprdha-block .red-team{
background-color: #ce2e2e;
}
.sprdha-block .yellow-team{
background-color: #f7bc41;
}
.sprdha-block .green-team{
background-color: #577c3e;
}
.sprdha-block .blue-team{
background-color: #3d5b7e;
}

/*sprdha detail css*/

.sprdha-detail-sec{
    padding: 0px 0 60px;
}


.sprdha-detail-team-name-block{
   padding: 30px 0 15px;
}
.sprdha-detail-team-name-block p b{
color: #F07137;
text-shadow: 1px 1px #000;
padding: 8px;
text-align: center;
font-size: 20px;
font-weight:500;
text-transform: uppercase;
}
.sprdha-detail-sec .nav-tabs{
    border: none;
}
.sprdha-detail-sec .nav-tabs li a {
    background-color: #ddd;
    border-radius: 0;
    padding: 6px 45px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #F07137;
    font-weight:500;
    margin: 5px 0;
    display: block;
    text-decoration: none;
    border-radius: 12px;
}
.sprdha-detail-sec .nav-tabs li a.active {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.table-heead-sprdha{
background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #fff;
padding: 8px;
text-align: center;
font-size: 22px;
font-weight:700;
}
.sprdha-table{
   width: 100%;
text-align: center;
border: 1px solid #ddd !important;
}
.sprdha-table tr td{
    padding: 12px;
}
.sprdha-detail-head{
    text-align: center;
    font-size: 35px;
font-weight:700;
margin: 20px 0 50px;
}
.red-team-head{
    color:  #bc0404;
}
.sprdha-detail-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 46px;
    background-color: #bc0404;
    width: 166px;
    height: 3px;
    right: 0;
    margin: 0 auto;
}

/*login page css*/

.social-login img{
   width: 172px;
}
.section-login{
    padding: 190px 0 95px;
}
.login-box .heading-login {
    margin-bottom: 40px;
}
.login-box .form-login .form-group .form-control {
    height: 38px;
    border-radius: 3px;
    padding: 8px 12px;
}
.login-box .form-login .form-group {
    margin-bottom: 25px;
}
.forgot-info a {
    color: #F07137;
}
.forgot-info a span {
    color: #b0b0b0;
}
.section-login .brown-btn {
    font-size: 20px !important;
}
button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.section-order{padding: 130px 0 50px;background-color: #f6f6f6;}
.white-box{background-color: #fff;}
.left-box{padding:0;width: 30%;}
.profile a img {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    width: 120px;
}
.section-order label{
font-size: 14px;
}

.section-order .form-control{
    font-size: 14px;
}
.section-order{

}
.profile{text-align: center;
padding-top: 50px;
/*border: 1px solid #eee   ;*/
padding-bottom: 45px;
padding: 50px 30px 45px;
border-radius: 12px;
margin-top: 24px;}
.profile .user-name{font-size: 18px;margin: 20px 0 0px; font-weight:500;
color: #F07137;}
.user-mobile{
    color: #000;
    font-size: 15px;
    font-weight:500;
}
.user-account{margin-top: 30px;}
.user-account ul li a img {width: 25px;}
.user-account ul{list-style: none;padding:0;}
.user-account ul li a{font-size: 16px;display: block;padding: 10px 25px;color: #333;}
.user-account ul li a:hover{background-color: #f5f5f5;text-decoration: none;color: #F07137;}
.right-box{padding:0;margin: 0 3px;width: 69.35%;border-left: 3px solid #f6f6f6;}
.back{color: #ffae36;font-size: 15px;}
.order-info{padding:25px;}
.order-info h3{}
.order-place{padding-left: 10px;}
.order-place p{font-size: 16px;color: #000;margin-bottom: 0;}
.order-place .place-time{font-size: 12px;}
.table-order{}

.media-order .media-object{width: 90px;}
 .media-order > .pull-left{padding-right: 18px;}
  .media-order .media-body{padding-top: 20px;}
  .table-order{margin-top: 30px;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;border-left: 1px solid #ddd}
   .table-order tr td {border-top: none !important;padding:15px 8px !important;}
  .table-order tr td .total-amount{color: #000;padding-top: 20px;}
  .table-order tr td  .amount{padding-top: 20px;}
.subtotal-box {
    border: 1px solid #ddd;
    padding: 20px;
    
    width: 300px;
    float: right;
}
.subtotal-box  .subtotal .amt{color: #000;font-weight: 600;padding-bottom: 10px;}
.choose_file {
    border: 1px solid #F07137;
    border-radius: 50%;
    color: #F07137;
    cursor: pointer;
    display: block;
    font: 18px Myriad Pro,Verdana,Geneva,sans-serif;
    margin: 5px auto;
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 25px;
}
.choose_file input[type="file"] {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.heading-acc {
font-weight:500;
    font-size: 20px;
    text-align: right;
   margin-top: 15px;
margin-bottom: 20px;
}
/** my account css  end**/


.dwnload-pdf-btn{
margin: 0 auto !important;
width: 360px !important;
display: block !important;
padding: 7px !important;
box-shadow: none;
}
.animated-button:hover{
    box-shadow: none !important;
}
.about-content-row {
    text-align: justify;
    color: #eee;
    line-height: 32px;
}
.section-login .login-box .form-control{
    box-shadow: none !important;
}

.btn-login-page{
  margin: 0 auto !important;
width: 100% !important;
display: block !important;
padding: 7px !important;
}

.first-span-cont{
width: 22%;
}
.contact-info .txt span.sec-span{
width: 60%;
}
.contact-info .txt span a{
    display: block;
}
/** body css end **/

/** footer start **/

.footer-main{
background-color: #1f1f1f;
padding: 30px 0 10px;
}
.footer-logo{

}
.footer-about{
color: #eee;
font-size: 14px;
}
.footer-heading{
    color: #fff;
    font-weight:500;
}

.footer-about p{
line-height: 32px;
text-align: justify;
}

.footer-strip{
	background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); */
background:linear-gradient(135deg, #ffea30 0%,#2c1e01 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 5px 0;
}
.footer-links-list {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin: 5px 0;
}
.footer-links-list li {
    position: relative;
    padding: 6px 10px;
    display: inline-block;
}
.footer-links-list > li::after {
	content: "";
	width: 2px;
	height: 17px;
	background-color: #e0e0e0;
	position: absolute;
	top: 10px;
	right: 0;
}
.footer-links-list > li:last-child::after {
	content: none;
	width: 0;
}
/*.footer-links-list li::before {
   content: "•";
position: absolute;
left: -12px;
line-height: 0;
color: #F07137;
font-size: 22px;
top: 18px;
}*/
.about-quest-line{
	color: #fff;
font-size: 14px;
font-weight:500;
margin-bottom: 5px;

}

.about-quest-line a {
    color: #000 !important;
}
.footer-links-list li a{
    color: #eee;
    font-weight:500;
    font-size: 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.footer-about a{
    color: #F07137;
}
.sec-news-letter{
    padding: 40px 0;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.copyright-text{
    font-size: 14px;
    color: #eee;
    padding: 12px 0;
}
.copyright-text p {
    margin-bottom: 0;
    font-size: 11px;
    color: #333;
}

.copyright-text hr{
    background-color:#fff;
}

.footer-social{
	text-align: center !important;
	margin-bottom: 3px;
}
.footer-social li a{
padding: 12px;
color: #fff;
background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-social > li::after {
	content: none;

}
.footer-social li a {
	padding: 6px 4px;
	color: #fff;
	background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 35px;
	width: 35px;
	display: block;
	border-radius: 50%;
	margin: 0 5px;
}

/** footer end **/

/*## scroll_top css ##*/
.scroll_top {background: #F07137;bottom: 32px; display: none; font-size: 0; height: 34px;position: fixed; right: 10px; width: 34px; z-index: 9999;text-decoration: none;border-radius: 30px;}
.scroll_top:hover {background: #F07137 none repeat scroll 0 0;text-decoration: none;}
.scroll_top::before {color: #ffffff; content: "^"; display: block;font-family: "FontAwesome";font-size: 25px;height: 34px;line-height: 40px;text-align: center; width: 34px;}
/** scroll_top end **/

/*## owl css ##*/
.owl-theme .owl-controls {margin-top: 0;}
#motivational-owl .owl-controls .owl-buttons div {opacity: 0.7;-webkit-box-shadow: none;box-shadow: none;background-color: rgba(255, 255, 255, 1);color: #000;font-size: 22px;padding: 0 12px;-webkit-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
#motivational-owl .owl-prev {position: absolute;left: -200px;top: 28%;}
#motivational-owl .owl-next {position: absolute;right: -200px;top: 28%;}
#motivational-owl .item {padding: 0 4px;}
#motivational-owl:hover .owl-prev{left: 15px;}
#motivational-owl:hover .owl-next{right: 15px;}
/*## owl end ##*/

/** common css **/

.p-0{padding: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.pt-0{padding-top: 0 !important;}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}

.m-0{margin: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.ml-0{margin-left: 0 !important;}
.mr-0{margin-right: 0 !important;}

.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}

a:focus, a:hover {color: #F07137; text-decoration: underline;}
:active, :focus{outline:none !important;}
/** common end **/

/** media css **/
@media (min-width: 992px) and (max-width: 1024px)
{
.member-name-plate {
    bottom: -70px;
    height: 100px;
    width: 220px;
   padding: 15px;
}
.member-name-plate h5 {
    margin-top: 5px;
}
.header-main .navbar-light .navbar-nav .nav-link {
    padding: 12px 17px 12px;
}
.bg-black.header-main .navbar-light .navbar-nav .nav-link {
    padding: 3px 18px;
}
#owl-main .item {
    height: 480px;
}
.sec-president-desk .content {
    font-size: 14px;

}


.desk-img {
    margin: 65px 0 0px 0px;
}
.heading-block {
    padding: 30px 0 20px;
}
.campion-block {
    padding: 25px 0px 0;
}
.single_blog_slider img {
    height: 200px;
}
.aword-block {
    padding: 12px 5px;
    height: 170px;
    margin: 10px 10px;
}
.award-heading-block h3 {
    width: 75%;
}
.aword-block h4 {
    font-size: 15px;
}
.mission-tabs h4 {
    padding-left: 40px;
}
.mission-tabs img {
    top: 18px;
    left: 20px;
    height: 25px;
}
.mission-detail-block .inner-img {
    width: auto;
}
.mission-detail-block .inner-content {
    padding: 15px 30px;
    margin-top: 0px;
}
.mission-detail-block .inner-content {
    font-size: 14px;
}
.mission-detail-block .icon-inner {
    height: 45px;
    margin-bottom: 0px;
}
.mobile-img img {
    width: 265px;
}
.lci-block .img-block h4 {
    font-size: 20px;
}
.lci-block .img-block img {
    width: 75px;
}
.lci-sec {
    padding: 40px 0;
}
.inner-heading-left {
    font-size: 30px;
}
.inner-heading-left::before {
    top: 15px;
}
.inner-heading-right::before {
    top: 15px;
}
.inner-heading-right {
    font-size: 30px;
}
.members-img-sec .img-block {
    margin: 0px 40px 80px;
}
.members-img-sec .img-block img {
    height: 180px;
}
.award-heading-block {
    margin-top: 40px;
   }


}

@media (max-width: 992px)
{

}

@media (min-width: 768px)
{

}

@media (max-width: 768px)
{
.navbar-light .navbar-brand{
    height: auto !important;
}

.dwnload-pdf-btn {
    width: auto !important;
}
.header-main .navbar-brand img {
    width: 35px;
    width: auto;
}
.social-links {
    text-align: left;
}
.bg-black.header-main .navbar-brand img {
    width: 35px;
}
.bg-black.header-main .social-links {
    text-align: center;
}
.slider-content {
    top: 0%;
    padding: 0;
}

.heading-white {
    font-size: 20px;
}
.sec-slider .heading-white {
    font-size: 22px;
    line-height: 32px;
}
#owl-main .item {
    height: 285px;
    overflow: hidden !important;
}
.slider-content .small-heading {
    margin: 0px 0;
    font-size: 15px;
}
.white-border-btn {
    padding: 2px 10px;
    font-size: 18px;
}
.common-btn {
    padding: 2px 25px;
    font-size: 18px;
}
.sec-team-member {
    padding: 30px 0;
}
.sec-team-member .team-block {
    margin: 12px;
}
.desk-img img {
    position: static;
    height: auto;
}
.desk-img {
    padding: 0;
    height: auto;
    margin: 0px 0 15px 0px;
}
.heading-block {
    padding: 0px 0;
}

.heading-pera {
    color: #eee;
    font-size: 15px;
}
.sec-president-desk .brown-btn {
    padding: 2px 15px;
    font-size: 18px;
    margin: 0 auto;
display: block;
}
.common-heading {
    font-size: 26px;
}
.btn-view {
    margin: 20px 0;
}
.dwnload-app-banner .content {
    margin-top: 0;
    text-align: center;
}
.dwnload-app-sec .content-pera {
    margin: 30px 0;
    padding: 15px;
}
.mobile-img {
    display: none;
    margin: 0px 0;
}
.contact-form {
    margin: 20px 0;
}
.submit-btn {
    margin: 10px 0;
}
.footer-logo {
    text-align: center;
}
.footer-logo img{
    width: 60px;
}
.navbar-light .navbar-toggler {
    border-color: #F07137;
    /*background: #ffea30;*/
    background: #cdb177;
    background: -moz-linear-gradient(-45deg, #cdb177 0%, #cdb177 100%);
    background: -webkit-linear-gradient(-45deg, #cdb177 0%,#cdb177 100%);
    background: linear-gradient(135deg, #cdb177 0%,#cdb177 100%);
    float: none;
    margin: 5px 0;
}
.header-main .row.header-row.align-item-center .col-md-2.col-xs-12{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main .navbar-brand img {
    width: auto;
    height: 65px;
}
.brown-btn {
    padding: 2px 15px;
    font-size: 18px;
}
.header-main {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.header-main .social-links > li > a {
    color: #fff !important;
}
.header-main .social-links > li::after {
    background-color: #fff !important;
}
.iner-conent {
    /* padding: 130px 0 30px; */
    height: 230px;
}
.inner-page-heading h1 {
    font-size: 25px;
}
.inner-page-heading {
    bottom: -55px;
}
.mission-tabs {
    height: 70px;
    width: 70px;
    margin: 6px;
}
.mission-tabs h4 {
    display: none;
}
.mission-tabs img {
    top: 25px;
    height: 25px;
}
.mission-section .nav-tabs li a {
    margin: 0;
}
.mission-section {
    padding: 0px 0;
}
.mission-detail-block .inner-img {
    width: auto;
}
.mission-detail-block .inner-content {
    padding: 90px 20px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 34px;
}
.event-list-content {
    text-align: center;
    margin: 30px 0px 0;
    padding: 30px 0px 0;
}
.inner-heading-left::before {
    content: none;
   
}
.inner-heading-left {
    padding-left: 0;
    text-align: center;
}
.past-tenure-block .table-bordered .heading-row th {
    font-size: 13px;
}
.past-tenure-block {
    padding: 10px;
}
.past-tenure-block .table-bordered tr td {
    font-size: 14px;
}
.lci-sec {
    padding: 10px 0;
}
.lci-block {
    margin: 30px 0px 0;
}
.lic-row {
    padding: 30px 0 0;
}
.inner-heading-right::before {
    content: none;
}
.inner-heading-right {
    padding-right: 0;
    text-align: center;
}
.lci-about-sec {
    padding: 0px 0 0;
    overflow: hidden;
}
.lci-about-row {
    padding: 30px 0 0;
}
.members-img-sec .img-block {
    margin: 0px 0 100px;
}
.member-name-plate {
    bottom: -60px;
    height: 100px;
    width: 255px;
    left: 0px;
}
.members-img-sec .member-row {
    padding: 10px 0;
}
.common-form {
    padding: 20px 0 0;
    text-align: center;
}
.btn-apply {
    margin-top: 5px;
}
.award-heading-block h3 {
    position: static;
    width: 100%;font-size: 20px;

}
.margin-adjust-row {
    padding: 0px 0px 0;
    margin-top: 0;

}
.award-heading-block {
    border-bottom: 5px solid #F07137;
    height: auto;
    margin-top: 25px;
}
.aword-block {
    padding: 30px;
    margin: 15px 0px;
}
.committee-events-sec {
    padding: 0px 0 60px;
}
.sprdha-block {
    margin: 15px 5px;
}
.sprdha-detail-sec .nav-tabs li a {
    padding: 0;
    font-size: 14px;
    width: 85%;
    font-weight:400;
    margin: 10px 28px;
}
.sprdha-detail-head {
    margin: 20px 0 15px;
}
.sprdha-detail-head::after {
    bottom: 10px;
}
.sprdha-detail-sec {
    padding: 0px 0;
}
.table-heead-sprdha {
    font-size: 20px;
}
.event-table tr th {
    font-size: 15px;
}
.event-table tr td {
    font-size: 15px;
}
.box--item .info {
    height: 230px;
}
.members-img-sec .img-block img {
    height: auto;
}
.aword-block {
    height: auto;
}
.hide-link{
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 0;
    margin: 0;
}
.social-links {
    margin-bottom: 0;
}
.small-social-div{
    width: 100%;
    /*background-color:#F07137; */
    background-color:#cdb177; 
}
.small-social-div ul{
   text-align: center;
}
.header-main .navbar-light .navbar-nav .nav-link {
    /*color: #F07137 !important;*/
    color: #cdb177 !important;
    text-align: center !important;
}
.header-main .nav-main-tab {
    width: 100%;
}
.header-main .navbar-light .navbar-nav .nav-link {
    padding: 2px 0 !important;
}
.login-header {
   margin: 3px auto !important;
}
/*.header-main .navbar {
    padding: 5px;
}*/
/*.header-row{
    width: 110%; 
}*/
.small-social-div{
    display: block;
}
.with-black-bg.header-main .navbar-brand img {
    width: 35px;
}
#owl-main .owl-controls .owl-buttons div {
    top: 60%;
}
.heading-block {
    padding: 20px 0;
}
.commn-icon img {
    height: 60px;
}
.sec-president-desk .content {
    margin-top: 0px;
    line-height: 26px;
}
.box--item .info {
    height: auto;
}
#owl-blog .owl-buttons .owl-prev {
    left: 0;
}
#owl-blog .owl-buttons .owl-next {
    right: 0;
}
.mission-section .nav-tabs li {
    width: 30%;
    display: inline-block;
    margin: 0 auto;
text-align: center;
}
.mission-tabs img {
    left: 23px;
}
.mission-tabs {
    margin: 10px auto;
}
.mission-detail-block .icon-inner {
    height: 43px;
    margin-bottom: 15px;
}
.mission-detail-block {
    padding: 0px 15px;
}
.commity-tabs{
   width:auto;
margin: 10px auto;
}
.commity-tabs li{
    margin: 10px  auto !important;
}
.bg-black.header-main .navbar-light .navbar-nav .nav-link {
    text-align: center !important;
}
.logo-small{
    display: none;
}
.event-list-content .event-img {
    width: 100%;
}
}

@media (max-width: 480px)
{

}

@media (max-width: 360px)
{

}


/** media end **/



/*14 aug added css*/

.join-us-section{
    padding: 0 0 60px;
}

.join-us-block{
    background-color: #fff;
    box-shadow: 2px 2px 10px #000;
    padding: 20px;

}
.join-us-block .common-heading{
padding: 30px 0;
}
.join-us-block .dwnload-btn{
    width: 380px;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
   padding: 10px 30px;
text-align: center;
border-radius: 4px;
outline: none;
text-decoration: none;
margin: 20px auto;
display: block;
}
.join-us-block .dwnload-btn:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*soniya 26 june*/

.committee-new-block{
  margin: 30px 0;
}

.committee-new-block .logo-link {
    display: block;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 120px;
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 19px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all ease-in-out .3s;
}

.committee-new-block:hover .logo-link {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.committee-new-block .logo-link img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.committee-new-block .button {
    display: block;
    padding: 0;
    text-decoration: none !important;
}

.committee-new-block .button span:after{
    content: none;
}
.committee-new-block .button:hover span {
    padding-right: 0;
}

.committee-new-block .button span {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 600;
}

/*05 august soniya new added*/

.upcoming-new-event {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-width: 800px;
    margin: 20px auto;
    position: relative;
}
.upcoming-new-event .date-box {
    font-size: 40px;
    font-weight: 800;
    width: 130px;
    position: absolute;
    line-height: 50px;
    background-color: #e84328;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 5px;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    bottom: 5px;
    font-style: italic;
}
.upcoming-new-event .about-event-text {
    margin-left: 135px;
    padding: 15px 20px 15px 10px;
}
.upcoming-new-event .about-event-text p span {
    background-color: #e84328;
    padding: 4px 20px;
    display: inline-block;
    color: #fff;
    margin-left: -10px;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
.upcoming-new-event .about-event-text p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 !important;
}
.for-ulternate{
    background-color: #1d1d1d;
}
.for-ulternate.upcoming-new-event .about-event-text p {
    color: #ccc;
    font-weight: 400;
}
.for-ulternate.upcoming-new-event .date-box{
background-color: #b028e8;
}
.for-ulternate.upcoming-new-event .about-event-text p span {
    background-color: #b028e8;
}
.outer-upcoming{
    margin-top: 50px;
}
.outer-box-apni-bat{
    margin-top: 50px;
}
.main-box-apni-bat {
    background-color: #232323;
    position: relative;
    max-width: 900px;
    margin: 25px auto;
    border-radius: 10px;
}
.main-box-apni-bat .date-apni-bat {
    position: absolute;
    left: 0;
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    font-style: italic;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.main-box-apni-bat .main-text {
    margin-left: 170px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.main-box-apni-bat .main-text p {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.main-box-apni-bat .main-text a {
    padding: 8px !important;
    width: 200px;
    /* margin-right: auto !important; */
    margin-top: 15px !important;
    margin-left: 0 !important;
}
.past-event-list-new {
    position: relative;
    margin-top: 50px;
}
.past-event-list-new::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #F07137;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: -25px;
    margin: 0 auto;
}
.past-event-list-new ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.past-event-list-new ul li {
    width: 16.67%;
    list-style: none;
    color: #fff;
}

.past-event-list-new ul li h5 {
    border: none;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.past-event-list-new ul li:first-child h5 {
    background-color: #f5c47a;
}
.past-event-list-new ul li:nth-child(2) h5 {
    background-color: #fdb951;
}
.past-event-list-new ul li:nth-child(3) h5 {
    background: #ffea30; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffea30 0%, #ea403a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffea30 0%,#ea403a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffea30 0%,#ea403a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.past-event-list-new ul li:nth-child(4) h5 {
    background-color: #ffa113;
}
.past-event-list-new ul li:nth-child(5) h5 {
    background-color: #f7990b;
}
.past-event-list-new ul li:nth-child(6) h5 {
    background-color: #f19100;
}
.tab-content .tab-pane .past-event-list-new ul li p {
    padding: 10px !important;
    font-size: 15px;
    border: 1px solid #fff;
    min-height: 105px;
    margin-bottom: 0;
}



@media (max-width: 1200px){

.past-event-list-new ul li h5 {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-content .tab-pane .past-event-list-new ul li p {
    min-height: 115px;
}


}
@media (max-width: 992px){
.tab-content .tab-pane .past-event-list-new ul li p {
    min-height: 120px;
    font-size: 12px;
}
.past-event-list-new ul li h5 {
    min-height: 55px;
    font-size: 14px;
}


}

@media (max-width: 768px)
{
.upcoming-new-event .date-box {
    font-size: 20px;
    width: 60px;
    line-height: 30px;
}
.upcoming-new-event .about-event-text {
    margin-left: 65px;
    padding: 15px 10px 15px 10px;
}
.upcoming-new-event .about-event-text p {
    font-size: 12px;
    line-height: 20px;
}
.upcoming-new-event .about-event-text p span {
    padding: 3px 10px;
    font-size: 14px;
}
.event-tabs .nav-item a.active {
    margin: 15px 0;
}
.sec-slider video{
    height: auto !important;
}
.past-event-list-new ul {
    display: block;
}
.past-event-list-new ul li {
    width: 100%;
}
.event-tabs .nav-item a{
    margin: 15px 0 !important;
}
.tab-content .tab-pane .past-event-list-new ul li p {
    min-height: 80px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.past-event-list-new ul li h5 {
    min-height: 40px;
    font-size: 16px;
}
}