﻿/*
:root{
	--blue-color:#F54B4B;
	--yellow-color:#white;
	
}
*/
/*panels=============================================*/
.panel-header {
    text-align:center;
	width:80%;
	margin:30px auto !important;
	
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
	
}
.panel-header p {
   
	text-align:center;
	margin-top:20px;
}
    .panel-header h3 {
        position: relative;
        display: inline;
        color: black;
        font-size: 1.5em;
        font-family: AnjomanMax;
        margin-bottom: 10px;
    }

        .panel-header h3:after {
            content: '';
            width: 20%;
            height: 3px;
            background: red;
            position: absolute;
            right: 0;
            top: 100%;
            transition: all ease-in .5s;
        }

 .panel-header h3:hover:after {
    width: 100%;
    transition: all ease-in .5s;
} 

.start-panel .panel-header {
   text-align:right;
   width:100%;
	
	
}
.start-panel  .panel-header p {
   
	text-align:right;
}
.start-panel .panel-header h3 {
		
        position: relative;
        display: inline;
        color: #000;
        font-size: 1.5em;
		font-family:AnjomanMax;
		margin-bottom:10px;
       
    }

.start-panel   .panel-header h3:after {
            content: '';
            width: 40%;
			margin-top:5px;
            height: 3px;
            background: #3B0202;
            position: absolute;
            right: 5%;
            top: 100%;
            transition: all ease-in .5s;
			
        }

.start-panel.panel-header h3:hover:after {
    width: 100%;
    transition: all ease-in .5s;
}


/*==================================================*/

.bg-color-1 {
    width: 150px;
    height: 30px;
    position: relative;
    background: #ff7982;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

    .bg-color-1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 15px solid white;
        border-top: 15px solid transparent;
        border-bottom: 20px solid transparent;
        top: 0.2px;
    }




.btn-secondary {
    font-size: 1rem;
    color: #9e0514;
    border: 2px solid #9e0514;
    border-radius: 34px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}


    .btn-secondary ::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        content: '';
        border-radius: 50%;
        display: block;
        width: 20em;
        height: 20em;
        left: -5em;
        text-align: center;
        transition: box-shadow 0.5s ease-out;
        z-index: -1;
    }

    .btn-secondary :hover {
        color: #fff;
        border: 1px solid rgb(40, 144, 241);
    }

        .btn-secondary :hover::before {
            box-shadow: inset 0 0 0 10em rgb(40, 144, 241);
        }







/*===================================================*/
.page {
    overflow: hidden !important;
}




.card-body h1 {
    background: rgb(83,55,55);
    background: linear-gradient(90deg, rgba(83,55,55,1) 7%, rgba(224,0,0,1) 46%, rgba(156,1,1,1) 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}



.card-body strong {
    color: #8c0000;
}

.card-body1 {
    overflow: hidden;
    border-top: none;
}



.list-group-item a:hover {
    background: rgb(255,75,75);
    background: linear-gradient(90deg, rgba(255,75,75,0.4598214285714286) 7%, rgba(255,75,75,0.5634628851540616) 46%, rgba(255,75,75,0.35898109243697474) 83%);
    transition: background 1s;
}






.list-group-item a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s;
}

.list-group-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
}

    .list-group-item a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        z-index: -1;
        border-radius: 9px;
        pointer-events: none;
        transition: all .3s;
    }

    .list-group-item a:hover::after {
        transform: rotate(35deg);
        transform-origin: bottom;
    }

    .list-group-item a:hover .list-group-item {
        background-color: rgba(156, 156, 156, 0.466);
    }



@media (max-width: 1024px) {


    .list-group-item {
        flex-wrap: wrap;
    }
}




.SubTitle {
    background-color: #fff8f8;
    padding: 1rem;
    border-radius: 20px;
}




.Comment {
    text-align: center;
}

