@font-face {
    font-family: "Cormorant";
    src: url(../fonts/CormorantGaramond-Regular.ttf);
}

@font-face {
    font-family: "lato-regular";
    src: url(../fonts/Lato-Regular.ttf);
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    border-radius: 0px !important;
}

::-webkit-scrollbar-track {
    border-radius: 0px !important;
    background: #dddddd;
}

::-webkit-scrollbar-thumb {
    background-color: #a1a1a1;
    outline: none;
    border-radius: 20px !important;
}

:root {
    --gray-color: #6B7280;
    --light-gray: #b2b1b1;
    --black-color: #333333;
    --sec-bg: #FEF2F2;
    --black-color-2: #0F172A;
    --dark-gray: #232F3E;
    --bg-gray: #F5F5F5;
    --white-color: #fff;
    --sec-orange: #FFF7ED;
    --red-color: #e61d30;
    --mianColor: #FFB03A;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "lato-regular";
}

* {
    transition: 0.3s ease-in-out;
    font-family: "lato-regular";
}

.fancybox__track,
.fancybox__slide {
    transition: unset;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2 {
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
    /*font-family: 'CormorantGaramond-Regular', serif;*/
}

.main-p {
    margin-bottom: 15px;
    color: #555;
}

a:hover {
    text-decoration: none;
}

.py-30 {
    padding: 30px 0;
}

.py-40 {
    padding: 40px 0;
}

.py-50 {
    padding: 50px 0;
}

.py-70 {
    padding: 70px 0;
}

.p-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.main-padding {
    padding: 40px 0;
}

.top-bar {
    padding: 15px 0;
}

.top-bar ul {
    display: flex;
    align-items: center;
}

.top-bar ul.left-list {
    display: none;
}

.top-bar ul.left-list li {
    margin-right: 20px;
}

.top-bar ul.right-list {
    justify-content: end;
}

.top-bar ul.right-list li {
    margin-left: 20px;
}

.top-bar a {
    color: #9e9e9e;
}

.top-bar a:hover {
    color: var(--black-color);
}

.top-bar img {
    width: 20px;
    max-height: 25px;

}

/* start header */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--white-color);
    color: #000;
}

.header.active {
    box-shadow: 0px 4px 10px 0px #00000025;
}

.header.active .st-menu {
    padding: 0;
}

.header .navbar-toggler img {
    width: 50px;
}

.header .navbar-toggler:focus-visible,
.header .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.header .navbar-toggler span {
    width: 30px;
    height: 4px;
    transition: 0.3s;
    background-color: #000;
    display: block;
    margin-bottom: 7px;
}

.header .dropdown-toggle,
.header .nav-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.5rem 1rem !important;
    position: relative;
}

.header .dropdown-toggle:focus-visible {
    outline: 0;
}

.dropdown-toggle::after {
    display: none;
}

.header .dropdown-toggle::before,
.header .nav-link::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #333 !important;
    left: 5%;
    bottom: 0;
    transform: scale(0);
    transition: 0.3s;
}

.header .active.dropdown-toggle::before,
.header .active.nav-link::before,
.header .dropdown-toggle:hover::before,
.header .nav-link:hover::before {
    transform: scale(1);
}

.header .dropdown-menu {
    width: 230px;
    top: 40px;
    border: 0;
    box-shadow: 0px 1px 3px 1px #d0d0d0;
    padding: 0;
}

.header .dropdown-item {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    background-color: #fff;
}

/* .header .dropdown-menu */
.med-overflow {
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 100;
}

.overflow-y {
    overflow-y: hidden;
}

.st-menu {
    padding: 10px 0;
}

.navbar-brand img {
    /* width: 170px; */
    max-width: 100%;
}

.st-menu form {
    width: 100%;
}

.st-menu .navbar-nav {
    justify-content: end;
    align-items: center;
}

#carouselHomePage {
    height: calc(100vh - 172px);
}

@media screen and (max-width: 768px) {
    #carouselHomePage {
        height: calc(65vh - 172px);
    }
}

#carouselHomePage .carousel-inner,
#carouselHomePage .carousel-inner .carousel-item,
#carouselHomePage .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
}

/* start home page style */
#carouselHomePage .carousel-control-prev,
#carouselHomePage .carousel-control-next {
    background-color: transparent;
    border: 0;
}

#carouselHomePage .carousel-control-prev span,
#carouselHomePage .carousel-control-next span {
    scale: 1.3;
}

