html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Anatolian Hieroglyphs', sans-serif;
    font-weight: 600;
    margin: 0;
}
hr {
    width: 120px;
    border: 2px solid #18346A;
    margin: 30px auto;
}
u{
    text-decoration: none;
    color: #f8c301;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
}

.container {
    max-width: 1200px;
   
}
.bg-white {
    background-color: #fff !important;
    padding: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}
.icon span {
    color: black;
    font-size: 24px;
}
.navbar-brand img {
    width: 100%;
    max-width: 90px;
}

.navbar-light .navbar-nav .nav-link {
    color: #0f0f0f !important;
    font-size: 16px;
    font-weight: 500;
    margin: 3px 14px 0px 14px;
    padding: 9px 5px;
    transition: 0.3s ease all !important;
    border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #18346A;
    border-bottom: 1px solid #18346A;
    transition: .3s ease all;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #18346A;
    border: none;
    font-weight: 500;
    font-size: 17px;
    padding: 14px 30px;
}
.btn-primary:hover{
    background-color: #A32C2B;
    border: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #A32C2B;
    border: none;
    box-shadow: none;
}
.btn-primary i {
    font-size: 15px;
    margin-left: 5px;
}
.navbar-nav .btn-primary {
    margin-left: 25px;
    font-size: 16px;
}


.hero_section {
    position: relative;
    min-height: 85vh;
    padding: 60px 0;
    background-image: url("../images/cleaning-hd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.hero_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 70%);
}
.hero_section .container{
    position: relative;
    z-index: 3;
}
.hero_section{
    text-align: left;
}
.hero_content hr {
    margin: 30px 0px;
    border: 2px solid #fff;
}
.hero_content h2{
    font-size: 42px;
    color: #fff;
}
.hero_content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}


.booking-form {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    height: 50px;
}
.form-group {
    margin-bottom: 10px !important;
}

.btn-custom {
    background-color: #18346A;
    color: #fff;
    font-weight: 500;
    padding: 15px;
    font-size: 17px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #A32C2B;
    color: #fff;
}



.service_section{
    padding: 60px 0px;
}
.service_section h2{
    color: #0f0f0f;
    font-size: 38px;
    text-align: center;
}
.service_body {
    padding: 10px 10px 30px 10px;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #18346A;
    box-shadow: 0px 0px 10px 6px #00000008;
    border-radius: 10px;
}
.service_body img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
.service_content h3 {
    font-size: 22px;
    margin: 15px 0px;
}
.service_content p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 5px;
}
.button_section {
    text-align: center;
    margin-top: 30px;
}




.section_s3{
    padding: 60px 0px;
    background-color: #0f0f0f;
    background-image: url("../images/appointment-overlay-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section_s3 h2{
    color: #fff;
    font-size: 38px;
    text-align: center;
}
.body_s3 {
    padding: 30px 22px;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #A32C2B;
    box-shadow: 0px 0px 10px 6px #00000008;
    border-radius: 10px;
}
.body_s3 img{
    width: 60px;  
}
.s3_content h3 {
    font-size: 22px;
    margin: 15px 0px;
}
.s3_content p {
    font-size: 16px;
    line-height: 1.5;
}


.section_s4{
    padding: 60px 0px;
}
.s4_content h2{
    color: #0f0f0f;
    font-size: 38px;
}
.s4_content hr{
    margin: 30px 0px;
}
.s4_content p{
    font-size: 17px;
}
.s4_image img {
    width: 100%;
    border-radius: 10px;
    height: 460px;
    object-fit: cover;
}
.s4_content li {
    font-size: 17px;
    line-height: 1.3;
    padding-bottom: 18px;
}
.s4_content i.fas.fa-check-double {
    color: #A32C2B;
    font-size: 18px;
}



.section_s5{
    padding: 10px 0px 60px 0px;
}
.s5_content h2{
    color: #0f0f0f;
    font-size: 38px;
}
.s5_content hr{
    margin: 30px 0px;
}
.s5_content p {
    font-size: 17px;
}
.s5_image img {
    width: 100%;
    border-radius: 10px;
    height: 420px;
    object-fit: cover;
}


.section_s6 {
    padding: 60px 10px;
    background-color: #f6f6f6;
    background-image: url("../images/grey_dot.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.section_s6 span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #18346A;
    display: block;
}
.section_s6 h2{
    color: #0f0f0f;
    font-size: 38px;
    text-align: center;
}
.owl-carousel{
    margin-bottom: 35px;
}
.tr_testimonials {
    background-color: #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 30px;
    margin: 0px 5px;
    text-align: center;
}
.tr_stars {
    margin: 12px 0px 8px 0px;
}
.tr_stars i {
    color: #F6BB06;
    font-size: 17px;
    margin-right: -4px;
}
.tr_content {
    overflow-x: hidden;
    height: 190px;
}
.tr_content p {
    color: #0f0f0f;
    font-size: 16px;
    line-height: 24px;
}
.tr_content h3 {
    color: #0f0f0f;
    font-size: 23px;
    margin-top: 12px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #18346A !important;
}


.section_footer{
    padding: 20px 0px;
    background-color: #0f0f0f;
}
.footer_content p{
    color: #fff;
    font-size: 17px;
    text-align: center;
}


/*Tablet*/
@media screen and (max-width:992px)and (min-width: 768px){

.navbar-nav .btn-primary {
    display: none;
}
.hero_content h2 {
    font-size: 32px;
}
.hero_content p {
    font-size: 16px;
}
.form-control {
    height: 45px;
}
.service_section h2, .section_s3 h2, .s4_content h2, .s5_content h2, .section_s6 h2 {
    font-size: 32px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content p {
    font-size: 15px;
}



}



/*Mobile 768px*/
@media screen and (max-width:768px){

.navbar-brand img {
    max-width: 70px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.navbar-nav .btn-primary {
    display: none;
}
.hero_content {
    text-align: center;
}
.pr-4, .px-4 {
    padding-right: 0rem !important;
}
.hero_content h2 {
    font-size: 29px;
    line-height: 1.4em;
}
.hero_content hr {
    margin: 30px auto;
}
.hero_content p {
    font-size: 16px;
}
.btn-primary {
    font-size: 15px;
}
.hero_form{
    margin-top: 25px;
}
.booking-form {
    padding: 22px;
}
.form-control {
    font-size: 14px;
    height: 45px;
}
.service_section h2, .section_s3 h2, .s4_content h2, .s5_content h2, .section_s6 h2 {
    font-size: 30px;
}
.service_body {
    margin-bottom: 15px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content p {
    font-size: 15px;
}
.button_section {
    margin-top: 10px;
}
.s3_content h3 {
    font-size: 20px;
}
.body_s3 {
    margin-bottom: 15px;
}
.s4_image img {
    height: 100%;
}
.pl-4, .px-4 {
    padding-left: 0rem!important;
}
.s4_content li {
    font-size: 16px;
}
.s5_content p {
    font-size: 16px;
}
.s5_image  {
    margin-top: 25px;
}
.s4_image {
    margin-top: 25px;
}
.s5_image img {
    height: 100%;
}
.tr_testimonials {
    padding: 25px;
}
.tr_content {
    height: 215px;
}
.footer_content p {
    font-size: 16px;
}
.s5_content {
    text-align: center;
}
.s5_content hr {
    margin: 30px auto;
}

}