body {
    text-transform: capitalize;
    font-family: 'Oswald';
    overflow-x: hidden;
}

/* oswald-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/oswald-v53-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v53-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/archivo-v19-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/archivo-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/archivo-v19-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/archivo-v19-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/archivo-v19-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/archivo-v19-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* archivo-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/archivo-v19-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

p {
    font-family: 'Archivo';
}

:root {
    --primary: #E26D5C;
    --secondary: #F9D030;
    --heading: #2D2D2D;
    --body: #6E6E6E;
}

/* Header satrt  */
header {
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.offcanvas-body nav ul {
    padding: 0;
}

.offcanvas-body nav .main-btn {
    margin-top: 10px;
}

header a {
    color: var(--body);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.06em;
}

.nav ul {
    gap: 35px;
    margin: 0;
    padding: 0;
}

/* Offcanvas css */

.offcanvas {
    padding: 15px;
    max-width: 300px;
}

.offcanvas a {
    color: var(--body);
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
}

.logo a {
    padding: 0;
}

a.active {
    color: var(--secondary);
    font-weight: 600;
    position: relative;
}

.head-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-btn {
    background: transparent;
    border: 1px solid #7F7F7F;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 28px;
    font-weight: 500;
}

.main-btn {
    background: var(--secondary);
    border-radius: 0;
    padding: 12px 35px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

.right-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hamburger-menu img {
    cursor: pointer;
}

ul li {
    list-style: none;
}

.right-btns a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
}

.right-btns a span {
    line-height: 0;
}

/* header css end */

/* hero sec css start */
.hero-sec {
    padding: 50px 0;
}

.hero-left-text h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0;
}

.hero-left-text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: var(--heading);
    margin: 20px 0 25px 0;
}

.hero-left-text h1 span {
    color: var(--secondary);
    position: relative;
}

.hero-left-text h1 span::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    background-image: url(../img/hero-head-img.svg);
    background-repeat: no-repeat;
    width: 199px;
    height: 35px;
    z-index: -1;
}

.hero-left-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin-bottom: 25px;
    width: 90%;
}

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.color-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
    background: var(--secondary);
    text-decoration: none;
    padding: 15px 38px;
}

.border-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid var(--secondary);
    text-decoration: none;
    padding: 15px 38px;
    color: var(--secondary);
}

.hero-right-img img {
    width: 100%;
}

.hero-sec-main .row {
    align-items: center;
}

.hero-logos {
    background: var(--secondary);
    padding: 50px 0;
}

.hero-logo-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.hero-logo-main img {
    opacity: 0.5;
      transition: .3s;
}

.hero-logo-main img:hover {
  opacity: 1;
}

/* hero sec css end */

/* home about css start */
.home-about-sec {
    padding: 100px 0;
}

.home-about-left img {
    width: 100%;
}

.home-about-right h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);
    margin: 0;
}

.home-about-right h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin: 20px 0;
}

.home-about-right p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin-bottom: 35px;
}

.about-text-deta {
    border-left: 5px solid var(--primary);
    padding: 0px 0px 0px 30px;
}

.about-text-deta h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: var(--heading);
    margin-bottom: 7px;
}

.about-text-deta p {
    margin: 0;
}

.cheak-contant {
    margin: 35px 0;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.cheak-contant p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-about-right .color-btn,
.pakage-right-text .color-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-about-right .color-btn span {
    line-height: 0;
}

.home-about-right {
    padding-left: 60px;
}

/* home about css emd */

/* pakage sec css start */
.pakage-sec {
    background: #F9F9F9;
    padding: 100px 0;
}

.pakage-top-img img {
    width: 100%;
}

.pakage-sec-text {
    margin: 45px 0;
}

.pakage-text-left h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 20px;
}

.pakage-text-left h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin: 0;
    width: 95%;
}

.pakage-right-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin-bottom: 15px;
}

.pakage-card-main {
    background: #fff;
    padding: 35px;
    height: 100%;
    transition: .3s ease-in-out;
}

.pakage-card-main:hover {
    background: var(--secondary);
}

.pakage-card-main:hover svg path {
    fill: #000;
}

.pakage-card-main svg path {
    transition: .3s ease-in-out;
    fill: var(--secondary);
}

