body{
    font-family: 'Barlow', sans-serif;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.padding-0{
    padding: 5px;
}
.readmore:hover,
.readmore:focus,
.readmore{
    float: right;
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}
.btn-download:focus,
.btn-download:active,
.btn-download:hover,
.btn-download{
    margin-bottom: 70px;
    background-color: #272122 !important;
    border: none;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 14px;
    color: #fff;
    box-shadow: none  !important;
    margin-top: 30px;
}
.btn-download i.fa{
    margin-right: 15px;
    color: #f58733;
}
.page-land{
    background: #272122;
}
.page-land .landing{
    border: none;
    background: transparent;
}
.page-land .landing .card-img-top{
    width: 100%;
}
.page-land .landing .card-body .card-title{
    color: #e9c152;
}
.page-land .landing .card-body .status{
    color: #e9c152;
    font-family: 'Noticia Text', serif;
}
.page-land .landing .card-body .quote{
    color: #e9c152;
    font-family: 'Noticia Text', serif;
    margin-bottom: 40px;
}
.page-land .landing .card-body .status::after{
    content: "";
    display: block;
    width: 60%;
    margin: 20px auto;
    border-bottom: 2px dashed  #e9c152;
}
.page-land .landing .card-body .card-title.marathi{
    font-family: 'Yantramanav', sans-serif;
}
.page-land .landing .card-body .btn:focus,
.page-land .landing .card-body .btn:active,
.page-land .landing .card-body .btn{
    min-width: 140px;
    color: #e9c152;
    background: transparent;
    text-transform: uppercase;
    border: 2px solid #e9c152;
    box-shadow:none;
}
.page-land .landing .card-body .social{
    width: fit-content;
    border-top: 2px solid #e9c152;
    margin: 40px auto;
}
.page-land .landing .card-body .social li a{
    color: #e9c152;
}


.page-home .main-nav{
    margin-bottom: -56px;
    z-index: 1;
    background-color: transparent !important;
}
.page-home .main-nav .navbar-brand{
    display: none;
}
.page-home .main-nav .navbar-nav li a:focus,
.page-home .main-nav .navbar-nav li a:active,
.page-home .main-nav .navbar-nav li a:hover,
.page-home .main-nav .navbar-nav li a{
    color: #e9c152;
}
.page-home .slider .left-side{
    background: #e9c152;
}
.page-home .slider .left-side h1{
    white-space: nowrap;
    font-family: 'Archivo Black', sans-serif;
    position: inherit;
    text-transform: uppercase;
    font-size: 3.3rem;
    opacity: 0.6;
    color: #fff;
    z-index: 1;
    padding-left: 55px;
    margin-top: 40px;
}
.page-home .slider .left-side .controller{
    position: inherit;
    margin-left: -200px;
    margin-top: 142px;    
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}
.page-home .slider .left-side .controller li a{
    font-weight: bold;
    color: #fff;
}
.page-home .slider .left-side .controller li+li a{
    cursor:pointer;
}
.page-home .slider .left-side .controller li a span{
    font-size:22px;
}
.page-home .slider .left-side .controller li a span.active{
    color:#272122;
}
.page-home .slider .right-side{
    background: #272122;
}
.page-home .slider .right-side .dp img{
    width: 100%;
    position: inherit;
    z-index: 2;
    margin-left: -165px;
    margin-top: 80px;
}
.page-home .slider .right-side .details{
    margin-top:220px;
}
.page-home .slider .right-side .details h3{
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    font-size:16px;
    text-align:right;
    padding-right:20px;
}
.page-home .slider .right-side .details p{
    color:#fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    font-size:18px;
}
.page-home .white-bg .details{
    padding: 35px 0 0 35px;
}
.page-home .white-bg .details h3{
    color: #5a5a5a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.page-home .white-bg .details h3 i.fa{
    margin-right: 15px;
}
.page-home .white-bg .details h3 span{
    font-weight: 100;
    color: #d2d2d2;
    text-transform: capitalize;
}
.page-home .card-activity .card{
    overflow: hidden;
    border: none;
    border-radius: 0;
    border-radius: 10px;
}
.page-home .card-activity .card .card-body {
    min-height: 125px;
    text-align: center;
}
.page-home .card-activity .card .card-body {
    background: #272122;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}
.page-home .white-bg .details p{
    padding-right: 30px;
    text-align: justify;
}
.page-home .white-bg .details p:last-child {
    margin-bottom: 15px;
}
.page-home .memories .card .card-body .card-text::before,
.page-home .dark-bg .info p::before,
.page-home .white-bg .details p::before{
    content: "";
    display: inline-block;
    min-width: 50px;
}
.page-home .white-bg .details .social{
    position: inherit;
    float: right;
    margin-top: -60px;
    z-index: 999;
}
.page-home .white-bg .details .social li a{
    color: #fff;
    background: #272122;
    min-width: 60px;
    text-align: center;
    float: right;
}
.page-home .white-bg .details .social li a span{
    display: none;
}
.page-home .white-bg .details .social li a:hover{
    background: #e9c152;
}
.page-home .white-bg .details .social li a:hover span{
    display: initial;
}
.page-home .white-bg .about-img{
    padding-left: 0;
}
.page-home .white-bg .about-img img.mr-top{
    margin-top: -60px;
}
.page-home .position-listing h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 50%;
}
.page-home .position-listing i.fa{
    margin-right: 15px;;
}
.page-home .position-listing .media {
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 10px;
}
.page-home .position-listing .media .media-body h5.pos{
    color: #e9c152;
    font-size: 16px;
    font-weight: 600;
}
.page-home .position-listing .media .media-body h5.com{
    color: #272122;
    font-size: 18px;
    font-weight: 600;
}
.page-home .dark-bg{
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-home .dark-bg .title h4{
    color: #5a5a5a;
    text-transform: uppercase;
    padding: 15px;
}
.page-home .dark-bg .info{
    padding-left: 50px;
}
.page-home .dark-bg .info p,
.page-home .dark-bg .info h3{
    color: #fff;
}
.page-home .dark-bg .info .card{
        border: none;
    border-radius: 0;
    background-color: transparent;
}
.page-home .dark-bg .info h3{
    font-family: 'Archivo Black', sans-serif;
        font-size: 18px;
}
.page-home .dark-bg .info p{
        line-height: 15px;
    font-size: 14px;
}
.page-home .dark-bg .info p a.readmore{
    text-decoration:none;
    text-decoration: none;
    color: #e9c152;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
}
.page-home .dark-bg .info .controller li a,
.page-home .dark-bg .info .controller li a:hover,
.page-home .dark-bg .info .controller li a:active
.page-home .dark-bg .info .controller li a:focus{
    color: #e9c152;
}
.page-home .memories h3{
    margin-bottom: 30px;
}
.page-home .memories h3 a{
    margin-right: 30px;
    font-size: 14px;
    cursor: pointer;
}
.page-home .memories .card .img{
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
.page-home .memories .card .card-body{
    background: #272122;
}
.page-home .memories .card .card-body .card-title{
    color: #e9c152;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    text-transform: uppercase;
    min-height: 32px;
}
.page-home .memories .card .card-body .card-text{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    min-height: 50px;
}
.page-home .memories .owl-carousel .owl-nav,
.page-home .memories .owl-carousel .owl-nav.disabled{
    display: unset;
}
.page-home .memories .owl-carousel .owl-nav,
.page-home .memories .owl-carousel .owl-nav.disabled{
    margin-top: 10px;
    display: block;
    text-align: right;
}
.page-home .memories .owl-carousel .owl-nav button:focus,
.page-home .memories .owl-carousel .owl-nav button,
.page-home .memories .owl-carousel .owl-nav.disabled button:focus,
.page-home .memories .owl-carousel .owl-nav.disabled button{
    font-size: 24px;
    background: #e9c152;
    color: #fff;
    padding: 10px !important;
    min-width: 40px;
    margin-right: 10px;
    font-weight: bold;
    border:none;
    outline:none;
    box-shadow: none;
}
.page-home .gallery{
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    padding-top: 30px;
    padding-right: .50rem;
}
.page-home .gallery .page-title{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
}
.page-home .gallery .page-title .page-subtitle{
    font-size: 0.8125rem;
    color: #6e7687;
    margin-left: 2rem;
}
.page-home .gallery .card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: .25rem;
    margin-left: .25rem;
    width: 100%;
}
.page-home .gallery .card img{
    width: 100%;
}
.footer{
    background: #fafbfc;
    border-top: 1px solid #eaeaec;
    padding-top: 40px;
}
.footer .list-group{
    border-radius: 0;
    border: none;
}
.footer .list-group .list-group-item{
    border-radius: 0;
    background: transparent;
    border: none;
    line-height: 10px;    
    font-size: 14px;
    color: #696b79;
    padding-left: 0;
    display: block;

}
.footer .list-group .list-group-item.head{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #282c3f;
}
.footer .address address{
    font-size: 14px;
    color: #696b79;
}
.footer .address h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #282c3f;
    font-size: 14px;
    margin-top: 20px;    
}
.footer .contact h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #282c3f;
    font-size: 14px;
    margin-top: 20px;    
}
.footer .contact span{
    display: block;   
    font-size: 14px;
    color: #696b79;
}
.footer .social{
    margin-top: 15px;
    border-top: 1px solid #eaeaec;
}
.footer .social .nav li a{
    color: #282c3f;
    font-size: 14px;
    font-weight: 600;
}