@charset "utf-8";
/* CSS Document */
.sigma_icon-block p{display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
text-overflow: ellipsis;}
.bg-primary{background-color:#fd7b28 !important; }
.sigma_service .sigma_service-body p, .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner p{display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis;}
.contactus .sigma_icon-block .sigma_icon-block-content p{display: block;}
.sigma_icon-block .icon-wrapper{margin-right: 20px;}
.sigma_icon-block .icon-wrapper img{width:70px; height: auto;}
.programs-activities-sec, .teaching-slider-sec, .team-slider-sec{position: relative;}
.programs-activities-sec .sigma_arrows, .teaching-slider-sec .sigma_arrows, .team-slider-sec .sigma_arrows{position: absolute; top:50%; width:100%; transform: translateY(-50%);}
.programs-activities-sec .sigma_arrows .slick-arrow, .teaching-slider-sec .sigma_arrows .slick-arrow, .team-slider-sec .sigma_arrows .slick-arrow{position: absolute; color: #FFF;}
.programs-activities-sec .sigma_arrows .slider-prev, .teaching-slider-sec .sigma_arrows .slider-prev, .team-slider-sec .sigma_arrows .slider-prev{left:-50px;}
.programs-activities-sec .sigma_arrows .slider-next, .teaching-slider-sec .sigma_arrows .slider-next, .team-slider-sec .sigma_arrows .slider-next{right:-50px;}
.sigma_footer-middle .sigma_sm.square li a{width:40px; height: 40px; display: inline-block; text-align: center; line-height: 38px; color: #FFF;}
.sigma_footer-middle .sigma_sm.square li a:hover{color: #fd7b28; background-color: #FFF;}
.banner-below-sec{display: block; padding: 40px 30px; background-color: #fd7b28;  border-radius: 20px;}
.banner-below-sec h4.title, .banner-below-sec p{color:#FFF;}
.banner-below-sec p{margin-bottom: 20px;}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a:hover{color:#FFF;}
.list1{display: block;}
.list1 li{position: relative; padding-left: 30px; }
.list1 li:before{position: absolute; font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900; content:"\f0da"; left:15px;}
.bg-primary .list1 li{color:#fff;}
.bg-primary .list1 li:before{color: #EDCCA3;}
.bg-primary  .sigma_btn-custom{background-color: #fcd229; color:#000; }
.bg-primary  .sigma_btn-custom::before{background-color: #FFF;}
.teachings-bulletins ul li{margin-bottom: 15px; display: block; }
.teachings-bulletins ul li a i{font-size: 24px;}
.teachings-bulletins ul li a span{color: #000; font-size: 16px;}
.divine-mother-says ul li{margin-bottom: 15px; display: block; position: relative; padding-left: 25px; font-size: 16px;color: #000;}
.divine-mother-says ul li:before{font-family:"Font Awesome 5 Pro";font-weight:900; content:"\f0da"; position: absolute; left: 10px; color: #fd7b28;}
.divine-mother-says a.dms-titel{color: #000;}
.divine-mother-says a.dms-titel:hover{color: #fd7b28;}
.main-gallery-page .mgp-img, .popup-gallery .pg-img{display: block;  position: relative;}
.main-gallery-page .mgp-img:before, .popup-gallery .pg-img:before{position: absolute; width: 0%; height: 100%; background-color: rgba(0,0,0,0.5); left: 0px; bottom: 0px; content: ""; transition: 500ms;}
.main-gallery-page .mgp-img:after, .popup-gallery .pg-img:after{position: absolute; width: 35px; height: 35px; background-color: #fff; left: 50%; top:0%; transform: translateX(-50%);  font-family:"Font Awesome 5 Pro";font-weight:900; color: #fd7b28; border-radius: 10px;text-align: center; line-height: 35px;  transition: 1000ms; opacity: 0;}
.main-gallery-page .mgp-img:hover:before, .popup-gallery .pg-img:hover:before{ width: 100%; }
.main-gallery-page .mgp-img:hover:after, .popup-gallery .pg-img:hover:after{left: 50%; top:50%; transform: translate(-50%, -50%); opacity: 1; }
.main-gallery-page .mgp-img:after{content:"\f0c1"; }
.popup-gallery .pg-img:after{content:"\f00e"; }
.main-gallery-page h4{font-weight: 600; display: block; text-align: center; font-size: 22px; margin-top: 10px; }
.main-gallery-page h4 a{color: #000;}
.main-gallery-page h4 a:hover{color: #fd7b28;}
.form-group{position: relative;}
.form-group label.error{position: absolute; left: 0px; bottom: -25px; font-size: 11px;}
.form-group input.company-name{position: absolute; left:-2000px;}
.vision-stmt{background-color:rgba(253, 123, 40, 0.5);}
.mission-stmt{background-color:rgba(252, 210, 41, 0.5);}
.vision-img{display: block; overflow:hidden; }
.vision-text p{font-size: 20px; font-style: italic;line-height: 1.5; color:#000;  }
.office-bearers table th{color: #000 !important;}
.sigma_btn-custom.ver2{background-color: #E51617}
.sigma_btn-custom.ver2:focus::before, .sigma_btn-custom.ver2:hover::before{background-color: #a01e1c;}
@media (min-width:992px){
	.vision-img{clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%); margin-right: -20px;}
	.mission-stmt .vision-img{clip-path: polygon( 00% 0%, 100% 0%, 100% 100%, 20% 100%); margin-left: -20px;}
	
}
.title-animation{animation: color-change 2s infinite;}
@keyframes color-change {
  0% { color: #FFF; }
  20% { color: #FCD229; }
  40% { color: #a01e1c; }
  60% { color: #FFF; }
  80% { color: #FCD229; }
  100% { color: #a01e1c; }
}