/*.pakage-card-main:hover h3,*/
/*.pakage-card-main:hover p,*/
/*.pakage-card-main:hover a {*/
/*    color: #fff;*/
/*}*/

.pakage-card-main svg {
    margin-bottom: 25px;
}

.pakage-card-main h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    color: var(--heading);
    margin: 0;
    transition: .3s ease-in-out;
}

.pakage-card-main p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin: 10px 0 25px 0;
    transition: .3s ease-in-out;
}

.pakage-card-main a {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s ease-in-out;
}

.pakage-card-main:hover span svg path {
    fill: #000;
}

.pakage-card-main a span {
    line-height: 0;
}

.pakage-card-main a span svg path {
    fill: #000 !important;
}

.pakage-card-main a span svg {
    margin: 0;
}

.pakage-right-text .color-btn span {
    line-height: 0;
}

/* pakage sec css end */

/* portfolio sec css start */
.portfolio-sec {
    padding: 100px 0;
}

.portfolio-sec-head {
    text-align: center;
    margin-bottom: 45px;
}

.portfolio-sec-head h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
    margin-bottom: 20px;
}

.portfolio-sec-head h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    text-align: center;
    color: var(--heading);
}

.portfolio-card {
    display: flex;
    align-items: center;
}

.port-side-card {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 35px;
}

.port-side-card h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: var(--heading);
    margin: 0;
}

.port-side-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 153%;
    color: var(--body);
    margin: 7px 0 0 0;
}

.port-side-card .color-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.port-side-card .color-btn span {
    line-height: 0;
}

.portfolio-card-main .row {
    row-gap: 100px;
}

.portfolio-card-main .row .col-lg-6 {
    padding-right: 45px;
}

/* portfolio sec css end */

/* our client css start */
.pakage-sec.our-client .pakage-sec-text {
    margin-top: 0;
}

.our-client-img img {
    width: 100%;
}

.client-slider-card {
    background: #fff;
    padding: 35px;
    transition: .3s ease-in-out;
}

.client-slider-card:hover {
    background: var(--primary);
}

.client-slider-card:hover p {
    color: #F8DAD6;
}

.client-name {
    display: flex;
    align-items: center;
    gap: 25px;
}

.client-slider-card p {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--body);
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}

.clinet-name-deta h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: var(--heading);
    margin-bottom: 10px;
    transition: .3s ease-in-out;
}

.client-slider-card:hover .clinet-name-deta h4 {
    color: #fff;
}

.client-slider-card:hover .clinet-name-deta h6 {
    color: #FFE1A8;
}

.clinet-name-deta h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0;
    transition: .3s ease-in-out;
}

.client-name img {
    width: 65px;
    height: 65px;
}

.our-client-slider {
    position: relative;
    background-image: url(../img/slider-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1245px;
    padding: 80px 0;
}

/* our client css end */

/* pakage print css start */
.pakage-print {
    padding: 100px 0;
    background-image: url(../img/pakage-print-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pakage-print-text h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFE1A8;
    margin: 0;
}

.pakage-print-text h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
    color: #fff;
    margin: 20px 0;
}

.pakage-print-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: #CEC8C9;
    margin-bottom: 20px;
}

.pakage-print-text .color-btn {
    background: var(--primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.pakage-print-text .color-btn span {
    line-height: 0;
}

.pakage-print-text {
    padding-left: 25px;
}

.pakage-count {
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 100px;
    gap: 50px;
}

.pakage-count-deta h4 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.pakage-count-deta h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #1a1a1a;
    margin: 0;
}

/* pakage print css end */

/* whay choose css start */
.why-choose-right img {
    width: 100%;
}

.why-choose-sec {
    padding: 100px 0;
}

.why-choose-left h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0;
}

.why-choose-left h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin: 20px 0;
}

.why-choose-left p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin-bottom: 35px;
}

.why-choose-card {
    padding: 25px;
    background: #fff;
    transition: .3s ease-in-out;
    height: 100%;
}

.why-choose-card:hover {
    background: var(--primary);
}

.why-choose-card:hover h3 {
    color: #fff;
}

.why-choose-card:hover p {
    color: #F8DAD6;
}

.why-choose-card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: var(--heading);
    margin-bottom: 7px;
    transition: .3s ease-in-out;
}

