body {
    font-family: 'Blinker', sans-serif;
    background: #fff;
    line-height: 1.5;
    color: #0d161d;
    font-size: 16px
}

.center-box {
    max-width: 1400px;
    margin: 0 auto;
    width: 80%;
}

#logo {
    width: 230px;
}

#top-menu {
    background: #f6f5f5;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#top-menu .left-address {
    float: left;
}

.left-address:first-child {
    margin-left: 0
}

#top-menu .right-address {
    float: right
}

#top-menu ul li {
    display: inline;
    margin-left: 20px
}

#top-menu ul li a {
    color: #949393
}

#top-menu ul li a:hover {
    color: #f05379
}

#top-menu ul li img {
    margin-right: 10px
}

.main-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0
}

.main-menu-content ul {
    display: flex;
    align-items: center;
}

.main-menu-content ul li {
    margin-left: 40px
}

.main-menu-content ul li a {
    color: #0d161d;
    font-weight: bold;
}

.main-menu-content ul li a:hover {
    color: #f05379
}

#hero {
    background-image: url(img/hero_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10vw 0;
}

.hero-content {
    width: 50%;
}

.hero-content p {
    font-size: 19px
}

.hero-button {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 85%;
}

.mail-button, .tel-button {
    color: #fff;
    border-radius: 100px;
    border: solid 2px #fff;
    width: 230px;
}

.mail-button {
    background: #f05379; 
}

.tel-button {
    background: #2b3567;
}

.button-position {
    margin: 8px
}

.hero-button-icons {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px;
    float: left
}

.media-icons {
    width: 20px;
    height: auto;
}

.service-image {
    border: solid 10px #fff;
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.button {
    color: #ef476f;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1.1rem
}

.button:hover {
    color: #2b3567
}

#services {
    margin-top: -50px;
    margin-bottom: 70px;
}

#features {
    background: #f6f5f5;
    padding: 80px 0
}

.feature {
    background: #fff;
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 15%);
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.feature img {
    width: 80%;
}

#about {
    margin: 50px 0
}

.about-us-content ul li:before {
    content: '\2713';
    display: inline-block;
    color: #fff;
    background: #91d8f2;
    padding: 6px 15px;
    margin-right: 15px;
}

.about-us-content ul {
    margin-top: 30px;
}

.about-us-content ul li {
    background: #f6f5f5;
    margin-bottom: 10px
}

#footer {
    background: #002157;
    color: #fff;
    
}

#footer a {
    color: #fff
}

#footer .row {
    border-bottom: 1px solid #627696;
    padding: 80px 0
}

.menu-foot-menu-one-container ul li, .menu-foot-menu-two-container ul li {
    position: relative;
    padding-left: 1rem;
}

.menu-foot-menu-one-container ul li:before, .menu-foot-menu-two-container ul li:before {
    content: "";
    left: 0;
    top: 0.25rem;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid #ef476f;
}

#footer a:hover {
    color: #ef476f
}

input[type="submit"] {
    background: #ef476f;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #b6e6f3
}

#foot-menu ul {
    display: flex
}

.callback, #foot-menu ul li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #627696;
}

input[type="email"], input[type="text"]{
    opacity: 0.3;
    border: none;
    padding: 8px 15px;
    width: 100%;
}

#copyright {
    padding: 20px 0
}

/* Inner page */

 #main-content-top {
    background: #b6e6f3;
    padding: 20px 0;
}

#main-content-top h1 {
    margin-bottom: 0
}

#main-content {
    margin: 50px 0
}

.post-thumbnail img {
    margin-bottom: 50px;
}

.features-item:nth-child(2) {
    margin-top: 100px
}

.aside-features .widget h3 {
    font-size: 19px;
    font-weight: inherit;
}

.aside-features .widget h4 {
    color: #202a5e
}
.aside-features .widget .feature {
    background: #f6f5f5;
    box-shadow: none;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.aside-features .widget .feature img {
    width: 60px
}

.aside-features .widget #aside-service {
    padding: 10px 0;
}

.aside-features .widget #aside-service h3 {
    color: #ef476f;
}

.aside-features .widget #aside-service img {
    width: 250px
}

.aside-features .widget #aside-service p {
    font-size: 15px
}

#main-menu-nav ul li ul.sub-menu {
    display: none;
    background: #f6f5f5
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:after {
    top: 50%;
    margin-top: -3px;
    right: -20%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ef476f;
}

.price-contact {
    background: #002157;
    color: #fff;
    padding: 30px;
}

.article-listing {
    position: relative;
    padding-left: 1rem;
}


.article-listing:before {
    content: "";
    left: 0;
    top: 0.25rem;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid #ef476f;
}

/* MQ */

@media screen and (max-width: 479px) {
    .center-box {
        width: 90%
    }

    #top-menu .right-address {
        float: left;
        margin-top: 15px
    }

    .hero-content {
        width: 100%;
    }

    #services {
        margin-top: 0
    }

    .service {
        margin: 20px 0 30px 0;
    }

    #foot-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .aside-features .widget .feature {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 768px) {
    .main-menu-content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #main-menu-nav {
        width: 100%
    }

    #main-menu-nav ul li ul {
        display: flex;
        flex-wrap: wrap;
    }

    #menu-main-menu {
        flex-direction: column;
        width: 100%;
    }

    #menu-main-menu li {
        margin: 10px 0;
        width: 100%;
        padding: 5px;
    }    
    
    #hamburger {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    #hamburger:after {
        content: "";
        width: 39px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        border-top: double 13px #2b3567;
        border-bottom: solid 4.5px #2b3567;
        margin-top: 15px;
        transition: all 0.3s ease-in-out;
    }

    .open-sub {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 5;
    }

    .open-sub:before {
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -4px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #ef476f;
    }

    .menu-item-has-children:after {
        content: none
    }
}

@media screen and (max-width: 769px) {
    .hero-content {
        width: 80%;
    }

    #main-menu-nav ul li {
        position: relative;
    }
    
}

@media screen and (min-width: 769px) {
    #main-menu-nav ul li ul {
        position: absolute;
        display: block;
        z-index: 2;
        text-align: left;
        overflow: hidden;
        opacity: 0;
        top: 30px;
        transition: all 0.3s ease-in-out;
    }

    #main-menu-nav ul li:hover ul {
        opacity: 1;
        top: 40px
    }

    #main-menu-nav ul li ul li {
        margin: 15px 10px
    }
}

@media screen and (max-width: 1255px) {
    .hero-button {
        flex-wrap: wrap;
        gap: 15px
    }

    .service {
        margin-bottom: 20px
    }

    #about img {
        margin-top: 15px;
    }

    .callback {
        margin-bottom: 30px;
        border: none;
    }

    .footer-links {
        margin-top: 20px
    }

    #foot-menu ul li {
        border: none
    }

}