@font-face{
  font-family: Arimo;
    src: url(../fonts/Arimo-Regular.ttf);
}
@font-face{
    font-family:Europa;
    src:url('../fonts/Europa.woff2.ttf');
}
body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	color:#000;
}
.tdn, .tdn:hover{ text-decoration:none; }
.disf{ display:flex; }
.jccen{ justify-content:center; }
.inbox-popup{
    border-bottom: 1px solid #EFEFEF;
    border-left: 5px solid #e21653;
}
.inbox-popup-button{
    margin-top: 0px !important;
    top: 0px;
    background: #e21653 !important;
    right: -8px;
    top: -27px;
    border-radius: 50% !important;
    opacity: 21;
    position: absolute;
    width: 28px;
    height: 28px;
    /* color: #e21653; */
    padding: 1px;
    border: 0px !important;
}
.user_button{
	background-color: #fe6b08 !important;
    color: white !important;
}
.user_active{
	background-color:#ff9800 !important;
}
h1{
    font-size: 25px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
#ppp p{
    font-weight: normal;
    text-align: justify;
    margin-bottom: 0px;
    /* padding-right: 20px; */
    padding-right: 22px;
    padding-left: 16px;
    color: #000;
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
    font-weight: 300;
}
p{
    font-weight:normal;
    text-align: justify;
    /*padding-right: 20px;*/
}
@font-face {
    font-family: 'GWR';
    src: url('../fonts/GraublauWeb.eot?') format('eot')
}
@font-face {  
    font-family:'or';
    src:url('css/Oswald-Regular.ttf') format('truetype');
    font-display: swap;
}
.headerimg {
    background-size: cover;
    background-position: 52% 25%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:521px;
}
#imgheight{
    width: 100%;
    margin-top: 75px;
}
header{
    /*margin: -2px 0px 0px -61px;
    margin-bottom: 25px;*/
   /* min-height: 115px;*/
       position: fixed;
    z-index: 1;
      background: white;
        width: 100%;
}
a.logo_link{
    display: block;
    width: 100%;
    margin-top: 3px;
}
.social a{
    display: inline-block;
    height: 36px;
    background: url(images/social.png) no-repeat;
    width: 25px;
}
.social a.tw{
    background-position: -24px 0px;
}
.social a.google{
    background-position: -50px 0px;
}
.social{
    float: right;
}
.top_right_head{
    text-align: right;
}
.top_right_head a{
    display: inline-block;
    color: #535151;
    line-height: 2.2em;
}
.top_right_head .top_nav a{
    margin-right: 12px;
  font-size:11px;
}
.top_right_head .top_nav{
    float: right;
    margin-right: 25px;
}
.bottom_right_head
 {
   text-align:right;
 }
 .bottom_right_head input[type="text"]
  {
    width: 316px;
      border: 4px solid blue;
      padding: 5px;
  }
  .date{
      float: right;
    margin-top: -25px;
    background: black;
    color: white;
    padding: 7px;
}  
 .bottom_right_head input[type="submit"]
  {
    background:url(../img/search.png) no-repeat;
    border:none;
    height:30px;
    width:21px;
    position: relative;
      right: 32px;
      top: 16px;
  }
.navbar 
{
  min-height:45px !important;
}
/*.main_nav ul.navbar-nav  li:hover > a 
{
  background:#444 !important;
  color:#FFF !important;
  
}*/
 .main_nav
   {
     font-family:or;
     font-size:14px;
   }
   
.main_nav .navbar-default{ 
  background: #FFF;
  color:#E2001A;
    border: none;
    border-radius: 0px;
  margin-bottom: 0px; 
  
}
.main_nav .navbar-default ul li a{
    /*color:#000 ;*/
  font-weight:normal;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background .4s, color .4s;
    -moz-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s;
    color: rgb(55, 55, 55);
   
}
.main_nav .navbar-default li {
    color: #fff;
         padding-left: 12px;
         /*margin-left: -11px;*/
  
}
.main_nav .navbar-default ul li:last-child a{
   
}
.dropdown-menu>li {
    color: black;
    padding: 0px 0px 0 0 !important;
}
.act{
 /*background: #0173ba;*/
 /*color:#333 !important;*/
}
.main_nav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 15px;
   /* margin-top: 5px;*/
}
.dropdown-menu>li>a
{
  color:#FFFFFF;
  padding:10px 20px !important;
}
.dropdown-menu
{
    color:black;
    left: 12px;
    top: 98%;
}
.jump.bg{
   /* background: #ffffff;*/
}
/*Slider*/
.main_nav ul.navbar-nav  li > ul
{
   display: rgba(255, 255, 255, 0.8);
} 
 
