/*

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
html 								{ scroll-behavior: smooth;}
.bodyhidden							{ overflow-x: hidden;}
/*body								{ font-family: 'Poppins', sans-serif; text-align: justify;}*/
body								{ font-family: "DM Sans", sans-serif; text-align: justify;}


*									{ padding:0px; margin:0px;}
img									{ max-width:100%; height:auto;}
p									{ margin-bottom:0px;}
h1									{}
h2									{}
h3									{}
h4									{}
h5									{}
a									{ text-decoration:none !important;}
a:hover 							{color: #fff;}
ul									{ list-style:none;}
li 									{ list-style: none}
input,select,button:focus 			{ box-shadow: none;outline: none;}
.form-control:focus					{ box-shadow: none;background: #f4f4f4;border-color:#ced4da; }
.btn.focus, .btn:focus 				{ outline: 0; box-shadow:none;}
.click-btn {
  display: flex;
  width: $button-width;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 26px;
  border: 1px solid;
  border-radius: $border-radius;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}
.btn-style510 {
  $btn-color: #5e5e5e;
  $btn-hover-color: #dd6395;
  position: relative;
  background-color: $btn-color;
  border-color: $btn-color;
  color: #fff;
  overflow: hidden;
  &::before,
  &::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
  }
  &::before {
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(30px);
    opacity: 0.5;
  }
  &::after {
    width: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(5px);
  }
  &:hover {
    background-color: $btn-hover-color;
    border-color: $btn-hover-color;
    &::before {
      opacity: 1;
    }
    &::before,
    &::after {
      transform: translateX(300px) skewX(-15deg);
      transition: all 0.9s ease;
    }
  }
}




.my-header                          { background:url("../images/my-header.jpg") no-repeat center; position: relative; background-size: cover; }
.header 							{ padding: 10px 0px;}
.my-container 						{ max-width: 95%; margin: auto;}

.my-menu .nav-item .nav-link 		{ font-size: 19px; color: #000000; font-weight: 600; padding: 0px 25px; border-right:1px solid #cacaca;}

.navbar-nav li:last-child a {border:none !important; }

.my-menu .nav-item .nav-link:hover {color: #0d88fb;}
.navbar .active a {
    color: #0d88fb !important; background: url(../images/menu-border1.png) bottom left no-repeat !important;background-position: 25px 28px !important;background-size: 37px !important;
}
.navbar-nav .dropdown-menu {
    border-radius: 0px;
    margin-top: 10px;
    width: 250px;
    padding-left: 0px;         
}
.navbar-nav .dropdown-item{ font-size:19px; font-weight:500; color:#000;padding: 10px 12px;}
.dropdown-menu  {padding:0px;}
.navbar-nav .dropdown-item:hover{ /* background-position: 16px 30px;
   border-left: 4px solid #ff0000;*/
        display: inline-block;
    background: #0d88fb;
    color: #fff;} 
.logo img { width:100px;}

.rlogo 								{text-align: right;}
.rlogo img 							{width:95px;}

 .app-download { position: absolute;
    right: -117px;
    bottom: 0px;
    max-width: 618px !important;}
.ab-count {background: url("../images/count_bg.png") no-repeat right; padding:30px;border-radius: 64px;margin-top: 45px; background-size: cover;}
.ab-count ul li {float:left; width:33.3%; padding: 20px; box-sizing: border-box; text-align: center;}
.ab-count ul li h3 { font-size: 40px; font-weight: 700;color: #fff;text-transform: uppercase;}
.ab-count ul li p {    font-size: 20px;font-weight: 600;line-height: 32px;color: #fff;text-transform: uppercase; margin-top: 16px;background: url("../images/menu-border1.png") no-repeat top center; padding-top: 10px;}
.ab-count ul li { margin-bottom:0px;}
.ab_read {background: #152dab  !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 0px;
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;}
.mabout_bg { padding: 20px 0px;border-radius: 40px;text-align: left;margin-top: 30px;}
.mabout_bg h5 { color:#0265c1; margin-top: 50px;font-size: 20px;
    font-weight: 700;}
.mabout_bg h3 { color:#040404;font-weight: 700;font-size: 45px;text-transform: uppercase;}
.mabout_bg p {  color:#040404;margin-top: 40px;}
.home_button {position: fixed;right: 0px;bottom: 10%;z-index: 999;}
.home_button a {width: 170px;display: block;font-size: 20px;background: #cc0000;padding:10px 5px;margin-bottom: 1px;color: #fff;text-align: right;}
.home_button a:hover {color:#000;}
/*
.banner 							{ background: url("../images/design2.png") no-repeat center; padding: 50px 0px; height: 760px; position: relative;-webkit-box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.32);
box-shadow: 0px 7px 19px -4px rgba(0,0,0,0.32); }
*/
.banner 					{background:url("../images/sliderbg.png") no-repeat center;}
.block-container             {max-width: 1320px; margin: auto;}
.c1 						{ background: #0091b8;padding: 50px;color: #fff;content: "";position: absolute;left: 35px;right: 0;top: -20px; }
.c1 a i 					{ color: #fff;background: #ffffff3b;padding: 12px 15px 10px 15px; border-radius: 50%;font-size: 24px;border: 1px solid;}
.custom-about-box a i 						{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.custom-about-box a:hover i {-webkit-transform: scale(1.3);	-moz-transform: scale(1.3);	-ms-transform: scale(1.3);	-o-transform: scale(1.3);transform: scale(1.3);}
.c1 h3 						{ margin-top: 20px;color: #fff;font-size: 28px;letter-spacing: 0.5px; font-weight: 700; }
.c2 						{ background: #80cadf;padding: 97px 69px;color: #fff;margin-top: -28px;box-shadow: 0px 0px 30px 3px #00000030;z-index: 1;content: "";position: absolute;bottom: -20px; left: 0;right: 0;top: -37px; }
.c2 a i 					{ color: #fff;background: #ffffff3b;padding: 12px 15px 10px 15px; border-radius: 50%;font-size: 24px;border: 1px solid;}
.c2 h3 						{ margin-top: 20px;color: #fff;    font-size: 28px; letter-spacing: 0.5px; font-weight: 700;  }
.c3							{ background: #4b86c3;padding: 50px;color: #fff;content: "";position: absolute;top: -20px;left: -24px;right: 0;}
.c3 a i 					{ color: #fff;background: #ffffff3b;padding: 12px 15px 10px 15px; border-radius: 50%;font-size: 24px;border: 1px solid;}
.c3 h3 						{ margin-top: 20px;color: #fff;font-size: 28px;letter-spacing: 0.5px;  font-weight: 700; }
.go 						{ position: relative;top: -18px; }
.t-cup                      {font-size:50px;} 
.link-btn                     { margin-top:20px;}
.block                         {background-image:url(../images/sideeffect-right.jpg);
    background-repeat: no-repeat; background-position:top right;}


.layer-outer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.gradient-layer {
    position: absolute;
    left: -143px;
    width: 100%;
    height: 140%;
    top: -21%;
    border-radius: 0%;
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    -ms-transform: skew(200deg);
    -o-transform: skew(200deg);
    transform: skew(200deg);
    background:url("../images/design2.png") no-repeat;
/*
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, #f70068 0%, #441066 100%);
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F70068",endColorstr="#441066",GradientType=1);
    opacity: 2;
}
.banner-img img 					{ width: 600px;}
.banner-img  						{ text-align: center;}
.reg-details 						{    padding-top: 90px;
    top: 0px;left:13%;
    z-index: 99;
    max-width: 1400px;
    margin: auto;
    width: 100%;
    position: absolute;}
.reg-details img 					{ width: 210px;}
.reg-details h2 					{ font-size: 30px; font-weight: 500;color:#203975;font-weight: 700;font-family: 'Eras Bold ITC';}
.reg-details h4 					{ font-size: 55px; font-weight: 700;color:#e8a614; font-weight: 800;font-family: 'Eras Bold ITC';}
.reg-details p 						{ font-size: 22px; font-weight: 700;font-family: 'Eras Bold ITC';}
.reg-details a 						{     background: #203975;
    color: #fff;
    padding: 10px 39px;
    border-radius: 50px;
    margin-top: 18px;
    font-size: 22px;
    font-family: 'Eras Bold ITC';
    display: inline-block;}



.coun 								{position: relative;top: -230px;}
.coun-img{max-width: 880px;
    margin: auto;}

.image-column {
    position: relative;
    margin-bottom: 50px;margin-left: 80px;
}
.about-section .image-column .image-box {
    position: relative;
    padding-left: 80px;
}
.about-section .image-column .image-box1 {
    position: relative;
    padding-left: 80px;
}
.about-section .image-column .image {
    position: relative;
    margin-bottom: 0;
}
.image-column .image:before {
    position: absolute;
    right: 19%;
    top: 0%;
    height: 470px;
    width: 470px;
    background: #207fb7;border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
}
.image-box { width: 400px;}
.image-column .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px #0000001a;
}
.image-box1 { width: 100%;}
.image-column .image-box1 img {
    position: relative;
    z-index: 1;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px #0000001a;
}
.bird3 {
    position: absolute;
    left: 23px;
    z-index: 1;
    top: 306px;
}

@keyframes dizzling {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
@keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.coun-inner {    position: absolute;
    top: -22px;}

.i-left            { float:left; width:15%;}
.i-right           {float:right;width:85%; }
.i-right h3        { font-size: 24px;font-weight: 700;}
i-right p          {}
.about ul             { margin-top: 20px; padding-left: 0px;}
.about ul li       {margin-bottom: 20px;}
.about {padding:60px 0px;background:#f6f6f6;
    background-repeat: no-repeat; background-position:bottom left;padding-top: 10px;
}
.about h4 {    font-size: 18px;color: #dc0d23; padding-top: 30px; text-transform: uppercase;}
.about h2 	{    font-size: 39px;font-weight: 700;}
.about h2 span 	{    font-size: 32px;font-weight: 400;}
.about p {    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #333;}

/*
.about a {background: #dc0d23;
    color: #fff;
    padding: 10px 39px;
    border-radius: 50px;
    margin-top: 18px;
    font-size: 24px;
    font-family: "PT Serif", serif;
    display: inline-block;  }
*/
.tes 		{-webkit-box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);-moz-box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);border-radius:23px;margin: 30px;}  
.awsm-personal-info
 {
    padding: 20px;
}
.aw-icon {background: #fff; width: 66px; height: 66px; border-radius: 50%; text-align: center;position: relative; top: -48px; left: 0px;-webkit-box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);
box-shadow: 0px 0px 5px 2px rgba(232,232,232,1);}
.aw-icon img{
    width: 40px;
    text-align: center;
    display: block;margin: auto; padding-top: 10px;
}
.vip-banner {width:100%;}
.pad {padding: 0px;}
.in-box {
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    position: relative;
    transition: all .5s ease;
    border: 1px solid #eeeeee;
    margin-top: -1px;
    margin-left: -1px;}
.in-box i {
    display: block;
    margin-bottom: 30px; font-size: 42px; color:#000;  position: relative;
    z-index: 1; }
 .in-box img {
    display: block;
    margin-bottom: 30px;
    font-size: 42px;
    color: #000;
    position: relative;
    z-index: 1;
}
.in-box h4 {font-size: 24px;
   
    font-weight: 700; color:#333; background: url("../images/heading-border.png") no-repeat left bottom; padding-bottom: 16px;}

.in-box:after {
    position: absolute;
    left: 8%;
    top: 4%;
    height: 60px;
    width: 57px;
    background: url("../images/game-shape.png");
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";}
.in-box:hover::after {transform: rotate(90deg);transition: all .3s ease;}
.img_flip {position: relative;}
.bird2 { position: absolute;
    left: 52px;
    z-index: 99;
    top: -43px;
    }

.sports-inner { padding: 40px 0px;background-image: url(../images/sideeffect-right.jpg),url(../images/sideeffect-left.jpg);
    background-repeat: no-repeat,no-repeat;background-position: top right,bottom left;}



.mscroll {background: #1200DA;background: linear-gradient(0deg,rgba(18, 0, 218, 1) 0%, rgba(0, 19, 110, 1) 100%);padding: 16px 0px;}
.mscroll span {margin-right:30px; font-size:20px; font-weight:500;}
.services		{ padding: 50px 0px; padding-top:10px;}
.ser-head h4 {color: #0265c1;padding-top: 30px; text-transform: uppercase;text-align: center;font-size: 20px;text-transform: uppercase;  }
.ser-head h2 {font-size: 45px;font-weight: 700;text-align: center;margin-bottom: 45px;text-transform: uppercase;}
.ser-head1 h4 {font-size: 20px;color: #0265c1;padding-top: 30px; text-transform: uppercase;  }
.ser-head1 h2 {font-size: 39px;font-weight: 700;}
.service-head	{padding-left: 40px; padding-top: 30px;}
.service-head h4 { font-size: 18px;color: #e8a614;padding-top: 13px;text-transform: uppercase;}
.service-head h2 {font-size: 39px;
    font-weight: 700;
    font-family: 'Eras Bold ITC';}
.ratings {background: url("../images/rating.jpg") no-repeat center; padding: 40px 0px; text-align: center;margin-top: 25px;    border-radius: 35px; }

.ratings i {width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    padding-top: 28px;}
.ratings h2 {     font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0px; }
.ratings p {font-size: 22px; text-transform: uppercase; color:#fff;}
.view {text-align: center;}
.view a {background: #dc1026; color: #fff; padding: 10px 39px; border-radius:0px;margin-top: 18px; font-size: 20px;
     display: inline-block;}
.login {background:#fff; max-width:1240px; margin: auto;    border-radius: 40px;}
.w-bg { border-radius:10px;position: relative;
    padding: 30px 30px 30px 457px; position: relative;}
.f-border label {display:block; font-weight: 500; color:#000; font-size:16px;padding-bottom: 7px;
}
 .f-border{border:1px solid #cacaca; border-radius:10px; padding: 12px; margin-bottom: 10px;}
.f-border input[type="text"] {border:none; border-radius:0px; width:100%;color: #000 !important;font-weight: 500 !important;font-size: 20px !important;} 
.f-border input[type="password"] {border:none; border-radius:0px; width:100%;font-weight: 500;font-size: 20px;} 
.f-width {max-width:600px; margin: auto;}
.f-width a { color:#203975; text-align: right; display: block; padding:12px 0px;}
.f-width submit {background: #0063c0; color:#fff; padding:20px; width:100%;display:block; text-align:center;font-size: 22px;font-weight: 700; cursor: pointer;}
.f-width input[type="submit"] {background: #0063c0; color:#fff; padding:20px; width:100%;display:block; text-align:center;font-size: 22px;font-weight: 700; cursor: pointer; border:1px solid #0063c0;}
.w-height {height: 610px;}
.f-button { max-width: 608px;
    margin: auto;
    margin-top: -33px;
    position: relative;
    margin-bottom: 44px;}
.f-button ul li a {    float: left;
    padding: 15px 44px;
    color: #fff;
    background: #b7b7b7;
    margin: 2px;
    width: 300px;text-align: center;font-size:22px;
    } 
.f-button ul li:hover {background:#e8a614; cursor: pointer;}
.f-button ul li a {color:#333;}
.f-button ul li i { padding-right: 20px; }
.f-button ul {padding-left:0px;}
.f-border select {border: none;border-radius: 0px;width: 100%;font-weight: 500;font-size: 20px;color:#000 !important;}

.container-radio {
 
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.player-det { }

.player-det h2 {font-size: 28px;
    font-weight: 700;
     margin-bottom:20px; float:left;}
.player-det a{float: right;
    font-size: 19px;
    color: #f44336;
    padding-top: 5px;}
.form-plus i {    padding: 11px;
    background: #dc0d23;
    font-size: 20px;
    margin-top: 43px; color:#fff;}
.form-scroll {height:800px; overflow-y:scroll; padding:20px;}

.f-border1 label {display:block; font-weight: 500; color:#666; font-size:16px;padding-bottom: 7px;
}
 .f-border1 {padding: 5px; margin-bottom: 10px;}
.f-border1 p{display:block; font-weight: 500; color:#000; font-size:20px;}
.pre-submit {text-align:center; padding:20px;}
.pre-submit a {   padding: 13px 20px;
    background: #273e6f;
    color: #fff;
    border-radius: 10px; position:relative;top: 1px;} 
.pre-submit input[type="submit"] {   padding: 10px 20px;
    background: #0d88fb;
    color: #fff;
    font-size: 20px;
    font-weight: 500; border:1px solid #0d88fb;} 
.wh-text 							{ background: #207fb7; width: 15%;float: left; text-align: right; padding-right: 20px;position: relative; } 
.wh-text p 							{ padding: 5px 0px;font-size: 20px; color: #fff; font-weight: 600;padding-right: 55px;}
.wh-shape 							{ width: 0;height: 0; border-top: 40px solid #207fb7;border-right: 50px solid #fff;position: absolute;right: 0px;}
.my-marquue 						{ width: 85%;float: left;}
.my-marquue ul 						{ margin-bottom:0px;}
.my-marquue ul li 					{ display: inline-block;padding-top:2px;margin-right: 15px;}
.my-marquue a 						{ color: #202020; font-weight: 500;}
.my-marquue a:hover 				{ color: #00ca3c;}
.my-marquue a span 				{ display: inline-block;  padding: 0px 8px; border-radius: 5px; margin-right: 5px;} 


.news 							{ padding: 30px 0px; background:#f6f6f6;}
.news h2 						{ }
.news-left {
    float: left;
    width: 120px;
}
.news-pic {
    background: #000;
    width: 110px;
    height: 80px;
    border-radius: 5px;
}

.news-right p 						{font-size: 18px !important; line-height: 26px !important; font-weight: 400;padding-top: 10px;color:#333;}
.latest-news 						{ margin:10px; background: #fff;padding: 10px 0px;}
.latest-news li 					{ margin: 10px 20px;border-bottom: 1px solid #cacaca;padding: 10px;}
.latest-news li:nth-child(3) 		{ border-bottom:0px;}
.news-right h3 						{ color:#333; font-size:24px; font-weight:600; margin-bottom: 0px;}
.news-date 							{ font-size:16px; font-weight:400;color:#974b3f; font-style:italic}
.newsevents-date					{ height: 120px;overflow: hidden; width: 100%;border-radius: 20px;}
.newsevents-date img                 {object-fit: cover; width: 100%; height: 100%;}
.news-left1 						{float: left; width: 170px;}
.newsevents-date 					{ font-size:22px; color:#fff;box-shadow: 0px 0px 5px 3px #00000020; }
.n-year 							{ font-size: 18px;color: #fff;background: #224db5;padding: 8px 0px;}
.upcoming-news						{ padding-top: 0px;}
.upcoming-news li 					{ padding: 15px;background:rgba(255,255,255,0.3); margin-bottom: 20px;}
.upcoming-news li:nth-child(2) 		{ margin-bottom:0px;}
.r-more 							{background: #006a1f;height: 30px;display: inline-block;color: #00ca3c;vertical-align: middle;text-align: center;padding: 2px 10px; margin-top: 15px;}
.r-more:hover 						{}
#myTabContent 						{ background: rgba(255,255,255,0.3); height:319px;}
.nav-tabs .nav-link.active 			{ background-color: rgba(255,255,255,0.3); border:none; border-radius:0px;color:#fff;}
.nav-tabs 							{ border-bottom:0px;} 
.nav-tabs .nav-link {color:#fff;font-weight:700;}
.nav-tabs .nav-link:hover {
    border:none;background:rgba(255,255,255,0.3) ;
}
.tab-pane p a 						{color:#fff; font-weight:600; padding:7px 20px;display: inline-block;}
.holder {
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:568px;
  height:285px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px; margin-bottom: 10px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
#gallery{
  position:relative;
  width:100%;
  height:100%;
  min-height:100%;
  display:table;
  transition: all ease 1s;
  
  overflow-x: hidden;
}
#gallery .item{
  width:20%;
  display:block;
  float: left;
  transition: all ease 400ms;
 
  position: relative;
}
#gallery .item:hover,
#gallery .item:focus{
  transform:scale(1);
  z-index:50;
  box-shadow:0 0 10px black;}
#gallery .item figure{
  transition: all ease 1s;
  overflow:hidden;
  height:210px;
  padding:0;
  margin:5px;
  position: relative;
}
#gallery .item figure img{
  transform: scale(1.4);
  transition: all ease 1s;object-fit: cover;
    height: 100%;
    width: 100%;
}
#gallery .item:hover figure,
#gallery .item:focus figure{
  transition: all ease 400ms;
}
#gallery .item:hover figure img,
#gallery .item:focus figure img{
  transform:scale(1.4);
  transition: all ease 1s;
}
#gallery.hover{
  transition: all ease 1s;
/*   opacity:.7; */
}
#gallery.hover .item{
  opacity:.9;
  filter: blur(1px);
}
#gallery.hover .item:hover,
#gallery.hover .item:focus{
  opacity:1;
  filter: blur(0);
}
#gallery .item figcaption{
  position:absolute;
  font-size:18px;
  color:#fff;
  width:100%;
  height:100%;
  padding:10%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  top:0;
  left:0;
  transform:scale(1.3);
  filter: blur(4px);
  opacity:0;
  transition:500ms;
  background-color: rgba(0,154,178,.6);
  text-transform:uppercase;
  font-weight:bold;
}
#gallery .item:hover figcaption,
#gallery .item:focus figcaption{
  transform:scale(1);
  filter: blur(0);
  opacity:1;
  transition:300ms;}
@media (max-width:1368px){
  #gallery .item{width:25%;}
}
@media (max-width:1080px){
  #gallery .item{width:33.3%;}
}
@media (max-width:800px){
  #gallery .item{width:50%;}
  #gallery .item figure{
    height:250px;
  }
  #gallery .item figure img{
    transform:rotate(0) scale(1);
    transition: all ease 1s;
    width:auto;
    min-width:100%;
    height:100%;
    min-height:250px;
  }
  #gallery .item:hover figure img{
    transform:rotate(0) scale(1);
    
  }
}
@media (max-width:500px){
  #gallery .item{width:100%;}
  #gallery .item figure{
    height:250px;
  }
}
.footer {background: url("../images/footerbg.png") no-repeat bottom center; padding:25px 0px;}
.foot_links {padding-left:100px;}
.social a {
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 20px;
    display: inline-block;    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #0570d4;
    border-radius: 50%;
    padding-top: 9px;
    padding-left: 9px;
}
.footer h3 { font-size:26px; color: #fff; background: url("../images/footer-border.png") no-repeat bottom left; padding-bottom: 15px;}
.footer p {color:#fff;}
.footer a {color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;}
.footer i {padding-right:10px;color: #0570d4;}
.copy { border-top: 1px dotted #cacaca; margin-top: 20px; } 
.copy p {color:#fff;}
#owl-demo1 {height:573px; overflow:hidden; margin-bottom: 30px;}
#owl-demo1 img {object-fit:cover; width:100%;height:100%;}
/* .item {position:relative;}
.item p {position:absolute; right:10px; top:10px;background: #fff;font-size:20px;
    padding: 10px 20px;z-index: 999} */



.vip-banner 						{ width:100% !important;}
.vip     							{ position: relative;}
.m_vip 								{ position: absolute; top: 270px; right:70px;}
.vip img 							{width:120px;}
.vip-inner                          {background: url("../images/cm-bg.png") no-repeat center; text-align: center; padding: 70px 0px;    border-radius: 20px;}
.vip-inner h3                       { font-size:30px;font-weight: 700; color:#30baff; margin-top: 30px;}
.vip-inner p                        {font-size:20px; color:#fff;}
.vip-minister                       { margin-left:30px;}
.vip-minister h4                    {font-size: 18px;color: #dc0d23; padding-top: 30px; text-transform: uppercase;}
.vip-minister h2 	                {font-size: 39px;font-weight: 700; color:#1b5088; margin-bottom: 20px;}
.vip-inner img                      {width: 280px;border: 4px solid #dc0d23;border-radius: 50%;}
.heading-vip                        {}
.heading-vip h2                     { color:#1b5088; font-size: 28px; margin-top: 10px;font-weight: 700;}
.heading-vip p                      { color:#000;font-weight: 400; font-size: 18px;}
.arrow-list li                      {   padding: 15px; margin-bottom: 12px !important;border-radius:15px;}
.arrow-list                         { padding-left: 0px;}
.widged-box {
    height: 370px;
    overflow: hidden;
    box-sizing: border-box;
    
}
.widged-box1 {
    height: 314px;
    overflow: hidden;
    box-sizing: border-box;
    
}
.minister {    margin-left: 30px;
    position: relative;}
.my-arrows {    position: absolute;
    top: -70px;
    right: 0px;}
.bird 								{position:absolute;left:-53px;bottom:0px;width: 304px;}
.reg-details 						{    padding-top: 45px;
    top: 0px;left:13%;
    z-index: 99;
    max-width: 1400px;
    margin: auto;
    width: 100%;
    position: absolute;}
.reg-details img 					{ width: 400px;}


.icon-circle-blue {
    width: 300px;
    height: 300px;
    background-image: url(../images/circle-blue.png);
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-circle-blue {
    right: -150px;
   top: 60%;
    opacity: .7;
    -webkit-animation: fa-spin 30s infinite;
    -moz-animation: fa-spin 30s infinite;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
}
.about {position:relative;}
#countdown {
    background: #0e4092;
    max-width: 830px;
    margin: auto;
    text-align: center;
}

#countdown ul li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;text-align: center;color: #fff;font-weight: 700;
}

#countdown ul li span {
     display: block;
    font-size: 45px;
    color: #fff;
}
.l-inner {position: absolute;
        left: 6px;
    top: 22px;width:500px;}
.form-align{max-width: 1400px;
    margin: auto;}
.form-scroll {
    height: 800px;
    overflow-y: scroll;
    padding: 20px;
    max-width: 1022px;
}


.header-innerbanner {background:url(../images/inner-banner.jpg) no-repeat bottom; padding:48px 0px; }
.header-innerbanner h2 {color:#fff; text-align:center; font-weight:800; font-size:34px; text-transform:uppercase;}
.header-innerbanner p {color:#fff; text-align:center;font-weight:600;}
.header-innerbanner a {color:#fff;}
.bread {color:#30bafe !important;}

.inner-conten{ padding:50px 0px;}
.inner-conten h2 { margin-bottom: 22px;}
.inner-conten ul { padding-left: 0px;}
.inner-conten ul li {     margin-bottom: 12px;
    color: #868686;
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/checked.png) no-repeat left;
    background-size: 20px; }

/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}*/


.about-inner    {padding:120px 0px;background-image: url(../images/sideeffect-right.jpg),url(../images/sideeffect-left.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: top right,bottom left;}
.about-inner1    {padding:10px 0px;background-image: url(../images/sideeffect-right.jpg),url(../images/sideeffect-left.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: top right,bottom left;}
.s-new {padding:60px 0px;background-image: url(../images/sideeffect-right.jpg),url(../images/sideeffect-left.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: top right,bottom left;}
.about-inner ul { padding-left:0px;padding-top: 20px;}
.about-inner ul li {margin-bottom: 12px;
    color: #868686;
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/checked.png) no-repeat left top;
    background-size: 20px;}
.c-box       { background: #2a417e; padding:40px 60px; margin-top: 40px;}
.c-box h2    { font-size: 24px; color:#fff;} 
.c-box p     { font-size: 18px;font-weight: 500; padding-bottom: 15px;min-height: 153px; margin-top: 30px;color:#b0b0b0;}
.c-box h1    { font-size: 28px; font-weight:700;color:#30baff;}
.c-box a     {     color: #30baff; border: 2px solid #30baff; padding: 12px 30px; margin-top: 20px; display: inline-block;
    border-radius: 39px; font-size: 18px;}
.c-box a:hover {color:#fff;border: 2px solid #fff;}
.c-form {    max-width: 740px;
    margin: auto;
    margin-top: 40px;
}
.c-form input[type="text"] {width: 100%;
    font-size: 14px;
    color: #737687;
    padding: 1em;
    margin-bottom: 10px;border-radius: 8px;}
.c-form input[type="email"] {width: 100%;
    font-size: 14px;
    color: #737687;
    padding: 1em;
    margin-bottom: 10px;border-radius: 8px;}
.c-form input[type="tel"] {width: 100%;
    font-size: 14px;
    color: #737687;
    padding: 1em;
    margin-bottom: 10px;border-radius: 8px;}
.f-submit {    padding: 15px 34px;
    background: #dc0d23;
    border: none;
    border-radius: 34px;
    font-size: 20px;
    margin-top: 20px;}
.bg { background: url(../images/login-bg.jpg) no-repeat center; height:100vh;padding-top: 110px;
    box-sizing: border-box;}


.iactive {background: url(../images/checked1.png) #0d88fb no-repeat !important; background-size: 21px !important; background-position: 18px 22px !important;font-weight: 800;color: #fff !important;
}


.m_menu {background: #f3f3f3;border-top: 1px solid #e8ebef;}
.home_register {text-align:right;}
.nav-but 	    {background: #0164c1; color:#fff !important;padding:8px 30px !important; border-radius: 10px; display:inline-block;    font-size: 18px;
    margin-top: 34px;}
.my-menu 							{     padding: 17px 0px;}
.in-box p {font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #858585;    min-height: 97px;}
.news-right {
    float: right;
    width: 73%;
}
.sidenav {
       height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
   background: #2a417e;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    z-index: 99;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    
    color: #FFF;
    display: block; text-align: left;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav { padding-top: 15px; }
    
	.sidenav a:hover { color: #ff5700}
}
.resp-nav      				{  }			
.resnav-icon 				{ padding: 4px 0px;color: #000000a6;font-size: 26px;display: inline-block;float: left;margin-top: 10px;
    margin-left: 13px;}
.j {
    display: none;
}

.mobile-app {
    padding: 0px !important;
    padding-top: 80px !important; background: url("../images/mobileapp-bg.jpg") no-repeat center;position:relative; background-size:cover;
}
.home_res {display:none;}





.box1 { background: url(../images/rating.jpg) no-repeat center;padding: 20px;color: #fff; border-radius: 30px;}
.box1 h2 {margin-top:12px;}
.box1 p {color:#fff !important;font-size: 22px;}

.box2 { background: url(../images/rating.jpg) no-repeat center;padding: 20px;color: #fff; border-radius: 30px;}
.box2 h2 {margin-top:12px;}
.box2 p {color:#fff !important;font-size: 22px;}

.box2 { background: url(../images/rating.jpg) no-repeat center;padding: 20px;color: #fff; border-radius: 30px;}
.box2 h2 {margin-top:12px;}
.box2 p {color:#fff !important;}

.box2 { background: url(../images/rating.jpg) no-repeat center;padding: 20px;color: #fff; border-radius: 30px;}
.box2 h2 {margin-top:12px;}
.box2 p {color:#fff !important; }
