a {
   color:#316ce8;
}
.organizations {
   margin-top:20px;
}
.organizations ul.i-list {
    padding-left: 0;
    list-style: none;
 }
 
 .organizations ul.i-list .list-title {
    display: inline-block;
    position: absolute;
 }
 
 .organizations ul.i-list li {
    padding: 2px 0px;
 }
 
 .organizations ul.i-list i.fa {
    margin-right: 7px;
 }
 
 .organizations ul.i-list .list-item {
    margin-top: 3px;
    display: inline-block;
 }
 
 .organizations ul.i-list.filled i.fa {
    color: white;
    font-size: 9px;
    padding: 5px;
    border-radius: 50%;
 }
 
 .organizations ul.e-icon-list.filled li {
    padding: 2px 0px;
    line-height: 24px;
 }
 
 .organizations ul.i-list.underline li {
    padding: 6px 0px;
    border-bottom: 1px solid #eee;
 }
 
 .organizations ul.i-list.medium li {
    padding-bottom: 25px;
    position: relative;
 }
 
 .organizations ul.i-list.medium .icon {
    margin-right: 25px;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 68px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(0,0,0,.28);
    position: relative;
    z-index: 1;
    /*background-image: url(../img/crease.svg) !important;
    -moz-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background-position: center center !important;*/
 }
 
 .organizations ul.i-list.medium .icon i.fa {
    margin: 0;
 }
 
 .organizations ul.i-list.medium.bordered .icon {
    background: white;
    color: inherit;
    border: 2px solid #8fc135;
    font-size: 26px;
    color: #8fc135;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 22px rgba(0,0,0,.28);
 }
 
 .organizations ul.i-list.medium .list-item {
    text-transform: uppercase;
 }
 
 .organizations ul.i-list.large .icon {
    margin-right: 30px;
    background: #d0d0d0;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0,0,0,.28);
 }
 
 .organizations ul.i-list.large .icon i.fa {
    margin: 0;
 }
 
 .organizations ul.i-list.large.bordered .icon {
    background: inherit;
    color: inherit;
    border: 2px solid #8fc135;
    font-size: 30px;
    color: #8fc135;
 }
 
 .organizations ul.i-list.large .list-item {
    text-transform: uppercase;
 }
 
 .organizations ul.i-list .icon {
    float: left;
 }
 
 .organizations ul.i-list.right {
    text-align: right;
 }
 
 .organizations ul.i-list.right .icon {
    float: right;
 }
 
 .organizations ul.i-list.right .icon {
    float: right;
    margin-right: 0;
    margin-left: 25px;
 }
 
 .organizations ul.i-list.large.right .icon {
    float: right;
    margin-right: 0;
    margin-left: 30px;
 }
 
 .organizations ul.i-list.large li {
    margin-bottom: 25px;
 }
 
 .organizations ul.i-list .icon-content {
    overflow: hidden;
 }
 
 .organizations ul.i-list .icon-content .title {
    margin-top: 5px;
    margin-bottom: 10px;
 }
 
 .organizations .left-line .iconlist-timeline {
    left: auto;
    right: 35px;
 }
 
 .organizations .iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 32px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
    height: 100%;
    border-color: #ccc;
 }
 .organizations .icon{
         background-color: #0cb4ce;
 }
 .organizations separator, .testimonial-two, .exp-separator-inner {
     border-color: #0cb4ce;
 }
 .organizations .exp-separator {
     border-color: #0cb4ce;
     border-top-width: 2px;
     margin-top: 10px;
     margin-bottom: 2px;
     width: 100%;
     max-width: 55px;
     border-top-style: solid;
     height: auto;
     clear: both;
     position: relative;
     z-index: 11;
 }
 .organizations .section-sub-title {
     font-size: 18px;
     margin-bottom: 20px;
     font-weight: 400;
     font-family: Poppins;
 }
 .organizations .section-title {
     font-size: 32px;
     font-weight: 600;
     margin-top: 0.45em;
     margin-bottom: 0.35em;
     color: #303133;
     font-family: Poppins;
     letter-spacing: -0.02em;
 }
 .organizations .pb-20 {
     padding-bottom: 20px !important;
 }
 .organizations .text-center {
     text-align: center!important;
 }
 .organizations .center-separator .exp-separator-inner, .organizations .center-separator.exp-separator {
     margin-left: auto;
     margin-right: auto;
 }
 .bg-custom {
   background:#f9fafc9f;
 }