.main_nav ul.navbar-nav  li:hover > ul 
{
  display:block !important;
}
.breadcrumb > li + li:before {
    content: none;
}
.breadcrumb {
    margin-bottom: 1em;
    margin-left: 1em;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
/*.side_bar span{
    display: none;
}*/
h1.heading{
    color: #0173ba;
    font-size: 25px;
}
.welcome_content p
{
	border: 1px solid #eae9e9;
    padding: 10px;
    margin: 15px 0px;
	background-color:#f0f0f06b;
}
#show_ind_sector{
    display: none;
}
.mt {
    margin-top: 20px;
}
span.heading{
    color: #bc0d0d;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-family:arimo;
}
span.md_heading{
    font-family: or;
    font-size: 19px;
    font-family: 'open sans';
    color: rgb(27, 53, 69);
}
.con_sum_body{
   
 
  
}
.jump{
   /* background-color: #fff;*/
    bottom: 0;
    left: 15px;
    background: #fff;
    padding: 0px 5px 0px 5px;
   
   margin-bottom: 32px;
  /* transition: all 0.2s ease;
      opacity: 0.8; */
}
.jump.bordered{
}
.boxes:hover .con_sum_body {
   /* border: 1px solid red;*/
}
.con_sum_body a{
    color: #0173ba;
}
.con_sum_body p{
    color: #757272;
      text-align: justify;
        padding: 0 8px 0 8px;
}
.main_nav .navbar-default ul li ul li a{
    background: rgba(255, 255, 255, 0.8);
}
.main_nav .navbar-default ul li ul li a:hover{
    background: rgba(237, 238, 243, 0.8);
    border: none;
}
.cut #cut_corn{
        width: 36px;
    height: 18px;
    background: #FFFFFF;
    transform: rotate(59deg);
    float: left;
    position: absolute;
    right: -1px;
    top: 2px;
}
.cut #cut_corn.bo{
    right: 0px;
    top: 2px;
    border-bottom: 1px solid red;
    width: 36px;
    height: 18px;
}
.risk_service{
}
.risk_service span.md_heading{
      color: rgb(47, 74, 85);
}
.risk_management{
}
.risk_management span.md_heading{
    color:rgb(47, 74, 85);
}
.insurance_service{
    border-top: 5px solid rgb(47, 74, 85);
}
.insurance_service span.md_heading{
    color:rgb(47, 74, 85);
}
.risk_tool{
    border-top: 5px solid rgb(47, 74, 85);
}
.risk_tool span.md_heading{
    color:rgb(47, 74, 85);
}
.container .jumbotron{
   padding: 0px 11px 0px 14px;;
    background: none;
    /*margin-bottom: 30px;*/
  
}
.carousel-control.left{
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}
.error_found{
    color: #FF0000;
}
.jumbotron p{
    color: #000;
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
    font-weight: 300;
}
.news_summary
 {
   margin-top:10px;
  /* background-color:#0173ba;*/
   height: 500px;
 }
 .news_summary h3
  {
    margin:5px 0px;
  }
.heading3
 {
  border-bottom: 1px solid #FFF;
  display: inherit; 
  margin-left: 17px;
    
    margin-right: 17px;
}
#lab
 {
    color: #fff;
    font-size: 24px;
    font-family: 'open sans';
 }
.lat_news{
  background: #01598f;
color: #fff;
 padding: 20px;
 margin-top: 5px;
  /*border: 1px solid #ddd;*/
  cursor:pointer;
}
.lat_news:hover a,.lat_news:hover {
  background:#444444;
  color:#fff;
}
.lat_news.l_n:hover a,.lat_news.l_n:hover {
    background: #01598f;
}
.lat_news h2
{
  font-size: 16px;
  margin-top: -3px;
  background:#01598f;
  font-weight: bold;
}
.lat_news a
{
  font-size: 12px;
  float:right;
  text-decoration: none;
}
 .news_body img
  {
    margin-bottom:5px;
  }
  
 .testClass{
  padding-left: 14px; 
 }
