@import url('../../vendor/bootstrap/css/bootstrap.css');
@import url('../../vendor/slick/slick.css');
@import url('../../vendor/slick/slick-theme.css');
@import url('../../vendor/fontawesome/css/all.css');
@import url('../../vendor/magnific-popup/magnific-popup.css');
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
/* global styles */
* {
    margin: 0;
    padding: 0;
}
:root {
    --bg-color: #F8FFDE;
    --black: #000000;
    --black-8: rgba(0,0,0,0.8);
    --black-5: rgba(0,0,0,0.5);
    --white: #FFFFFF;
    --white-8:rgba(255,255,255,0.8);
    --white-5:rgba(255,255,255,0.5);
    --s-color: gray;
    --p-color: #FF8D00;
    --t-color: #B19777;
    --body: 'Roboto', sans-serif;
    --heading: 'Roboto', sans-serif;
}
body {
    background-color: var(--bg-color);
}
p {
    font-family: var(--body);
    font-size: 16px;
    color: var(--s-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading);
    color: var(--p-color);
    word-break: keep-all;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
a{
    text-decoration: none;
}
img {
    height: 100%;
    width: 100%;
}
section {
    padding: 50px 100px;
}
@media (max-width: 1024px) {
    section {
        padding: 30px 50px;
    }
}
@media (max-width: 767px) {
    section {
        padding: 30px 10px;
    }
}
div, section, span{
    box-sizing: border-box;
    transition: 0.4s;
}
.center{
    text-align: center;
}

.uppercase{
    text-transform: uppercase
}
.theme-btn {
    border: 0 solid transparent;
    border-radius: 0;
    padding: 12px 20px;
    color: var(--white) !important;
    font-size: 18px;
    position: relative;
    background: var(--black) !important;
    transition: 0.3s;
    text-align: center;
    
}
.theme-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--p-color);
    bottom: -8px;
    right: -15px;
    transition: 0.3s;
}
.theme-btn::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    background: var(--p-color);
    bottom: -15px;
    right: -8px;
    transition: 0.3s;
}
.theme-btn:hover::after {
    width: calc(100% + 10px);
}
.theme-btn:hover::before {
    height: calc(100% + 10px);
}
.profile{
    display: flex;
    background: var(--white-5);
    justify-content: center;
    align-items: center;
    padding: 30px;

}
.line_effect{
    position: relative;
    display: inline-block;
}
.line_effect::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: var(--p-color);
    transition: all 300ms;
}
.line_effect:hover:after, .line_effect.active:after{
    width: calc(100%);
}
/* global style end */


