﻿


a:hover {
    text-decoration: none
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;   
    text-align: justify;
   
    background: #fff;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

ul, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    outline: none;
}

* {
  
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none;
}

.color2 {
    color: #AE8939
}

.masterBg {
    background: #fff;
}
.main-logo {width: 310px;
    height: 310px; text-align: center; background: url(/images/main-logo.svg) no-repeat; float: left; position: ABSOLUTE;
    top: 120px;
    left: 100px; padding-top: 90px;}
.haderbox {
    width: 100%;
    background: #164e9b;
    float: left;
}
.hader-m {display: flex;
 background: #2435A1;
flex-direction: column;
align-items: flex-start;
gap: 10px;}
.top-menu {display: flex;
height: 92px;
justify-content: space-between;
align-items: center;
align-self: stretch;}
.top-menu li {display: flex; position: relative;
align-items: center; 
gap: 8px;}
.top-menu li a {color: #FFF112;    display: flex
;
    gap: 10px;     line-height: 25px;

font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
 }
.top-menu li a.quick-a {  border-radius: 24px;
    border: 1px solid #FFF112;
    display: flex
;
    padding: 2px 10px 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;     transition: all 0.4s ease;}
    .top-menu li a.quick-a span {     position: relative;    top: 0;    height: 24px;    width: 24px;}

     .top-menu li:hover a.quick-a span {-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);   transition: all 0.4s ease;}

 .top-menu ul {
position: absolute;
    right: 0%;
    width: 250px;
   
    z-index: 1;
    background: #2435A1;
    min-width: 180px;
    text-align: left;
    max-height: 0; z-index: 99;
    overflow: hidden; top: 31px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
 .top-menu li:hover > ul {
   right:  0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.top-menu li ul li {position: initial; display: block;}
.top-menu li ul li:hover a { background: #fff112; color: #2435a1}
 .top-menu ul li a { display: block; padding: 5px 12px;  text-align: right;}

.menubox {
    width: 100%;
    float: left; /*box-shadow: 0px 5px 8.5px 1.5px rgba(0, 0, 0, 0.21);*/
  
    position: relative;
    z-index: 9; 
    background: #FFF112;

backdrop-filter: blur(10px);
}

.menuin {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#menu {
    float: left;
    width: 100%;
    text-align: center;
    
}

a.menuLogo {
    margin: 7px 0;
    float: left
}

.leftMenu {
    position: relative;
    width: 100%;
    text-align: center
}

.sliderBox {
    position: relative; margin-top: 137px;
    width: 100%;
    float: left;
    z-index: 0;
}
 
.mobileview {
    display: none
}
.iconstop{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 64px;
    right: 0;
    margin: auto;
   max-width: 723px;
    width: 100%;
    background: #404e94;
    position: relative;
    height: 56px;
    padding-top:12px;
    }
    .iconstop::after{background: url(/images/iconstop_after.png) no-repeat;width: 98px;height: 56px;position:absolute;content: '';top: 0;left: -98px;}
    .iconstop::before{background: url(/images/iconstop_before.png) no-repeat;width: 98px;height: 56px;position:absolute;content: '';top: 0;right: -98px;}
.iconstop ul{text-align: center;}
.iconstop ul li{ display: inline-block;}
.iconstop ul li a{
    transition: all 0.5s ease-out;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #ff5248;
    background: linear-gradient(0deg, #ff5248 0%, #ff5248, #ff5248);
    padding: 0 13px;
    margin: 0 5px;
    border-radius: 20px;
    float: left;
    min-width: 131px;
    font-size: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
    }.iconstop ul li a.ecare1{ background:#51992b;
}
    .iconstop ul li a:hover{background: rgb(0,146,53);
        background: linear-gradient(0deg, rgba(0,146,53,1) 0%, rgba(0,177,65,1) 44%, rgba(0,205,75,1) 100%);-webkit-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
        box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
       color: #fff;}
    #slider1 ul li .caption {
    position: absolute;
    z-index: 99;
    bottom: 50px;
    margin: 0px 0 0 92px;
    color: #fff;
    text-transform: uppercase;
    max-width: 560px;
    font-size: 26px;
    text-transform: uppercase;
    padding: 0px 20px;
 
}

#slider1 ul li.flex-active-slide .caption {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
  .girlimg
        { background:url(/images/girlimg.png) top center no-repeat; height:334px; width:279px; float:left; text-align:center;padding-top: 145px;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
        }

#slider1 ul li .caption h2{font-size: 45px; color:#414d95;
    font-weight: bold;
}
    #slider1 ul li .caption h2 p
    { color:#ff5147
    }
  .girlimg a{font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #ff5248;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 20px;
    margin-top: 20px;
}
    .girlimg a:hover
    { background:#fff;color:#414d95;
    }
     

#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/s-right.svg) center center no-repeat ;
    cursor: pointer;
    float: left;
    opacity: 1;
   
       right: 50%;
    margin-right: -50px;
}

#slider1 .flex-direction-nav .flex-prev {
    background: url(/images/s-left.svg) center center no-repeat ;
    cursor: pointer;
    float: left;
    opacity: 1; left: 50%;  margin-left: -50px;
    
}

 

#slider1 .flex-control-nav {
    bottom: 30px;
    z-index: 99;
    display: none
}