.main_nav .navbar-default li:first-child.testClass{
    padding-left: 12px;
}
.navbar-default .navbar-nav>li:first-child>a{
    transform: skewX(0deg);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>ul.dropdown-menu:hover{
    transform: skewX(0deg);
    color:#0173ba;
    background: none;
    border: none;
}
.navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a .atext:hover{
    transform: skewX(0deg);
}
  .upper_footer
   {
     /* background: #eeecec; */
     background-color: #333;
     color:white;
    min-height:  220px  !important;
    height: auto;
    overflow: hidden;
    margin-top:10px;
   }
/* .upper_footer ul li a
{
text-decoration:none;
color:#717272;
} */
.heading5
{
font-weight:bold;
font-size:11px;
}
.footer
{
background:#1359c3;
height:92px;
color:#efffff;
font-size:12px;
padding-top:20px;
clear:both;
}
.footer img
{
margin-bottom: 20px;
}
.footer ul
{
text-decoration:none;
list-style:none;
float:right;
}
.footer ul li
{
float:left;
}
.footer ul li a
{
background: url(../img/social.png) no-repeat ;
height: 30px;
width: 26px;
display: inline-block;
color:#717272;
}
.footer ul li a.twitter
{
background-position-x: -26px;
}
.footer ul li a.gplus
{
background-position-x: -52px;
}
.footer #footer_right
{
text-align:right;
}
.footer #footer_right p
{
clear:both;
}
#footer_right a
{
color:#efffff;
}
.upper
{
position: absolute;
top: 0px;
width: 598px;
height: 194px;
border-radius: 0px 0px 470px 0px;
padding: 19px 10px 10px 20px;
color:#0E0E0E;
font-family: arimo;
}
.row.main_nav{
   /*margin-right: 196px;
    margin-left: 45px;
    width: 96%;*/
}
.upper h1, div.banner_heading
{
font-size:25px;
}
.upper h2, div.banner_heading2
{
font-size:20px;
}
.upper a
{
 font-size:20px;
 color:#fff;
 background:url(../img/arr.png) no-repeat right;
 padding-right:10px;
}
.uppers
{
position: absolute;
  top: 163px;
  font-size: 17px;
/*opacity: .8;
padding-top: 66px;*/
padding-left: 15px;
height: 140px;
padding-right: 26px;
word-wrap: break-word;
width: 590px;
border-radius: 1px 152px 1px 1px;
color: #0E0E0E;
}
.uppers p
{
   color:#fff;
   font-size:14px;
   
}
/*side bar*/
.quick ul{
  list-style: none;
  margin: 0 0 0 -39px;
   
}
.quick ul li:before {
   /* content: '';
    margin: 0;
    height: 45px;
  width: 32px;
    display: inline-block;
    float: right;
    font-size: 22px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    background: #0B5F94;*/
  
}
.quick
{
  background: #0173ba;
              padding: 0px 0px 0px 0px !important;
  /*border-radius: 7px;*/
  margin-top: 20px;
}
.quick li:first-child {
  border-top:none;
}
.quick li:last-child {
  border-bottom:none;
  list-style: none;
}
.quick li {
width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px #fff solid;
    position: relative;
  
}
.quick li:hover{
background:#1687CE;
}
.quick li a{
    font-size: 15px;
  margin:0 0 0 10px;
  color: #fff;
    text-align: right;
    font-weight: 300;
  text-decoration:none;
      line-height: 43px;
  -webkit-transition: all 0.2s ease-in-out;
   /*      display: block;
       padding: 16px 40px 8px 0px;
    text-decoration: none;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: right;
    /* color: #ffffff; 
    font-size: 15px;
    float: right;
   border-bottom: white solid 1px;
          width: 285px;
      border-top: white solid 1px; */
}
.quick li.active{
  background: #01598f;
color:#FFF;
}
.aftermenu {
display: block;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  -webkit-box-shadow: inset 0px 8px 10px -8px #999999;
  -moz-box-shadow: inset 0px 8px 10px -8px #999999;
  box-shadow: inset 0px 8px 10px -8px #999999;
  padding-bottom: 10px;
}
.content {
    margin-top: 40px;
}
article h1{
    margin-bottom: 20px;
}
#art p{
   line-height: 1.6em;
    margin-bottom: 12px;
    color:black;
}
article p{
    line-height: 1.6em;
    margin-bottom: 12px;
}
.content article{
    margin-bottom: 25px;
}
.ap_form label{
    font-weight: normal;
}
.ap_form h1{
    margin-bottom: 40px;
}
h1.heading2{
    margin-bottom: 12px;
}
.form-group {
    margin-bottom: 0px;
}
.ap_form .form-control{
    height: 35px;
    box-shadow: none;
    border-radius: 0px;
}
label span{
    font-size: 10px;
}
.btn-primary.butn{
    padding: 3px 20px;
    border-radius: 0px;
}
.labl label{
    display: block;
}
.d_f{
    margin-top: 40px;
}
.n_n_f{
    display: none;
}
.n_n_f.d_t_f{
    display: block;
}
.table b{
    font-size: 16px;
}
.beforeheader
{
  background-color: #4C4D4F;
  background-image: -moz-linear-gradient(top, #4C4D4F 0%, #4C4D4F 100%);
  background-image: -ms-linear-gradient(top, #4C4D4F 0%, #4C4D4F 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0378c1, 0%), to(#4C4D4F, 100%));
  background-image: -webkit-linear-gradient(top, #4C4D4F 0%, #4C4D4F 100%);
  background-image: -o-linear-gradient(top, #4C4D4F 0%, #4C4D4F 100%);
  background-image: linear-gradient(top, #4C4D4F 0%, #4C4D4F 100%);
  background-repeat: repeat-x;
  
}
ul.social-sec  
  {
      margin-bottom: 0 !important;
      padding-right: 0px;
    overflow: hidden;
    float: right; 
      height: 50px;  
  }
.social-sec {
  
} 
ul.social-sec li {
  float: left;
  list-style: none;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 1px 0 0;
  line-height: 54px;
}
ul.social-sec li:first-child {
  border:1px solid rgba(255, 255, 255, 0.2);
  border:1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 1px 0 1px;    
}
ul.social-sec li:hover {
background-color: #0378c1;
 
  cursor:pointer;
}
ul.social-sec li a {
  display:inline-block;
  color:#fff;
   text-decoration:none;
 
}
ul.social-sec li.twitter
{
  background-image: url(../img/twitter.png);
  background-position: center center;
  background-repeat: no-repeat;
   width:60px;
  height: 30px;
}
ul.social-sec li.fb
{
    background-image: url(../img/fb.png);
  background-position: center center;
  background-repeat: no-repeat;
    width:60px;
  height: 40px; 
 
}
ul.social-sec li.pin
{
  background-image: url(../img/pin.png);
  background-position: center center;
  background-repeat: no-repeat;
  width:60px;
  height: 40px;
 
}
.cpyrt { 
  color: #fff;
  line-height: 50px;
}
#title{
    font-size: 15px;
    color: #fff;
    background: #006B9F;
}
.quick .side :before {
    content: '';
    margin: 0;
    height: 45px;
    width: 62px;
    display: inline-block;
    float: right;
    font-size: 22px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    background: #0B5F94;
}
.quick .side {
    font-size: 15px;
   padding: 10px 43px 10px 0px;
      width: 248px;
}
.quick .side > a {
   color: #fff;
}
#new_desc {
    font-size: 12px;
    text-align: left;
    padding-top: 14px;
}
.course_desc {
    font-size: 12px;
    text-align: left;
    padding-top: 14px;
    min-height:80px;
    max-height:80px;
    overflow:hidden;
}
.mainheead {
  /*height: 40px;
  background-color:#fff;
    border: 1px solid #ddd;*/
 }
  
  ul.head-sec {
  margin-bottom: 0 !important;
}
ul.head-sec li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  color:#0378c1;
  font-size:16px;
}
ul.head-sec li {
  float: left;
  list-style: none;
  line-height: 38px;
}
div.rainbow {
    background: url('css/images/color-full-strip.png') 0px 0px;
    height: 5px;
    margin-top: 0px;
    position: absolute;
    top: 74px;
    width: 100%;
    z-index: 1;
}
.carouseldevcon{
    margin-left:auto;margin-right:auto;background-color:#01598f;
}
.couseheading{
    white-space:nowrap;overflow:hidden;
}
.c-rating{
    color:#FDC800;
    font-weight: bold;
    font-family:Rubik, sans-serif;
    font-size:16px;
}
.c-price{
    color:rgba(13, 16, 52, 0.5);
    font-family:Rubik, sans-serif;
    font-weight: bold;
    font-size:16px;
}
.c-free{
    color:#002147;
    font-family:Rubik, sans-serif;
    font-weight: bold;
    font-size:16px;
}
.c-name{
    font-size: 16px;
    color:rgb(0, 33, 71);
    font-family:Rubik, sans-serif;
    font-weight: bold;
    margin-top:25px;
}
.c-description{
    color:rgb(0, 33, 71);
    font-family:Rubik, sans-serif;
    font-weight: bold;
    font-size:14px;
    line-height:22.1295px;
    margin-top:20px;
    margin-bottom:20px;
    min-height:85px;
    max-height:85px;
    overflow:hidden;
}
.lat_news:hover{
    .c-img{
        transform: scale(1.05);
        transition: transform .9s;
    }
}
/* Begin old rating css */
.rating-static {
    width: 60px;
    height: 16px;
    display: inline-block;
    background: url('../img/rating.png') 0 0 no-repeat;
}
.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; } 
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }

