@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Raleway&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}
.wrapper-full{
    width: 100%;
    height: auto;
}
#infinite {
    background-color: #222;
    background-image: url(./images/infinite-loop-01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    float: none;
    clear: both;
}
#navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
}
.navbar a{
    text-decoration: none;
}
.logo{
    float: left;
}
.logo a {
    color: white;
    font-size: 23px;
    font-weight: bold;
    list-style: none;
    display: inline-block;
    padding: 16px 1px;
}
.nav-iteam{
    float: right;
}
.nav-iteam ul {
    padding-left: 100px;
}
.nav-iteam ul li {
    list-style: none;
    display: inline-block;
    padding: 18px 30px;
    font-size: 20px;
}
.nav-iteam a{
    color: white;
}
.whatwedo{
    /* background-color: coral; */
    height: 700px;
    padding-top: 80px;
    padding-bottom: 40px;
}
.first-row{
    padding: 0 15px;
}
.first-row h2{
    font-size: 42px;
    margin-bottom: 34px;
    color: #37A;
    font-weight: normal;

}
.first-row p{
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 24px;
    padding-bottom: 40px;
    color: #707070;
    line-height: 1.9;
}
.icon2{
    float: left;
    width: 106px;
    height: 195px;
    padding: 0 15px;
}
.row .icon1 i {
    display: block;
    color: #37A;
    text-align: center;
    font-size: 4em;
}
.icon1{
    float: left;
    margin-bottom: 30px;
    max-width: 50%;
}
.icon1 h2{
    color: #37A;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;

}
.icon1 p{
    color: #707070;
    font-size: 19px;
    line-height: 1.9;
    margin-bottom: 24px;
}
#testimonial {
    color: white;
    height: 700px;
    background-image: url(./images/infinite-loop-02.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.content-box {
    padding-top: 20px;
    padding-bottom: 40px;
}
.section-title {
    font-size: 41px;
    font-weight: normal;
    margin-bottom: 24px;
    text-align: center;

}
.text-center {
    max-width: 650px;
    width: 100%;
    font-size: 0.9rem;
    margin: 0px auto;
    line-height: 1.9;
    font-size: 15px;
    text-align: center;
}
.testimonial {
    padding-top: 70px;
    padding-bottom: 120px;
    margin-bottom: 30px;
    align-items: center;
}
.figure{
    width: 305px;
    display: inline-block;
    margin: 0 35px 16px;
    
}
.figure img {
    border-radius: 50%;
    margin: 0 75px 35px 75px;
    display: block;

}
.figure p{
    font-size: 17px;
    line-height: 1.8;
}
#gallery{
    /* background-color: coral; */
    height: 720px;

}
.gallery {
    padding-top: 80px;
    padding-bottom: 40px;
}
.gallery-title {
    color: #37A;
    font-size: 41px;
    font-weight: normal;
    margin-bottom: 24px;
    text-align: center;

}
.text-center1 {
    max-width: 650px;
    width: 100%;
    font-size: 0.9rem;
    margin: 0px auto;
    line-height: 1.9;
    font-size: 15px;
    text-align: center;
    margin-bottom: 86px;
}
.gallery {
    padding-top: 70px;
    padding-bottom: 120px;
    margin-bottom: 30px;
    align-items: center;
}
.gallery-img .img1{
    float: left;
    padding: 0 10px;

}
#contact {
    color: white;
    height: 800px;
    background-image: url(./images/infinite-loop-03.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.contact-text{
    padding-top: 100px;
}
.contact-text h2 {
    color: #707070;
    font-size: 41px;
    font-weight: normal;
    margin-bottom: 24px;
    text-align: center;
}
.contact-text p {
    color: #707070;
    width: 100%;
    font-size: 19px;
    margin: 0px auto;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 48px;
}

.tm-input {
    /* float: left; */
    color: white;
    margin: 0 0 20px 0;
    width: 90%;
    padding: 8px 20px;
    border-radius: 6px;
    border: 2px solid white;
    background: transparent;
}
button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.tm-btn-submit {
    font-size: 0.9em;
    color: #fff;
    background-color: #369;
    width: 20%;
    margin-bottom: 60px;
}
.btn {
    padding: 8px 32px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}