

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    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: 'Roboto-Regular';
    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;
}
/** main end **/

/** header css **/
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
}
.small-social-div{
    display: none;
}
.header-main .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 3px 10px 12px 60px;
    font-size: 16px;
font-family: 'Roboto-Medium';
text-transform: uppercase;
}
.header-row{
    width: 100%;
}
.login-header {
    padding:0px 15px;
    /* font-size: 12px; */
    border: 1px solid #C5954B;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto-Bold';
    background-color: #C5954B;
    -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;
    display: inline-block;
    margin-left: 30px;
    margin-right: 12px;
    text-decoration: none !important;
}
.login-header:hover{
    color: #fff;
}
.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: #313C63;
}
.with-black-bg.header-main .social-links > li::after {
    background-color: #313C63;
}
.with-black-bg.header-main .social-links > li > a {
    color: #313C63;
}

.header-main .navbar-brand img{
 width: 75px;
}
.header-main .navbar-nav{
    /*margin: 15px auto 0px;*/
}

.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: #313C63;
}
.bg-black.header-main .navbar-brand img {
    width: 53px;
}
.bg-black.header-main .social-links {
    text-align: right;
    margin-top: 0;
    padding: 0;
}
.bg-black.header-main .social-links > li::after {
    background-color:#313C63; 
}
.bg-black.header-main .social-links > li > a {
    color: #313C63 ;
}


.bg-black.header-main .navbar-nav {
    margin: 0;
}

.bg-black.header-main .navbar-light .navbar-nav .nav-link {
    padding: 3px 10px 12px 60px;
}


.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: #e0e0e0;
    font-size: 14px;
   padding: 2px 6px;
margin: 2px 5px 0px 0px;
border-radius: 6px;
text-transform: uppercase;
font-family: 'Roboto-Bold';
display: block;
}
.social-links> li:last-child::after {
    content: none;
    width: 0;
}
.my-acount-block a {
    color: #fff;
    margin-top: 12px;
    display: block;
    font-family: 'Roboto-Medium';
}
.my-acount-block{
    text-align: right;
}

.slider-content {
    position: absolute;
    top: 45%;
    padding: 0 100px;
    width: 100%;
    text-align: center;
}
.heading-white {
    color: #fff;
    margin: 10px auto;
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.small-heading{
    color: #fff;
    font-family: 'Roboto-Medium';
}

.slider-content p{
    color: #fff;
    line-height: 32px;
    font-size: 20px;
    padding: 0 13%;
}

.white-border-btn{
    background-color: transparent;
border: 1px solid #fff;
padding: 5px 25px;
font-size: 24px;
color: #fff;
font-family: 'Roboto-Light';
-webkit-box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.4);
}
.common-btn{
border: 1px solid #313C63;  ;
padding: 5px 25px;
font-size: 24px;
color: #fff;
font-family: 'Roboto-Light';
background-color: #313C63;
-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;
}


/** header end **/

/** body css start**/

/*slider section*/
.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: 45%;
    background-color: #C5954B;
    height: 45px;
    width: 45px;
    line-height: 0;
}
#owl-main .owl-controls .owl-buttons .owl-next {
    right: 20px !important;
}


.sec-slider{position: relative;overflow: hidden;}
#owl-main .item {display: block;width: 100%;height: 660px;overflow: hidden !important;}
#owl-main .item img{width: 100%; max-height: 100%; min-height: 100%;}
#owl-main .owl-pagination {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    right: 0;
}
.map-sec{
    height: 450px;
}
.sec-team-member{
    padding: 85px 0 20px;
}
.common-heading{
font-family: 'Roboto-Medium';
color:  #313C63;
font-size: 32px;
}
.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: gray;
margin: 0;
}

