@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

html {}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #565656;
    font-size: 18px;
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    letter-spacing: -0.2px;
}

section {
    position: relative;
}

/* * {
    box-sizing: border-box;
    color: #211f1f;
} */

a,
a *,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #eb1c22;
}

button,
button:hover {
    cursor: pointer;
    background: transparent;
}

button:hover {
    background-color: #eb1c22;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
}

input,
button {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    /* color: #565656; */
}

b {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

.container {
    width: 90%;
    max-width: 1230px;
    margin: 0px auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-container {
    width: 50% !important;
    left: 50%;
    transform: translateX(-50%);
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    /* padding-bottom: 30px; */
    border-bottom: solid 1px #F3F3F3;
}

.top-nav {
    padding: 20px 0px 6px 0px;
}

.top-nav .container {
    justify-content: end;
}

.top-nav a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #211f1f;
}

.top-nav a img {
    width: 15px;
    width: 15px;
    margin-right: 3px;
}

.top-nav a:hover {}

.top-nav .devider {
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

.top-nav a.btn {
    background-color: #ed1b23;
  color: #fff;
  padding: 7px 21px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 20px;
}

.top-nav a.btn:hover {
    background-color: #211f1f;
}

.navbar {}

.navbar .container {
    justify-content: space-between;
    align-items: end;
}

.navbar .brand {
    max-width: 200px;
    position: relative;
    top: -32px;
}

.navbar .brand img {
    position: relative;
}

.navbar .brand b {
    display: block;
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 500px;
    font-size: 10.8px;
}

.navbar .brand b span {
    color: #ed1b23;
}

.navbar .menu {
    padding-bottom: 2px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    position: relative;
    top: -10px;
}

.navbar .menu a {
    margin-left: 15px;
    color: #211f1f;
    padding: 20px 0px;
}

.navbar .menu a:hover {
    color: #eb1c22;
}

.navbar .menu .drop {
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 51%;
    background-size: 8px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    padding: 20px 0px;
    padding-right: 14px;
    /* background-color: #fff; */
    color: #211f1f;
}

.navbar .menu .drop:hover {
    color: #eb1c22;
}

.navbar .menu .drop:hover .item a {
    color: #333;
}

.navbar .menu .drop .item {
    background-color: #fff;
    position: fixed;
    text-align: left;
    padding: 30px 40px;
    top: 115px;
    /* top: 135px; */
    /*top: 153px;*/
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    display: none;
    overflow: hidden;
    border-top: solid 4px #ed1b23;
    Width: 400px;
}

.navbar .menu .drop .item.full {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.navbar .menu .drop .item .container {
    display: block;
}

.navbar .menu .drop .item .container.flex {
    display: flex;
    align-items: baseline;
}

.navbar .menu .drop:hover .item {
    display: block;
}

.navbar .menu .drop .item a {
    margin: 0;
    display: block;
    font-weight: 600;
    padding: 10px 0px;
    font-size: 17px;
}

.navbar .menu .drop .item a:hover {
    color: #eb1c22;
}

.navbar .menu .drop .item .sub {}

.navbar .menu .drop .item .sub .title {
    color: #ed1b23;
    padding-bottom: 15px;
}

.navbar .menu .drop .item .sub .title:hover {
    color: #000;
}

.navbar .menu .drop .item .sub .items {}

.navbar .menu .drop .item .sub .items a {
    font-weight: 400;
    font-size: 15px;
}

.mobilemenu {
    display: none;
}

.trigger {
    display: none;
}

.mobonly {
    display: none;
}

.navbar .menu .drop .item .sub .title {
    font-family: unset;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
    text-transform: unset;
}

.menubb {
    border-bottom: 1px solid #ccc;
}


footer {
    padding: 65px 0px;
    padding-bottom: 0;
    background-color: #f1f1f1;
    text-transform: unset;
}

footer .container {
    justify-content: space-between;
    align-items: baseline;
}

footer .box {
    font-size: 16px;
}

footer .box h6 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
}

footer .box .cover {
    display: flex;
    align-items: center;
}

footer .box p {
    position: relative;
    padding: 5px 0px;
    padding-left: 42px;
    font-size: 20px;
    font-weight: 500;
}

footer .box p img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 30px;
    border: solid 1px #9f9f9f;
    border-radius: 50px;
    height: 30px;
    padding: 6px;
}

footer .box a {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    color: #211f1f;
}

footer .box:nth-child(1) a {
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 500;
}

footer .box a:hover {
    color: #eb1c22;
}

footer .box a img {
    width: 30px;
    margin-right: 9px;
    border: solid 1px #9f9f9f;
    border-radius: 50px;
    height: 30px;
    padding: 6px;
}

footer .box a img:hover {
    background-color: #ed1b23;
    color: #FFF;
}

footer .box .devider {
    margin: 0px 10px;
}

footer .footermenu {}

footer .footermenu a {}

footer .sm {
    display: flex;
}

footer .sm a {}

footer .end {
    border-top: solid 1px #ccc;
    margin-top: 50px;
    padding: 30px 0px;
    text-align: right;
}

footer .end span {
    font-size: 15px;
    color: #666;
}
footer .copy{
    display: flex;
    justify-content: space-between;
}

footer .copy a{
   color: #211f1f; 
}
.footerSubTitle {
    padding-bottom: 5px;
}
.box .footerSubTitle:not(:first-child){
    margin-top: 12px;

}







@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    p {
        line-height: 25px;
    }

    header {
        padding: 0;
    }

    .mobonly {
        display: block;
    }

    .mobonly a {
        display: block;
    }

    .mobonly a img {
        width: 20px;
        margin-right: 10px;
    }

    .navbar .menu .mobilemenu {
        display: block;
    }

    .navbar .menu .mobilemenu .accordion-content a {
        font-weight: 500;
        color: #555;
    }

    .navbar .menu .mobilemenu .item a:first-child {
        font-weight: 500;
        color: #ed1c23;
        font-size: 16px;
    }

    .navbar .menu .mobilemenu .item a:last-child {
        padding-bottom: 15px;
    }

    .navbar .menu .mobilemenu .item {}

    .navbar .menu .mobilemenu .item a {
        font-weight: 300;
        font-size: 14px;
        padding: 8px 15px;
        margin: 0px;
    }

    .accordion {
        width: 100%;
        max-width: 600px;
        margin: 0px auto;
    }

    .accordion-item {
        border-bottom: 1px solid #ccc;
    }

    .accordion-header {
        background: #ffffff;
        padding: 15px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        position: sticky;
        top: 0px;
    }

    .accordion-content {
        display: none;
        background: #fff;
        border-bottom: solid 1px #ccc;
        padding-bottom: 15px;
    }


    .icon {
        font-size: 18px;
    }

    .slider-container h1 span {
        font-size: 20px;
    }


    .navbar .menu {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        right: -100%;
        top: 81px;
        width: 100%;
        height: calc(100vh - 81px);
        overflow: auto;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        display: block;
    }

    .navbar .menu.active {
        right: 0;
        opacity: 1;
    }

    .navbar .menu a {
        padding: 15px;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin: 0px;
        font-weight: 600;

    }

    .navbar .menu a.btn {
        background-color: #ed1c22;
        color: #fff;
        margin: 15px;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

    .top-nav a span {
        display: none;
    }

    .top-nav a.btn {
        display: none;
    }

    .navbar {
        padding: 15px 0px 25px 0px;
    }

    .navbar .brand {
        max-width: 130px;
        top: 0;
    }

    .navbar .brand b {
        bottom: -13px;
        font-size: 7.4px;
    }

    .navbar .container {
        position: relative;
    }

    menu header {
        padding-bottom: 0;
    }

    .navbar .menu .drop,
    .navbar .menu .n-link {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .trigger {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
        border-radius: 50px;
        background-image: url(../img/menu.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30px;
        cursor: pointer;
    }

    .trigger.active {
        background-image: url(../img/close.svg);
    }

    footer .container {
        display: block;
    }

    footer .copy {
        flex-direction: column;
        text-align: center;
    }

    footer .copy span {
        padding: 5px 0;
    }

}