@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: 5px 10px 5px 10px;
    background: #B10132 !important;
    text-align: center;
    margin:0 auto;
    border-radius: 10px;
    margin-top: 10px;
}

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




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