/* or, for legacy browsers */

.forms ::-webkit-input-placeholder {
   text-align: center;
}

.forms :-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.forms ::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.forms :-ms-input-placeholder {  
   text-align: center; 
}
.pricing6 {
   font-family: "Montserrat", sans-serif;
   color: #8d97ad;
   font-weight: 300;
 }
 
 .pricing6 h1,
 .pricing6 h2,
 .pricing6 h3,
 .pricing6 h4,
 .pricing6 h5,
 .pricing6 h6 {
   color: #3e4555;
 }
 
 .pricing6 .font-weight-medium {
   font-weight: 500;
 }
 
 .pricing6 .bg-light {
   background-color: #f4f8fa !important;
 }
 
 .pricing6 h5 {
     line-height: 22px;
     font-size: 18px;
 }
 
 .pricing6 .subtitle {
   color: #8d97ad;
   line-height: 24px;
 }
 
 .pricing6 .card.card-shadow {
   -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
   box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
 }
 
 .pricing6 .price-box sup {
   top: -20px;
   font-size: 16px;
 }
 
 .pricing6 .price-box .display-5 {
   line-height: 58px;
   font-size: 3rem;
 }
 
 .pricing6 .btn-info-gradiant {
       background: #188ef4;
     background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
     background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
     background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
     background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
     background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
 }
 
 .pricing6 .btn-info-gradiant:hover {
       background: #316ce8;
     background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
     background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
     background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
     background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
     background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
 }
 
 .pricing6 .btn-md {
     padding: 15px 45px;
     font-size: 16px;
 }
 
 .pricing6 .text-info {
     color: #188ef4 !important;
 }
 
 .pricing6 .badge-danger {
     background-color: #ff4d7e;
 }
.custom-border {
      border:solid thin #4263eb;
}
.forms input, .forms .btn, .forms select, .forms .form-control {
   font-size:18px !important;
   padding:20px !important;
   text-align: center !important;
   height:auto;
}
.forms ::placeholder {
   text-align: center; 
}
.ck-editor__editable {min-height: 200px;}
.bg-none {
   background-color: #eee;
   color:#000;
   padding:5px 8px;
   font-size:11px;
}
.bg-low {
   background-color: #fce83a;
   color:#000;
   padding:5px 8px;
   font-size:11px;
}
.bg-medium {
   background-color: #fca83a;
   color:#000;
   padding:5px 8px;
   font-size:11px;
}
.bg-high {
   background-color: #fc713a;
   color:#000;
   padding:5px 8px;
   font-size:11px;
}
.bg-critical {
   background-color: #db2707;
   color:#f8f7fa;
   padding:5px 8px;
   font-size:11px;
}
ul.timeline-3 {
   list-style-type: none;
   position: relative;
 }
 ul.timeline-3:before {
   content: " ";
   background: #d4d9df;
   display: inline-block;
   position: absolute;
   left: 29px;
   width: 2px;
   height: 100%;
   z-index: 400;
 }
 ul.timeline-3 > li {
   margin: 20px 0;
   padding-left: 20px;
 }
 ul.timeline-3 > li:before {
   content: " ";
   background: white;
   display: inline-block;
   position: absolute;
   border-radius: 50%;
   border: 3px solid #22c0e8;
   left: 20px;
   width: 20px;
   height: 20px;
   z-index: 400;
 }
 .link-muted { color: #aaa; } .link-muted:hover { color: #1266f1; }