#logo img{
    height: 60px !important;
}

header #header-wrap .container{
    border-radius: 5px;
}

.menu-link {
    padding: 25px 15px;
    color: #161616;
    font-size: 13px; 
}

.menu-link:hover{
    background: #102a29;
    color: #fff;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #fff;
}

#slider .tp-caption{
    text-shadow: 1px 0 0 #333;
	text-transform: uppercase;
	letter-spacing:3px;
}

#slider .tp-caption.revo-slider-desc-text{
    font-size: 16px !important;
	line-height: 26px !important;
}


@-webkit-keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	45% {
		top: 28px;
		opacity: 1;
	}
	100% {
		top: 28px;
		opacity: 0;
	}
}
@keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	45% {
		top: 28px;
		opacity: 1;
	}
	100% {
		top: 28px;
		opacity: 0;
	}
}

.scroll-down {
	position: absolute;
	top: auto;
	bottom: 65px;
	left: 50%;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	border: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	opacity: .8;
}
.scroll-mouse {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 46px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 20px;
}
.scroll-wheel {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: scrollDown 2.5s infinite;
			animation: scrollDown 2.5s infinite;
}

.main_title{
	position: relative;
    margin-bottom: 45px;
    text-align: center;
}

.main_title h2{
	font-size: 2.25rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
	color: #000;
    letter-spacing: 5px;
}

.main_title span{
	display: block;
    content: attr(data-mask);
    position: absolute;
    text-align: center;
    margin-top: -10px;
    top: 0;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    z-index: 1;
    color: #f5f5f5;
    text-transform: uppercase;
    width: 100%;
}

#section-upcoming-events{
	padding:40px 40px 20px 40px;
}

#section-upcoming-events .ue-name{
	font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
}

#section-upcoming-events .ue-details{
	padding: 20px 0;
    font-size: 14px;
    line-height: 26px;
}

#section-upcoming-events .ue-image img{
	width:80%;
	border-radius: 3px;
}

#section-upcoming-events .month-name{
	font-size: 13px;
}

#section-upcoming-events .year-val{
	font-size: 12px;
}

#section-upcoming-events .owl-carousel .owl-nav{
    display: none;
}

#section-upcoming-events .ue-read-more{
	margin-top: 20px;
	text-align: right;
}

.button.button-small{
    padding: 5px 10px;
}

.button-small.button-border{
	border:1px solid #444;
}

.date-box-wrapper{
	width: 60%;
	float: right;
}

.date-grey-box{
	background: #f7f7f7;
    text-align: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.date-grey-box .date-val{
	font-size: 32px;
    font-weight: bold;
}

.date-theme-color-box .day-name{
	text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 2px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot{
	background-color: #b7b7b7;
}


.ue-modal p{
	font-size: 14px;
    text-align: justify;
    line-height: 26px;
    padding: 20px 0;
}

.ue-modal img{
	max-width: 40%;
}

.ue-md-title-row, .ue-md-detail-row{
	padding:20px 60px;
}

.ue-main-content-row{
	padding:0 60px;
}

#section-upcoming-events #ue-boxes{
	margin-bottom:10px !important;
}


#section-past-events{
	padding:40px 0;
}

#section-past-events .card{
    border: 0;
    box-shadow:0px 1px 5px #e5e5e5;
	border-radius: 10px;
	margin-bottom:20px;
}

#section-past-events .card-image-section img{
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
} 

#section-past-events .card-title{
	font-size: 16px;
}

#section-past-events .card-text{
	font-size: 13px;
	line-height: 26px;
	color: #333 !important;
}

#section-past-events .event-date-details{
	padding-right: 0;
}

#section-past-events .event-month-name{
	font-size: 11px;
    color: #a9a7a7;
}

#section-past-events .event-year{
	font-size: 11px;
    color: #a9a7a7;
}

#section-past-events .event-date{
	font-size: 23px;
    font-weight: bold;
    color: #000;
}

#section-about-us{
	padding:40px 20px;
	background-size:cover;
}

#section-about-us .main_title h2{
	color:#fff;
}

#section-about-us .main_title{
	text-align:left;
	margin-bottom: 10px;
	color: #fff;
}

