/**************



*******************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, a { font-family: 'Jost', sans-serif; }
body, p { font-family: 'Nunito', sans-serif; }

a, a:hover { color: #f44336;}

body{
    background: #e7e5e3;
}

@media (min-width: 767px)
{
.md-text-right {
    text-align: right;   
    margin-left: -2rem;
}
}

img.logo.md {
    width: 162px;
}

img.logo.xs {
    width: 150px;
}

.px-size { padding-right: 6.5rem; padding-left: 6.5rem; }

@media (max-width: 800px)
{
    .px-size { padding-right: 2rem; padding-left: 2rem }
}

header {
    padding-bottom: 5rem;
}

.bg-grey {
    background: #f3f2f2;
}


.bg-orange {
    background: #ff5722;
}

section.border_1 {
    border-style: solid;
    border-width: 1px 2px;
    border-color: #a0a0a0;
}
section.border_2 {
    border-style: solid;
    border-width: 1px 2px 2px;
    border-color: #a0a0a0;
}


/***HEADERS***/
@media (min-width: 1200px)
{
  h1, .h1 {
    font-size: 4.5rem;
    }
    h2, .h2 {
        font-size: 4rem;
    }  
}


/**---------**/

/**LINKS***/
.btn-link, .btn-link:hover  {
    font-weight: 700;
    color: #f44336;;
    text-decoration: none;
    position: relative;
}
.btn-link span { text-decoration: underline; }

.btn-link::after {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;    
    font-size: 2.6rem;
    position: absolute;
    right: -60px;
    bottom: -10px;
}

.btn-view::after {content: "\e1ca";}
.btn-download::after {content: "\f000"}

/**-----**/

/*** TESTIMONIAL **/
.testimonial-bg {
   /* border: 5px solid #F44336;
    padding: 45px 70px;*/
   /* text-align: center;*/
    position: relative;
}
.testimonial-bg:before {
    font-family: 'Material Symbols Sharp';
    font-weight: normal;
    content: "\e244";
    width: 85px;
    height: 86px;
    line-height: 80px;
    background: #000;
    text-align: center;
    font-size: 85px;
    color: #F44336;
    position: absolute;
    top: -85px;
    left: 0%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #fff;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
/*
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
*/
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post a{
    display: inline-block;
    font-size: 20px;
    color: #848484;
    text-decoration: none;
}
.testimonial .post a:hover {color: #F44336;}

#testimonial-slider .owl-nav {
    background: #000;
    margin-top: 10px;
    position: absolute;
    bottom: -66px;
    right: 0;
    padding: 0 8px;
}
#testimonial-slider .owl-nav button{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #F44336;
    opacity: 1;
    margin: 0 5px;
}
.owl-prev:before,
.owl-next:before{
    font-family: 'Material Symbols Sharp';
    font-weight: normal;
    content: "\e5c4";
    font-size: 23px;
    color: #fff;
}
.owl-next span, .owl-prev span { display: none; }
.owl-next:before{
    content:"\e5c8";
}
.owl-dot {
    width: 80px;
    height: 3px;
    background: #eee !important;
    margin: 0 8px;
    opacity: 0.3;
}

.owl-dot.active {
    opacity: 0.8;
}

@media only screen and (min-width:767px)
{
    .owl-dots {
        margin-left: 26%;
    }
}

@media only screen and (max-width:780px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
    .testimonial-bg:before { top: -73px; left: 0%; }
    .testimonial { padding: 0 8%; }
    #testimonial-slider .owl-nav { right: 20px }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}
/**--------------------**/

#services .card, #resume .card {
    background-color: transparent;
    margin-bottom: 1.5rem;
    border-radius: 0;
    border: 1px solid #111;
}
#services .card-body, #resume .card-body {
    padding: 2rem;
}
#services .card-title, #resume .card-title {
    font-weight: 700
}

/***------------------**/

#portfolio .card {
    background-color: #060606;
    margin-bottom: 1.5rem;
    border-radius: 0;
    border: 0px solid #111;
}
#portfolio .card-body {
    padding: 2rem;
}

#portfolio .card a {
    font-size: 1.5rem;
    font-weight: 600;
}

#portfolio .card h5 {
    font-size: 1.85rem;
}
/***----------**/
#contact .btn {
    border: 1px solid #111;
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 600;
}

.btn-mail:hover { color: #fff; background-color: #2515d4; border-color: #2515d4 !important}
.btn-call:hover { color: #fff; background-color: #f44336; border-color: #f44336!important}
.btn-whatsapp:hover { color: #fff; background-color: #25D366; border-color: #25D366!important}
.btn-schedule:hover { color: #fff; background-color: #F4B400; border-color: #F4B400!important}

/***** -------------------***/
section .container{border: 1px solid #666; border-top-width: 0; }