.sec-team-member .team-block p{
    font-size: 12px;
    color: gray;

}
.heading-pera{
    color: gray;
font-size: 17px;
}
.sec-president-desk{
    padding: 10px 0;
}
.heading-block{
    padding: 40px 0;
}
.sec-president-desk .content{
font-size: 16px;
color: gray;
text-align: justify;
line-height: 34px;
margin-top: 40px;
}
.sec-president-desk .brown-btn{
	margin-top: 2px;
}
.desk-img{
    background:  rgba(49, 60, 99, 0.9);
    background-image: url(../images/other/BG.png);
    padding: 130px;
height: 425px;
margin: 45px 0 0px 0px;
position: relative;
}
.desk-img img{
 position: absolute;
bottom: 42px;
left: 42px;
height: 425px;
width: 100%
}
.brown-btn{
    border: 1px solid   #C5954B;
    padding: 3px 18px;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto-Medium';
    background-color:   #C5954B;
    -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 .info {
    position: relative;
    padding: 15px 12px 21px;
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e5e5e5;
    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: #313C63 !important;
color: #fff;
border: 1px solid #fff;
}
.box--item .meta {
    margin-top: 12px;
font-size: 16px;
    line-height: 15px;
      color:  #313C63;
      font-family: 'Roboto-Medium';
}
.box--item .meta p {
    margin-bottom: 0;
}
.box--item .desc {
    margin-top: 10px;
}
.text-darker {
	color: gray;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto-Light';
	word-wrap: break-word;
}
.text-darker  p{
	margin-bottom: 4px;
}
.text-darker .date-block{
color: #C5954B;
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 a{
  color: #313C63;
  text-decoration: none !important;
  font-size: 22px;
font-family: 'Roboto-Bold';

}
.title h2{
margin: 0;
}

.title p{
    font-size: 12px;
    color:  #313C63;
}
.round-btn {
    padding: 5px 20px;
    border: 1px solid #313C63;
    background-color: #313C63;
    color: #fff;
    border-radius: 25px;
     font-family: 'Roboto-Light';
     -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-color: #C5954B;
}*/
/*.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-color: #313C63;
    position: absolute;
    bottom: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 12px;
}

.champion-heading{
    margin: 30px 0;
    font-family: 'Roboto-Medium';
}
.team-name{
    color: #C5954B;
}

.commn-icon img{
height: 75px;
width: auto;
margin-bottom: 10px;
}
.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: rgba(255, 255, 255, 0.7);
    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 20px;
    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: 22px;
    color: #000;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    padding-bottom: 0px;
}
.single_blog_slider:hover .blog_item_content h4{
	color: #000;
} 
.single_blog_slider .blog_item_content h5 {
    font-size: 16px;
    color: #313C63;
    font-family: 'Roboto-Medium';
    font-weight: 300;
    padding-bottom: 0;
}

#owl-blog .owl-buttons .owl-prev {
    left: 30px;
}
#owl-blog .owl-buttons .owl-next {
    right: 30px;
}
#owl-blog .owl-buttons .owl-prev, #owl-blog .owl-buttons .owl-next {
    margin: 0;
    position: absolute;
    top: 45%;
    background: #C5954B;
    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 #C5954B;
    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 {
    background-color: rgba(49, 60, 99, 0.9);
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.dark-overlay-home {
    background-color: rgba(0,0,0, 0.2);
    opacity: .7;
    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-family: 'Roboto-Medium';
}
.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{
    width: 390px;
position: absolute;
top: 200px;
}
.dwnload-app-sec .content-pera{
    margin: 30px 0;
}
.dwnload-app-sec .content-pera p{
 text-align: justify;
 color: gray;
 line-height: 32px;
}
.contact-form label{
color: gray;
}
.contact-form .form-control{
    border-radius: 0;
    border: 2px solid #ddd;
}
.submit-btn{
    margin: 30px 0;
}
.score-strip{
    background-color: gray;
    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: #313C63 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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-family: 'Roboto-Medium';
    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: #C5954B;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto-Medium';
}

#precidentModal .modal-dialog {
    max-width: 785px;
    margin: 1.75rem auto;
}
#precidentModal .modal-dialog .modal-header{
	background-color: #C5954B;
}
#precidentModal .modal-dialog .modal-header img{
	width: 35px;
}
#precidentModal .modal-dialog .modal-body{
font-size: 16px;
color: gray;
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: 22px;
}

.section-contact-us{
    padding: 190px 0 60px;
}
.contact-info .contact-box {
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.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: gray;
 font-size: 14px;
}
.contact-info .txt  {
    padding-left: 22%;
    text-align: left;
    padding-top: 2px;
   
}
.contact-info .txt a{
    color: #313C63;
}
.big-icon, .big-icon:visited {
    border-radius: 50px;
    color: #313C63;
    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: 60px 0;
}
.privacy-content ul {
    padding: 0;
    margin: 0;
}
.privacy-content ul li::before {
    content: "•";
    position: absolute;
    left: 25px;
    top: 18px;
    color: #C5954B;
    font-size: 36px;
    line-height: 0;
}
.privacy-content ul li {
    position: relative;
    padding: 5px 0 5px 45px;
    list-style-type: none;
    line-height: 24px;
}
.privacy-content h4 {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    color: #150539;
    margin: 30px 0 20px;
    font-size: 16px;
}
.privacy-content{
    text-align: justify;
}



.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/Leosum_2.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 15px 0 30px;
position: relative;
margin-bottom: 40px;
}
.iner-conent{
    padding: 200px 0 120px;
    text-align: center;
    position: relative;
}

.inner-page-heading {
    position: absolute;
    color: #000;
    bottom: -62px;
    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: 2px solid #313C63;
}
.inner-page-heading h1{
    font-family: 'Roboto-Bold';
    letter-spacing: 1px;
text-transform: uppercase;
margin-top: 8px;
color:  #313C63;
}

.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;
}
.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-color: #313C63;
}

.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-color: #313C63;
}

.mission-tabs h4 {
    margin-top: 0px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    color:#183f80;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    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: 15px;
    color: #000;
   /*box-shadow: 0px 3px 10px lightgray;*/
}

.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: #183f80;
    width: 48px;
    margin: 0 auto;
}