#section-about-us .main_title span{
	text-align:left;
}

#section-about-us h4{
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
}

#section-about-us .about-us-details{
	font-size: 14px;
	line-height: 26px;
	color:#fff;
}

#section-about-us ul{
	font-size: 13px;
    list-style-type: none;
    text-align: right;
	font-weight: bold;
}

#section-about-us img{
	border-radius:3px;
}

#section-about-us .feature-img{
	width:15px;
	margin-left: 3px;
}

/* 
#section-about-us ul li:after{
	content:' *';
} */

.grey-bg{
	background:#f8f8f8;
}

#section-about-us .lgs-features-section{
	color:#fff;
}

#section-about-us .sms-features-section{
	display:none;
}


.home-parallax-bg {
    background-color: #ffffff40;
    padding: 20px;
	margin-top: 20px;
}

.home-parallax-bg p {
    font-family: 'Sansita', sans-serif !important;
    font-size: 50px;
}

#middle-contact-us-section .wrapper{
	margin-top: -60px;
}

#middle-contact-us-section .middle-contact-text{
	text-shadow:1px 1px 1px #303030
}

#middle-contact-us-section .link-looks-like-text{
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}

.triangle-down{
    box-sizing: content-box;
    width: 50%; 
    height: 0;
    padding-left:50%;
    padding-top: 5%; 
    overflow: hidden;
}
.triangle-down div {
    width: 0;
    height: 0;
    margin-left:-1000px; 
    margin-top:-100px; 
    border-left: 1000px solid transparent; 
    border-right: 1000px solid transparent; 
	border-top: 100px solid #ffffff;
}

#members-section{
	margin-top: 60px;
}

#members-section .member-details-wrapper{
	padding: 20px 40px;
	color:#fff;
}

#members-section .member-name{
	font-size: 20px;
    font-weight: bold;
}

#members-section .member-designation{
	font-size: 15px;
	color: #919191;
}

#members-section .member-message{
	font-size: 14px;
    margin-top: 20px;
}

#members-section .member-msg-read-more{
	text-align: right;
}

.member-msg-modal img{
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width:50%;
}

.member-msg-modal p{
	font-size: 14px;
    line-height: 26px;
}

.member-msg-modal  .msg-modal-member-designation{
   font-size: 13px;
   font-weight: bold;
}

#members-section .member-row .ss-member-detail-wrapper{
	margin-top: -68px;
    background: #102a29b5;
    position: relative;
    padding: 10px 20px;
    color: #fff;
	display: none;
}

#members-section .member-row .ss-member-name{
	font-size: 18px;
    letter-spacing: 1px;
}

#members-section .member-row .ss-member-designation{
	font-size: 14px;
    letter-spacing: 2px;
}

/* #member-boxes{
	width: 100%;
    margin: 0;
    padding: 0;
}

#member-boxes .oc-item{
	width: 100%;
}

#member-boxes .owl-item{
	margin:0 !important;
} */

#member-msg-boxes .owl-carousel.owl-loaded {
    display: block;
}

#member-msg-boxes .owl-dots {
    display: none !important;
}

#member-boxes .owl-carousel.owl-loaded {
    display: block;
}

#member-boxes .owl-nav .owl-prev{
	left:0;
}

#member-boxes .owl-nav .owl-next{
	right:0;
}

#member-boxes .owl-dots{
	display: none;
}

#member-boxes .other-member-detail-wrapper{
	top: -68px;
    background: #102a29b5;
    position: relative;
    padding: 10px 20px;
    color: #fff;
}

#member-boxes .other-member-name{
	font-size: 18px;
    letter-spacing: 1px;
}

#member-boxes .other-member-designation{
	font-size: 14px;
    letter-spacing: 2px;
}

#members-section .member-msg-read-more a{
	margin-top:10px !important;
}

#section-testimonials .testimonial-main-row{
	min-height: 350px;
}

#section-testimonials .testimonial-left{
	background:#f5f5f5; 
}

#section-testimonials .testimonial-right{
	padding:50px 0;
	align-content: center;
	/* filter: brightness(95%); */
}