.border-bottom {
    border-bottom: solid 1px #870814 !important;
}
/*========================================================*/
#sendComment label {
}

#sendComment .input::after {
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

#sendComment .input:focus + #sendComment .input::after {
    width: 100%;
}

#sendComment .input {
    background-color: #eee;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    width: 13em;
    border-radius: 1rem;
    color: lightcoral;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
}

    #sendComment .input:focus {
        outline-color: lightcoral;
    }


/*========================================================*/
.top-slider {
    position: relative;
    margin-top: 50px;
}

    .top-slider .carousel-caption {
        position: absolute;
        text-align: right;
        padding: 5px;
        top: auto;
        bottom: 10%;
    }

        .top-slider .carousel-caption h5 {
            font-size: 2.5rem;
            font-weight: bolder;
            color: #FFF;
            margin: .2em 0 1em 0;
            font-family: AnjomanMax;
            animation: fadeInUp;
            animation-duration: 2s;
        }

        .top-slider .carousel-caption p {
            font-size: 1rem;
            text-align: justify;
            font-weight: bold;
            color: #FFF;
            padding: 10px;
            text-align: right;
            animation: fadeInUp;
            animation-duration: 3s;
            width: 50%;
        }

    .top-slider .slider-btn {
        margin-top: 20px;
        animation: fadeInUp;
        animation-duration: 4s;
    }

@media (min-width: 767.98px) {
    #slider-1 {
        height: 100vh;
    }
}

/*===================================*/


.back .img-fluid {
    max-width: 80%;
    z-index: 2;
}

.back .card-body {
}


.card-body h2 {
    font-size: 1.2rem;
    padding: 0.5rem;
}

.card-body .card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .card-body .card:hover {
        background-color: #faf7f7;
    }


    .card-body .card::after {
        content: "";
        position: absolute;
        background-color: aqua;
        background: url('img/aa2.svg') no-repeat center top;
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        opacity: 0.3;
    }


/*login=====================================================*/


#alone-page::before {
    content: "";
    position: absolute;
    background-color: aqua;
    background: url('img/back8.svg') no-repeat center top;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    right: 0;
}







.card-header {
    text-align: center;
    background-color: #FFF;
    border-bottom: none !important;
}


    .card-header::after {
        content: "";
        position: absolute;
        width: 30%;
        height: 3px;
        background-color: #f9c412;
        top: 2.3rem;
        text-align: center;
        left: 35%;
    }



.form-check-input {
    border: #f9c413 2px solid;
}

    .form-check-input:checked {
        background-color: #f9c413;
        color: black;
        border: #FFF 2px solid;
    }

.btn-color-2 {
    font-size: 1rem;
    color: #e3af00;
    border: 2px solid #e3af00;
    border-radius: 34px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

    .btn-color-2 :hover {
        color: #163247;
        box-shadow: 0 0px 20px #801336;
    }



.form-control {
    border-radius: 50px;
}







.input-group-text {
    color: white;
    border-radius: 50%;
    background: rgb(255,237,179);
    background: linear-gradient(90deg, rgba(255,237,179,1) 7%, rgba(249,196,19,1) 83%);
    border: 0;
}







.card1::after {
    content: "";
    position: absolute;
    background-color: aqua;
    background: url('img/c1.svg') no-repeat center top;
    width: 60%;
    height: 60%;
    top: 4rem;
    opacity: 0.3;
}





.card1 {
    overflow: hidden;
    border-left: none;
}




.card-msg::after {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    background-color: #f9c413;
    top: -3rem;
    border-radius: 12%;
    transform: rotate(35deg);
    right: -60%;
    padding:;
}



.card-msg::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    background-color: #ffde72;
    top: -3rem;
    border-radius: 12%;
    transform: rotate(35deg);
    right: -56%;
}




.cardmg {
    z-index: 1050;
    margin-top: 5rem;
}