/*.mission-detail-block p {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
}*/

.mission-detail-block .inner-content {
    background-color: #313C63;
    color: #fff;
    padding: 105px 90px;
    line-height: 32px;
    text-align: justify;
    margin-top: -75px;
    z-index: 10;
position: relative;
}
.mission-detail-block .inner-img{
width: 675px;
margin: 20px auto 0;
border: 20px solid #fff;
-webkit-box-shadow: 2px 2px 10px gray;
        box-shadow: 2px 2px 10px gray;
z-index: 20;
position: relative;
}
.mission-detail-block .icon-inner{
height: 75px;
margin-bottom: 35px;
}

/*event page css*/
.event-tabs{
    border: none;
}
.event-tabs .nav-item{
    margin: 0 auto;
}
.event-tabs .nav-item a {
    background-color: #ddd;
    border-radius: 0;
    padding: 8px;
    font-size: 23px;
    width: 280px;
    text-align: center;
    color: #313C63;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
}

.event-tabs .nav-item a.active{
background-color:  #313C63;
color: #fff;
}

.event-list-content{
   text-align: center;
margin: 30px 30px 0;
padding: 30px 30px 0;
}

.event-list-content .event-img{
border: 8px solid #ddd;
width: 200px;
height: 200px;
margin: 10px auto;
border-radius: 50%;
}
.event-list-content .event-img img{
border-radius: 50%;
width: 100%;
height: 100%;
}
.event-table{
    margin: 0 auto;
    position: relative;
}
.arrow img{
    width: 30px;
}

.event-table tr th{
    width: 230px;
    border: none;
    padding: 5px;
color: #fff;
font-size: 22px;
}
.event-table tr th.th1{
background-color:#e0e0e0;
}
.event-table tr th.th2{
background-color: #bdbdbd;
}

.event-table tr th.th3{
background-color: #9e9e9e;
}
.event-table tr td{
  font-size: 18px;  
}
.committee-events-sec{
    padding: 60px 0;
}



/*lci page css*/


.lci-block{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 20px;
}
.lci-block .img-block{
padding: 40px;
text-align: center;
}
.lci-block .img-block img{
    width: 100px;
}
.lci-block .img-block h4{
    font-family: 'Roboto-Bold';
color: #313C63;
margin-top: 15px;
font-size: 26px;
}
.lci-block .read-more-fild{
    background-color: #313C63;
    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;
}
.lci-block .read-more-fild a img{
   height: 20px;
}

.lci-sec{
    padding: 120px 0;
}

.lic-row{
    padding: 30px 0;
}


/*lci about us page css*/

.inner-heading-left{
    position: relative;
    font-family: 'Roboto-Medium';
color: #313C63;
padding-left: 330px;
}
.inner-heading-left:before{
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    background-color: #313C63;
    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: gray;
    line-height: 32px;
}


