﻿
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap');  

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

a:hover {text-decoration: none}
body {
    margin: 0;
    padding: 0;
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    text-align: justify;
    background: #fff;
    overflow-x: hidden
}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
a {text-decoration: none;}
html {-webkit-text-size-adjust: 100%;}
ul, p {margin: 0;padding: 0;list-style: none;}
img{max-width:100%;}
*, :before, :after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.color2 {color: #f47321 !important;}
.haderbox {width: 100%;background: #164e9b;float: left;}
.menubox {width: 100%;float: left;/*box-shadow: 0px 5px 8.5px 1.5px rgba(0, 0, 0, 0.21);*/position: absolute;top: 0px;left: 0px;z-index: 9;background: #173355;border-bottom: 0;padding:10px 0;}
.menuin {width: 1140px;margin: 0px auto;position: relative;max-width:100%;}
 
.logoMenu{display:inline-block;  }
a.menuLogo {margin: 7px 0;float: left}
.leftMenu {display: inline-block;float: right;margin-top: 7px;margin-right: 0;}
.topHeader {background: #fff;   width:100%; float:left;box-shadow: -1px 15px 30px 0px rgba(0,0,0,0.37);}
.topHeader1
{  background:#ebebeb;  
  width:100%; float:left;   padding:5px 0; height: 88px;
}
.topHeader1 span{display: inline-block;
    float: left;
    margin-right: 10px;
    height: 87px;
    
}
 
.blr
{ border-left:1px solid #000; border-right:1px solid #000;
}
    .topHeader1 .text-black
    { font-size:14px; color:#1f2339
    }
    .topHeader1 span i
    { font-size:40px;
    }
.topHeader1 p {
    color: #ea4e4e;
    font-size: 16px;
}
.socialicon li
{ line-height:48px; border-left:1px solid #79dc9d;
}
    .socialicon li:first-child
    { border:0;
    }
.socialicon li a
{ font-size: 25px; padding:0px 10px;
   
}
    .socialicon li a:hover > i
    { color:#00394f
    }
.socialicon1 li
{ display:inline-block
}
.socialicon1
{ float:left; margin-top:20px;
}
    .socialicon1 li a
    {border: 1px solid #fca300;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: #000; 
     
    }
        .socialicon1 li a:hover
        { color: #fff;
 
    background: #fca300;
        }
a.adminbtn {
    float: right;
    display: inline-block;
    padding: 20px 15px;
    color: #fff;
    margin-top: -1px;
    background: #ed1b23;
    text-align: center;
    font-weight: 600;
}
ul.topIcons2 { margin-top: 15px; display: inline-block;}
ul.topIcons2 li {margin-right: 5px;
    padding-left: 10px;
   line-height: 41px; border-left: 1px solid #a1a1a1; display: inline-block;}
   ul.topIcons2 li img{ margin-right: 10px;}
   ul.topIcons2 li:first-child { border:0; padding-left: 0;  margin-right: 0; margin-left: 0;}
   ul.topIcons2 li:last-child { margin-right: 0;;}
ul.topIcons2 li a { font-size: 15px ;}
ul.topIcons1 li a:hover 
   { color:#1da4e1
   }
   ul.topIcons1 li a, ul.topIcons1 li {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; font-weight: 600; display: inline-block;
} 
.topIcons111 li { margin-right: 15px;}
.menu4 {height: 43px;    float: right;    position: relative;    z-index: 99;    margin-top: 15px;}
.menu4 > ul > li > a {    background: url(/images/top-m-arrow.png) 95% 16px no-repeat #1da4e1;
    line-height: 43px;
    border-radius: 10px;
    padding: 0 16px;
    padding-right: 30px;
    font-size: 16px;
  
    color: #fff; display: block;
}

.menu4 ul li > ul  {
    background: #0b6ea7; width: auto;
    min-width: 220px;
    position: absolute;
    right:  0;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -khtml-transition: 0s ease-in;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transform: rotateX(100deg) translateX(0px) translateY(0px) skewX(1deg) skewY(0deg);
    -webkit-transform: rotateX(100deg) translateX(0px) translateY(0px) skewX(1deg) skewY(0deg);
    -moz-transform: rotateX(100deg) translateX(0px) translateY(0px) skewX(1deg) skewY(0deg);
    transform-origin: top;
    -webkit-transform-origin: top;
   text-align: left;
}

.container {
    max-width: 1200px;
}

.menu4 ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    
}
 

.menu4 ul li > ul {
    background: #1da4e1;
}
.menu3 ul li:hover > ul.lastMenu {
    left: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
    text-align: right;
}
 
.menu4 > ul > li > ul > li a {
    display: block;
    padding: 0 12px 0 12px;
    line-height: 36px;
    color: #fff;
    background: none !important;
    border-bottom: 1px solid #0c8bc5;
    white-space: nowrap; text-align: right;
} 
.menu4 > ul > li > ul > li a:hover {
    background: #222222!important;
    
}
 
.custom-controls .flex-control-paging li a:hover {
    background: none;
}
    a.adminbtn:hover {
        background: #cbcac9;
        color: #ed1b23;
    }
.menuTop {float: right;}
.menuTop li {display: inline-block;position: relative;}
.menuTop li a {color: #f9ab03;padding: 0 19px;font-size: 15px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;display: inline-block;line-height: 62px;text-transform: uppercase;}
.menuTop li a:hover{background: #407ab0;}
.topDtl{     background: url(/images/location.png) no-repeat left center;padding-left: 37px;color: #fff;margin: 7px 0;display: inline-block;min-height: 30px;width: 49%;}
.topDtl a{color: #fff;}
 
.sliderBox {position: relative;width: 100%;float: left;z-index: 0;     }
#slider1 .slides li
{ display: block; 
}
.main_container10
{ float:left; width:100%;
}
.quickl {float: left;
    width: 100%; 
    position: relative; 
    z-index: 0;  margin-top:5px;
            }
     
            .qlinks{ background:#fff; 
   padding: 3px 4px;
    border-radius: 8px; 
   display:inline-block; margin: 0px auto; height:44px;
            }
            .qlinks ul
            { display:inline-block; margin-right:5px;
            }
       .qlinks ul li{
 
  display: inline-block; vertical-align: top; margin:0px 2px;
}
            .qlinks ul li a
            { color:#fff;
                
    
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  
 
  height: 37px; display: inline-block;
    padding: 0px 15px;
    line-height: 37px; font-size:13px;
            }
.qlinks ul li a.important {line-height: 13px;
    padding-top: 6px;
}
.qlinks ul li a.pf{  background-image: -moz-linear-gradient( 180deg, rgba(255,175,4,0.99608) 0%, rgb(255,96,73) 66%, rgb(255,96,73) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgba(255,175,4,0.99608) 0%, rgb(255,96,73) 66%, rgb(255,96,73) 100%);
  background-image: -ms-linear-gradient( 180deg, rgba(255,175,4,0.99608) 0%, rgb(255,96,73) 66%, rgb(255,96,73) 100%);
}
.qlinks ul li a.ad{ background-image: -moz-linear-gradient( -180deg, rgba(68,163,239,0.99608) 0%, rgb(7,200,179) 66%, rgb(7,200,179) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgba(68,163,239,0.99608) 0%, rgb(7,200,179) 66%, rgb(7,200,179) 100%);
  background-image: -ms-linear-gradient( -180deg, rgba(68,163,239,0.99608) 0%, rgb(7,200,179) 66%, rgb(7,200,179) 100%);
}

.qlinks ul li a.cp{  background-image: -moz-linear-gradient( 180deg, rgba(142,207,53,0.99608) 0%, rgb(55,205,121) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgba(142,207,53,0.99608) 0%, rgb(55,205,121) 100%);
  background-image: -ms-linear-gradient( 180deg, rgba(142,207,53,0.99608) 0%, rgb(55,205,121) 100%);
}

.qlinks ul li a.el{  background-color: rgb(80, 153, 43);
}

 
            
           .qlinks ul li a.important img  {position: relative;
    top: 8px;
            }
                .qlinks ul li a:hover
                {  background:#3b4aac;
                } 
                .qbtns {
             background: url(/images/ar100.png)  no-repeat ;         
  

  width: 88px; 
  height: 36px;
 display:inline-block;border-radius: 6px; color:#fff; line-height:37px; padding: 0px 0px 0px 30px;font-size: 15px; float:right;
 
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}
            .closemenu
            {
                background: url(/images/ar200.png) no-repeat #edab0d;
    color: #4e4e4e;
            }
                    .qbtns:hover
                    { color:#fff;
                    }

.quicklinks
{ width:100%; text-align:center
}
    .quicklinks li
    { vertical-align:top;  display:inline-block; float:left;
    font-weight: bold;
    margin-left:65px
    }
        .quicklinks li:first-child
        {  margin-left:0;
}
        .quicklinks li span
        {display:block; margin-bottom:10px;
        }
        .quicklinks li p
        { font-size:17px; font-weight:bold; margin-bottom:10px;
        }
        .quicklinks li a {
            color: #fff;
            display: block;
            background: #ed1b23;
            width: 170px;
            padding-top: 25px;
            height: 170px;
        }
            .quicklinks li a:hover {
                background: #fca300;color: #ed1b23;
            }
            .quicklinks li a:hover img {filter: invert(100%);
                -webkit-filter: invert(100%);
                -moz-filter: invert(100%);}
         
.bg-white11
{background-image: -moz-linear-gradient( -22deg, rgba(55,205,120,0.99608) 0%, rgb(120,206,70) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgba(55,205,120,0.99608) 0%, rgb(120,206,70) 100%);
  background-image: -ms-linear-gradient( -22deg, rgba(55,205,120,0.99608) 0%, rgb(120,206,70) 100%);
}
.bg-whiteX1
{ background:url(/images/iconbg.jpg) top center no-repeat; background-size:cover
}
 #slider1 ul li .captionmain {    position: absolute; top:0; left:0; width:50%; height:100%; background:#ed1b23bd; padding-left:110px;   } 
  #slider1 ul li .caption h4{font-size:50px; font-weight:600; color:#fff;  margin:50px 0px 40px 0; position:relative; padding-bottom:10px
}
    #slider1 ul li .caption h4:after {
        width: 150px;
        height: 6px;
        border-radius: 6px;
        background: #ed1b23;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
    }
#slider1 ul li .caption p
{ color:#fff;
}
/*#slider1 ul li.flex-active-slide .caption {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;animation-duration: 1s;-webkit-animation-duration: 1s;}*/

#slider1 .flex-direction-nav a.flex-next:before, #slider1 .flex-direction-nav a:before {display: none}
#slider1 .flex-direction-nav .flex-next {
    background: url(/images/next1.png) center center no-repeat #1da4e1;
    cursor: pointer;
    float: left;
    opacity: 1;
    visibility: hidden;
    right: 20px;
}
#slider1 .flex-direction-nav .flex-prev {
    background: url(/images/prev1.png) center center no-repeat #1da4e1;
    cursor: pointer;
    float: left;
    opacity: 1;
    visibility: hidden;
    left: 20px;
}
#slider1:hover > .flex-direction-nav .flex-next {visibility: visible;right: 10px;}
#slider1:hover > .flex-direction-nav .flex-prev {visibility: visible;left: 10px;}
#slider1 .flex-control-nav {top: 15%;z-index: 99; width: 14px; float: right; right: 7%; }
.bg-new1 { background: #ebebeb;}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}

40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}

60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
opacity: 1;
}

80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
}

to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}

@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}