@media (max-width: 1215px) {
    .card-msg::after {
        top: -5rem;
        right: -70%;
    }

    .card-msg::before {
        top: -5rem;
        right: -65%;
    }

    .Msglogin {
        margin-top: 10%;
        width: 60%;
        font-size: 0.5rem;
    }

    .card1::after {
        top: 5rem;
    }
}


@media (max-width: 764px) {
    .card-msg::after {
        right: -100%;
        border-radius: 60px;
        top: -8rem;
    }

    .card-msg::before {
        right: -95%;
        top: -8rem;
        border-radius: 60px;
    }

    .Msglogin {
        margin-top: 50%;
        width: 60%;
        font-size: 0.5rem;
    }

    .card1::after {
        top: 11rem;
    }
}


@media (max-width: 570px) {
    .card-msg::after {
        top: 1rem;
        right: -70%;
    }

    .card-msg::before {
        top: 1rem;
        right: -65%;
    }

    .Msglogin {
        margin-top: 10%;
        width: 60%;
        font-size: 0.5rem;
    }

    .card1::after {
        top: 5rem;
    }
}













/*






.card {
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12px );
    -webkit-backdrop-filter: blur( 12px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}




#alone-page::before {
    content: "";
    position: absolute;
    background-color: aqua;
    background: url('img/back8.svg') no-repeat center top;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}







@keyframes a1 {
    10% {
        right: 11rem;
    }
    20% {
        right: 11.3rem;
    }

    30% {
        right: 11rem;
    }

    40% {
        right: 11.3rem;
    }

    50% {
        right: 11rem;
    }

    60% {
        right: 11.33rem;
    }

    70% {
        right: 11rem;
    }

    80% {
       
        right: 11.3rem;
    }
    90% {
        right: 11rem;
    }

    100% {
        right: 11.3rem;
    }
}


@keyframes a2 {
    10% {
        right: 14.5rem;
    }
    20% {
        right: 14rem;
    }
    30% {
        right: 14.5rem;
    }

    40% {
        right: 14rem;
    }
    50% {
        right: 14.5rem;
    }

    60% {
        right: 14rem;
    }
    70% {
        right:14.5rem;
    }

    80% {
        right: 14rem;
    }
    90% {
        right: 14.5rem;
    }
    100% {
        right: 14rem;
    }
}




.card1 {
    border: none;
}



    .card-msg::after {
        content: "";
        position: absolute;
        background-color: aqua;
        background: url('img/30.png') no-repeat center top;
        width: 100% !important;
        height: 100%;
        top: 0;
        right: 11rem;
        z-index: 1050;
        animation: a1 10s infinite;
        width:100%;
    }


    .card-msg::before {
        content: "";
        position: absolute;
        background-color: aqua;
        background: url('img/31.png') no-repeat center top;
        width: 100% !important;
        height: 100%;
        top: 0;
        right: 14rem;
        z-index: 1050;
        animation: a2 10s infinite;
       
    }


.cardmg {
    background-color: #f9c413;
}


.Msglogin {
    margin-top:5rem;
}


.card {
    overflow:hidden;
}
*/
/*========================================================*/
.top-slider{
	position:relative;
	margin-top:50px;
}
.top-slider .carousel-caption {
   position:absolute;
    text-align: right;
    padding: 5px;
    top:auto;
	bottom:10%;
	
	
}

    .top-slider .carousel-caption h5 {
        font-size: 2.5rem;
        font-weight: bolder;
        color: #FFF;
        margin: .2em 0 1em 0;
		font-family:AnjomanMax;
		animation: fadeInUp; 
		animation-duration: 2s; 
    }
    .top-slider .carousel-caption p {
        font-size: 1rem;
        text-align:justify;
		font-weight:bold;
        color: #FFF;
        padding: 10px;
        text-align: right;
		animation: fadeInUp; 
		animation-duration: 3s; 
		width:50%;
    }
	  .top-slider .slider-btn {
		margin-top:20px;
		animation: fadeInUp; 
		animation-duration: 4s; 
    }
	@media (min-width: 767.98px) {
    #slider-1{
	height:100vh;
}
}