.why-choose-card p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin: 0;
    transition: .3s ease-in-out;
}

.why-choose-card.active {
    background: var(--primary);
}

.why-choose-card.active h3 {
    color: #fff;
}

.why-choose-card.active p {
    color: #F8DAD6;
}

.why-choose-cards .row {
    row-gap: 35px;
}

.why-choose-right {
    padding-left: 40px;
}

.why-choose-main .row.align-items-center {
    row-gap: 35px;
}

/* whay choose css end */

/* home service css start */
.home-service-left img {
    width: 95%;
}

.home-service-right h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);;
    margin: 0;
}

.home-service-right h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin: 10px 0 20px 0;
}

.home-service-right p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin: 0;
    margin-bottom: 33px;
}

.service-card-right p {
    margin: 0;
}

.home-service-sec {
    background: #F9F9F9;
    padding: 100px 0;
}

.home-ser-card {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: start;
    /*gap: 30px;*/
    /*width: 85%;*/
    /*position: absolute;*/
    left: 0;
    right: 0;
}

.home-service-main {
    position: relative;
}

/*.home-service-right {*/
/*    margin-bottom: 200px;*/
/*}*/

.service-card-deta {
    /*display: flex;*/
    /*align-items: start;*/
    /*gap: 20px;*/
    flex: 0 0 25%;
      max-width: 25%;
      padding: 0 13px;
}

.service-card-left h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 134%;
    color: var(--secondary);
    margin: 0;
}

.service-card-right h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--heading);
    margin-bottom: 10px;
    margin-top: 10px;
}

/* home service css end */

/* contact css start */
.contact-us-sec {
    padding: 100px 0;
}

.contact-right-deta img {
    width: 100%;
}

.contact-left-deta h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);
    margin: 0;
}

.contact-left-deta h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin: 20px 0;
}

.contact-left-deta p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin-bottom: 35px;
}

.contact-form label {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: var(--heading);
    width: 100%;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    background: #F9F9F9;
    border: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: var(--body);
    width: 100%;
    padding: 15px 18px;
    outline: none;
    font-family: 'Archivo';
}

.contact-form .row {
    row-gap: 30px;
}

.contact-form .color-btn {
    border: none;
}

.contact-left-deta {
    padding-right: 30px;
}

/* contact css end */

/* footer css start */
footer {
    background: var(--heading);
    padding: 50px 0 30px 0;
}

.footer-inner-deta p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: #d9d9d9;
    margin: 25px 0;
    text-align: center;
}

.footer-first-call a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'Archivo';
    transition: .3s ease-in-out;
}

.footer-first-call a:hover {
    color: var(--primary);
}

.footer-first-call {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-first-call h3 {
	color: #fff;
}

.menu-deta h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    color: #000;
    margin-bottom: 25px;
}

.menu-deta ul {
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.menu-deta ul li a {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: #d9d9d9;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
    font-family: 'Archivo';
    transition: .3s ease-in-out;
    color: #000;
}

.menu-deta ul li a:hover {
    color: var(--primary);
}

.menu-deta p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: #d9d9d9;
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-line h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-top: 1px solid #756264;
    padding: 30px 0px 0px 0px;
}

.footer-line {
    margin-top: 15px;
}

.footer-line h6 a {
    color: #fff;
    text-decoration: none;
}

/*.add-sec {*/
/*	margin-top: 30px;*/
/*	border-top: 1px solid #756264;*/
/*	padding: 30px 0px 0px 0px;*/
/*}*/

.add-sec .menu-deta ul li a {
	align-items: start;
}

.contact-us-main iframe {
	width: 100%;
	border-radius: 20px;
	margin-top: 65px;
	height: 600px;
}

.portfolio-card img {
	width: 100%;
}

.right-btns .main-btn {
	color: #000;
}

/* footer css end */

/* about us page css start */
.about-us-text h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    text-align: center;
    margin-bottom: 30px;
}

.about-us-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--body);
    margin: 0;
    margin-bottom: 15px;
}

.about-us-text {
    margin-bottom: 30px;
}

.about-card-img {
    position: relative;
    padding-top: 92%;
    width: 100%;
}

