:root {
    --main-color: #C00000;
    --main-color-light: #f8d7da;
    --main-color-dark: #721c24;
    --main-color-rgb: 192, 0, 0;
}

.bq-color {
    border-left: 5px solid red;
}

.btn:hover {
    background-color: red;
    text-decoration: none;
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 3px solid red;
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed red;
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed red;
}

.clients-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}
.clients-grid li a {
    opacity: 1;
}
.clients-grid li a:hover {
    opacity: 0.7;
}
.clients-grid li:first-child::before {
    display: none;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 50%;
    border: 1px solid gray;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9dbfaf;
}

.searchTerm:focus {
    color: gray;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid gray;
    background: red;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-standard-image {
    height: 70px !important;
}

.logo-retina-image {
    height: 60px !important;
    margin-top: 20px !important;
}

.logo-position {
    margin-top: 15px !important;
}

.slider-left {
    top: 50% !important;
    transform: matrix(1, 0, 0, 1, 10, -30) !important;
    left: 0px !important;
}

.slider-right {
    top: 50% !important;
    transform: matrix(1, 0, 0, 1, -70, -30) !important;
    left: 100% !important;
}

.slider-capt {
    margin-top: -50px !important;
}

.font-header {
    font-size: 30px !important;
}

.search-section {
    margin-top: 50px !important;
    margin-left: 180px !important;
}

.prod-image {
    height: 400px;
    width: 1150px;
    margin-left: 120px;
}

.showmap {
    display: block !important;
}

.spacelocation {
    margin-top: 30px;
}

.floating {
	background-color: #25d366;
	box-shadow: 2px 2px 3px #999;
	border-radius: 50px;
	color: #FFF;
	bottom: 100px;
	right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 30px;
	position: fixed;
	width: 60px;
	height: 60px;
	text-align: center;
	z-index: 101;
}

.box-reseller {
    border-radius: 24px;
    font-size: 1.25rem;
    color: #333;
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8);
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.12));
}

.box-reseller .text h1 {
    border-left: 5px solid #dc3545;
}

.box-reseller .text p,
.box-reseller .text a {
    border-left: 5px solid transparent;
}

@media screen and (max-width: 768px) {
    .footer-margin {
        margin-top: 30px;
    }

    .prod-image {
        height: 200px;
        width: 300px;
        margin-left: 40px;
    }

    .slider-left {
        top: 50% !important;
        transform: matrix(1, 0, 0, 1, 10, -30) !important;
        left: 0px !important;
        width: 20px;
        height: 20px;
    }

    .slider-right {
        top: 50% !important;
        transform: matrix(1, 0, 0, 1, -30, -30) !important;
        left: 100% !important;
        width: 20px;
        height: 20px;
    }

    .arrow-left {
        font-size: 11px !important;
        line-height: 20px !important;
        margin-left: 4px !important;
    }

    .arrow-right {
        font-size: 11px !important;
        line-height: 20px !important;
        margin-left: 4px !important;
    }

    .slider-capt {
        margin-top: 0px !important;
    }

    .font-header {
        font-size: 15px !important;
    }

    .search-section {
        margin-top: 20px !important;
        margin-left: 70px !important;
    }

    .search {
        width: 100%;
        position: relative;
        display: flex;
    }

    .searchTerm {
        width: 50%;
        border: 1px solid gray;
        border-right: none;
        font-size: 10px;
        padding: 5px;
        height: 20px;
        border-radius: 5px 0 0 5px;
        outline: none;
        color: #9dbfaf;
    }

    .searchTerm:focus {
        color: gray;
    }

    .searchButton {
        width: 20px;
        height: 20px;
        border: 1px solid gray;
        background: red;
        text-align: center;
        color: #fff;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 10px;
    }

    .icon-search {
        margin-left: -2px;
    }

    .wrap {
        width: 30%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .floating {
        bottom: 20px;
        right: 20px;
    }
}

.fbox-media {
    border: 1px solid #E5E5E5;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.about_us *{
    text-align: justify;
    text-justify: inter-word;
}
