@FONT-FACE {
    font-family: "gess";
    src: url("GE_SS_TWO_LIGHT.OTF");
}

@FONT-FACE {
    font-family: "english";
    src: url("TitilliumWeb-Regular.ttf");
}



@FONT-FACE {
    font-family: "Roboto";
    src: url("GE_SS_TWO_LIGHT.OTF");
}

.footer form input[type=email] {
    border: none;
    background-color: #1b1d1e;
    width: 78%;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}

form button {
    width: 20%;
    border: none;
    background-color: #1b1d1e;
    color: #c31f20;
    padding: 14px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}
.footer_img a {
    width: 24%;
    margin-left: 1%;
}

.footer_img img {
    margin-bottom: 5px;
    width: 30%;
    height: 10%;
    max-width: 100%;
}

.footer .widget-title
{
    margin-top: 20px;
}
.copyright
{
    color: white;
}
.whats-icon{
    position: fixed;
    bottom: 65px;
    left: 40px;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
}
.whats-icon a {
    color: #fff;
}
.whats-icon:hover a {
    color:#4dc247;

}
.whats-icon:hover{
    color:#4dc247;
    background:#333;
}
.phone-icon{
    position: fixed;
    bottom: 20px;
    left: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    background: black;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    border: 2px solid darkred;
}


.phone-icon a {
    color: #fff;
}


.phone-icon:hover a {
    color:#d61736;

}


.phone-icon:hover{
    color:#d61736;
    background:#333;
}

.quote-item .quote-text:before {
    color: #c31f20;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 100px;
    color: #999;
}

/***/

.mb-80 {
    margin-bottom: 80px;
}
.single-team-item {
    position: relative;
}
.team-bg {
    height: 400px;
    background-size: 100%;
    background-position: center;
    border-radius: 5px;
    background-color: #ddd;
    background-repeat: no-repeat;
}
.orange-text {
    color: #d50011;
}

.section-title h3:after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #d50011;
    margin: 0 auto;
}

.section-title p {
    font-size: 15px;
    width: 530px;
    margin: 0 auto;
    color: #555;
    margin-top: 10px;
    line-height: 1.8;
}

.banner-title
{
    color:#c31f20;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #202020;
}
.breadcrumb li a, .breadcrumb .breadcrumb-item, .breadcrumb li a:focus, .breadcrumb li a:hover {
    color: #141313 !important;
}

.widget-tags ul > li a {
    border: 1px solid #dadada;
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
}
.widget-tags ul > li a:hover {
    background: #c31f20;
    color: #fff;
    border: 1px solid transparent;
}

.hola {
    text-align: center;
}
#gallery {
    padding-top: 40px;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    max-height: 100%;
    object-fit: contain;
    padding: 5%;

}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    left: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}


.logo img {
    height: 50px !important;
}

.pagination-wrap {
    margin-top: 40px;
}
.pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important;
}
.pagination-wrap ul li {
    display: inline-block;
}
.page-item.active .page-link
{

    z-index: 3;
    color: #fff;
    background-color: black;
    border-color: darkred;

}
p{
    text-align: right !important;
}

ul.top-info-box
{
    float: left;
}

.header-one ul.navbar-nav > li {
    padding-left: 30px;
    padding-right: 0;
}

.search-block .search-close {
    right: -50px;
}

.dropdown-menu
{
    right: 0 !important;
    position: relative;
}
dropdown-submenu .dropdown-menu
{
    right: 0 !important;
}

li{
    text-align: right !important;
}
div.lang
{

    position: absolute;
    cursor: pointer;
    top: 22px;
    color: #999;

}

.footer-widget
{
    text-align: right;
}
.footer .widget-title {
    border-right: 3px solid #c31f20;
    border-left: none;
    padding-right: 15px;
}
ul.list-arrow li:before {
    margin-left: 13px;
}
p.carousalbtn
{
    text-align: center !important;
}
.into-sub-title {
    text-align: right;
}
.ts-service-box .ts-service-icon i {
    float: right;
}
.accordion-group .card-header .btn:before
{

    left: 16px;
}
.service-box-title
{
    text-align: right;
}

.ts-service-box .ts-service-box-info
{
    margin-right: 25px;
    margin-bottom: 40px;
    margin-left: 0px;
}
.fa-trophy:before {

}
.ts-service-box .ts-service-box-content {
    margin-right:60px;
}

@media (max-width: 600px)
{
ul.top-info-box li div div p,ul.top-info-box li,ul.top-info-box li div div{
     text-align:center !important;
}
   
}
@media (max-width: 991px)
{
    .top-info-box .info-box > p
    {
        text-align:center !important;
    }
    div.lang
    {
        left: 0px !important;
    }
    .nav-search
    {
        left:140px;
    }
    .search-block
    {
        left: 155px;
        right: 50vw;
    }
    .search-block .search-close {
        right: -6px;
    }
}

.quote-item .quote-text:before {
    right: 0;
}

.page-slider.small-bg .box-slider-content
{
    right: 20%;
}
.widget-title
{
    text-align: right;
}

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 38px 30px;
    padding-left: 0;
    padding-right: 15px;
    text-transform: uppercase;
    border-right: 3px solid #c31f20;
    border-left: none;
}
.column-title
{
    text-align: right;
}
.column-title-small
{
    text-align: right;
}

.list-unstyled
{
    padding-right: 0;
}

element.style {
}
.widget-tags ul > li {
    float: right;
}
.post-meta,.entry-title,.post-footer
{
    text-align: right;
}
.entry-title
{
    margin-right: 10px;
}

.posts-thumb
{
    padding-left: 15px;
}
.mynews .widget-title
{
    margin:10px 0 30px;
}
.widget.recent-posts .widget-title {
    margin-bottom: 59px;
}
.news .posts-thumb
{
    margin-bottom:50px;
}

.searchresult .ts-service-info {
     margin-left: 0px;
    text-align: right !important;
}
.searchresult .learn-more{
    direction: ltr;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}
@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 100% !important;
        top: 0;
        display: none;
    }


}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}