#section-testimonials .testimonial-content-wrapper{
    background: transparent;
	width: 100%;
    margin-left: -20%;
    padding: 20px 40px;
    box-shadow: 0px 0px 3px #c3c3c3;
    border-radius: 10px;
	font-size: 14px;
	line-height: 26px;
	min-height: 450px;
}

#section-testimonials .testimonial-content-wrapper .row{
	margin-top:60px;
}

#testimonial-carousel .owl-dots{
	display: none;
}

/* #section-testimonials .testimonial-content-wrapper .testimonial-content::first-letter{
	font-size: 250%;
	color: #333;
	font-weight: bold;
} */

#section-testimonials .testimonial-content-wrapper .testimonial-content .testimonial-title{
	font-size:24px;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 55px;
} 

#section-testimonials .testimonial-content-wrapper .testimonial-content .testimonial-para{
	min-height: 180px;
} 

#section-testimonials .testimonial-content-wrapper .testimonial-img img{
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
    padding: 2px;
    border-right: none !important;
}

.client-details-wrapper{
	text-align: right;
}

.client-details-wrapper.cdw-ss{
	display: none;
}

.client-details-wrapper .client-name{
	font-size: 18px;
    color: #333;
    font-weight: bold;
}

.client-details-wrapper .client-designation{
	color: #333;
    font-size: 13px;
}

.double-qoutes-wrapper{
	font-family: "Catamaran", sans-serif;
    font-size: 200px;
    margin-top: -90px;
    text-align: right;
    color: #ebd0a9;
    transform: rotate(-180deg);
    margin-left: -80px;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

#section-services{
	margin-bottom: 80px;
}

#section-services .service-box{
	/* padding: 3px; */
    /* box-shadow: 0px 0px 5px #e7e7e7;  */
    text-align: center;
    border-radius: 10px; 
    border: 1px solid #efeeee;
	margin-bottom: 20px;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	background:#f9f9f9;
}

.top-left-no-radius{
	border-top-left-radius: 0 !important;
}

.bottom-right-no-radius{
	border-bottom-right-radius: 0 !important;
}

#section-services .service-box .service-img img{
    border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transform: scale(1);
    transition: all 1s ease 0s;
}

#section-services .service-box .service-title{
	font-weight: 600;
    font-size: 16px;
    padding: 20px 0;
	min-height: 90px;
	color:#333;
}

#section-services .service-box .service-img{
	overflow: hidden;
	border-radius: 10px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#section-services .service-box:hover .service-img img{
	transform: scale(1.5);
}

#section-portfolios{
	margin:80px 0;
}

#section-portfolios .container-fluid{
	background-color: #f5f5f5;
	padding: 20px 40px;
}

#section-portfolios .portfolio-box{
	background: #fff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #bbbbbb;
}

#section-portfolios .portfolio-box .portfolio-title{
	color: #333;
    font-weight: bold;
	font-size: 20px;
}

#section-portfolios .portfolio-box .portfolio-description{
	font-size: 11px;
    color: #333;
    line-height: 20px;
	bottom: 0;
    position: absolute;
}

#section-portfolios .portfolio-box .portfolio-img img{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#section-portfolios .description-preview h3{
	color: #fff !important;
}

#section-portfolios .description-preview p{
	color: #fff !important;
	font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

#section-portfolios .img-wrap:hover img{
	opacity: 0.8;
}

#section-contact-us{
	margin:80px 0;
}

#section-contact-us #map ,#section-contact-us #map iframe{
	height: 200px;
}

#section-contact-us .form-wrapper{
	padding: 20px 40px;
    box-shadow: 0px 22px 27px -15px #000000;
    border-top: 1px solid #f7f7f7;
    z-index: 100;
    position: relative;
    background: #f8f8f8
}

#section-contact-us .form-wrapper .form-title{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}

#section-contact-us .sm-form-control{
	padding:6px 14px;
	font-size: 14px;
}

#section-contact-us .contact-details{
	padding: 20px 0;
	font-size: 14px;
	line-height: 30px;
}

#section-contact-us .contact-icons{
	font-size: 18px;
    margin-right: 20px;
	font-weight: bold;
	min-width: 25px;
}

#section-contact-us .contact-links{
	color:#555;
}

footer{
    padding: 60px 60px 20px 60px;
    color: #fff;
    font-size: 14px;
    margin-top: -150px;
    z-index: 0;
    position: relative;
}

