* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}


/* navbar style start */
.navbar {
    background-color: #2e3138;
    height: 85px;
    z-index: 99999;
    width: 100%;
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.5);
}

.navbar .container {
    background-color: #2e3138;
}

.navbar-collapse {
    padding: 10px 0px;
}

.navbar .nav-link {
    color: white;
    font-size: 21px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbar-toggler-icon {
    filter: invert(1);
    outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:active:focus,
.navbar-toggler.active:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar .nav-item .nav-link {
    width: fit-content;
}

.navbar .nav-item .nav-link::before {
    width: 0;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    transition: 0.5s ease-in-out;
    content: '';
}

.navbar .nav-item:hover .nav-link {
    color: #ff5e14;
}

.navbar .nav-item:hover .nav-link::before {
    width: 80%;
    background-color: #ff5e14;
}

.navbar .nav-item .nav-link.active::before {
    width: 80%;
    background-color: #ff5e14;
}

@media (max-width:991px) {
    .navbar .nav-item:hover .nav-link::before {
        width: 100%;
    }
    .navbar .nav-item .nav-link.active::before {
        width: 100%;
    }
}

.navbar .nav-item .nav-link.active {
    color: #ff5e14;
}

/* section and section title */

section {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-title {
    width: fit-content;
    color: #ff5e14;
    position: relative;
}

.section-title::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ff5e14;
    position: absolute;
    bottom: 0;
}

/* end section */

/* buttons */

.rv-btn {
    background-color: #ff5e14;
    border-radius: 5px;
    border: 1px solid #ff5e14;
    transition: 0.5s ease-in-out;
    color: white;
    align-self: self-start;
}

.rv-btn:hover {
    background-color: transparent;
    border: 1px solid #ff5e14;
    color: #ff5e14;
}

/* navbar style end */


/* hero section */


/* end hero section */



/* footer style start */

.main-footer {
    position: relative;
    background: #1e2129;
}

.footer-content {
    position: relative;
    padding: 80px 0px 50px 0px;
}

@media (max-width:991px) {
    .footer-content {
        padding: 30px 0px 10px 0px;
    }   
}

.footer-content:before {
    position: absolute;
    content: '';
    width: 744px;
    top: 50px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
    margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #2e3138;
    color: #9ea0a9;
    text-align: center;
    border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
    color: #ffffff;
    background: #ff5e14;
}

.footer-content .logo-widget .logo-box {
    margin-bottom: 25px;
}

.footer-content .logo-widget .text p {
    color: #9ea0a9;
    margin-bottom: 32px;
}

.footer-content .footer-title {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 27px;
}

.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 12px;
}

.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover {
    color: #ff5e14;
}

.footer-content .contact-widget p {
    color: #9ea0a9;
    margin-bottom: 15px;
}

.footer-content .contact-widget {
    margin-left: 90px;
}

.footer-content .contact-widget .footer-title {
    margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: #13151a;
    padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
    position: relative;
    color: #9ea0a9;
}

@media (max-width:991px) {
    .footer-bottom .copyright {
        display: flex;
        justify-content: center;
    }
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
    color: #ff5e14;
}

.footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

@media (max-width:991px) {
    .footer-bottom .footer-nav {
       display: flex;
       justify-content: center;
    }   
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
    display: none;
}

.logo-box img {
    max-width: 220px;
}

@media (max-width:991px) {
    .footer-content .row {
        row-gap: 20px;
    }

    .footer-content .contact-widget {
        margin-left: 0px;
    }
}

/* footer style end */


/* media styles */

@media (max-width:991px) {
    .revert{
        flex-direction: column-reverse;
    }
    .rowgap{
        row-gap: 10px;
    }
    .textcenter{
        text-align: center;
    }
    .aligncenter{
        align-self: center !important;
    }
    .centerindiv{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}