@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Quicksand&display=swap');
/*font-family: 'Quicksand', sans-serif;
font-family: 'Bitter', serif;*/

body{
    font-family: 'Quicksand', sans-serif !important;
    color: #171717 !important;
}

h1,h2,h3,h4{
font-family: Roboto Slab;
    color: #707070;
}

@media only screen and (max-width: 576px) {
    .carousel-caption {
        h5 {
            font-size: 1rem;
        }
    }
}

@media (min-width: 992px) {
    
.nav-item.active::after {
    content: '';
    width: 70%;
    display: block;
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    height: 1px;
    background-color: #b8257a;
}

.nav-item:not(.active)::after {
    content: '';
    width: 0;
    display: block;
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    height: 1px;
    background-color: #b8257a;
}

.nav-item:not(.active):hover::after {
    content: '';
    width: 70%;
    display: block;
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    height: 1px;
    background-color: #b8257a;
    transition: width 0.4s linear;
}
 
.hero h1{
margin-top: 20vh !important;
}

.hero_img{    
margin-top: 20vh !important;
}
    
.hero_content{
    height: 100vh;
}
.hero {
    /*background-image: url('../img/union_3.svg');*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}    
    


.section_title{
    background-color: #FFD454;
    border-radius: 5em;
    position:relative;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 400px; 
    padding: 0.4em 2em 0.4em 2em;
    color: #843900;
    font-family: Roboto Slab;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5em;
    margin-top: 5em;
}

.section_title::before{
    content: "";
    background-color: #FFD454;
    border: #FFD454 1px solid;
    width: 100px;
    position: absolute;
    left: -150px;
    top: 1em;
    height: 1px;
    display: block;
}

.section_title::after{
    content: "";
    background-color: #FFD454;
    border: #FFD454 1px solid;
    width: 100px;
    position: absolute;
    right: -150px;
    top: 1em;
    height: 1px;
    display: block;
}
}


@media (max-width: 992px) {
.hero img{    
max-height: 30vh;
}
    
.section_title{
    background-color: #FFD454;
    padding: 0.4em 2em 0.4em 2em;
    color: #843900;
    font-family: Roboto Slab;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 5em;
    margin-top: 5em;
}    
}
/*
.hero_cover{
    background: rgb(255,224,253);
    background: linear-gradient(25deg, rgba(255,224,253,1) 0%, rgba(203,246,255,1) 100%);
}
*/
.hero_content {
    height: auto;

}

.feature-box{
    background-color: #fff;
    border-radius: 3em;
    width:95%;
    margin: auto;
    position: relative;
    top: -5vh;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.12);
    
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}


/* Buttons */
.btn-round-border {
    border-width: 1px;
    border-bottom-style: solid;
    border-radius: 10rem;
    background-color: transparent;
    color: inherit;
}

.btn-main{
    color: #1F77C4;
    border: 1px solid;
    padding: 0.5em 5em 0.5em 5em;
}

.btn-main:hover{
    color:#fff;
    background-color: #1F77C4;
}

.btn-black{
    color: gray;
    border: 1px solid gray;
    padding: 0.5em 1.5em 0.5em 1.5em;
    margin: 1.5em;
}

.btn-black:hover{
    color:#000;
    background-color: #fff;
}

.btn-white{
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5em 1.5em 0.5em 1.5em;
    margin: 1.5em;
}

.btn-white:hover{
    color:#2091CE;
    background-color: #fff;
}

.team_card{
    border: 1px solid #2091CE;
    padding: 0.75em;
    position: relative;
    margin: auto;
    left: -5%;
    height: 250px;
    z-index: -1;
    padding-left: 2em;
}

.client_background{
    /*background-image: url("../img/path_200.svg");*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width:100%;
}

.feedback_box{
    position: relative;
    border: 1px solid #2091CE;
    padding: 1.5em 2em 2em 2em;
    width: 80%;
    margin: auto;
    background-color: #fff;
}

.feedback_box::before{
    content: "";
    background-image: url(../img/bracket.svg);
    background-repeat: no-repeat;
    height: 200px;
    width: 50px;
    position: absolute;
    left: 10%;
    top: 2%;
}

.feedback_box::after{
    content: "";
    background-image: url(../img/bracket.svg);
    background-repeat: no-repeat;
    height: 200px;
    width: 50px;
    position: absolute;
    right: 10%;
    top: 7%;

     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.client_img{
    height: 150px;
    width: 150px;
    position: absolute;
    top:-75px;
    left: 0; 
    right: 0; 
}


.btn-fb {
    background-color: #3b5998!important;
    color: #fff;
}
.btn-tw {
    background-color: #55acee!important;
    color: #fff;
}
.btn-gplus {
    background-color: #dd4b39!important;
    color: #fff;
}
.btn-dribbble {
    background-color: #ec4a89!important;
    color: #fff;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

/*footer*/
/* .col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;} */