
/*8review**/
.review-items {
    position: relative;
    background: #d0aa3b;
    border-radius: 10px;
    margin-top: 80px;
}

.review-items .review-items-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.review-items .review-items-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.review-items .review-items-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
}

.review-items .review-items-content {
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

.review-items .review-items-content h2 {
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.review-items .review-items-content p {
    margin-bottom: 5px !important;
}

.review-items .review-items-content p i {
    color: #f8e435;
    margin: 0px 2px;
}

.review-items .review-item-view {
    padding: 5px 20px 20px 20px;
    font-family: "Montserrat";
    font-size: 15px;
}


@media only screen and (max-width: 900px) {
    .review-items .review-items-avatar {
        top: -15%
    }
}






















.review-slider .owl-dots {
    display: none;
}

.review-slider .owl-nav button {
    position: absolute;
    top: 65%;
    background: #1c2b58 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    min-height: 30px;
    border-radius: 50%;
    margin: 0px !important;
    border: 2px solid #fff !important;
}

.review-slider button.owl-prev {
    left: -15px;
}

.review-slider button.owl-next {
    right: -15px;
}

.review-slider .owl-nav button i {
    color: #fff;
    font-size: 20px !important;
    line-height: 25px;
    display: block;
}

































/*8form**/
.form-group h2 {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px !important;
}

.form-group p {
    font-family: "Montserrat";
    color: #000;
    font-size: 15px;
}

.input-contact, .textarea-contact {
    border: 1px solid #ddd;
    box-shadow: unset !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    font-size: 15px;
    font-family: "Montserrat";
}

.btn-contact {
    background: #03c103 !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
    font-family: "Montserrat SemiBold";
    font-size: 15px !important;
}

/**blog**/
.blog-new-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.blog-new-item .blog-new-avatar {
    width: 100%;
    height: 200px;
}

.blog-new-item .blog-new-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-new-item .blog-new-content {
    margin: 10px 0 0 0;
}

.blog-new-item .blog-meta {
    color: #273f8a;
    font-weight: 700;
    font-family: "Montserrat SemiBold";
    display: inline-block;
    border-bottom: 3px solid #a3b5df;
}

.blog-new-item .blog-new-content h2 {
    margin: 10px 0 0 0;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    display: -webkit-box;
    font-family: "Montserrat SemiBold";
    height: 50px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-new-item .blog-excerpt p {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
}

.blog-new-item:hover h2 {
    transition: 0.3s ease-in-out;
    color: #0056bc;
}

/**search**/
section#bk-search button {
    margin: 0px !important;
}

section#bk-search select {
    margin-bottom: 0px !important;
}

section#bk-search input {
    margin-bottom: 0px !important;
}

section#bk-search form {
    margin-bottom: 0px !important;
}

section#bk-search {
    background: #0056bc;
    padding: 30px 0;
}

div#form-content-search button {
    background: #fff !important;
    border-left: 1px solid #ddd;
    color: #000;
    font-family: "Montserrat SemiBold";
}

div#form-content-search select {
    box-shadow: unset !important;
    background-color: #fff !important;
    border: 0px !important;
    border-right: 1px solid #dddd !important;
}

div#form-content-search input {
    box-shadow: unset !important;
    background-color: #fff;
    border: 0px !important;
}

div#form-content-search {
    width: 700px;
    margin: auto;
}

/**breadcrumbs**
 */

section#breadcrumbs a, #breadcrumbs span {
    color: #000;
}

section#breadcrumbs i {
    color: #000;
    margin: 0px 6px;
}

section#breadcrumbs {
    padding: 15px 0;
    font-size: 15px;
    font-family: "Montserrat";
}

/**signle**
 */
header#header-single h2 {
    font-weight: 500;
    font-size: 25px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    font-family: "Montserrat SemiBold";
}

header#header-single .post-meta {
    font-size: 15px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-family: "Montserrat";
    margin: 8px 0;
    margin: 0px !important;
}

article.single-content p {
    margin-bottom: 10px !important;
}

article.single-content {
    margin: 20px 0;
    color: #333;
    font-family: "Montserrat Regular";
    font-weight: 500 !important;
}

.post-share ul li a {
    text-align: center;
    color: #fff;
    display: block;
    line-height: 30px;
}

.post-share {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.post-share ul li {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    background: #3d6ad6;
    transition: 0.3s ease-in-out;
}

.post-share ul li:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2)
}

.post-share ul li:nth-child(2) {
    background-color: rgb(29, 161, 242);
}

.post-share ul li:nth-child(3) {
    background-color: #770000;
}

