/* Code tidied up by ScrapBook */
img{max-width: 100%!important}
.l-theme {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    position: relative;
}

.preloaderjs .spinner {
    display: none !important;
}

#page-preloader.preloaderjs {
    background: rgba(46, 46, 46, 0.99) none repeat scroll 0% 0% !important;
}

#page-preloader {
    position: fixed;
    z-index: 100500;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(46, 46, 46) none repeat scroll 0% 0%;
}

#page-preloader .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(206, 160, 95) transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 50%;
    animation: 2.5s linear 0s normal none infinite running spin;
}

#page-preloader .spinner::before, #page-preloader .spinner::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

#page-preloader .spinner::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(254, 83, 61) transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    animation: 2s linear 0s normal none infinite running spin;
}

#page-preloader .spinner::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    animation: 1s linear 0s normal none infinite running spin;
}

#page-preloader .spinner::after {
    border-top-color: rgb(255, 255, 255);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.header-top-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 77;
    width: 100%;
}

nav {
    margin-top: 30px;
}

.navbar {
    padding: 0.5rem 5.5rem;
}

.navbar-brand span {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 32px;
    font-weight: 400;
    height: 36px;
    margin-left: 7px;
}

.close-nav {
    display: none;
    position: absolute;
    color: rgb(255, 255, 255);
    right: 10px;
    top: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.nav a {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}

.nav a:hover {
    color: rgb(254, 83, 61);
}

.nav .active a {
    color: rgb(254, 83, 61);
}

.nav .active a:hover {
    color: rgb(255, 255, 255);
}

.dropdown-menu {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.nav-text {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    min-width: 325px;
}

.dropdown-menu a {
    color: rgb(34, 34, 34);
    font-size: 14px;
}

.nav-text span {
    color: rgb(254, 83, 61);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 11px;
    padding-top: 4px;
}

.nav-text::before {
    content: "";
    width: 1px;
    height: 35px;
    background-color: rgb(255, 255, 255);
    opacity: 0.25;
    margin-right: 20px;
}

.search {
    width: 30px;
    vertical-align: middle;
    line-height: 2.6;
    margin: 0px 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.search-block-hidden {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    z-index: 100000000;
}

.search-block-hidden form {
    margin: 20% auto;
    width: 50%;
}

.search-block-hidden input::placeholder {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-weight: 400;
}

.search-block-hidden input[type="text"] {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-weight: 400;
}

.search-block-hidden form input[type="text"] {
    width: 90%;
    height: 70px;
    background: transparent none repeat scroll 0% 0%;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 10px 30px 10px 0px;
    outline: medium none;
}

.search-global__btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: 0px none;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.search-global__btn i {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.search-global__note {
    color: rgb(255, 255, 255);
    padding-top: 10px;
    font-size: 12px;
}

.search-block-hidden form input[type="submit"] {
    width: 70px;
    height: 70px;
    background: rgb(21, 28, 50) none repeat scroll 0% 0%;
    border: 0px none;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.close-search {
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 29px;
    text-align: center;
    position: fixed;
    right: 10px;
    top: 15px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.close-search:hover {
    transform: scale(1.2);
}

.block-box .box-icon-1 {
    background: rgb(21, 28, 50) none repeat scroll 0% 0%;
    padding: 45px;
}

.block-box .box-text-first {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.block-box .box-text {
    padding: 50px 10px 50px 50px;
}

.block-box .box-text-second {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
}

.block-box .box-shadow {
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.1);
}

.block-box .box-1 {
    width: 66%;
    height: 155px;
}

.block-box .box-2 {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    width: 34%;
}

.block-box .box-span {
    width: 50%;
}

.block-box .box-text-left {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 80px;
    font-weight: 700;
    padding-left: 10%;
}

.block-box .box-text-right {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 28px;
    font-weight: 400;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.2;
}

.box-2-span {
    width: 100%;
    height: 170px;
}

.section-2 {
    padding: 100px 0px 80px;
}

.text-section-2 {
    padding: 0px 40px;
}

.text-section-2 p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.text-section-2 span {
    padding: 0px 13px 0px 10px;
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}

.img-section-2 {
    overflow: hidden;
}

.quote-section-2 .line-5-dark {
    width: 150px;
    height: 5px;
    background-color: rgb(21, 28, 50);
}

.quote-section-2 h3 {
    margin: 35px 0px;
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.6px;
}

.quote-section-2 {
    min-width: 23%;
    padding-top: 30px;
}

.section-3 {
    background-color: rgb(206, 160, 95);
    padding: 0px 7.5rem;
}

.section-3 .box-1 {
    padding: 100px 5%;
}

.section-3 .box-1 h3 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
}

.section-3 .box-1 p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 40px;
}

.line-2-white {
    width: 60px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
}

.section-3 .box-2 {
    transition: all 1s ease 0s;
    height: 100%;
    border-left: 1px solid rgb(216, 179, 127);
    padding: 100px 15%;
}

.section-3 .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.section-3 .box-2:hover {
    background: rgba(0, 0, 0, 0) url("") repeat scroll center center / cover;
    color: rgb(255, 255, 255);
}

.section-3 .box-2 h4 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
}

.section-3 .box-2 p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.section-3 .box-2 a {
    border-radius: 2px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 17px 23px;
    transition: all 0.5s ease 0s;
}

.section-3 .box-2 a:hover {
    background-color: rgb(254, 83, 61);
    border: 1px solid rgb(254, 83, 61);
    text-decoration: none;
}

.section-3 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.section-4 {
    padding: 100px 0px;
}

.section-head h5 {
    color: rgb(34, 34, 34);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.section-head h2 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.section-head .line-2-red {
    width: 60px;
    height: 2px;
    background-color: rgb(254, 83, 61);
    margin: 25px auto;
}

.item-section-4 i, .item-section-4 h5 {
    transition: all 0.5s ease 0s;
}

.item-section-4 i {
    font-size: 30px;
}

.item-section-4:hover i {
    color: rgb(254, 83, 61);
}

.item-section-4:hover h5 {
    color: rgb(254, 83, 61);
}

.item-text {
    margin-left: 20px;
}

.item-text h5 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    font-style: normal;
}

.item-text p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.space-top-section-4 {
    margin-top: 90px;
}

.section-5 {
    background: rgba(0, 0, 0, 0) url("") repeat fixed 50% 50% / cover;
}

.block-section {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    margin-top: 100px;
    padding: 70px;
    margin-bottom: -50px;
}

.sub-block-section h3 {
    margin-left: 17px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}

html .section-head h2 {
    font-size: 27px;
}

.text-block-section h5 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.text-block-section h5::before {
    content: "";
    width: 30px;
    position: relative;
    top: 2px;
    left: -2px;
    height: 2px;
    margin-right: 10px;
    margin-left: -40px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}

.text-block-section a {
    padding: 20px 30px;
    border-radius: 2px;
    background-color: rgb(21, 28, 50);
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.text-block-section a:hover {
    background: rgb(28, 40, 78) none repeat scroll 0% 0%;
}

.number-block-wrap {
    margin-top: 100px;
}

.number-block-wrap-2 {
    margin-top: 30px;
}

.number-item h3 {
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 60px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    margin-bottom: 5px;
}

.number-item h6 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}

.number-item .line-2-white {
    margin-top: 0px;
}

.section-6 {
    margin-top: 140px;
}

.isotop-menu {
    margin-top: 50px;
    margin-bottom: 40px;
}

.isotop-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: medium none;
    margin-right: 20px;
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    cursor: pointer;
}

.isotop-menu button.current {
    color: rgb(206, 160, 95);
}

.isotop-menu button {
    outline: medium none;
}

.grid-item {
    width: 20%;
    overflow: hidden;
    transition: all 0.7s ease 0s;
}

.grid-item img {
    width: 100%;
    height: auto;
}

.filter-grid {
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(21, 28, 50);
    color: rgb(255, 255, 255);
    transition: all 0.7s ease 0s;
}

.grid-item:hover .filter-grid {
    opacity: 0.9;
    top: 0px;
    left: 0px;
}

.filter-grid h4 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0px;
}

.filter-grid h5 {
    color: rgb(254, 83, 61);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.section-7 {
    border: 20px solid rgb(255, 255, 255);
    background: rgb(206, 160, 95) none repeat scroll 0% 0%;
    padding: 100px 0px;
    text-align: center;
}

.section-7 h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 32px;
    font-weight: 500;
}

.section-7 i {
    margin-top: 40px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
}

.section-7 i span {
    padding-left: 10px;
    font-family: "Merriweather", serif;
    font-size: 48px;
}

.section-7 h6 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.section-7 a {
    border-radius: 2px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 17px 23px;
    transition: all 0.5s ease 0s;
}

.section-7 a:hover {
    background-color: rgb(254, 83, 61);
    border: 1px solid rgb(254, 83, 61);
    text-decoration: none;
}

.section-8 {
    padding: 100px 0px;
}

.team-wrap {
    flex-direction: row;
}

.team-left h2 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
}