.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }
.cb { color:black !important; }
/* End old rating css */
.faq-sec .glyphicon-minus:before {
    content: "\2212";
    background: #fcb545;
    padding: 16px;
    color: #000;
}
.faq-sec .glyphicon-plus:before {
    content: "\002b";
    padding: 16px;
    border-right: 1px solid #e2dbdb;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffffff;
    border-color: #fcb545;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fcb545;
}
.panel-title {
    font-size: 16px;
}
.panel-title > a {
    display: block;
    padding: 7px;
    text-decoration: none;
    padding-left: 0;
}
.cdfreview{
    border:1px solid #d1d7dc;
    padding:24px;
}
.freview-heading{
    color:#1c1d1f;
    font-family:'Udemy Sans',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size:24px;
    font-weight:700;
    letter-spacing:-0.2px;
    margin-bottom:16px;
}
.frimg-con{
    display:flex;
}
.review-box{
    background-color:#1c1d1f;
    align-items:center;
    border-radius:50%;
    color:#fff;
    display:flex;
    font-family:'Udemy Sans',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight:700;
    justify-content:center;
    letter-spacing:-0.2px;
    margin-right:16px;
    text-transform:uppercase;
}
.hw40{
    height:40px;
    width:40px;
}
.hw64{
    height:64px;
    width:64px;
}
.frname{
    color:#1c1d1f;
    font-family:'Udemy Sans',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size:16px;
    font-weight:700;
    letter-spacing:-0.2px;
}
.frsmall-text{
    color:#1c1d1f;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    font-weight:400;
    margin-top:4px;
}
.adjustago{
    padding-left:8px;
    vertical-align:top;
}
.starsvgsmall{
    box-sizing:border-box;
    color:#e59819;
    fill:#e59819;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    height:16px;
    width:16px;
    line-height:19.6px;
}
.frsec-adj{
    min-height:85px;
    margin-top:-50px;
}
.ghli{
    color:#6a6f73;
    padding:10px 0 0;
}
.liul{
    margin-left:-12px;
    margin-right:-5px;
}
.single-review{
    border-top:1px solid #d1d7dc;
}
.sec-not-lg{ display:none; }
.sec-lg{ display:block; }
.topsecbg{
    background-color:#e5e5e5;
    border-radius:5px;
    margin-left:-20px;
    padding:5px 20px 20px;
}
.all_courses_con{
    border:1px solid #e0e0e0;
    border-radius:10px;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
    width:99%;
    overflow:hidden;
}
.pop_head_txt{
    color:rgb(15, 21, 26);
    font-family:"Red Hat Text",sans-serif;
    font-size:28px;
    font-weight:700;
    height:38px;
}
.all_blue, .all_blue:link, .all_blue:hover{
    color:rgb(30, 30, 240);
    font-family:"Red Hat Text", sans-serif;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
}
.course_detail_con{
    /*width:322px;*/
    width:274px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #c8c8c8;
    border-radius:10px;
}
.course_img{
    border-top-left-radius:9px;
    border-top-right-radius:9px;
}
.blue_link_text, .blue_link_text:link{
    color:rgb(30, 30, 240);
    font-family:"Red Hat Text", sans-serif;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
}
a.blue_link_text:hover{
    color:rgb(24, 26, 154);
    font-family:"Red Hat Text", sans-serif;
    font-size:17px;
    font-weight:700;
    text-decoration:underline;
}
.course_inner_dcon{
    padding:16px 16px 15px 16px;
}
.smgray-text{
    color:#4d5054;
    font-family:"Red Hat Text", sans-serif;
    font-size:14px;
    font-weight:400;
}
.price_text{
    color:#0F151A;
    font-family:"Red Hat Text", sans-serif;
    font-size:22px;
    font-weight:700;
}
.small_blue, .small_blue:link{
    color:#1e1ef0;
    font-family:"Red Hat Text", sans-serif;
    font-size:14px;
    font-weight:550;
    text-decoration:none;
}
a.small_blue:hover{
    color:#1e1ef0;
    font-family:"Red Hat Text", sans-serif;
    font-size:14px;
    font-weight:550;
    text-decoration:underline;
}
.adjust_width{
    width:99% !important;
    float:left;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}