.copyrights{
	border-top: 1px solid #6e6e6e;
    padding: 20px 0;
    margin-top: 20px;
	color: #bbb;
}

footer .footer-menu{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

footer .footer-menu .footer-menu-item a{
	color:#bbb;
}

footer .footer-menu .footer-menu-item a:hover{
	color:#fff;
}

footer .social-icons-wrapper{
	display: flex;
    list-style-type: none;
	margin-bottom: 5px;
}

footer .social-icons-wrapper li{
	margin-right: 20px;
}

footer .social-icons-wrapper li a{
	color:#bbb;
	font-size: 20px;
	padding: 20px;
}

footer .social-icons-wrapper li a:hover{
	border-radius: 4px;
}


#lightbox .lb-outerContainer{
	background-color: transparent !important;
}

.lightboxOverlay{
	opacity: 0;
}

@media (min-width: 992px) {
    .transparent-header.floating-header .container {
        background-color: #ffffffd1;
    }

    .transparent-header.sticky-header .container {
        background-color: transparent !important;
    }

    .sticky-header #header-wrap{
        background-color: #fffffff5;
    }
}

@media (max-width:991px){
	.menu-link{
		padding:10px 20px;
		font-size: 13px;
	}

	.primary-menu{
		margin-top: 20px;
	}

	#section-past-events .event-date-details{
		display: flex;
    	align-items: center;
	}

	#section-past-events .event-date{
		margin:0 10px;
	}

	.main_title{
		margin-bottom: 20px;
	}

	.main_title h2{
		font-size: 35px;
	}

	.main_title span{
		font-size: 35px;
		line-height: 55px;
	}
	
	#section-about-us .lgs-features-section{
		display:none;
	}

	#section-about-us .about-us-details{
		margin-bottom: 20px;
	}

	#section-about-us .sms-features-section{
		display:block;
		color:#fff;
	}

	#section-about-us ul{
		display: flex;
		text-align: left;
	}

	#section-about-us .sms-features-section .row{
		margin-bottom: 20px;
	}

	#section-about-us .sms-features-section .row div{
		font-size: 13px;
		line-height: 26px;
	}
/* 
	#section-about-us .sms-features-section .row div:before{
		content:' * ';
	} */

	#section-about-us .feature-img{
		margin-left: 0;
		margin-right: 3px;
	}

	.double-qoutes-wrapper{
		margin-left:-60px;
	}

	#section-testimonials .testimonial-content-wrapper{
		width: 110%;
		margin-left: -30%;
		padding: 20px;
	}

}

@media (min-width: 768px)  and (max-width:991px){
	.date-box-wrapper {
		width: 100%;
	}

	#section-upcoming-events .ue-image img{
		width: 100%;
	}

	#section-upcoming-events .ue-details{
		padding: 0;
	}

	#section-portfolios .portfolio-box .portfolio-title{
		font-size: 16px;
	}
}

@media (max-width:767px){
	.date-box-wrapper {
		float: none;
        width: 35%;
        z-index: 100;
        position: relative;
        opacity: 0.9;
	}

	.date-grey-box{
		padding: 5px;
	}

	.date-grey-box,  .date-theme-color-box .day-name{
		border-radius: 0 !important;
	}

	#section-upcoming-events .ue-image img {
		width: 100%;
		border-radius: 3px;
		margin-top: -127px;
		position: relative;
	}

	.ue-main-content-row, .ue-md-title-row, .ue-md-detail-row{
		padding:0 15px;
	} 

	#section-upcoming-events .ue-name{
		padding-bottom: 20px;
	}

	.ue-modal .modal-wrapper{
		max-width: 90% !important;
	}

	.ue-modal img {
		max-width: 60%;
	}

	.ue-modal .modal-conent{
		padding-bottom: 10px !important;
	}

	#section-testimonials .testimonial-content-wrapper {
		width: 130%;
		margin-left: -50%;
	}

	#section-testimonials .testimonial-content-wrapper .testimonial-img img{
		-webkit-border-radius: 400px;
		-moz-border-radius: 400px;
		border-radius: 400px;
		width: 60%;
		margin-left: 20%;
	}

	#section-portfolios .portfolio-box .portfolio-description{
		bottom: inherit;
		position: relative;
		padding:10px 0;
	}

	#section-portfolios .portfolio-box .portfolio-title{
		padding: 10px 0;
	}

	#section-portfolios .portfolio-box .portfolio-img img{
		border-radius: 4px;
	}

	footer{
		padding: 60px 20px 20px 20px;
	}

	footer .social-icons-wrapper{
		margin: 40px 0;
		justify-content: center;
	}

	.copyrights{
		text-align: center;
	}

	footer .footer-menu{
		display: inline;
		line-height: 30px;
	}

	footer .footer-menu-wrapper{
		text-align: center;
	}

	footer .footer-menu .footer-menu-item{
		display: inline-block;
		margin-right: 20px;
	}
}