.about-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.about-card-main h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    color: #000;
    margin: 20px 0 0 0;
}

.about-us-page {
    padding-bottom: 55px;
}

.about-us-cards .col-lg-3 {
    padding: 0 30px;
}

.about-us-cards {
    margin-top: 50px;
}

/* about us page css end */

/* service page css start */
.about-page-main .home-about-right p {
    margin-bottom: 13px;
}

.about-page-main .home-about-right {
    padding: 0;
    margin-top: 30px;
}

.service-page-deta h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin-bottom: 45px;
}

.service-page-deta {
    margin-top: 30px;
}

.service-page-deta {
    margin-bottom: 50px;
}

/* service page css end */

/* gallry sec css start */
.gallry-sec {
    padding: 100px 0 0 0;
}

.gallry-head h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 131%;
    color: var(--heading);
    margin-bottom: 30px;
}

.gallry-head p {
    font-weight: 400;
    font-size: 17px;
    line-height: 2;
    color: var(--body);
    margin: 0;
}

.gallry-main-deta {
    background: #F9F9F9;
    padding: 50px 0;
}

.gallry-head {
    margin-bottom: 20px;
}

.gallry-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.gallry-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallry-main-deta .col-sm-4 {
    padding: 0 30px;
}

.gallry-main-deta .row {
    row-gap: 60px;
}
/* gallry sec css end */

.number-group {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #000;
}

.portfolio-card-main img {
	width: 100%;
}

.portfolio-card-main img {
	width: 100%;
	padding-right: 100px;
}

.portfolio-card img, .portfolio-card .port-side-card {
	flex: 0 0 50%;
	max-width: 50%;
}

#map {
    width: 100%;
  border-radius: 20px;
  margin-top: 65px;
  height: 600px;
}

.leaflet-bottom.leaflet-right {
	display: none;
}

.loader-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 999999;
	display: flex;
  align-items: center;
  justify-content: center;
}

.loader-overlay .image-block{
	width: 300px;
}

.loader-overlay .image-block img{
	width: 100%;
}

.loader-overlay .text-block{}

.loader-overlay .text-block p{
	font-family: 'Arial', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #494949;
}


/* media query start */

@media(max-width: 1600px) {
    .our-client-slider {
        background-size: 1170px;
    }
}

@media(max-width: 1400px) {
    .our-client-slider {
        background-size: 1035px;
    }

    .client-slider-card {
        padding: 20px;
    }
}