@font-face{
    font-family:Montserrat;
    src:url(../fonts/Montserrat-VariableFont_wght.ttf);
    font-display: swap;
}
.hicon{
    max-width:85%;
    margin-left:auto;
    margin-right:auto;
    padding:48px 24px;
    display:flex;
}
.hileftcon{
    width:737px;
}
.himaintxt{
    font-size:50px;
    line-height:55px;
    color:#ffffff;
    font-family:Montserrat, sans-serif;
    font-weight:700;
}
.hisubheading{
    color:#ffffff;
    font-family:Montserrat;
    font-size:25px;
    font-weight:400;
}
.hiinnerheading{
    color:#ffffff;
    font-family:Montserrat;
    font-size:20px;
    font-weight:400;
    line-height:40px;
}
.hibtncon{
    display:flex;
    margin-top:50px;
    margin-bottom:50px;
}
.hibtnlink{
    display:block;
    text-decoration:none !important;
}
.hicontactbtn{
    text-align:center;
    color:rgb(255, 255, 255);
    font-family:Montserrat, sans-serif;
    font-size:22px;
    font-weight:400;
    line-height:34px;
    background: linear-gradient(135deg,#f68b1f 0%,#f26b32 100%) !important;
    border-radius:10px;
    display:flex;
    padding:8px 22px;
    text-decoration:none;
}
.hiarrowspan{
    display:flex;
    height:21px;
    width:21px;
    margin-top:8px;
    margin-left:10px;
}
.hitalkbtn{
    text-align:center;
    color:rgb(255, 255, 255);
    font-family:Montserrat, sans-serif;
    font-size:22px;
    font-weight:400;
    line-height:34px;
    background: transparent;
    border-radius:10px;
    border:1px rgb(255, 255, 255) solid;
    display:flex;
    padding:8px 22px;
    margin-left:25px;
}
.hitalkbtn:hover{
    background-color:rgb(255, 255, 255);
    color:rgb(38, 38, 43);
}
.hirightcon{
    width:330px;
    border-radius:10px;
    border-top:5px rgb(242, 107, 50) solid;
    border-bottom:20px rgb(242, 107, 50) solid;
    box-shadow:rgba(0, 0, 0, 0.2);
    padding:10px 30px 0px;
    margin-left:40px;
    background-image: linear-gradient(135deg,#ffffff 0%,#f8f8f8 100%);
}
.hidemotxt{
    color:rgb(38, 38, 43);
    font-family:Montserrat, sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:33px;
}
.hiredtick{
    display:flex;
    color:rgb(242, 107, 50);
    font-family:Montserrat, sans-serif;
    font-size:15px;
    font-weight:400;
    height:15px;
    width:15px;
    line-height:30px;
    margin-left:auto;
    margin-right:auto;
}
.hitxt{
    color:rgb(33, 33, 36);
    font-family:Montserrat, sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:20.8px;
}
.hitextbox{
    border:2px rgb(229, 229, 229) solid;
    color:rgb(33, 33, 36);
    font-family:Montserrat, sans-serif;
    font-size:14px;
    font-weight:400;
    height:40px;
    line-height:28px;
    padding:5px 10px;
    width:270px;
}
.hirequestbtn{
    background-attachment:scroll;
    background-color:rgba(0, 0, 0, 0);
    background-image: linear-gradient(131deg, #f26b32 0%, #f68b1f 100%);
    background-origin:padding-box;
    border-radius:10px;
    border:none;
    color:rgb(255, 255, 255);
    cursor:pointer;
    font-family:Montserrat, sans-serif;
    font-size:18px;
    font-stretch:100%;
    font-weight:400;
    height:48px;
    justify-content:center;
    letter-spacing:normal;
    line-height:32px;
    padding:8px 16px;
    text-align:center;
    width:100%;
}
.hilighttxt{
    color:rgb(148, 148, 148);
    font-family:Montserrat, sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:19px;
}
.yellowbtn{
    background-color:rgb(255, 210, 98);
    border:1px solid rgb(228, 179, 79);
    border-radius:12px;
    font-family:Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size:20px;
    font-weight:700;
    height:59px;
    line-height:25px;
    padding:16px 32px;
    color:rgb(85, 38, 0);
    text-decoration:none;
}
.yellowbtn:hover{
    background-color:rgb(255, 219, 129);
    border:1px solid rgb(231, 187, 97);
    text-decoration:none;
}
.notesec{
    color:#0173ba !important;
    font-size:11px;
    font-weight:bold;
}
@media screen and (min-width:576px) {
    .all_courses_con{ width:540px; }
}
@media screen and (min-width:768px) {
    .all_courses_con{ width:720px; }
    .adjust_width{ width:50% !important; }
}
@media screen and (min-width: 992px){
    .menu_container{
       margin-top: 13px;
    }
    .msmenubars{ display:none; }
    .all_courses_con{ width:960px; }
    .adjust_width{ width:33.33% !important; }
}
@media screen and (min-width: 1200px){
    .tmlink{ display:none !important; }
    .all_courses_con{ width:1140px; }
    .adjust_width{ width:25% !important;margin-top:0px; }
}
@media screen and (min-width:1400px) {
    .all_courses_con{ width:1320px; }
}
@media screen and (max-width:1100px) {
    .himaintxt{
        font-size:30px;
    }
    .hisubheading{
        font-size:22px;
    }
    .hiinnerheading{
        font-size:18px;
    }
    .hicon{
        display:block;
    }
    .hileftcon, .hirightcon{
        margin-left:auto;
        margin-right:auto;
    }
    .headerimg{
        height:auto;
    }
}
@media screen and (max-width:850px) {
    .hileftcon{
        width:98%;
    }
    .hicon{
        max-width:100%;
        padding:0px 10px;
    }
}
@media only screen and (max-width: 768px){
    .panel-title > a {
        display: block;
        text-decoration: none;
        padding-left: 0;
        font-size: 14px;
    }
    .pop_head_txt{ font-size:20px; }
}
@media screen and (max-width:542px) {
    .carouseldevcon{ width:300px; }
    .couseheading{ font-size:13px !important; }
}
@media screen and (max-width:521px) {
    .hibtncon{
        display:block;
    }
    .hicontactbtn{
        width:257px;
        margin-left:auto;
        margin-right:auto;
    }
    .hitalkbtn{
        width:200px;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
    }
}
@media screen and (max-width: 415px) {
    #heighter {
       height:auto;
    }
}
.block {
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #dddddd;
    background: #f7f7f7;
}
.block {
    /* position: relative; */
    margin-bottom: 30px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.block h2, .x3 h2 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #E2001A;
    font-family: "AdobeCaslonProBold",arial,verdana,sans-serif;
    font-weight: normal;
    font-size: 1.92em;
    color: #E2001A;
margin-top: 0px;  
}
.list {
     margin: 0 -20px; 
    background-color: #f7f7f7;
    background-image: linear-gradient(90deg,#f2f2f2 50%,transparent 50%),linear-gradient(#f2f2f2 50%,transparent 50%);
    background-size: 5px 5px;
}
.view .wedgit-img {
    overflow: hidden;
    margin: 0;
  margin-bottom:5px;
}
.list > .wedgit-img img {
    width: 100%;
}
 
 .list a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0 10px;
    color: #777;
    text-decoration: none;
}
.list ul, .list li {
    margin: 0;
    padding: 0;
}
.heading-downloads
{
  margin-top:25px;
  
    color: #bc0d0d;
    font-size: 20px;
  
  margin-bottom:20px;
    border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.donloads-div
{
  margin-bottom:20px;
}
.downlaod-icon {
    font-family: 'ico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61c";
    color: #fff;
    font-size: 1em;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 34px;
    vertical-align: top;
    background: #333333;
}
.download-link {
    padding-left: 10px;
    font-size: 14px;
    color: #151515;
    text-decoration: underline;
}
ul.top-menu li a {
    font-size: 12px;
    color: #B3B3B3;
}
.singlepage {
    color:#000;
    margin-top: 10px;
}
.cntctus {
    color: #bc0d0d;
}
#feedback {
    color: #bc0d0d;
    text-align: center;
}
#res2 {
    width: 310px;
}
#handle_btnn {
    background: #565658;
    color: #fff;
    border-radius: 0px;
}
.form-control {
    margin-bottom: 10px;
}
#msg {
    text-align: center;
    font-size: 13px;
    background-color: #EBFCEE;
    color: #587B0B;
    border-radius: 5px;
    padding:2px;
}
@media screen and (max-width:768px) {
  #res2 {
    width: 100%;
  }
}
.breadcrumb {
    padding: 8px 15px 0px;
}
.br_container{
    background: #f5f5f5;
    padding-top: 84px;
}
.pull-right {
    /*  padding-right:10px;
    padding-right: 134px;
    width: 230px;*/
}
.right-message, .left-message{
    padding: 15px;
    border-radius: 10px 0px 10px 0px !important;
    width: 56%;
    margin-bottom: 4px;
}
.date_time{
    opacity: 0.7;
    margin-bottom: 30px;
    display: block;
}
.date_time.right{
    margin-left: 430px;
}
.right-message{
    background: #4b8df8;
    color: #FFFFFF;
    padding: 15px;
    margin-left: 430px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #1687CE;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.left-message{
    background: #f5f5f5;
    color: #000000;
}
.modules_found{
    display: none;
}
.table tr:nth-child(even), .table thead tr{
    background: #F5F5F5;
}
.table-bordered>thead>tr>th {
    background: #0B5F94;
    color: #fff;
    border: 1px solid #fff;
}
h4{
    color: #0173ba;
}
.as_submit_btn{
    display: none;
}
.assignment_data_model{
    display: none;
}
a.o_resources{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
a.edit_btn, a.edit_btn1, a.save_btn, a.save_btn1{
    display: block;
    margin-top: 28px;
    color: #0173ba;
}
a.save_btn, a.save_btn1, .input_display, .input_display1{
    display: none;
}
a.forgot{
    color: #337ab7;
    display: inline-block;
    margin-left: 20px;
}
#forgot_password_form{
    display: none;
}
.heading-course{
      background: #61487c;
    border: 1px solid #61487c;
    height: 46px;
    color: #fff;
    font-size: 28px;
        padding: 1px 15px;
}
.rite-cotainer1{
      border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 16px;
}
.panel{
  border: 1px solid #ddd;
}
.table-bordered{
  border: 1px solid #ddd;
}
#button-li{
  border-radius: 4px 4px 0 0;
    background: rgb(254,107,8);
    color: #fff !important;
          width: 137px;
    text-align: center;
    height: 38px;
    margin-right: 2px;
    margin-bottom: 10px;
}
   