.scroll-to-top {
    position: fixed;
    right: 4%;
    bottom: 10%;
}

.scroll-top {
    display: none;
    width: 45px;
    height: 45px;
    border: 3px solid #fcb63a;
    color: #fcb63a;
    border-radius: 50%;
    background: transparent;
    font-size: 22px;
    font-weight: bolder;
}

.text-overlayer {
    padding: 100px 0;
}

.text-overlayer * {
    color: var(--white-color);
}

.text-overlayer__home {
    background-image: linear-gradient(45deg, #000000B5, #000000a3), url(../img/home/more.jpg);
    text-align: center;
    background-size: cover;
}

.text-overlayer__home h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.aservice {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
    height: 100%;
    transition: .3s ease-in-out all;
}

.aservice:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s ease-in-out all;
    border-radius: 4px;
    border: 1px solid #eee;
}

.aservice:hover:before {
    border-color: #fcb63a;
    box-shadow: 0px 4px 12px #fcb63a50;
    background-color: #FCB63A0D;

}

.aservice img {
    height: 48px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
    filter: brightness(0);
}

.aservice:hover img {
    filter: brightness(1);

}

.aservice-gallery {
    position: relative;
    padding-top: 100%;

}

.aservice-gallery {
    display: block;
    position: relative;
    padding-top: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.aservice-gallery img,
.aservice-gallery h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    color: var(--black-color-2);
}

.aservice-gallery img {
    opacity: 0.1;
    transform: translate(-50%, -50%) rotate(-20deg);
    width: 60%;
}

.aservice-gallery:hover h3 {
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(0deg);
}

.aservice-gallery:hover img {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* footer */
.upper--foter {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}

.upper--foter ul {
    display: flex;
    justify-content: center;

}

.upper--foter li {
    margin: 0 20px;
}

.upper--foter a {
    color: #0a0a0a;
    font-size: 20px;
}

.upper--foter a:hover {
    text-decoration: underline;
    color: #444444;
}

.lower-footer .contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lower-footer .contact a {
    margin: 0 8px;
}

.lower-footer a {
    color: #0a0a0a;
}

.lower-footer .has-fter {
    position: relative;
}

.lower-footer .has-fter::after {
    content: '|';
    position: absolute;
    right: -12px;
    scale: 1.2;
}

.img-contain img {
    max-width: 100%;
}

.text-overlayer__comapny {
    background-image: url(../img/company/our-philosophy.png);
}

/* gallery */
/* .carousel__viewport{
  display: none;
} */
.img-gallery {
    overflow: hidden;
    position: relative;
    display: block;
    /* height: 280px; */
    padding-top: 100%;
}

.img-gallery::after {
    content: url(../img/icons/plus.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0.468);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    opacity: 0;
}

.img-gallery img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}

.img-gallery:hover::after {
    opacity: 1;
}

.img-gallery:hover img {
    transform: scale(1.3);
}

.input-container {
}

.input-container label {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.input-container input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
}

.input-container textarea {
    display: block;
    width: 100%;
    height: 240px;
    border: 1px solid #ccc;
    resize: none;
}

.input-container .submit {
    background-color: var(--white-color);
    height: 50px;
    border: 1px solid var(--black-color);
    display: block;
    width: 100%;
    color: black;
}

.input-container sup {
    color: red;
}

iframe.location {
    width: 100%;
    /*filter: grayscale(1);*/
}

