header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 7.5vw;
}
#logo a img{
    padding: 0;
    width: 11vw;
}
.banner, .slider{
    margin-top: 0 !important;
}
.hgh{
    position: absolute;
    z-index: 999999999999999;
    width: 66vw;
    color: white;
    margin: 5vw 17vw;
}
nav{
    display: block;
}
.team{
    padding: 0 !important;
}
.sspq{
    display: flex;
    justify-content: space-between;
    padding: 3vw 15vw;
}
.sspq img{
    height: 6.5vw;
}
.sspq h3{
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: 700;
    width: 18vw;
    text-align: center;
    margin-top: 1.5vw;
}
.pss{
    color:#349FD9 ;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 3vw 0 0;
}
.sspq .sp{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.titulo h2{
    color:#349FD9 ;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 3vw 0 0;
}
.titulo p{
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 40vw;
    margin: 0 auto;
}
.gridz{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2vw;
}
.single-service{
    border-radius: 1vw;
    border: 2px #cccccc solid;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.6s;
}
.single-service h3{
    font-family: 'Mukta Mahee', sans-serif;
    color: #333333 !important;
    transition: all 0.6s;
    font-weight: 700;
}
.single-service h3:hover{
    color: #333333;
}
.single-service:hover{
    background: #F9A635 !important;
    border: 2px #F9A635 solid;
}
.gridy{
    margin-top: 17px;
}
.gridy .imgs{
    width: 20vw;
    height: 19vw;
}
.gridy .imgs img{
    position: absolute;
    width: 27vw;
}
#gf1{
    display: flex;
}
#gf1 h4{
    font-family: 'Mukta Mahee', sans-serif;
    color: #333333 !important;
    transition: all 0.6s;
    font-weight: 700;
    padding: 0.7vw 1.2vw;
    background-color: #F9A635;
    border-radius: 3vw;
    margin: 0 1vw;
}
.team-heading h2,.row h2{
    font-family:'Mukta Mahee', sans-serif ;
    font-weight: 300;
    color: #349FD9 !important;
    font-size: 2em !important;
    margin-top: 0;
}
p{
    font-family:'Mukta Mahee', sans-serif ;
    font-weight: 700;
    color: #333 !important;
    font-size: 1em !important;
}
.ssq{
    width: 60vw;
    margin: 0 auto;
    text-align: center;
}
#team-slide .item h3{
    color: #333 !important;
    font-family:'Mukta Mahee', sans-serif ;
    font-weight: 700;
}
#team-slide .item h4{
    color: #349FD9;
    font-family:'Mukta Mahee', sans-serif ;
    font-weight: 300;
}
.col-sav-6{
    display: flex;
    justify-content: center;
}
.col-sav-6 img{
    height: 20vw;
    margin: 2vw;
}
.col-sav-7{
}
.col-sav-7 li{
    list-style: none;
    padding: 2vw;
    border-bottom: 2px #333333 solid;
    transition: all 0.5s;
    font-family:'Mukta Mahee', sans-serif ;
    font-weight: 300;
}
.col-sav-7 li:hover{
    background-color: #ccc;
}
.col-sav-7 li a{
    display: block;
}
.form-horizontal{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2vw;
    padding: 0 10vw;
}