.coursess ul
 {
    list-style:none;
    font-size:11px;
    padding:0px;
}
.coursess ul li
{
line-height:20px;
}
.fcourses h4, .secheading{
  font-weight: bold;
  color:white;
   font-family: 'Open Sans',sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fcourses{
  
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.coursess ul.flinkss li{
  padding: 5px 0 !important;
  font-size: 14px !important;
  color: #b4b3b9;
}
.flinkss li>a{
   padding: 5px 0 ;
  font-size: 14px;
  color:#b4b3b9;
  text-decoration: none;
}
.flinkss li>a:hover{
  
  color:#ef810a;
  text-decoration: none;
}
.socialsss
{
  margin-left: -35px;
}
.socialsss ul
 {
    
    font-size:11px;
     padding:0px;
}
.socialsss ul li
{
line-height:20px;
display: inline-block;
padding: 5px;
}
.socialsss ul.socials li a
{
}
.socialsss ul.socials li a span
{
   background-color: #b4b3b9 !important;
   border-radius: 50%; 
   
    height: 35px;
    width: 35px;
    line-height: 40px;
    background-clip: padding-box;
    font-size: 25px;
    text-align: center;
    color:#333;
}
.socialsss ul.socials li a span:hover{
   
   background-color:#ef810a !important;
}
.socialsss p
{
  color: #b4b3b9;
  font-size: 14px;
}
.socialsss a
{
  color: #b4b3b9;
  font-size: 14px;
}
.fb {
width:50px;
height: 50px;
}
.tabpanel{
      font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    line-height: 1.42857143;
   color: #757272;
    padding: 0px 25px 25px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #61487c;
    
}
.tab-content p{
    /*//margin-bottom: 7px;*/
    /*font-weight: normal;
    text-align: justify;
     padding-right: 20px; 
    padding: 0px 10px 10px 10px;
    margin-bottom: 1px;*/
        font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #757272;
}
.tab-content h2{
  font-family: 'Open Sans', sans-serif;
    color: #757272;
    font-size: 20px;
}
.get_full_info{
    display: block;
    background: url(../store/getfullinfo-btn1.png) no-repeat 0px 0px;
    width: 263px;
       height: 48px;
    cursor: default;
}
.form-control{
}
.btn-apply{
        color: #fff;
    /* background-color: #337ab7; */
    /* border-color: #2e6da4; */
    margin-top: 14px !important;
    margin-left: auto;
    margin-right: auto;
    width: 214px;
    display: block;
    background-color: #fe6b08;
    /* height: 44px; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 11px;
}
 .btn-apply.focus, .btn-apply:focus, .btn-apply:hover{
        color: #fff;
    /* background-color: #337ab7; */
    /* border-color: #2e6da4; */
    margin-top: 14px !important;
    margin-left: auto;
    margin-right: auto;
    width: 214px;
    display: block;
    background-color: #fe6b08;
    /* height: 44px; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 11px;
}
.btn_front_colors
{
	background-color: #fe6b08 !important;
    color: white !important;
}
.notification-popup{ border-bottom: 1px solid #EFEFEF; border-left: 5px solid #e21653; }
.notification-popup-button{
    margin-top: 0px !important;
    top: 0px;
    background: #e21653 !important;
    right: -22px;
    top: -40px;
    border-radius: 50% !important;
    opacity: 21;
    position: absolute;
    width: 28px;
    height: 28px;
    padding: 1px;
    border: 0px !important;
}
@media (max-width: 125px) {
    #button-li {
     
               margin-bottom: 20px !important;
            
   }
}
.bltxt, .bltxt p { color:#000 !important; }
.uploadtxt{
	color:#337ab7;
	font-size:20px;
	font-weight:bold;
	font-family:Tahoma, 'Open Sans', sans-serif;
}
.load_btn{
	height:30px;
	border:none;
	background-color:#0173ba;
	color:white;
	height:30px;
	border:none;
	background-color:#0173ba;
	color:white;
}
.bdrbtm { border-bottom:1px solid #ddd; }
.curptr, tr.curptr{ cursor:pointer; }
.minwth40{ min-width:40px; }
.pd0{ padding:0px !important; }
.pdtb15, .table > tbody > tr > td.pdtb15{ padding-top:15px; padding-bottom:15px; }
.pdt2{ padding-top:2px; }
.pdt3{ padding-top:3px; }
.pdt7{ padding-top:7px; }
.pdt8{ padding-top:8px; }
.pdt15, .table > tbody > tr > td.pdt15{ padding-top:15px; }
.pdt25{ padding-top:25px; }
.pdt50{ padding-top:50px; }
.pdt79{ padding-top:79px; }
.pdt100{ padding-top:100px; }
.pdl0{ padding-left:0px; }
.pdl5{ padding-left:5px; }
.pdl18{ padding-left:18px; }
.pdl15imp{ padding-left:15px !important; }
.pdr35{ padding-right:35px; }
.msgcon{ border:1px #0173ba solid; margin-top:10px; margin-bottom:10px; border-radius:10px; padding:15px; }
.mrgnt5{ margin-top:5px; }
.mrgnt8{ margin-top:8px; }
.mrgnt10{ margin-top:10px; }
.mrgnt12{ margin-top:12px; }
.mrgnt14{ margin-top:14px; }
.mrgnt15{ margin-top:15px; }
.mrgnt16{ margin-top:16px; }
.mrgnt20{ margin-top:20px; }
.mrgnt25{ margin-top:25px; }
.mrgnt35{ margin-top:35px; }
.mrgnt50{ margin-top:50px; }
.pdl{ padding-left:10px; }
.pstick{
    position: -webkit-sticky;
    position: -ms-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: sticky;
    top: 50px;
}
.course-name{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:30px;
    font-weight:700;
}
.course-name-sub{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:20px;
    font-weight:700;
}
.tagline{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:20px;
    margin-top:25px;
}
.starsvg{
    box-sizing:border-box;
    color:#fecb51;
    fill:#fecb51;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    height:20px;
    width:20px;
    line-height:24px;
}
.review-text{
    /*color:#de00a5;*/
    color:#2541fc;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    font-weight:700;
    vertical-align:top;
}
.review-total{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    font-weight:700;
    vertical-align:top;
}
.cdtext{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
}
.vat{ vertical-align:top; }
.cd-right{
    border:1px #ededee solid;
    padding:30px;
    box-shadow:0 4px 10px 5px #ededee;
}
.cdicon{
    color:#3a343a;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:20px;
    line-height:30px;
}
.cdsubmit{
    cursor:pointer;
    font-family:Europa,"Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    font-stretch:100%;
    font-weight:700;
    height:37px;
    text-align:center;
    width:271px;
    /*background-color:#de00a5;
    border:1px #de00a5 solid;*/
    background-color:#fecb51;
    border:1px #fecb51 solid;
    color:#fff;
    padding:7px 14px;
}
.cdheading{
    color:#1c1d1f;
    font-family:-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size:24px;
    font-weight:700;
}
/* Begin rating css */
.rating-static {
  width: 60px;
  height: 16px;
  display: inline-block;
  background: url('../img/rating.png') 0 0 no-repeat;
}
.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; } 
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }
 
