.logo {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    color: #195895;
}

.editor ul, .solution-wrap ul {
    padding-bottom: 10px;
}

.editor ul li, .solution-wrap ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.82em !important;
}

.editor ul li:before, .solution-wrap ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff5e13;
    background: #fff;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

.mustard {
    color: #e6b517;
}

.team-thumb {
    text-align: center;
}

.center {
    text-align: center;
}

h2 {
    /*font-weight: normal !important;*/
}

h4 {
    line-height: 1.4em;
}

.details-info ul {
    margin-bottom: 1rem;
}

.details-info li::before {
  content: "\2012";
  color: #ff5e13;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: 0em;
}

.white {
    color: #fff;
}

.orange {
    color: #e65a17 !important;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.bigger-text p {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 16px;
}

.highlight {
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #052b50;
}

@media (max-width: 767px) {
    .highlight {
        font-size: 30px;
        line-height: 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .highlight {
        font-size: 32px;
        line-height: 48px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .highlight br {
        display: none
    }
}

.section-title h3 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
    font-family: "Rubik",sans-serif;
}

.www {
    /*position:absolute;
    width:0; height:0;
    overflow:hidden;*/
    display: none;
}

.error {
    color: #e65a17;
}

.details-info img
{
     max-width: 100%;
     height: auto;
     margin-top: 20px;
     margin-bottom: 20px;
}

.table-sm {
    font-size: 14px;
}

p {
    width: 100%;
}

.section-padding a:hover {
    color: #e65a17;
}

.boxed-btn:disabled {
	background: rgba(230, 90, 23, 0.3);
}

.breadcrumb h1 {
    color: #ff5e13;
}