.inner-heading-right{
    position: relative;
    font-family: 'Roboto-Medium';
color: #313C63;
padding-right: 330px;
text-align: right;
}
.inner-heading-right:before{
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    background-color: #313C63;
    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: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 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;
  border-radius: 15px;
  color: #000;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #313C63 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 #313C63 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: 12px 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: #313C63;
}

.select-options li[rel="hide"] { display: none; }

.common-form .form-group .form-control{
height: 40px;
border-radius: 15px;
border: 1px solid #313C63;
-webkit-box-shadow: none;
        box-shadow: none;
}

.btn-apply {
    padding: 8px 20px;
    border: 1px solid #313C63;
    background-color: #313C63;
    color: #fff;
    border-radius: 15px;
    font-family: 'Roboto-Light';
    -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: 35px;
}
.common-form {
    padding: 40px 0;
}
.common-form label{
    color: #313C63;
    font-size: 20px;
}

.members-img-sec .img-block{
border: 1px solid #ddd;
margin: 80px 40px 80px;
padding: 12px;
position: relative;
}
.members-img-sec .img-block img{
    width: 100%;
    height: 225px;
}

.member-name-plate{
     position: absolute;
bottom: -90px; 
    background-image: url(../images/other/BOX-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 140px;
width: 300px;
padding: 25px;
left: 25px;
color: gray;
text-align: center;
}
.member-name-plate h4{
font-size: 18px;
}

.member-name-plate h5{
   font-size: 16px;
   margin-top: 16px;
   font-family: 'Roboto-LightI';
}
/*.members-img-sec .member-row{
padding: 40px 0;
}*/
.members-img-sec{
    padding: 0px 0 60px;
}

/*awards page css*/

.award-heading-block{
    border: 5px solid #C5954B;
    border-bottom: none;
    height: 120px;
    margin-top: 120px;
position: relative;

}
.award-heading-block h3 {
    position: absolute;
    top: -30px;
    background-color: #fff;
    padding: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 68%;
    text-align: center;
    font-family: 'Roboto-Medium';
color: #313C63;
}

.aword-block {
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 30px 15px;
    margin: 35px 10px;
    height: 210px;
}
.aword-block h4{
    font-size: 16px;
    font-family: 'Roboto-Italic';
    color: gray;
    margin-top: 15px;

}

.sprdha-new-block{
	text-align: center;
}
.sprdha-new-block img{
	width: 95px;
}
.sprdha-new-block h4{
font-size: 18px;
margin: 12px 0 5px;
font-family: 'Roboto-Medium';
}
.sprdha-new-block h5{
	font-size: 16px;
    font-family: 'Roboto-Italic';
    color: #C5954B;
    margin-top: 0px;
}
.margin-adjust-row{
   padding: 50px 50px 50px;
    margin-top: -125px;
}

/*past tenure page css*/

.past-tenure-block{
    border: 1px solid gray;
    border-radius: 30px;
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-family: 'Roboto-Medium';
    color: #313C63;
    font-size: 20px;
}
/*.past-tenure-block .table-bordered  .heading-row{
    border-bottom: 5px solid #313C63;

}*/
.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-color: #313C63;
    color: #fff;
    
}
.past-tenure-block .table-bordered tr.white-row td{
background-color: #fff;
    color: #313C63;
}

/*committee page css*/


.committee-head{
    width: 285px !important;
}
.committee-block {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 5px;
}
.committee-block .img-block {
  padding: 30px 0;
text-align: center;

}
.committee-block .logo-link{
    display: block;
    height: 110px;
    width: 110px;
    background-color: #313C63;
    border-radius: 50%;
     margin: 40px auto;
}
.committee-block a .img-block h2 {
    color: #fff;
    text-align: center;
}
.committee-block .read-more-fild {
    background-color: #313C63;
    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: #bc0404;
}
.sprdha-block .yellow-team{
background-color: #e4c414;
}
.sprdha-block .green-team{
background-color: #145414;
}
.sprdha-block .blue-team{
background-color: #343c64;
}

/*sprdha detail css*/

