.half-width{
    width:49%!important;
}
.float-left{float:left!important;}
.float-right{float:right!important;}


.bg1{background-image: linear-gradient(45deg, #FFEEEE 0%, #DDEFBB 51%, #FFEEEE 100%)}
.bg2{background-image: linear-gradient(45deg, #C9FFBF 0%, #FFAFBD 51%, #C9FFBF 100%)}
.bg3{background-image: linear-gradient(to right, #ee9ca7 0%, #ffdde1 51%, #ee9ca7 100%)}
.bg4{background-image: linear-gradient(35deg, #f77062 0%, #fe5196 100%)}
.bg5{background-image: linear-gradient(225deg, #6a11cb 0%, #2575fc 100%);}
.bg6{background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);}
.bg7{background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);}
.bg8{background-image: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%);}
.bg9{background-image: linear-gradient(180deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);}

.green{background-color:#167d22}

.shadow1{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}
.shadow2{
    box-shadow: 0 10px 23px rgba(0,0,0,0.2);
}

.mb-40{
    margin-bottom:40px!important;
}
.pt-40{padding-top:40px;}
.pb-40{padding-bottom:40px;}
.pall-20{padding:20px;}

.header-top-panel .facebook{
	background-color: #3b5998;
}

.header-top-panel .youtube{
	background-color: #c4302b;
}

.menu-left{
    float:left;
}
.menu-right{
    float:right;
}
p.paragraph{
    font-size: 18px;
    line-height:30px;
    text-align: justify;
    margin-bottom: 20px;
    text-indent: 30px;
}
.category-button i{
    color:#FF057C;
}
.category-button:hover i{
    color:#fff;
}
.gallery_search{
    /*float:left;*/
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px 0;

}
.category-search p{
    float:left;
    line-height:38px;
    margin:0 10px;
}
.object_fit {
    object-fit: cover;
}



.welcome{
    text-align:center;
    margin-bottom:10px;
}
.welcome h1{
    color:#f27c66;
}

.welcome p{
    font-size:20px;
    font-weight:600;
}

marquee
{
    overflow:hidden;
    border-bottom:1px solid #e1e1e1;
    max-height:100%;
}

marquee.flash_news{
    border: none;
    margin-top: 7px;
    line-height: 40px;
    color: #fff;
}
marquee.flash_news i{
    display:inline-block;
    clear:both;
}
marquee.flash_news img{
    height:40px;
    float:left;
    margin-right:10px;
    margin-left:50px;
}

marquee:hover{
     -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.about_img{
    /*margin-top: 20px;*/
    border-radius: 10px 0;
}
.instructor-avatar img{
    width:100%;
}

.writer{
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    color: red;
}
.team_title{
    display: flex;
    align-items: center;
}

.usefull_links{
    background-color:#fff;
    border:2px solid #f9d423;
    box-sizing:border-box;
    min-height:408px;
    margin-bottom:0;
}
ul.usefull_links li{
    padding:0;
    text-align:center;
}

ul.usefull_links li:before{
    display:none;
}
.usefull_links  a:link, .usefull_links a:visited{
    padding:10px;
    display:block;
    line-height:2;
    color:#2d2d2d;
    margin-bottom:2px;
    font-size:18px;
    font-weight:600;
    background-color: #f9d423;
    background-image: linear-gradient(180deg, #f9d423 0%, #ff4e50 300%);
    background-size: 400%;
    transition: all .5s;
}
.usefull_links a:hover{
    background-color: #f9d423;
    background-image: linear-gradient(90deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
    background-position: 10% 50%;
    color:#fff;
}
.usefull_links ul li:last-child{
    margin-bottom:0;
}

.facility_title{
    padding:20px 0;
}

.center1{
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
}

.blog-post .video_title_container{
    display:block;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
}

.blog-post .video_title_container .video_title{
    font-size:20px;
    margin-bottom:0;
    max-width:85%;
    float:left;
}
.blog-post .video_date{
    float:right;
}

.main_title{
    font-size: 18px;
    color: #f7f7f7;
    text-transform: uppercase;
    background-color: #f27c66;
    background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
    padding: 17px 15px 13px 10px;
    margin-top: 0px;
    box-shadow: 0 1px 0px rgba(0,0,0,0.24);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    box-sizing: border-box;
}
.main_title:before{
    content: "\f04b";
    float: right;
    font-family: FontAwesome;
    color: #2d3339;
    line-height: 25px;
    font-size: 25px;
    color: #fff;
}
.sidebar .sidebar_video_block{
    display:block;
    padding:5px 5px;
    box-shadow:0 5px 5px 0 rgba(0,0,0,.1);
    transition:all .5s;
    border-radius:5px;
    margin-bottom:10px;
    background-color:#fff;
}


.sidebar .sidebar_video_block:hover {
    background-color:#fdffc6;
}

.sidebar .sidebar_video_block .vid{
    display:flex;
}

.sidebar .video_min_thumb{
    width:100px;
    margin-right:10px;
    height:75px;
}

.sidebar p.video_date{
    font-weight:600;
    display:inline-block;
    float:right;
}



/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

.shop_table tbody tr a{
    display:block;
    padding:5px;
    background-image: linear-gradient(180deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
    width:25px;
    height:25px;
    margin:auto;
    color:#fff;
    line-height:25px;
    border-radius:50%;
    transition:all .5s;
}

.shop_table tbody tr:hover{
    background-image: linear-gradient(45deg, #FFEEEE 0%, #DDEFBB 51%, #FFEEEE 100%);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

footer .footer-latest ul{
    width:50%;
    display:inline-block;
    float:left;
}

footer .footer-latest ul li a:link, footer .footer-latest ul li a:visited{
    color:#fff;
}
footer .footer-latest ul li a:hover, footer .footer-latest ul li a:active{
    color:#f9cb8f;
    text-decoration:underline;
}

.footer-contact-form .f_map{
    width:100%;
    min-height:240px;
}

.footer-nav img{
    margin-top:11px;
}




/* admission open button*/

.admission a{
    position:fixed;
    top:50%;
    right:0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Hind Vadodara';
    color: #fff;
    background-color: #f0f0f0;
    padding: 0 10px;
    display: inline-block;
    line-height: 55px;
    text-transform: none;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    z-index:99999;
    transform: translateX(39%) rotate(-90deg);

    background: linear-gradient(0deg, #ff057c, #8d0b93, #321575);
background-size: 600% 600%;

-webkit-animation: AnimationName 1s ease infinite;
-moz-animation: AnimationName 1s ease infinite;
-o-animation: AnimationName 1s ease infinite;
animation: AnimationName 1s ease infinite;
    
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}




@media screen and (min-width: 1145px) and (max-width:1200px){
    .width{
        width:95%;
    }

}
@media screen and (min-width:1101px){
    .main-nav>ul>li>a{
        width:100px;
    }
}
@media screen and (min-width:1024px) and (max-width:1144px){
    .width{
        width:97%;
    }
    .main-nav>ul>li>a{
        width:88px;
    }
}
@media screen and (max-width: 480px){
    .grid-col-2{
        display:none;
    }
    .full-width-sm{
        width:100%!important;
    }
    .page-header-top{
        height:25px;
    }
    .hide{
        display:none!important;
    }
    .page-header-top .logo {
        height:100px;
        width:100px;
    }
    .header-top-panel{
        display:none;
    }
    .page-header-top address{
        display:none;
    }
    .fancybox-nav span{
        top:115%;
    }

    .admission a{
        top:auto;
        bottom:0;
        width:100%;
        padding:0px;
        text-align:center;
        transform: translateX(0%) rotate(0deg);
        border-radius:0;
        line-height:36px;
    }
}
@media screen and (min-width: 320px) and (max-width:1023px){
    .sticky-menu{
        width:100%!important;
        height: 80px;
        overflow: hidden;
        transition:.5s;
    }

    .menu-icon{
        width:30px;
        height:30px;
        position:absolute;
        right:0;
        top:25px;
        background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
        visibility:visible!important;
        border-radius:3px;
        overflow:hidden;
        cursor:pointer;
    }

    .menu-icon .hamburger{
        width:20px;
        height:3px;
        background:#fff;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
        transition:.5s;
    }
    .hamburger:before,
    .hamburger:after{
        content:'';
        position:absolute;
        width:20px;
        height:3px;
        background:#fff;
        transition:.5s;
    }
    .hamburger:before{
        top: -8px;
    }
    .hamburger:after{
        top: 8px;
    }
    .menu-icon.menu-active .hamburger{
        background-color:transparent!important;
    }
    .menu-icon.menu-active .hamburger:before{
        top:0;
        transform:rotate(45deg);
    }
    .menu-icon.menu-active .hamburger:after{
        top:0;
        transform:rotate(135deg);
    }

    .fancybox-nav span{
        visibility:visible!important;
    }





    .auto-height{
        height:390px;
    }





    .menu-left{
        float:none;
    }
    .menu-right{
        float:none;
    }
    .main-nav>ul{
        width:47%;
        float:left;
        margin-right:6%;
        margin-top:100px;
    }
    .main-nav>ul:last-child{
        margin-right:0;
    }
    .main-nav>ul>li{
        display:block;
    }
    .main-nav>ul>li>a{
       width: 110%;
        text-align: left;
        height: auto;
        text-indent: -44px;
        margin-left: -5px;
        padding-left: 36px;
        padding-bottom: 5px;
    }
    .main-nav > ul > li > a .fa{
       display: inline;
        margin-right: 10px;
        margin-left: 15px;
        top: 12px;
        position: relative;

    }

}

 .portfolio-item .video__post {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    .portfolio-item .video__post a.play__btn {
      color: #000000;
      font-size: 24px;
      padding-left: 6px; }

    .play__btn,
a.play__btn,
button.play__btn {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: #fff;
  line-height: 55px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .play__btn img,
  a.play__btn img,
  button.play__btn img {
    padding-left: 5px;
    position: relative; }
  .play__btn:before, .play__btn:after,
  a.play__btn:before,
  a.play__btn:after,
  button.play__btn:before,
  button.play__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 0; }
  .play__btn:before,
  a.play__btn:before,
  button.play__btn:before {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite; }
  .play__btn:after,
  a.play__btn:after,
  button.play__btn:after {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .play__btn:hover,
  a.play__btn:hover,
  button.play__btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
/*
  .yu2fvl {
  z-index: 9999;
  top: 0; }

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0; }

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8; }

.yu2fvl-close {
  position: absolute;
  top: 1px;
  left: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f10 !important;
  background-color: #f10 !important;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%; } }
@media only screen and (max-width: 767px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%; }

  .video h2 {
    color: #ffffff;
    font-size: 32px; }
  .video h4 {
    font-size: 22px;
    line-height: 32px; } }*/