article.single-content1 {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.single-content1 h2 {
    color: #333;
    font-family: "Montserrat Regular";
    font-size: 22px;
}

.post-releated ul li a {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat Regular";
}

.post-releated ul li {
    padding: 5px 0 !important;
}

/**widget-title**/
span.widget-title span {
    color: #333;
    font-family: "Montserrat Regular";
    font-size: 20px;
}

.is-divider.small {
    display: none;
}

span.widget-title {
    border-bottom: 2px solid #ddd;
    width: 100% !important;
    display: block;
    position: relative;
}

span.widget-title span {
    content: '';
    border-bottom: 2px solid #0056bc;
    padding-bottom: 10px;
    display: inline-block;
}

aside#nav_menu-2 ul li {
    border: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 2px 0 !important;
}

aside#nav_menu-2 ul li:last-child {
    border-bottom: 0px !important;
}

aside#nav_menu-2 ul li a {
    color: #000;
    font-family: "Montserrat Regular";
}

.widget-title h2 {
    border-bottom: 2px solid #ddd;
}

.widget-title h2 span {
    color: #333;
    font-family: "Montserrat Regular";
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #0056bc;
    padding-bottom: 10px;
    display: inline-block;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    backgroundbac: #0056bc !important;
    background: #0056bc !important;
    padding: 0px 10px !important;
    border: 1px solid #fff !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default:before {
    display: none !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    padding: 5px 0px !important;
}

div#masthead ul li:before {
    display: none !important;
}

div#masthead ul li:after {
    display: none;
}

.product-item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

.product-item:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-item .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.product-item .product-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-item-content h2 {
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    display: -webkit-box;
    font-family: "Montserrat SemiBold";
}

.product-item .product-item-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.product-item .product-item-content .post-meta {
    color: #000;
    font-family: "Montserrat";
    font-size: 12px;
}

.mobile {
    display: none;
}

/**category**/
.box-category {
    display: inline-block;
    width: 100%;
}

.box-category .box-category-avatar {
    width: 250px;
    height: 150px;
    float: left;
}

.box-category .box-category-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-category .box-category-content {
    float: left;
    width: calc(100% - 250px);
    padding-left: 20px;
}

.box-category .box-category-content h2 {
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    display: -webkit-box;
    font-family: "Montserrat SemiBold";
}

.box-category .box-category-excerpt {
    color: #000;
    font-family: "Montserrat";
    margin-top: 10px !important;
}

h2.title-page {
    color: #333;
    font-family: "Montserrat Regular";
    font-size: 20px;
    text-transform: uppercase;
    /* border-bottom: 2px solid #0056bc; */
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.page-content {
    color: #000;
    font-family: "Montserrat Regular";
}

/*8about**/
.box-about-text1 {
    background: #fff;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 16px -10px rgba(0, 0, 0, 0.3);
}

.home_tile2 h2 {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px !important;
}

.tab-wrapper {
    vertical-align: top;
    width: 100%;
    position: relative;
    display: table-cell;
}

.tab-wrapper:before {
    position: absolute;
    content: '';
    width: 2px;
    height: calc(100% - 33px);
    top: 0;
    left: 6px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab-wrapper ul {
    padding: 0;
    min-height: 60px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: none;
}

.tab-wrapper ul li {
    text-align: left;
    position: relative;
    max-width: none;
    width: 100%;
    margin-right: 75px;
    display: block;
}

.tab-wrapper ul li.active a {
       font-weight: 600;
    color: #f7c531;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
}

.tab-wrapper ul li a {
        font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: static;
    padding-left: 20px;
    border: none;
    font-family: "Montserrat Regular";
}

.tab-wrapper ul li a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #d9d9d9;
    border: 6px solid #f3f3f3;
    top: 0;
    left: -25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab-wrapper ul li.active a:before {
    background-color: #f7c531;
    border-color: #fff;
    box-shadow: -5px 7px 30px rgba(0, 0, 0, 0.07);
}

.box-about-content {
    width: 100%;
    float: right;
    display: inline;
    padding-left: 35px;
}

.box-about-tab {
    width: 100%;
    float: left;
    display: inline-block;
}

.box-about-content .tab-text {
    color: #000;
    font-family: "Montserrat";
    font-size: 17px;
        padding-top: 5px;
    padding-bottom: 10px;
}

.input-ct {
    border: 1px solid #ddd;
    box-shadow: unset !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    font-size: 15px;
    font-family: "Montserrat";
}

.btn-send {
    background: #03c103 !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
    font-family: "Montserrat SemiBold";
    font-size: 15px !important;
}

.message {
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


#desktop{
    display: block;
}
#mobile {
    display: none;
}