@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
.menu-btn{
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px 11px 20px;
    background: #B10132 !important;
    text-align: center;
    margin:0 auto;
    border-radius:0px;
}

/* .menu-btn span{
	font-size: 14px;
} */
.close-btn
{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.side-bar
{
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	height: 100%;
	overflow-y: auto;
	background: #0e254f !important;
	transition: 0.6s ease;
	transition-property: right;
}
.side-bar.active
{
	right: 0;
}
.side-bar .menu
{
	width: 100%;
	margin-top: 60px;
}
.side-bar .menu .item
{
	cursor: pointer;
	border-bottom: 1px solid #0a1b39;
}
.side-bar .menu .item a 
{
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 25px;
	color: #fff;
	padding: 7px 28px;
}
.side-bar .menu .item a:hover
{
	background: #B10132 !important;
	transition: 0.4s;
}
.side-bar .menu .item i 
{
	margin-right: 14px;
}
.side-bar .menu .item a .dropdown
{
	position: absolute;
	right: 14px;
	transition: 0.4s;
}
.side-bar .menu .item a .dropdown.rotate
{
	transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu
{
	display: none;
	background: rgba(255, 255, 255, 0.1);
}
.side-bar .menu .item .sub-menu a 
{
	padding-left: 60px;
}
.spacex1{
	padding-top: 28px;
}
.spacex2{
	padding-top: 74px;
}
.spacex3{
	padding-top: 15px;
}
.spacex5{
  padding-top: 28px;
}
.spacex6{
  padding-top: 50px;
}
.adasdadsa p{
	text-align: justify;
	color: #ffffff;
	font-size: 14px;
}
.loggdes img{
	width: 290px;
}
.sub-ffoo{
	background: #001936;
	padding-top: 10px;
}
.mk-copyright{
background: #001936 !important; 	
}
.pb-30{
	padding-bottom: 30px;
}
.blue1{
	color: #0e254f !important;
}
.red1{
	color: #B10132 !important;
}









/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 100%;
  height: 260px;
  margin: 0.3em auto;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
   color: cornSilk;
   text-align: center;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  border: 1px solid #dddddd;
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  border: 1px solid #dddddd;
  padding: 20px;
}
.asdsad img{
  border-radius: 50%;
}
.asdsad .front{
  padding: 25px;
}
.asdsad h5{
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0e254f;
  font-weight: 600;
}
.asdsad .front p{
  font-size: 16px;
  color: #333333 !important;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.asdsad .back p{
  font-size: 16px;
  color: #333333 !important;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 10px;
}
.doc-bor{
	width: 75px;
	height: 2px;
	background: #333333;
	margin: 0 auto;
	position: relative;
}
.fn{
	float: none;
}
table a {
    color: #B10132 !important;
    font-weight: 600;
}
.table-dark{
background-color:#0e254f;
color: #fff;
}

table a:hover{
	color: #0e254f !important;
}
.wi500 .mainbanner_caption_rules{
	width: 500px !important;
}
.wi600 .mainbanner_caption_rules{
  width: 600px !important;
}
.wi1000 .mainbanner_caption_rules{
  width: 1000px !important;
}
.p-20{
	padding: 20px;
}
.whisssdsf .inc-bx h4{
	    color: #0e254f !important;
}
.whisssdsf .inc-bx p{
	color: #0e254f !important;
	font-weight: 600 !important;
}
a.download {
    background: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
a.download:before {
    background: #ffffff;
    border: solid 3px #0e254f;
    border-radius: 4px;
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 38%;
    transform: translate(-50%,-50%);
    width: 50px;
}
a.download span:first-child {
    display: none;
}
a.download:hover span:first-child {
    display: inline-block;
}
a.download:hover span:last-child {
    display: none;
}
a.download span {
    background: #0e254f;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    bottom: 10px;
    margin: 0 auto;
    left: 10px;
    right: 10px;
}
a.download:after {
    content: '\f1c1';
    font-family: "FontAwesome";
    top: 24%;
    position: absolute;
    left: 46%;
    color: #0e254f;
    font-size: 30px;
}
.sdfdsfgh{
	color: #0e254f;
}
.ar-box h4{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #0e254f !important;
}
.ar-box{
	background: #f2f2f2;
	padding: 10px;
}
.pt-10{
	padding-top: 10px;
}
.link2{
	color: #B10132 !important;
	font-size: 18px;
}
.link2:hover{
	color: #B10132 !important;
	font-size: 18px;
}
.ggkkkkg h4{
	font-family: "Raleway", sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    padding-bottom: 5px;
}


.pdsss3 {
    padding: 0 !important;
    margin: 0 !important;
}

.pdsss3 li {
    line-height: 26px;
    padding-left: 35px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image: url(../images/pdf3.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500 !important;
    margin-left: 0;
}
.pdsss3 li a{
  color: #0e254f !important;
}
.pdsss3 li a:hover{
  color: #B10132 !important;
}
.geregh a{
  color: #B10132 !important;
}
.geregh a:hover{
  color: #0e254f !important;
}
.bg-sdffds{
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.im-sda .carousel-caption{
  bottom: 0;
  padding:0px; 
  margin: 0 !important;
  width: 100%;
  left: 0;
  right: 0;
}
.im-sda .carousel-caption p{ 
  background: rgba(51,51,51,0.3);
  padding-top:10px;
  padding-bottom:10px;
  color:#ffffff;
  margin-bottom: 0;
}
.link99{
  color: #B10132 !important;
  font-size: 18px;
}
.link99:hover{
  color: #0e254f !important;
}
@media only screen and (max-width: 767px) {
  .mainbanner_caption_rules{
    display: none;
}
.m-none2{
  display: none;
}
.menu-seee{
  background: #0E254F;
}
ul.ruby-menu > li > ul > li{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ul.ruby-menu > li > ul > li, ul.ruby-menu > li > ul > li > ul > li{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.menu-seee ul{
  margin-left: 0 !important;
}
.ruby-mobile-sublevel-show{
  margin-left:0 !important;
}
.ruby-mobile-sublevel-show li{
  margin-left:0 !important;
}
.sdfsdfsd{
  background: #ffffff;
}
}




/* Tabs panel */
.rrrrpp .tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.rrrrpp .tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.rrrrpp .tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.rrrrpp .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  font-weight: 500;
  color: #ffffff !important;
  background: #0e254f !important;
  padding: 10px 20px 10px 20px !important;
  border-radius: 0;
}
.rrrrpp .tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.rrrrpp .tabbable-line > .nav-tabs > li.open, 
.rrrrpp .tabbable-line > .nav-tabs > li:hover {
  background: #f3c326 !important;
}
.rrrrpp .tabbable-line > .nav-tabs > li.open > a, 
.rrrrpp .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #ffffff !important;
  background: #f3c326 !important;
}
.rrrrpp .tabbable-line > .nav-tabs > li.open > a > i, 
.rrrrpp .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.rrrrpp .tabbable-line > .nav-tabs > li.open .dropdown-menu, 
.rrrrpp .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.rrrrpp .tabbable-line > .nav-tabs > li.active {
  position: relative;
  margin-left: 0 !important;
}
.rrrrpp .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #ffffff !important;
  background: #f3c326 !important;
}
.rrrrpp .tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.rrrrpp .tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.rrrrpp .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.rrrrpp .nav-tabs>li{
  margin: 0;
}
.rrrrpp .nav>li:first-child>a:hover{
  border-bottom: 0 !important;
}
.fn{
  float: none;
}
.paj p{
  text-align: justify;
}
.sdfsggsfgo p{
  text-align: justify;
}
.fdsfgss h4{
  font-family: Roboto;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}
.sdffppl h5{
 font-family: "Raleway", sans-serif;
    font-size: 21px;
    line-height: 35px;
    font-weight: 600;
    padding-bottom: 5px;
}
.pb-20{
  padding-bottom: 20px !important;
}
.py-40{
  padding:30px 0;
}
.px-40{
  padding: 0 30px;
}
.px-center{
  text-align: center;
}
.px-auto{
  margin: auto;
}
.dsgdsgjjjff h4{
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  text-align: center;
  color: #0e254f;
}
.dsgdsgjjjff p{
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #B10132 !important;
}
.dsffff .im-sda .carousel-caption p{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
.gfgfgfddaa .ar-box h4 {
    font-size: 16px !important;
    line-height: 26px !important;
}    
.tdffppff h4{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.sdfdsjjjd .ar-box h4{
  font-size: 16px !important;
  line-height: 26px !important;
}
.vissdd{
  text-align: right;
}
.sfdsf .btn-success{
  background: #0e254f !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px; 
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.contact-sse{
  background: #B10132 !important;
  padding: 20px;
}
.contact-sse ul{
  padding: 0;
  margin: 0;
}
.contact-sse ul li p{
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-sse ul li i{
  float: left;
  width: 30px;
  font-size: 18px;
  color: #ffffff;
}
.contact-sse ul li{
  padding-bottom: 10px;
  color: #ffffff;
}
.contact-sse h3{
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 20px;
  font-family: Roboto;
}
.d-maps{
  margin-bottom: -10px;
}
.banner-ssee{
  position: relative;
}
.fivebox{
  position: absolute;
  bottom: -100px;
  z-index: 99;
  width: 100%;
}
.fivebox2{
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  transition: all .5s ease;
}
.fivebox2 img{
  width: 50px;
  height: 50px;
  background-size: cover;
}
.fivebox2 h4{
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 21px;
  line-height: 31px;
  font-family: Roboto;
  font-weight: 600;
}
.fivebox3{
  background: #CA103F;
}
.fivebox5{
  background: #03AB56;
}
.fivebox6{
  background: #03A9D4;
}
.fivebox7{
  background: #EB7333;
}
.fivebox8{
  background: #F7BE24;
}
.fivebox2:hover .sdfffboxx img {
    -webkit-filter: brightness(9999);
    filter: brightness(9999);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.fivebox2 .sdfffboxx img {
    transition: all .5s ease;
}
.fivebox2:hover {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
}
.mtsdfs{
  padding-top: 30px;
}
.sdfsdfbsdfs .carousel-control.left{
  display: none !important;
}
.sdfsdfbsdfs .carousel-control.right{
  display: none !important;
}
.sdfsdfbsdfs .carousel-control .glyphicon-chevron-right, 
.sdfsdfbsdfs .carousel-control .icon-next{
  display: none !important;
}
.about-sesdssds{
  padding-top: 30px;
  padding-bottom: 30px;
}
.lefssboxx{
  padding: 20px;
  background: #0e254f;
}
.sserrrsg p{
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sserrrsg h4{
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-family: roboto;
}
.sserrrsg{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.lefssboxx .sssddii img {
    transition: all .5s ease;
}
.lefssboxx .sssddii:hover img {
    -webkit-filter: brightness(9999);
    filter: brightness(9999);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.sdddoo h3{
 font-family: roboto;
 font-size: 35px;
 line-height: 45px;
 font-weight: 600;
 padding-bottom: 20px;
 color: #B10132 !important; 
}
.sdddoo p{
  text-align: justify;
}
.sdddoo a.btn-success{
background: #B10132 !important;
padding: 10px 20px 11px 20px;
border-radius: 0;
border:0;
font-size: 18px;
line-height: 28px;
font-weight: 600;
}
.subject-caption2{
  background: rgba(10, 0, 0, 0.7);
  padding-bottom: 3px;
}
.mangesexxx{
  background: #0e254f !important;
  padding-top:30px;
  padding-bottom: 30px;
}
.pt-50{
padding-top: 50px;
}
.mangesexxx p{
  color: #ffffff;
  text-align: justify;
}
.mangesexxx h4{
  color: #f3b40e !important;
  font-size: 21px;
  line-height: 31px;
}
.mangesexxx p.cjjj{
  font-weight: 600;
  font-size: 18px;
  color: #f3b40e !important;
}
.mangesexxx h3{
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 0px;
}
.mangesexxx .carousel-indicators{
 bottom: -50px;
}
.fdsfgss9999 h4{
  font-family: Roboto;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}
.mangesexxx .carousel-control .glyphicon-chevron-left, 
.mangesexxx .carousel-control .glyphicon-chevron-right, 
.mangesexxx .carousel-control .icon-next, 
.mangesexxx .carousel-control .icon-prev{
  top: 0;
}
.mangesexxx h3{
  font-family: Roboto;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.mangesexxx h4{
  font-family: Roboto;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}
.enqbox{
  position: relative;
}
.enqbox2{
  position: fixed;
  right: -74px;
  top: 60%;
  text-transform: uppercase;
}
.enqbox2 ul{
  transform: rotate(270deg);
}
.enqbox2 li{
  display: inline;
  padding-right: 10px;
}
.enqbox2 li a{
  background: #B10132 !important;
  padding: 10px 20px 11px 20px;
  font-size: 16px;
  font-weight: 600;
  border:0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
}
.sdfsfsfs .sdfsfsfs2{
  text-align: center;
  padding: 5px 25px;
  background: #0e254f !important;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  border-radius: 20px;
  display: inline-block;
  font-family: Roboto;
  width: auto;
  font-weight: 600;
}
.gggddhjkk{
  position: relative;
  width: 100%;
}
.tesssd{
  position: relative;
}
.tesssd img{
  border-radius: 50%;
}
.tesssd p{
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
}
.tesssd h4{
  text-align: center;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  color: #B10132 !important;
  font-family: Roboto;
}
.tesssd h5{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #0e254f !important;
  font-family: Roboto;
}
.menu-btn span{
  text-transform: uppercase;
}
.mk-copyright p{
  color: #ffffff !important;
  font-weight: 400 !important;
}
.foot_menu ul{
  color: #ffffff !important;
  margin-left: 0;
}
.gallery .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.gallery .gallery-item .gallery-overlay {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 10px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    opacity: 0;
}
.gallery .gallery-item .gallery-overlay .bg {
    background-color: rgba(146, 39, 143, .94);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}
.gallery .gallery-item .gallery-content a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin-bottom: 20px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gallery .gallery-item .gallery-content .icon {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 3.5;
}
.gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}




.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float a, .float a:hover{
  color: #ffffff;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}