@-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 .flex-direction-nav a{ top: 90%;}
 
    #slider1 ul.slides li img {
        width: 100%; object-fit: cover;
    transform-origin: 50% 120.7%;
    }
    #slider1 .slides li.flex-active-slide img{ animation: m 1s;   }

    /* .gallery::after,
.gallery > img {
  animation: m 8s infinite cubic-bezier(.5,-0.2,.5,1.2);
}
.gallery > img:nth-child(2) {animation-delay: -2s}
.gallery > img:nth-child(3) {animation-delay: -4s}
.gallery > img:nth-child(4) {animation-delay: -6s} */

/* @keyframes m {
  0%,3%    {transform: rotate(0)}
  22%,27%  {transform: rotate(-90deg)}
  47%,52%  {transform: rotate(-180deg)}
  72%,77%  {transform: rotate(-270deg)}
  98%,100% {transform: rotate(-360deg)}
} */
@keyframes m {
  0%    {transform: rotate(0)}
 
  100% {transform: rotate(-360deg)}
}


.mainScorller {
    width: 100%;
    float: left;
    padding-top: 46px;
}

.box_in {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.logoname {
    position: absolute;
    bottom: 49px;
    left: 0;
    right: 0;
    margin: auto;
  width:100%; max-width: 500px;
    height: 83px; text-align:center; background:#ff5248;
}
.logoname a
{ display:block; position:relative; padding:5px 0;
}
    .logoname a:after
    { content:""; background:url(/images/logol.png) no-repeat; position:absolute; top:0; left:0; width:160px; height:83px; margin-left: -150px;float:left
    }
     .logoname a:before
    { content:""; background:url(/images/logor.png) no-repeat; position:absolute; top:0; right:0; width:160px; height:83px; margin-right: -150px;float:right
    }

    .logoname h2 {
        white-space: nowrap;
        text-align: center;
        font-family: Times New Roman, Times New Roman;
        font-style: normal;
        font-weight: bold;
        font-size: 55px;
        color: #FEE25A;
        letter-spacing: -0.2px;
        text-transform: uppercase;
    }

    .logoname h4 {
        font-family: Times New Roman, Times New Roman;
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        color: #A6CC38;
        letter-spacing: -0.2px;
        text-transform: capitalize;
    }

    .logoname p {
        line-height: 26px;
        margin-top: -4px;
        text-align: center;
        font-family: Helvetica, Times New Roman;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #fff;
    }

.main_container10 {
    width: 100%;
    float: left;
    position: relative;
    
    height: 100%;
   
    margin: 0;
    padding: 0;
}
   .p-fixed {    position: fixed;
    top: 0;
    left: 0;
    z-index: 99; height: auto;}
.slider {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: -1;
    cursor: default;
    top: 0;
}

.roundbtn {
    width: 100%;
    text-align: center;
    
    float: left;
    position: relative;
   
    background: #2435a1;
    padding: 40px 0px;
    box-sizing: border-box;
    border-top: 0px solid #fff; margin: 80px 0; height: 295px;
}

    .roundbtn p {
      
        
       
        margin-bottom: 26px;
    }

    .roundbtn ul li {
        display: inline-block;
        margin: 0 37px;
    }

        .roundbtn ul li a {
          display: flex;
width: 200px;
height: 200px;
padding: 74.906px 0;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 11.985px;
flex-shrink: 0;border-radius: 200px;
background: #2D6E4E; color: #FFF;

text-align: center;
font-family: Inter;
font-size: 14.981px;
font-style: normal;
font-weight: 500;
line-height: normal;transition: all .5s;
        }
            .roundbtn ul li:hover a { background: #fff112; color: #2435A1;}
         
            .roundbtn ul li a p {
                margin-bottom: 0px;
            }

            .roundbtn ul li:hover a svg path {
                fill: #2435A1;
            }
            /*.roundbtn ul li:first-child,  .roundbtn ul li:last-child    { position:relative; top:-58px;    }*/
           

                .roundbtn ul li a:hover svg {
                    fill: #fff;
                }
.flex-control-nav li { float: none!important;}

#msg-slider .flex-direction-nav { visibility: hidden;}
#msg-slider:hover .flex-direction-nav{ visibility: visible;}
#msg-slider .flex-direction-nav a:before { display: none;}
#msg-slider .flex-direction-nav .flex-prev { background: url(/images/arrow_back_ios.svg) no-repeat;}
#msg-slider .flex-direction-nav .flex-next { background: url(/images/arrow_back_iosr.svg) no-repeat;}
#msg-slider .slides li { background: url(/images/msg-bg.svg) top right no-repeat; height: 562px; width: 100%;}
.container {
        max-width: 1172px;
    }

    #msg-slider .slides li .w-100 {      display: flex
;
    flex-direction: row;}
.msg-left { display: flex;     flex-shrink: 0;}
.msg-right {  display: flex
; padding: 25px;
    flex-direction: column;}
    .msg-right h1  {color: #FFF112; margin-top: 78px;

font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;}
    .msg-right p {color: #FFF;margin-bottom: 15px;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 200;
line-height: normal; text-align: left;}
.msg-right p span { font-weight: 200;}
  a.msg-rm {display: inline-block;
padding: 16px 24px;
justify-content: center;
align-items: center;
gap: 10px; background: #FFF112; color: #2435A1;

font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; text-transform: uppercase;}
 a.msg-rm:hover  {background: #2435A1; color: #fff;}
a.msg-rm1:hover { background: #fff; color: #2435A1;}

.font34 {
    font-size: 36px;
    color: #404e94;
    font-size: 30px;
}
.frame-46 { background: url(/images/Frame46.png) top center no-repeat; background-size: cover; margin-top: 80px;}
.download-m {color: #000;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;  }

.font18 {
    color: #404e94;
    font: normal normal bold 18px/22px Times New Roman;
    letter-spacing: -0.72px;
}

.font16 {
    color: #404e94;
    font: normal normal bold 12px/22px Times New Roman;
    letter-spacing: -0.72px;
}

#demo {
    width: 42px;
    /* height: 101px; */
    background: url(/images/bfybg.jpg) bottom center no-repeat;
    float: left;
    color: #3cb0e1;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 45px;
    line-height: 30px;
}

    #demo .sm {
        font-size: 25px;
        font-weight: normal;
    }

.noticeH {
    color: #FFF112;

text-align: center;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase; 
}
.color5 {color: #2435A1; }
    .noticeH img {
        vertical-align: middle;
        margin-right: 15px;
    }

.hd2 {
    border-bottom: 1px solid #AE8939;
}

.noticeH svg {
    float: left;
    margin-right: 15px;
    fill: #404e94;
    height: 56px;
}

.custom-navigation2 {
    float: right;
    width: 22px;
    top: -15px;
    position: relative
}

.custom-navigation3 {
    position: relative;
    top: 0;
    z-index: 1;
}
.bdy-y {color: #2435A1; position: relative; top: 5px;
text-align: right;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase; float: right;}
.topp-name,.slideTxt {color: #1E1E1E;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.topp-class1 {color: #1E1E1E;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;}
.topper10,.topper12 { margin-top: 30px; height: 210px;}
#AchievementHome_lblAchievement { margin-top: 30px;}

    .custom-navigation3 .flex-prev {
        position: absolute;
        top: 60px;
        left: 10px;
    }

     .achi .flex-prev {
        position: absolute;
        top: 88px;
        left: 10px;
    }

    .custom-navigation3 .flex-next {
        right: 22px;
        position: absolute;
        top: 60px;
    }
 .achi .flex-next {
        right: 22px;
        position: absolute;
        top: 88px;
    }

.custom-navigation2 a {
    height: 22px;
    float: left
}


.msgH {
    border-bottom: 1px solid #404e94;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.noticeSlide {
    width: 100%;
    display: inline-block;
    position: relative;
}

.newsNotice {
    
    background: #fff6bd;
    padding: 30px 0px;
    margin: 80px 0; background: #2435A1; height: 370px;
}
.newsNotice .flex-direction-nav a{top: 53px; opacity:1}

.newsNotice .flex-direction-nav a::before{content: ''; background: url(/images/left-arrow1.svg) no-repeat center center; width: 100%; height: 100%;}
.flex-direction-nav a.flex-next:before {
    content: '';background: url(/images/right-arrow1.svg) no-repeat center center;
}
.msgpd {
    padding-left: 10px;
}

.msgroung {
    float: left;
    margin-right: 20px;
    text-align: center;
}
#newNotic{
   width: 100%;
   max-width: 950px;
   margin: 0 auto;
   }
   #newNotic .slides li { background: url(/images/notice-bg.svg) top right no-repeat; height: 170px;}
.news_inner{display: flex;    flex-direction: row; }

.notice_left{  display: flex
;
    width: 171px;
    height: 169px;
    padding: 34.992px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.458px;
    flex-shrink: 0;
    border-radius: 1458.019px;
    background: #FFF112;}

.notice_right{ display: flex
;
    padding: 25px;
    flex-direction: column; padding-top: 50px;}

.notice_right a{ color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.Notice_month{ 
    color: #2435A1;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase; border-bottom: 4px solid  #2435A1;;
}
.Notice_date{color: #2435A1;

text-align: center;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px;}


.thoughtbg {
    position: absolute;
    left: 0;
    top: 0;
}

.aboutmain {
    width: 100%;
    float: left;
    padding: 67px 0 51px 0;
    background: #164e9b;
    height: 460px;
    position: relative;
    margin: 57px 0;
}

    .aboutmain:before {
        content: "";
        background: url(/images/slider-01.jpg) top right no-repeat;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: auto 100%;
    }

.fullbox {
    width: 100%;
    float: left
}

.w46 {
    max-width: 47%
}

.aboutimg {
    float: right;
    margin-left: 20px;
    margin-top: -35px;
}

.hding {
    margin-bottom: 22px;
}

.facilities {
    width: 100%;
    float: left;
    background: url(/images/facilities.png) no-repeat repeat #184a8f;
    background-size: cover;
    padding: 47px 0;
}

.custom-faci {
    float: right;
}

    .custom-faci a, .custom-navigation1 a {
        font-size: 18px;
        font-weight: bold
    }

        .custom-faci a:hover, .custom-navigation1 a:hover {
            opacity: .5;
        }

.custom-navigation1 .flex-prev img {
    transform: rotate(-180deg);
}

#faci {
    margin-bottom: 40px;
    margin-top: 17px;
}

    #faci .slides li a {
        display: block;
        position: relative;
    }

        #faci .slides li a div.fhover {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            font-size: 22px;
            color: #ffffff;
            font-weight: bold;
            visibility: hidden
        }

    #faci .slides li:hover > a {
        background: #000;
    }

        #faci .slides li:hover > a img {
            opacity: .5;
        }

        #faci .slides li:hover > a div.fhover {
            visibility: visible;
        }