.team-left p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}

.team-line-red {
    width: 60px;
    height: 2px;
    margin-top: 20px;
    background-color: rgb(254, 83, 61);
}

.team-item {
    transition: all 0.5s ease 0s;
}

.team-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.21);
    z-index: 10000;
}

.team-item-text {
    padding: 50px;
    text-align: center;
}

.team-item-text i {
    color: rgb(21, 28, 50);
    font-size: 16px;
}

.team-item-text i span {
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}

.team-item h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
}

.team-item h5 {
    color: rgb(136, 136, 136);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.team-item-img {
    position: relative;
    width: 250px;
    overflow: hidden;
}

.team-item-hover {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 250px;
    height: 100%;
    background-color: rgb(21, 28, 50);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.team-item:hover .team-item-hover {
    opacity: 0.85;
    top: 0px;
}

.team-item:hover .team-item-text {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
}

.team-item-hover a i {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-left: 15px;
}

.section-9 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.left-block {
    width: 50%;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll 0% 0% / cover;
    padding: 100px 5%;
}

.left-block .list-left {
    margin-left: 0px;
    padding-left: 20px;
}

.left-block h2 {
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
}

.left-block p {
    margin-top: 40px;
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.list-left li {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.07px;
    list-style: outside none none;
}

.list-left li a {
    font-size: 15px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.list-left li a:hover {
    color: rgb(206, 160, 95);
}

.list-left li::before {
    content: "";
    border-color: transparent rgb(254, 83, 61);
    border-style: solid;
    border-width: 0.35em 0px 0.35em 0.45em;
    display: block;
    height: 0px;
    width: 0px;
    left: -18px;
    top: 18px;
    position: relative;
}

.right-block {
    text-align: center;
    width: 50%;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll 0% 0% / cover;
}

.right-block a {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 33px 18px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    background-color: rgb(254, 83, 61);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.2s ease 0s;
}

.right-block a:hover {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 33px 8px rgba(0, 0, 0, 0.35);
}

.right-block a:hover i {
    color: rgb(254, 83, 61);
}

.right-block i {
    margin-left: 5px;
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.right-block h6 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
    text-transform: uppercase;
}

.popup-show {
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: rgba(29, 29, 29, 0.92) none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
}

.popup-div {
    margin-top: calc(100vh / 2 - 150px);
    display: flex;
    justify-content: center;
}

.popup-show .close {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}

.section-10 {
    padding: 100px 0px;
}

.section-10 .carousel-item img {
    width: 100%;
    max-width: 100%;
}

.section-10 .carousel-item p {
    text-align: center;
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

.section-10 .carousel-item img {
    width: 100%;
    max-width: 75px;
}

.section-10 .carousel-indicators .active {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    position: relative;
}

.section-10 .carousel-indicators {
    transform: rotate(90deg);
    position: relative;
    margin-left: 0px;
    margin-right: 5%;
}

.section-10 .carousel-indicators li {
    background: rgb(213, 213, 213) none repeat scroll 0% 0%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
    margin-right: 10px;
}

.section-10 .carousel-item {
    padding-left: 10%;
}

.section-10 .item-wrap-footer {
    margin-top: 60px;
}

.section-10 .carousel {
    margin-top: 60px;
}

.section-10 .item-wrap-footer .item-text {
    margin-top: 10px;
}

.section-10 .item-wrap-footer .item-text h5 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -5px;
    padding-bottom: 0px;
}

.section-10 .item-wrap-footer .item-text h6 {
    color: rgb(136, 136, 136);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}
select.tooltipp,
input.tooltipp{
    border: 1px solid #999
}
select.tooltipp{width: 182px;height: 30px;}
.open__modal{cursor: pointer;}
.section-11 {
    padding: 100px 7.5rem;
    background: rgb(206, 160, 95) none repeat scroll 0% 0%;
}

.line-vertical::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    width: 1px;
    height: 546px;
    background-color: rgb(255, 255, 255);
    opacity: 0.2;
}

.section-11 .block-l h3 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    text-align: right;
    margin-bottom: 50px;
}

.section-11 .block-l {
    text-align: right;
    padding-right: 80px;
}

.section-11 .block-r h3 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
}

.section-11 .block-r p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
}

