<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Font Size*/
.fsz-12{
	font-size: 12px !important;
}
.fsz-13{
	font-size: 13px !important;
}
.fsz-14{
	font-size: 14px !important;
}
.fsz-15{
	font-size: 15px !important;
}
.fsz-16{
	font-size: 16px !important;
}
.fsz-17{
	font-size: 17px !important;
}
.fsz-18{
	font-size: 18px !important;
}
.fsz-20{
	font-size: 20px !important;
}
.fsz-22{
	font-size: 22px !important;
}
.fsz-25{
	font-size: 25px !important;
}
.fsz-30{
	font-size: 30px !important;
}
/*Font Size End*/


/*Bootstrap 4 Classes*/
/* Common CSS Begin */
.bg-white{
	background: #fff !important;
}
.bg-grey{
	background: #f6f6f6 !important;
}
.text-white{
	color: #fff !important;
}
.text-black{
	color: #000 !important;
}
.text-primary{
	color: #03A9F4 !important;
}
.text-danger{
	color: red !important;
}
.bg-dark{
	background: #222845 !important;
}
.mt-1{
	margin-top: 10px !important;
}
.mt-2{
	margin-top: 20px !important;
}
.mt-3{
	margin-top: 30px !important;
}
.mt-4{
	margin-top: 40px !important;
}
.mt-5{
	margin-top: 50px !important;
}
.mb-1{
	margin-bottom: 10px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.mb-3{
	margin-bottom: 30px !important;
}
.mb-4{
	margin-bottom: 40px !important;
}
.mb-5{
	margin-bottom: 50px !important;
}
.p-1{
	padding: 10px !important;
}
.p-2{
	padding: 20px !important;
}
.p-3{
	padding: 30px !important;
}
.pt-1{
	padding-top: 10px !important;
}
.pt-2{
	padding-top: 20px !important;
}
.pt-3{
	padding-top: 30px !important;
}
.pt-4{
	padding-top: 40px !important;
}
.pt-5{
	padding-top: 50px !important;
}
.pb-1{
	padding-bottom: 10px !important;
}
.pb-2{
	padding-bottom: 20px !important;
}
.pb-3{
	padding-bottom: 30px !important;
}
.pb-4{
	padding-bottom: 40px !important;
}
.pb-5{
	padding-bottom: 50px !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.rounded-5 {
    border-radius: 5px !important;
}
.rounded {
    border-radius: 10px !important;
}
.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-relative {
    position: relative !important;
}
.text-muted {
    color: #8492a6 !important;
}
.float-right {
    float: right !important;
}
.text-right {
    text-align: right !important;
}
/* Common CSS End */
/*Bootstrap 4 Classes End*/

/*Social Icons*/
.wm-footer-icons .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.wm-footer-icons .fa:hover {
    opacity: 0.9;
    transform: scale(1.1);
	color: #fff;
}
.wm-header-icons .fa {
  padding: 5px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0px 1px;
  box-shadow: 0px 0px 2px #fff;
}

.wm-header-icons .fa:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-paper-plane {
  background: #45bbff;
  color: white;
}

/*Scoail Icon End*/

.wm-main-header{
	background: url("/assets/igyan/images/header_background.png");
	background-size: 100%;
}
.header_login_btn{
	background: red;
	padding: 5px 10px;
	font-weight: bold;
	box-shadow: 0 1px 2px #fff;
	font-size: 15px;
	margin-left: 10px;
}
.header_contact_btn{
	background: orange;
	padding: 5px 10px;
	font-weight: bold;
	box-shadow: 0 1px 2px #fff;
	font-size: 15px;
}

.header_app_download_btn{
	background: slategray;
	padding: 5px 10px;
	font-weight: bold;
	box-shadow: 0 1px 2px #fff;
	font-size: 15px;
}

.bg-orange {
    background: #f58e38 !important;
}
.menu-bg-custom{
	background: #ff0000;
}
.navbar{
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav-item:hover {
    background: #8a0b0d;
}
.dropdown-menu{
	min-width: 14rem;
}
.dropdown:hover&gt;.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu&gt;a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}
.dropdown-submenu&gt;.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-submenu:hover&gt;.submenu {
  display: block;
}
.nav-link {
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.dropdown-menu{
	top: 95%;
	padding: 0;
}
.dropdown-item{
	border-bottom: 1px solid #eaeaea;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8a0b0d;
}

.wm-stripinfo {
    display: inherit;
}
.wm-logo img{
	width:100%
}
.wm-footer-logo img{
	width:100%
}
.wm-banner-three-layer img{
	width: 100%;
}

.wm-pagination ul li.active:first-child {
    float: none;
}
.wm-pagination ul li.active:last-child {
    float: none;
}

.content_bx .title {
    font-size: 20px;
    font-weight: bold;
}
.content_bx .art_tags li {
    list-style: none;
    font-size: 14px;
}
.content_bx .subarticles_list li {
    list-style: none;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-left: 5px solid red;
    border-radius: 5px;
	float: left;
	width: 100%;
}
.content_bx .subarticles_list li a::after {
    content: "read article";
    color: blue;
    float: right;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
.content_bx.grid{
	box-shadow: 1px 0px 20px #ccc;
	border-radius: 5px;
	transition: transform .2s;
	margin-bottom: 20px;
}
.content_bx.grid:hover{
	transform: scale(1.1);
}
.content_bx.grid .title{
	padding: 10px;
	height: 90px;
	overflow: hidden;
}
.video_bx {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align: center;
}
.video_bx .video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.video_bx iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.download_list {
    list-style: none;
    border: 1px solid #e9ecef;
    border-left: 5px solid red;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}
.download_list:hover {
    background: #f6f6f6;
}
.download_list span{
	font-weight: bold;
}
.image_container {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.product_container {
    float: left;
    width: 100%;
    margin-right: 20px;
}
.details_dwn_btn {
    background: linear-gradient(112.6deg,#B100FF -18.03%,#B100FF 41.12%,#3E41BF 102.57%);
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.details_dwn_btn:hover {
	background: linear-gradient(112.6deg,#3E41BF -18.03%,#3E41BF 41.12%,#B100FF 102.57%);
    color: #fff;
}
.details_dwn_btn1 {
    background: #ff0000;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    width: 358px;
    margin: 6px auto 18px auto;
}
.details_dwn_btn1:hover {
    background: #dd0505;
    color: #fff;
}
.article_descr{
	text-align: justify;
}
.article_descr_title {
    color: #000;
    border-bottom: 2px solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.blog_header {
    border-bottom: 1px solid #dee2e6;
}
.blog_icon {
    float: left;
    width: 10%;
}
.blog_icon img{
    width: 85%;
}
.art_tags.blog {
    float: left;
    width: 90%;
	padding-top: 5px;
}
.content_bx .art_tags.blog li {
    line-height: 18px;
	font-size: 12px;
}
.content_bx .art_tags.blog li.cat_title {
    font-size: 18px;
    font-weight: bold;
}
.latest_updates .header {
    border-bottom: 2px solid #dee2e6;
}
.latest_updates  .post_box {
    border-bottom: 1px solid #dee2e6;
}
.latest_updates  .post_box .post_title{
    font-weight: bold;
	line-height: 16px;
}
.latest_updates  .post_box .post_tags{
	line-height: 16px;
}
.list-group-item.active a{
	color: #fff !important;
}
.footer_upper{
	background: #1e4893;
	border-top: 5px solid #ff5a2c;
}
.footer_up_link {
    list-style: none;
}
.footer_upper .h5{
	font-weight:bold;
}
.footer_up_link li::before {
    font-family: FontAwesome;
    content: "\f192";
    float: left;
    margin-right: 10px;
    color: #ff5a2c;
}
footer{
	background: #1d213c;
}
footer .footer_top .footer_intro {
    padding-right: 0;
}
footer .footer_top .footer_intro img {
    height: auto;
    margin-bottom: 0;
	background: #fff;
}
footer .footer_top .footer_single_col .social_items li {
    margin-right: 4px;
}
.contact_info {
    font-size: 20px;
}
footer .shapes1_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -11;
}
.wm-contact-full {
    padding: 90px 0px 90px 0px;
    background: url(/assets/igyan//images/contact-bg.png);
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    margin-bottom: -60px;
}
.wm-shopgrid-sec ul.list_tags{
	margin-left:0px;
	margin-bottom: 8px;
}
.wm-shopgrid-sec ul.list_tags li{
	margin-bottom:0px;
	float:none;
}
.wm-shopgrid-sec ul.list_tags li.amount{
	font-weight: bold;
}
.wm-latest-event-text a:hover{text-decoration:none;}
.wm-latest-event-text {
    background: url("/assets/igyan/images/course_title_bkg.jpg");
    background-size: 100% 100%;
}
.wm-latest-event-text h6 a{
	color:red;
}
.wm-latest-event-text h6 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
	color:red;
}

.wm-cart-button a{
	border: 1px solid #3498db;
	color: #3498db;
	padding: 10px;
}
.wm-cart-button a span{
	color: #3498db;
}
.wm-cart-button a i{
	color: #3498db;
}
.wm-cart-button a:hover::before{
	background: #3498db;
}
.wm-cart-button a:hover::after{
	background: #3498db;
}
.btn-iasgyan {
    background: #f00;
    color: #fff;
    border: #f00;
}

/*Wave Start*/
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.parallax&gt;use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax&gt;use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax&gt;use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax&gt;use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax&gt;use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Wave End*/


.form-control {
    background: none !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    height: auto !important;
    padding: .375rem .75rem !important;
}
.wm-student-nav ul li.active a{
	color: red;
}
.wm-student-nav ul li.active &gt; a i{
	color: red;
}
.wm-student-nav ul li &gt; a:hover, .wm-student-nav ul li.active &gt; a:before{
	color: red;
}
.my_course_list{
 background:#fff;
 border:1px solid #ebebeb;
 padding:30px;
 margin:0 0 24px;
 box-shadow:1px -1px 9px -3px #919599;
}











@media screen and (max-width: 767px) {
.details_dwn_btn1 {
    width: 309px;
    }


	.wm-main-header{
		background-size: 100% 100%;
	}
	.wm-main-header .wm-logo {
		width: 70%;
		background: #fff;
	}
	.wm-adminuser-section {
		margin-left: -15px;
		margin-right: -15px;
	}
	.header_login_btn {
		padding: 5px 5px;
		font-size: 14px;
	}
	.header_contact_btn {
		padding: 5px 5px;
		font-size: 14px;
	}
	.image_container {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
    .product_container {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
	.blog_icon {
		float: left;
		width: 18%;
	}
	.art_tags.blog {
		float: left;
		width: 82%;
	}
	#navbarSupportedContent{background: #dc143c;}
}</pre></body></html>