.imageTopp {
    max-width: 136px;
}

a.viewAll3 {
    display: inline-block;
    border: 3px solid #ff5248;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ff5248;
    line-height: 34px;
    text-transform: uppercase
}
a.viewAll3:hover
{ color:#404e94; border:3px solid #404e94;
}

a.viewAll3_white {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase
}
a.viewAll3_white:hover
{ color:#404e94; border:3px solid #404e94;
}

a.viewAll2 {
    display: inline-block;
    border: 3px solid #404e94;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #404e94;
    line-height: 34px;
    text-transform: uppercase
}
a.viewAll2:hover
{  border: 3px solid #ff5248; color: #ff5248;
}
a.border2 {
    border: 4px solid #AE8939; 
    color: #AE8939;
}

 
 
.glrybx {
    padding-top:0px;
    margin-top: 0px;
    text-align: center;
}
.about-us {display: flex;     background: url(/images/about-bg.svg) top left no-repeat;
    flex-direction: row;}
.achbx {
    margin-top: 80px;
    text-align: center;
}
.bg-white-g {  background: url(/images/gallery-bg.jpg) top center no-repeat; margin: 80px 0; padding: 60px 0;}
#homephotog_LBPhoto .row { margin: 0!important; position: relative;  }
#homephotog_LBPhoto .row .col-sm-6{ margin: 0;     padding: 3px 6px !important;}
#homephotog_LBPhoto .row .col-sm-6:nth-child(1) a {border-radius: 100% 0px 0px 0%;}
#homephotog_LBPhoto .row .col-sm-6:nth-child(2) a {border-radius: 0% 100% 0 0%;}
#homephotog_LBPhoto .row .col-sm-6:nth-child(3) a { border-radius: 0px 0px 0px 100%;}
#homephotog_LBPhoto .row .col-sm-6:nth-child(4) a {border-radius: 0px 0px 100% 0;}
#homephotog_LBPhoto .row:after  { content: "Photo Gallery"; display: flex;
width: 171px;
height: 169px;
padding: 34.992px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1.458px;
flex-shrink: 0;color: var(--Green, #146733);
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;border-radius: 1458.019px;
background: #FFF112; position: absolute;     top: 35%;
    left: 36%;}