.section-11 input[type="text"] {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: medium none;
    padding: 20px;
    color: rgb(255, 255, 255);
    width: 100%;
}

.section-11 form input::placeholder {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

.section-11 form input:placeholder-shown {
    color: rgb(255, 255, 255);
}

.section-11 textarea {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0%;
    border: medium none;
}

.section-11 textarea::placeholder {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

.section-11 textarea {
    color: rgb(255, 255, 255);
    padding: 20px;
    width: 100%;
}

.section-11 input[type="submit"] {
    width: 180px;
    height: 55px;
    border-radius: 2px;
    background-color: rgb(254, 83, 61);
    border: medium none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.section-11 input[type="submit"]:hover {
    background-color: rgb(247, 46, 20);
}

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

.section-12 {
    padding: 100px 0px;
}

.artical {
    transition: all 0.5s ease 0s;
}

.artical:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 13px rgb(238, 238, 238);
}

.artical-text {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 45px 35px;
    width: 100%;
}

.artical-text h4 {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 500;
}

.artical-text p {
    color: rgb(68, 68, 68);
}

.artical img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.line-3 {
    width: 100%;
    height: 1px;
    background-color: rgb(221, 221, 221);
    margin-top: 30px;
    margin-bottom: 20px;
}

.artical-text .author {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}

.artical-text .author span {
    color: rgb(254, 83, 61);
    justify-content: space-between;
}

.artical-text .comment {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}

.artical-text .comment i {
    margin-right: 10px;
    font-size: 15px;
}

.section-12 .space {
    margin-top: 60px;
}

.read-button {
    border-radius: 3px;
    border: 1px solid rgb(21, 28, 50);
    padding: 20px 30px;
    display: block;
    width: 220px;
    text-align: center;
    transition: all 0.5s ease 0s;
    margin: 60px auto 0px;
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700;
}

.read-button:hover {
    text-decoration: none;
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    border: 1px solid rgb(254, 83, 61);
    color: rgb(255, 255, 255);
    transform: scale(1.1);
}

.section-13 {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
}

.section-13 .text-block-section h5 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.section-13.logo-back {
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 14% 10px;
    height: 206px;
    padding-top: 2.7%;
}

.section-13 .subscribe input[type="text"] {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 22px;
    color: rgb(255, 255, 255);
    border: medium none;
    width: 70%;
    height: 74px;
}

.section-13 .subscribe input::placeholder {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

.section-13 .subscribe input[type="submit"] {
    background-color: rgb(21, 28, 50);
    padding: 25px 40px;
    cursor: pointer;
    border: medium none;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
}

.section-13 .subscribe input[type="submit"]:hover {
    color: rgb(255, 255, 255);
    transform: scale(1.1);
    font-weight: 700;
}

.section-13 .subscribe {
    margin-top: 20px;
}

.row {
    justify-content: center;
}

footer {
    background: rgb(21, 24, 33) none repeat scroll 0% 0%;
}

.line-red {
    width: 60px;
    height: 2px;
    background-color: rgb(254, 83, 61);
    margin-top: 25px;
}

.footer-logo-text {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 40px;
}

.footer-head {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 20px;
    margin-left: 20px;
}

.line-red-2 {
    width: 30px;
    height: 2px;
    background-color: rgb(254, 83, 61);
    margin-left: 20px;
    margin-bottom: 20px;
}

footer .list-left.list-footer li::before {
    border-color: transparent rgb(172, 152, 123);
}

.footer-text-2 {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-left: 20px;
    margin-top: 30px;
}

.footer-map {
    color: rgb(206, 160, 95);
    line-height: 38px;
    text-decoration: underline;
    margin-left: 20px;
}

.footer-map:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.line-footer {
    width: 100%;
    height: 1px;
    background-color: rgb(51, 50, 51);
    margin-bottom: 40px;
}

.footer-alegada {
    opacity: 0.3;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.footer-social {
    text-align: right;
}

.footer-social a i {
    width: 35px;
    height: 35px;
    background-color: rgb(51, 50, 51);
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    line-height: 2.4;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

.footer-social a i:hover {
    background: rgb(206, 160, 95) none repeat scroll 0% 0%;
    transform: scale(1.3);
}

.line-dashed {
    width: 50px;
    height: 2px;
    border-bottom: 1px dashed rgb(0, 0, 0);
    margin-top: 8px;
}

.section-title {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 400;
    margin-top: 35px;
    line-height: 1.4;
}

.img-align {
    margin-left: 10px;
}

.section-paragraph {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

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

.get-button {
    margin: 10px 0px;
}

.section-title-center {
    text-align: center;
}

.section-title .sub-title {
    color: rgb(34, 34, 34);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-style: italic;
}

.section-title h2 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 42px;
    font-weight: 700;
}

.practice-section-4 {
    padding: 100px 0px;
}

.articles-block {
    margin-top: 70px;
}

.article-b h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.article-b p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.article-a-block span a {
    color: rgb(254, 83, 61);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07px;
    margin-left: 15px;
}

.article-a-block span::before {
    content: "";
    border-color: transparent rgb(254, 83, 61);
    border-style: solid;
    border-width: 0.25em 0px 0.25em 0.35em;
    display: block;
    height: 0px;
    width: 0px;
    left: 0px;
    top: 17px;
    position: relative;
}

.practice-section-5 {
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0) url("") repeat scroll 0% 0% / cover;
}

.practice-section-3 {
    margin-bottom: 100px;
}

.section-pr1-back {
    background: rgba(0, 0, 0, 0) url("") repeat scroll 0% 0%;
}

.p-block-3 {
    width: 360px;
    position: relative;
    height: auto;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.p-block-3 .p-block-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0% 0%;
    transition: all 0.5s ease 0s;
}

.p-block-text span {
    margin-bottom: -30px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.p-block-3:hover .p-block-text span {
    display: block;
    opacity: 1;
}

.p-block-3:hover .p-block-text {
    background-color: rgba(206, 160, 95, 0.95);
}

.p-block-3:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 12px rgb(238, 238, 238);
}

.p-block-text span::before {
    content: "";
    border-color: transparent rgb(255, 255, 255);
    border-style: solid;
    border-width: 0.25em 0px 0.25em 0.35em;
    display: block;
    height: 0px;
    width: 0px;
    left: -13px;
    top: 17px;
    position: relative;
}

.p-block-text span a {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.space-30 {
    margin-top: 20px;
}

.about-s-1 {
    padding: 100px 0px;
}

.contact-section-2 {
    padding-bottom: 50px !important;
}

.about-s-1 .text-block-section {
    padding-right: 5%;
}

.about-s-1 .text-block-section h5 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}

.about-s-1 .text-block-section h5::before {
    content: "";
    width: 30px;
    height: 2px;
    margin-right: 10px;
    margin-left: -40px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(254, 83, 61);
}

.about-s-1 .text-block-section p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.07px;
}

.about-r-2 h5 {
    color: rgb(34, 34, 34);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
    margin-top: 60px;
}

.about-r-2 img {
    margin-top: 40px;
}

.about-s-1 .block-box .box-1 {
    width: 100%;
}

.about-s-1 .block-box .box-icon-1 {
    background-color: rgb(206, 160, 95);
}

.about-s-1 .block-box .box-icon-2 {
    background-color: rgb(254, 83, 61);
    padding: 45px;
}

.about-s-1 .block-box {
    margin-top: 100px;
}

.about-s-2 {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding-top: 110px;
    position: relative;
}

.img-box-item {
    position: relative;
    transition: all 0.5s ease 0s;
}

.img-box-item img {
    width: 100%;
}

.img-box-item h4 {
    position: absolute;
    bottom: 55px;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    transition: all 2s ease 0s;
}

.img-box-item:hover {
    transform-origin: center bottom 0px;
    filter: saturate(1.7);
    z-index: 1000;
}

.img-box-item h4::first-letter {
    transition: all 2s ease 0s;
}

.number-box {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    width: 100%;
    padding: 65px 0px;
}

.number-box h4 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.number-box h5 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.07px;
    text-align: center;
}

.line-right {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.title-text h5::before {
    content: "";
    width: 50px;
    height: 2px;
    margin-right: 20px;
    margin-left: -70px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    position: relative;
    top: -2px;
}

.title-text h5 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.title-text h2 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.title-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-text.title-center {
    text-align: center;
    padding-bottom: 100px;
}

.title-center.title-text h2 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 76px;
}

.title-center.title-text h4 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
}

.blog-header {
    background: #000;
}

.article-wrap {
    padding-top: 110px;
}

.artical-blog .author {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.artical-blog .author span {
    color: rgb(254, 83, 61);
    padding: 0px 5px;
}

.artical-blog .comment {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.artical-blog .comment i {
    margin-right: 5px;
}

.space-50 {
    margin-top: 50px;
}

.artical-blog h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 24px;
}

.artical-blog p {
    margin-top: 24px;
    margin-bottom: 20px;
}

.line-right-data {
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 12px;
    margin-right: 12px;
}

.artical-blog .legal {
    color: rgb(206, 160, 95);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.article-read-more {
    padding: 17px 22px;
    border-radius: 2px;
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgb(21, 28, 50);
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

.article-read-more:hover {
    background: rgb(254, 83, 61) none repeat scroll 0% 0%;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(254, 83, 61);
}

.line-break {
    margin: 50px 0px 60px;
    width: 100%;
    height: 1px;
    background-color: rgb(233, 233, 233);
}

.control-img a {
    width: 50px;
    height: 50px;
    background: rgb(206, 160, 95) none repeat scroll 0% 0%;
    position: relative;
}

.carousel-control-next {
    opacity: 0.95;
}

.carousel-control-prev {
    opacity: 0.85;
}

.control-img {
    margin-top: -50px;
}

.article-select {
    padding: 10px 50px 0.1px;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    justify-content: space-between;
}

.article-buttons .fa-share-alt {
    color: rgb(68, 68, 68);
    font-size: 16px;
}

.back-color {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
}

.article-item {
    position: relative;
}

.video-button i {
    font-size: 60px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
}

.video-button-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.video-button {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 41px 14px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    border: 5px solid rgb(206, 160, 95);
    background-color: rgb(0, 0, 0);
    text-decoration: none !important;
}

.video-button:hover {
    opacity: 0.9;
}

.img-wrap {
    position: relative;
}

.quote i {
    font-size: 40px;
    color: rgb(221, 221, 221);
    margin-top: 30px;
}

.quote h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 35px;
}

.article-buttons-line {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.article-buttons-line span {
    display: inline;
}

.article-buttons-line span.new-line {
    display: block;
    width: 100%;
    height: 20px;
    color: rgb(136, 136, 136);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin-left: 110px;
}

.article-buttons-line::before {
    content: "";
    width: 50px;
    height: 2px;
    margin-right: 10px;
    margin-left: 50px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(254, 83, 61);
    position: relative;
    top: 3px;
}

.article-wrap .page-item {
    border-radius: 2px;
    border: 1px solid rgb(208, 210, 214);
    background-color: rgb(255, 255, 255);
}

.page-item.active .page-link {
    border-color: rgb(212, 150, 66);
    background-color: rgb(212, 150, 66);
}

.pagination {
    margin-bottom: 100px;
}

.pagination ul li {
    border-radius: 2px;
    border: 1px solid rgba(21, 28, 50, 0.21);
    display: inline-block;
    padding: 15px 23px;
    transition: all 0.5s ease 0s;
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
}

.pagination ul li:hover {
    background: rgb(212, 150, 66) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 1px solid rgb(212, 150, 66);
}

.article-search input#image-button {
    background: rgb(245, 245, 245) url("") no-repeat scroll left top;
    width: 25px;
    height: 25px;
    border: medium none;
    margin-top: 5px;
    margin-right: 20px;
    cursor: pointer;
}

.article-search {
    padding: 15px 0px 15px 20px;
    background-color: rgb(245, 245, 245);
}

.article-search input#search-text {
    border: medium none;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    width: 80%;
    outline: medium none;
    padding-right: 25px;
}

.article-search::after {
    content: "";
    width: 1px;
    height: 30px;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    display: block;
    margin-left: -60px;
}

.blog-about, .blog-social, .article-search {
    margin-bottom: 60px;
}

.blog-about .line-red-2, .blog-social .line-red-2 {
    margin-left: 0px;
    width: 40px;
}

.blog-about p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}

.blog-social .footer-social a i {
    background-color: rgb(245, 245, 245);
    margin-right: 5px;
    color: rgb(21, 28, 50);
}

.blog-social .footer-social {
    text-align: left;
    margin-top: 30px;
}

.blog-social .footer-social a i:hover {
    background: rgb(206, 160, 95) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.category ul {
    list-style: outside none none;
    margin-left: -40px;
}

.category ul li {
    margin-left: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(233, 233, 233);
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

.category ul li a {
    color: rgb(21, 28, 50);
}

.category ul li a:hover {
    color: rgb(206, 160, 95);
}

.blog-wrap-right {
    padding-left: 10px;
}

.banner {
    padding: 50px 20px;
    background-color: rgb(254, 83, 61);
    background-image: url("");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 60px;
}

.banner h4 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.banner a {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(21, 28, 50);
    border: medium none;
    padding: 20px;
    margin-top: 30px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
}

.banner a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.banner h5 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 25px;
}

.banner h3 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.latest-posts {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.latest-posts-item img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: 20px;
}

.latest-posts-item h5 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.latest-posts-item h5 a {
    color: rgb(21, 28, 50);
}

.latest-posts-item h6 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}

.latest-posts-item h6 span {
    color: rgb(254, 83, 61);
}

.normal-line {
    margin-left: 0px;
}

.space-60 {
    margin-top: 60px;
}

h4.font-head {
    font-family: "Merriweather", serif;
}

.tag-button {
    padding: 14px 18px;
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    display: block;
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 0.5s ease 0s;
}

.tag-button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(254, 83, 61);
    text-decoration: none;
    border-color: rgb(254, 83, 61);
}

