body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(7, 39, 223);
    background: rgb(162, 205, 247);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(52, 120, 245);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(104, 143, 250);
}

h6 {
    margin-top: 25px;
    font-size: 24px;
    color: rgb(189, 9, 9);
    text-shadow: 4px 4px 4px rgba(45, 45, 45, 0.4);
}

h6 span {
    color: black;
    font-family: 'Merienda';
    font-size: 22px;
    padding: 5px 5px;
    text-shadow: 4px 4px 4px rgba(45, 45, 45, 0.4);
}

.logo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 50px;
    border-style: none;
}

header {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: rgb(129, 189, 250);
    text-align: center;
    color: #080808;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 10px;
}

.menu-icon {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 44px;
    padding: 4px 8px;
    background: rgba(129, 189, 250, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background: #000;
    margin: 6px 0;
    transition: 500ms;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    transition: 500ms;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
}

.sidebar img {
    width: 40px;
    height: 40px;
}

.sidebar.active {
    left: 0;
}

.sidebar .menu {
    margin: 0;
    padding: 40px 0;
}

.sidebar .menu li {
    list-style: none;
    font-family: 'Montserrat';
}

.sidebar .menu li a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.sidebar .menu li a:hover {
    background: rgb(0, 17, 255);
    color: #fff;
}

.menu-icon.active span {
    background: #000;
    position: absolute;
    width: calc(100% - 16px);
    top: calc(50% - 8px);
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-icon.active span:nth-child(2) {
    display: none;
}

.social-icon {
    margin: 10px;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 80px;
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.social-icon li {
    width: 15%;
    text-align: center;
    list-style: none;
}

.social-icon li a {
    display: block;
    font-size: 16px;
    color: lightblue;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 500ms;
}

.social-icon li a:hover {
    background: rgb(0, 17, 255);
}

section {
    padding: 5vh 0;
}



.container-txt p {
    font-family: 'Raleway';
    font-size: 20px;
    margin-top: -10px;
    padding-left: 50px;
    padding-right: 40px;
    justify-content: left;
}

.container-txt p span {
    font-family: 'Barlow Semi Condensed';
    font-size: 32px;
    color: blue;
}

.One,
.Three {
    background: rgb(162, 205, 247);
}

.Two,
.Four {
    background: rgb(129, 189, 250);
}

.tm-button {
    background-color: #006599;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    padding: 18px 35px;
    margin-left: 160px;
}

.tm-button-wide {
    padding: 18px 40px;
}

.tm-button:hover,
.tm-button:active,
.tm-button:focus {
    background-color: #1b31f7;
    color: white;
}

.form-control {
    margin-left: 60px;
    margin-bottom: 15px;
    border-color: #1b31f7;
    border-radius: 2px;
    color: #4286ab;
    font-family: 'Raleway';
    font-size: 1.2rem;
    padding: 10px 40px;
}
textarea .form-control{
    width: fit-content;
}

.form-group {
    width: 90%;
}


.One address {
    font-family: 'Raleway';
    font-size: 24px;
    margin-left: 45px;
}
.card{
    margin-left: 50px;
    background-color: rgb(129, 189, 250);
    border: hidden;
    
}


.card-title {
    color: #000;
}
.card-subtitle {
    color: #000;
}
.card-link{
    font-family: 'Raleway';
    font-size: 20px;
    color: darkred;
}

h5 {
    color: #1b31f7;
}


.Two img {
    margin-top: 80px;
    width: 100%;
    border: 10px solid rgb(69, 69, 223);
}

.Four address {
    font-family: 'Raleway';
    font-size: 20px;
    margin-left: 60px;
}



footer {
    padding: 30px;
    height: auto;
    background: rgb(98, 160, 223);
}

footer p {
    margin-left: 80px;
}

footer #backtotop {
    margin-left: 50%;
}

#backtotop {
    margin-left: 10px;
    color: rgb(0, 0, 0);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1024px) {
    h6 {
        font-size: 18px;
    }
    h6 span {
        font-size: 14px;
    }
    .logo img {
        width: 60px;
        height: 60px;
        float: left;
        margin-left: 50px;
    }
    .tm-button {
        margin-left: 40px;
    }
    .form-control {
        font-size: 1.3rem;
        padding: 4px 20px;
        margin-left: 20px;
    }

    .Two img {
        margin-top: 60px;
        margin-left: 10px;
        width: 60%;
        border: 10px solid rgb(69, 69, 223);
    }
    
    footer {
        padding: 30px;
        height: auto;
    }
    footer #backtotop {
        margin-left: 1.5%;
    }
}

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

    h6 {
        margin-top: 40px;
        margin-left: 5px;
        margin-right: 85px;
        font-size: 14px;
    }
    h6 span {
        font-size: 10xp;
    }
    .logo img {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 20px;
        margin-top: 30px;
    }
    
    .container-txt p {
        font-family: 'Raleway';
        font-size: 16px;
        margin-top: -10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .container-txt p span {
        font-family: 'Barlow Semi Condensed';
        font-size: 22px;
        color: blue;
    }
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 60px;
        width: 40px;
        height: 44px;
        padding: 2px 4px;
        background: rgba(129, 189, 250, 0.1);
        box-sizing: border-box;
        cursor: pointer;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: -210px;
        width: 180px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        transition: 500ms;
        padding: 5px;
        text-align: center;
        box-sizing: border-box;
        z-index: 3;
    }
    .sidebar img {
        width: 30px;
        height: 30px;
    }
    .social-icon {
        size: small;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 60px;
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .sidebar .menu {
        margin: 0;
        padding: 10px 0;
    }
    .sidebar .menu li {
        list-style: none;
        font-family: 'Montserrat';
    }
    .sidebar .menu li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    .form-group{
        width: 50%;
    }
    .One img{
        width: 80px;
        height: auto;
    }
    .One address {
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    .tm-button {
        font-size: 1rem;
        padding: 8px 25px;
        margin-left: 20px;
    }
    textarea.form-control {
        width: fit-content;
        font-size: 16px;
        padding: 4px 25px;
        margin-left: 20px;
    }
    .card{
        margin-left: 5px;
        background-color: rgb(129, 189, 250);
        border: hidden;
        
    }
    .card-text{
        margin-left: -10px;
        font-size: 16px;
    }
    
    .card-title{
        font-size: 16px;
    }
    .card-link{
        font-size: 16px;
    }
    
    footer {
        padding: 10px;
        height: auto;
    }
    footer #backtotop {
        margin-left: 160px;
        margin-bottom: 20px;
    }
}