#homeVideo_LBPhoto1 .row { margin: 0!important; position: relative;  }
#homeVideo_LBPhoto1 .row .col-sm-6{ margin: 0;     padding: 3px 6px !important;}
#homeVideo_LBPhoto1 .row .col-sm-6:nth-child(1) a {border-radius: 100% 0px 0px 0%;}
#homeVideo_LBPhoto1 .row .col-sm-6:nth-child(2) a {border-radius: 0% 100% 0 0%;}
#homeVideo_LBPhoto1 .row .col-sm-6:nth-child(3) a { border-radius: 0px 0px 0px 100%;}
#homeVideo_LBPhoto1 .row .col-sm-6:nth-child(4) a {border-radius: 0px 0px 100% 0;}
#homeVideo_LBPhoto1 .row:after { content: "Video Gallery"; display: flex;
width: 171px;
height: 169px;
padding: 34.992px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1.458px;
flex-shrink: 0;color: var(--Green, #146733);
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;border-radius: 1458.019px;
background: #FFF112; position: absolute;     top: 35%;
    left: 36%;}

 .mt-181 { margin-top: 181px;}
 .mt-120 { margin-top: -120px;}

    .FounderBox img {
        float: left;
        margin-right: 40px; padding:10px; background:#fff;
    }

    .FounderBox .Founder-name {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
    }
        .FounderBox .Founder-name strong
        { font-weight:500
        }
    .FounderBox p {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
    }