@media (min-width:992px) and (max-width:1343px){
	#members-section .member-details-wrapper{
		padding: 10px;
	}

	#members-section .member-message{
		margin-top: 0;
		font-size: 13px;
	}

	#members-section .member-msg-read-more a{
		font-size: 10px;
		padding: 3px 10px;
	}

	#members-section .member-row .ss-member-detail-wrapper{
		display: block;
	}
	
	#members-section .member-row .member-details-wrapper .member-name{
		display: none;
	}
	#members-section .member-row .member-details-wrapper .member-designation{
		display: none;
	}

	#section-portfolios .portfolio-box .portfolio-title{
		font-size: 16px;
	}
}

@media (max-width:1100px){
	.client-details-wrapper{
		display: none;
	}

	.client-details-wrapper.cdw-ss{
		display: block;
		text-align: center;
	}

	#section-testimonials .testimonial-content-wrapper{
		min-height: 300px;
	}
}

@media (max-width:778px){
	#slider .button.button-border.button-light{
		font-size: 20px;
	}
}

@media (max-width:675px){
	
	#members-section .member-details-wrapper{
		padding: 20px;
	}

	#members-section .member-message{
		margin-top: 0;
		font-size: 13px;
	}

	#members-section .member-msg-read-more a{
		font-size: 10px;
		padding: 3px 10px;
		margin-top: 10px !important;
	}

	#members-section .member-row .ss-member-detail-wrapper{
		display: block;
	}
	
	#members-section .member-row .member-details-wrapper .member-name{
		display: none;
	}
	#members-section .member-row .member-details-wrapper .member-designation{
		display: none;
	}


	#members-section .member-row .ss-member-name{
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	#members-section .member-row .ss-member-designation{
		font-size: 14px;
		letter-spacing: 2px;
	}

	#member-boxes .other-member-detail-wrapper{
		top:-62px;
		padding: 10px;
	}

	#member-boxes .other-member-name{
		font-size: 15px;
	}

	#member-boxes .other-member-designation{
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	#section-portfolios .preview{
		/* top: 20%; */
        width: 100%;
        height: auto;
        display: block;
		padding: 20px;
	}
	#section-portfolios .description-preview{
		position: relative;
		left:0 !important;
	}
	#section-portfolios img.original{
		max-width: 100% !important;
		max-height: 100% !important;
		height:auto;
	}

	#section-portfolios .description-preview p{
		display: block;
	}

	#section-portfolios .action-close{
		top: 5px !important;
	}

	#section-portfolios button.action{
		font-size: 25px !important;
	}
}

@media (max-width:575px){
	#member-msg-boxes.owl-carousel .owl-item{
		margin:0;
		padding:0;
	}
}

@media (max-width:485px){
	.home-parallax-bg p{
		font-size: 35px;
	}
}

@media (max-width:479px){
	#slider .tp-caption{
		font-size: 16px !important;
        top: -100px;
        /* left: -12px; */
        text-align: center !important;
	}

	#slider .tp-caption.revo-slider-desc-text{
		font-size: 15px !important;
        top: -110px;
	}

	#slider .button.button-border.button-light{
		top:-50px;
	}

	#slider .hades.tparrows{
		display: none;
	}

	#slider .slider-inner{
		align-items: normal !important;
	}
}

@media (max-width:360px){
	.home-parallax-bg p{
		font-size: 30px;
	}
}

