:root{
    --bright-yellow:#FFCB05;
    --logo:#9a114a;
}
html{
    scroll-behavior: smooth;
}
*{
	padding: 0;
	margin: 0
}

body{
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,a,p,span,label,div,input,li,tr,td{
    font-family: 'Open Sans', sans-serif;
}
p{
    font-size: 17px;
}
.section-padding{
	padding: 80px 0
}

.navbar{
	border: none
}

.navbar-default{
    background: transparent;
    z-index: 9;
    height: 100px;
    transition: .4s all;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
}

.search-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    display: none
}

.search-wrap input{
    margin: auto;
    display: block;
    margin-top: 20px;
    border: 0;
    border-bottom: 1px solid #681b2c;
    font-size: 32px;
}

.search-wrap img{
    width: 40px;
    position: absolute;
    right: 180px;
    top: 25px;
    cursor: pointer;
}

.search-wrap input:focus{
    outline: 0
}

.navbar-default .navbar-nav > li > a{
 cursor: pointer;
}
.navbar-nav{
	/*padding-top: 60px;*/
    transition: .4s all
}

.navbar-nav .m-d{
  transition: .4s all;
  position: relative;
  height: 80px
}

.navbar-nav .mdm{
    list-style: none;
}

.navbar-nav > li > .mdm{
    min-width: 200px;
    border: 0;
    margin-top: 0px;
    transition: .4s ease-in-out;
    opacity: 0;
    position: absolute;
    display: none;
}
.navbar-nav .m-d .mdm .mdm1{
    display: none;
    list-style: none
}

.navbar-nav .m-d .mdm li:hover .mdm1{
    display: block;
    position: absolute;
    right: 80px;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 200px;
    background: #fff;
    border-top: 2px solid #FFCB05;
}

.navbar-nav .m-d:hover .mdm{
    display: block;
    transition: .4s ease-in-out;
    opacity: 1;
    position: absolute;
    background: #fff;
    box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    top: 50px;
    border-top: 2px solid #edc11f;
}

.navbar-nav .mdm li{
    transition: .4s all;
    cursor: pointer;

}

.navbar-nav .mdm li a{
    font-size: 14px
}

.navbar-nav  .mdm li:hover{
background: var(--logo);
transition: .4s all
}

.navbar-nav  .mdm li:hover > a{
color:#fff !important;
text-decoration: none;
}

.navbar-nav > li > .mdm  li a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: var(--logo) !important;
}

.logo-polygon{
    position: absolute;
    width: 110px;
    height: 100px;
    z-index: -1;
    background: #fff;
    top: 0;
}

.logo-polygon:before{
    content: '';
    border-top: 20px solid #ffffff;
    border-left: 110px solid transparent;
    position: absolute;
    bottom: -20px;
}


.top-nav .logo-polygon{
    display:none;
}


.carousel-control:hover, .carousel-control:focus ,.carousel-control.left,.carousel-control.right{
    background-image: none !important;
    opacity: 1
}

.banner{
    position: relative;
}
.banner .item{
    background: #000;
}

.banner .bn-fade{
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,.3);*/
    background: rgba(122, 3, 52, 0.20);
    width: 100%;
    height: 100%
}

.banner .carousel {
    position: relative;
}

.banner .carousel-inner{
    height: 800px
}

.banner video{
    width: 100%
}

.banner .carousel-inner img{
	height: 900px;
	object-fit: cover;
}

.banner .carousel-indicators{
    bottom:80px;
    display: none;
}

.banner .carousel .fa-angle-left:before{
    content: url('../img/al.png');
}

.banner .carousel .fa-angle-right:before{
    content: url('../img/ar.png');
}

.banner .carousel-control span{
	position: absolute;
    top: 43%;
    font-size: 24px;
    opacity: 1 !important;
    color: #9d2740;
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1.8;
}

.banner .carousel-inner figcaption{
    position: absolute;
    top: 0;
    transform: translate(100%,50%);
    color: #fff;
    text-align: center;
}

.banner .carousel-inner h1{
    font-size: 35px;
    font-weight: 700
}


.banner .carousel-inner p{
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    border-radius: 2px;
    padding-bottom: 8px;
}

.banner .carousel-indicators .active {
    width: 45px;
    height: 6px;
    margin: 0;
    background-color: #9d2740;
    margin-bottom: 50px;
    border: 0;
    margin-right: 10px
}

.banner .carousel-indicators li {
    display: inline-block;
    width: 45px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    border: 0;
    margin-right: 10px
}


