@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
/**font-family: 'Montserrat', sans-serif;**/

/* CSS Document */
/*@font-face {
    font-family: 'PT Serif', serif;
    src: url('../webfonts/bison-boldpersonaluse-webfont.woff2') format('woff2'),
         url('../webfonts/bison-boldpersonaluse-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
h1, h2, h3, h4, h5, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
header {
  padding: 10px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #242423;
  z-index: 9999999999999;
}
body {
 font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {

	position: fixed;

	bottom: 7px;

	right: 15px;

	z-index: 99;

	cursor: pointer;

	display: block;

	text-align: center;

	font-size: 11px;

	text-transform: uppercase;

	text-decoration: none;

	color: #bbb;

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}

#back-top a img {

	margin: 0 auto;

}

#back-top a:hover {

	color: #000;

}

#back-top a i {

	background: #ff2c2b;

	color: #fff;

	height: 40px;

	width: 40px;

	border-radius: 50%;

	font-size: 29px;

	padding-top: 2px;

	border: solid 2px #fff;

	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  background: #f37c12;
  background: -moz-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: -webkit-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: linear-gradient(to right, #f37c12 0%, #eb4645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37c12', endColorstr='#eb4645', GradientType=1);
  display: block;
  padding: 5px;
  border-radius: 50%;
  border: solid 2px #fff;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/
.slider-bxone img {width: 100%;}
.imione ul {
    margin: 0;
    padding:50px 0 20px;
    list-style: none;
}
.imione ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #123559;
    font-weight: 700;
    line-height: 26px;
    width:30%;
	margin: 0 0 30px 0
}

.imione ul li  img {
    width: 52px;
    display: inline-block;
    margin: 19px 16px 0 0;
	vertical-align: top;
}

.text-box {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}

.text-box span {
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.imione ul li:first-child, .imione ul li:nth-child(4){width: 34%;}

.imione ul li:nth-child(2) .head, .imione ul li:nth-child(3) .head {
    margin: 31px 0 0 0;
}

.imione ul li:last-child .text-box {    margin: 18px 0 0 0;}

p {
    font-size: 18px;
    line-height: 26px;
}

.ehadiobx{
    font-size: 26px;
    color: #123559;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 16px 0;
}

.boxtwo{
    margin-top: 37px;
}

.boxtwo p {text-align: justify; padding-right: 50px;}

.imitwo {
    background: #123559;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0;
	box-shadow: 1px 1px 9px #2a5887;
}

.imitwo .ehadiobx {
    color: #fff;
}


.imitwo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imitwo ul li {
    font-weight: 600;
    margin: 0 0 17px 0;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}


.imitwo ul li span {
    display: block;
    font-weight: 300;
}

.imifour .card-header {
    background: #123559;
    border-radius: 0;
}

.card {
    border-radius: 0;
    border: none;
}

.imifour .card-header a {
    text-decoration: none;
}
.card-body  {
    background: #f5f5f5;
}

.forutwo {
    margin-top: 60px;
    margin-bottom: 43px;
}
.forutwo a {
    font-weight: 700;
    color: #000;
	text-decoration: none;
}

.lastdateobx {
    color: #123559;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.lastdateobx span {
    display: block;
    background: #123559;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 27px;
    padding: 0px 7px;
}

.diesongnew p {
    margin: 0;
    background: #123559;
    color: #fff;
    padding: 20px;
}

.diesongnew p:nth-child(even) {
    background: #f5f5f5;
    margin: 0;
    color: #010101;
    padding: 20px;
}
.mobileimg { display: none;}