/*itemtype==============================================*/

.item-type .item{
	margin:1.5em;
	
}
.item-type h5 {
    padding:1em;
	font-size:.9em;
}
    .item-type img {
        width: 50%;
    }
.item-type a{
	text-align:center;
}



/*category==============================================*/
.item-cat .row{
   
    border-radius: 1em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h5 {
    padding:1em;
}

.item-cat img {
    width: 20%;
}

.item-cat a {
    text-align: center;
}
/*contents=======================================*/
.content .card {
    height: 100%;
    max-height: 100%;
}
.content .item {
   
}

.hr-content .card {
    height: 100%;
    max-height: 100%;
	background:#FFF;
}

@font-face{
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}

.content .card{
	position:relative;
}



.content .card a:after{
	content:" \F285";
	font-family: "bootstrap";
	font-size:25px;
	text-align:center;
	color:black;
	position:absolute;
	width:50px;
	height:40px;
	background-color:#f43535;
	left:30px;
	bottom:0px;
	transition:all 1s;
	z-index:1050;
}


.content .card:hover a:after{
	color:#fff;
	bottom:-15px;
	transition:all 1s;
	
	
}
.content .card:after{
	content:"";
	position:absolute;
	width:10%;
	height:5%;
	top:0;
	left:0;
	border-top:4px solid #f43535;
	border-left:4px solid #f43535;
	transition:all 1s;
}

.content .card:before{
	content:"";
	position:absolute;
	width:10%;
	height:5%;
	bottom:0;
	right:0;
	border-bottom:4px solid #f43535;
	border-right:4px solid #f43535;
	transition:all 1s;
}


.content .card:hover:after{
	width:40%;
	height:26%;
	transition:all 1s;
}

.content .card:hover:before{

	width:40%;
	height:26%;
	transition:all 1s;
}


/*gallery=======================================*/


.gallery h2 {
    font-size: 1rem;
}

.gallery .item {
}
/*person=======================================*/

.person h2 {
    font-size: 0.8rem;

}



.person .item{
	background-color:#ffff;
	overflow:hidden;
	border-radius:5px !important;
	padding:10px !important;
    margin-top: 0px;
	
	margin:12px;
	margin-bottom:50px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}
.person img{
	
  transition: transform .2s; 
  	border-radius:50% !important;
	width:70% !important;

}
.person .item h5{
	margin-top:30px!important;
	 padding:10px !important;
	 font-size:16px;
	 
}


.person .item:hover img{
  transform: scale(1.1); 
  
  
}
.person .item:hover h5{
 color:#FFA62F;


  
  
}
.person .item:hover {
  overflow:hidden;
  
  
}



/*sponsor=======================================*/

.sponsor h2 {
    font-size: 1rem;

}

.sponsor .item{
	position:relative;
    transition: all 0.5s;

	margin-top:20px !important;
	padding:0 !important;
	
}
.sponsor .item:hover{  
     transition: all 0.5s;
   
	transform: translate(0px,-10px);
	
	
}


/*vertical-menu=====================================================*/
.vertical-menu li a {
    color: #12121d;
    font-size: small;
}
.vertical-menu li a i{
    color: #000;
    font-size:xx-small;
}
.vertical-menu .panel-header{
	margin-bottom:0 !important;
}
/*Vertical SubMenu================================================*/
.vertical-nav .dropdown-submenu {
    position: relative;
}


.vertical-nav .nav .nav-link a {
    color: #bababa;
}

.vertical-nav .nav .nav-link {
    color: #bababa;
}

/*.vertical-nav .nav .nav-link a:hover {
    color: black;
}*/
.vertical-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.vertical-nav .dropdown-toggle::after {
    display: none !important;
}

.vertical-nav ul.dropdown-menu {
    text-align: right;
    font-size: 12px;
    top: 0;
    right: 50%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vertical-nav .dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.vertical-nav ul.dropdown-menu > li {
    padding: 8px 0;
}

    .vertical-nav ul.dropdown-menu > li > a {
        color: #000 !important;
    }

        .vertical-nav ul.dropdown-menu > li > a:hover {
            color: #8b0000 !important;
        }

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}



    /*stat===============================================*/
    .stat {
        color: #FFF;
    }
	.stat .panel-header {
    text-align:center;
	margin:50px auto !important;
	
}
 .stat  .panel-header h3:after {
           
            width: 0%;
			
        }
    .stat h3 {
        color: #FFF !important;
    }
.stat i {
    
    font-size: 3em;
}
.stat p {
    font-size: 1em;
}
.stat .number-count {
    font-size: 2em;
}
 

/*======================================================*/
.img-fade .item, .img-up .item{
    position: relative;
}

    .img-fade  .overlay {
        position: absolute;
        padding: 10px;
		width: 80%;
		height: 70%;
		top:0;
		left: 0;
		margin: 10%;
        background: rgba(3, 69, 191, 0.7);
        opacity: 0;
        transition: 1s ease;
    
    }
.img-fade  .overlay h2{
	color:#FFF;
	font-weight:bold;
}
.img-fade  .overlay p{
	color:#FFF;
	
}
    .img-fade .item:hover .overlay {
        opacity: 1;
    }

    .img-up .overlay {
         position: absolute;
        padding: 10px;
		width: 80%;
		height: 70%;
		top:0;
		left: 0;
		margin: 10%;
        background: rgba(3, 69, 191, 0.581);
        overflow: hidden;
        transition: ease-in-out .5s;
        opacity: .5;
    }

    .img-up .item:hover .overlay {
        height: 100%;
    }
.img-fade  .overlay h2{
	color:#FFF;
	font-weight:bold;
}
.img-fade  .overlay p{
	color:#FFF;
	
}
     .img-grow {
        overflow: hidden;
        }

    .img-grow img {
        transition: transform ease-in .5s;
    }

    .img-grow .item:hover img {
        transform: scale(1.1);
    }

.img-shrink {
    overflow: hidden;
}

    .img-shrink img {
        transition: transform ease-in .5s;
     
    }

    .img-shrink .item:hover img {
        transform: scale(1.1);
    }
	.img-rotate .item a div{
    overflow: hidden;
}
.img-rotate img{
    transition:transform .5s ease-in-out;

}

.img-rotate img:hover {
    transform:scale(1.5) rotate(10deg);
}
   



.conf .img-fluid{
	
	transition: transform .2s; 
}


.conf:hover .img-fluid{
	transform: scale(1.1); 
	transition: transform .4s; 
}



.conf:hover .text-color-2{
	color:var(--blue-color);
}

/*timelime================================*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 800px;
    margin:40px auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color:#f43535;
        top: 0;
        bottom: 0;
        right: 24.4%;
        margin-left: -3px;
        border-radius: 10px;
        
    }

/* Container around content */
.container {
    padding: 5px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline*/ 
    /*.container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -17px;
        background-color: #4F426E;
        border: 4px solid #348976;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }*/

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #f43535;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f43535;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #f43535;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f43535 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content-2 {
    padding: 20px 20px;
    background-color:#f43535;
    position: relative;
    border-radius: 6px;
}
    .content-2 h2, .h2 {
        font-size: 1rem;
        font-weight:bold;
        color:white;
    }
    .content-2 p {
        
        color: white;
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    
    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .container::before {
            left: 60px;
            border: medium solid #f43535;
            border-width: 10px 10px 10px 0;
            border-color: transparent #f43535 transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}
@media (min-width: 1200px) {
    .content-2 h2, .h2 {
        font-size: 1rem;
    }
    }





