.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }
/* End rating css */
.marksheet_modal{ width:800px; }
.fnt11{ font-size:11px; }
.fnt16{ font-size:16px; }
.fnt24{ font-size:24px; }
.modal-backdrop.in {
    position:fixed !important;
}
.mrgnbt10{ margin-bottom:10px; }
.mrgnbt11{ margin-bottom:11px; }
.mrgnbt13{ margin-bottom:13px; }
.mrgnbt16{ margin-bottom:16px; }
.mrgnbt20{ margin-bottom:20px; }
.mrgnbt25{ margin-bottom:25px; }
.mrgnt30{ margin-top:30px; }
.mrgnbt32{ margin-bottom:32px; }
.ohf{ overflow:hidden; }
.vatb{ vertical-align:text-bottom; }
.table > tbody > tr > td {
     vertical-align: middle;
}
.bgred{
    background-color:red;
}
.flxtcen{
    display:flex;
    text-align:center;
    justify-content:center;
}
.fltl{ float:left; }
.fltr{ float:right; }
.clrb{ clear:both; }
@media screen and (max-width:991px) {
    .marksheet_modal{ width:90%;margin-left:auto;margin-right:auto; }
    .msmenu{ display:none; }
    .navbar-primary{ margin-top:-50px; }
    .navbar-toggle, .navbar-toggle:focus{ background-color: #000 !important; }
}
@media screen and (max-width:1199px) {
    .pstick{ top:0px; }
    .cd-right{
        padding-top:0px;
        padding-left:15px;
    }
    .sec-not-lg{ display:block; }
    .sec-lg, #top-small-menu{ display:none; }
    /* Begin CSS for small resolution menu (with bars) appear earlier */
    .navbar-toggle {
        display: block !important;
        position:absolute;
        right:0;
    }
    .navbar-nav > li{
        display:block;
        width:100%;
        text-align:right;
    }
    .navbar-collapse {
        position:relative;
        top:40px;
        margin-bottom:40px !important;
    } 
    .navbar-collapse.collapse {
        display:none !important;
    } 
    .navbar-collapse.in{
        display:block !important ;
    }
    /* End CSS for small resolution menu (with bars) appear earlier */
}
@media screen and (max-width:576px) {
    .pop_head_txt{ font-size:16px; }
}
@media screen and (max-width:499px) {
    .mpbtns {
        margin-top:5px;
    }
}