.df-extra-box{
	position: relative;
    margin-top: -113px;
    background: linear-gradient(20deg, #a65878, #f33b62 95%);
    width: 100%;
    height: 140px;
    padding-top: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

.df-extra-box .col-md-3 img{
    margin: auto;
    display: block;
    padding-top: 0px;
    width: 70px;
    object-fit: cover;
    transition:.4s all
}

.df-extra-box .col-md-3 a{
    text-decoration: none;
    border-right: 1px solid #d0d0d0;
    display: block;
}

.df-extra-box .col-md-3:nth-child(4) a{
    border-right: 0
}


.df-extra-box .col-md-3:hover img{
    cursor: pointer;
    transition: .4s all;
    transform: scale(1.1);
}

.df-extra-box h4{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.df-itro-cover img{
	width: 100%;
    height: 350px;
    object-fit: cover;
    box-shadow: 0 0 30px #c4c4c4;
}

.df-intro-text h3{
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    color: var(--logo);
    padding-bottom: 20px;

}
.df-head{
	text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: var(--logo);
      margin-bottom: 40px;
}
.df-intro-text p{
	font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.df-btn{
	background: var(--logo);
    padding:10px 25px;
    color: #fff !important;
    border-radius: 30px;
    box-shadow: 6px 8px 12px #afafaf;
    display: inline-block;
    /*margin-top: 20px;*/
    text-decoration: none !important;
    transition: .4s all;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.df-intro-text .df-btn{
    margin-top: 30px;
}
.df-btn:hover{
    box-shadow: none;
    transition: .4s all;
    color: #fff;
    background: #edc11f
}

.df-facilities{
	background: url() no-repeat;
	width: 100%;
	object-fit: cover;
	position: relative;
	background-attachment: fixed;
	min-height: 500px;
}

.df-img-fade{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #9d2740 50%,#000000 80%);
    opacity: .4;
}

.df-facilities-box{
    border-radius: 5px;
    padding: 25px 20px;
    color: #fff;
     transition: .4s all;
     text-align: center;
}

.df-facilities-box:hover{
 background:#fff;
 color: #333;
 transition: .4s all;
 transform: scale(1.04);
}
.df-facilities-box:hover h4{
    color:#9d2740
}

.df-facilities-box:hover a{
    background: #9d2740;
    border: 0;
    text-decoration: none;
}

.df-fb1{
   background:linear-gradient(80deg,#7a3aa3, #292959);
   box-shadow: 0 4px 20px #2e2c2c;
}

.df-fb2{
   background:linear-gradient(80deg,#e54646, #78282a);
   box-shadow: 0 4px 20px #2e2c2c;
}

.df-fb3{
   background:linear-gradient(80deg,#57a557, #2e4033);
   box-shadow: 0 4px 20px #2e2c2c;
}

.df-fb4{
   background:linear-gradient(80deg,#3769a9, #303051);
   box-shadow: 0 4px 20px #2e2c2c;
}

.df-fb1:hover i{
    background: linear-gradient(80deg,#7a3aa3, #292959);
    box-shadow: 0 4px 12px #2e2c2c;
    color: #fff;
    transition: .4s all
}


.df-fb2:hover i{
    background:linear-gradient(80deg,#e54646, #78282a);
    box-shadow: 0 4px 12px #2e2c2c;
    color: #fff;
    transition: .4s all
}


.df-fb3:hover i{
    background:linear-gradient(80deg,#57a557, #2e4033);
    box-shadow: 0 4px 12px #2e2c2c;
    color: #fff;
    transition: .4s all
}


.df-fb4:hover i{
    background:linear-gradient(80deg,#3769a9, #303051);
    box-shadow: 0 4px 12px #2e2c2c;
    color: #fff;
    transition: .4s all
}
.df-facilities-box h4{
	font-size: 20px;
    padding: 8px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.df-facilities-box p{
	text-align: center;
    font-family: 'lato', sans-serif;
    padding: 10px 10px;
    font-weight: 400;
}

.df-facilities-box a, .read-anc{
	color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
    font-family: 'lato', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    background: rgba(0,0,0,.3);
    border-radius: 20px;
    box-shadow: inset 0 0 2px #3e322f;
    margin: 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.df-facilities-box i{
	font-size: 30px;
    text-align: center;
    margin: auto;
    display: inline-block;
    padding: 15px 0;
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #9f9f9f;
    padding-top: 24px;
    box-shadow: 0 0 15px #615c5c;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Open Sans Condensed', sans-serif;
}
.df-insite .owl-carousel .item{
    overflow: hidden;
}


.df-insite .owl-carousel .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .4s all;
}

.df-insite .owl-carousel .item img:hover{
    transform: scale(1.15) rotate(2deg);
    transition: .4s all;
    cursor: pointer;
}

.df-insite .owl-carousel {
    margin-bottom: 0;
    padding-bottom: 20px;
}
/* The controlsy */
.df-insite .owl-nav{
    display: none
}

.df-insite .owl-dots{
    position: absolute;
    left: 40%;
    bottom: -5%;
}

.df-insite .owl-carousel .owl-dot{
    background: #681b2c;
    width: 35px;
    height: 6px;
    margin: auto;
    margin-left: 14px;
    border-radius: 20px;
}
.df-insite .owl-carousel .owl-dot:focus{
    outline:0
}

.df-insite .owl-carousel .active{
    background: #dedede;
    width: 35px;
    height: 6px;
}

.df-insite .owl-carousel-indicators .active {
background: #428bca;
}

.df-insite .carousel-inner .thumbnail{
	border: 0;
    border-radius: 4px;
}

.df-insite .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color:#9d2740;
    transition: .4s all;
}
.df-insite .owl-carousel .item{
    position: relative;
}

.df-insite .owl-carousel .item figcaption h3{
    position: absolute;
    text-align: center;
    background: #9d2740;
    padding: 15px 40px;
    left: 0;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0 30px 30px 0;
}


.news-wrap-box h4,.title-head{
	font-size: 20px;
    padding: 15px 0px;
    color: #9d2740;
    font-weight:700;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.news-wrap-box h5{
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0

}

.news-wrap-box span{
	float: left;
    font-weight: 500;
    color: var(--logo);
    font-size: 14px;
    padding-left: 20px;
    margin-top: -3px;
    padding-bottom: 8px;
    font-style: italic;
}
.news-wrap-box p{
	clear: both;
    font-size: 14px;
    color: #000;
}

.news-wrap .m-nw{
	padding-top: 80px
}

.news-wrap-list{
    border-bottom: 1px solid #e7e7e7;
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.news-wrap-list .col-md-7,.up-events .col-md-7,{
	padding: 0
}
.news-wrap-list .col-md-5{
	padding: 0
}

.up-events{
	clear: both;
    display: inline-block;
    padding: 8px 0px;
    border-bottom: 1px dotted #b5b5b5;
}
.up-events:nth-last-child(1),.news-wrap-list:nth-last-child(1){
  border: 0
}

.news-wrap-list img{
    width: 100%;
    height: 95px;
    object-fit: cover;
    transition: .4s;
}
.news-wrap-list:hover img{
    transform: scale(1.1);
}
.up-events-wrap{
	padding: 10px 0;
    /*background: linear-gradient(100deg, #9d2740, #a55768);*/
    background: #fff;
    border-top: 5px solid var(--logo);
    border-radius: 4px;
    box-shadow: 0 0 6px #e5e5e5eb;
    color: #fff;
    min-height: 415px;
    padding:10px;
}.up-events a{
    color: #fff;
}

.df-student-speak{
    background:url(../img/bg4.jpg);
    min-height: 520px;
    position: relative;
    background-attachment: fixed;
    color: #fff
}

.df-student-speak .df-sd-fade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0,.7);
}

.df-ind-partner .slick-slide img {
    height: 140px;
    object-fit: contain;
    padding: 40px;
    margin: auto;
    display: block;
    width: 185px;
    margin-left: -15px;
    margin-top: 5px;
}
.df-ind-partner .slick-slide img {
    height: 100%!important;
    width: 100%!important;
    object-fit: contain!important;
    padding: 25px!important;
    margin-left: 5px!important;
}

.df-subscription .mc4wp-form-fields {
    display: flex;
}
.df-ind-partner .slick-slider .slick-prev,.df-ind-partner .slick-slider .slick-next{
    font-size: 0 !important;
    border: 0
}

.df-ind-partner .slick-prev:before{
    content: '\f104';
    font-family: fontawesome;
    font-size: 35px;
    color: #9d2740;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    left: -50px;
    z-index: 11;
    top: 105px;
    line-height: 1;
}

.df-ind-partner .slick-next:before{
    content: '\f105';
    font-family: fontawesome;
    font-size: 35px;
    color: #9d2740;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent !important;
    line-height: 1;
    position: absolute;
    right: -50px;
    z-index: 11;
    top: 105px;
}

/*.df-ind-partner .slick-slider .slick-track,.df-ind-partner .slick-slider .slick-list{
    padding: 20px 0px !important
}*/

.df-ind-partner .df-head{
    padding-bottom:0
}
.df-subscription{
    background: linear-gradient(20deg, #a65878, #f33b62 95%);
    width: 100%;
}
.df-subscription h2{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

.df-subscription p{
    font-weight: 200;
    font-size: 14px;
    color: #fff
}

.df-subscription .btn-success{
    padding: 15px 25px;
    width: 40%;
}
.df-subscription input{
    width: 60%;
    padding: 15px 0;
    margin-top: 25px;
    border: 0;
    border-radius: 4px;
    padding-left: 15px
}

.df-subscription button{
    padding: 15px 31px;
    background:#790234;
    border: 0;
}
.df-subscription button:hover{
 transition: .4s all;
 background: #000
}
.df-subscription button a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
}

footer{
 
 position: relative;
 padding:60px 0px;
 background-size: cover;

}

footer .ft-fade{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.75);
     padding: 60px 0px;
}

footer .footer-logo img{
    margin: auto;
    display: block;
    padding: 15px 0;
    width:150px;
    position: relative;
}

footer .df-contact-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #edc11f;
    padding-bottom: 15px;
    position: relative;
}
footer .df-contact-box h3:before{
    content: '';
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 4px;
}

footer .df-contact-box ul{
    list-style: none;
    padding: 0
}

footer .df-contact-box ul li a{
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: .4s all;
}

footer .df-contact-box ul li a:hover{
    padding-left: 5px;
    transition: .4s all;
    color:  #edc11f
}

footer .df-contact{
    color:#fff
}

footer .df-contact h4{
    font-size: 13px;
    font-weight: 700;
    color: #edc11f;
}
/*footer .df-contact li:nth-child(2){
    border-bottom: 1px solid #464646;
    padding: 5px 0;
}*/

.copy-right{
    clear: both;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    background: var(--logo);
    padding-top: 10px;
    padding-bottom: 10px;
}

.partners-logo {
    background: #fff;
    width: 150px !important;
    box-shadow: 0 0 2px #e9e9e9;
    border-radius: 10px;
    margin-left: 20px;
    transition: 0.4s all;
    height: 150px !important;
    
  
}

.partners-logo:hover{
    transform: scale(1.1);
    transition: .4s all;
    cursor: pointer;
    box-shadow: 0 0 10px #e7cc8066
}

.partners-logo img{
    padding:10px;
}

.df-top-th{
    width: 100%;
    min-height: 400px;
    /*background: url(../img/s3.jpg) fixed;*/
    position: relative;
    color: #fff;
}

.top-th-fade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.df-top-th figcaption{
    position: relative;
    top: 180px;
}

.df-top-th figcaption h3{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding-top: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.df-top-th figcaption p{
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    position: relative;
}

.df-top-th figcaption p:before{
    content: '';
    width: 50px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}


/*.df-work h3{
    font-size: 28px;
    font-weight: 400;
    color: #9d2740;
    padding-bottom: 25px;
    font-family: 'Poppins', sans-serif;

}
*/
.df-work h3 span{
    color:#9f9f9f
}

.df-work p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.df-av-box{
    box-shadow:2px 2px 8px rgba(0,0,0,0.3);
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .4s all;
    border: 1px solid transparent;
    cursor: pointer;
    background: #fff
}

.df-av-box:hover{
  border-radius:0px;
  transition: .4s all;
    box-shadow: 2px 2px 28px rgba(0,0,0,0.3);
    border-radius: 5px;

}

.df-av-box h4{
    font-size: 17px;
    padding-top: 10px;
    color: #8c8c8a;
    font-weight: 400;
}

.df-vacancy{
    box-shadow: 0 0 10px #dedede;
    min-height: 225px;
    margin-bottom: 30px;
    border-radius: 25px;
    background: #fff;
    position: relative;
}

.df-vacancy table{
    margin-top: 30px;
    clear: both;
    display: inline-table;
    width: 95%;
}

.df-vacancy table tr td{
   text-align: left;
   padding: 20px 0px;
   font-size: 16px;
   padding-left: 10px;
}

.df-vacancy table thead th{
    font-size: 16px;
    font-weight: 400;
    color: #edc11f;

}

.df-vacancy table tbody a{
    color: #a7a4a4;
    font-size: 14px;
    display: block;
}
.df-vacancy table tr:hover{
    transition: .4s all;
    background: #fbfbfb
}

.df-vacancy:before{
    content: '';
    border-top: 60px solid #9d2740;
    border-left: 15px solid transparent;
    position: absolute;
    top: 100px;
    left: -8px;
    border-radius: 35px;
    box-shadow: 4px 0px 10px #c2c2c2;
}

.df-vacancy:after{
    content: '';
    border-top: 60px solid #9d2740;
    border-left: 15px solid transparent;
    position: absolute;
    top: 100px;
    right: -8px;
    border-radius: 35px;
    box-shadow: 4px 0px 10px #c2c2c2;
}

.df-career-apply h3{
    font-size: 18px;
    margin: 0;
    padding-bottom: 15px;
}

.df-career-apply p{
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 40px;
}

.df-career-apply input{
    margin: 0 !important
}

.df-career-apply-box{
    width: 90%;
    min-height: 540px;
    background: #fff;
    box-shadow: 0px 5px 20px #e3e3e3;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.df-career-apply-box form{
    width: 85%;
    margin: auto;
}

.df-career-apply-box form .form-group input{
    padding:25px;
    margin: 25px 0;
    font-weight: 500;
    padding-left: 15px;
    background: rgba(231, 231, 231, 0.32);
    border: 0;
}
.df-career-apply-box form .form-group input::placeholder,.df-career-apply-box textarea::placeholder{
    color: #fff
}
.df-career-apply-box form label{
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
}

.df-career-apply-box ::placeholder{
    color: #000 !important
}

.up-file p{
    font-size: 14px;
    padding: 8px 0;
    font-weight: 500;
    color: #6b5d5d;
    padding-top: 45px;
}

.up-file i{
    color: #ffffff;
    position: absolute;
    top: 65px;
    left: 140px !important;
    z-index: 1;
    font-size: 16px;
}

/*.df-career-bnr{
    background: url(../img/s4.jpg);
}
.ct-banner{
    background: url(../img/s1.jpg);
}
*/
.df-career-apply-box textarea{
    width: 100%;
    min-height: 150px;
    border-radius: 3px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 15px;
    background: rgba(212, 212, 212, 0.32);
    border: 0;
}

.df-career-apply h5{
    padding-top: 15px;
    color: #999999;
    font-weight: 400;
}

.df-ct-box{
    width: 100%;
    min-height: 270px;
    box-shadow: 0 0 15px #dedede;
    margin: 20px 0;
    background: #fff;;
    cursor: pointer;
    transition: .4s all;
    overflow: hidden;
}

.df-ct-box img{
    width: 100%;
    height: 200px;
    margin: 30px 0px;
    object-fit: cover;
    transition: .4s all;
    overflow: hidden;
    padding-left: 20px;
}

.df-ct-box:hover{
    box-shadow: 0 0 20px #979797;
     transition: .4s all;
}

.df-ct-box:hover img{
    transform: scale(1.05);
    transition: .4s all;


}

.contact-list{
    list-style: none;
    margin-top: 15px
}

.contact-list li{
    padding: 6px 0
}

.contact-list li{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.contact-list li i{
    font-size: 20px;
    font-weight: 300;
    color: #edc11f;
    min-width: 40px
}

.contact-list h4{
    font-size: 18px;
    font-weight: 700;
    color: #9d2740;
    padding-top: 20px
}

.ct-form{
    background: linear-gradient(105deg , #9d2740, #ff7e7b);
    margin-top: 15px;
    min-height: 795px;
}

.ct-form .form-group input{
    margin: 25px 0
}

.ct-form .df-btn{
    box-shadow: none;
    border: none;
}

.ct-form h3{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: -15px;
    padding: 30px 0
}

.carousel-caption h3{
    font-size: 38px;
    font-weight: 500;
    word-spacing: 10px;
    margin-top: 130px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.ct-form ::placeholder{
    color: #fff !important
}


@media screen and (min-width: 768px){
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 25%;
}
}

.df-news-box{
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.df-news-box h4{
   font-size: 16px;
    font-weight: 400;
    color: #b5b1b1;
    padding: 5px 0;
    display: block;
    background: #edc11f;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0 20px 20px 0;
    position: relative;
    left: -8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    top:10px
}

.df-news-box h3{
    font-size: 18px;
    font-weight: 700;
    color: #363131;
    display: block;
    padding-left: 20px;
}

.df-news-box h4:before{
    content: '';
    border-right: 7px solid #e7c857;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0px;
    top: 33px;

}

.df-news-box p{
    font-size: 16px;
    text-align: justify;
    padding: 0 20px;
    padding-bottom: 20px;
}

.df-news-box img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.df-news-blog  .news-wrap-box .flexslider p{
    padding: 5px 15px;
    text-align: justify;
}

.df-news-blog  .news-wrap-box .flexslider li h5{
    padding-left: 15px
}
.df-news-blog .news-wrap-box .flexslider .df-btn{
    margin-left: 15px
}
.relt-news {
    /* background: linear-gradient(to right, #9d2740 0%,#be5a6f 100%); */
    color: #fff;
    /* padding: 15px; */
    box-shadow: 0 0 15px #b9b9b9;
    background: #f6f6f6;
}

.relt-news ul{
    list-style: none;
}

.relt-news h4{
    padding: 10px 20px;

    text-align: center;
    border-radius: 0px;
    background: var(--logo);

}

.relt-news ul li{
    padding: 15px 25px;
    border-bottom: 1px solid #e7e7e7;
}

.relt-news ul li a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: .4s all
}

.relt-news ul li:hover a{
    color: var(--logo);
    transition: .4s all;
    display: block;
}

.relt-news ul li a span {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    color: #9a114a;
    font-style: italic;
}

.df-tab .nav-pills{
    background: #fff
}

.df-tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #9a114a;
    padding: 15px;
    border-radius: 0px
}

.df-tab h3{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #9a114a;
    padding-bottom: 20px;
}

.df-tab h3 span{
    color: #9f9f9f;
}

.abt-img {
    background: #9a114a;
    background: #fff;
    color: #9a114a;
    box-shadow: 0px 5px 28px rgba(0, 0, 0,0.3);
}

.abt-img h4{
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.abt-img span {
    /* font-weight: 600; */
    font-size: 14px;
    padding: 10px 10px;
    display: inline-block;
    color: #333;
    text-align: center;
    width: 100%;
}

.abt-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.df-tab .nav-pills > li > a {
    border-radius: 4px;
    color: #9a114a;
    font-weight: 500;
    font-size: 14px;
        padding: 15px;
}

.df-tab p{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    padding: 5px 0px;
}

.gl-view{
    float: right;
    position: relative;
    top: -30px;
    background: #edc11f;
    color: #fff;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 12px #c0c0c0
}

.gl-view a{
    text-decoration: none;
    text-align: center;
    padding: 5px;
    color: #fff

}

.my-slick img{
    width: 300px;

}

.news-wrap-box .flexslider{
 padding-bottom: 10px
}

.news-wrap-box .flexslider .flex-direction-nav a:before {
       top: -3px;
    font-family: fontawesome;
    font-size: 22px;
    display: inline-block;
    content: '\f104';
    color: #fff;
    left: -7px;
    position: relative;
}

.news-wrap-box .flexslider .flex-direction-nav a.flex-next:before {
       top: -3px;
    font-family: fontawesome;
    font-size: 22px;
    display: inline-block;
    content: '\f105';
    color: #fff;
    left: -7px;
    position: relative;
}

.news-wrap-box .flex-direction-nav .flex-next {
    right: 15px;
    text-align: right;
    z-index: 1;
    opacity: 1;
    top: 115px;
    background: var(--logo);
    width: 25px;
    height: 25px;
    color: #fff;
}

.news-wrap-box .flex-direction-nav .flex-prev {
    left: 15px;
    text-align: right;
    z-index: 1;
    opacity: 1;
    top: 115px;
    background: var(--logo);
    width: 25px;
    height: 25px;
    color: #fff;
}

.news-wrap-box .flex-control-nav{
    display: none
}

.news-wrap-box .flexslider .slides li{
    min-height: 410px;
}

.news-wrap-box .flexslider .slides img {
    width: 300px;
    display: block;
    height: 185px;
    object-fit: cover;
}

.news-wrap-box .flexslider h5,.news-wrap-box .flexslider span{
    padding: 15px 0;
    padding-right: 20px
}

.up-events .news-wrap-box span{
    padding-left: 0;
    padding: 0;
    padding-bottom: 5px;
    color: var(--logo);
    font-style: italic;
}

.up-fig{
    position: relative;
    padding: 0;
    /*padding-left: 20px;*/
    overflow: hidden;
}
.up-fig img{
    transition: .4s;
}
.up-events:hover .up-fig img{
    transform: scale(1.1);
}
.up-fig h4{
    position: absolute;
    top: -2px;
    background: #edc11f;
    font-size: 12px;
    padding: 5px;
}

.post-txt span{
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
    display: inline-block;
}

.df-job-section{
    width:70%;
    margin: auto;
    position: relative;
    margin-bottom: 100px
}

.df-job-section .reg-btn{
    margin-top: 40px;
    margin-bottom: 10px;
}

.df-job-section h4{
    background: var(--logo);
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -50px;
}

.df-job-section h4:before{
    content: '';
    border-bottom: 39px solid var(--logo);
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    right: -50px;
}


.df-career-detail{
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 35px #dcdcdc;
}
.df-job-section th ,.df-job-section th {
    padding: 15px 0;
    padding-left: 85px;
    font-size: 16px;
}

.df-job-section table td span{
    font-size: 16px;
    color: #8e8e8e;
}

.df-career-detail ul{
    padding: 30px 40px;
    list-style:none;
}

.df-career-detail ul li{
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.df-career-detail ul li:before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #edc11f;
    position: absolute;
    left: -22px;
    top: 15px;
    border: 2px solid #f3efe1;
}

.df-career-detail tr:hover{
    background:#fbfbfb !important
}
.df-social i{
    font-size: 16px;
    cursor: pointer;
}

.navbar-brand img{
    transition: .4s all
}

.top-nav .navbar-brand img{
    width: 100px;
    transition: .4s all;
    height: 90px;
    margin-top: 10px;
}

.top-nav{
    height: 70px;
    transition: .4s all;
    background: #fff;
/*    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);*/
}
.top-nav ul li a{
    color: var(--logo) !important;
    font-size: 16px;

}

.top-nav .navbar-brand{
    overflow: hidden;
    min-height: 60px;
}
.top-nav .navbar-nav{
    padding-top: 7px;
    transition: .4s all;
    height: 70px
}

.top-nav .m-d:hover .mdm{
  top: 63px;
}

.alumni-txt{
    font-size: 16px !important;
    padding: 10px 150px;
    font-weight: 500 !important;
}

.df-alumni .df-head{
    font-size: 26px;
}

.df-alumni-wrap{
position: relative;
margin-bottom: 30px
}

.df-alumni-wrap img{
    margin: auto;
    width: 275px;
    height: 275px;
    object-fit: cover;
}

.df-alumni-wrap h4{
    font-size: 18px;
    font-weight: 600;
    color: #9a114a;
    margin-bottom: 5px
}
.df-alumni-wrap span{
    font-size: 16px;
    font-weight: 400;
    color: #a1a09b;
    padding-bottom: 20px;
    display: block;
}
.df-alumni-wrap figure{
    position: relative;
    width: 275px;
    transition: .4s all;
    overflow: hidden;
}
.alumni-desc{
    transition: .4s all;
    background: #9d2740;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    transform: translateY(-100px);
    padding: 10px;
}


.df-alumni-wrap figure:hover .alumni-desc{
  transition: .4s all;
  transform: translateY(0px);
  opacity: 1
}


.df-alumni-wrap figure .alumni-desc h4{
    color: #fff;
    padding-top: 45px;
    font-size: 18px
}

.df-alumni-wrap figure .alumni-desc p{
    color: #e3e3e3;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
}


.alumni-desc a i{
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    bottom: -40px;
    background: #edc11f;
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    transition: .4s all
}
.alumni-desc a i:hover{
transition: .4s all;
background: #fff;
color: #9d2740
}

.alumni-register input{
    padding: 20px 10px;
    border: 0;
    border-radius:0px;
    box-shadow: 0 0 8px #e9e9e9;
}
.alumni-register .form-control{
    height: auto;
}
select.form-control{
    padding: 19px;
    height:60px;
    border:0px;
    border-radius: 0px;
    box-shadow: 0 0 8px #e9e9e9;

}
.alumni-register .form-group label{
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #7c7c7c;
    padding-bottom: 10px
}

.alumni-register .form-group{
    margin-bottom: 35px
}

.reg-btn{
    background: #9d2740;
    border: 0;
    padding: 20px 60px;
    color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .4s all;
    cursor: pointer;
}

.reg-btn a{
    color: #fff;
    text-decoration: none;
}

.reg-btn i{
    padding-right: 5px
}

.reg-btn:hover{
    background: #edc11f;
    transition: .4s all
}

.df-dev a{
    color: #edc11f;
    font-weight: bold;
}

.df-tab{
    padding-bottom: 40px
}

.login-btn{
    background: #edc11f;
    padding: 0px 25px;
    border-radius: 40px;
    box-shadow: 0 0 12px #434343;
}

.carousel-caption h3 i{
 font-size: 20px
}

.read-more-btn{
    background: #9d2740;
    color: #fff;
    padding: 5px 20px;
    margin-left: 21px;
    margin-bottom: 35px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    transition: .4s all
}
.read-more-btn:hover{
 background:#edc11f;
 transition: .4s all;
 color: #fff;
 text-decoration: none;
}
.custom-file-input {
    color: transparent;
  }
  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Upload Resume Here';
    color: black;
    display: block;
    background: #9d2740;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    color: #fff;
    padding: 20px 10px;
    position: absolute;
    width: 94%;
    text-align: center;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active {
    outline: 0;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }

  .course-nav{
    background: #edc11f;
    /*transition: .4s;*/
    position: relative;
    top: 0;
  }
  .course-nav .scroll-tab ul{
    list-style: none;
    padding: 0;
    margin: 0
  }

  .course-nav .scroll-tab ul li{
    float: left;
    padding:20px 15px;
  }

.course-nav .scroll-tab ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.course-nav .scroll-tab ul .active{
    background: #9d2740;
}
 .school-uniform{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
 }

.how-to-apply p, .school-uniform p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 30px;
}
.ad-head{
    font-size: 24px;
    font-weight: 700;
    color: #9d2740;
    padding: 20px 0;
}

.how-to-apply{
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    z-index: 0;
}

.how-to-apply .df-tri {
    background: #e9e9e9;
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: -10;
    transform: rotate(25deg);
    /* top: -150px; */
    box-shadow: 0 0 200px #e5e5e5;
    right: -240px;
    border-radius: 50%;
}
.how-to-apply h4{
    font-weight: 600;
    padding-top: 10px
}

.how-to-apply ul{
    list-style: none;
    padding: 10px 0
}

.how-to-apply ul li{
 padding: 10px 0;
 font-weight: 400;
 font-size: 16px;
}

.how-to-apply ul li i{
    background: #edc11f;
    width: 20px;
    height: 20px;
    text-align: center;
   /* line-height: 1.2;*/
    border-radius: 50%;
    color: #fff;
    padding-top: 1px;
    padding-left: 2px;
    margin-right: 10px;
}
.admission-calendar{
    background: linear-gradient(175deg, #9d2740, #1d1a3a);
    padding-top: 80px;
    padding-bottom: 80px;
}

.admission-calendar .ad-head, .admission-calendar .ad-note{
    color: #fff
}

.scholarship table, .examination table, .book-list table{
/*  box-shadow: 0 0 20px #d4d4d4;*/
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.scholarship thead, .examination thead, .book-list thead{
    background: #edc11f;
    color: #fff;
}

.scholarship tr td, .examination tr td, .book-list tr td{
    padding: 15px 10px;
}
.ad-note{
    font-size: 16px;
    font-weight: 700;
    clear: both;
    padding-bottom: 30px;
    padding-top: 15px;
}

.ad-note span{
 font-weight: 400
}

.school-uniform img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 28px rgba(0,0,0,0.3);
}
.schedule-your-appointment{
    background: #9d2740;
    padding-top: 80px;
    padding-bottom: 80px;
}
.book-list{
    padding-top: 80px;
    padding-bottom: 80px;
}

.schedule-your-appointment .ad-head{
    color: #fff
}
.schedule-your-appointment .df-career-apply-box form .form-group input{
    margin: 15px 0
}

.schedule-your-appointment .form-group{
    margin-bottom: 0
}

.schedule-your-appointment .df-career-apply-box {
    width: 97%;
    min-height: 490px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border-radius: 4px;
    margin: auto;
    margin-bottom: 50px;
}

.schedule-your-appointment .df-career-apply-box form {
    width: 98%;
    margin: auto;
    padding: 20px 0;
}

.book-list h5{
    font-size: 16px;
    font-weight: 700;
}

.examination table{
    margin-bottom: 50px
}

.top-icons{
    color: #edc11f;
    font-size: 16px;
    /*border: 1px solid #edc11f;*/
    width: 28px;
    height: 28px;
    line-height: 1.6;
    border-radius: 50%;
    padding-left: 0px;
    margin-right: 5px;
    text-align: center;
}

.alumni-reg{
    background: #fff;
    color: #9d2740;
    box-shadow: 0 0 20px #dadada;
    position: relative;
    overflow: hidden;
    min-height: 260px;
}

.alumni-reg img{
    width: 100%;
    position: absolute;
}

.alumni-reg h4{
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.alumni-reg button{
    background: #edc11f;
    border: 0;
    padding: 15px 60px;
    border-radius: 30px;
    box-shadow:2px 2px 3px rgba(0,0,0,0.3);
    transition: .4s all
}

.reg-fade{
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgb(154, 17, 74);
}
.alumni-reg button:hover{
    background: #9d2740;
    transition: .4s all;
}
.alumni-reg button a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.read-btn{
    background: transparent;
    padding: 10px 30px;
    border: 2px solid #edc11f;
    border-radius: 40px;
    transition: .4s all;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.read-btn:hover{
  transition: .4s all;
  background: #edc11f;
  border:2px solid #e9c73a;
}

.read-btn a{
  text-align: center;
  text-decoration: none;
  color: #fff
}

.parallax-window,.parallax-window1{
    background: transparent;
    min-height: 400px !important
}

.parallax-mirror{
    height: 400px !important
}
.news-wrap .flexslider{
    margin-bottom: 0px;
}
.reg-fade a.btn-success {
    padding: 15px 45px;
    display: inline-block;
    background: #edc11f;
        background: #fff;
    color:#9A114A;
    border-radius: 25px;
    margin-top: 10px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    transition: .4s;
}
.reg-fade a.btn-success:hover{
        background: #edc11f;
        color: #fff;
}
.pt-80{
    padding-top: 80px;
    }
    .pb-80{
        padding-bottom: 80px;
    }
.pb-40{
    padding-bottom: 40px;
}
.navbar{
    border-radius: 0px;
}

.contact-image {
    height: 290px;
    overflow: hidden;
}
.contact-image img{
    height: 100%;
    margin: 0;
    padding: 0px;
}
.gl-view{
    float: none;
    position: static;
    top: 0;
    margin-top: 5px;
}
.no-padding{
    padding: 0px;
}
.contact-list li{
    font-size:12px;
}
.df-career-apply-box h3{
    margin: 0px;
}
.up-file{
    margin-bottom: 15px;
}
.course-nav.course-nav-fixed {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 8;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}
.scholarship, .examination{
    padding-top: 80px;
    padding-bottom: 80px;
}
/*newchanges*/
.how-to-apply:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    clip-path: circle(21.8% at 100% 2%);
    left: 0;
    right: 0;
    background: #f6f6f6;
    z-index: -3;
}
.event-wrap {
    background: #fff;
    padding: 22px 20px;
    border-top: 5px solid #f35d7d;
    font-size: 18px;
    margin-bottom:30px ;
}
p.event-title {
    width: 85%;
    color: #9d2740;
    font-weight: 800;
}
p.event-date {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    grid-gap: 10px;
}span.left {
    font-size: 25px;
}
.ad-note{
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,0.6);
}
section#section-3{
    background: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color:#fff;
}
.table-striped > tbody > tr:nth-of-type(even){
    background: #efefef;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding:10px 25px;
    font-size: 16px;
}
.school-uniform{
    position: relative;
}
.shape-1{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #efefef;
    clip-path: polygon(0 85%, 100% 64%, 100% 100%, 0% 100%);
}
.sidebar {
    font-size: 16px;
    padding-bottom: 0px;
    padding:20px;
    min-width: 355px;
    transition: .5s;
    position: static;
    top: 0;
}
.sidebar ul{
    padding:0px;
    margin: 0px;
}
.sidebar ul li{
    list-style-type: none;
}
.sidebar ul li a{
    background: var(--logo);
    color: #000;
    display: block;
    padding:15px 25px;
    color: #fff;
    border-bottom:1px solid #af215c;
    position: relative;
}
.sidebar ul li a:before{
    position: absolute;
    content: '';
    top: 0;
    height: 5px;
    width: 3px;
    background: transparent;left: 1px;
}
.sidebar ul li a:hover:before{
    height: 100%;
    transition: .4s;
    background: #f73307;
}
.sidebar ul li a:hover{
    background: #edc11f;
}

.shape-2 {
    height: 50px;
    background: #9a114a;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}
.title{
    font-family: 'Open Sans Condensed', sans-serif;
}
h3.title {
    text-transform: uppercase;
    font-size: 36px;
    color: var(--logo);
    font-weight: 800;

}
.content figure{
    height: 365px;
    width: 100%;
    margin: 30px 0px;
}
.content figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.video-sec {
    margin-top: 30px;
}
.video-sec iframe{
    height: 420px;
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 2px 2px 28px rgba(0,0,0,0.3);
}
.art-category-wrap{
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
        transition: .4s;
        position: relative;
}
.art-category-wrap:hover{
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}
.art-category-wrap figure{
    height: 145px;
    width: 100%;
}
.art-category-wrap figcaption {
    padding:13px 15px;
    background: #fff;
    border-radius: 5px;
}

 .category-title{
    font-size:16px;
    position: absolute;
    top: 10px;
    padding:5px 10px;
    background: var(--logo);
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.category-title span{
    position: absolute;
    left: 99.8%;
    height: 100%;
    width: 15px;
    background: var(--logo);
    top: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.content {
    margin-bottom: 30px;
    text-align: justify;
}
.art-category-wrap figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
a.more-btn {
    color: var(--logo);
}
a.more-btn:hover{
    color:#62072d;
}
.art-detail figure{
    height: 320px;
}
.art-detail figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.arts-sec{
    position: relative;
}
.arts-sec .shape-1{
    clip-path: polygon(0 95%, 100% 85%, 100% 100%, 0% 100%);
}
/*.sidebar.sidebar-fixed {
    position: fixed;
    top: 100px;
}*/
.school-sec{

    background: url(../img/s4.jpg) no-repeat;
    position: relative;
}
.school-sec .overlay{
    height: 620px;
    background: rgba(0,0,0,0.5);
}
.sliding-bg-wrap{
    position: relative;
}
 .school-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:30px 0px;
    font-size:36px;
    color: #fff;
    text-transform: uppercase;
    border-top: 3px solid #fff;
    border-bottom:3px solid #fff;
    font-weight: 700;
}
.school-banner p{
    margin-bottom: 0px;
}
.circle-shape {
    height: 300px;
    width: 300px;
    position: absolute;
    background: rgba(234, 234, 234, 0.38);
    border-radius: 50%;
    left: -127px;
    top: -100px;
}
.club-sec .art-category-wrap figure , .social-sec .art-category-wrap figure{
    height: 245px;
}
section.edu-tours.section-padding {
    background: #f9f9f9;
}
.photo-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.photo-gallery .photo-wrap{
    height: 280px;
}
.photo-gallery .photo-wrap a{height: 100%;display: inline-block; box-shadow: 0px 0px 0px rgba(0,0,0,0.3); overflow: hidden; transition: .4s;}
.photo-gallery .photo-wrap a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.photo-gallery .photo-wrap a:hover{
    box-shadow: 2px 2px 28px rgba(0,0,0,0.3);
}
.photo-wrap a{
    position: relative;
}
.photo-wrap .category-title{
    top: 15px;
}
.mb-3{
    margin-bottom: 30px;
}
.df-top-th h3{
font-family: 'Open Sans Condensed', sans-serif;

}.carousel-caption h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 42px;
    font-weight: 800;
}
.df-news-blog{
    background: #f9f9f9;
}
.examination{
    background: var(--logo);
}
.examination .ad-head{
    color: #fff;
}
.breadcrumb-sec{
    padding: 15px 0px;
    background: #efefef;
}
.breadcrumb-sec ul{
    margin: 0px;
}
.breadcrumb-sec ul li{
    list-style-type: none;
    display: inline-block;
        font-size: 16px;
    margin-right: 8px;
}
.panel-default > .panel-heading{
    padding:0px;
}
.panel-title {
    transition: .4s;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{
    display: block;
    padding:10px 15px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.panel-title > a:hover{
    text-decoration: none;
}
.panel-title > a > span{
    float: right;
    transition: .4s;
}
.panel-title.on > a{
    background: var(--logo);
    color: #fff;
}
.panel-title.on a > span{
    transform: rotate(90deg);
}
/*accordion*/
.faq ul li{
    padding:10px;
    border-bottom:1px solid #eee;
    list-style-type:none;
    display: block;
}
.accordion ul li h6{
    position: relative;
    color: var(--darkblue);
    font-size: 22px;
}
.accordion span.faq-icon{
    float: right;

}
.accordion ul li h6:hover{
    cursor: pointer;
}
.accordion ul li h6.on .faq-icon{
    transform: rotate(90deg);

}
.accordion ul li table{
    display: none;
}
.the-detail img, .featured-img {
    height: 320px;

    position: relative;
    margin-top:     25px;
}
.the-detail p{
    text-align: justify;
}
.the-detail .featured-img{
    object-fit: cover;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border: 5px solid #fff;
    float: right;
    margin: 20px 0px 20px 20px;
    width: 520px;
    height: 360px;
}

.the-detail .featured-img img{
    margin-top: 0;
    box-shadow: none;
    border: 0px;
}
.featured-img img{
    height:100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border: 5px solid #fff;
}
.featured-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: transparent;
    right: -20px;
    top: -20px;
    border: 9px solid #c12b69;
    z-index:    -1;
}
.arts-sec .shape-1{
    /*background: #b1467254;*/
    background: #ecb8cd75;
}
.arts-sec .shape-2{
    position: absolute;
    height: 400px;
    width: 100%;
    -webkit-clip-path: polygon(0 80%, 100% 95%, 100% 100%, 0% 100%);
clip-path: polygon(0 80%, 100% 95%, 100% 100%, 0% 100%);
background: #fde1ec;
bottom: 0px;
}
section.art-category-sec.section-padding {
    /*background: #e4aec4;*/
    background: #f5cede;
}

.df-tab .nav-pills{
    background: #f6f6f6;
        border: 1px solid #eee;
}
.df-tab .nav-pills > li > a{
    position: relative;
}
.df-tab .nav-pills > li > a:before{
    position: absolute;
    right: 0px;
    content: '';
    height:auto;
    width:auto;
    border: 3px solid var(--logo);
    border: 10px solid var(--logo);
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: .4s;
}
.df-tab .nav-pills > li.active > a:before{
    display: block;
}
p.mission {
    font-style: italic;
    font-size: 20px;
    /* font-family: fantasy; */
    padding: 15px 15px;
    background: #efefef;
    border-left: 5px solid var(--logo);
}
.check-list li{
    list-style-type: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
.check-list li:before{
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: url(../img/icon/check.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-sec a{
    color: var(--logo);
}
.breadcrumb-sec a:hover{
    color: #7b0033;
}
/*.team-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}*/
.member .df-alumni-wrap figure{
    width: 100%;
}
.team-wrap .member .df-alumni-wrap img{
    height: 260px;
    width: 100%;
}
.member .alumni-desc a i{
    padding:0px;
    height: 35px;
    width:35px;
    font-size: 14px;
    line-height: 35px;
}
.member .df-alumni-wrap figure .alumni-desc h4{
    padding: 0px;
}
.team-category{
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    padding: 15px 0px;
    color: var(--logo);
}
.member .df-alumni-wrap figcaption{
    padding: 0px 10px;
}
.member .df-alumni-wrap figcaption h4{
    font-size: 16px;
}
.member .df-alumni-wrap figcaption span{
    font-size: 14px;
}
.icon-wrap{
    background: #fff;
}
.icon-wrap .icon figure{
    height: 90px;
    width: 90px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 50px;
    border: 2px solid var(--logo);
}
.icon-wrap .icon figure:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: transparent;
    border: 2px solid var(--logo);
    top: 0;
    left: 0;
    transform: scale(1.2);
    border-radius: 50%;

}

.icon-wrap .icon figure img{
    height: 100%;
    width: 100%;
}
.icon-wrap {
    position: relative;
    padding: 25px;
    padding-top: 70px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.11);
    text-align: center;
    transition: .4s;
}
.icon-wrap .icon{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
}
p.art-category-title {
    font-size: 24px;
    color: var(--logo);
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}
.icon-wrap a{
    color: #232323;
}
.icon-wrap:hover{
    box-shadow: 2px 2px 28px rgba(0,0,0,0.2);
}
a.btn-learn span{
    margin-left: 0px;
    transition: .4s;
}
a.btn-learn {
    color: var(--logo);
    font-weight: 700;
    transition: .4s;
}
a.btn-learn:hover{
    color:#43001c;
}
a.btn-learn:hover > span{
    margin-left: 3px;
}
.feature-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    background: #f9f9f9;
    padding: 10px;
}
.feature-gallery img{
    border
}
.sm-pics-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.sm-pic{height: 240px;}
.sm-pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.big-pic{
    height: 490px;
}
.big-pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-video iframe {
    height: 390px;
    width: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.border-img{
    height: 320px;
    padding: 5px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.border-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.edu-tours .overlay{
    background:#9a114a96;
}
.edu-tours figure{
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.38);
}
.edu-tours figure img{height: 100%;
width: 100%;
object-fit: cover}
.title.white{
    color:#fff;
}
.edu-tours{
    color: #fff;
}
.btn-learn.white{
    color:#fff;
}
.btn-learn.white:hover{
    color: #efefef;
}
.faq .panel{
    margin-bottom: 15px;
}
.faq .panel-title{
    border-left: 3px solid var(--logo);
       background:  #fafafa;
}
.faq .panel-title > a{
    text-transform: unset;
    padding: 15px;
}
.faq .panel-title.on > a{
    color: var(--logo);
    background:  #fafafa;
}
body{
    line-height: 1.6;}

p.highlight-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #818181;
}
.gallery-np .tab-content{
    padding: 30px 0px;
}
.album.photo-wrap{
    background: var(--logo);
    position: relative;
    overflow: hidden;
}
.album.photo-wrap a{
    width: 100%;
    height: 100%;
    position: relative;
}
.album.photo-wrap a figcaption {
    position: absolute;
    top: 10px;
    color: #000;
    padding: 5px 15px;
    background: var(--bright-yellow);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.album.photo-wrap a figcaption:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    height: 100%;
    width: 10px;
    background: #ffcb05;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.album.photo-wrap figure{
    height: 185px;
    position: relative;
}
.album.photo-wrap figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: .4s;
}
.album.photo-wrap figure:hover img{
    transform: scale(1.1);
    opacity: .7;
}
.album-list{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
span.img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size:2px;
    opacity: 0;
    transition: .4s;
}
.album.photo-wrap figure:hover span.img-icon{
    opacity: 1;
    font-size: 36px;
}
.gallery-np .nav-pills{
    text-align: center;
    margin-bottom:  20px;
}
.gallery-np .nav-pills a{
    padding: 5px 15px;
    position:  relative;
}
.gallery-np .nav-pills a:before {
    position: absolute;
    content: '';
    bottom: -5px;
    height: 10px;
    width: 10px;
    background: var(--logo);
    transform: rotate(-45deg);
    left: 45%;
    display:    none;
}
.gallery-np .nav-pills > li{
    display: inline-block;
    float: none;
}
.gallery-np .nav-pills a {
    padding: 5px 25px;
    background: #f1f0f0;
    color: #5f5f5f;
    margin: 3px;
    border: 1px solid #eee;
    border-radius: 25px;
    box-shadow: 2px 2px 8px #d6d6d6;
}
.gallery-np .nav-pills li.active a:focus, .gallery-np .nav-pills > li.active > a:hover{
    padding: 5px 25px;
    border-radius: 25px;
}
.gallery-np .nav-pills li.active a{
    background: var(--logo);
    border-color:  var(--logo);
}
.gallery-np .nav-pills li.active a:before{
    display:    block;
}
.play-icon svg {
    color: var(--logo);
}


/*pulse animation*/
.video-wrap a.play-btn{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
a.play-btn svg{
    height:65px;
    fill: rgba(255,255,255,0.8);
}
.pulse {

  display: block;
    height: 65px;
    width: 65px;
    padding:2px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,255,255,0.5);
  animation: pulse 2s infinite;
  transition: .4s;
}
.pulse:hover {
  animation: none;
  fill: rgba(255,255,255,1);
}


/*animation*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
      box-shadow: 0 0 0 15px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.video-wrap figure{
    height: 100%;
    /*height: 468px;*/
    height: 390px;
    background: #000;
    margin: 0px;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 3px 3px 28px rgba(0,0,0,0.3);
}
.video-wrap figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.no-padding{
    padding: 0px;
}
.video-sec.half-bg-video{
    margin: 0px;
    position: relative;
    background: var(--logo);
}
.video-sec.half-bg-video figure{
    height: 420px;
}
.video-sec.half-bg-video figure img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.video-sec.half-bg-video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fac-hours{
    padding: 20px;
    padding-left: 50px;
    height: 100%;
}
.fac-hours .title{
    color: #fff;
}
.dark-bg{
    background: #a32d5e;
}
.fac-hours {
    color: #fff;
}
.fac-hours ul li {
font-size: 18px;
}
.fac-hours ul.check-list li{
    margin-bottom: 5px;
}
.fac-hours ul.check-list li:before{
    background:url(../img/icon/time.png) no-repeat;
    background-size: contain;
}
.fac-mission{
    position: relative;
    text-align: justify;
}
.fac-mission h3.title{
    text-align: center;
}
.fac-mission .quote-bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.fac-mission .quote-bg svg{
    height: 80px;
    fill:  rgba(255,226,238,0.53);
}
.sports-category{
    background: #f9f9f9;
}
.sports figure{
    border:5px solid #fff;
    margin: 0px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    background: #000;
}
.sports figure img{
    opacity: 0.8;

}
.sports a{
    position: relative;
    display: block;
}
.sports a figcaption{
    position: absolute;
    top: 10px;
    padding: 5px 15px;
    color: #fff;
    background: var(--logo);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.sports a figcaption:before{
    position: absolute;
    content: '';
    left: 99%;
    top: 0px;
    height: 100%;
    width: 10px;
    background: var(--logo);
    -webkit-clip-path: polygon(100% 0, 0 55%, 100% 100%, 0 100%, 0 0);
clip-path: polygon(100% 0, 0 55%, 100% 100%, 0 100%, 0 0);
}
.sports-slider .owl-nav{
    display: none;
}

.fac-left{
    padding-left:80px;
    padding-right: 40px;
}
.fac-left figure{
    height: 100%;
    width: 100%;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 28px rgba(0,0,0,0.3);
    background: #fff;
}
.fac-left figure img{
    height: 100%;
    width: 100%;
    padding: 5px;
}
.fac-right {
    background:#ffdbea;
    height: 100%;
    padding: 80px 40px;
    padding-right: 100px;
    height: 560px;
    position: relative;
}

.fac-right:before{
    position: absolute;
    content: '';
    top: 0px;
    height: 100%;
    right: 99%;
    background:#ffdbea;
    width: 200px;
    z-index: -1;
    -webkit-clip-path: polygon(85% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(85% 0, 100% 0, 100% 100%, 0% 100%);
}
.fac-right ul li{
    width: 50%;
    float: left;
}
.fac-right ul li a{
    color: #000;
    font-size: 15px;
}
.sliding-bg-wrap {
  overflow: hidden;
}
.sliding-background {
  background: #000 url("../img/bg.jpg") repeat-x;
  height: 560px;
  width: 5076px;
  animation: slide 60s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0); /* The image width */
  }
}

.daffodil-wheel{
    width: 100%;
    height: 520px;
}
.daffodil-wheel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-indicators{
    z-index: 4;
}
.sports {
    padding: 10px;
}
.member {
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    background: #efefef;
}
.member figure{
    position: relative;
}
.member figure img{
    height: 320px;
    object-fit: cover;
}
.member-social-icons{
    position: absolute;
    bottom: 0px;
    background: rgba(255,255,255,0.5);
    padding: 5px 15px;
    width: 100%;
}
.member-social-icons ul li{
    list-style-type: none;
    display: inline-block;margin: 5px;
}
.member-social-icons ul{
    margin-bottom: 0px;
    text-align: center;
}
.member-social-icons ul li a{
    display: block;
    padding: 5px 10px;
    background: var(--logo);
    color: #fff;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}
.member-social-icons ul li a:hover{
    background: #f9f9f9;
    color: var(--logo);
     box-shadow: 0px 8px 28px rgba(0,0,0,0.2);
}
.member figcaption{
    background: #efefef;
}
.member figcaption p{
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}
.member figcaption{
    padding:10px 20px;
    text-align: center;
}
p.member-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--logo);
}
p.member-post{
    color: #333;
}
.member-slider .owl-nav{
    position: absolute;
    top: 0%;
    background: #fff;
    box-shadow:0px 8px 28px rgba(0,0,0,0.3);
}

.member-slider .owl-nav span{
    margin-top: 5px;
    padding: 5px 10px;
}
.member-slider .owl-nav span:hover{
    background: var(--logo);
    color: #fff;
}
.top-bar-col{
    z-index: -1;
}
.submenu {
    position: relative;
}
.submenu > ul.mdm1{
    position: absolute;
    top: 0px;
    left: 100%;
}
.search-wrap{
    /*top: -555px;*/
    transition: .4s;
}
.search-wrap.blue{
    top: 0;
}
.date span{
    margin-right: 5px;
}
.upcoming-event {
    margin: 20px 10px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    transition: .4s;
}
.upcoming-event:hover{
    box-shadow: 0px 8px 18px rgba(0,0,0,0.2);
    transition: .4s;
}
.upcoming-event:hover a figure img{
    transform: scale(1.1);
    opacity: 0.9;
}
.upcoming-event a{
    color: #232323;
}
.upcoming-event figure{
    position: relative;
    height: 260px;
    overflow: hidden;
        background: #000;
}
.upcoming-event figure .event-date{
     position: absolute;
    /*bottom: 20px;*/
    right: 0px;
    top: 20px;


}
.upcoming-event figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s;

}
.upcoming-event figcaption{
    background: #fff;
    padding: 10px 15px;
}
.upcoming-events-sec{
    background:#f5cede;
}
.upcoming-event figcaption .event-name{
    font-weight: 600;
    color: var(--logo);
}

.event-date .text{
     font-size: 16px;
    background: var(--logo);
    color: #fff;
    /*font-weight: bold;*/
    padding:5px 10px;

        z-index: -1;
}
.event-date span i{
    color: #fff;
    padding:12px 15px;
    background: var(--logo);
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    margin-right: -15px;
        /*box-shadow: 0px 5px 18px #000;*/
}

.upcoming-event a.btn-learn{
    font-size: 14px;
}
.upcoming-event-slider .owl-nav{
    display: none;
}
.recent-event{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    background: #f6f6f6;
    transition: .4s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.recent-event:hover{
    box-shadow: 0px 2px 28px rgba(0,0,0,0.2);
}
.recent-event img{
    height: 260px;
    object-fit: cover;
}
.right-col{
    padding:20px 10px;
}
p.event-name {
    font-weight: 600;
    color: var(--logo);
}
.e-date{
    font-size: 14px;
}
.e-date i{
    margin-right: 5px;
}
.album .photo{
    height: 260px;
    width: 100%;
    margin-bottom: 30px;
}
.album .photo img{
    height: 100%;
    width: 100%;
}
.footer-menu ul li{
    margin-bottom: 10px;
    word-break: break-word;
}
.footer-menu ul li span{
    margin-right: 5px;
}
.dev-card{
    padding: 15px 15px;

    background: #fff;
    position: relative;
    border:1px solid rgba(154, 17, 74, 0.42);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    transition: .4s;
    margin-bottom:30px;
    min-height: 320px;
    height: 375px;
    border-radius: 5px;
}
.dev-card .icon{
    position: absolute;
        height: 40px;
        width: 40px;
        line-height: 37px;
        text-align: center;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    background: var(--logo);
color: #fff;
border:1px solid var(--logo);
font-size: 18px;
box-shadow: 0px 0px 8px rgb(255, 125, 179);
transition: .4s;
}
.dev-card .dev-body .dev-title{
    color: var(--logo);
    font-size: 18px;
    font-weight: 600;
}
.dev-card .dev-body p{
    text-align: center;
}
.dev-card:hover{
    box-shadow: 0px 8px 28px rgba(0,0,0,0.3);
}
.dev-card:hover .icon{
        height: 45px;
    width: 45px;
    line-height: 42px;
        font-size: 21px;
    color: var(--logo);
    background: #fff;
}
strong.schema-faq-question{
    width: 100%;
    padding: 10px 5px;
    display: inline-block;
    background: #f6f6f6;
    border-left: 3px solid var(--logo);
    cursor: pointer;

}
.schema-faq-section {
    margin-bottom: 10px;
}
p.schema-faq-answer {
    padding: 5px 10px;
    border: 1px solid #ededed;
 
}
p.schema-faq-answer {
    
    font-size: 14px;
}
.acf-input-wrap input{
    height: 40px !important;
    border: 1px solid #aaa;
    border-radius: 5px;
}
select#acf-field_5d0c77ce820ef {
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 5px;
}
button.acf-button.af-submit-button {
    background: var(--logo);
    border: 1px solid var(--logo);
    color: #fff;
    padding: 10px 25px;
}
.news-wrap-box .flexslider span{
    display: block;
    font-size: 18px;
    padding: 5px 15px;
}

.news-wrap-list .title{
    font-size: 18px;
    font-weight: 800;
    color: var(--logo);
    margin:0px; 
}
.flexslider li p.title{
    font-size: 18px;
    font-weight: 800;
    margin: 0px;
}
.flexslider li p.title a{
    color: var(--logo);   
}
.wrap-content {
    margin: 60px 0px;
    text-align: justify;
}


.wrap-content img.img-responsive.wp-post-image {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.wrap-content .title{
    color: var(--logo);
    font-weight: 800;
}
.wp-block-image img{
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
#menu-sidebar-menu li.current-menu-item{
	background: #edc11f;
}
   
#menu-sidebar-menu li.current-menu-item a{  
    background: #edc11f;
    color: #fff;
}
#menu-sidebar-menu li.current-menu-item a:before{
	 height: 100%;
	 background: red;
}
.sports figure{
    height: 260px;
}
.sports figure img{
    height: 100%;
    object-fit: cover;
}
.rightc li#menu-item-451 a:before{
    left: -18px;
}
.login-btn a:hover{
    color: #000 !important;
}
a#ecwd_back_link {
    color: #fff;
    padding: 5px 15px;
    background: var(--logo);
    margin-bottom: 20px;
    display: inline-block;
}
.mobile-menu{
    display: none;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-450 a:before{
        content: "\f19d";
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-451 a:before{
        content: "\f095";
}

li.login-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-480 a:before{
        content: "\f023";
}

.footer-logo{
display:flex;
justify-content:center;
}
footer .footer-logo img{
margin:0 5px;
}
._2p3a {
    min-width: 180px;
    width: 100%!important;
}

._2lqg{
    max-height:400px;
}

._10b4{
    max-height:400px;
}