@media(max-width: 1199px) {
    .portfolio-card-main .row .col-lg-6 {
        padding-right: 12px;
    }
    
    .right-btns .main-btn {
    	padding: 12px 10px;
    }
    
    .nav ul {
    	gap: 15px;
    }

    .about-us-cards .col-lg-3 {
        padding: 0 15px;
    }

    .port-side-card {
        padding: 20px;
    }

    .contact-left-deta h2 {
        font-size: 41px;
    }

    .contact-left-deta {
        padding-right: 15px;
    }

    .our-client-slider {
        background-size: 100%;
        padding: 80px 40px;
    }

    .why-choose-right {
        padding-left: 0;
    }

    .home-ser-card {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .right-btns {
        display: none;
    }
    
    .offcanvas-body nav .main-btn {
    	color: #fff;
    }
    
    .number-group {
    	flex-direction: column;
    	align-items: start;
    	gap: 0;
    }

    .gallry-main-deta .col-sm-4 {
        padding: 0 10px;
    }

    .gallry-main-deta .row {
        row-gap: 22px;
    }

    .footer-main .row,
    .about-us-cards .row {
        row-gap: 35px;
    }

    .home-service-main .row.align-items-center,
    .contact-us-main .row.align-items-center {
        row-gap: 35px;
    }

    /*.home-service-right {*/
    /*    margin-bottom: 200px;*/
    /*}*/

    /*.home-service-right {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .contact-left-deta {
        padding-right: 0;
    }

    .home-ser-card .service-card-deta {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-ser-card {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 20px;
        position: unset;
    }

    .pakage-print-text {
        padding-left: 0;
    }

    .pakage-count {
        padding: 35px 40px;
    }

    .portfolio-card-main .row {
        row-gap: 30px;
    }

    .pakage-sec-card .row {
        row-gap: 25px;
    }

    .home-about-right {
        padding-left: 0;
    }

    .hero-sec-main .row,
    .home-about-main .row {
        row-gap: 35px;
    }

    .hero-left-text p {
        width: 100%;
    }

    .hero-logo-main {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .our-client-slider {
        padding: 50px 20px;
        background-size: cover;
    }

    .home-ser-card {
        padding: 20px;
    }
}

@media(max-width: 576px) {

    .hero-left-text h1,
    .pakage-print-text h2 {
        font-size: 44px;
    }

    .gallry-main-deta .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer {
        padding: 50px 0 10px 0;
    }

    .footer-main .row {
        row-gap: 0;
    }

    .footer-line {
        margin-top: 35px;
    }

    .footer-inner-deta {
        margin-bottom: 16px;
    }

    .footer-line h6 {
        padding: 18px 0px 0px 0px;
    }

    .home-ser-card .service-card-deta {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .why-choose-sec {
        padding: 60px 0;
    }

    .gallry-sec {
        padding: 50px 0 0 0;
    }

    .pakage-count .pakage-count-deta {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pakage-count {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .pakage-count {
        padding: 25px 15px;
    }

    .why-choose-cards .row {
        row-gap: 15px;
    }

    .portfolio-card {
        flex-direction: column;
        row-gap: 15px;
    }

    .home-about-right h2,
    .portfolio-sec-head h2,
    .why-choose-left h2,
    .home-service-right h2,
    .contact-left-deta h2,
    .gallry-head h2 {
        font-size: 36px;
    }

    .service-card-right h2 {
        font-size: 20px;
    }

    .pakage-card-main {
        padding: 20px;
    }

    .hero-logos {
        padding: 35px 0;
    }

    .home-about-sec,
    .pakage-sec,
    .portfolio-sec,
    .pakage-print,
    .home-service-sec,
    .contact-us-sec {
        padding: 50px 0;
    }

    .pakage-text-left h2 {
        font-size: 36px;
        margin-bottom: 15px;
        width: 100%;
    }
    
    .hero-left-text h1{
    	font-size: 32px;
    	line-height: 1.6;
    }
    
    .portfolio-card img, .portfolio-card .port-side-card {
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    #map {
    	height: 450px;
    }
}

@media(max-width: 400px) {
    .hero-logo-main img {
        width: 10%;
    }

    .pakage-count-deta h4 {
        font-size: 26px;
    }

    .pakage-count-deta h6 {
        font-size: 14px;
    }
}

@media(max-width: 370px) {
    .hero-btn-group {
        flex-direction: column;
        align-items: start;
    }
}

@media(max-width: 350px) {
    .gallry-main-deta .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.logo img {
	width: 220px;
}

.whatsapp-logo img {
	width: 60px;
	height: 60px;
}

.whatsapp-logo {
	position: fixed;
	bottom: 25px;
	right: 25px;
}

.footer-center-logo img {
	width: 180px;
}

.footer-center-logo {
	text-align: center;
}

.footer-inner-deta.footer-new .ht-img img {
	width: 350px;
}

.footer-inner-deta.footer-new .ht-img {
	text-align: center;
	margin-top: 25px;
}

.footer-inner-deta.footer-new .menu-deta ul {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
}

.footer-inner-deta.footer-new .menu-deta {
	text-align: center;
	margin-top: 40px;
}

.footer-inner-deta.footer-new .menu-deta h3,.menu-deta ul li a {
	color: #fff;
}

.add-sec .menu-deta ul li a {
	color: #000;
}

.add-sec .menu-deta ul li a svg path {
	fill: #000;
}

.number-group svg path {
	fill: #000;
}

.hero-btn-group svg path {
	fill: #000;
}

@media(max-width: 1199px){
    .logo img {
    	width: 150px;
    }
}

@media(max-width: 800px){
    .footer-first-call {
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 10px;
    }
}

@media(max-width: 500px){
    .footer-inner-deta.footer-new .menu-deta ul {
    	flex-direction: column;
    	gap: 0;
    }
    
    .footer-inner-deta.footer-new .ht-img img {
    	width: 100%;
    }
}

@media(max-width: 450px){
    .hero-left-text h1 span {
        display: block;
    }
}

/* media query end */