.founder-m {
    margin: 20px 0;
}

.newsupdatesld {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: left;
    min-height: 79px;
}

.newsup {
    min-height: 70px;
}

.arrow_newsupdate {
    background: url(/images/newup.png) no-repeat left 5px;
    padding-left: 25px;
    font-size: 20px;
    display: inline-block;
    color: #000;
}

.glryrpt {
    margin-bottom: 15px;
}

    .glryrpt a {
        width: 100%;
        height: 100%;
        display: inline-block;
        overflow: hidden;  height: 250px;
    }

        .glryrpt a img {
            height: 100%;
            width: 100%;
            object-fit: cover; 
        }

a.viewAll3 span {
    background: url(/images/rm-arrow.png) no-repeat;
    display: inline-block;
    height: 10px;
    width: 15px;
    margin-left: 12px;
    display: none
}

.facilities a.viewAll3:hover, .gbox a.viewAll3:hover {
    background: #fff;
}
#slider_first .slides li img
{ border-radius:50%
}
#slider_first {
    margin-top: 20px;
    color: #3B3735;
    font: normal normal normal 18px/30px Helvetica;
}

#slider_first,
.switcher {
    width: 100%;
    float: left;
}

    .switcher ul li {
        display: inline-block;
        line-height: 13px;
        float: left;
        border-right: 2px solid #ff5248;
        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: #ff5248;
            font-family: Roboto;
            font-size: 15px;
        }

        .switcher ul li:first-child a {
        }

        .switcher ul li.flex-active a {
            color: #AE8939;
        }

.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: #404e94;
        }

.msgBox {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 150px;
}

    .msgBox h3 {
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-weight: bold;
        padding-left: 190px;
        top: 71px;
        position: relative;
        margin-top: -26px;
    }

.boxx1 .Subscribebg {
    background: url(/images/Subscribe.svg) 0px 47px no-repeat;
    background-size: 100%;
    min-height: 343px;
    margin-top: 30px;
}


.achivebg {
    background: url(/images/achivebg.svg) top left no-repeat;
    background-size: auto 100%;
}

.gift, .prize {
    max-height: 60px;
}

.gift {
    position: relative;
    top: -6px;
}

.stdhd {
    border: 2px solid #ff5248;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 22px;
    margin: 14px 0;
    display: inline-block;
    background: #ff5248; width:56px; text-align:center
}

.galleryBox, .rslider, .gleft, .pg-rmore, .galler_heading {
    width: 100%;
    float: left
}

#AchievementHome_lblAchievement, #facility {
    max-width: 547px;
    float: left;
    padding: 0 70px;
}

.galleryBox, .gbox {
    width: 100%;
    float: left
}

.gaicon {
    height: 43px;
    position: relative;
    top: -3px;
}


#homephotog_LBPhoto,#homeVideo_LBPhoto1 {
    width: 100%;
    display: block;
    text-align: center;
}


    #homephotog_LBPhoto .slides li a {
        height: 272px;
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 15px;
    }

        #homephotog_LBPhoto .slides li a img {
            width: 100%;
            height: 100%;
        }

    #homephotog_LBPhoto .pg-rmore {
        margin-top: 30px;
    }

#gallerSec {
    position: relative;
    margin-top: 30px;
}

    #gallerSec .flex-direction-nav a.flex-next:before, #gallerSec .flex-direction-nav a:before, .topper-xii .flex-direction-nav a.flex-next:before, .topper-xii .flex-direction-nav a:before {
        display: none
    }

