@import url("https://use.typekit.net/dba3qyb.css");
body{
    font-family: poppins, sans-serif;
    font-size:14px;
    color:black;
    font-weight: 400;
}
.header{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6965379901960784) 20%, rgba(0,0,0,0) 100%);
    position: absolute;
    width:100%;
    top:0px;
    left:0px;
    height:140px;
    display: flex;
    justify-content: center;
    z-index:200;
    padding-top:10px;
}
.header.inside{
    height:236px;
}
.menu{
    display: flex;
    flex-direction: column;
}
.top-menu{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    border-bottom:1px solid white;
    margin-bottom:5px;
}
.top-menu>ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding:0px 0px 3px;
    margin:0px;
}
.top-menu>ul>li{
    display: flex;
    width: fit-content;
    margin-left:15px;
}
.top-menu>ul>li>a{
    display:flex;
    color:white;
    text-decoration: none;
    font-size:13px;
    font-weight: 400;
    align-items: center;
    transition: all .4s;
}
.top-menu>ul>li>a:hover, .top-menu>ul>li>a:focus{
    color:#E5017D;
    transition: all .4s;
}
.top-menu>ul>li>a>img{
    height:15px;
    margin-right:5px;
}
.top-menu>ul>li.dropdown>a.nav-link.dropdown-toggle>img{
    margin-bottom:5px;
}
.dropdown-toggle::after{
    display: none;
}
.top-menu>ul>li.dropdown>.dropdown-menu{
    width:300px;
}
.top-menu>ul>li.dropdown>.dropdown-menu>a.top-contact{
    display: flex;
    width:100%;
    color:black;
    text-decoration: none;
    font-size:14px;
    margin-bottom:5px;
    transition: all .4s;
}
.top-menu>ul>li.dropdown>.dropdown-menu>a.top-contact:hover, .top-menu>ul>li.dropdown>.dropdown-menu>a.top-contact:focus{
    background:none;
    color:#e5017d;
    transition: all .4s;
}
.top-menu>ul>li.dropdown>.dropdown-menu>ul.school-social{
    display: flex;
    width: 100%;
    list-style: none;
    margin:10px 0px 10px;
    padding:0px 1rem;
}
.top-menu>ul>li.dropdown>.dropdown-menu>ul.school-social>li{
    display: flex;
    margin-right:5px;
}
.top-menu>ul>li.dropdown>.dropdown-menu>ul.school-social>li>a{
    display: flex;
    width:36px;
    height:36px;
    border-radius: 6px;
    border:1px solid black;
    background-color: rgba(229,1,125,0);
    align-items: center;
    justify-content: center;
    font-size:16px;
    color:black;
    text-decoration: none;
    transition: all .4s;
}
.top-menu>ul>li.dropdown>.dropdown-menu>ul.school-social>li>a:hover, .top-menu>ul>li.dropdown>.dropdown-menu>ul.school-social>li>a:focus{
    background-color: rgba(229,1,125,1);
    color:white;
    border-color:#e5017d;
    transition: all .4s;
}
.top-menu>ul>li.dropdown>.dropdown-menu>a.top-contact>i{
   font-size:14px;
   margin-right:5px;
   margin-top:2px;
}
.top-menu>ul>li.dropdown>.dropdown-menu>a.top-contact>span{
    display: flex;
    text-wrap: wrap;
}
a.desk-logo{
    display: flex;
    width:100%;
}
a.desk-logo>img{
    height:70px;
}
.slider{
    padding:0px;
}
.navbar>.container{
    padding:0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color:white;
    transition: all .4s;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#e5017d;
    transition: all .4s;
}
.navbar-expand-lg .navbar-nav .nav-link.btn.btn-outline{
    border:1px solid white;
    background-color: rgba(229,1,125,0);
    border-radius: 6px;
    height:40px;
    display: flex;
    align-items: center;
    padding-left:40px;
    padding-right:40px;
    margin-top:-3px;
    margin-left:10px;
}
.navbar-expand-lg .navbar-nav .nav-link.btn.btn-outline:hover, .navbar-expand-lg .navbar-nav .nav-link.btn.btn-outline:focus{
    background-color: rgba(229,1,125,1);
    color:white;
    border-color:#e5017d;
    transition: all .4s;
}
.carousel-caption {
    position: absolute;
    right: 25%;
    bottom: auto;
    left: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 30%;
}
.top-form-area{
    position: relative;
    z-index: 19;
    margin-top:-150px;
    margin-bottom:80px;
}
.top-form{
    background-color: white;
    padding:20px 55px;
    border-radius: 20px;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
}
.form-info{
    margin-bottom:20px;
}
.form-info>h6{
    font-size:16px;
    font-weight: 600;
    color:black;
}
.form-info>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}
.form-str{
    padding:7px;
}
.form-str>input, .form-str>select{
    height:46px;
    border-color:#707070;
    border-radius: 8px;
    outline:none;
    box-shadow: none;
}
.form-str>input:focus, .form-str>select:focus{
    outline:none;
    box-shadow: none;
    border-color:#707070;
}
.form-str-text{
    display: flex;
    align-items: flex-start;
    padding:7px;
}
.form-str-text>input{
    margin-right:5px;
    margin-top:2px;
}
.btn.btn-dark{
    background-color: black;
    color:White;
    font-size:14px;
    font-weight: 400;
    width: 100%;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.home-warning-left{
    display: flex;
    flex-direction: column;
    margin-bottom:30px;
}
.home-warning-left>h3{
    font-size:24px;
    font-weight: 600;
    color:black;
    border-bottom:1px solid #e5017d;
    width:fit-content;
}
.home-warning-left>p{
    font-size:14px;
    font-weight: 300;
    line-height: 24px;
}
.btn.btn-outline-black{
    display: flex;
    color:black;
    text-decoration: none;
    border:1px solid black;
    height:46px;
    padding:0px 40px;
    align-items: center;
    justify-content: center;
    font-size:14px;
    background-color: rgba(229,1,125,0);
    transition: all .4s;
}
.btn.btn-outline-black:hover, .btn.btn-outline-black:focus{
    border-color:#e5017d;
    background-color: rgba(229,1,125,1);
    color:white;
    transition: all .4s;
}
.home-warning-right{
    margin-bottom:60px;
    display: flex;
    height:100%;
}
.warning-box-ping{
    display: flex;
    background-color: rgba(229,1,125,1);
    width:100%;
    height:100%;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    padding:25px 20px;
    flex-direction: column;
}
.warning-box-ping>h5{
    font-size:18px;
    color:white;
    font-weight: 600;
}
.warning-box-ping>p{
    font-size:14px;
    color:white;
    font-weight: 300;
    line-height: 24px;
}
.btn.btn-outline-white{
    display: flex;
    color:white;
    text-decoration: none;
    border:1px solid white;
    height:46px;
    padding:0px 40px;
    align-items: center;
    justify-content: center;
    font-size:14px;
    background-color: rgba(255,255,255,0);
    transition: all .4s;;
    width:fit-content
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus{
    background-color: rgba(255,255,255,1);
    color:black;
    transition: all .4s;
}
.home-about{
    margin-top:40px;
}
.home-about-img-area{
    position:relative;
    display: flex;
    flex-wrap: wrap;
}
.home-about-img-area>.img-bg{
    display: flex;
    aspect-ratio: 1;
    width: 63%;
    position: absolute;
    top: 17%;
    left: 10%;
    background-color: rgba(229, 0, 125, .15);
    border-radius: 20px;
    z-index: -1;
}
.home-about-img-area>.home-about-img-1{
    display: flex;
    width:60%;
    overflow: hidden;
    border-radius: 20px;
    margin-right:3%;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    height: 478px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-about-img-area>.home-about-img-1>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.home-about-img-area>.home-about-experience{
    display: flex;
    width:36%;
    background-color: #E5007D;
    border-radius: 20px;
    height:310px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-about-img-area>.home-about-experience>span.exp-numb{
    font-size:74px;
    font-weight: 700;
    color:white;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    line-height: 64px;
    margin-top: 5px;
}
.home-about-img-area>.home-about-experience>span.exp-text{
    font-size:24px;
    font-weight: 700;
    color:white;
    display: flex;
    width: 100%;
    text-align: center;
    padding:0px 40px;
}
.home-about-img-area>.video-str{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.home-about-img-area>.video-str>.video-box{
    display: flex;
    width: 75%;
    border-radius: 20px;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    overflow: hidden;
    position: relative;
    height:290px;
    align-items: center;
    justify-content: center;
    top:-150px;
    text-decoration:none;
}
.home-about-img-area>.video-str>.video-box>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.home-about-img-area>.video-str>.video-box>.play-area{
    display: flex;
    width:111px;
    height:111px;
    border-radius: 50%;
    border:5px solid rgba(255,255,255,.7);
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding:5px;
    transition: all .4s;
}
.home-about-img-area>.video-str>.video-box:hover>.play-area{
    border-color:#E5007D;
    transition: all .4s;
}
.home-about-img-area>.video-str>.video-box>.play-area>span{
    display: flex;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,.7);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size:27px;
    color:#E5007D;
    transition: all .4s;
}
.home-about-img-area>.video-str>.video-box:hover>.play-area>span{
    background-color:rgba(255,255,255,1);
    transition: all .4s;
}
.home-about-text-area{
    padding-left:30px;
}
.home-about-text-area>h5{
    font-size:18px;
    font-weight: 600;
    color:black;  
    margin-bottom:20px; 
    margin-top:10px;
}
.home-about-text-area>p{
    font-size:14px;
    color:black;
    font-weight: 300;
    line-height: 24px;
}
.home-about-text-area>ul{
    display: flex;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
    padding:0px;
    margin:50px 0px 20px;
}
.home-about-text-area>ul>li{
    display: flex;
    width: 50%;
    margin-bottom:25px;
}
.home-about-text-area>ul>li>a{
    text-decoration: none;
    color:black;
    font-size:16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .4s;
}
.home-about-text-area>ul>li>a:hover{
    color:#E5017D;
    transition: all .4s;
}
.home-about-text-area>ul>li>a>img{
    height:30px;
    margin-right:10px;
    margin-top:-4px;
}
.home-about-text-area>ul.about-btns{
    display: flex;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-about-text-area>ul.about-btns>li{
    display: flex;
    width:31%;
    margin-bottom:15px;
}
.home-about-text-area>ul.about-btns>li>a.btn.btn-outline{
    text-decoration: none;
    border:1px solid black;
    display: flex;
    width: 100%;
    border-radius: 8px;
    height:46px;
    align-items: center;
    justify-content: center;
    font-size:14px;
    font-weight: 400;
    color:black;
    transition: all .4s;
}
.home-about-text-area>ul.about-btns>li>a.btn.btn-outline:hover{
    background-color: #E5007D;
    border-color: #E5007D;
    color:white;
    transition: all .4s;
}
.notice-left>h4{
    font-family: "playfair-display", serif;
    font-size:24px;
    font-weight: 700;
    color:black;
    border-bottom: 1px solid #E5007D;
    padding-bottom:2px;
    margin-bottom:20px;
}
.notice-left>p{
    font-size:14px;
    color:black;
    line-height: 24px;
    font-weight: 300;
}
a.notice-box{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    margin-bottom:30px;
}
a.notice-box>.notice-img{
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height:180px;
    margin-bottom:15px;
}
a.notice-box>.notice-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
a.notice-box>.notice-text{
    display: flex;
    width: 100%;
    flex-direction: column;
}
a.notice-box>.notice-text>h5{
    font-size:18px;
    font-weight: 600;
    color:black;
    margin-bottom:10px;
}
a.notice-box>.notice-text>p{
    line-height: 24px;
    color:black;
    font-size:14px;
    font-weight: 300;
}
a.notice-box>.notice-date{
    display: flex;
    font-size:13px;
    font-weight: 400;
    color:black;
    align-items: center;
}
a.notice-box>.notice-date>i{
    color:#E5007D;
    margin-right:5px;
    margin-top:-4px;
}
.notice-area{
    margin-bottom:70px;
}
.number-area{
    background-color:#E5007D;
    border-radius: 20px;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    padding:45px;
}
.number-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.number-box>.number{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size:44px;
    font-weight: 700;
    color:white;
    line-height: 50px;
    margin-top:10px;
}
.number-box>.number>span{
    font-size:35px;
    color:White;
    font-weight: 400;
}
.number-box>span.number-title{
    display: flex;
    width:100%;
    justify-content: center;
    text-align: center;
    font-size:16px;
    color:white;
    font-weight: 400;
}
.education-area{
    background-color:#F4F4F4;
    margin-top:-90px;
    padding-top:200px;
    padding-bottom:160px;
}
.edu-area-title{
    margin-bottom:60px;
}
.edu-area-title>h3{
    font-family: "playfair-display", serif;
    font-size:32px;
    font-weight: 700;
    color:black;
    text-align: center;
}
.edu-str{
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.edu-str.revers-str{
    flex-direction: row-reverse;
}
.edu-img>img{
    width: 100%;
    mix-blend-mode: multiply;
}
.edu-text{
    padding:0px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.edu-text>h4{
    font-size:24px;
    font-weight: 600;
    color:black;
    text-align: center;
    margin-bottom:20px;
}
.edu-text>p{
    text-align: center;
    font-size:14px;
    font-weight: 400;
    color:black;
    line-height: 24px;
}
.edu-text>a.btn.btn-outline{
    border:1px solid black;
    border-radius: 8px;
    height:46px;
    display: flex;
    align-items: center;
    font-size:14px;
    font-weight: 400;
    color:black;
    padding:0px 60px;
    width: fit-content;
    transition: all .4s;
    margin-top:30px;
}
.edu-text>a.btn.btn-outline:hover{
    border-color: #E5007D;
    background-color: #E5007D;
    color:white;
    transition: all .4s;
}
.why-area{
    position: relative;
}
.why-area>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.why-list{
    position: relative;
    padding:30px;
    padding-bottom:150px;
    top: -100px;
    z-index: 3;
}
.why-list>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.why-list>h3{
    font-family: "playfair-display", serif;
    font-size:24px;
    font-weight: 700;
    color:white;
    border-bottom: 1px solid #E5007D;
    padding-bottom:2px;
    width:fit-content;
    margin-bottom:40px;
}
.why-owl{
    display: flex;
    width: 100%;
}
ul.why{
    list-style:none;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding:0px;
    margin:0px;
}
ul.why>li{
    display: flex;
    width: 100%;
    margin-bottom:20px;
    align-items: flex-start;
}
ul.why>li>img{
    width:30px!important;
    margin-right:15px;
}
ul.why>li>.why-text{
    display: flex;
    flex-direction: column;
    width: calc(100% - 45px);
}
ul.why>li>.why-text>h5{
    font-size:18px;
    font-weight: 600;
    color:white;
    margin-bottom:15px;
    margin-top:7px;
}
ul.why>li>.why-text>p{
    font-size:14px;
    color:white;
    line-height:24px;
    font-weight: 300;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #ffffff;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 30px;
}
.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -76px;
    right: 0px;
}
.why-img-area{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top:-550px;
}
.why-img{
    position: relative;
    height: 310px;
    overflow: hidden;
}
.why-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.why-text-area{
    background-color: #D90177;
    padding:30px;
    position: relative;
    z-index: 5;
    margin-bottom:60px;
}
.why-text-area>h4{
    font-family: "playfair-display", serif;
    display: flex;
    width:fit-content;
    padding-right:100px;
    font-size:24px;
    font-weight: 700;
    color:white;
    margin-bottom:25px;
    border-bottom:1px solid white;
}
.why-text-area>p{
    font-size:16px;
    font-weight: 300;
    color:white;
    line-height: 25px;
    margin-bottom:15px;
}
.why-text-area>.btn.btn-outline-white{
    padding-left:60px;
    padding-right:60px;
    margin-top:30px;
}
.comment-img{
    position: relative;
    display: flex;
}
.comment-area{
    background-color: #F9F9F9;
}
.comment-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.comment-str{
    padding:40px 30px;
}
.comment-str>h3{
    font-family: "playfair-display", serif;
    text-align: center;
    font-size:34px;
    font-weight: 700;
    color:black;
    margin-bottom:25px;
}
.gallery-area{
    position: relative;
    display: flex;
    padding:0px;
}
.gallery-area>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.gallery-area>.overlay{
    padding-top:60px;
    padding-bottom:60px;
    display: flex;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.66);
    align-items: center;
    justify-content: center;
}
.gallery-left{
    display: flex;
    flex-direction: column;
   /* width:50%; */
   width:100%;
    padding-left:30px;
    padding-right:30px;
}
.gallery-left>h4{
    font-family: "playfair-display", serif;
    text-align: center;
    margin-bottom:20px;
    color:white;
    font-size:32px;
    font-weight: 700;
}
ul.gallery-list{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    list-style: none;
    padding: 0px;
    margin:0px 0px 30px;
}
ul.gallery-list>li{
    display: flex;
    /* width:50%; */ 
    width:25%;
    padding:10px;
}
ul.gallery-list>li>a{
    display: flex;
    width:100%;
    height:200px;
    position: relative;
}
ul.gallery-list>li>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.btn-str{
    display: flex;
    width: 100%;
    justify-content: center;
}
.btn-str>.btn.btn-outline-white {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
}
.gallery-right{
    display: flex;
    height:100%;
    width:50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px 60px;
}
a.video-button{
    text-decoration: none;
}
a.video-button>.play-area{
    display: flex;
    width:111px;
    height:111px;
    border-radius: 50%;
    border:5px solid rgba(255,255,255,.7);
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding:5px;
    transition: all .4s;
}
a.video-button:hover>.play-area{
    border-color:#E5007D;
    transition: all .4s;
}
a.video-button>.play-area>span{
    display: flex;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,.7);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size:27px;
    color:#E5007D;
    transition: all .4s;
}
a.video-button:hover>.play-area>span{
    background-color:rgba(255,255,255,1);
    transition: all .4s;
}
.gallery-right>h2{
    font-family: "playfair-display", serif;
    font-size:32px;
    font-weight: 700;
    color:white;
    text-align: center;
    margin:30px 0px;
}
.gallery-right>p{
    font-size:14px;
    font-weight: 300;
    color:white;
    line-height: 24px;
    text-align: center;
}
.blog-area{
    margin-top:60px;
    margin-bottom:60px;
}
a.blog-box{
    display:flex;
    width:100%;
    border:1px solid black;
    border-radius: 20px;
    padding:10px;
    text-decoration: none;
    flex-direction: column;
}
a.blog-box>.blog-img{
    display: flex;
    width: 100%;
    position: relative;
    height:225px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom:15px;
}
a.blog-box>.blog-img.little{
    height:185px;
}
a.blog-box>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
a.blog-box>.blog-text{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding:0px 10px 10px;
}
a.blog-box>.blog-text>h4{
    font-size:16px;
    font-weight: 600;
    color:black;
}
a.blog-box>.blog-text>p{
    font-size:14px;
    font-weight: 300;
    color:black;
}
.footer-form{
 background-color: rgba(217,0,119,.1);
 padding-top:60px;
 padding-bottom:60px;
}
.footer-form-text>h5{
    font-size:16px;
    font-weight: 600;
    color:black;
    margin-bottom:15px;
}
.footer-form-text>p{
    font-size:14px;
    font-weight: 300;
    color:black;
}
.footer{
    background-color: #D90177;
    padding-top:70px;
    padding-bottom:60px;
}
.footer-logo{
    margin-bottom:30px;
}
.footer-logo>a{
    display: flex;
    margin-bottom:20px;
}
.footer-logo>a>img{
    height:50px;
}
.footer-logo>p{
    font-size:14px;
    color:white;
    line-height: 21px;
    font-weight: 300;
}
.footer-menu>span{
    display: flex;
    width: 100%;
    color:white;
    border-bottom:1px solid white;
    padding-bottom:3px;
    font-size:15px;
    font-weight: 600;
}
.footer-menu>ul{
    display: flex;
    width: 100%;
    list-style: none;
    padding:0px;
    margin:15px 0px 30px;
    flex-direction: column;
}
.footer-menu>ul>li{
    display: flex;
    margin-bottom:5px;
}
.footer-menu>ul>li>a{
    display:flex;
    text-decoration: none;
    color:white;
    font-size:14px;
    font-weight: 400;
    align-items: center;
    transition: all .4s;
}
.footer-menu>ul>li>a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size:8px;
    margin-right:5px;
    margin-bottom:2px;
}
.footer-menu>ul>li>a:hover{
    color:black;
    transition: all .4s;
}
.footer-branch>span{
    display: flex;
    width: 100%;
    color:white;
    border-bottom:1px solid white;
    padding-bottom:3px;
    font-size:15px;
    font-weight: 600;
    margin-bottom:15px;
}
.branch-contact{
    display: flex;
    width: 100%;
    margin-bottom:10px;
    color:white;
    transition: all .4s;
}
.branch-contact>i{
    font-size:14px;
    margin-right:10px;
    margin-top:3px;
}
.branch-contact>a{
    display: flex;
    text-decoration: none;
    color:White;
    font-size:14px;
    font-weight: 400;
    line-height: 21px;
}
.branch-contact:hover{
    color:black;
    transition: all .4s;
}
.branch-contact:hover>a{
    color:black;
    transition: all .4s;
}
ul.foot-social{
    display: flex;
    width:100%;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
}
ul.foot-social>li{
    display: flex;
    margin-right:5px;
}
ul.foot-social>li>a{
    display: flex;
    width:34px;
    height:34px;
    border-radius: 6px;
    border:1px solid white;
    align-items: center;
    justify-content: center;
    font-size:14px;
    text-decoration: none;
    color:white;
    transition: all .4s;
}
ul.foot-social>li>a:hover{
    background-color:White;
    color:black;
    transition: all .4s;
}
.copyright-area{
    background-color:black;
    padding-top:5px;
    padding-bottom:5px;
}
.copyright{
    font-size:13px;
    color:white;
    font-weight: 300;
}
.design{
    display: flex;
    justify-content: flex-end;
    color:white;
    font-weight: 300;
    font-size:13px;
    align-items: center;
}
.design>a{
    display: flex;
    margin-left:5px;
    margin-bottom:3px;
}
.design>a>img{
    height:12px;
}
.pageHeader{
    position: relative; 
    height:236px;
    display: flex;
    align-items: center;
}
.pageHeader>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.headercrumb{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index:99;
    margin-top:50px;
}
.headercrumb>h2{
    display: flex;
    text-align: right;
    color:white;
    font-size:36px;
    font-weight: 600;
    margin-bottom:5px;
    text-transform: uppercase;
}
.headercrumb>h1{
    display: flex;
    text-align: right;
    color:white;
    font-size:36px;
    font-weight: 600;
    margin-bottom:5px;
    text-transform: uppercase;
}
.headercrumb>ul{
    display: flex;
    justify-content: flex-end;
    width:fit-content;
    border-top:1px solid #E5017D;
    padding:3px 0px 0px 20px;
    margin:0px;
    list-style: none;
}
.headercrumb>ul>li{
    display: flex;
    color:white;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.headercrumb>ul>li>a{
    display: flex;
    color:white;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    text-transform: capitalize;
}
.headercrumb>ul>li>a::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f105";
    font-size:8px;
    margin-left:10px;
    margin-right:10px;
}
.page-content{
    min-height:50vh;
    margin-top:60px;
    margin-bottom:60px;
}
.left-contact{
    display: flex;
    width:95%;
    margin-left:5%;
    background-color:#E5017D;
    border-radius: 20px;
    padding:28px;
    position:relative;
    flex-direction: column;
}
.left-contact>.left-map{
    display: flex;
    width:113%;
    margin-left:-13%;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 20px;
}
.left-contact>.left-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.left-info{
    display:flex;
    width:100%;
    margin-top:40px;
    flex-direction: column;
}
.left-info>.branch-contact{
    margin-bottom:15px;
}
.left-info>.branch-contact>a{
    font-size:16px;
}
.branch-text{
    padding-left:30px;
}
.branch-text>h1{
    color:black;
    font-size:36px;
    font-weight: 600;
    margin-bottom:20px;
}
.branch-text>p{
    font-size:14px;
    font-weight: 300;
    color:black;
    line-height: 24px;
}
.branch-text>ul.edu-list{
    display: flex;
    width: 100%;
    list-style: none;
    margin:30px 0px;
    padding:0px;
    flex-wrap: wrap;
}
.branch-text>ul.edu-list>li{
    display: flex;
    width:33%;
    margin-bottom:25px;
}
.branch-text>ul.edu-list>li>a{
    display: flex;
    align-items: center;
    font-size:18px;
    font-weight: 500;
    color:black;
    text-decoration: none;
    transition: all .4s;
}
.branch-text>ul.edu-list>li>a>img{
    height: 30px;
    margin-right: 10px;
    margin-top: -4px;
}
.branch-text>ul.edu-list>li>a:hover{
    color:#E5007D;
    transition: all .4s;
}
.branch-gallery{
    margin-top:40px;
    margin-bottom:40px;
}
.gal-box{
    padding:10px;
}
.gal-box>a{
    display: flex;
    width:100%;
    height:210px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.gal-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.course-details>h5{
    font-size:22px;
    font-weight: 600;
}
.course-details>h4{
    font-size:24px;
    font-weight: 600;
}
.course-details>h3{
    font-size:26px;
    font-weight: 600;
}
.course-details>h2{
    font-size:28px;
    font-weight: 600;
}
.course-details>p{
    font-size:14px;
    font-weight: 300;
    color:black;
    line-height: 24px;
}
.sub-courses-area{
    display: flex;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    flex-wrap: wrap;
}
.sub-course-box{
    width:31%;
    display: flex;
    margin:1%;
}
.sub-course-box>a{
    display: flex;
    position:relative;
    width: 100%;
    height: 320px;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}
.sub-course-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}
.sub-course-box>a>.course-text-box{
    display: flex;
    width:100%;
    height:70px;
    position:relative;
}
.sub-course-box>a>.course-text-box>svg{
    width:100%
}
.sub-course-box>a>.course-text-box>.white-box{
    position: absolute;
    width: calc( 100% - 10px);
    right:10px;
    left:0px;
    bottom:10px;
}
.sub-course-box>a>.course-text-box>.course-text-inside{
    position: absolute;
    width: calc(100% - 95px);
    height: 58px;
    bottom: 10px;
    right: 25px;
    left: 72px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 28px;
}
.accordion-item{
    background-color:#E5007D;
    border-radius: 20px!important;
    margin-bottom:15px;
    padding-bottom:10px;
}
.accordion-button{
    background:none;
    color:white;
    text-align: right;
    justify-content: flex-end;
    font-weight: 600;
    font-size:20px;
}
.accordion-button::after{
    display:none;
}
.accordion-button:focus, .accordion-item>button, .accordion-item>button:focus, .accordion-item>button:active{
    outline:none;
    box-shadow: none;
}
.accordion-item>button.btn.btn-outline-white{
    width: calc( 100% - 20px );
    margin-left:10px;
}
.accordion-button:not(.collapsed){
    background:none;
    color:white;
    border:none;
    outline:none;
    box-shadow: none;
}
.accordion-flush>.accordion-item>.accordion-collapse{
    border:none;
}

.branch-maps{
    display: flex;
    width:113%;
    margin-left:-13%;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 20px;
}
.branch-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.course-details{
    padding-right:30px;
}
.right-form{
    display:flex;
    width:100%;
}
.right-form>form{
    display:flex;
    width:100%;
}
.right-form .form-str>input.form-control{
    border-color:White;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    z-index:100;
}
.notification-img{
    display:flex;
    width:100%;
    margin-bottom:15px;
}
.notification-img>img{
    width:100%;
}

.notification-text{
    margin-bottom:30px;
}
.notification-text>h1{
    font-size:32px;
    font-weight: 600;
    color:#333;
    margin-bottom:20px;
}
.notification-text>h1>p{
    font-size:14px;
    font-weight: 400;
}
.notice-date>i{
    color:#E5007D;
    margin-right:5px;
    margin-top:-4px;
}
.photo-box{
    padding:10px;
}
.photo-box>a{
    display: flex;
    width:100%;
    height:200px;
    position: relative;
}
.photo-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.photo-box>a.video-box{
    display: flex;
    width: 100%;
    box-shadow: 0px 3px 30px rgba(0,0,0,.16);
    overflow: hidden;
    position: relative;
    height:200px;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}
.photo-box>a.video-box>.play-area{
    display: flex;
    width:111px;
    height:111px;
    border-radius: 50%;
    border:5px solid rgba(255,255,255,.7);
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding:5px;
    transition: all .4s;
}
.photo-box>a.video-box:hover>.play-area{
    border-color:#E5007D;
    transition: all .4s;
}
.photo-box>a.video-box>.play-area>span{
    display: flex;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,.7);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size:27px;
    color:#E5007D;
    transition: all .4s;
}
.photo-box>a.video-box:hover>.play-area>span{
    background-color:rgba(255,255,255,1);
    transition: all .4s;
}
ul.RightMenu{
    display: flex;
    flex-direction: column;
    padding:15px;
    border:1px solid #E5007D;
    border-radius: 10px;
    margin:0px 0px 20px;
}
ul.RightMenu>li{
    display: flex;
    width: 100%;
    border-bottom:1px solid #DDDDDD;
    transition: all .4s;
}
ul.RightMenu>li:first-child{
    border-color:#E5007D;
    color:black;
    font-size:14px;
    font-weight: 500;
    padding-bottom:5px;
    background: none;
}
ul.RightMenu>li>a{
    color:black;
    font-size:14px;
    font-weight: 400;
    display: flex;
    width: 100%;
    text-decoration: none;
    padding:10px;
    transition: all .4s;
}
ul.RightMenu>li:hover{
    border-color:#E5007D;
    transition: all .4s;
}
ul.RightMenu>li:hover>a{
    background-color: #E5007D;
    color:white;
    transition: all .4s;
}
ul.RightMenu>li>a.active{
    background-color: #E5007D;
    color:white;
}
ul.RightMenu>li:last-child{
    border:none;
}
.blog-cat-box{
    width:100%;
    display: flex;
    margin:1%;
}
.blog-cat-box>a{
    display: flex;
    position:relative;
    width: 100%;
    height: 270px;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}
.blog-cat-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}
.blog-cat-box>a>.course-text-box{
    display: flex;
    width:100%;
    height:70px;
    position:relative;
}
.blog-cat-box>a>.course-text-box>svg{
    width:100%;
    position: absolute;
    bottom:0px;
}
.blog-cat-box>a>.course-text-box>.white-box{
    position: absolute;
    width: calc( 100% - 10px);
    right:10px;
    left:0px;
    bottom:10px;
}
.blog-cat-box>a>.course-text-box>.course-text-inside{
    position: absolute;
    width: calc(100% - 95px);
    height: 58px;
    bottom: 10px;
    right: 25px;
    left: 72px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 28px;
}
.post-text{
    display: flex;
    flex-direction: column;
    margin-bottom:30px;
}
.post-text>.post-img{
    display: flex;
    width:100%;
    position: relative;
    height:500px;
    margin-bottom:30px;
}
.post-text>.post-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
    border-radius: 10px;
}
.post-text>h1{
    font-size:32px;
    font-weight: 600;
    color:black;
}
.about-area{
    margin-bottom:30px;
}
.about-area>.about-img{
    display: flex;
    width:100%;
    position: relative;
    height:500px;
    margin-bottom:30px;
}
.about-area>.about-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
    border-radius: 10px;
}
.about-area>h1{
    font-size:32px;
    font-weight: 600;
    color:black;
}
.cert-img{
    display: flex;
    aspect-ratio: 1;
    padding:10px;
}
.cert-img>a{
    display: flex;
    height:100%;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.cert-img>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.left-contact>h2{
    background: none;
    color: white;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 20px;
    margin-bottom:20px;
}
.contact-form{
    display: flex;
    width:100%;
    height:100%;
    padding:15px;
    border:1px solid #E5017D;
    border-radius: 20px;
}
.form-str>textarea.form-control{
    border-color:#707070;
    height:120px;
    resize: none;
    outline:none;
    box-shadow: none;
}
button.btn.btn-pink-outline{
    border:1px solid #E5017D;
    background-color: rgba(229,1,125,0);
    border-radius: 6px;
    height:46px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
}
.modal-footer{
    border:none;
}
.content-img{
    display: flex;
    width:100%;
    position: relative;
    height:500px;
    margin-bottom:30px;
}
.content-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
    border-radius: 10px;
}