@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
}
header{
    border-bottom: 1px solid #efefef;
}
header .navbar{
    padding-top:0;
    padding-bottom:0;
}
header .logo{
    width: 20%;
}
.bg-theme {
    background-color: #fff;
}

header .navbar .nav-item{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
}
header .navbar .nav-item .nav-link{
    padding-left: 1rem;
    padding-right: 1rem;
}

header .navbar .nav-item .dropdown-menu{
    text-transform: uppercase;
    font-size: 0.8rem;
}
header .navbar-toggler:focus {
    box-shadow:none;
}

.hero{
    margin-top: 3rem;
}
.hero .main-slider-carousel .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
}
.hero .main-slider-carousel .owl-nav button.owl-next, .hero .main-slider-carousel .owl-nav button.owl-prev {
	background: transparent;
	color: rgba(255, 255, 255, 0.8);
	border: none;
	padding: 10px !important;
	font-size: 30px;
	padding: 5px;
	border-radius: 0px;
}
.hero .main-slider-carousel .owl-nav button.owl-next:hover, .hero .main-slider-carousel .owl-nav button.owl-prev:hover {
	color: rgba(255, 255, 255, 1);
}
.hero .main-slider-carousel .owl-nav .owl-prev {
	position: absolute;
	text-align: left;
	left: 0px;
	color: #ccc;
}
.hero .main-slider-carousel .owl-nav .owl-next {
	position: absolute;
	text-align: right;
	right: 0px;
	color: #ccc;
}

.about-us{
    text-align: center;
}

.sec{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
h2{
    color: #981a3b;
    font-weight: 600;
}
.sec-info{
    padding-top: 3%;
}
.btn-theme{
    border-radius: 0;
    background-color: #981a3b;
    border-color: #981a3b;
    color: #fff;
}
.btn-theme:hover{
    border-radius: 0;
    background-color: #861533;
    border-color: #981a3b;
    color: #fff;
}

.event .event-itm{
    padding: 0.4rem;
    margin-bottom: 2rem;
}

.feedback{
    background-color: #dbdbdb;
}
.feedback ul{
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
    color: #333;
}
.feedback ul li{
    margin-bottom: 1rem;
}
.feedback ul li i, .feedback ul li strong {
    color: #9e193c;
    font-size: 1rem;
}
.feedback ul li a {
    color: #333;
    text-decoration: none;
}

footer{
    padding: 1rem 0;
    background-color: #231f20;
    color: #fff;
}


.page-header {
    padding: 5% 0;
    margin-top: 4.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-header {
    padding: 10% 0;
    margin-top: 3.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-header h1{
    font-weight: 600;
    color: #efefef;
    text-shadow: 1px 1px #000;
}

.contentph{
    padding-bottom: 2rem;
}
.contentph-green{
    background: transparent;
    background: -webkit-linear-gradient(right, #005450 10%, white 0%);
    background: -moz-linear-gradient(right, #005450 10%, white 0%);
    background: -ms-linear-gradient(right, #005450 10%, white 0%);
    background: linear-gradient(right, #005450 10%, white 0%);
}
.contentph-red{
    background: transparent;
    background: -webkit-linear-gradient(right, #9e193c 10%, white 0%);
    background: -moz-linear-gradient(right, #9e193c 10%, white 0%);
    background: -ms-linear-gradient(right, #9e193c 10%, white 0%);
    background: linear-gradient(right, #9e193c 10%, white 0%);
}
.contentph-yellow{
    background: transparent;
    background: -webkit-linear-gradient(right, #fdb813 10%, white 0%);
    background: -moz-linear-gradient(right, #fdb813 10%, white 0%);
    background: -ms-linear-gradient(right, #fdb813 10%, white 0%);
    background: linear-gradient(right, #fdb813 10%, white 0%);
}
.contentph-orange{
    background: transparent;
    background: -webkit-linear-gradient(right, #f37021 10%, white 0%);
    background: -moz-linear-gradient(right, #f37021 10%, white 0%);
    background: -ms-linear-gradient(right, #f37021 10%, white 0%);
    background: linear-gradient(right, #f37021 10%, white 0%);
}

.contentph .breadcrumb{
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc;
}
.contentph .breadcrumb a{
    color: #ccc;
    text-decoration: none;
}
.contentph ul{
    list-style: none;
}
.contentph ul li{
    margin-bottom: 1rem;
    list-style-image: url(img/bp1.png);
}

.contentph-val .val-itm{
    text-align: center;
    border: 1px solid #9e193c;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
.contentph-val .val-itm img{
    width: 45%;
    margin-bottom: 1rem;
}
.contentph-val .val-itm h5{
    color: #9e193c;
    font-weight: 600;
    text-transform: uppercase;
}
.contentph-val .val-itm p{
    font-size: 0.8rem;
}

.contentph-excom .excom-itm{
    text-align: center;
    border: 1px solid #9e193c;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
.contentph-excom .excom-itm img{
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}
.contentph-excom .excom-itm h5{
    color: #9e193c;
    font-weight: 600;
    text-transform: uppercase;
}
.contentph-excom .excom-itm h6{
    color:#fdb813;
    font-weight: 500;
    margin-bottom: 1rem;
}
.contentph-excom .excom-itm p{
    font-size: 0.8rem;
}

.contentph-contact ul{
    list-style: none;
}
.contentph-contact ul li{
    margin-bottom: 1rem;
    list-style-image:none;
    font-size: 0.9rem;
}
.contentph-contact ul li a{
    color: #333;
    text-decoration: none;
}
.contentph-contact ul li a:hover{
    color: rgb(0, 0, 0);
}
.contentph-contact ul li i, .contentph-contact ul li strong {
    color: #9e193c;
    font-size: 1rem;
}

.downloadsec .bookdl{
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    header .logo{
        width: 8%;
    }

    .hero{
        margin-top: 4.5rem;
    }
    .hero .main-slider-carousel .owl-nav {
		top: 45%;
	}
    .hero .main-slider-carousel .owl-nav {
        top: 40%;
    }
    .hero .main-slider-carousel .owl-nav button.owl-next, .hero .main-slider-carousel .owl-nav button.owl-prev {
        font-size: 60px;
    }

    .about-us{
        text-align:unset;
    }

    .sec-info{
        padding-top: 15%;
    }

    .event .event-itm{
        padding: 2rem 3rem;
        margin-bottom: 0rem;
    }

    .feedback ul{
        margin: 0 0 0 0;
    }

    footer{
        padding: 2rem 0;
    }

    .page-header {
        margin-top: 4.5rem;
        padding: 8% 0;
    }

    .contentph-val .val-itm{
        min-height: 250px;
    }

    .contentph-excom .excom-itm{
        min-height: 560px;
    }

    .downloadsec .bookdl{
        margin-bottom: 0rem;
    }
}