.custom-navigation1 {
    float: right;
    position: relative;
    top: 40px;
    z-index: 2
}

.galler_heading {
    font-size: 23px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: 500;
}

.Grydate {
   color: #FFF112;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

    .Grydate span {
        color: #ff5248;
    }

.mt-30 {
    margin-top: 34px;
}



#slider_first .slides li p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat';
}
.NameMsg{font-size: 20px;font-weight: 600;color: #404e94;margin: 12px 0 20px 0;}
    
    #slider_first .slides li p.msgrm {
        margin: 0;
        margin-top: 40px;
    }

        #slider_first .slides li p.msgrm a {
            display: inline-block;
            color: #006bcd;
            width: 120px;
            text-align: center;
            height: 40px;
            background: #fff;
            line-height: 40px;
            font-size: 15px;
            border-radius: 5px;
        }

            #slider_first .slides li p.msgrm a:hover {
                background: #f62d40;
                color: #fff;
            }

.msgin {
    width: 100%;
    max-width: 490px;
    background: #164e9b;
    border-radius: 5px;
    float: left;
    padding: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 0;
}

    .msgin:after {
        content: "";
        background: url(/images/tip.jpg) 148px 0px no-repeat;
        height: 18px;
        width: 100%;
        float: left;
        position: relative;
        top: 18px;
    }

    .msgin .roundimg {
        float: left;
        margin-top: -170px;
        position: relative;
        top: 144px;
    }

        .msgin .roundimg img {
            height: 120px;
            border-radius: 50%;
            border: 3px solid #fff;
            margin-bottom: 10px;
        }

        .msgin .roundimg p.des {
            color: #164e9b;
            font-size: 16px;
            font-weight: 600
        }

        .msgin .roundimg p.pname {
            color: #4fb4ea;
            font-size: 16px;
            font-weight: 600
        }

.msgimages {
    float: right;
    margin-top: 60px;
}

    .msgimages ul li {
        display: inline-block;
        height: 120px;
        width: 120px;
    }

        .msgimages ul li img {
            border-radius: 50%;
            border: 3px solid #fe6315;
            opacity: .60
        }

        .msgimages ul li.active {
            width: 220px;
            height: 220px;
        }

            .msgimages ul li.active img {
                opacity: 1;
            }

.fullBoxMob {
    float: left;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 99;
}

#menu-mobile {
    display: none
}

.connectwith {
    width: 100%;
    float: left;
    margin-top: 37px;
    margin-bottom: 48px;
}

.bigIcons {
    width: 100%;
    float: left;
    margin-top: 19px;
}

    .bigIcons ul {
        text-align: center
    }

        .bigIcons ul li {
            text-align: center;
            display: inline-block;
            float: left;
            margin-left: 20px;
        }

            .bigIcons ul li:first-child {
                margin-left: 0;
            }

            .bigIcons ul li a {
                display: block;
                width: 218px;
                height: 252px;
                text-align: center;
                background: #e4ebf1;
            }

                .bigIcons ul li a span {
                    width: 94px;
                    height: 103px;
                    display: inline-block;
                    background-image: url(/images/bigicons.png);
                    background-repeat: no-repeat;
                    margin-top: 52px;
                }

                .bigIcons ul li a p {
                    color: #000000;
                    font-size: 24px;
                    margin-top: 15px;
                }

                .bigIcons ul li a:hover p {
                    color: #fff;
                }

                .bigIcons ul li a:hover {
                    background: #fd5f16;
                }

            .bigIcons ul li .kidsCorner span {
                background-position: 17px 0px;
            }

            .bigIcons ul li .campusTour span {
                background-position: -112px 0px;
            }

            .bigIcons ul li .joinus span {
                background-position: -234px 0px;
            }

            .bigIcons ul li .Alumni span {
                background-position: -361px 0px;
            }

            .bigIcons ul li .eCare span {
                background-position: -482px 0px;
            }


.whiteBox {
    width: 100%;
    float: left;
    text-align: center
}

    .whiteBox .container {
        max-width: 1202px;
    }

    .whiteBox h3 {
        margin: 48px 0 32px 0;
        font-size: 36px;
        color: #de243b;
        font-weight: bold;
    }

    .whiteBox .achievement {
        float: right;
        width: 100%;
        background: url(/images/tprbg.jpg);
        max-width: 564px;
        padding: 48px 0;
    }