.practice-single .font-head {
    margin-top: 50px;
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
}

.pr-line {
    margin-left: 0px;
    width: 60px;
}

.font-head-it {
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
    letter-spacing: -0.6px;
    font-weight: 400;
}

.par {
    margin-top: 30px;
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.par-img {
    margin-top: 50px;
}

.par-head-h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}

.par-p, .par-p2 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.par-list .list-left li {
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.07px;
    margin-left: -20px;
}

.par-p2 {
    margin-top: 50px;
}

.p-block-3 .p-block-text {
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.accordion-wrap .card-header {
    background-color: rgb(255, 255, 255);
    border-bottom: medium none;
}

.accordion-wrap .card {
    border-left: medium none rgb(233, 233, 233);
    border-right: medium none rgb(233, 233, 233);
    border-color: rgb(233, 233, 233);
}

.accordion .btn.btn-link {
    color: rgb(254, 83, 61);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
}

.accordion .btn.btn-link.collapsed {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
}

.accordion .btn.btn-link.collapsed::before {
    font-size: 20px;
    content: "+";
    position: absolute;
    left: 5px;
    top: 17px;
}

.accordion .btn.btn-link::before {
    font-size: 20px;
    content: "-";
    position: absolute;
    left: 5px;
    top: 15px;
}

.accordion .card-body {
    font-size: 15px;
    padding: 0px 1.25rem 1.75rem;
    color: rgb(68, 68, 68);
}

.space-team {
    margin-bottom: 30px;
    justify-content: space-around;
}

.pr2 .team-item {
    margin-right: 40px;
}

.pr2 .team-item:last-child {
    margin-right: 0px;
}

.pr2 {
    margin-bottom: 110px;
}

.article-select-quote {
    background: inherit;
    padding-left: 40px;
}

.normal-line-break {
    margin: 30px 0px 70px;
}

.comment-text {
    margin-left: 20px;
}

.comment-head h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.comment-head h5 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    margin-top: -10px;
}