/* custom style start */
/* header start */
.top-bar .top-left .contact-icon, .top-bar .top-right .social-icon {
    max-width: 75%;
}
.top-bar .top-left .contact-icon {
    display: inline-block;
}
.top-bar .top-left .contact-icon {
    list-style: none;
}
.top-bar .top-left .contact-icon > li {
    clear: left;
    font-size: 16px;
}
.top-bar .top-left .contact-icon > li:before {
    content: "";
    display: block;
    float: left;
    margin-left: -1.5rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: .15rem;
    margin-top: 5px;
}
.top-bar .top-left .contact-icon #phone:before {
    background: url("../images/svg/phone.svg");
    height: 18px;
    width: 18px;
}
.top-bar .top-left .contact-icon #location:before {
    background: url("../images/svg/location.svg");
    width: 15px;
    height: 20px;
}
.top-bar .top-left .contact-icon #email:before {
    background: url("../images/svg/email.svg");
    width: 21px;
    height: 15px;
}
.top-bar .top-logo .logo, .footer .logo {
    height: 100px;
}
.top-bar .top-logo .logo img, .footer .logo img {
    max-height: 100%;
    max-width: 50%;
    object-fit: contain;
}
.top-bar .top-logo .tagline {
    font-size: 10px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 9s steps(90, end);
    padding-left: 40px;
    font-style: italic;
    font-weight: bolder;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
.top-bar .top-right .social-icon li a svg {
    fill: var(--black);
    height: 30px;
    width: 40px;
    border: 2px solid var(--black);
    border-radius: 25%;
    padding: 2px;
    margin-top: 5px;
}
.top-bar .top-right .social-icon li a:hover svg {
    fill: var(--bg-color);
    background-color: var(--black);
}
.nav-bar .nav-link, .nav-bar .nav-link:hover {
    color: var(--white);
}
@media(min-width: 768px) {
    .nav-bar .nav-link {
        position: relative;
    }
    .nav-bar .nav-link.active:after, .nav-bar .nav-link:hover:after {
        content: '';
        position: absolute;
        border-bottom: solid 18px var(--bg-color);
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        bottom: -25%;
        left: 35%;
    }
}
/*header end */

/*hero slider start*/
.hero-slider .banner-item {
    height: 400px;
}
.leftarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: +1;
    padding: 8px;
    font-size: 20px;
    clip-path: circle();
    color: var(--white);
    background: var(--black-5);
    cursor: hand;
}
.rightarrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: +1;
    padding: 8px;
    font-size: 20px;
    clip-path: circle();
    color: var(--white);
    background: var(--black-5);
    cursor: hand;
}
.hero-slider .left-banner > div {
    align-content: space-between
}
.hero-slider .banner-sub {
    width: 100%;
    min-height: 150px;
    height: calc(50% - 5px);
    background-color: var(--black-5);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px 50px 20px 50px;
}
@media (max-width: 767px) {
    .hero-slider .banner-sub {
        height: 400px;
    }
}
.hero-slider .banner-sub > div {
    padding: 15px 20px;
    border-radius: 15px;
    background: var(--black-8);
    max-width: 300px;
}
.hero-slider .banner-sub > div h3 {
    color: var(--white);
    font-weight: 700;
}
.hero-slider .banner-shape {
    max-width: 400px;
    height: auto;
    background: var(--black-8);
    padding: 40px 30px 15px 30px;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    position: relative;
    margin-top: -80px;
    left: 30px;
}
.hero-slider .banner-shape h2 {
    color: white;
    font-weight: 700;
}
.hero-slider .banner-shape p {
    color: white;
}
@media (max-width: 767px) {
    .hero-slider .banner-shape {
        display: none;
    }
}
/* hero slider end */
/* hero banner start */
.hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 400px;
    background-size: cover;
}
.hero-banner .container-fluid {
    background-color: var(--black-5);
    height: 100%;
    position: relative;
}
.hero-banner .container-fluid h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    color: var(--white);
}
/* hero banner end */

/* footer banner start */


.footer {
    background: url(../images/footer-bg.png);
    background-size: cover;

}

.footer h3 {
    color: var(--white);
}

.animated-line {
    width: 100px;
    height: 5px;
    background: var(--white);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.animated-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--p-color);
    animation-name: kd;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes kd {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    list-style-type: none;
}

.footer-menu li a {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: none;
}

.form-item {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 25px;
}

.form-item input:focus {
    border: none;
    outline: none;
    border-radius: 0px;
}

.form-item::after {
    content: '';
    width: 5px;
    height: calc(100% - 10px);
    right: -5px;
    bottom: -5px;
    position: absolute;
    background: var(--p-color);
    opacity: 0;
}

.form-item::before {
    content: '';
    width: calc(100% - 10px);
    height: 5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    background: var(--p-color);
    opacity: 0;
}

.form-item:hover::after {
    opacity: 1;
}

.form-item:hover::before {
    opacity: 1;
}

.form-item input, .form-item textarea {
    width: 100%;
    height: 100%;
    background: var(--black-5);
    border: none;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
}
.form-item input::placeholder, .form-item textarea::placeholder {
    color: var(--white-5);
}

.phone span {
    font-size: 25px;
    color: var(--white);
    margin-right: 15px;
}

.phone a {
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
}

.location span {
    font-size: 25px;
    color: var(--white);
    margin-right: 15px;
}

.location a {
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
}

.email span {
    font-size: 25px;
    color: var(--white);
    margin-right: 15px;
}

.email a {
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
}

.email:hover a,
.email:hover span {
    color: var(--p-color);
}

.location:hover a,
.location:hover span {
    color: var(--p-color);
}

.phone:hover a,
.phone:hover span {
    color: var(--p-color);
}

.footer-desc {
    color: var(--white);
}
/* footer end */
.copyright a {
    color: var(--black);
}
.copyright a:hover, .copyright a:active {
    color: var(--s-color);
}