.topper10 .slides img,.topper12 .slides img { width: 136px; height: 159px;}
.tch {display: flex;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch; border-radius: 8px;
border: 2px solid #2435A1;}
.infrs_up_img {
    width: 413px;
    height: 230px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .infrs_up_img img {
        height: 100% !important;
    }

#Infrastructure ul li span img {
    width: 413px !important
}

div#achi_slide ul li .infrs_up_img img {
    width: 100%;
    position: relative;
    margin-top: 4px;
}

div#achi_slide ul li {
    margin-right: 35px;
}

.whiteBox .slideTxt {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding: 15px 0px 0px 0px;
}

    .whiteBox .slideTxt p.dd {
        color: #8d8d8d;
        background: url(/images/time.png) left center no-repeat;
        font-size: 14px;
        padding-left: 20px;
        margin-top: 3px;
    }

        .whiteBox .slideTxt p.dd b {
            font-weight: 500
        }

    .whiteBox .flexslider .flex-direction-nav a.flex-next:before, .whiteBox .flexslider .flex-direction-nav a:before, .whiteBox .slideTxt p.homeAchivementDesc {
        display: none
    }

.whiteBox .flexslider .flex-direction-nav .flex-next {
    cursor: pointer;
    background: url(/images/next10.png) center center no-repeat;
    float: right;
    opacity: 1;
    visibility: visible;
    right: 0%;
    height: 33px;
    width: 37px;
    top: 132px;
}

.whiteBox .flexslider .flex-direction-nav .flex-prev {
    cursor: pointer;
    background: url(/images/prev10.png) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    left: 0%;
    height: 33px;
    width: 37px;
    top: 132px;
}



.tprmain {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #fff;
}

.topperBox {
    max-width: 250px;
    margin: 0px auto
}

    .topperBox .slides img {
        max-width: 136px;
    }

.tname {
    color: #3B3735;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

.tclass {
    font-size: 18px;
    color: #3B3735;
    font-weight: 500;
    margin-bottom: 12px;
}

.bdybox {
    float: right;
    width: 100%;
}

.bdaybx {
 
}

.tbg {
    background: url(/images/toperbg.png) top center no-repeat;
}

.sbg {
    background: url(/images/bdybg.png) top center no-repeat
}

.bdybox .font34 {
    line-height: 34px;
}

.bdybg {
    background: url(/images/bdybg.png) center 60px no-repeat;
}

.slideTxt {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

p.dd {
    font-size: 14px;
    color: #404e94;
    margin-top: 19px;
    float: left;  
}

.slideTxt p.dd {
    font: normal normal normal 16px/24px Helvetica;
    font-size: 16px;
}

.slideTxt p span.uon {
    color: #3B3735;
}

.bdybox .flexslider .flex-direction-nav a.flex-next:before, .bdybox .flexslider .flex-direction-nav a:before {
    display: none
}

.bdybox .flexslider .flex-direction-nav .flex-next {
    cursor: pointer;
    background: url(/images/leftarrow.svg) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    right: 0%;
    height: 24px;
    width: 24px;
    top: 70px;
    z-index: 0
}

.bdybox .flexslider .flex-direction-nav .flex-prev {
    cursor: pointer;
    background: url(/images/rightarrow.svg) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    left: 0%;
    height: 24px;
    width: 24px;
    top: 70px;
    z-index: 0
}

.todText {
    text-align: center;
}

.footer .container {
    max-width: 1200px;
}

.footer {
    width: 100%;
    position: relative;
    float: left;
   background: #1E1E1E;
    background-size: 100%;
    padding: 30px 0;
}

.footerbuilding {
    text-align: center;
}

.footer .footerLeft {
    float: left;
    width: 100%;
    max-width: 555px;
    position: relative
}

.footer img {
    max-width: none;
}

.footer p a:hover {
    color: #ffe56c;
}

.footerBtm {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}

    .footerBtm a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

        .footerBtm a:hover {
            color: #FFC929;
        }

.fmstr {
    padding-left: 24%;
}

.app-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 20px
}

    .app-icon li {
        display: inline-block;
        margin: 0px 10px;
    }

.codeH {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 20px 0;
}

.scode {
    font-size: 18px;
    font-weight: bold;
}

.schoolcode {
    text-align: center
}

.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;
        }

ol.numbring li {
    padding-left: 10px;
    margin-bottom: 12px;
}

.mastermenu {
    position: relative;
    background: #404e94;
}

.mstrmenu {
    max-width: 1160px;
    width: 100%;
    text-align: left;
    margin: 0px auto;
}

#headtitle {
  color: #fff; background: #2d6e4e; padding: 7px 20px;
  color: #FFF112;
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal; text-align: center;
text-transform: uppercase;
}

