html {
    scroll-behavior: smooth;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    background: #000;
    opacity: 1;
    width: 30px;
    top: 31px;
    height: 30px;
    line-height: 30px;
    padding: 0px 6px;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.white a:not(.btn) {
    color: #976a39;
}

.dark-header .navbar {
    background-color: #fff;
    padding: 10px 0px;
}

.dark-header .navbar-default .navbar-nav>li>a {
    color: #000;
}

.dark-header .navbar-default .navbar-nav>li>a {
    color: #000;
    line-height: 70px;
}

.page-section {
    padding: 170px 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#our_service .section-title h2 {
    font-size: 49px;
    font-weight: 800;
    color: #fff;
}

header.fixed-header {
    padding-bottom: 0px;
}

.call-us {
    text-align: center;
    margin-top: 40px;
}

.call-us a {
    background: #baa565;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
}

.boxed-block {
    border: 0px solid #cccccc;
}

.icon-bar.socalicon {
    top: 70% !important;
}

a.enquiry-now {
    background: #df9d3d;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 50px;
}

@media only screen and (max-width: 1000px) {
    .nav>li>a {
        padding: 10px 10px !important;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-inner {
        top: 0px;
    }
    .icon-bar.socalicon {
        z-index: 99999;
        position: fixed;
        top: 45%;
        right: 0px;
    }
    .dark-header .navbar-default .navbar-nav>li>a {
        color: #000;
        line-height: 30px;
    }
}

.sidebar {
    box-shadow: 0px 3px 6px #dedede;
    padding: 20px;
}

.opacity.bottom-xs-pad-20 {
    margin: 15px;
    background: #ffff;
    min-height: 370px;
    box-shadow: 1px 2px 3px #dedede;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

.icon-bar.socalicon {
    z-index: 99999;
    position: fixed;
    top: 45%;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar.socail-icon {
    position: fixed;
}

.icon-bar.socalicon a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.navbar-brand span {
    color: #fed136;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em!important;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Gothic A1', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #fed136;
}

.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

.get-in-touch .title {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;
}

.note .link {
    color: #888;
    text-decoration: none;
}

.note .link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .col-md-6.about-text {
        margin-top: 40px;
    }
    .navbar-nav {
        background-color: #fff;
        border-top: 3px solid #fed136;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em!important;
        font-size: 100%;
        font-weight: 500;
    }
    .banner-text {
        padding: 150px 0 150px 0;
    }
    .banner-heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: relative;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: initial;
    }
    .page-section {
        padding: 64px 0;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    header.fixed-header {
        margin-bottom: 0px;
    }
}