* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.notice{
    background-color: #2a9d8a;
    height: 30px;
    text-align: center;
}
.notice a{
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: "Titillium Web", sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1.6rem;
}
a {
    text-decoration: none;
}
ul li {
    list-style-type: none;
}
:focus {
    outline: 0;
}
h1 {
    font-size: 4.5rem;
    color: #fff;
}
.hero-text-box h1{
    color: #fff;
}
.hero-text-box h4{
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

h2 {
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
}
h2::after {
    content: "";
    display: block;
    height: 0.4rem;
    background: #fff;
    width: 8.5rem;
    margin: auto;
    margin-top: 2rem;
}
h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
h4 {
    font-size: 1.8rem;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-top: 2.5rem;
    color: #fff;
}
.box {
    padding: 1%;
}
.hero-text-box h1 {
    font-size: 6.2 rem;
}
.box p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 2rem;
    line-height: 2.4rem;
    color: #fff;
}
.row {
    max-width: 114rem;
    margin: 0 auto;
}
section {
    padding: 8rem 0;
}
.btn,
.btn:link,
.btn:visited {
    background: #333;
    border-bottom: 0.3rem solid #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.5rem 6rem;
    border-radius: 0.3rem;
    display: inline-block;
    margin-top: 4.5rem;
    font-size: 1.6rem;
}
.little-description {
    font-size: 1.8rem;
    width: 100%;
    /* width: 60%; */
    /* margin-left: 20%; */
    line-height: 3rem;
}
header {
    background: linear-gradient(rgba(89, 14, 118, 0.3), rgba(178, 13, 131, 0.3)), url(../img/sinm_high_school.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}
header .logo {
    height: 4.5rem;
    width: auto;
    margin-top: 3.5rem;
    float: left;
}
header .main-nav {
    float: right;
    margin-top: 4rem;
}
header .main-nav li {
    display: inline-block;
    margin-left: 1.5rem;
}
header .main-nav li:first-child {
    margin-left: 0;
}
header .main-nav li a:link,
header .main-nav li a:visited {
    color: #fff;
    background: rgba(100, 58, 121, 0);
    padding: 0.6rem 1.6rem;
    border-radius: 0.3rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.6rem;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.main-nav li.active a:link,
.main-nav li.active a:visited {
    border-radius: 0.3rem;
}
header .main-nav li:hover a:link,
header .main-nav li:hover a:visited {
    background: #643a79;
}
header .main-nav li.active a {
    background: #643a79;
    border-radius: 0.3rem;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(135, 80, 156, 0.9);
    padding: 1.5rem 0;
    box-shadow: 0 0.2rem 0.5rem rgba(255, 255, 255, 0.9);
    z-index: 999;
}
.sticky .logo {
    margin-top: 0;
}
.sticky .main-nav {
    margin-top: 0.2rem;
}
header .hero-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100.8rem;
}
.btn-hero:link,
.btn-hero:visited {
    background: #eb7d4b;
    border-color: #c86a40;
}
.mobile-menu span {
    color: #fff;
    font-size: 4rem;
    float: right;
    margin-top: 2rem;
    display: none;
}
.mobile-menu span:hover {
    cursor: pointer;
}
.overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
}
.overlay-content a {
    text-decoration: none;
    display: block;
    color: #999;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    padding: 1rem 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.overlay-content a:hover {
    color: #fff;
}
.closebtn {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 6rem;
    color: #fff;
}
.sticky .mobile-menu span {
    margin-top: 0;
}
.service-section {
    color: #fff;
    text-align: center;
    background: linear-gradient(rgba(23, 194, 164, 0.7), rgba(23, 194, 164, 0.7)), url(../img/team-bg.jpg) no-repeat center top;
    background-size: cover;
}
.service-section h2::after {
    background: #14a58c;
}
.service-section .services-icon {
    height: 12rem;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
}
.team-section {
    background: linear-gradient(rgba(231, 241, 248, 0.7), rgba(231, 241, 248, 0.7)), url(../img/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    text-align: center;
}
.team-section h2 {
    color: #3c4761;
}
.team-section h2::after {
    background: #c8d9e5;
}
.team-section .team-member {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.team-section h3 {
    color: #27283d;
}
.team-section .role {
    color: #30bae7;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-top: 0.5rem;
    display: inline-block;
}
.team-section .box p {
    color: #3c4761;
}
.team-section .social-link {
    margin-top: 4.5rem;
}
.team-section .social-link ul li {
    display: inline-block;
    margin: 0 0.5rem;
}
.team-section .social-link ul li a {
    color: #fff;
}
.team-section .social-link ul li a i::before {
    background: #bdd1df;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.team-section .social-link ul li a:hover i::before {
    background: #393939;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.skill-section {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    color: #3c4761;
}
.skill-section h2,
.skill-section h3 {
    color: #3c4761;
}
.skill-section h2::after {
    background: #dfe8ed;
}
.skill-section .box {
    margin-top: 4.5rem;
}
svg.radial-progress circle {
    stroke-width: 5;
}
svg.radial-progress text {
    fill: #3c4761;
    font-size: 1.5rem;
}
svg.web-design circle {
    stroke: #30bae7;
}
svg.html-css circle {
    stroke: #d74680;
}
svg.graphic-design circle {
    stroke: #15c7a8;
}
svg.ui-ux circle {
    stroke: #eb7d4b;
}
.portfolio-section {
    background: linear-gradient(rgba(255, 221, 153, 0.9), rgba(255, 221, 153, 0.9)), url(../img/portfolio-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
}
.portfolio-section h2 {
    color: #3c4761;
}
.portfolio-section h2::after {
    background: #e5c37f;
}
.portfolio-filter {
    margin: 4.5rem 0;
}
.portfolio-filter button {
    background: #ebc985;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border: 0;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    text-transform: uppercase;
    color: #3c4761;
    margin: 0 0.5rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-filter button:hover {
    cursor: pointer;
    box-shadow: inset 0 0.3rem 0.5rem rgba(60, 71, 97, 0.5);
}
.portfolio-image {
    width: 100%;
    height: auto;
}
.portfolio-section .col:nth-child(3) {
    margin-left: 0;
}
.portfolio-section .btn-load-more {
    background: #17c2a4;
    border-color: #14a58c;
}
.portfolio-section .mixitup-control-active {
    background: #fff;
}
.testimonial-section {
    background: linear-gradient(rgba(215, 70, 128, 0.9), rgba(215, 70, 128, 0.9)), url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonial-section .little-description {
    text-align: center;
    color: #fff;
}
.testimonial-section .col:nth-child(3) {
    margin-left: 0;
}
.testimonial-section .col:nth-child(1),
.testimonial-section .col:nth-child(2) {
    margin-top: 4rem;
}
.testimonial-section .col:nth-child(3),
.testimonial-section .col:nth-child(4) {
    margin-top: 8rem;
}
.client-photo {
    width: 10rem;
    float: left;
}
.client-photo img {
    height: 8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 3rem;
}
.client-review {
    width: 35rem;
    float: left;
}
.client-review p {
    font-size: 2.1rem;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 2rem;
}
.client-review .role {
    color: #fd9;
}
.contact-section {
    background: linear-gradient(rgba(60, 84, 153, 0.7), rgba(60, 84, 153, 0.7)), url(../img/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.contact-section h2::after {
    background: #273a71;
}
.contact-section .little-description {
    color: #fff;
}
.contact-section form {
    margin-top: 5rem;
    width: 70%;
    margin-left: 15%;
}
.contact-section input[type="email"],
.contact-section input[type="text"],
.contact-section textarea {
    background: #273a71;
    border: 0.1rem solid #273a71;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    font-size: 1.8rem;
    color: #fff;
    margin: 0.5rem 0;
}
.contact-section form textarea {
    height: 20rem;
}
.contact-section form ::placeholder {
    color: #fff;
    opacity: 1;
}
.contact-section .btn-submit {
    border: 0;
    border-bottom: 0.3rem solid #299ec5;
    background: #30bae7;
}
.contact-section .btn-submit:hover {
    cursor: pointer;
}
.footer-section {
    background: #344b8e;
    padding: 3rem 0;
    text-align: center;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.9);
}
.footer-section ul li {
    display: inline-block;
    margin: 0 2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 2.4rem;
}
.footer-section ul li:hover a {
    color: #30bae7;
}
.footer-section .mahin {
    margin-top: 3rem;
    color: #fff;
}