.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
}
.socialIcon{display: block;float: left;width: 100%;margin-top: 7px;}
.socialIcon ul{}
.socialIcon ul li{display: inline-block;margin: 0 1px;  transition: all 0.5s ease-out; border-radius:20px;}
 
.socialIcon ul li a{ display:inline-block;}

.socialIcon ul li a:hover svg   { opacity: .7;}
 
.footer p.font18 {
    font-size: 18px;
    font-weight: 600;
}

.master-hdr {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #404e94;
    padding: 10px 0px;
}

.masterIn {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.master-text {
    margin: 10px 0;
    min-height: 380px;
    float: left;
    width: 100%;
    color: #6b6b6b;
    padding: 0px 0px;
    line-height: 26px;
    font-size: 18px;
}

    .master-text p {
        margin-bottom: 10px;
    }

    .master-text img {
        max-width: 100%;
    }

.uData {    font-size: 30px;
    color: #2d6e4e; margin-bottom: 20px;}
    .uDataChange { font-size: 25px;}
.accordionHeader_Y {
    color: #fff;
    background: #2435a1 url(/images/ajax-arrow1.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionHeaderSelected {
    color: #ffffff;
    background: #2d6e4e url(/images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #2d6e4e;
}

.ipibdr {
    border: 2px solid #2962b0;
}

.innerH2 {
    text-align: left;
    margin-bottom: 15px;
}

.innerImg {
    float: right;
    margin-left: 25px;
}

ul.innerUl li {
    padding-left: 40px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}


.innerTbl {
    width: 100%;
    border-collapse: collapse;
}

    .innerTbl tr:first-child {
        font-weight: bold;
    }

.innerTbl {
    width: 100%;
}

    .innerTbl tr td {
        padding: 5px;
    }

.tpr tr td {
    text-align: center;
    vertical-align: top;
    padding: 0 5px 20px 5px;
}

.innerTbl1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .innerTbl1 tr td, .innerTbl1 tr th {
        border: 1px solid #b5bacc;
        padding: 4px 5px;
    }

    .innerTbl1 tr th {
        background: #d1d5e3;
    }

    .innerTbl1 tr:nth-child(even) {
        background-color: #b4ffb6;
    }

.innerTbl tr th, .innerTbl tr td {
    border: 1px solid #dee2e6;
    padding: 5px;
}

.back-to-top {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
}

.innerH3 {
    color: #2435a1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.accordionContent_Y fieldset { text-align: center;}
.accordionContent_Y legend { padding: 8px 12px; width: auto; display: inline-block; color: #fff;}
.innerH4 {
    color: #2435a1;
    font-size: 18px;
    font-weight: bold;
}

.todContaner {
    color: #242221;
    font: normal normal bold 23px/28px Helvetica;
    color: #242221;
}

.topperName {
    font-weight: bold;
}

.todImg {
    font-style: normal;
    display: none
}

.founder {
    max-height: 350px;
}

.tbgBg {
    background: #8a2f1b;
    color: #fff;
}

.font-20 {
    font-size: 18px;
}

.tbltd3 tr td {
    width: 33%;
}

.gray {
    background: #e8e8e8;
    color: #404e94;
    font-weight: bold;
    font-size: 18px;
}

.contentAccordion table tr td, .contentAccordion table tr th {
    padding: 5px;
}

#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 {
   color: #000;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.custom-controls .flex-control-paging li a {
    width: 20px;
    height: 20px;
  border: 2px solid #FFC929;
    background: #FFC929;
}
.custom-controls .flex-control-paging li a.flex-active {
  
    background: none;
    border: 2px solid #FFC929;
}
    .custom-controls .flex-control-paging li a:hover {
        background: #fff;
    }

.custom-controls .flex-control-nav li {
    margin: 0px 6px;
}

.escode {
   color: #FFC929;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.scode {
   color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.ftext h2 {
    font: normal normal bold 36px/71px Times New Roman;
    color: #404e94;
    text-transform: uppercase;
    margin: 0;
}

.ftext h3 {
    font: normal normal bold 21px/1px Times New Roman;
    color: #404e94;
    margin: 0;
    margin-bottom: 25px;
}

.ftext p {
    font: normal normal normal 20px/32px Helvetica;
    color: #000;
    margin: 0;
    text-align: left;
    text-shadow: 0px 1px 2px rgb(226 226 233);
}


.t20 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

    .t20 b {
        color: #3B3735
    }

.f14b {
   color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: uppercase;
}

.usefullink li {
    display: block;
    background: url(/images/foo-li.png) no-repeat left 3px;
    padding-left: 29px;
    margin-bottom: 10px;
    text-align: left;
}

    .usefullink li a {
     color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }

        .usefullink li a:hover {
            color: #FFC929;
             
 
        }
