.newsticker {
  background: #9cd70e;
  border-radius: 0px;
  color: #fff;
  cursor: default;
  font-weight: bold;
  font-size: 13px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  height: 30px;
  position: relative;
  overflow: hidden;
  max-width:100%;
  margin-bottom:;
}
/*============Number Styles =============*/
.steps {
  clear: both;
  list-style: none;
  padding-left: 2%;
}
.steps li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}
.steps li::before {
  content: counter(inst);
  
  background: rgba(255, 150, 0, 0.35);
  color: #fff;
  
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 1px rgba(255, 150, 0, 0.5);
  
  border-radius: 0 0.675em 0.675em 0;
  font-size: 1.5em;
  text-align: center;
  
  padding-top: 0;
  padding-left: 2.25%;
  left: -5%;
  top: -0.65em;
  height: 1.35em;
  width: 1.35em;
  position: absolute;
  
  transition: all 0.2s ease-in-out;
  
  z-index: -1;
}
@media (min-width: 33em) {
  .steps li:before {
    border-radius: 50%;
    font-size: 1.5em;
    height: 1.35em;
    margin-left: 2.5%;
    padding-left: 0;
    padding-top: 0;
    top: -0.15em;
    width: 1.35em;
    z-index: -1;
  }
}
.newsticker a{
  color:#fff;
  }

.newsticker .newsticker-list {
  position: absolute;
  top: 7.2px;
}

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
/*Question and Answere Module Styles*/
.qa-item{
  margin-top: 20px;
}
.twitter-typeahead .tt-input {
    z-index: -100;
}
.blink{
  animation-name: flash;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  //Firefox 1+
  -webkit-animation-name: flash;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  //Safari 3-4
  -moz-animation-name: flash;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}
