/* GENERAL */
body {line-height: 20px;}

section {padding: 50px 0;}
section.big-section {padding: 0;}
h5 {font-size: 24px; line-height: 28px; margin-bottom: 50px;}
h5::after {content: ""; width: 100px; height: 2px; background: #e51c35; display: block; margin: 15px auto;}
.text-extra-dark-gray, .btn.text-extra-dark-gray {color: #212121;}
.btn {text-transform: none; font-weight: 400; padding: 0.2rem 1rem;}
.btn-primary {background-color: #e51c35;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {background-color: #d20c25 !important; border-color: #d20c25 !important;}

/* MENU */
header nav.navbar .navbar-nav > li > a {color: #212121;}
header.header-appear nav.header-dark {background-color: rgba(0, 0, 0, 0.85);}
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {color: #ffffff;}
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a.active {color: #c1c1c1;}

/* MAIN SLIDER */
.swiper-slide h1 {font-size: 48px; line-height: 50px;}
.swiper-slide .author {font-size: 24px;}

/* ABOUT US */
#about-us {padding-top: 0px; padding-bottom: 0px;}
#about-us h5 {font-weight: 700; font-size: 48px; line-height: 50px; color: #212121;}
#about-us h5::after {margin: 15px 0;}
#about-us h5 div {font-size: 72px; line-height: 20px;}

/* EXPERTISE */
#expertise img {width: 15%;}

/* PORTFOLIO */
.hover-option4 .grid-item figcaption:hover {background: rgba(229,28,53,1)}

/* CONTACT */
#contact h5 {margin-bottom: 10px;}
#contact h5::after {content: none;}
#contact .feature-box-5 {padding-left: 30px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #c1c1c1; color: #ffffff;}
#contact .feature-box-5:first-child {padding-top: 15px; border-top: 1px solid #c1c1c1;}
#contact .feature-box-5 i {top: 3px;}
#contact .feature-box-5:first-child i {top: 18px;}
#contact .feature-box-5 a {color: #ffffff;}
#contact .feature-box-5 a:hover {text-decoration: underline;}
.div-contact {border-radius: 5px;}
form input[type="text"] {border-radius: 5px; border: 1px solid #c1c1c1;}
form .medium-textarea {border-radius: 5px; border: 1px solid #c1c1c1;}
form .btn {border-radius: 5px;}
.alert-danger {color: #e51c35;}
.alert-danger .close {color: #e51c35;}

/* FOOTER */
footer {color: #212121;}
footer a {color: #212121;}
footer img {width: 100px;}

/* MEDIA QUERIES */
@media (max-width: 767px) {
   /* General */
   body {font-size: 14px;}
   /* Main Slider */
   .swiper-slide h1 {font-size: 34px; line-height: 40px;}
   .swiper-slide .author {font-size: 22px; margin-bottom: 35px !important;}
   .slider-p2 {display: none;}
   /* About Us */
   #about-us h5 {font-size: 34px; line-height: 40px;}
   #about-us h5 div {font-size: 56px; line-height: 15px;}
   /* Contact */
   #contact .feature-box-5:first-child i {top: 3px;}
}
@media (max-width: 991px) {
   /* About Us */
   #about-us h5::after {margin:  15px auto;}
   #about-us p {text-align: center;}
   /* Contact */
   #contact h5, #contact p {text-align: center;}
}
