@font-face {
    font-family: 'Rockwell';
    src: url('../font/Rockwell-ExtraBold.ttf');
}

:root {
    --DarkGreen: #444444;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'sans-serif', sans-serif;
    background-color: #f9f9f9;
}

.bk-w {
    background-color: white;
}

.navbar-light .navbar-nav .active .nav-link::after {
    padding-left: 1em;
}

.navbar-light .navbar-nav .active:last-child .nav-link::after {
    display:none;
}

.navbar-light .navbar-nav .active:last-child .nav-link {
    border: 3px solid #a48555;
    color: #a48555 !important;
    font-weight: 800 !important;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
}

#navbarSupportedContent ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

button.noBorder{
    border: none;
}

.first-home-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 92vh;
    width: 100%;
    background-position: center;
    padding: 5% 0% 1% 2%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 0%)), url(../images/baner_img.jpg);
    background-position-x: 70%;
}

.first-home-section h2 {
    color: white;
    text-align: center;
    font-size: 2.3rem;
    text-transform: capitalize;
    font-family: 'Rockwell';
    text-align: left;
}

.first-home-section .first-s-Button {
    text-align: left;
    margin: 1% 1%;
    color: white;
    padding: 1% 2%;
    border-radius: 10px;
    border: 3px dotted #fff;
    background-color: #fff0;
}

.navbar li a,
.navbar .socialMediaCont a{
    font-weight: bold;
    font-size: 1rem;
    color: var(--DarkGreen)!important;
}

.navbar li a:hover {
    border-bottom: none;
    color: var(--DarkGreen) !important;
    transition: 0.1s ease-in-out;
}

.navbar-toggler {
    margin-left: auto;
}

.navLogo {
    width: 60%;
}

.navIconCont {
    width: 9%;
}

#scrollTop {
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1b1a1c;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}

#scrollTop:hover{
    background: var(--DarkGreen);
}

#scrollTop i{
    position: fixed;
    right: 24px;
    bottom: 26px;
    font-size: 28px;
    font-weight: 100;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    box-shadow: none;
}
#scrollTop:focus{
    box-shadow: none;
}

.navRegular {
    position: initial;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    background-color: #ffffff54;
    -moz-transition: background-color 0.2s ease-in;
    /* WebKit */
    -webkit-transition: background-color 0.2s ease-in;
    /* Opera */
    -o-transition: background-color 0.2s ease-in;
    /* Standard */
    transition: background-color 0.2s ease-in;
}

.addColorScroll {
    background-color: #000000d9;
    -moz-transition: background-color 0.2s ease-in;
    /* WebKit */
    -webkit-transition: background-color 0.2s ease-in;
    /* Opera */
    -o-transition: background-color 0.2s ease-in;
    /* Standard */
    transition: background-color 0.2s ease-in;
}

.fixedClassNav {
    background-color: rgba(241, 243, 249, 1);
    position: fixed !important;
    top: 0 !important;
    z-index: 50;
    width: 100%;
    margin: 0;
    left: 0;
    -moz-transition: background-color 0.2s ease-in;
    /* WebKit */
    -webkit-transition: background-color 0.2s ease-in;
    /* Opera */
    -o-transition: background-color 0.2s ease-in;
    /* Standard */
    transition: background-color 0.2s ease-in;
}

.navLogo-mob {
    display: none;
}

/************************* second-home-section ******************************/
.second-home-section {
    margin-bottom: 7%;
}
.second-home-section h2{
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #232323;
    font-weight: 700;
    padding-bottom: 16px;
    margin-top: 5%;
    position: relative;
}

.second-home-section .text p{
    text-align: justify;
}

.second-home-section .card img {
    width: 80%;
    margin: 10% auto;
}