.comment-header a i {
    margin-right: 5px;
    color: rgb(206, 160, 95);
    font-size: 16px;
}

.comment-header a {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-weight: 700;
}

.comment-text-main p {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.par-head-h4.normal {
    margin-top: 50px;
}

.space-70 {
    margin-top: 70px;
}

.comment-form {
    margin-bottom: 110px;
}

.comment-form-inputs .name {
    width: 100%;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    border: medium none;
    padding: 25px;
}

.comment-form-inputs .name::placeholder, textarea::placeholder, input::placeholder {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

.comment-form-inputs textarea {
    width: 100%;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    border: medium none;
    padding: 25px;
    margin-top: 25px;
}

.comment-form-inputs {
    margin-top: 40px;
}

.comment-button {
    padding: 20px 35px;
    border-radius: 2px;
    background-color: rgb(206, 160, 95);
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 400;
    border: medium none;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
}

.comment-button:hover {
    transform: scale(1.05);
    color: rgb(245, 245, 245);
}

.contact-subtitle {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}

.contact-subtitle::before {
    content: "";
    width: 30px;
    height: 2px;
    margin-right: 10px;
    margin-left: -40px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(254, 83, 61);
}

.contact-left h4.contact-heading-section, .contact-heading-section {
    font-family: Roboto;
    color: rgb(21, 28, 50);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.info {
    width: 98%;
    padding: 30px 40px;
    margin-top: 40px;
    background-color: rgb(245, 245, 245);
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.info span {
    color: rgb(21, 28, 50);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    margin-right: 12px;
}

.contact-left h4 {
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-table-wrap {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 22px 22px 22px 0px;
}

.contact-table-wrap .table-item {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 20px;
}

.contact-table-wrap .table-item-right {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.blog-social.normal-social {
    margin-top: 30px;
    margin-left: 20px;
}

#map {
    height: 500px;
}

.contact-form {
    padding: 25px 0px 0px;
}

.contact-form .section-head {
    margin-bottom: 60px;
}

.contact-form .form-input {
    width: 100%;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    border: medium none;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.contact-form textarea {
    width: 100%;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    border: medium none;
    padding: 15px 20px;
    margin-top: 0px;
    height: 160px;
}

.contact-form .col-md-12 {
    text-align: left;
}

.header-block {
    background: rgba(0, 0, 0, 0) url("") repeat scroll 0% 0% / cover;
}

.header-block .header-text {
    margin-top: 260px;
    text-align: center;
}

.header-block .header-text h2 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 76px;
}

.header-block .header-text h4 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 70px;
}

.header-search input[type="text"] {
    border-radius: 2px 0px 0px 2px;
    background-color: rgb(255, 255, 255);
    padding: 20px 30px;
    border: medium none;
    width: 40%;
}

.header-search input[type="text"]::placeholder {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.header-search #search-icon {
    background: rgb(254, 83, 61) url("") no-repeat scroll center center;
    width: 65px;
    height: 65px;
    border: medium none;
    margin-top: 0px;
    margin-right: -2px;
    cursor: pointer;
    border-radius: 0px 2px 2px 0px;
    transition: all 0.5s ease 0s;
}

.header-search #search-icon:hover {
    background-color: rgb(234, 58, 35);
}

.forum-join {
    background: rgba(0, 0, 0, 0) url("") repeat scroll 0% 0% / cover;
    width: 100%;
    padding: 60px 90px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.forum-join h5 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.forum-join h4 {
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 26px;
    font-weight: 700;
}

.button-register {
    padding: 15px 30px;
    border-radius: 2px;
    background-color: rgb(254, 83, 61);
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.5s ease 0s;
    margin-top: 25px;
}

.button-register:hover {
    background: rgb(234, 58, 35) none repeat scroll 0% 0%;
}

.blocks-item {
    width: 360px;
    height: 100px;
    margin-left: 30px;
}

.blocks-item:first-child {
    margin-left: 0px;
}

.blocks-item .block-item-number {
    width: 100px;
    height: 100px;
    background-color: rgb(21, 28, 50);
    color: rgb(255, 255, 255);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
}

.blocks-item .block-item-text {
    padding: 40px 0px 40px 40px;
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    width: 73%;
}

.block-item-number.color-47 {
    background-color: rgb(206, 160, 95);
}

.block-item-number.color-93 {
    background-color: rgb(254, 83, 61);
}

.section.forum-table {
    margin-top: 80px;
}

.section.forum-table th, .section.forum-table td {
    border-color: rgb(233, 233, 233);
    border-width: 1px;
}

.color-head th {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 28px 50px;
    color: rgb(21, 28, 50);
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 700;
}

.color-head th:last-child {
    text-align: right;
}

.forum-item {
    padding: 50px;
}

.forum-icon {
    margin-right: 20px;
}

.forum-icon i {
    font-size: 40px;
    color: rgb(21, 28, 50);
}

.forum-title .h4 {
    color: rgb(206, 160, 95);
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 400;
}

.forum-title .h5 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.normal-center {
    text-align: center;
    line-height: 10;
}

.sub-category {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-left: 3px solid rgb(233, 233, 233);
    margin-left: 20px;
    margin-top: 20px;
}

.sub-category-item {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.freshness-wrap {
    margin-top: 50px;
    padding-right: 0px;
    text-align: right;
}

.freshness-img {
    max-width: 60px;
}

.freshness-img img {
    max-width: 100%;
    height: auto;
}

.freshness-text {
    margin-right: 15px;
}

.freshness-text h5 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.freshness-text h6 {
    color: rgb(68, 68, 68);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.freshness-text h6 i {
    font-size: 14px;
    color: rgb(254, 83, 61);
    margin-right: 8px;
}

.freshness-normal-width {
    min-width: 340px;
}