40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}

60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
opacity: 1;
}

80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
}

to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}

.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}

@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}

to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}

to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

#slider1 {width: 100%;float: left;overflow: hidden;position: relative;}

 
#slider1 ul li img {width: 100%;}

.bg3 {
    background: #1da4e1;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
  
}a.viewAll3 {
    color: #0b6ea7;
    font-size: 19px;
    background: #fff;
    width: 100%;
    display: inline-block;
    max-width: 177px;
    text-align: center;
    border-radius: 5px;
    line-height: 42px;
    position: absolute;
    right: 20px;
} 
   
    a.viewAll4  {font-size: 19px;
        color: #fff;
        margin-bottom: 30px;
        margin-top: 20px;
        background: #1da4e1;
        display: inline-block;
        padding: 7px 16px;
        border-radius: 10px; min-width: 177px;}

    a.viewAll3:hover, a.viewAll4:hover     {background: #ed1b23; color:#fff}
        
                  
    
                #newnotice_lblnoticedownloads {background:#ebebeb; float: left; width: 100%;  padding: 63px 50px 63px 50px;
                    border-radius: 0px 0px 20px 20px;}
    
                .newNotic  { padding: 0px 18px;;}
    
                .notice5 { padding:0 8px; padding-top: 20px; position: relative;}
    .notice5 .w-100 { background: #fff; border-radius: 8px; padding: 10px; height: 102px;}
    .newNotic .slick-prev,
    .newNotic  .slick-next { background: url(/images/new-arrow.png) no-repeat;height: 41px;
    width: 41px;
    }
    .newNotic .slick-next:before,.newNotic .slick-prev:before  {
    display: none;
    }
    .newNotic .slick-prev:hover,
    .newNotic  .slick-next:hover { background: url(/images/new-arrow.png) no-repeat;height: 41px;
    width: 41px; opacity: .8;
    }
    .newNotic .date  { display: none;}
    .noticetext a {font-family: 'Poppins', sans-serif; color: #000;font-size: 18px;
        line-height: 27px;}
    .updated-on{ color:#1da4e1;}
    .nWrap  { float: left; width: 100%;}
    
    .msgpd { margin-top: 66px;}
    .noticeH{font-family: 'Poppins', sans-serif; color: #000; font-size: 30px;}
    .noticeH img { margin-right: 10px;}
    #slider_first .slides li
    { position:relative;
    }
        #slider_first .slides li .data
        { width:100%;  float: left;
        }
    #slider_first,
    .switcher {
        width: 100%;
        float: left;
    }
    
        .switcher ul li {
            display: inline-block;
            line-height: 13px;
            float: left;
            border-right: 2px solid #000000;
            font-size: 14px;
            margin: 7px 0;
        }
    
            .switcher ul li:last-child {
            border-right: none;
            }
    
            .switcher ul li.flex-active {
                opacity: 1;
            }
    
            .switcher ul li a {
                
                display: inline-block;
                padding: 0 13px;
                color: #000000;
                font-family: Roboto;
                font-size: 15px;
            }
    
            .switcher ul li:first-child a { padding-left:0;
            }
    
            .switcher ul li.flex-active a {
               font-weight: bold;
            }
    
    .switcher1 {
        width: 100%;
        text-align: center;
    }
    
        .switcher1 ul li {
            display: inline-block;
            margin: 0px 20px;
        }
    
            .switcher1 ul li a {
                color: #7a7a7a;
                font-size: 20px;
            }
    
            .switcher1 ul li.flex-active a {
                color: #0a422a;
            }
            .sldhdr {
                z-index: 99;
                left: 0;
                top: 50px;
            }
.reading {float: right;
    margin-top: -484px;
    width: 460px; margin-right: 20px;}

    .school3 p { color:#000; font-weight: 600; font-size: 28.5px;white-space: nowrap;
        text-transform: uppercase;}
    .school3 h3 { color:#1da4e1; font-weight: bold; font-size: 45px;margin-top: 10px;  white-space: nowrap;}
    .school3 p a{font-size: 19px;   color: #fff;    margin-bottom: 30px;
        margin-top: 20px;    background: #1da4e1;        display: inline-block;    padding: 7px 16px;    border-radius: 10px;}

        .school3 p a:hover {background: #ed1b23; color:#fff}

        .bigiconm {
            position: relative; margin-top: 53px;
        } .bigiconm ul li
        { display:inline-block; border:1px solid #d3d3d3; vertical-align:top;max-width: 281px; height:232px; background:#ffffff;border-radius:10px;
    width: 100%;margin: 0px 29px; text-align: center; position: relative; padding: 0px 10px; margin-bottom: 60px;
        }
            /* .bigiconm ul li:first-child
            { margin-left:0;
            }
            .bigiconm ul li:last-child
            { margin-right:0;
            } */
           
            .bigiconm ul li:hover
            { background:#1da4e1; border: 1px solid #d3d3d3;
            }
            .bigiconm ul li p
            { margin-top:0px;margin-top: 0px;
                font-size: 18px;
                font-weight: 600;
                font-family: 'Poppins', sans-serif; 
            }
            
            .bigiconm ul li a
            { display:block;   height: 100%;
            }
        .bigiconm ul li span
        { height:70px; width:70px;  display:inline-block; background:url(/images/big-icons.png) no-repeat;
        transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; margin-top: 30px;}
    .bigiconm ul li.kidsc span            { background-position: -91px 0px;            }
    .bigiconm ul li.calendar1 span            { background-position: -270px 0;            }
    .bigiconm ul li.calendar1A span            { background-position: -458px 0;            }
    .bigiconm ul li.calendar1B span            { background-position: -367px 0;            }
    .bigiconm ul li.Philosophy span            { background-position: 12px 0px;            }
    .bigiconm ul li.teaching span            { background-position: -181px 0px;            }
    .bigiconm ul li.ecarel span            { background-position: -910px 15px;            }
    .bigiconm ul li:hover > span            {background:url(/images/big-icons.png) no-repeat;             }
    
    .bigiconm ul li.kidsc:hover > span            { background-position: -91px -60px;            }
    .bigiconm ul li.calendar1:hover > span            { background-position: -269px -60px;            }
    .bigiconm ul li.calendar1A:hover > span            { background-position: -458px -60px;            }
    .bigiconm ul li.calendar1B:hover > span            { background-position: -367px -60px;            }
    .bigiconm ul li.Philosophy:hover > span            { background-position: 12px -60px;            }
    .bigiconm ul li.teaching:hover > span            { background-position: -181px -60px            }
    .bigiconm ul li.ecarel:hover > span            { background-position: -910px -0px;            }
    
        .bigiconm ul li a
        { color:#000000; font-size:18px;height: 100%;
            cursor: default;
        }
            .bigiconm ul li p.text-3
            { font-size: 13px;
                color: #535353;
                margin-top: 10px;
            }
            .bigiconm ul li:hover a, .bigiconm ul li:hover p 
            { color:#fff!important
            }
      .bigiconm #prev2{position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
        }
        .bigiconm #next2{position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -40px;
        }
    
        .bigiconm ul li a.r-btn {
            height: 40px;
            width: 40px;
            display: inline-block;
            background: #1da4e1;
            color: #fff;
            font-size: 27px;
            border-radius: 20px;
            border: 2px solid #fff;
            font-weight: 400;position: absolute;
            z-index: 1;
            line-height: 38px; cursor: pointer; left: 50%;
            bottom: -20px;
            margin-left: -20px;
        }
.mob-round { background: url(/images/ecare-mob.png) top left no-repeat #cfac66;height: 600px;
    border-radius: 300px;}
.DownloadBx{ padding:0px 0; width:100%; float:left;}
 
.Download_hd {
    font-size: 30px;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}
.footer .container {max-width: 1200px;}
.footer {
    width: 100%;
    position: relative;
    float: left;
    background: #222222;
    background-size: 100%;
    padding: 50px 0px 20px 0px;
    color: #fff;
}
.f14b{font-size: 21px;margin-top: 15px;}
.PhoneFooter{font-size:28px;}
.t20{margin-top: 6px;font-weight:300;font-size: 16px;}
.usefullink li {display: block;margin-bottom: 10px;text-align: left;}
.usefullink li a {font-size: 16px;color: #fff;text-align: left;font-weight: 500;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.usefullink li a:hover {color: #ff9e00;}
.footerLeft {float: left;width: 100%;max-width: 555px;position: relative;}
 
.footerBtm {position: relative;text-align: center;font-size: 15px;color: #173355;margin-top: 32px;font-weight: 300;}
.footerBtm a {font-size: 14px;color: #173355;display: inline-block;}
.footerBtm a:hover {color: #a91f21;}
.fmstr {padding-left: 24%;}
#app_scroll {text-align: center;float: left;width: 100%;margin-bottom: 20px;}
.custom-controls {float: left;text-align: center;height: 40px;width: 100%;position: relative;}
#app_scroll .slides li p {font-size: 26px;font-weight: 300; color: #fff;}
.custom-controls .flex-control-paging li a {
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 11px;
}
.custom-controls .flex-control-paging li a:hover {background: #1da4e1;}
.custom-controls .flex-control-nav li {margin: 0px 6px; display: inline-block; float: none;}
.custom-controls .flex-control-nav li a.flex-active
{ border:2px solid #fff; background:transparent;
}
.escode {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.scode {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.buildingbg { background: url(/images/building-bg.png) top  center no-repeat;background-size: cover;}
.abouth h2{margin: 0;font-family: 'Poppins', sans-serif; color: #000; font-size: 45px; font-weight: 300; text-transform: uppercase}
.abouth h3{margin: 0;font-family: 'Poppins', sans-serif;color: #000; font-size: 45px; font-weight:500;text-transform: uppercase} 
.abouth p{font-family: 'Poppins', sans-serif;color: #000; font-size: 20px; font-weight:400;} 
.about-text { text-align: justify;font-family: 'Poppins', sans-serif; font-size: 17px;}
 
.bg8 { background: #2ca94b;}
.escode,.scode { font-size: 30px;}
.scode {font-size: 26px;}
.foolink li { display: inline-block; margin: 0px 25px;}
.foolink li a { color: #fff;font-family: 'Poppins', sans-serif; font-size: 20px;}
.ftrul li
{ display:block; margin:15px 0;
}
    .ftrul li:first-child
    { margin-top:0;
    }
.ftrul li a
{ background:url(/images/footer-li.png) left center no-repeat; padding-left:20px; color:#fff; font-size:15px;
}
    .ftrul li a:hover
    {color:#e69f4f
    }
    .fhdr {
        color: #1da4e1;
        font-size: 20px;
        font-weight: bold;
    } 
            .back-to-top {
                position: absolute;
                bottom: 12px;
                right: 10px;
                z-index: 999;
            }
            .f30 {font-size: 30px;}
            .copyright,.copyright a { color: #fff;}
            .copyright a:hover { color:#1da4e1}
           .bdr-r1 {border-right: 1px solid #1da4e1;width: 100%;}
           master-heading {background: #0b6ea7;
            text-align: center;
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            padding: 5px; position: relative;}
            ul.innerUl li, ul.unorder_list1 li {
                padding-left: 25px;
                background: url(/images/ulbg.png) 0px 4px no-repeat;
                margin-bottom: 12px;
            }
            .master-heading {
                text-align: CENTER;
                color: #fff;
                background: #1da4e1;
                font-weight: bold;
                font-size: 30px;
                padding: 10px; margin-top: 30px;
            }.master-heading:before {
                content: '';
                width: 0px;
                height: 0px;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-top: 20px solid #1da4e1;
                position: absolute;
                bottom: -20px;
                left: 50%;
                margin-left: -10px;
            }
            .master-text p { margin-bottom: 15px;}
            .uData {font-weight: bold;
                font-size: 25px;
                color: #1da4e1;}
                .uDataChange { font-size: 18px;}

            .innerH3 { text-align:left; margin-bottom: 15px;font-weight: bold;
                font-size: 25px;
                color: #1da4e1;}
.innerImg { float:right; margin-left:15px;}

.innerImg1 img, .innerImg2 img  {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(171,171,171,1);
    -moz-box-shadow: 0 0 10px 2px rgba(171,171,171,1);
    box-shadow: 0 0 10px 2px rgba(171,171,171,1);
}
.codeIn {display: inline-block;background: #fff;padding: 5px 20px;border: 1px dashed #f3281f;color: #1c1c1c;font-size: 18px;font-weight: bold}
.footerRight {float: right;}
.footerRight ul li a {color: #fff;font-size: 14px;}
.footerRight ul li a:hover {color: #ffe56c;}
.footerRight ul li {margin: 5px 0;border-top: 1px solid #4677c4;background: url(/images/lig.png) left center no-repeat;padding: 3px 0px 4px 15px}
.footerRight ul li:first-child {border: 0;}
.fbdr {margin-top: 20px;position: relative;width: 100%;bottom: 0;left: auto;/* right: auto; */max-width: 100% !important;}
.fimg {float: right;}
.fleft {float: left;max-width: 220px;text-align: left}
.footer p.font18 {font-size: 18px;font-weight: 600;}
.subsiibeBx{background:#fff;padding:70px 24px;}
.getCon{margin-top:30px; color:#146632; font-size:20px; font-weight:500;}
.getUpd{margin-top:25px; color:#146632; font-size:15px; }
.formMain{margin-top:114px;}
.formMain input{    background: #146632;padding: 0 10px;line-height: 64px;border: none;width: 100%;margin-bottom: 12px;font-size: 15px;font-weight: 300;color: #d6b75c;}
.formMain input.submitForm{font-size:20px; color:#ffffff; font-weight:400; }
.MsgBox{float: left;width: 100%;padding: 48px 0;background: #eeeeee;}
.ourf { position: relative; float: right;}
#gallerSec .slides li{ padding: 33px;}
#gallerSec .slides li .w-100 { padding: 15px; background: #fff; filter: drop-shadow(-1px 1px 15px #b2aeae); min-height: 392px;} 
#gallerSec .slides li .Grydate {color: #1da4e1;
    margin: 30px 0 20px 0;
    font-weight: 600;
}
.galler_heading {font-family: 'Roboto'; font-size: 17px; color: #000;}
.galler_heading1 {font-family: 'Roboto'; font-size: 15px; color: #000;}
.rslider .slick-prev:before, .rslider .slick-next:before { font-size: 0;}
.rslider .slick-prev, .rslider .slick-next {background: url(/images/new-arrow.png) no-repeat;
    height: 41px;
    width: 41px;}
.msg-deg {background: #fca300;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    width: calc(100% - 22px);
    padding: 10px 0;
    position: absolute;
    left: 11px;
    bottom: -11px;}

.hd_msg {
    color: #000000;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    
    text-transform: uppercase
}
.hd_msg1 {
    color: #fca300;
    font-size: 22px;
    font-weight: 600;
}
.msgname
{  position:relative; display:inline-block;margin: 0 15px;
}
    .msgname .msg-deg {
        background: #fff;
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        
        margin: 0 auto;
        float: none;
      
        line-height: 28px; width: calc(100% - 18px);
        padding: 10px 0;
    text-transform: uppercase;
    }
    .msgname .msg-deg p{color:#111538}
        .msgname .msg-deg b {
            color: #111538;
            font-size: 20px;
        }
        .slick-active .msgname2 b{ color:#fca300;}
.msg_cont{padding: 36px 20px;z-index: 1;position: relative;background: #173355;margin-top: 57px;height: 327px;}
.msgCont {font-size:20px;  margin-top: 10px;margin-bottom: 20px;}
.princImg{max-width: none;margin-left: -52px;}
.msg_anchor{color: #fff;font-size: 16px;margin-top: 13px;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;background: #407ab0;display: inline-block;padding: 5px 15px;border-radius: 18px;position:relative;}
.msg_anchor:after{width:207px;height:4px;background:#cccccc;position:absolute;bottom: -24px;content:"";left: -45px;}
.msg_anchor:hover{background: #f9ab03;color: #fff;}
.AboutBox{
    margin-top: 60px;
  
    width: 100%;
    float: left;
    padding: 40px 0;background-size: cover;
    }
.about_hd{color:#173355; font-size:30px; margin-bottom:40px; position:relative;}
.about_hd:after{position: absolute;
    content: "";
    width: 67px;
    height: 4px;
    background: #f47321;
    left: 0;
    bottom: -9px;}
.AboutBox p{    font-size: 16px;
    color: #fff;
    font-weight: 500; margin-bottom:20px;}
    .msgImg {display: flex;}
.about_anchor {
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
    background: #1da4e1;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 10px;
}
    .about_anchor:hover {
        background: #ed1b23;
        color: #fff;
    }
    .f20 { font-weight: bold;}
    .bg5 {
        position: relative;
        border: 1px solid #d8d8d8;
        border-radius: 8px;
        height: 455px;
        border-radius: 8px 8px 0 0;
    }
    .font34a {
        line-height: 25px;
        background: #f3f3f3;
        padding: 22px;
        margin-bottom: 18px;
    }span.stdspan p {font-size: 13px;
        color: #000;
        line-height: 16px;
        margin-top: 10px;}
    span.stdspan{ width: calc(100% - 100px); height: 80px;}
    .font34a img {
        float: left;
    }.tbday {
        padding: 0px 30px;
        height: 246px;
    }
    .achi {
        padding: 0px 30px;
        height: 274px;
    }

    .tname {
        margin-top: 20px;
        color: #0b6ea7;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }.tbday li {
        text-align: center;
    }
    .tbday li img {
        display: inline-block; border-radius: 8px; height: 159px;
    }
    .stdhd {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .topp-name { font-size: 16px;
        color: #646464;
        font-family: 'Poppins';
        text-transform: uppercase;
        margin-top: 20px;}
        .topp-class1 { color:#1da4e1;  font-family: 'Poppins'; font-size: 15px;}
        .topp-class {color:#000;  font-family: 'Poppins'; font-size: 32px;}
.about_anchor1 {
    color: #fff;
    font-size: 17px;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #ed1b23;
    display: inline-block;
    padding: 5px 15px;
    line-height: 40px;
    position: relative; text-transform: uppercase; text-align: center; min-width: 177px;
    font-weight: 600;
}
    .about_anchor1:hover {
        background: #cbcac9;
        color: #ed1b23;
        font-weight: 600;
    }
.about_anchor2{color: #fff;
    font-size: 17px;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
   background-image: -moz-linear-gradient( -9deg, rgba(58,169,229,0.99608) 0%, rgb(8,200,179) 90%, rgb(8,200,179) 100%);
  background-image: -webkit-linear-gradient( -9deg, rgba(58,169,229,0.99608) 0%, rgb(8,200,179) 90%, rgb(8,200,179) 100%);
  background-image: -ms-linear-gradient( -9deg, rgba(58,169,229,0.99608) 0%, rgb(8,200,179) 90%, rgb(8,200,179) 100%);
    display: inline-block;
    padding: 5px 15px;
line-height:40px;    position: relative;}
.about_anchor2:hover {
    background: #db1e1a;
    color: #fff;
}
.about_anchor3{color: #fff;
    font-size: 17px;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  background-image: -moz-linear-gradient( -28deg, rgba(127,205,64,0.99608) 0%, rgb(48,204,125) 99%, rgb(48,204,125) 100%);
  background-image: -webkit-linear-gradient( -28deg, rgba(127,205,64,0.99608) 0%, rgb(48,204,125) 99%, rgb(48,204,125) 100%);
  background-image: -ms-linear-gradient( -28deg, rgba(127,205,64,0.99608) 0%, rgb(48,204,125) 99%, rgb(48,204,125) 100%);
    display: inline-block;
    padding: 5px 15px;
line-height:40px;    position: relative;}
.about_anchor3:hover {
    background: #db1e1a;
    color: #fff;
}


.aboutBx2{width: 330px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;}
.aboutBx2_hd{position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(23, 51, 85, 0.8);
    height: 88px;
    bottom: 0;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;}
.FounderBox {float: left;width: 100%;padding:50px 0; background:url(/images/FounderBox.png) top center no-repeat; background-size:cover}
.FounderBox img {float: left;margin-right: 40px; border-radius:10px;}

.FounderBox p {font-size: 16px;
    color: #173355;}

.AchBox{margin-top:20px; background:url(/images/abhibg.jpg) top center no-repeat;background-size: cover;  width: 100%;
    float: left;
    padding: 40px 0; }
.AchBox p{margin-bottom:10px;}
.ach_hd{color:#fff; font-size:30px; margin-bottom:40px; position:relative;margin-top:80px;}
.ach_hd:after{position: absolute;
    content: "";
    width: 67px;
    height: 4px;
    background: #f47321;
    left: 0;
    bottom: -9px;}
.pgslider .slick-prev, pgslider .slick-next,.pgslider .slick-prev, pgslider .slick-next
{ top:40%
}
.achImg img{width: 472px;
    height: 472px;
    object-fit: cover;}
#AchievementHome_lblAchievement{text-align:center;}
.msgname .text-center
{ color:#fff;
}
.AchLink{margin-top:33px;}
.infrs_up_img {width: 472px;height: 472px;display: inline-block;position: relative;overflow: hidden;text-align: center;}
.AchBx{display:flex;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;}
.AchBxDate {
    width: 127px;
    height: 112px;
    background: #ed1b23;
    margin-right: 10px;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fca300;
    line-height: 32px;
    padding: 22px 0;
}
.AchBxDetails{width:calc(100% - 147px);padding-top:25px;font-size:24px; color:#000; text-align:left;    line-height: 26px;margin-left:10px;}
.AchBxDetailsAch{display:block;}
.AchimImage_outer{width:445px;height:398px; display:inline-block; background:#59608a; position: relative;}
.AchimImage{  object-fit:contain;top:50%; position: absolute;
    transform: translateY(-50%); opacity: .5;}
.AchBxDetails a {
    font-size: 16px;
    color: #fca300;
    margin-top: 10px;
}
.AchBxDetails a img{display:inline-block;}
    .AchBxDetails a:hover {
        opacity: .6;
    }
.AchDate{display:block; color:#fff;}
.AchimImage_outer .AchBx{ position: absolute; z-index: 9; border: 0; display: block;top:50%;  
    transform: translateY(-50%)}
.AchimImage_outer .AchBxDate { background: #fff;}
.AchimImage_outer .AchDate { color: #173355;}
.AchimImage_outer .AchBxDetails { width: 100%;}
.AchimImage_outer  .AchBxDetails  { color:#fff}
#slick-caption-list{margin-top:-10px;}
#homephotog_LBPhoto .glryRpt,#homeVideo_LBPhoto .glryRpt
{ position:relative;
}
#homephotog_LBPhoto .gimgCover,#homeVideo_LBPhoto .gimgCover
{ width:100%; overflow:hidden; height:215px;
}
.position-1
{position: absolute;
    left: 0;
    bottom: 5px;
    padding: 5px;
    background: #fca300c7;
    color: #fff;
    text-align: center;
    width: 80%!important;
    margin-left: 10%; opacity:0;
}
#homephotog_LBPhoto .glryRpt:hover > .position-1,#homeVideo_LBPhoto .glryRpt:hover > .position-1
{ opacity:1;
}
#homeVideo_LBPhoto .gimgCover a
{ display:block
}
    #homeVideo_LBPhoto .gimgCover a img
    { width:100%;
    }


p.dd {font-size: 14px;color: #146632;margin-top: 19px;float: left;}
.slideTxt {float: left;width: 100%;margin-top: 10px;font-size: 20px;text-align: left;}
.gallery{ float: left;width: 100%;  padding:50px 0;}
.headinggallery{  padding-bottom: 15px;margin-bottom: 30px;text-align: left;font-weight: 300;font-size:34px;color:#173355;}
.glryRpt{margin-bottom:25px;}
.NewsNotice{float: left;width: 100%;padding:50px 0;margin-top: 58px;background: url(/images/NoticeBG.jpg);}
.News_Hd{    font-size: 24px;color: #163269;margin-bottom: 35px; position:relative;}
.News_Hd:after{content: "";position: absolute;width: calc(100% - 200px);height: 1px;background: #146632;bottom: 10px;}
.newsNotice_hd1{display:inline-block;padding-right: 15px;}
.notice_img{display: inline-block;float: left; text-align:center; width:100%;}
.notice_img img{ display:inline-block}
.Noitce_des{display: inline-block;}
.noticeDate{color: #fe5348;font-size: 15px;margin-bottom: 5px;}
.noitceCont{font-size: 16px; padding-right: 60px;  }
.noitceCont a{font-size: 17px;color: #444444;}
.NewsSlide{margin-bottom:25px;width: 100%;float: left; padding:0px 20px}
    .NewsSlide .w-100
    { /*box-shadow: 0px 3px 4.55px 0.45px rgba(15, 82, 40, 0.23);*/ padding:10px 15px; min-height:230px;
    }
.notice_img img
{ width:300px; height:182px;
}
 
.Noitce_des
{background:#fff;box-shadow: 0px 3px 4.55px 0.45px rgba(15, 82, 40, 0.23); position:relative; /* position: absolute; *//* bottom: 0; */margin-top: -50px;float: left;margin-left: 20px;width: calc(100% - 40px);padding: 10px; height:150px;}
.newsArrow{margin:15px;padding-left: 17px;}
.dlink
{ position:absolute; bottom:-30px; left:50%; margin-left:-15px;
}
    .dlink a {
        display: inline-block;
        color: #fca300;
        font-size: 40px;
    }
.imp_links{   width: 100%;float: left; }
.QuickLinks{background: #ed1b23;text-align:center;color: #fff;font-size:26px;  font-family: 'Montserrat', sans-serif;;
    font-weight: 600;    border-radius: 10px 10px 0 0px;
    padding: 10px 0;}
.arrowQuick{margin:5px 0; text-align:center;    min-height: 12px;}
.QuickLinks_in{width:100%; float:left; padding:0 20px;}
.icons{text-align: center;width: 100%; float: left;padding: 5px 0;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
 
.icon_img{margin-bottom:45px; margin-top:35px;  width: 180px;
  height: 180px;  
 padding-top: 18px;
    text-align: center;
    box-shadow: 0px 3px 4.55px 0.45px rgba(15, 82, 40, 0.35); display:inline-block;  transform: rotate(45deg);}

.icon_img img{display:inline-block;  transform: rotate(-45deg); float:left;margin-top: 37px;
    margin-left: 61px;}

.icon_img1{ background-image: -moz-linear-gradient( -22deg, rgba(254,175,5,0.99608) 0%, rgb(255,105,70) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgba(254,175,5,0.99608) 0%, rgb(255,105,70) 100%);
  background-image: -ms-linear-gradient( -22deg, rgba(254,175,5,0.99608) 0%, rgb(255,105,70) 100%);
}
.icon_img2{ background-image: -moz-linear-gradient( -22deg, rgba(142,207,54,0.99608) 0%, rgb(55,205,121) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgba(142,207,54,0.99608) 0%, rgb(55,205,121) 100%);
  background-image: -ms-linear-gradient( -22deg, rgba(142,207,54,0.99608) 0%, rgb(55,205,121) 100%);

}
.icon_img3{ background-image: -moz-linear-gradient( -22deg, rgba(68,163,239,0.99608) 0%, rgb(23,196,187) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgba(68,163,239,0.99608) 0%, rgb(23,196,187) 100%);
  background-image: -ms-linear-gradient( -22deg, rgba(68,163,239,0.99608) 0%, rgb(23,196,187) 100%);
}
.icon_img4{background-image: -moz-linear-gradient( -22deg, rgba(250,79,109,0.99608) 0%, rgb(236,89,182) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgba(250,79,109,0.99608) 0%, rgb(236,89,182) 100%);
  background-image: -ms-linear-gradient( -22deg, rgba(250,79,109,0.99608) 0%, rgb(236,89,182) 100%);
}
.icon_img:hover
{ background:#00394f;
}
.icons:hover>.icon_Name
{ color:#00394f
}
.icon_Name{text-align:center;font-size:20px;color: #fff; margin-bottom:10px;}
.applyAddmission{    background: #00491b;text-align: center;color: #fff;font-size: 26px;float: left;line-height: 31px;padding: 30px 0;    transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.applyAddmission:hover {    background: #f7494b;color: #fff;}
.NoticeView{color: #146632;font-size: 25px;margin-top: 13px;float: left;}
.borderNotice{border-bottom:1px solid #146632;}

.quickAccess_Bx{float: right;position: absolute;right: 0;top: 48px; position:absolute; top:10px; right:110px; z-index:99;}
.quickAccess{background:url(/images/quickAccessnew.png) no-repeat;width: 150px;height: 37px;display: inline-block;}
.quickAccessBx {
    background: #f28181c7;
    width: 192px;
    padding: 10px 10px;
    float: left;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 62px;
}
    .quickAccessBx:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f28181c7;
        content: "";
        position: absolute;
        right: 11px;
        top: -8px;
    }
.quickAccessBx a{transition: all 0.5s ease-out;height: 36px;text-align: center;line-height: 36px;color: #173355;background: #fff;background: #fff;padding: 0 13px;margin: 6px 5px;border-radius: 20px;float: left;width: 100%;font-size: 15px;}
.ecareico{background:#50992b !important;}
.quickAccessBx a:hover{background: #f9ab03;background: #f9ab03;-webkit-box-shadow: 0px 3px 5px 0px #f9ab03;-moz-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);box-shadow: 0px 3px 5px 0px rgb(249 249 249);}
.glryRpt a{ overflow:hidden; display:inline-block;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.glryRpt a img{ object-fit: cover;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.glryRpt a:hover img{transform:scale(1.2)}
/*Master Page*/ 
.ContentContainer{ width:100%; float:left;     margin-top: 87px; margin-bottom:20px;}
.hd_Master {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 10px;
    width: 100%;
    float: left;
    background: #ed1b23;
    color: #fff;
    padding: 0 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}
.Content_Master{width: 100%;float: left;line-height: 23px;color: #3e3e3e; min-height:500px;}
.Sub_hd{color: #ed1b23;font-weight: 500;font-size: 22px;margin-bottom: 10px; font-weight:bold;}
.Content_Master p {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}
.innerUl li {background: url(/images/bullet.png) 0px 6px no-repeat;padding-left: 20px;margin-bottom: 15px;}
.gill:hover {
    color: #ffa004 !important;
}

.innerImg {
  float: right;
  margin-left: 20px;
}
.accordionHeader_Y {
    width: 100%;
    text-align: left;
    background: #ed1b23 url(/images/ajax-arrow1.png) no-repeat 1% center;
    color: #fff;
    border: 1px solid #ed1b23;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionHeaderSelected {
    width: 100%;
    text-align: left;
    background: #fca300 url(/images/ajax-arrow.png) no-repeat 1% center;
    color: #ffffff;
    border: 1px solid #fca300;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #fca300;
}
.img_right{float:right; margin-left:10px;}
.left_img{float:left; margin-right:10px;}
.staff{text-align:center;}
.staff li {display: inline-block;margin: 10px;width: 28%;box-shadow: 0px 0px 7px 0px rgb(71 71 71 / 75%) inset;-webkit-box-shadow: 0px 0px 7px 0px rgb(71 71 71 / 75%) inset;-moz-box-shadow: 0px 0px 7px 0px rgba(71,71,71,0.75) inset;padding: 10px;box-sizing: border-box;}
.post-title{font-size:15px; margin-top:10px;}
.border-footer{border-right:1px solid #7e979d;}
.usefullink li a i{margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 1px;
    font-weight: normal; color:#ff9e00
} 
  .boxVision {
    box-shadow: 0px 0px 7px 0px rgb(71 71 71 / 75%) inset;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(71 71 71 / 75%) inset;
    -moz-box-shadow: 0px 0px 7px 0px rgba(71,71,71,0.75) inset;
    padding: 20px;
    margin-bottom: 20px; width:100%; float:left;
}

  .faq h4{
      font-size: 20px;
}
.faq h3{
          color: #000000;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    background: #ffb516;
    font-weight: 600;
}
.faq ul li{
  padding-left: 0;
    list-style: circle;
    font-size: 19px;
}
.list-faq li{
      text-transform: capitalize;
    color: #fff;
    line-height: 12px !important;
    list-style: circle !important;
    padding-left: 0 !important;
}
.contact{
  background: url(../img/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.faq-top{
  background: url(../img/faq.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.blink-bg{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 3s infinite;
  }
  @keyframes blinkingBackground{
    0%    { background-color: #132f57;}
    100%   { background-color: #ef0a1a;}
  
  }

.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
      color: #000;
    margin-bottom: 10px;
    border-radius: 10px;
}
.faq .faq-list a {
         padding: 10px;
    display: block;
    position: relative;
    font-size: 21px;
    background: #132f57;
    color: #ffb516;
    text-decoration: none;
    border-radius: 14px;
    border: 1;
    box-shadow: 3px 3px #ffb516;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
    right: 4px;
    top: 16px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
padding-top: 20px;
    /* margin-bottom: 20px; */
    font-size: 19px;
    color: #000;
    line-height: 22px;
}

 
.collapsed i.fa.fa-arrow-up {
    transform: rotate(180deg);
}
.faq ul li{
  list-style: none;
}

.socialIcon{display: block;float: left;width: 100%;margin-top: 35px;}
 
.socialIcon ul li{display: inline-block;margin: 0 3px;width: 35px;height: 35px;transition: all 0.5s ease-out; border-radius:20px;}
    
.socialIcon ul li a{width: 35px;height: 35px;display: inline-block;background-image: url(/images/socialIcon2024.png);background-repeat: no-repeat;/*background-color: #fff;*/
    /*border-radius: 13px;*/}
    
    .socialIcon ul li a.instragram {
        background-position: 2px 2px;
    }
    .socialIcon ul li a.whatapp {
        background-position: -33px 2px;
    }
    .socialIcon ul li a.facebook {
        background-position: -69px 2px;
    }
    .socialIcon ul li a.youtube {
        background-position: -104px 2px;
    }
    .socialIcon ul li a.linkdin {
        background-position: -139px 2px;
    }
    .socialIcon ul li a.twitter {
        background-position: -175px 2px;
    }
    .socialIcon ul li a {
        width: 35px;
        height: 35px;-webkit-transition: 0.2s ease-out;
        -moz-transition:  0.2s ease-out;
        transition:  0.2s ease-out;
    }
    .socialIcon ul li a:hover  {  -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);}
@media only screen and (max-width: 1024px)
{
    .innerImg
    { margin:0; text-align:center; display:block;
    }.header {display: none;}
}

 
 
@media only screen and (max-width: 767px)
{
    .captionmain
    { display:none
    }
    #slider1 .slides li
    { height:auto;
    }
    a.adminbtn
    { padding:5px;
    }
    .socialicon1
    { margin-top:4px;
    }
    .quicklinks li,.quicklinks li:first-child
    { margin:5px; float:none;
    }
        .quicklinks li a
        { width:150px; height:150px;
        }
    .blr
    { border:0;
    }
    .hd_msg
    { font-size:30px;
    }
}
.innerUlDAS {
    width: 100%;
    float: left;
}
.innerUlDAS ul li {
    list-style: none;
    background: url(../images/arrow2.png)no-repeat left 9px;
    position: relative;
    margin-bottom: 9px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 23px;
    /* font-family: 'Roboto Slab', serif; */
    font-size: 15px;
    color: #656262;
}

.sanju {
    color: #ec2a42;
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0px 16px 0px;
}
    .sanju h1 {
        font-size: 18px;
        margin: 0px;
        border-left: 5px solid red;
        text-transform: uppercase;
        border-bottom: 2px solid red;
        padding: 2px 10px 4px 9px;
        float: left;
        z-index: 1;
        position: relative;
        font-weight: 400;
    }

.col-md-12.mb-4.newssr img {
    float: left;
    padding-right: 20px;
}

.col-md-12.mb-4.newssr {
    padding: 0;
}

.frett {
    width: 230px;
    padding: 0px;
    position: absolute;
    right: 10px;
    height: 50px;
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    top: 5px;
}