/************************* Section Four ******************************/
.third-home-section {
    position: relative;
    margin-bottom: 7%;
}
.our-services{
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.our-services h2{
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #232323;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
}

.our-services .text{
    position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #777;
    font-weight: 300;
    padding-top: 20px;
}
.our-services .service-block {
    position: relative;
    margin-bottom: 0;
    margin-top: 4%;
}
.service-block .box {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 40px 25px;
    transition: all .7s ease;
    min-height: 100%;
}
.service-block .box:hover {
    box-shadow: 0 0 50px rgb(0 0 0 / 31%);
    transition: all .7s ease;
}
.service-block .box:after, .service-block .box:before {
    position: absolute;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.service-block .icon {
    position: absolute;
    top: 4%;
    left: 43%;
    transition: all .7s ease;
    width: 15% !important
}

.service-block .icon img{
    width: 100%
}

.service-block .boxLink {
    color: #232323;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.service-block .box:hover .boxLink {
    color: var(--DarkGreen);
    text-decoration: none;
}

.service-block .text{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #777;
    font-weight: 300;
    text-align: justify;
}
.service-block h3{
    position: relative;
    font-size: 22px;
    top: 0;
    line-height: 30px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 17%;
    cursor: pointer;
}

/************************* Section Ten ******************************/
.ContactSection{
    margin-bottom: 7%;
}

.ContactSection .contact-container {
    position: relative;
    padding: 55px 75px;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0px 15px rgba(0,0,0,.08);
    -o-box-shadow: 0 0px 15px rgba(0,0,0,.08);
    box-shadow: 0 0px 15px rgb(0 0 0 / 8%);
}
.ContactSection .form-col {
    position: relative;
}
.contact-container h2{
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #232323;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative;
}
.contact-container h2:before{
    position: absolute;
    left: 47%;
    bottom: 24%;
    width: 74px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
input{
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 20px !important;
    color: #232323;
    border: 1px solid #e4e4e4 !important;
    height: 50px;
    font-weight: 300;
    background: #fff !important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}
textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 15px 20px !important;
    color: #232323;
    border: 1px solid #e4e4e4;
    font-weight: 300;
    height: 150px;
    background: #fff;
    resize: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
}
input:active, textarea:active, input:focus, textarea:focus,
input:focus-visible, textarea:focus-visible, .form-control:focus{
    border-color:var(--DarkGreen) !important;
    outline: 1px solid var(--DarkGreen) !important;
    box-shadow: none !important;
}
.submitForm, .submitForm:active, .submitForm:focus, .submitForm:focus-visible{
    position: relative;
    font-size: 13px;
    line-height: 25px;
    color: #fff !important;
    padding: 15px 35px;
    background: var(--DarkGreen);
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none;
    width: fit-content;
}
.buttonloadsubmit, .buttonloadsubmit:active, .buttonloadsubmit:focus, .buttonloadsubmit:focus-visible{
    width: 18%;
    padding: 21px 0;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    color: #fff !important;
    background: var(--DarkGreen);
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none;
}
.submitForm:hover,
.buttonloadsubmit:hover {
    background: #141b27;
    color: #fff;
}
.alert-success {
    color: #155724;
    background: none;
}
.error {
    color: red;
    margin-top: 1%;
}

/************************ Footer ************************/
.emptyFeeds{
    color: #fff;
}
footer {
    position: relative;
    background-color: #141b27;
    clear: both!important;
    margin-top: 8%;
}
footer .FooterLogo img {
    width: 55%;
    margin-top: 8%;
    margin-bottom: 10%;
}
footer .SocialMedia li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    color: #fff;
}
.SocialMedia li a {
    position: relative;
    display: inline-block;
    height: 40px!important;
    width: 40px!important;
    font-size: 15px!important;
    line-height: 36px!important;
    color: #cacaca!important;
    background-color: #1f2837!important;
    text-align: center!important;
    border-radius: 50%;
    border: 2px solid #424c5d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.SocialMedia li i{
    margin-top: 29%
}
.SocialMedia li a:hover {
    background-color: #fff!important;
    color: var(--DarkGreen)!important;
}
footer h2{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 10%;
}
footer .post-info, footer .contact-info i {
    color: #a48555;
}
footer .contact-info, footer .twitter-update {
    margin-top: 9%;
}
footer .contact-info li{
    margin-bottom: 3%;
    max-width: 80%;
}
footer .contact-info a{
    color: #fff;
}
footer .contact-info a:hover{
    color: #fff;
    text-decoration: none;
}
footer .contact-info p{
    display: inline;
    color: #fff;
    padding-left: 2%;
}

footer .footer-bottom {
    position: relative;
    border-top: 1px solid #2c323d;
    text-align: center;
    height: auto;
}

footer .footer-bottom .copyRight {
    position: relative;
    float: left;
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

/*Privacy Policy amd Terms of Use pages*/
#PrivacyPolicy .text,
#TermsOfUse .text {
    text-align: left;
}

#PrivacyPolicy h2,
#TermsOfUse h2 {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #232323;
    font-weight: 700;
    padding-bottom: 16px;
    margin-top: 5%;
    position: relative;
}

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .active:last-child .nav-link {
        margin: 2% auto;
    }
    .socialMediaCont a {
        font-size: 1rem;
    }
    .navLogo {
        width: 100%;
    }
    .img-responsive {
        width: 100%;
    }
    footer {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .navLogo-mob {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .first-home-section h2 {
        font-size: 2rem;
    }
    .mo-none {
        display: none;
    }
    .img-responsive {
        width: 100%;
    }
    .navbar-light .navbar-nav .active .nav-link::after {
        content: "";
        padding-left: 1em;
    }
    .navbar-light .navbar-nav .active:last-child .nav-link {
        border: 1px solid var(--DarkGreen);
        border-radius: 50px;
        margin: 3% auto;
        text-align: center;
        padding: 2% 0% 2% 2%;
        color: #ffffff !important;
        background-color: var(--DarkGreen);
        width: 100%;
        font-size: 24px;
    }
    .navRegular {
        padding: 0.5rem 1rem;
        background-color: rgb(249 249 249);
    }
    .navLogo-mob {
        width: 100%;
        display: block;
    }
    .navLogo-mob-a {
        width: 55%;
        margin: 0 auto;
    }
    .second-home-section .card img {
        width: 60%;
        margin: 10% auto;
    }
    .ContactSection .contact-container {
        padding: 55px 20px;
    }
}

@media (min-height: 613px) and (min-width: 768px) {
    .navLogo-mob {
        width: 60%;
        margin: 0 auto;
    }
}
