body {
    font-family: 'Exo 2', 'Open Sans', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #6a7777;
}


body.pragmatica {
    font-family: pragmatica, sans-serif;
}

body.pragmatica-condensed {
    font-family: pragmatica-condensed, sans-serif;
}

body.pragmatica-extended {
    font-family: pragmatica-extended, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Exo 2', 'Open Sans', 'Roboto', sans-serif;
    color: #464651;
    font-weight: 600;
}

.border {
    border-color: #e5e5e5 !important;
}

.shadow-sm {
    box-shadow: 0 .165rem .35rem rgba(0, 0, 0, .055) !important;
}

h2,
h3,
h4,
h5 {
    font-size: 1.8em;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    color: #f5ba4b;
}

p,
.text-def {
    color: #6c757d !important;
}

a,
a:visited,
a.nav-link,
a.nav-link:visited {
    color: rgba(231, 155, 15, 1);
    text-decoration: underline;
}

a.nav-link,
a.dropdown-item {
    text-decoration: none;
}

a:hover {
    color: #3ac47d;
    text-decoration: underline;
}

b,
strong {
    color: #3ac47d;
    font-weight: 600;
}
img {
    max-width: 100%;
}



.mt-b {
    margin-top: 5.11rem;
}

.mb-b {
    margin-bottom: 3.11rem;
}

.m-tb {
    margin-top: 5.11rem;
    margin-bottom: 5.11rem;
}

.pt-b {
    padding-top: 5.11rem;
}

.pb-b {
    padding-bottom: 5.11rem;
}

.p-tb {
    padding-top: 5.11rem;
    padding-bottom: 5.11rem;
}

.head-menu .dropdown-menu {
    z-index: 100;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 0.9rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
}

.head-menu .dropdown-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .08);

}

.head-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff;

}

.head-menu .dropdown-item:hover,
.head-menu .dropdown-item.active {
    background-color: rgba(50, 50, 50, .03);
    color: #f5ba4b;
}







ul.def {
    list-style: none;
}

ul.def li {
    position: relative;
    margin-bottom: 11px;
}

ul.def li:before {
    content: "\F063D";
    position: absolute;
    left: -25px;
    top: 0;
    font-size: 1.2rem;
    font-family: "Material Design Icons";
    color: rgba(58, 196, 125, 0.7);
}



.ps-info {
    background-color: #f8f9fa;   
}



.work-site-item {
    border-bottom: 1px #ededed solid;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    box-shadow: 5px 5px 10px 0 rgba(50, 50, 50, .10);
    text-decoration: none;
}

.w-thumbnail {
    position: relative;
}

a.work-site-item:hover {
    text-decoration: none;
    box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, .20);
}

.w-thumbnail-i {
    /*background-color: rgba(58,196,195,.95);*/
    background-color: transparent;
    color: #3ac47d;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.work-site-item-text {
    padding: 20px;
    text-align: center;
    color: #464c51;
    font-size: 16px;
    font-weight: 600;
}

.work-site-item-foot {
    padding: 0 20px 10px;
    font-size: 14px;
    color: #6c757d;
}

.url-site-item-foot {
    padding: 10px 20px 10px;
    font-size: 14px;
    color: #6c757d;
    border-top: 1px solid #ededed;
    background-color: rgba(50, 50, 50, 0.02);
}

@media (min-width: 576px) {
    .work-site-item-text {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .work-site-item-text {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .work-site-item-text {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .work-site-item-text {
        font-size: 16px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 1.5rem + 2px);
    padding: .75rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.75;
    color: #495057 !important;
    background-color: #f8f9fa !important;
    background-clip: padding-box;
    border: 1px solid #f5ba4b;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-styled {
    padding: 5rem 2.5rem;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px #ededed solid;
    box-shadow: 5px 5px 10px #ededed;
}

.form-check-label {
    font-size: 14px;
}

.form-control:focus {
    color: #f5ba4b;
    background-color: #fff;
    border-color: #f5ba4b;
    outline: 0;
    box-shadow: none;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f5ba4b;
    border: 1px solid#f5ba4b;
    border-radius: 0;
    height:100%;
}

.form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -1.25rem;
}

.section {
    margin-top: 80px;
}

.price-list {
    border: 1px #ededed solid;
    border-bottom: none;
}

.price-list .row {
    background-color: #ffffff;
    border-bottom: 1px #ededed solid;
}

.price-list .text-muted {
    font-size: 12px;
}

.price-list .row div {
    padding-top: 11px;
    padding-bottom: 11px;
}

.inner-block {
    padding-top: 80px;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}
.anchor_url {
    width:1px;
    height:1px;
    position: absolute;
    top:-40px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}
.modal-title {
    font-size: 1.1rem;
}
.btn {    
    border-radius: 0;    
}
.modal-header {
    background-color: #FBFAFA;
    border-bottom: 0;
    padding-top:30px;
    padding-bottom: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: rgba(231, 155, 15, 1);
    border-color: rgba(231, 155, 15, 1);
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d;
    box-shadow: 0 0 0 0.15rem rgba(58, 196, 125, 0.5);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d;
  }
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.15rem rgba(58, 196, 125, 0.5);
  }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d;
  }
.errortext {
    color:red;
    font-size: 13px;
}
textarea.form-control {
    min-height: 120px;
    height:120px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    color: #c6c7c7 !important;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
}