@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
   padding: 0;
   margin:0;
/*   font-family: 'Roboto', sans-serif;*/
 font-family: "Quicksand", sans-serif !important;
   background: #fff;
   overflow-x: hidden;
}
a{-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}
h1, h2, h3, h4, h5, h6{font-family:'Quicksand', sans-serif}
/*@font-face {
    font-family:'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family:'Roboto-Bold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-style: normal; font-weight: normal;
}

@font-face {
    font-family:'Roboto-Medium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-style: normal; font-weight: normal;
}*/

.mt0{margin-top: 0 !important}
.mt10{margin-top:10px;}
.mt40{margin-top:40px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.relative{position: relative;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.around10{padding: 10px;}
.around40{padding: 40px;}
.spaceb10{padding-bottom: 10px;}
.spaceb40{padding-bottom: 40px;}
.spacet40{padding-top: 40px;}
.spaceb60{padding-bottom: 60px;}
/*.spacet60{padding-top: 60px;}*/
.spacet50{padding-top: 50px;}
.spaceb50{padding-bottom: 50px;}

.spacet140{padding-top: 140px;}
.bg-orange{background: rgb(245, 130, 32);}
.fullwidthinner,
.fullwidth{ width: 100vw;position: relative; left: 50%;margin-left: -50vw;}
.bggray{background: #f8f8f8;}
.fontbold{font-weight: bold;}

header {
    padding: 10px 0 0;
    transition: all 0.1s;
    position: relative;
    top: 0px;
    z-index: 99;
    background: #fff;
    width: 100%;
}
 
.toparea{
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    padding: 0; 
    background: #000000;
    transition: all 3s ease 0s;} 
.toplist{padding: 0; margin: 0; list-style: none;}
.toplist li+li{margin-left: 20px;}
.toplist li {display: inline-block; color: #fff;}
.toplist li i{padding-right: 10px;}
.toplist li img{padding-right: 10px;}
.toplist li a{display: block; text-decoration: none; color: #fff;}
.toplist li a:hover{text-decoration:underline; color: #f5f5f5;}

.topicon{margin:0; padding: 0; text-align: right; display: block;}
.topicon li{list-style: none;display: inline-block; color: #fff; vertical-align: middle;}    
.topicon li a{text-decoration: none;width: 28px; height: 30px; color: #fff; display: block;text-align: center;
    line-height: 30px;border: 1px solid transparent;}
.topicon li a:hover{text-decoration: none;color: #fff; border: 1px solid #fff; background: #202c45;} 
.topicon li a.login{display: inline-block;border: 1px solid #fff;width: auto;padding: 0 10px;}
.topicon li a.login i{padding-right: 5px;}
.logo{padding:10px 0; height: 100%;}

.affix#alert .topsection{top:-70px;visibility: hidden;transition: all 0.3s ease;}
.topsection{
/*position: absolute;*/
position: relative;
top:0;
visibility: visible; width: 100%;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


#alert {
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.affix#alert{
    top: 0px;
    z-index:999;
    width: 100%;   
} 
.affix#alert header{background:#fff; 
    position: absolute;
    width: 100%; top:0;padding: 5px 0 0;
    box-sizing: border-box;
 }
header .logo img{transition: all 1s ease 0s; height: 90px; margin-bottom: 10px;}
.affix#alert header .logo img{margin-bottom: 5px;}
.affix#alert .header-extras{margin:0px 0 0;}
/*.affix#alert .navborder .navbar-toggle{top: -55px}*/
/*.affix#alert .navborder .navbar-nav>li>a {padding: 10px 15px;}*/
.affix#alert .navbar {min-height: 100%;}
.header-extras {float: right;margin: 25px 0 0;padding: 0;
    transition-duration: 0.8s;-webkit-transition-duration: 0.8s;-ms-transition-duration: 0.8s;}
.header-extras li {float: left;margin-left: 20px;list-style: none;}

.i-plain {
    width: 36px!important;
    height: 36px!important;
    font-size: 28px;
    line-height: 36px!important;
    color: #1c1b17;
}
.i-plain{
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center!important;
    font-size: 28px;
    cursor: pointer;
    font-style: normal;
}
.header-extras li i {margin-top: 3px!important;font-size: 36px;}
.header-extras li i {margin-top: 5px!important;font-size: 24px; border-radius: 100%; color: #bd0745; border:1px solid #bd0745;}
.header-extras li:first-child {margin-left: 0}
.header-extras li a{color: #1c1b17;text-decoration: underline; cursor: pointer;}
.header-extras li .he-text {float: left;font-weight: normal; color: #848181;}
.header-extras li .he-text span {display: block;font-weight:normal;text-transform: lowercase;font-weight: 600; color: #bd0745}
 .affix#alert .logo img{transition: all 1s ease 0s; height: 45px} 
.navborder{
    box-shadow: 0 6px 12px rgb(0 0 0 / 2%); 
    background: #fff;position: relative;
    z-index: 99;} 
.navborder .nav>li>a.active {
    color: #f1693b;
    border-top: #bd0745 1px solid;
    background: #f6f6f6;    
    margin-top: -1px;
}
.navborder .dropdown-menu {
    min-width: 180px;
    padding: 0px 0;
    margin: 0px 0 0;
}
.navborder .navbar{margin-bottom: 0;border: 0px solid transparent;}
.navborder .navbar-default .navbar-nav > li.dropdown:hover > a, 
.navborder .navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navborder .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
     background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.navborder .navbar-toggle {background-color: #bd0745;   
    border: 1px solid #000;
    /*position: absolute;
    right: 0;
    top: -120px;*/ 
}
.navborder .navbar-toggle .icon-bar {background: #fff;}
/*.navborder .navbar-nav>li>a {color: #000; padding: 10px 15px;border-top: 1px solid transparent; 
    margin-top: -1px; cursor: pointer;}*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navborder .navbar-nav>li>.dropdown-menu{
    right: auto;
    left:0;
/*        box-shadow: 0 10px 60px 0px rgba(0, 0, 0, 0.2);*/
    width: 200px;
/*    border-radius: 0px 0px 15px 15px;*/
    border: none;
}


.navborder .dropdown-menu>li>a {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}
.navborder .dropdown-menu>li>a:focus, .navborder .dropdown-menu>li>a:hover {color: #fff;
    text-decoration: none;background-color: #bd0745;}
     
.navborder .navbar-nav>.active>a{
    color: #a5c347;
    border-bottom: #a5c347 1px solid;
    background: #f6f6f6;
   } 
.navborder .nav>li>a:focus, .nav>li>a:hover {
   text-decoration: none;
    color: #f5a113;
    background-color: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}   
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f6f6f6;
    border-color: #bd0745;
    color: #bd0745;
}


.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider .carousel-inner {
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {margin: auto;width: 100% !important;}
.control-round .carousel-control {
    top: 47%;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;background: #32CD32;color: #fff;}
.control-round .carousel-control.right {
    right: 1%;background: #32CD32;color: #fff;}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}

.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{margin-right: 0;}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px; 
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



.slide-arrow{
    border: 1px solid #ddd;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    color:#000;
    line-height: 38px;
}

.slide-arrow:hover{background: #202c45;color: #fff;}
@media (max-width: 991px) {
    .slide-text h1 {font-size: 40px;line-height: 50px;margin-bottom: 20px;}
    .slide-text > p {font-size: 18px;}
}

@media  (max-width: 768px) {
    .slide-text {padding: 10px 50px;}
    .slide-text h1 {font-size: 30px;line-height: 40px;margin-bottom: 10px;}
    .slide-text > p {font-size: 14px;line-height: 20px;margin-bottom: 20px;}
    .control-round .carousel-control{display: none;}
}
@media  (max-width: 320px) {
    .slide-text {padding: 10px 30px;}
    .slide-text h1 {font-size: 20px;line-height: 25px;margin-bottom: 5px;}
    .slide-text > p {font-size: 12px;line-height: 18px;margin-bottom: 10px;}
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{display: none;}
}

.featurebox{display: block;}
.featbox-blue{background: #3e73de; }  
.featbox-green{ background:#46b7a6;}
.featbox-orange{background:#f58220;}
.featbox-red{background:#ffba06;}
.featbox-pink {background-color: #e868a7;}
.featbox-purpal{background-color:rgb(32, 44, 69)}
.featbox-greenlight{background-color:rgba(181, 213, 106, 1)}
.featbox-blue, .featbox-red, .featbox-green, .featbox-orange, .featbox-pink,
.featbox-purpal, .featbox-greenlight{
    padding: 20px 20px 20px 80px;color: #fff;min-height:140px; margin-top: 30px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    border: 4px solid #fff;
    outline: 1px solid #ccc;    
    box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.featbox-blue:hover, .featbox-red:hover, .featbox-green:hover, .featbox-orange:hover,
.featbox-pink:hover, .featbox-purpal:hover, .featbox-greenlight:hover{
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.morebtn{color: #fff; border:1px solid #fff; padding: 5px 20px; display: inline-block; margin-top: 10px;}
.morebtn:hover{background:#fff; color: #000; text-decoration: none;}
.featurebox i{font-size: 50px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    left: 30px;  
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
.no-gutters{padding-right: 0;padding-left: 0;}
.cont-title{
     font-size: 36px;
     margin-top: 0px;
     margin-bottom: 15px;
     line-height: 40px;
}
 .cont-title span{font-weight:700;color: #f5821e;line-height: 40px;}
 .title18{font-size: 18px;color: #3f444a;font-weight: 300;}

 .course-offer{}
 .course-offer-in{ margin-bottom: 30px;border-radius: 3px;position: relative;overflow: hidden;}
 .course-overlay{}
 .course-overlay img{height: auto;width: 100%;}
 .course-overlay span{
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}
 .course-offer-in a.course-overlay img {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}
 .course-offer-in a:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0);
}
 .course-offer-in:hover a.course-overlay img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}

.findmain{align-items: center; display: flex;height: 150px;justify-content: center;}
.find_inner{display: flex;}
.find_inner h3 span {font-weight: 700;padding-left: 6px;text-transform: capitalize;}
.find_inner h3 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 30px;
    margin-top: 10px;
}
.findbtn{margin-left: 50px;}
.findmore{
  background: #202c45;
  color: #fff;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 4px;
}
.findmore:hover {color: #e9ae37; background: #000;}
.sec-title {position: relative;text-transform: capitalize;
    margin: 0 0 20px; border-bottom:1px solid #ddd; padding-bottom: 20px;}
.sec-title:after{    
    content: "";
    position: absolute;
    left: 0;
    background: #bd0745;
    height: 1px;
    width: 80px;
    bottom: -1px; margin: 0 auto;}   
.smdivider{background: #000000;height: 2px;width: 60px; margin:25px auto; clear: both;}  

/*.courses-box{
  border: 1px solid #f0f0f0;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 1s ease 0s;margin-bottom: 15px;} */

.courses-box {
    background-color: transparent;
    padding: 55px 30px 55px 30px;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    top: 0;
    margin-top: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* 2nd box */
.courses-box1 {
     background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
}
.courses-box2 {
    background-image: linear-gradient(180deg, #fff4dc 0%, rgba(255, 255, 255, 0) 40%);
}

/* 3rd box */
.courses-box3 {
    background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255,255,255,0) 40%);
}
.courses-box:hover{
    top: -10px;
    box-shadow: 0px 10px 10px 0px rgba(100, 200, 255, 0.1);
}
/*.courses-box:hover, .courses-box:focus, .courses-box:active {
    -webkit-transform: translateY(-8px);transform: translateY(-8px);}*/

.courses-box-img {position:relative;overflow: hidden;}
.courses-box-img img{width:100%;transition: all .4s; position: relative;}
/*.courses-box-img:hover img{
 transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}*/
/*.courses-box{border: 1px solid #ddd;}*/
.courses-box-img {position:relative;overflow: hidden;}

.courses-box:hover .courses-box-img i {
    color: #fdc800;
    opacity: 100;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}
 .courses-box-img i{font-size: 22px;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    color: #ff3115;
    z-index: 11;
    color: #fff;
    font-weight: 400;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;}

/*.courses-box .courses-box-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}*/

/*.courses-box:hover .courses-box-img:before {
      -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}*/

/*.courses-box-img img{width:100%;transition: all .4s; position: relative;}
.courses-box:hover .courses-box-img img{
 transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}*/
/*.courses-box:hover .course-inner{background: #002147;color: #fff;}*/
.course-inner{padding: 25px 20px;transition: 0.4s;text-align: center;}
.course-inner h4 {
    font-size: 24px;
    line-height: 155%;
    margin-bottom: 11px;
    color: #202020;
    font-weight: 700;
}
.course-subject{color: #ff0000}

.owl-stage-outer a.btn-read {
    color: #f0aa00;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
     transition: all 0.5s ease;
     overflow: hidden;
}
.owl-stage-outer .btn-read::after {
   content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0aa00;

    -webkit-mask-image: url("https://pallikoodam.wpenginepowered.com/wp-content/themes/pallikoodam/images/sep-mask-img.png");
    mask-image: url("https://pallikoodam.wpenginepowered.com/wp-content/themes/pallikoodam/images/sep-mask-img.png");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: left center;
    mask-position: left center;

    transform: translateX(-100%);
    
    opacity: 0;
    visibility: hidden;

    transition: transform 0.4s ease, opacity 0.3s ease;

    z-index: 0;
}
.owl-stage-outer .btn-read:hover::after {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Text above */
.owl-stage-outer .btn-read {
    position: relative;
    z-index: 1;
}
.owl-stage-outer {
    position: relative;
    z-index: 1;
}

/*.btn-read {
    background: #bd0745;
    text-align: center;
    border: 1px solid #bd0745;
    outline: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.5s ease;
} */
/*.courses-box:hover .btn-read {background: #fff;color: #000;text-decoration: none;}*/

.course-inner p {
    padding-bottom: 10px;
    color: #808080;
    font-weight: 500;
    font-size: 15px;
}  
.countdown_bg{background: #f5821f;background-size: cover;position: relative;padding: 70px 0;text-align:center;z-index: 0;}
.countdown_bg:after{
    position: absolute;
    content: "";
    background: rgb(32, 44, 69);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}


.countdown_bg h3 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FFF;
  font-weight: 700;
  position: relative;
}
.countdown_bg h3:after{
    content: "";
    background: #fdd333;
    height: 1px;
    width: 100%;
    bottom: 0;
    margin: 20px auto auto;
    display: block;
}

.countdown_bg span {color: #FFF;font-size: 15px;font-weight: 700;text-transform: uppercase;}
.countdown_bg i {color: #fdd333;font-size: 56px;}
.testimonial_bg{
  overflow: hidden;
  position: relative;
  background: #202c45;
  padding-bottom: 50px;
  color: #fff;
}

.testimonial_bg h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.testimonial_bg .testi_description{ 
    display: inline-block;
    text-align: center;
    margin-right: 5%;}
.testimonial_bg .testimonialimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.15);
}

.testimonial_bg .testimonialimg img {width: 100%;height: 100%;
    border-radius: 50%;
 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;}

.testi_description h4 {font-size: 16px;font-weight: bold;color: #fff;margin: 20px 0 0 0;}
.testimonial-content span {font-size: 12px;color: #fff;}
.testimonial_bg .testi_description {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    margin-top: 20px;
    position: relative;
}
.testimonial_bg .testi_description:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: -20px;
    left: 47.5%;
}
.owl-carousel .owl-nav, .owl-carousel .owl-dots {margin-top: 30px;text-align: center;}
.owl-nav .owl-prev, .owl-nav .owl-next {
    background-image: none;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: static;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #f1aa00;
}

/*.owl-carousel .owl-nav .owl-prev {left: 0px;}
.owl-carousel .owl-nav .owl-next {right: 0px;}*/
/*.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #bd0745;
    background-color: #bd0745;
    color: #fff;
    transform: translateY(-50%);
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
}

.owl-carousel .owl-dot.active {background-color: #bd0745;}

@media only screen and (max-width: 480px){}
/*.staffteam{ margin-top: 20px; text-align: center;}*/
.staffteamimg{display: block;overflow: hidden;border-radius: 50%;}
.staffteamimg img{width: 100%; height: auto}
/*.staffteam .staffteamimg {position:relative;overflow: hidden;}*/
/*.staffteam .staffteamimg img{width:100%;transition: all .4s; position: relative;  border-radius: 50%;
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;}*/
.staff-content {padding: 0 10px 15px;transition:.3s;}
.instructor-icon { margin-top: 15px;}
/*.staffteam .staffteamimg img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}*/

/*.staffteam:hover .staffteamimg img {transform: scale(1.3);transition: all 500ms ease;}
.staffteam .staffteamimg:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.0);
    transition: all 500ms ease;
}*/

/*.staffteam:hover .staffteamimg:before {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    transition: all 500ms ease;
}*/
/*.staffteam ul{display: none;}*/
.social-links{margin:0; padding: 0; list-style: none; display: none;}
.social-links li {
    position: relative;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  width: 36px;
  color: #000;
  transition: .3s;
  box-shadow: 8px 6px 8px rgba(0, 0, 0, 0.175);
}
.social-links li a.active{color: #fff;background: #f5821f;}
.social-links li a:hover{color: #fff;background: #f5821f;}
.social-links li a:last-child{margin-right:0;}
.social-links li a i {line-height: 36px;font-size: 14px;}
.staff-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.staff-content span {color: #333;font-weight: 400;}
.our-facility{background-color: #ED6600;padding: 50px 0px 50px 0px; color: #fff;}
.counter-content{color: #fff; text-align: left;}   
.counter-main {
    border:1px solid rgba(255, 255, 255, 0.19);
    padding: 30px 30px 18px;
    border-radius: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
}
.counter-main:hover{box-shadow: 0 6px 29px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.creative_heading{
    font-size: 30px;
    word-wrap: break-word;
    font-weight: 700;
}
.creative_heading span{color: #ed6600;}
.owl-carousel, .teamstaff{clear: both;} 
.services { position: relative;}
/*.service-inner {
     padding-top: 0px;
    position: absolute;
    top: -184px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}*/
.service-box {
  /*border-right:1px solid rgba(255, 255, 255, 0.21);
  padding: 30px 30px 20px 40px;
  display: block;
  color: #fff;
  background-color: #bd0745;
  width: 32.5% !important;*/
 /* background-color: #ffffff;
    box-shadow: 10px 0px 60px 0px rgba(0, 0, 0, 0.08);*/
/*    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
    margin: 0px 0px 0px 0px;
    padding: 40px 30px 20px 30px;
    border-radius: 20px 20px 20px 20px;
    transition: all 0.3s linear;
            position: relative;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box:hover{
/*    top: -20px;*/
     background-color: #ffffff;
    box-shadow: 10px 0px 60px 0px rgba(0, 0, 0, 0.08);
}
.service-box-icon {
    margin-bottom: 15px;
}
.service-box:last-child {border-right: none;}
/*.service-box .service-box-content {position: relative;padding-left: 60px;}*/
.service-box .service-box-content {
    position: relative;
    /* padding-left: 60px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.service-box .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}
.service-box .service-box-content h3 a {
  color: #202020;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box .service-box-content p {color: #000;font-weight: 500;text-align: center;}
/*.service-box .service-box-icon {padding-top: 10px;position: absolute;left: 0;top: -15px;}*/

.service-box .service-box-icon img {
width: 90px;
height: auto;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
background: #f0aa00;
    border-radius: 50%;
    padding: 15px;
}

.service-box .service-box-icon i {
  color: #fdc800;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*.service-box:hover .service-box-content h3 a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}*/
.service-box:hover .service-box-content p {
  color: #202020;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*footer{background:url('../images/2.jpg');clear: both;padding-top: 20px;color: #BAC0C5; position: relative; z-index: 0;}*/
footer{
        background-color: #5D58EF;
    background-image: url(https://pallikoodam.wpengine.com/wp-content/uploads/2019/09/footer-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer:after{position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;}
.fo-title{position: relative;padding-bottom: 15px;color: #fff;margin-bottom: 25px;}
.infoborderb{border-top: 1px solid #8c8587;margin-top: 20px;margin-bottom: 20px;}
.fo-title:after{position: absolute;content: "";left: 0;width: 50px;background: #8c8587;height: 2px;bottom: 0;}
.heading-text{font-size: 16px;line-height: 1.6;margin-bottom: 20px;}
.company-social { margin-left: 0;padding-left: 0;margin-top: 10px;}
.company-social li{
    margin:0;
    text-align: left;
    list-style: none;
    padding:0;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #8c8587;
}
.company-social li a{
    margin: 0 0px 0 0;
    display: block;
    color: #8c8587;
}

.company-social  a:hover {
    color: #fff;
    background: #bd0745;
    border: 0px solid #fff;
}

.company-social  a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding:0;
}


.listcircle{padding:0; margin:0; list-style: none;}
.listcircle li{    padding: 3px 15px;
    display: flex;
    align-items: baseline; position: relative;}
.listcircle li:after{content: "\f111";
    position: absolute;
    left: 0;
    top: 6px; font-size: 10px;
    font-family: 'FontAwesome';}

 .col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

@media (max-width: 767px) {
.carousel-inner .active.left{left: -50%; }
.carousel-inner .active.right {left: 50%; }
.carousel-inner .next{left:  50%; }
.carousel-inner .prev{left: -50%; }
.carousel-col{width: 50%; }
.active > div:first-child + div { display:block; }
}


@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev            { left: -33%; }
  .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev            { left: -25%; }
  .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

.block {
    width: 306px;
    height: 230px;
}

.red {background: red;}
.blue {background: blue;}
.green {background: green;}
.yellow {background: yellow;}   

.btnorange{color: #fff;background-color: #f58220;border-color: #f58220;}
.mr-4{margin-right: 1.5rem;}
.mt-4{margin-top: 1.5rem;}
.btn-secondary {
    color: #fff;
    background-color: #202c45;
    border-color: #202c45;
}
.btnorange:hover, .btn-secondary:hover{background: #000; color: #fff;}
.btn-lg2{padding: 12px 30px;font-weight: 700;border-radius: 4px;}
.f1-list{padding: 0; margin: 0; list-style: none;padding-bottom: 0px;overflow: hidden;}
.f1-list li{display: block;padding: 6px 15px;position: relative;width: 50%;float: left;}
.f1-list li a:after{
    content: "\f0da";
    position: absolute;
    top: 6px;
    left: 0px;
    font-family: 'FontAwesome';
    color: #8c8587;
}
.f1-list li a{text-decoration: none;color: #fff;}
.f1-list li a:hover{text-decoration: none;color: #8c8587;}
.contacts-item{display: block;width: 100%;overflow: hidden;margin-top: 20px;}
.content-title{font-size: 18px;color: #fff;}
.cright p a{    
    font-size: 18px;
    color: #fff;
       width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.sub-title{font-size: 16px;color: #8c8587;}
.cleft{width: 50px;float: left;font-size: 2.5em;color: #8c8587;}
.cright{
    float: left;
    padding-left: 15px;    width: 80%;
    border-left: 1px solid #8c8587;
    min-height: 65px;
    }
 .cright a:hover{color:#f983ab;text-decoration: none;} 
/*.copy-right{
    background: #8c0533;
    padding-bottom: 2px;
    
    color: #fff;
} */ 
.copy-right {
    background: #433ED2;
    padding-bottom: 2px;
    color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 0px 25px 0px;
    margin-top: 40px;
}
.copy-right p{margin-bottom: 0;}
.fbolist{margin:0;padding:0;}
.fbolist li{list-style: none; display: inline-block; position: relative;}
.fbolist li a {text-decoration: none; color: #fff; padding: 0 10px;}
.fbolist li:after{content: "|"; position: absolute;
    left: -3px;
    top: -1px;
    font-size: 15px;}
.fbolist li:first-child:after{display: none;}
.fbolist li a:hover{text-decoration: none; color: #000;}  
.fleft{text-align: left;}
.fright{text-align: right;}
.complainbtn{background-color: #a6c437;border-radius: 30px;
    box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #bd0745;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);}   

.complainbtn:hover{background: #000;}    
.complain {
    position: relative;
    font-size: 24px;
    margin-top: 5px;
    padding-left: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
}
.complain i{position:absolute;left:0px;font-size: 40px;color: #fff; top:0;}
.complain a{
  text-decoration: none;
  transition: all 1s ease 0s;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}
.complain a:hover{color: #8c8587; text-decoration: none;}

/*.scrollToTop {
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 36px;
  height: 40px;
  background: #bd0745;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 40px;
   z-index:99; 
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}*/
/*.scrollToTop:hover i{color: #fff;}*/
/*.scrollToTop:hover{background: #000;}*/


.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    /*border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);*/
    transition: all 0.3s ease;
}

.scrollToTop img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.scrollToTop:hover {
    transform: translateY(-5px);
/*    box-shadow: 0 12px 30px rgba(0,0,0,0.2);*/
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .scrollToTop {
        width: 48px;
        height: 48px;
        bottom: 15px;
        right: 15px;
    }

    .scrollToTop img {
        width: 24px;
        height: 24px;
    }
}

.svg {width: 50px; height: 50px;}
.svg path {fill: #fdc800 !important;}

.about_img img{width: 100%; height: auto;}
.about_img{position: relative;margin-top: 30px;}
.about_img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 6px;
}
.about_img:hover:after {
  opacity: 1;
}


.about-right{display: block; margin-top: 30px;}
.about-right h3{text-transform: uppercase; font-size: bold; margin-top: 0}
.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: #202020;
    font-size:18px;
        text-align: right;
    width: 50%;
    margin: auto;
    display: none;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f106";
}
.accrodion2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}
/*.accrodion2 .panel-default>.panel-heading{
    background-color: #bd0745;color: #fff;padding: 15px 15px;
}*/
.accrodion2 .panel-default>.panel-heading {
    background-color: #FFFFFF;
    padding: 15px 25px 15px 25px;
/*    border-radius: 50px 50px 50px 50px;*/
    border-radius: 10px;
    color: #202020;
}


.accrodion2 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #202020;
}

.newstab{
    background: #32CD32;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
/*    position: absolute;*/
    position: relative;
    z-index: 1;
    margin-left: 0px;
    left: 16px;
}

.catetab{
    background:#bd0745;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0px 0;
}
.newsborder{border:1px solid #ddd; padding: 10px 10px 0;}
.newsbox{width: 100%;clear: both;overflow: hidden;padding-bottom: 10px;
    margin-bottom: 10px; border-bottom: 1px solid #ddd;}

.date_item span{display: block; width: 100%;overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;}
.date_item{width: 60px; border-radius: 2px;padding-top: 5px; background: #1da0e1;color: #fff;  border:1px solid #000; 
  height: 50px;  position: absolute; left: 0;  text-align: center;}
.datenews{
/*    font-family:'Roboto-Bold';*/
    display:inline-block;
    color: #FFEB3B;
    padding-right: 8px;
    font-weight: 700;
}   

.newsarea{background: #202c45;transition: all 3s ease 0s;display: none}
.newscontent {height: 33px;}

.new-marquee .newscontent{
    height: auto;
    display: flex;
    align-items: center;
}
.new-marquee .newscontent marquee{
    margin-left: 0;
}
.new-marquee .newscontent marquee .newscontent ul li{
    margin-left: 0;
    padding-left: 0;
}
.new-marquee .newscontent li{
        /* min-height: 80px;
}
.newscontent .mask {
  position: relative;
  width:100%;
  overflow: hidden;
}
.newscontent ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.newscontent ul li span{font-weight: bold;padding-right: 5px;color: #6b0f11;}
.newscontent ul li:last-child{border-bottom: 0;}

.newscontent li{min-height: 80px;}
.newscontent ul li {
  padding: 8px 10px 0;
  display: inline-block;
  margin-left: 10px;
  padding-left: 60px;
  overflow: hidden;
}
.newscontent ul li a {text-decoration:none;color: #fff;}
.newscontent ul li a:hover{color: #FFEB3B; text-decoration: none;}
.newscontent marquee{margin-left: 120px;}
.newsh250{height: 250px; overflow:hidden;}

.tickercontainer{background: #202c45; padding: 10px;}

.eventbox {
  position:relative;
  background-color: #1da0e0;
  color: #fff;
  margin: 0px 0 25px;
  transition: all 1s ease 0s;
  border-radius: 4px;
  height: 230px; overflow: hidden;
}
.eventbox a{color: #fff; cursor: pointer; display: block;border-radius: 4px;}
.eventbox a:hover{background-color: #ddd;color: #fff; cursor: pointer;}
.evcontentfix{position: absolute;bottom: 0; width:100%; background: #bd0745; padding: 15px 20px;}
.eventbox img{width: 100%; height: auto;border-radius: 4px 4px 0 0px;}
.time{}
.eventbox h3{font-size: 20px; margin:0px;}

.gallheight{height: 200px; overflow: hidden;}
.galleryfancy .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.galleryfancy:hover .content-overlay{opacity: 1;border-radius: 4px;}
.overlay-details {
  color: #fff;
  font-size: 24px;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.galleryfancy:hover .overlay-details{top: 50%;left: 50%;opacity: 1;}
.fadeIn-bottom{top: 80%;}
.galleryfancy{display: block; margin-bottom: 10px; position: relative;
    padding: 5px;border: 1px solid #ddd; border-radius: 4px;}
.galleryfancy img{width: 100%; height: auto;border-radius: 4px;}
.fancy-lightbox{display:-ms-flexbox!important;display:flex!important;
  -ms-flex-align:center;align-items:center;-ms-flex-pack:center;
  justify-content:center;padding-right:0!important}
.fancy-lightbox-container{position:relative}
.fancy-lightbox-container>div.fancy-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;
  width:100%}
.fancy-lightbox iframe{width:100%;height:100%}
.fancy-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;
  display:-ms-flexbox;display:flex}
.fancy-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;
  display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;
  color:#fff;font-size:30px;z-index:1}
.fancy-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}
.fancy-lightbox-nav-overlay a>:focus{outline:none}
.fancy-lightbox-nav-overlay a span{padding:0 30px}
.fancy-lightbox-nav-overlay a:last-child span{text-align:right}
.fancy-lightbox-nav-overlay a:hover{text-decoration:none}
.fancy-lightbox-nav-overlay a:focus{outline:none}
.fancy-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}
.fancy-lightbox a:hover{opacity:1;text-decoration:none}
.fancy-lightbox .modal-dialog{display:none}
.ekko-lightbox .modal-footer{text-align:left}
.fancy-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;
  display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;
  -ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}
.fancy-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}
.fancy-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;
  position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}
.fancy-lightbox-loader>div>div:last-child{animation-delay:-1s}
.modal-dialog .fancy-lightbox-loader>div>div{background-color:#333}
.fancy-lightbox-item img{border-radius: 4px;}
.modal-title{display: none;}
.fancy-lightbox  .modal-header{padding: 0px;
    border-bottom:none;}
.fancy-lightbox  .close{background: #000;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    outline: 0;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    right: -10px;
    opacity: 100;
    top: -10px;
    text-shadow: none;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 5px #000;}
.fancy-lightbox  .close:hover{background: #6b0f10; opacity: 100; color: #fff;display: block;}
@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

.cuadro_intro_hover{
      padding:0px;
    position: relative;
    overflow: hidden;
    height: 230px;border-radius:4px;
    margin-bottom: 30px;
  }
  .cuadro_intro_hover:hover .eventcaption{
    opacity: 1;
    transform: translateY(-180px);
    -webkit-transform:translateY(-180px);
    -moz-transform:translateY(-180px);
    -ms-transform:translateY(-180px);
    -o-transform:translateY(-180px);
  }
  .cuadro_intro_hover img{
    text-align: center;border-radius: 4px 4px 0 0px;
   width: 100%;
    height: 100%;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  .cuadro_intro_hover .eventcaption{
    position: absolute;
    top:180px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100%;
  }
  .cuadro_intro_hover .blur{
    background:rgba(32, 44, 69, 0.8);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
  }
.cuadro_intro_hover .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top:0px;
    width: 100%;
}
.cuadro_intro_hover p{opacity: 0;}
.cuadro_intro_hover:hover p{opacity: 100;}
.eventcaption h3{font-size: 20px; margin-top: 15px; font-weight: normal;}
.event20{padding: 0px 10px;color: #fff;position: relative;z-index: 6;}
.newsinner{background: #1ea0e0;padding: 10px;}
.newsmaindiv .col-md-4{ padding-right: 5px;padding-left: 5px;}
.newsmaindiv .row {margin-right: -20px;margin-left: -20px;}
.newspagebox2{
    background: #0a6fa0;
    min-height: 200px;
    border:1px solid #bfbebe;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.30);
}
.newspagebox2 h2{color: #35373e; text-transform: uppercase; margin-top: 0;  font-size: 20px;}    
.newspagebox2 h3{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
    }
.newspagebox2 h4{color: #35373e; font-size:16px; margin-top: 0}
.newspagebox2 p{color:#35373e;}
.newspagebox2 a{color:#1ea0e0;}
.newspagebox2 .date2{color: #1ea0e0; font-weight: 700;}
.newspagebox2 a:after{content: "\f178";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #1ea0e0;}
.news_titles {
    background: #fff;
    margin: 20px 20px 0;
    padding: 15px 20px;
    position: relative;
}
.newsmain {display: block;margin-left: -20px;}
.contact-item {
  margin-top: 30px; margin-bottom: 30px;
    padding: 30px 30px;
    text-align: center;
    background-color: #f1f1f1; 
    border:1px solid #ececec;
    transition: all .3s ease-in;
}
.contact-item h3{font-size: 20px; margin-top: 0;
    text-transform: uppercase;
    color: #000;}
.contact-item svg{width: 66px; border: 2px solid #036494;
    height: 66px;  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; display: block;}
.contact-item img {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-item p{line-height: 20px; margin-bottom: 0;}
.courses-head{margin:0px 0 5px;}
.courses-head span{color: #fbbe07;}
.contact-item:hover {background-color: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)}
.contact-page{padding-top: 30px;padding-bottom: 30px;}
.contact-page .contact-form{padding-top: 20px;} 
.form-group label {font-weight: normal;}
.mapWrapper iframe{display: block;}
textarea{resize: none;padding: 10px;border-radius:0;}
.contact-page .contact-wrap {margin-top: 20px;}
@media(max-width: 767px){
  header .logo img {height: 50px;}
 .toplist, .topicon{text-align: center;}
 .find_inner{flex-flow: row wrap;}
.findbtn{margin-left: 0;margin: auto;margin-bottom: 0;line-height: 0;}
.find_inner h3 {display: block;font-size: 20px;text-align: center;}
.fright, .fleft{text-align: center}
.countdown_bg i{margin-top: 20px;}
.navborder .navbar{min-height: 0 ;}
.navborder .navbar-nav {margin-top: 1px;}
.header-extras {margin: 0px 0 10px; float:none; width:100%;}
/*.navborder .navbar-nav>li>a {padding: 15px 28px;}*/
.course-offer-in{margin-top:20px;}
.testimonial4 .carousel-inner{width:100%}
.carousel-control.left, .carousel-control.right {display: none;}
.about_img{margin-bottom: 20px;}
.service-box {width: 100% !important}
.service-inner{position: relative; top: 0;}
}

@media(min-width: 768px) and (max-width:991px){}

.about-title {
   background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 80px 0 50px;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    height: 60vh;
    top:-70px;
}

.about-title:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

.about-title .innermain {height: 100%;display: table; width: 100%;}
.page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}
.captions {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0
}
.breadcrumb {
    margin: 0;
    background-color: transparent !important;
    text-transform: capitalize
}

.breadcrumb li {display: inline-block}
.breadcrumb li a {color: #cccccc}
.breadcrumb li a:hover {color: #fbbe07}
.breadcrumb li:last-child {pointer-events: none}
.breadcrumb li.active a {color: #fff}
.breadcrumb li + li:before {
    padding: 0 10px;
    color: #cccccc;
    content: '\f105';
    font-family: FontAwesome
}


.whychooses {text-align: center; padding-top: 30px;}
.whychooses-icon {margin-bottom: 18px;}
.whychooses-icon{
  border-radius: 100%;
  height: 120px;
  width: 120px;
  display: block;
  background: #FFFFFF;
  line-height: 120px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.whychooses:hover .whychooses-icon{
    background: #bd0745;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.whychooses-icon img {width: 60px; height: 60px; } 
.whychooses h3 a{color: #000;}
.whychooses:hover h3{
  
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.whychooses:hover h3 a{color: #bd0745; text-decoration: none;}
.whychooses p {width: 80%;margin: 0 auto;}

.head-title2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.head-title2:after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    background: #f5821e;
    height: 2px;
    bottom: 0;
}

.facility_bg {
   background-image: url(../images/achievements-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 60px 0 60px;
    background-size: cover;
    color: #fff;
    position: relative;
}

.facility_bg:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}


.visionbg{background: #202c45; color: #fff; padding: 20px; }
.misssion{border-top:4px solid #bd0745; background: #fff; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); padding-bottom: 50px; margin-top: 30px; min-height: 365px;}

.whitebox{background: #fff; box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15); padding: 40px;}
.blue-box1 {background-color: #202c45;color: #fff;text-align: center;}
.sports{display: block;}
.sports h2{font-size:24px;}
.onlineform{}
.onlineform .form-control{border-radius: 30px;}
.onlineformbtn{
    border-radius: 30px !important;
    padding: 7px 20px;
     border:0;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #bd0745;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    /*line-height: 24px;*/
    transition: all 0.5s ease 0s;
    box-shadow: 0px 5px 25px 0px rgba(189, 7, 69, 0.41);}   

.onlineformbtn:hover{background: #000;color: #fff;}    
.onlineformbtn {display: inline-block;vertical-align: middle;/*width: 100%;*/}

@media (max-width: 767px){
    .misssion{min-height: 100%;}
    .affix#alert .header-extras{display: none;}
    .service-box{margin-top: 1px;}
   
}    

/*@media (min-width: 768px) and (max-width:991px) {
  .navborder .navbar-nav>li>a {padding: 23px 15px;}
}*/

ul.square li {list-style: square;padding: 3px;margin-left: -25px}
.latestevent{padding: 10px 0;} 
.latestevent h4 a{color: #bd0745;}  
.latestevent img{ -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1); border-radius: 4px;}
.image img{width: 100%; height: auto;}  
#cookieConsent {
    background-color: #202c45;
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding:10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    text-align: center;
}
#cookieConsent a {color: #fff;text-decoration: none;}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 28px;
    padding-right: 20px
}
#closeCookieConsent:hover {color:#0084B4;}
#cookieConsent a:hover{color:#0084B4;}
#cookieConsent a.cookieConsentOK {
    background-color: #bd0745;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #000;
    color: #fff;
}
/*safari Browser*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .newscontent { overflow:hidden; } 
  ::i-block-chrome, .fullwidth {width: 102em;margin-left: -51em;}
  ::i-block-chrome, .countdown_bg, ::i-block-chrome,.testimonial_bg{background-attachment: local;}
  ::i-block-chrome, .about-title{height: 50rem;}
}

.catpcha{cursor:pointer; padding-left: 10px;}
#captcha_image img{border-radius: 8px;}
@media(max-width:767px){
   #captcha_image img{margin-bottom:5px;} 
}
.displaynone{display: none;}
.req{color:red;}
.dropify-wrapper{height: 34px !important; border-radius: 30px; cursor: pointer;}
.align-items-center {-ms-flex-align: center;align-items: center;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.d-flex {display: -ms-flexbox !important;display: flex !important;}
.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.align-items-stretch {-ms-flex-align: stretch;align-items: stretch;}
.statusright{float: right;
   /* background: #786e6d;
    box-shadow: 0px 5px 25px 0px rgb(125 123 123);
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    border-radius: 30px;
    padding: 5px 20px;*/}
/*.statusright:hover {background: #000;color: #fff;} */   
.statusimg{padding: 0; margin: 0; list-style: none;float: right;}
.statusimg li{display: inline-block; text-align: center;}
.statusimg li+li{padding-left: 20px;}
.statusimg li img{border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;}
.statusimg p{margin-bottom: 0;}    
.printbtndrakgray {color: #fff;background-color: #727272;border-color: #525252;}
.printbtndrakgray:focus,    
.printbtndrakgray:hover{color: #fff !important;background-color: #070707;border-color: #525252;}
.printcontent {
        border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 15px 0px;
    width: 100%;
    margin-bottom: 10px;
}  
.printcontent p{margin-bottom:0px;}
.pagetitleh2 {
    background: #f3f3f3;
    margin: 0;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.entered{font-weight: bold; margin-bottom: 0; margin-top: 10px;}
.formstatus{border: 1px solid #ccc;padding: 5px 20px;display: block; border-radius: 3px;}
.formstatus b{padding-right: 2px;}
.reflist{margin: 0; padding: 0; list-style: none;}
.reflist li{display: inline-block; text-align: center; font-weight: bold; border:1px solid #ddd; padding: 10px 3px; 
border-radius: 4px; background: #f9f9f9; font-size: 13px; margin-top:0.5rem;}
.reflist li+li{margin-left: 0px;}
.reflist li span{display: block;}

@media(max-width:767px){
    .statusright,
    .formstatus{margin-top: 10px;}
    .printcontent .form-group{margin-bottom:15px;}
    .statusimg{margin-top: 10px;}
    .btnMD{float: none; width: 100%;}
    .complainbtn{float: right}
    .header-extras li{margin-left:0px;width:auto;}
    .header-extras li+li{float: right;}
/*    .bs-slider .carousel-inner>.item{padding-top: 90px;}*/
    .spacet140{padding-top:0px;}
    .spacet60-mobile{padding-top: 60px;}
    .pt-0-mobile{padding-top:0px !important;}
    .control-round{margin-top: -30px;}
    header{margin-bottom: 30px;}
    .modal-close-xs{ text-align: center;margin-top: 1rem;}
    .w-full-xs{width: 100%;}
    #bootstrap-touch-slider{
        height: auto !important;
    }
    .images-over {
        display: none;
    }

}
@media(min-width: 992px){
    .text-lg-right{text-align: right;}
    .mr-lg-1{margin-left: 0.5rem;}
    .max-vh-75{height:75vh}
}

.modalclosebtn{border-radius: 30px !important;}
.modalclosebtn:focus,
.modalclosebtn:hover{background: #000;color: #fff !important; outline: none}    
.modalclosebtn {display: inline-block;vertical-align: top; padding: 6px 15px; background: #786e6d;    
    box-shadow: 0px 5px 25px 0px rgb(25 25 25 / 41%); color: #fff;transition: all 0.5s ease 0s;}
.modal-header-small{padding: 5px 15px;}
.closebtnmodal{opacity: 100;margin-top: 10px !important;}
.mdbtn{width:100px;margin-top: 2px;}
.capture-icon{cursor: pointer;padding-left:10px; padding-right: 10px;}
.d-flex{display: flex;}
.align-items-center{align-items: center}
.btnMD{float: right;}
@media(min-width:768px){
    .width-auto{width: auto;}
}

.termsconditions h3{font-size: 20px;margin-bottom: 10px;}
.termsconditions h4{margin-top: 20px;}
.termsconditions p{text-align: justify;}
.mt-24{margin-top: 24px;}
.cart-course-wrapper .image a img{
        object-fit: cover;
    width: 100px !important;
    height: 80px !important;
    overflow: hidden;}
@media(min-width:320px) and (max-width:480px){
    .cart-course-wrapper{flex-direction: column;}
    .cart-course-wrapper .image,
    .cart-course-wrapper .mainright,
    .cart-course-wrapper .removebtn,
    .cart-course-wrapper .pricetext
    {
            max-width: 100% !important;
    }
}    
.float-right{float: right}


/*new*/
.section-ser-1 {
    background: #bae7ff;
    padding-top: 0px;
    padding-bottom: 60px;
}
/*.school-section {
    background-color: #5F5AF0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 110px 0px 95px 0px;
}*/
.school-section {
    position: relative;
    background-color: #5F5AF0;
    padding: 110px 0px 95px 0px;
    overflow: hidden;
}
.school-section .panel{
    background-color: #fff;
    border:none;
}
.school-section > * {
    position: relative;
    z-index: 1;
}
.school-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://pallikoodam.wpengine.com/wp-content/uploads/2020/01/geometry-bg.jpg");
    background-position: center center;
    background-repeat: repeat;
    opacity: 0.02;
    z-index: 0;
}

.school-content h3 {
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
}
.school-content p {
    color: #FFFFFF;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: 300;
}
.section-achive {
    background-color: #A5C347;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 95px 0px 65px 0px;
}

/*new footer*/
.new-footer {
    background: linear-gradient(135deg, #5f5bd7, #6c63ff);
    color: #fff;
    padding: 50px 0;
    padding-bottom: 0;

}

.new-footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.new-footer-text {
    color: #ddd;
    line-height: 1.7;
}

.new-footer-logo h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
}

.new-logo-icon {
    margin-right: 8px;
}

/* Links */
.new-footer-links {
    list-style: none;
    padding: 0;
}

.new-footer-links li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.new-footer-links li:before {
    content: "▶";
    position: absolute;
    left: 0;
    font-size: 10px;
}

/* Posts */
.new-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.new-post-img {
    border-radius: 10px;
}

/* Contact */
.new-contact {
    list-style: none;
    padding: 0;
}

.new-contact li {
    margin-bottom: 10px;
}

/* Social Icons */
.new-social-icons {
    margin-top: 15px;
}

.new-social {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
}

.new-social.fb { background: #3b5998; }
.new-social.dr { background: #ea4c89; }
.new-social.tw { background: #1da1f2; }
.new-social.gp { background: #db4437; }

/* Responsive spacing */
@media (max-width: 767px) {
    .new-footer {
        text-align: center;
    }
}

    .niu-counter-section {
        background: #bae7ff;
        padding: 60px 0;
    }

    .niu-counter-box {
        padding: 30px 20px;
        transition: all 0.3s ease;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        gap: 15px;
        background: #fff;
    }

    .niu-counter-box:hover {
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        transform: translateY(-6px);
    }

    /* Icon Box */
    .niu-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg);
        border-radius: 15px;
    }

    .niu-icon svg {
        width: 40px;
        height: 40px;
        fill: #fff;
        transform: rotate(-45deg);
    }

    /* Colors */
    .niu-bg-blue {
        background: linear-gradient(135deg, #66c0f4, #4aa3d8);
    }

    .niu-bg-green {
        background: #8dc63f;
    }

    .niu-bg-pink {
        background: #ff2c74;
    }

    .niu-bg-purple {
        background: linear-gradient(135deg, #7a00ff, #c000ff);
    }

    .niu-count {
        font-size: 36px;
        font-weight: bold;
        margin: 10px 0;
        color: #333;
    }

    .niu-title {
        color: #777;
        font-size: 20px;
        font-weight: 600;
    }

    @media (max-width: 767px) {
        .niu-counter-box {
            margin-bottom: 30px;
        }
    }


.niu-staff-section {
    background: #a7c05a;
    padding: 80px 0;
    text-align: center;
}

.niu-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
}

.niu-divider {
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 15px auto 50px;
    position: relative;
}

.niu-divider:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
}

.staffteam {
    text-align: center;
    padding: 10px;
}
.staffteamimg {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.staffteamimg img {
    width: 100%;
    border-radius: 15px;
    transition: 0.4s;
}

.staffteamimg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: 0.3s;
}

.staffteam:hover .staffteamimg:after {
    opacity: 1;
}

.staff-content {
    margin-top: 15px;
}

.staff-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 0;
}

.staff-content .post {
    color: #eaf3d2;
    font-size: 14px;
}

.owl-carousel .item,
.staff-carousel .col-md-12 {
    padding: 10px;
}
@media (max-width: 767px) {
    .niu-heading {
        font-size: 28px;
    }
}
.school-gallery-wrap {
    background: #a7c05a;
    padding: 80px 0;
    text-align: center;
}
.school-gallery-title h2 {
        color: #222;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 46px;
}
.school-gallery-title p {
    color: #eaf3d2;
    margin-bottom: 50px;
}
.school-gallery-grid .col-md-4 {
    margin-bottom: 30px;
}
.school-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 35px;
}
.school-gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
    transition: 0.4s;
}
.school-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transition: 0.3s;
    display: none;
}
.school-gallery-item:hover .school-gallery-overlay {
    opacity: 1;
}

.school-gallery-item:hover img {
    transform: scale(1.05);
}
@media (max-width: 767px) {
    .school-gallery-title h2 {
        font-size: 28px;
    }
}

.niu-testimonial-section {
    padding: 80px 0;
}
.niu-heading {
    font-size: 40px;
    font-weight: 600;
}

.niu-desc {
    color: #777;
    margin: 20px 0 40px;
}
.niu-testimonial-box {
    background: #f4a900;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}
.niu-quote {
    position: absolute;
    top: -20px;
    right: 20px;
    background: #fff;
    color: #f4a900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
}
.niu-testimonial {
    display: none;
}

.niu-testimonial.active {
    display: block;
}
.niu-img-grid {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.niu-img {
    width: 100%;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
}

.niu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.niu-img.active {
    border: 4px solid #f4a900;
}
@media(max-width:767px){
    .niu-img { width: 70px; height: 70px; }
    .niu-heading { font-size: 28px; }
}
.niu-testimonial-section .niu-heading {
    color: #000;
}
.niu-section {
    padding: 80px 0;
    background: #fff;
}


.niu-img {
    border-radius: 25px;
    overflow: hidden;
}
.niu-img.big {
    width: 100%;
    height: 100%;
}

.niu-img.small {
    width: 48%;
    height: 140px;
}

.niu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.niu-form-box {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.niu-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.niu-input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 0 25px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
}

.niu-form-box textarea.niu-input {
    height: 90px;
    padding-top: 15px;
    resize: none;
}
.niu-btn {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background: #f4a900;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767px) {
   /* .niu-gallery {
        flex-direction: column;
    }*/

    .niu-img.big,
    .niu-img.small {
        width: 100%;
        height: 200px;
    }

    .niu-form-box {
        margin-top: 30px;
        padding: 25px;
    }
    .new-navbar-header {
        display: inline !important;
    }
}

h2.head-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
/*new navbar*/
/* ===== NAVBAR FLEX FIX ===== */
.new-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT SIDE */
.new-navbar-header {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 500px;
}

/* LOGO */
.logo img {
    max-height: 90px;
    width: auto;
}

/* RIGHT SIDE WRAPPER */
.navborder .new-navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

/* MENU ALIGN RIGHT */
.new-menu-right {
    float: none !important;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

/* MENU SPACING */
/*.new-menu-right > li > a {
    padding: 20px 15px;
}*/

.new-menu-right > li > a {
    font-weight: 600;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 16px;
}

/* ===== COLOR ASSIGNMENT ===== */
.new-menu-right > li:nth-child(1) > a { color: #8bc34a; } /* HOME - green */
.new-menu-right > li:nth-child(2) > a { color: #ff9800; } /* ONLINE ADMISSION - orange */
.new-menu-right > li:nth-child(3) > a { color: #00bcd4; } /* GALLERY - cyan */
.new-menu-right > li:nth-child(4) > a { color: #e91e63; } /* ABOUT - pink */
.new-menu-right > li:nth-child(5) > a { color: #3f51b5; } /* ACADEMICS - blue */
.new-menu-right > li:nth-child(6) > a { color: #4caf50; } /* RESULT - green */
.new-menu-right > li:nth-child(7) > a { color: #ff5722; } /* EVENT - deep orange */
.new-menu-right > li:nth-child(8) > a { color: #009688; } /* NEWS - teal */
.new-menu-right > li:nth-child(9) > a { color: #9c27b0; } /* COMPLAIN - purple */
.new-menu-right > li:nth-child(10) > a { color: #673ab7; } /* CONTACT - violet */

.new-menu-right > li:nth-child(2) .dropdown-menu li a{
    color: #ff9800;
}
.new-menu-right > li:nth-child(3) .dropdown-menu li a{
    color:#00bcd4;
}
.new-menu-right > li:nth-child(4) .dropdown-menu li a{
    color:#e91e63;
}
.new-menu-right > li:nth-child(5) .dropdown-menu li a{
    color:#3f51b5;
}
.new-menu-right > li:nth-child(6) .dropdown-menu li a{
    color:#4caf50;
}
.new-menu-right > li:nth-child(7) .dropdown-menu li a{
    color:#ff5722;
}

.new-menu-right > li:nth-child(2) .dropdown-menu li a:hover {
    background: #ff9800;
    color: #fff;
}

/* 3rd (Facilities) */
.new-menu-right > li:nth-child(3) .dropdown-menu li a:hover {
    background: #00bcd4;
    color: #fff;
}

/* 4th (Blog) */
.new-menu-right > li:nth-child(4) .dropdown-menu li a:hover {
    background: #e91e63;
    color: #fff;
}

/* 5th (Admission) */
.new-menu-right > li:nth-child(5) .dropdown-menu li a:hover {
    background: #3f51b5;
    color: #fff;
}

/* 6th (Alumni) */
.new-menu-right > li:nth-child(6) .dropdown-menu li a:hover {
    background: #4caf50;
    color: #fff;
}

/* 7th (Academics) */
.new-menu-right > li:nth-child(7) .dropdown-menu li a:hover {
    background: #ff5722;
    color: #fff;
}

.service-box .service-box-icon img {
    background: #f0aa00;
}

/*.service-box .service-box-icon img:nth-child(1) {
    background: #ff236c;
}

.service-box .service-box-icon img:nth-child(2) {
    background: #64c8ff;
}*/
.box-icon2 img {
    background: #ff236c !important;
}
.box-icon3 img {
    background: #64c8ff !important;
}
/* CTA BUTTON */
.new-navbar-cta {
    display: flex;
    align-items: center;
}

.new-btn-login {
    background: #ff5a5f;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.new-btn-login:hover {
    background: #e0484d;
    color: #fff;
}

.new-navbar-cta.mobile-login {
        display: none;
    }
/* ===== MOBILE FIX ===== */
@media (max-width: 767px) {

    .new-navbar {
        display: block;
    }

    .logo img {
        max-height: 45px;
    }

   /* .new-navbar-collapse {
        display: block !important;
    }*/

    .new-menu-right {
        display: none;
        margin: 0;
    }
    .navbar-collapse.in ul.nav.navbar-nav.new-menu-right.new-menu-style {
    display: block;
    width: 100%;
}

    .new-navbar-cta {
       padding: 10px 15px;
        position: absolute;
        bottom: auto;
        left: auto;
        right: 65px;
        top: -7px;
        display: none;
    }
    .new-navbar-cta.mobile-login {
        display: block;
    }

    .new-btn-login {
        display: block;
        text-align: center;
    }
}

.new-after-title span {
    border-color: #ff6d9d;
    border-bottom: 1px solid #ff6d9d;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
}

.new-after-title {
    clear: both;
/*    float: left;*/
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.new-after-title .anytitle-heading {
    margin: 0 0 10px;
}

.new-after-title span:after {
    background-color: #ff6d9d;
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
.text-left{
    text-align: left;
}
#bootstrap-touch-slider{
    height: 650px;
}
.images-over {
    position: relative;
}
.images-over img{
    position: absolute;
    top: -70px;
    bottom: auto;
    z-index: 1;
    width: 100%;
}
.new-footer-logo .school-logo {
    background: transparent;
    margin-bottom: 10px;
}
.new-footer-logo .school-logo img{
    border-radius: 10px;
}
.footer-svg-div{
    display: none;
}
.footer-svg-div svg{
        width: calc(200% + 1.3px);
    height: 160px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    left: 50%;
    position: relative;
    fill: rgb(93 88 239);
}
.homesvg {
    fill: #FF236C;
    color: #FF236C;
    border-color: #FF236C;
    font-size: 50px;
}
.homesvg svg{
    display: block;
    height: 0.7em;
    position: relative;
    width: .91em;
}
.home-toggle {
    display: flex;
    flex-direction: row;
    text-align: start;
    gap: 20px;
    align-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
}
.homesvg.homesvg1 {
    fill: rgb(255, 194, 89);
}
.homesvg.homesvg2 {
    fill: rgb(100, 200, 255);
}
/*footer*/

.nin-footer{
    position:relative;
    background:#5b55f7;
    background-image:url('https://pallikoodam.wpengine.com/wp-content/uploads/2019/09/footer-pattern.png');
    background-size:cover;
    background-position:center;
    overflow:hidden;
/*    margin-top:220px;*/
    color:#fff;
    padding-top:170px;
}

/*================================================
                SVG SHAPE
================================================*/

.nin-footer-shape{
    position:absolute;
    top:-1px;
    left:0;
    width:100%;
    line-height:0;
}

.nin-footer-shape svg{
    width:100%;
    height:80px;
    display:block;
    fill:#fff;
}

/*================================================
            NEWSLETTER BOX
================================================*/

.nin-footer-newsletter{
    position:absolute;
    top:-145px;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:1140px;
    background:#fff;
    border-radius:25px;
    padding:60px;
    z-index:5;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.nin-footer-newsletter h2{
    margin:0 0 20px;
    color:#222;
    font-size:46px;
    line-height:60px;
    font-weight:700;
}

.nin-footer-newsletter p{
    margin-bottom:35px;
    color:#222;
    font-size:24px;
    font-weight:600;
}

.nin-footer-newsletter p span{
    color:#7d25ff;
}

.nin-footer-form .form-control{
    height:60px;
    border-radius:50px;
    border:1px solid #e8e8e8;
    box-shadow:none;
    padding-left:25px;
    font-size:16px;
}

.nin-footer-form .form-control:focus{
    border-color:#5b55f7;
    box-shadow:none;
}

.nin-footer-form .btn{
    height:60px;
    border:none;
    border-radius:50px;
    background:#f5b100;
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:0.3s;
}

.nin-footer-form .btn:hover{
    background:#e5a500;
}

/*================================================
                MAN IMAGE
================================================*/

.nin-footer-man{
    position:absolute;
    right:20px;
    bottom:-40px;
    width:340px;
}

.nin-footer-man img{
    width:100%;
}

/*================================================
                FOOTER CONTENT
================================================*/

.nin-footer-content{
    padding:50px 0 70px;
}

.nin-footer-title{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:35px;
}

.nin-footer-about p{
    color:#f1f1f1;
    line-height:32px;
    font-size:16px;
    margin-top:25px;
}

/*================================================
                SOCIAL ICONS
================================================*/

.nin-footer-social{
    margin-top:30px;
}

.nin-footer-social a{
    width:42px;
    height:42px;
    line-height:42px;
    display:inline-block;
    text-align:center;
    border-radius:8px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    margin-right:10px;
    transition:0.3s;
}

.nin-footer-social a:hover{
    background:#f5b100;
    color:#fff;
}

/*================================================
                LINKS
================================================*/

.nin-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.nin-footer-links li{
    margin-bottom:16px;
}

.nin-footer-links li a{
    color:#fff;
    text-decoration:none;
    transition:0.3s;
    font-size:16px;
}

.nin-footer-links li a:hover{
    color:#ffd54f;
    padding-left:5px;
}

.nin-footer-links li i{
    margin-right:10px;
    font-size:12px;
}

/*================================================
                POSTS
================================================*/

.nin-footer-post{
    overflow:hidden;
    margin-bottom:25px;
}

.nin-footer-post-img{
    width:80px;
    float:left;
    margin-right:15px;
}

.nin-footer-post-img img{
    width:100%;
    border-radius:10px;
}

.nin-footer-post-text{
    overflow:hidden;
}

.nin-footer-post-text h5{
    margin-top:0;
    color:#fff;
    font-size:16px;
    line-height:26px;
    font-weight:600;
}

.nin-footer-post-text span{
    color:#e6e6e6;
    font-size:14px;
}

/*================================================
                CONTACT
================================================*/

.nin-footer-contact{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.nin-footer-contact li{
    margin-bottom:18px;
    line-height:28px;
    font-size:16px;
}

.nin-footer-contact li i{
    width:25px;
}

/*================================================
                COPYRIGHT
================================================*/

.nin-footer-bottom{
    background:rgba(0,0,0,0.15);
    text-align:center;
    padding:22px 15px;
    font-size:15px;
}

/*================================================
                RESPONSIVE
================================================*/

@media(max-width:1199px){

    .nin-footer-newsletter{
        max-width:95%;
    }

    .nin-footer-man{
        width:280px;
    }

}

@media(max-width:991px){

    .nin-footer{
        padding-top:280px;
    }

    .nin-footer-newsletter{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        margin-top:-180px;
        padding:40px;
    }

    .nin-footer-newsletter h2{
        font-size:34px;
        line-height:48px;
    }

    .nin-footer-newsletter p{
        font-size:20px;
    }

    .nin-footer-man{
        position:relative;
        width:240px;
        right:auto;
        bottom:auto;
        margin:30px auto 0;
        text-align:center;
    }

    .nin-footer-title{
        margin-top:40px;
    }

}

@media(max-width:767px){

    .nin-footer{
        margin-top:0px;
        padding-top:60px;
    }
    .nin-footer-shape{
        display: none;
    }

    .nin-footer-newsletter{
        padding:30px 25px;
        border-radius:20px;
    }

    .nin-footer-newsletter h2{
        font-size:26px;
        line-height:40px;
    }

    .nin-footer-newsletter p{
        font-size:18px;
        line-height:30px;
    }

    .nin-footer-form .btn{
        margin-top:15px;
    }

    .nin-footer-man{
        width:200px;
    }

    .nin-footer-title{
        font-size:26px;
        margin-bottom:25px;
    }

}
  .school-logo {
        display: flex;
        align-items: center;
        gap: 2px;
        background: #fff;
        border-radius: 10px;
        width: fit-content;
    }
    .logo-img {
        width: 100px;
        height: auto;
    }
    .logo-text {
           /*color: #d52323s;
             font-size: 23px;
             margin-bottom: 0;
             font-weight: 700;*/
              font-size: clamp(18px, 22px, 38px);
    font-weight: 700;
    line-height: 1.2;
    color:#d52323;
    margin: 0;
    letter-spacing: 0.5px;
    
    /* Modern Responsive */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    @media (max-width: 768px) {
        .logo-text {
            font-size: 26px;
            display: none;
        }
        .logo-img {
            width: 60px;
        }
    }

.mimn-branch-section{
    padding:60px 0;
/*    background:#f7f9fc;*/
}

.mimn-section-title{
    text-align:center;
    margin-bottom:50px;
}

.mimn-section-title h2{
    font-size:38px;
    font-weight:700;
    color:#1f3c88;
    margin-bottom:15px;
}

.mimn-section-title p{
    color:#666;
    font-size:16px;
    max-width:700px;
    margin:0 auto;
    line-height:28px;
}

.mimn-branch-box{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.mimn-branch-box:hover{
    transform:translateY(-8px);
}

.mimn-branch-image{
    position:relative;
    overflow:hidden;
}

.mimn-branch-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:0.4s;
}

.mimn-branch-box:hover .mimn-branch-image img{
    transform:scale(1.08);
}

.mimn-branch-content{
    padding:25px;
}

.mimn-branch-content h3{
    margin-top:0;
    font-size:26px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.mimn-location{
    color:#ff6b00;
    font-size:15px;
    margin-bottom:15px;
    font-weight:600;
}

.mimn-location i{
    margin-right:8px;
}

.mimn-branch-content p{
    color:#666;
    line-height:28px;
    font-size:15px;
    margin-bottom:20px;
}

.mimn-read-btn{
    display:inline-block;
    background:#1f3c88;
    color:#fff !important;
    padding:12px 24px;
    border-radius:50px;
    text-decoration:none !important;
    transition:0.3s;
    font-weight:600;
}

.mimn-read-btn:hover{
    background:#ff6b00;
}

@media(max-width:991px){
    .mimn-section-title h2{
        font-size:30px;
    }
}

@media(max-width:767px){

    .mimn-branch-content{
        padding:20px;
    }

    .mimn-section-title h2{
        font-size:26px;
    }

    .mimn-branch-content h3{
        font-size:22px;
    }
}



/* =========================
   Vertical Branch Tab
========================= */

.mib-branch-tab-wrapper{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

/* Vertical Tab */
.mib-branch-tab{
    background: #ffffff;
    color: #ff3b3b;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 18px 10px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    box-shadow: -3px 3px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    border-right: 3px solid #ff3b3b;
}

.mib-branch-tab:hover{
    background: #ff3b3b;
    color: #fff;
}

/* Popup Box */
.mib-branch-box{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) translateX(40px);
    width: 260px;
    background: #fff;
    padding: 20px;
/*    border-radius: 12px 0 0 12px;*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);

    opacity: 0;
    visibility: hidden;

    transition: all 0.4s ease;
}

/* Hover Show */
.mib-branch-tab-wrapper:hover .mib-branch-box{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Heading */
.mib-branch-box h4{
    margin: 0 0 15px;
    font-size: 20px;
    color: #222;
    font-weight: 700;
}

/* Links */
.mib-branch-box a{
    display: block;
    text-decoration: none;
    background: #f5f5f5;
    color: #333;
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.mib-branch-box a:hover{
    background: #ff3b3b;
    color: #fff;
    transform: translateX(-5px);
}

/* Mobile Responsive */
@media(max-width:768px){

    .mib-branch-tab{
        font-size: 11px;
        padding: 14px 8px;
    }

    .mib-branch-box{
        width: 220px;
        padding: 15px;
    }
    .newstab{
        font-size: 11px;
        width: 120px;
    }
}
.overflow-hidden {
  overflow: hidden !important;
}

/*other pages*/

.mib-hero{
    position:relative;
    background:url('https://images.unsplash.com/photo-1509062522246-3755977927d7?q=80&w=1600&auto=format&fit=crop') center center/cover no-repeat;
    height:240px;
    display:flex;
    align-items:center;
}

.mib-hero:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}

.mib-hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    text-align: center;
}

.mib-hero-content h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
}

.mib-breadcrumb{
    font-size:16px;
    color:#fff;
}

/* =========================
   COMMON
========================= */

.mib-section{
    padding:90px 0;
    position:relative;
}

.mib-title{
    text-align:center;
    margin-bottom:60px;
}

.mib-title h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
}

.mib-title p{
    max-width:700px;
    margin:auto;
    color:#777;
    line-height:30px;
    font-size:16px;
}

.mib-line{
    width:70px;
    height:4px;
    background:#ff4f81;
    margin:18px auto 0;
    border-radius:50px;
}

/* =========================
   MISSION BOX
========================= */

.mib-mission-box{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:0.4s;
    margin-bottom:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.mib-mission-box:hover{
    transform:translateY(-10px);
}

.mib-icon{
    width:90px;
    height:90px;
    line-height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    font-size:34px;
    color:#fff;
}

.mib-blue{
    background:#5c6cff;
}

.mib-pink{
    background:#ff4f81;
}

.mib-green{
    background:#a3c644;
}

.mib-mission-box h3{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}

.mib-mission-box p{
    color:#777;
    line-height:28px;
}

/* =========================
   ABOUT SECTION
========================= */

.mib-about-img img{
    width:100%;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.mib-about-content{
    padding-top:20px;
}

.mib-about-content h2{
    font-size:44px;
    font-weight:700;
    margin-bottom:25px;
    line-height:58px;
}

.mib-about-content p{
    font-size:16px;
    line-height:32px;
    color:#666;
    margin-bottom:30px;
}

.mib-btn{
    display:inline-block;
    padding:14px 35px;
    background:#5c6cff;
    color:#fff !important;
    border-radius:50px;
    text-decoration:none !important;
    font-weight:600;
    transition:0.4s;
}

.mib-btn:hover{
    background:#ff4f81;
}

/* =========================
   CURRICULUM
========================= */

.mib-curriculum{
    background:#fff;
}

.mib-curr-box{
    text-align:center;
    background:#f8f9ff;
    padding:40px 25px;
    border-radius:20px;
    transition:0.4s;
    margin-bottom:30px;
}

.mib-curr-box:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.mib-curr-icon{
    width:100px;
    height:100px;
    line-height:100px;
    margin:auto;
    border-radius:50%;
    color:#fff;
    font-size:38px;
    margin-bottom:25px;
}

.mib-curr-box h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}

.mib-curr-box p{
    color:#777;
    line-height:28px;
}
/* =========================
   TESTIMONIAL
========================= */

.mib-testimonial{
    background:linear-gradient(135deg,#ff4f81,#ff7096);
    color:#fff;
    text-align:center;
    border-radius:30px;
    padding:80px 40px;
}

.mib-testimonial i{
    font-size:60px;
    margin-bottom:25px;
}

.mib-testimonial h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.mib-testimonial p{
    font-size:17px;
    line-height:32px;
    max-width:850px;
    margin:auto;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .mib-about-content{
        margin-top:50px;
    }

    .mib-hero-content h1{
        font-size:48px;
    }

    .mib-about-content h2{
        font-size:34px;
        line-height:48px;
    }
}

@media(max-width:767px){

    .mib-hero{
        height:350px;
        text-align:center;
    }

    .mib-hero-content h1{
        font-size:36px;
    }

    .mib-title h2{
        font-size:32px;
    }

    .mib-about-content h2{
        font-size:30px;
        line-height:44px;
    }

    .mib-section{
        padding:70px 0;
    }

    .mib-testimonial{
        padding:60px 25px;
    }

    .mib-testimonial h2{
        font-size:32px;
    }
}

/*Contact us*/
/* =========================
CONTACT SECTION
========================= */

.mib-contact-section{
    padding:90px 0;
    background:#f5f7ff;
    position:relative;
}

.mib-contact-title{
    margin-bottom:60px;
}

.mib-contact-title h2{
    font-size:46px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.mib-contact-title p{
    max-width:700px;
    margin:0 auto;
    font-size:16px;
    color:#777;
    line-height:30px;
}

.mib-contact-line{
    width:80px;
    height:4px;
    background:#ff6d9d;
    margin:0 auto 25px;
    border-radius:50px;
}

/* =========================
FORM BOX
========================= */

.mib-contact-form-box{
    background:#fff;
    padding:45px;
    border-radius:25px;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    margin-bottom:30px;
    display: inline-block;
    width: 100%;
}

/* FORM BUILDER INPUT */

.mib-contact-form-box input,
.mib-contact-form-box textarea,
.mib-contact-form-box select{
    width:100%;
    height:55px;
    border:none;
    background:#f5f7ff;
    border-radius:12px;
    padding:0 20px;
    margin-bottom:20px;
    box-shadow:none;
    transition:0.4s;
    font-size:15px;
}

.mib-contact-form-box textarea{
    height:140px;
    padding-top:15px;
    resize:none;
}

.mib-contact-form-box input:focus,
.mib-contact-form-box textarea:focus,
.mib-contact-form-box select:focus{
    outline:none;
    background:#fff;
    border:1px solid #5c6cff;
    box-shadow:none;
}

.mib-contact-form-box button,
.mib-contact-form-box .btn{
    background:linear-gradient(135deg,#5c6cff,#7b61ff);
    border:none;
    color:#fff;
    padding:14px 38px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:0.4s;
}

.mib-contact-form-box button:hover,
.mib-contact-form-box .btn:hover{
    background:linear-gradient(135deg,#ff4f81,#ff7096);
    color:#fff;
}

/* =========================
CONTACT INFO
========================= */

.mib-contact-info-wrap{
    padding-left:15px;
}

.mib-contact-item{
    background:#fff;
    border-radius:22px;
    padding:28px;
    margin-bottom:25px;
    display:flex;
    align-items:flex-start;
    box-shadow:0 12px 35px rgba(0,0,0,0.07);
    transition:0.4s;
}

.mib-contact-item:hover{
    transform:translateY(-6px);
}

.mib-contact-icon{
    width:75px;
    height:75px;
    background:#5c6cff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:22px;
    flex-shrink:0;
    color:#fff;
    font-size:32px;
}

.mib-contact-icon img{
    width:34px;
    height:34px;
}

.mib-blue{
    background:#4e7dff;
}

.mib-pink{
    background:#ff4f81;
}

.mib-contact-content h3{
    font-size:24px;
    font-weight:600;
    margin-top:0;
    margin-bottom:12px;
    color:#222;
}

.mib-contact-content p{
    color:#666;
    line-height:28px;
    margin-bottom:6px;
}

/* =========================
MAP
========================= */

.mib-map-wrapper{
    margin-top:40px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.mib-map-wrapper iframe{
    width:100%;
    height:500px;
    border:none;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .mib-contact-info-wrap{
        padding-left:0;
        margin-top:30px;
    }

    .mib-contact-title h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .mib-contact-section{
        padding:70px 0;
    }

    .mib-contact-title h2{
        font-size:32px;
    }

    .mib-contact-form-box{
        padding:30px 20px;
    }

    .mib-contact-item{
        display:block;
        text-align:center;
    }

    .mib-contact-icon{
        margin:0 auto 20px;
    }

    .mib-map-wrapper iframe{
        height:350px;
    }
}
/* =========================
GALLERY TABS
========================= */

.mib-gallery-tabs{
    text-align:center;
    margin-bottom:60px;
}

.mib-gallery-tabs .nav{
    display:inline-block;
    background:#fff;
    padding:12px;
    border-radius:60px;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.mib-gallery-tabs .nav-tabs{
    border:none;
}

.mib-gallery-tabs .nav-tabs>li{
    margin:0 5px;
}

.mib-gallery-tabs .nav-tabs>li>a{
    border:none !important;
    border-radius:50px;
    padding:14px 28px;
    color:#555;
    font-weight:600;
    background:transparent;
    transition:0.4s;
}

.mib-gallery-tabs .nav-tabs>li.active>a,
.mib-gallery-tabs .nav-tabs>li.active>a:hover,
.mib-gallery-tabs .nav-tabs>li.active>a:focus{
    background:#5c6cff;
    color:#fff;
}

.mib-gallery-tabs .nav-tabs>li>a:hover{
    background:#eef1ff;
}

/* =========================
GALLERY BOX
========================= */

.mib-gallery-box{
    padding:0;
    overflow:hidden;
    text-align:left;
}

.mib-gallery-img{
    position:relative;
    overflow:hidden;
}

.mib-gallery-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.5s;
}

.mib-gallery-box:hover .mib-gallery-img img{
    transform:scale(1.08);
}

.mib-gallery-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:0.4s;
}

.mib-gallery-box:hover .mib-gallery-overlay{
    opacity:1;
}

.mib-gallery-overlay i{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    background:#fff;
    border-radius:50%;
    color:#5c6cff;
    font-size:28px;
}

.mib-gallery-content{
    padding:25px;
}

.mib-gallery-content h4{
    margin-top:20px;
}

.mib-gallery-badge{
    padding:8px 20px;
    font-size:13px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:767px){

    .mib-gallery-tabs .nav{
        display:block;
        border-radius:25px;
    }

    .mib-gallery-tabs .nav-tabs>li{
        float:none;
        display:block;
        margin-bottom:10px;
    }

    .mib-gallery-tabs .nav-tabs>li>a{
        display:block;
    }

    .mib-gallery-img img{
        height:220px;
    }
}
/* =========================
FACULTY PAGE
========================= */

.mib-faculty-banner{
    margin-bottom:35px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.mib-faculty-banner img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.mib-faculty-content{
    margin-bottom:40px;
}

.mib-faculty-content h3{
    font-size:40px;
    font-weight:700;
    margin-bottom:25px;
}

.mib-faculty-content p{
    color:#666;
    line-height:32px;
    margin-bottom:20px;
}

.mib-faculty-list{
    padding:0;
    margin:30px 0;
    list-style:none;
}

.mib-faculty-list li{
    font-size:17px;
    color:#444;
    margin-bottom:18px;
    font-weight:500;
}

.mib-faculty-list li i{
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    background:#5c6cff;
    color:#fff;
    border-radius:50%;
    margin-right:12px;
}

/* =========================
SIDEBAR
========================= */

.mib-sidebar-box{
    background:#fff;
    border-radius:25px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.mib-sidebar-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

/* =========================
SIDEBAR MENU
========================= */

.mib-sidebar-menu{
    padding:0;
    margin:0;
    list-style:none;
}

.mib-sidebar-menu li{
    margin-bottom:12px;
}

.mib-sidebar-menu li a{
    display:block;
    background:#f5f7ff;
    padding:16px 20px;
    border-radius:14px;
    color:#444;
    text-decoration:none;
    font-weight:600;
    transition:0.4s;
}

.mib-sidebar-menu li a:hover{
    background:#5c6cff;
    color:#fff;
}

.mib-sidebar-menu li a i{
    margin-right:10px;
}

/* =========================
ANNOUNCEMENT
========================= */

.mib-announcement-box{
    background:#5c6cff;
    border-radius:18px;
    padding:20px;
    height:260px;
    overflow:hidden;
}

.mib-announcement-list{
    padding:0;
    margin:0;
    list-style:none;
}

.mib-announcement-list li{
    background:rgba(255,255,255,0.12);
    color:#fff;
    padding:16px;
    border-radius:12px;
    margin-bottom:15px;
    line-height:28px;
}

.mib-announcement-list li i{
    margin-right:10px;
}



/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .mib-sidebar-box{
        margin-top:30px;
    }

    .mib-faculty-banner img{
        height:350px;
    }
}

@media(max-width:767px){

    .mib-faculty-banner img{
        height:240px;
    }

    .mib-faculty-content h3{
        font-size:30px;
    }

    .mib-faq-title{
        font-size:32px;
    }

    .mib-sidebar-title{
        font-size:24px;
    }

    .panel-title a{
        font-size:16px;
        padding:18px 20px;
    }
}
/* =========================
FACULTY PAGE
========================= */

.mib-faculty-banner{
    margin-bottom:35px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.mib-faculty-banner img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.mib-faculty-content{
    margin-bottom:40px;
}

.mib-faculty-content h3{
    font-size:40px;
    font-weight:700;
    margin-bottom:25px;
}

.mib-faculty-content p{
    color:#666;
    line-height:32px;
    margin-bottom:20px;
}

.mib-faculty-list{
    padding:0;
    margin:30px 0;
    list-style:none;
}

.mib-faculty-list li{
    font-size:17px;
    color:#444;
    margin-bottom:18px;
    font-weight:500;
}

.mib-faculty-list li i{
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    background:#5c6cff;
    color:#fff;
    border-radius:50%;
    margin-right:12px;
}

/* =========================
SIDEBAR
========================= */

.mib-sidebar-box{
    background:#fff;
    border-radius:25px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.mib-sidebar-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

/* =========================
SIDEBAR MENU
========================= */

.mib-sidebar-menu{
    padding:0;
    margin:0;
    list-style:none;
}

.mib-sidebar-menu li{
    margin-bottom:12px;
}

.mib-sidebar-menu li a{
    display:block;
    background:#f5f7ff;
    padding:16px 20px;
    border-radius:14px;
    color:#444;
    text-decoration:none;
    font-weight:600;
    transition:0.4s;
}

.mib-sidebar-menu li a:hover{
    background:#5c6cff;
    color:#fff;
}

.mib-sidebar-menu li a i{
    margin-right:10px;
}

/* =========================
ANNOUNCEMENT
========================= */

.mib-announcement-box{
    background:#5c6cff;
    border-radius:18px;
    padding:20px;
    height:260px;
    overflow:hidden;
}

.mib-announcement-list{
    padding:0;
    margin:0;
    list-style:none;
}

.mib-announcement-list li{
    background:rgba(255,255,255,0.12);
    color:#fff;
    padding:16px;
    border-radius:12px;
    margin-bottom:15px;
    line-height:28px;
}

.mib-announcement-list li i{
    margin-right:10px;
}

/* =========================
FAQ
========================= */

.mib-faq-wrap{
    margin-top:50px;
}

.mib-faq-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:35px;
}

/* FAQ ONLY */

.mib-faq-wrap .panel{
    border:none;
    box-shadow:none;
    margin-bottom:15px !important;
}

.mib-faq-wrap .panel-default>.panel-heading{
    background:#fff;
    border:none;
    padding:0;
}

.mib-faq-wrap .panel-title a{
    display:block;
    padding:22px 25px;
    background:#fff;
    border-radius:14px;
    text-decoration:none !important;
    font-size:18px;
    font-weight:600;
    color:#222 !important;
    transition:0.4s;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.mib-faq-wrap .panel-title a:hover{
    background:#f5f7ff;
}

.mib-faq-wrap .panel-body{
    border:none !important;
    padding:20px 25px;
    color:#666;
    line-height:30px;
}

/* =========================
GALLERY BOX
========================= */

.mib-gallery-box{
    padding:0;
    overflow:hidden;
    text-align:left;
}

.mib-gallery-img img{
    width:100%;
    height:250px;
    object-fit:cover;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .mib-sidebar-box{
        margin-top:30px;
    }

    .mib-faculty-banner img{
        height:350px;
    }
}

@media(max-width:767px){

    .mib-faculty-banner img{
        height:240px;
    }

    .mib-faculty-content h3{
        font-size:30px;
    }

    .mib-faq-title{
        font-size:32px;
    }

    .mib-sidebar-title{
        font-size:24px;
    }

    .panel-title a{
        font-size:16px;
        padding:18px 20px;
    }
}
/*News*/
/* =========================
BLOG PAGE EXTRA CSS
ONLY REQUIRED CSS
========================= */

/* BLOG BOX */

.mib-blog-box{
    padding:0;
    overflow:hidden;
    text-align:left;
}

.mib-blog-img{
    position:relative;
}

.mib-blog-img img{
    width:100%;
    height:240px;
    object-fit:cover;
}

/* BLOG DATE */

.mib-blog-date{
    position:absolute;
    left:20px;
    bottom:-18px;
    background:#7b61ff;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.mib-blog-yellow{
    background:#f4b400;
}

/* BLOG CONTENT */

.mib-blog-content{
    padding:35px 25px 25px;
}

.mib-blog-content h4{
    font-size:30px;
    font-weight:700;
    line-height:42px;
    margin-bottom:18px;
}

.mib-blog-content p{
    color:#777;
    line-height:30px;
    margin-bottom:25px;
}

.mib-blog-btn{
    padding:12px 28px;
    font-size:14px;
}

/* PAGINATION */

.mib-pagination{
    text-align:center;
    margin-top:40px;
}

.mib-pagination .pagination{
    margin:0;
}

.mib-pagination .pagination>li>a,
.mib-pagination .pagination>li>span{
    width:48px;
    height:48px;
    line-height:34px;
    border:none;
    border-radius:50% !important;
    margin:0 5px;
    background:#fff;
    color:#444;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.mib-pagination .pagination>.active>a,
.mib-pagination .pagination>.active>a:hover{
    background:#a3c644;
    color:#fff;
}

/* RESPONSIVE */

@media(max-width:767px){

    .mib-blog-img img{
        height:220px;
    }

    .mib-blog-content h4{
        font-size:24px;
        line-height:36px;
    }
}
.service-box-icon-fa i {
    background: #64c8ff;
    width: 85px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff !important;
    margin-bottom: 10px;
}