@media screen and (max-width: 1200px) {
    .st-menu .navbar-nav {
        justify-content: space-around;
    }

    .header .dropdown-toggle,
    .header .nav-link {
        font-size: 14px;
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {

}

@media screen and (max-width: 991px) {
    .header {
        padding: 15px 0;
    }

    .header .nav-item {
        margin: 0 0 15px !important;
    }

    .st-menu, .nd-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .toggle-search {
        display: none;
    }

    .header-search {
        transform: translateY(0);
    }

    .navbar-brand img {
        width: 200px;
        display: block;
        margin-bottom: 20px;
    }

    .st-menu {
        padding: 0;
    }

    .st-menu .navbar-nav {
        align-items: flex-start;
    }

    .header.med-overflow .navbar-toggler span {
        width: 38px;
    }

    .header.med-overflow .navbar-toggler span:first-of-type {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .header.med-overflow .navbar-toggler span:nth-last-of-type(2) {
        opacity: 0;
    }

    .header.med-overflow .navbar-toggler span:last-of-type {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .header.med-overflow .navbar-brand {
        transform: translateY(100%);
    }

    .header.med-overflow .st-menu .navbar-nav {
        align-items: flex-start;
        background-color: var(--black-color);
        max-width: 300px;
        justify-content: flex-start;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
    }

    .header.med-overflow .navbar-toggler {
        transform: translateX(-40%) scale(0.6);
    }

    .header.med-overflow .navbar-toggler span {
        background-color: #b1b1b1;
    }

    .header.med-overflow .navbar-toggler:hover span {
        background-color: var(--white-color);
    }

    .header.med-overflow .st-menu .navbar-nav * {
        color: #b1b1b1;
        transition: 0.1s;
    }

    .header.med-overflow .st-menu .navbar-nav li {
        border-bottom: 1px solid #b1b1b1;
        display: block;
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 0 !important;
    }

    .header.med-overflow .st-menu .navbar-nav *:hover {
        color: var(--white-color);
    }

    .header.med-overflow {
        background-color: #0000004d;
    }

    .st-menu form {
        max-width: 350px;
        margin: 10px 0;
    }

    .header .nav-item {
        width: 100%;
    }

    .header .dropdown-item {
        border-bottom: 0;

    }

    .header .dropdown-menu {
        width: 100%;
        box-shadow: none;

    }

    .header .dropdown-toggle::before,
    .header .nav-link::before {
        width: 150px;
        left: 0;
        transform-origin: 0;
    }

    .main-carousel .carousel-inner {
        height: 300px;
    }

    .container {
        max-width: 95%;
    }

    .top-bar ul.right-list,
    .top-bar ul {
        justify-content: center;
        margin: 5px 0;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .top-bar {
        padding: 5px 0;
    }

    .top-bar ul.right-list {
        flex-direction: column;
    }

    .top-bar ul.right-list li {
        margin-left: 0;
    }

    .py-30 {
        padding: 15px 0;
    }

    .py-40 {
        padding: 20px 0;
    }

    .py-50 {
        padding: 35px 0;
    }

    .py-70 {
        padding: 50px 0;
    }

    .main-p {
        font-size: 15px;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .h5, h5 {
        font-size: 1.0rem;
    }

    h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .upper--foter li {
        margin: 0 5px;
    }

    .upper--foter a {
        font-size: 15px;
    }

    .lower-footer .contact {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {

}

.title {
    font-weight: bold;
    text-align: start;
    position: relative;
}

.subTitle {
    font-weight: bold;
}

.title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 8px;
    background-color: #FFB03A;
}

.title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 20px;
    background-color: #FFB03A;
}

.aboutSection .title {
    font-weight: bold;
    text-align: start;
}

img {
    max-width: 100%;
}

.aboutImg {
    position: relative;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.aboutImg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -14px;
    bottom: -14px;
    border: 5px solid #FFB03A;
    z-index: -5;
}

.sectionTitle {
    text-transform: uppercase;
    font-weight: bold;
}

.contactForm {
    padding: 100px 0 0px;

}

.contactForm form {
    box-shadow: 0px 4px 8px #00000030;
    padding: 24px 32px;
    margin-top: 24px;
    border-radius: 12px;
}

.contactForm form .form-control {
    border-radius: 4px;
}

.contactForm form .submit {
    padding: 15px 25px;
    border: unset;
    border-radius: 4px;
    color: #212121;
    z-index: 1;
    background: #e8e8e8;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}

.contactForm form .submit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 4px;
    background-color: #212121;
    z-index: -1;
    transition: all 250ms
}

.contactForm form .submit:hover {
    color: #e8e8e8;
}

.contactForm form .submit:hover::before {
    height: 100%;
}

.contactImg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0 !important;

}

.contactImg img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}


.banner {
    padding: 60px 0;
    background-image: linear-gradient(45deg, #f99a0bc7, #cb7a00d4), url(../img/home/about.png);
    background-size: cover;
    background-position: center;
}

.banner .p-header {
    font-weight: bold;
    color: #fff;
}

.our-service .description.showLess {
    font-style: italic;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}

.our-service .description {
    font-style: italic;
    margin-bottom: 0;
    transition: .3s ease-in-out all;
    height: auto;

}

.aservice .show-more {
    color: #FFB03A;
    cursor: pointer;
}