.sprdha-detail-sec{
    padding: 60px 0;
}
.sprdha-detail-sec .nav-tabs{
    border: none;
}
.sprdha-detail-sec .nav-tabs li a {
    background-color: #ddd;
    border-radius: 0;
    padding: 10px 45px;
font-size: 23px;
width: 100%;
    text-align: center;
    color: #313C63;
    font-family: 'Roboto-Bold';
    margin: 5px 0;
    display: block;
    text-decoration: none;
    border-radius: 12px;
}
.sprdha-detail-sec .nav-tabs li a.active {
    background-color: #313C63;
    color: #fff;
}

.table-heead-sprdha{
background-color: #313C63;
color: #fff;
padding: 8px;
text-align: center;
font-size: 27px;
font-family: 'Roboto-Bold';
}
.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-family: 'Roboto-Bold';
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 150px;
}
.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: #313C63;
}
.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;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;
}
.profile{text-align: center;padding-top: 50px;}
.profile .user-name{font-size: 18px;margin: 20px 0 0px}
.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: #313C63;}
.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 #313C63;
    border-radius: 50%;
    color: #313C63;
    cursor: pointer;
    display: block;
    font: 18px Myriad Pro,Verdana,Geneva,sans-serif;
    margin: 5px auto;
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 0;
}
.choose_file input[type="file"] {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.heading-acc {
font-family: 'Roboto-Medium';
    font-size: 20px;
    text-align: right;
    margin-top: 0;
}
/** my account css  end**/



/** body css end **/

/** footer start **/

.footer-main{
background-color: #343434;
padding: 30px 0 10px;
}
.footer-logo{

}
.footer-about{
color: #eee;
font-size: 14px;
}
.footer-heading{
    color: #fff;
    font-family: 'Roboto-Medium';
}

.footer-about p{
line-height: 32px;
text-align: justify;
}

.footer-strip{
	background-color: #313C63;
	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: #C5954B;
font-size: 22px;
top: 18px;
}*/
.about-quest-line{
	color: #fff;
font-size: 14px;
font-family: 'Roboto-Medium';
margin-bottom: 5px;

}
.about-quest-line a{
	color: #C5954B !important;
}

.footer-links-list li a{
    color: #eee;
    font-family: 'Roboto-Medium';
    font-size: 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.footer-about a{
    color: #C5954B;
}
.sec-news-letter{
    padding: 40px 0;
    background-color: #313C63;

}
.copyright-text{
    font-size: 14px;
    color: #eee;
    padding: 12px 0;
}
.copyright-text p{
	margin-bottom: 0;
	font-size: 11px;
}

.copyright-text hr{
    background-color:#fff;
}

.footer-social{
	text-align: center !important;
	margin-bottom: 3px;
}
.footer-social li a{
padding: 12px;
color: #fff;
background-color: #C5954B;
}
.footer-social > li::after {
	content: none;

}
.footer-social li a {
	padding: 6px 4px;
	color: #fff;
	background-color: #C5954B;
	height: 35px;
	width: 35px;
	display: block;
	border-radius: 50%;
	margin: 0 5px;
}

/** footer end **/

/*## scroll_top css ##*/
.scroll_top {background: #313C63;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: #C5954B 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: #313C63; 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)
{
.header-main .navbar-brand img {
    width: 35px;
}
.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: 52%;
    padding: 0;
}
.heading-white {
    font-size: 20px;
}
#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: gray;
    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: #C5954B;
    background-color: #C5954B;
    float: right;
    margin-top: 8px;
}
.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;
}
.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;
}
.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: 40px 0;
}
.member-name-plate {
    bottom: -60px;
    height: auto;
    width: 250px;
    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 #313C63;
    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-family: 'Roboto-Regular';
    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:#313C63; 
}
.small-social-div ul{
   text-align: center;
}
.header-main .navbar-light .navbar-nav .nav-link {
    color: #313C63 !important;
}
.header-main .nav-main-tab {
    width: 100%;
}
.header-main .navbar-light .navbar-nav .nav-link {
    padding: 2px 0 !important;
}
.login-header {
    margin-left: 0;
}
.header-main .navbar {
    padding: 5px;
}
.header-row{
    width: 110%; 
}
.small-social-div{
    display: block;
}
.with-black-bg.header-main .navbar-brand img {
    width: 35px;
}

}

@media (max-width: 480px)
{

}

@media (max-width: 360px)
{

}


/** media end **/