@keyframes flash {  
    100% { opacity: 1.0; }
}
/Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 0; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 0; }
    100% { opacity: 1.0; }
}
/*Typewriter*/
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
ul.featured-vertical li .name {
    font-size: 14px;
    font-weight: 400;
    color: orange;
}
.bright
{
  color:red;
}
.bright a{
  color:red;
}
.img-circle
{
  border:5px solid #fff;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}
.footer,.animated-bg {

      animation-name:colorchange;
      animation-duration:50s;
      animation-iteration-count:infinite;
      color:#fff;
    }
    footer .col ul li {
    color: #fff;
      }
    footer a {
    color: #fff;
    text-decoration: none;
    }
    footer h4 {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    }
    footer .col p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
}

    @keyframes colorchange
    {
      0%   {background: #3498db;}
      /*0%   {background: #654E9C;}*/
      /*0%   {background: #EC008C;}*/
      25%  {background: #FC7331;}
      50%  {background: #5FB26A;}
      75%  {background: #00BCC3;}
      100% {background: #FA6A37;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      /*0%   {background: #EC008C;}*/
      /*0%   {background: #654E9C;}*/
      0%   {background: #3498db;}
      25%  {background: #FC7331;}
      50%  {background: #5FB26A;}
      75%  {background: #00BCC3;}
      100% {background: #FA6A37;}
    }
/*=========== CUSTOM Google Search Form ==============*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.army-chevron {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 365px;
  height: 520px;
  position: relative;
  margin: 0 0 6px;
  padding: 12px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

.army-chevron::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color:#fff;
  -o-text-overflow: clip;
  text-overflow: clip;
  /*background: #50C9C3; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to left, #50C9C3 , #96DEDA); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to left, #50C9C3 , #96DEDA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */      
  text-shadow: none;
  -webkit-transform:    skewY(6deg);
  transform:    skewY(6deg);
  background: #3498DB; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3498DB , #217DBB); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3498DB , #217DBB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.army-chevron::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  z-index: -100;
  right: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color:#fff;
  -o-text-overflow: clip;
  text-overflow: clip;
  /*background: #50C9C3; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to left, #50C9C3 , #96DEDA); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to left, #50C9C3 , #96DEDA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #3498DB; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3498DB , #217DBB); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3498DB , #217DBB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */      
  text-shadow: none;
  -webkit-transform:    skewY(-6deg);
  transform:    skewY(-6deg);
}
.gsib_a {
padding: 0 6px 0 !important;
}

.dropdown-form{min-width:740px}

/*CUSTOM STYLES*/
/*===========Form============*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: .7em;
    text-transform: none;
}
/*=========Form Styles=========*/
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.panel-group .panel-heading {
    padding: 14px 15px;
    position: relative;
    background:#3498db;
}
.panel-group .panel-heading a {
    font-weight: normal;
    color: #fff;
}
.panel-base .panel-heading.panel-heading-lg {
  padding: 10px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 600;
}
.panel-base .form-base label {
    color: #fff;
    margin-bottom: 0px;
}
.panel-body {
    padding-top: 1px;
	padding-left: 15px;
}
.panel-base .form-base label {
    color: #fff;
    margin-bottom: 2px;
}
.form-group
 {
    margin-bottom:1px;
}

/*=======================Paginaation=======================*/
.pagination {
    display: inline;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

ul.bullet li>figure {
  margin: -4px 0 0 0;
  padding: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 8px 0 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: left;
}
/*============COURASEL =================*/
.carousel-1 {
    overflow: hidden;
    margin-bottom: 0px;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
}
/*=======================TABS ===========================*/
.tabs li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 16px;
    margin: 0 -1px;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#career-guidance-tabs .tabs li a {
    font-size: 12px;
}

.tabs li.active a {
    background:#217dbb;
    color: #fff;
    border-bottom: 3px solid #000;
}
/*============Blog Posts==================*/
.post-desc p
{
	font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
  /*font-family: "Open Sans", Georgia, Times, serif;*/
}

.post-desc a
{
	color:#3498db;
}
.post-desc h3
{
	font-size:19px;
}
.post-desc ul 
{
	list-style-type: circle;
    margin-left: 30px;
}
.post-desc ol
{
	list-style-type: upper-roman;
    margin-left: 30px;
}
/*=========Career Descriptions==============*/
.description h3
{
	font-size:16px;
	color:#3498db;
}
.title h3
{
	color:#ec5e00;
}
h3
{
     /*font-size:15px;*/
}
/**/
.timeline .event-date {
    padding: 15px 10px;
    background: #fcfcfc;
}
/*===========dls================*/
.dl-horizontal dd {
    margin-left: 70px;
}
.dl-horizontal dt 
{
    float: left;
    width: 70px;
  }
  /*============= LINKS ==========*/
.post-title a
{
color: #000;
}
.post-desc h3
{
	color: #2D80C0;
}
.inter_qn h3 {
    color: #3498db;
    font-size: 16px;
}
.inter_qn a
{
  color:#f7751f;
  text-decoration: underline;
}
/*========= Icon Block========*/
#step-process h4
{
	color: #3498db;
}
/*============== WP BLOCK ================*/
.wp-block.default>.wp-block-body .title {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px 0;
    margin: 0;
    color: #2580a2;
}
/*=========Color Schemes============ */
.highlight {
    background: #9b59b6;
    color: #fff !important;
}
.carousel-1 .description-left .title {
    font-size: 3vw;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 3.5vw;
    font-weight: 600;
    text-shadow: black;
    text-shadow: 1px 2px 3px #666;
}
/*Sticky Menu*/
.navbar
{
  position:-webkit-sticky;
  top: 0;
  z-index: 1;
}
/*========= Text Animations ========*/
/*.hit-the-floor {
color: #fff;
font-size: 12em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
*/
/************** rIBBON ****************/

.teacher_name
{
  position: relative;
  width: 100%;
  font-size: 0.9em;
  position:absolute;
  margin-top:200px;
  z-index:9999px;
  font-weight: bold;
  padding: 1px 3px 5px 3px;
  margin: -20px 0px 0px 0px;
  color: #fff;
  background-color: #3498db;
  text-shadow: 0px 1px 2px #bbb;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
}

.teacher_name:after
{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}


#container-menu{
    position:fixed;
    top:10px;
    left:200px;
}

.rib:after, .rib:before {
    margin-top:0.5em;
    content: "";
    float:left;
    border:1.5em solid #eeeeee;
}

.rib:after {
    border-right-color:transparent;
}

.rib:before {
    border-left-color:transparent;
}

.rib a:link, .rib a:visited { 
    color:#333333;
    text-decoration:none;
    float:left;
    height:3.5em;
    overflow:hidden;
}


.rib span {
    background:#eeeeee;
    display:inline-block;
    line-height:3em;
    padding:0 1em;
    margin-top:0.9em;
    position:relative;
    -webkit-transition: background-color 0.2s, margin-top 0.2s;
    -moz-transition: background-color 0.2s, margin-top 0.2s;
    -ms-transition: background-color 0.2s, margin-top 0.2s;
    -o-transition: background-color 0.2s, margin-top 0.2s;
    transition: background-color 0.2s, margin-top 0.2s;
}

.rib a:hover span {
    background:#FF7F50;
    margin-top:0;
}

.rib span:before {
    content: "";
    position:absolute;
    top:3em;
    left:0;
    border-right:0.5em solid #51909B;
    border-bottom:0.5em solid #eeeeee;
}

.rib span:after {
    content: "";
    position:absolute;
    top:3em;
    right:0;
    border-left:0.5em solid #51909B;
    border-bottom:0.5em solid #eeeeee;
}


/**RIBBON */

.img-circle {
    border-radius: 50%;
}
.profile-photo {
    /*width: 255px;*/
    height: 255px;
    box-shadow: 2px #000;
    display: block;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    /*border-radius: 150px;*/
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
/*Creating an Animation*/
@keyframes careertest{
  from{background:#2a8ed1;}
  to{background:#9cd70e;}
}
.careertestadvert
{
  animation-name:careertest;
  animation-duration:5s;
  animation-iteration-count:infinite;
}
/*Bannner*/
banner.dark-translucent-bg, .banner.default-translucent-bg, .banner.light-translucent-bg, .banner.parallax {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #fff;
}
.dark-translucent-bg, .default-translucent-bg, .light-translucent-bg, .two-col-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*z-index: 1;*/
    position: relative;
    overflow: hidden;
}
/*.dark-translucent-bg:after {
    background-color: rgba(0,0,0,.5);
}
.dark-translucent-bg:after, .default-translucent-bg:after, .light-translucent-bg:after, .two-col-translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)scale(1,1);
}*/
/*===========Inline Forms*/
.inline-form-filters {
    position: relative;
    padding: 20px;
    border-radius: 0px;
}
/*==============Wight colors ==============*/
.high
{
  background:#9cd70e;
  color: #fff !important;
}

/*==== Dropdown Select Box*/

.select2-container--krajee .select2-selection--single {
    line-height: 1.928571429;
    padding: 6px 24px 6px 12px;
}


.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

@media only screen and (max-width: 480px) {
    #homepageCarousel,.prlx-bg,.purechat,.banner,.navbar-toggle-aside-menu,#about-us {
        display: none
    }

}

option:before { content: "? " }
option:checked:before { content: "? " }

.edx-home-page .hero-container .hero-main-tint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,transparent 40%,transparent 40%,rgba(0,0,0,0.6) 55%);
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: top;
    cursor: default;
}

.navbar-wp .dropdown-menu .mega-nav-section-title {
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #333;
    text-transform:none;
    font-weight: 600;
}


.navbar-wp .navbar-nav>li>a {
    border-top: 3px solid transparent;
    padding: 28px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.button-wrapper
{
  display: none;
}

.header-home-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #00b3df;
    /*text-transform: uppercase;*/
}
.modal-backdrop {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.definition
{
  background: #ECE9E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.path-slide
{
  background: #AAFFA9;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11FFBD, #AAFFA9);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11FFBD, #AAFFA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about-slide
{
  background: #ADD100;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #7B920A, #ADD100);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #7B920A, #ADD100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
}
.making-career
{
  background: #FBD3E9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FBD3E9, #BB377D);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FBD3E9, #BB377D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main-background
{
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.acquious
{
  background: #50C9C3;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #96DEDA, #50C9C3);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #96DEDA, #50C9C3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.reef
{
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
}
.leafy
{
  background: #76b852;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8DC26F, #76b852);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8DC26F, #76b852); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.facebook-messenger
{
  background: #00c6ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.amethyst
{
  background: #9D50BB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6E48AA, #9D50BB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.triangle {
  height: 0;
  width: 0;
  border-left: 5px solid red;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.clip
{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    background: #00c6ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:white;
    position:relative;
}
.clip-rectangular
{
  background: #00c6ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.clip-last
{
    clip-path: polygon(0 0, 100% 0, 80% 100%,0% 100%);
    background: #00c6ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.feeback_box {
background:#627BAE; width:260px; overflow:hidden;
position:fixed; bottom:0; right:20%; z-index:9;
}
.feeback_box label
  {
    padding: 5px 3px 5px 5px;
    font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-weight: bold; color:#fff;
  }
.feeback_box .header .close_btn {
background: url(../images/close_btn.png) no-repeat 0px 0px; 
float:right; width:15px;
height: 15px;
}
.feeback_box .header .close_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -16px;
}
.feeback_box .header .open_btn {
background: url(../images/close_btn.png) no-repeat 0px -32px;
float:right; width:15px;
height:15px;
}
.feeback_box .header .open_btn:hover {
background: url(../images/close_btn.png) no-repeat 0px -48px;
}
.feeback_box .header{
padding: 5px 3px 5px 5px;
font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: bold; color:#fff;
border: 1px solid rgba(0, 39, 121, .76);
border-bottom:none; cursor:pointer;
}
.feeback_box .header:hover{
background-color: #627BAE;
}
.feeback_box .message_box {
background: #FFFFFF; 
/*height: 200px*/;
overflow:auto; border: 1px solid #CCC;
}
.shout_msg{
margin-bottom: 10px; display: block;
border-bottom: 1px solid #F3F3F3; padding: 0px 5px 5px 5px;
font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif; color:#7C7C7C;
}
.message_box:last-child { border-bottom:none;
}
time{ 
font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: normal; float:right; color: #D5D5D5;
}
.shout_msg .username{
margin-bottom: 10px;margin-top: 10px;
}
.user_info input {
width: 98%; height: 25px; border: 1px solid #CCC; border-top: none; padding: 3px 0px 0px 3px;
/*font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;*/
}
.shout_msg .email{
font-weight: bold; display: block;
}

.option label
{
  color:#3498db;
}
.select3 label
{
  color:#3498db;
}

/*=======Ribbon======*/
  #ribbon-container {
    position: absolute;
    top: 15px;
    right: -30px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
    line-height: 18px;
  }
  
  #ribbon-container:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
  }

  
  #ribbon-container a {
    display:block;
    padding:20px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background:orange;
    overflow:visible;
    height:58px;
    margin-left:29px;
    color:#fff;
    text-decoration:none;
  }
  
  #ribbon-container a:after { /* this creates the "folded" part of our ribbon */
    content:""; 
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:-15px;
    right:0;
    border-top: 15px solid #004a70; 
    border-right: 15px solid transparent;
  }
  
  #ribbon-container a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    left:-29px;
    border-top: 29px solid orange; 
    border-bottom: 29px solid orange; 
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
  }
  
  #ribbon-container a:hover {
    background:#009ff1;
  }
  
  #ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
    border-top: 29px solid #009ff1; 
    border-bottom: 29px solid #009ff1;
  }

  .client {
    border: 1px solid #e0eded;
    padding: 0 15px;
    background: transparent;
}