
nav#nav > ul > li > a {
    color: #000;
    font-weight: 500;
    padding: 20px 15px;
}
section#nav-container {
    width: auto;
}
div#left h2 {
    color: #333;
    font-weight: 500;
}
div#left h2 span {
    text-transform: none;
}
div.cta {
    background-image: none;
    background-color: #f1f1f1;
}
a.button {
    background-color: #0a619e;
}
a.carousel-control {
    width: 70px;
    background-image: none !important;
    background: none;
    border: none !important;
    box-shadow: none;
}
a.carousel-control svg {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    top: calc(50% - 25px);
    position: relative;
}
img {max-width: 100%}
img.test-raiting {
    width: 150px;
    display: block;
    margin: auto auto auto auto;
}
h3.test-title1 {
    text-align: center;
}
.testimonial-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.test-img {
    display: block;
    border-radius: 50%;
    width: 150px;
}
.testimonial-right p {
    padding-left: 30px;
}
.carousel-inner.testimonial-slider {
    padding: 20px 0;
    border-bottom: solid 3px #ccc;
}
.carousel-inner.testimonial-slider > .item {
    background: transparent;
}
.carousel-inner.testimonial-slider > .item {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
}
div#content.home {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 60px 15px;
}
.box-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-home > div:nth-child(1) {
    padding-right: 40px;
}
.box-home > div:nth-child(2) {
    padding-left: 40px;
}
#content .box-home h3 {
    margin-bottom: 30px;
}
#content .box-home p {
    margin-bottom: 20px;
}
#content .box-home img.img-responsive {
    width: 300px;
    margin: auto;
}
.row.home-contact {
    padding: 80px 0 40px 0;
}
.home-contact2 a > img {
    display: inline-block;
    height: 30px !important;
    width: auto;
    margin-top: -10px;
}
.home-contact2 a > h3 {
    display: inline-block;
    margin: auto !important;
}
div.footer {
    border: none;
    background-color: #f1f1f1;
}
span.footer-copy {
    display: block;
    text-align: center !important;
    color: #333;
    width: 100%;
}
div.footer {
    border: none;
    background-color: #f1f1f1;
    padding-top: 40px;
}
.button:visited {
    color: #fff;
}









/* /global ***************************************************************/

@media screen and (min-width:768px) and (max-width:1023px){

.cta .container div#left {
    width: 100%;
}
.cta .container div#right {
    width: 100%;
    text-align: center !important;
    margin: auto;
}
div.cta {
    height: auto;
}
.cta .container #right a.button {
    display: inline-block;
    margin: auto;
    float: none;
}
#right img.alignright-noborder {
    margin-top: 10px;
}
.carousel .carousel-control {
    width: 60px !important;
    position: absolute;
}
div.carousel-inner.testimonial-slider {
    padding: 20px 30px;
}
.container div#content.home {
    width: 90%;
}
a.button {
    float: none;
}





} /* /(min-width:768px) and (max-width:1023px) ****************************/


@media screen and (max-width:767px){

.cta .container div#left {
    width: 100%;
}
.cta .container div#right {
    width: 100%;
    text-align: center !important;
    margin: auto;
}
div.cta {
    height: auto;
}
.cta .container #right a.button {
    display: inline-block;
    margin: auto;
    float: none;
}
#right img.alignright-noborder {
    margin-top: 10px;
}
.carousel .carousel-control {
    width: 60px !important;
    position: absolute;
}
div.carousel-inner.testimonial-slider {
    padding: 20px 30px;
}
.container div#content.home {
    width: 90%;
}
a.button {
    float: none;
}
div.testimonial-right {
    flex-direction: column;
    -webkit-flex-direction: column;
}
div.box-home > div {
    padding: 0 !important;
}
div.box-home {
    flex-direction: column;
}
div.container div#content.home {
    width: 100%;
}
body div.footer {
    padding: 20px 15px;
}
.testimonial-left {
    display: none;
}
div.testimonial-right img.test-img {
    width: 80px;
}






} /* /max-width:767px ******************************************************/