/*--------------------------- default setting -----------------------------*/
:root{
    --font-style1: 'dominevar', 'inherit';
    --font-style2: 'kumbhsansvar', 'sans-serif';
    --theme-color1: #a54b19;
    --theme-color2: #484843;
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #646464;
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --color-dark: #000f62;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --bs-white-rgb: 255,255,255;
    --color-transition: #1429a096;
    
}

/*--------------------===============--------------------  animation  ------------------================--------------------*/

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@keyframes zoom-fade{
0% {
    transform: scale(.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(.9);
}
}

.zoominout {
    animation-name: zoomInOut;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@keyframes zoomInOut{
0% {
    transform: rotate(0deg) scale(.7);
    opacity: 0;
}
50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
}
100% {
    transform: rotate(1turn) scale(.7);
    opacity: 0;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes shine {
  to {
    left: 125%;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px 20px 0;
    color: #fff;
    background: url(../../images/images/0new_images/others/footbg.png);
}
#qcfooter-block h3 {
    font-size: 18px;
    font-family: var(--font-style1);
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #ddd;
    width: 140px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {
    height: 90px;
    display: block;
    margin: 10px 0;
}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px !important;
    line-height: 2;
    text-align: inherit;
    font-family: var(--font-style2);
    margin: 0;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #fff;
    font-family: var(--font-style2);
    font-size: 16px;
    text-transform: uppercase;
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--theme-color1);
    border: 2px solid #fff;
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    background: var(--theme-color2);
}
#qcfooter-copyrights .copyright {
    font-size: 14px;
    color: #fff;
    font-family: var(--font-style2);
    text-align: center;
}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}
.sunfootcc-h4.heading4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.block-1 .footer-content p {
    font-size: 18px !important;
    line-height: 1.6;
}
.block-1 h3 {
    display: none;
}
.footer-content .quicklinks li a:hover {
    color: var(--color-black);
}
/*QC FOOTER STYLE END*/
.header-top {
    background: var(--theme-color2);
}
.phone {
    color: #ffffff;
    font-size: 14px;
    font-family: var(--font-style2);
    font-weight: 400;
}
.header-top i.fa {
    color: #ffffff;
    margin-right: 15px;
}
.mail {
    color: #ffffff;
    font-size: 14px;
    font-family: var(--font-style2);
    font-weight: 400;
}
.nav.navbar-nav li {
    display: inline-block;
    margin-right: -4px;
    padding: 18px 0 0 0;
}
.nav.navbar-nav li a {
    color: var(--theme-color2) !important;
    font-family: var(--font-style2);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--theme-color1) !important;
    background: #ffffff;
}
.bg-overlay:after {
    opacity: 0;
}
.teashop-btn {
    display: none;
}
.navbar-header h1 img {
    width: 280px;
}
#home-slider .container{
    display: none;
}
.ScrollToTop a {
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}
.ScrollToTop a:hover {
    background: var(--theme-color1);
}
.qc-social-list .qc-social .social:hover {
    background: var(--theme-color1);
    color: var(--color-white);
}

/*----------------------------===========================  heading  ===========================--------------------------*/

.heading2 {
    font-family: var(--font-style1) !important;
    font-size: 40px !important;
    font-weight: 700;
    color: var(--theme-color2) !important;
}
.heading3 {
    font-size: 16px !important;
    font-family: var(--font-style2) !important;
    font-weight: 500;
    border-bottom: 2px solid;
    color: var(--theme-color1) !important;
}
.heading4 {
    font-family: var(--font-style1) !important;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}
.paracont {
    font-size: 18px !important;
    font-family: var(--font-style2) !important;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
}


/*=========================================================  home  =======================================================*/

/*-----------------------------------------------------  home_welcome  ---------------------------------------------------*/

#homewel-id .about-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 100px;
    z-index: 1;
}
#homewel-id .about-one__img {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    z-index: 1;
}
#homewel-id .about-one__img .shape1 {
    position: absolute;
    left: -45px;
    bottom: -170px;
    z-index: -1;
}
img, svg {
    vertical-align: middle;
}
#homewel-id .about-one__img1 {
    position: relative;
    display: block;
}
#homewel-id .about-one__img2 {
    position: absolute;
    left: 0;
    bottom: -120px;
    right: 0;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
#homewel-id .about-one__img2:before {
    position: absolute;
    top: -14px;
    left: -14px;
    bottom: -14px;
    right: -14px;
    background: #fff;
    content: "";
    z-index: -1;
}
#homewel-id .about-one__img2 .video-icon {
    position: absolute;
    left: -67px;
    bottom: 75px;
}
#homewel-id .about-one__img2 .video-icon .video-popup {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 130px;
    line-height: 130px;
    background: var(--theme-color1);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
    font-family: var(--font-style2);
    text-transform: uppercase;
}
#homewel-id .about-one__content {
    position: relative;
    display: block;
    margin-left: 25px;
}
#homewel-id .sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 30px;
}
#homewel-id .sec-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#homewel-id .sec-title__title {
    color: var(--theme-color2);
    line-height: 1.2em;
}
#homewel-id .about-one__content-text {
    padding-top: 30px;
    padding-bottom: 30px;
}
#homewel-id .about-links {
    padding-top: 30px;
}
#homewel-id .about-links,#homewel-id  .about-one__content-text {
    position: relative;
    display: block;
    border-top: 1px solid #e9e9e9;
}
#homewel-id .about-links {
    display: flex;
}
#homewel-id .about-links .single-link {
    position: relative;
    width: 240px;
}
#homewel-id .about-links .single-link .btn-3 {
    position: relative;
    border-radius: 6px;
    font-family: var(--font-style2);
    text-align: center;
    padding: 16px 45px;
    color: var(--theme-color1);
    background: #ffffff;
    display: inline-block;
    min-width: 170px;
    cursor: pointer;
    transition: .3s ease !important;
    border: 1px solid var(--theme-color1);
    font-weight: 600;
}
#homewel-id .about-links .single-link .btn-3 i {
    transition: .3s ease;
}
#homewel-id .about-links .single-link a.cal-num:last-child {
    position: relative;
    font-family: var(--font-style2);
}
#homewel-id .about-links .single-link a.cal-num {
    color: var(--theme-color2);
    font-weight: 600;
}
#homewel-id .about-links .single-link a.cal-num i {
    transition: .3s ease;
    border-radius: 50%;
    background: #FFFFFF;
    padding: 20px 22px;
    font-size: 20px;
    color: var(--theme-color1);
    font-weight: 600;
    margin-right: 10px;
    -webkit-box-shadow: 7px 0px 20px 0px rgb(1 0 0 / 20%);
    -moz-box-shadow: 7px 0px 20px 0px rgba(1, 0, 0, 0.2);
    box-shadow: 7px 0px 20px 0px rgb(1 0 0 / 20%);
}
#homewel-id .about-links .single-link .btn-3:hover {
    background: var(--theme-color1);
    color: #fff;
}
#homewel-id .about-links .single-link .btn-3:hover i {
    padding-left: 5px;
}
#homewel-id .about-links .single-link a.cal-num:last-child:hover {
    color: var(--theme-color1);
}



/*-----------------------------------------------  home_whychoose  ------------------------------------------------------*/

#homewhychoose-id .best-logistics-one {
    position: relative;
    display: block;
    background: #fef7f1;
    padding: 120px 0 80px;
    z-index: 1;
    overflow: hidden;
}
#homewhychoose-id .best-logistics-one .shape2 {
    position: absolute;
    top: 50px;
    left: -110px;
    z-index: -1;
}
#homewhychoose-id .best-logistics-one__content {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
}
#homewhychoose-id .best-logistics-one__content .sec-title {
    margin-bottom: 58px;
}
#homewhychoose-id .sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 61px;
}
#homewhychoose-id .sec-title__title {
    color: #392917;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 27px;
}
#homewhychoose-id .sec-title__text {
    font-size: 20px;
    line-height: 2;
    text-align: justify;
}
#homewhychoose-id .best-logistics-one__content-counter {
    position: relative;
    display: block;
}
#homewhychoose-id .best-logistics-one__content-counter li {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    padding-top: 45px;
    text-align: center;
    margin-right: 60px;
    z-index: 1;
}
#homewhychoose-id .best-logistics-one__content-counter li h2 {
    color: var(--theme-color1);
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 10px;
}
#homewhychoose-id .best-logistics-one__content-counter li h2 .plus-icon {
    position: relative;
    display: inline-block;
    bottom: 3px;
    padding-left: 2px;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
}
#homewhychoose-id .best-logistics-one__content-counter-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}
#homewhychoose-id .best-logistics-one__content-counter-text {
    color: var(--theme-color2);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
#homewhychoose-id .best-logistics-one__content-counter li:after {
    position: absolute;
    top: -10px;
    left: -3px;
    bottom: 0;
    right: 0;
    background: #f8ece1;
    z-index: -2;
    border-radius: 50%;
    content: "";
}
#homewhychoose-id .best-logistics-one__content-counter li:last-child {
    margin-right: 0;
}
#homewhychoose-id .best-logistics-one__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    overflow: hidden;
    z-index: 1;
}
#homewhychoose-id .best-logistics-one__content-bottom-text {
    position: relative;
    display: block;
}
#homewhychoose-id .best-logistics-one__content-bottom-text p {
    font-size: 20px !important;
    line-height: 34px;
    margin: 0;
}
#homewhychoose-id .best-logistics-one__content-bottom-btn {
    position: relative;
    display: block;
}
#homewhychoose-id .best-logistics-one__content-bottom-btn .thm-btn {
    background: #fff;
    color: var(--theme-color1);
    font-size: 16px;
    text-transform: capitalize;
    padding: 11px 30px 10px;
}
#homewhychoose-id .best-logistics-one__content-bottom-btn .thm-btn:hover {
    color: #fff;
}
#homewhychoose-id .thm-btn:hover:after {
    transform: scaleY(1) rotateX(0deg);
    transition: all .4s linear;
    z-index: -1;
}
#homewhychoose-id .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none!important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 45px 15px;
    border-radius: 40px;
    transition: all .3s linear;
    font-family: var(--font-style2);
    letter-spacing: .025em;
    overflow: hidden;
    z-index: 1;
}
#homewhychoose-id .thm-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--theme-color1);
    border-radius: 40px;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    transition: all .2s linear;
}
#homewhychoose-id .best-logistics-one__img {
    position: relative;
    display: block;
    max-width: 475px;
    width: 100%;
    margin-left: 90px;
    z-index: 1;
}
#homewhychoose-id .best-logistics-one__img .shape1 {
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
}
#homewhychoose-id .best-logistics-one__img .shape3 {
    position: absolute;
    top: 105px;
    right: -256px;
    z-index: -1;
}
#homewhychoose-id .best-logistics-one__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
#homewhychoose-id .best-logistics-one__img-inner:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5));
    transform: skewX(-25deg);
    z-index: 1;
}

#homewhychoose-id .best-logistics-one__img .overlay-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 270px;
    padding: 21px 15px 19px 30px;
    z-index: 5;
}
#homewhychoose-id .best-logistics-one__img .overlay-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #734c38;
    opacity: .4;
    content: "";
    z-index: -1;
}
#homewhychoose-id .best-logistics-one__img .overlay-content h2 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-family: var(--font-style1);
}
#homewhychoose-id .best-logistics-one__img .overlay-content:after {
    position: absolute;
    top: -8px;
    left: 8px;
    right: -8px;
    bottom: 8px;
    border: 1px solid #fff;
    z-index: -1;
    content: "";
}
#homewhychoose-id .best-logistics-one__img:hover .best-logistics-one__img-inner:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
#homewhychoose-id .best-logistics-one__content-counter li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    content: "";
}

/*--------------------------------------------------  home_label  ------------------------------------------------*/

#homelabel-id .work-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 100px;
    counter-reset: count;
    z-index: 1;
}
#homelabel-id .work-one .shape1 {
    position: absolute;
    bottom: 0;
    right: -111px;
    z-index: -1;
}
#homelabel-id .work-one .sec-title {
    margin-bottom: 100px;
}
#homelabel-id .sec-title {
    position: relative;
    display: block;
}
#homelabel-id .text-center {
    text-align: center!important;
}
#homelabel-id .sec-title__tagline {
    position: relative;
    display: inline-block;
    color: #727274;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--alori-font);
    margin-bottom: 22px;
}
#homelabel-id .sec-title__title {
    color: #392917;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 27px;
}
#homelabel-id .work-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
#homelabel-id .work-one__single-icon {
    position: relative;
    display: inline-block;
    color: #392917;
    font-size: 60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #fcf7e8;
    text-align: center;
    margin-bottom: 22px;
    transition-delay: .1s;
    transition: all .5s ease;
    z-index: 1;
}
#homelabel-id .work-one__single-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    z-index: -1;
    content: "";
}
#homelabel-id .work-one__single-icon .count-box, .work-one__single-icon .count-box:before {
    top: -27px;
    left: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 50%;
    font-family: var(--font-style1);
    font-weight: 700;
}
#homelabel-id .work-one__single-icon .count-box {
    position: absolute;
    background: #0b0b0c;
    color: #fff;
    z-index: 1;
    transition: all .2s linear;
    transition-delay: .1s;
}
#homelabel-id .work-one__single-icon .count-box:before {
    counter-increment: count;
    content: "0" counter(count);
    padding: 0 0 0 2px;
}
#homelabel-id .work-one__single h2 {
    font-size: 24px;
    line-height: 34px;
}
#homelabel-id .work-one__single h2 a {
    color: #392917;
    transition: all .2s linear;
    transition-delay: .1s;
    font-family: var(--font-style1);
}
#homelabel-id .bg2.work-one__single-icon:before {
    background: #faf1f1;
}
#homelabel-id .bg3.work-one__single-icon:before {
    background: #eff9ff;
}
#homelabel-id .bg4.work-one__single-icon:before {
    background: #f9f5ed;
}



/*--------------------------------------------------------  home_service  ------------------------------------------------*/

#homeservices-id .projects-one {
    position: relative;
    display: block;
    padding: 120px 0 190px;
    background: #fef2e8;
    overflow: hidden;
    z-index: 1;
}
#homeservices-id .projects-one__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 70px;
}
#homeservices-id .projects-one .sec-title,
#homeservices-id .projects-one .sec-title__title {
    margin-bottom: 0;
}
#homeservices-id .sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 61px;
}
#homeservices-id .sec-title__tagline {
    position: relative;
    display: inline-block;
    color: #727274;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#homeservices-id .sec-title__title {
    color: #392917;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 27px;
}
#homeservices-id .projects-one .sec-title__title span {
    color: #f37e21;
}
#homeservices-id .projects-one .sec-title__title .plus {
    position: relative;
    display: inline-block;
    top: 5px;
}
#homeservices-id .projects-one .sec-title__title span {
    color: var(--theme-color1);
}
#homeservices-id .projects-one__top-btn {
    position: relative;
    display: block;
    top: -5px;
}
#homeservices-id .projects-one__top-btn .thm-btn {
    background: var(--theme-color2);
}
#homeservices-id .thm-btn,#homeservices-id  .thm-btn:hover {
    color: #fff;
}
#homeservices-id .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none!important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 45px 15px;
    border-radius: 40px;
    transition: all .3s linear;
    font-family: var(--font-style2);
    letter-spacing: .025em;
    overflow: hidden;
    z-index: 1;
}
#homeservices-id .projects-one__top-btn .thm-btn:after {
    background: var(--theme-color1);
}
#homeservices-id .thm-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 40px;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    transition: all .2s linear;
}
#homeservices-id .thm-btn:hover:after {
    transform: scaleY(1) rotateX(0deg);
    transition: all .4s linear;
    z-index: -1;
}
#homeservices-id .projects-one__single {
    position: relative;
    display: block;
    margin: 0px 15px;
}
#homeservices-id .projects-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
#homeservices-id .projects-one__single-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: hsla(0,0%,100%,.3);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 1;
}
#homeservices-id .projects-one__single-img img {
    width: 100%;
    transform: scale(1);
    transition: all .7s ease 0s;
}
#homeservices-id .projects-one__single-content {
    padding: 36px 30px 44px;
}
#homeservices-id .projects-one__single-content {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 26px 0 hsl(0deg 4% 84% / 35%);
    padding: 36px 40px 44px;
    z-index: 1;
}
#homeservices-id .projects-one__single-content span {
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
#homeservices-id .projects-one__single-content h2 {
    font-size: 20px;
}
#homeservices-id .projects-one__single-content h2 {
    font-size: 18px;
    line-height: 38px;
    margin-top: 6px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
#homeservices-id .projects-one__single-content h2 a {
    color: #0b0b0c;
    transition: all .2s linear;
    transition-delay: .1s;
    font-family: var(--font-style1);
}
#homeservices-id .projects-one__single-content p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-family: var(--font-style2);
}
#homeservices-id .projects-one__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 16px;
}
#homeservices-id .projects-one__single-content .btn-box a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #a67654;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
}
#homeservices-id .projects-one__single-content span {
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
#homeservices-id .projects-one__single-content .btn-box a span:before {
    color: #fff;
}
#homeservices-id .projects-one__single:hover .projects-one__single-img:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
#homeservices-id .projects-one__single:hover .projects-one__single-img img {
    transform: scale(1.1);
}


/*-----------------------------------------------------  home_adlabel  ---------------------------------------------------*/

#homeadlabel-id .video-one,#homeadlabel-id  .video-one__inner {
    position: relative;
    display: block;
}
#homeadlabel-id .video-one {
    z-index: 1;
}
#homeadlabel-id .video-one__inner {
    padding: 60px 0 40px;
    border-radius: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin-top: -100px;
}
#homeadlabel-id .video-one,#homeadlabel-id  .video-one__inner {
    position: relative;
    display: block;
}
#homeadlabel-id .text-center {
    text-align: center!important;
}
#homeadlabel-id .video-one__inner h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 28px;
}
#homeadlabel-id .video-one__inner p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-family: var(--font-style2);
}
#homeadlabel-id .video-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#homeadlabel-id .video-one__bottom .text {
    position: relative;
    display: block;
}
#homeadlabel-id .video-one__bottom .text a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: var(--font-style2);
}
#homeadlabel-id .video-one__bottom .text a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #fff;
    content: "";
}
#homeadlabel-id .video-one__bottom .icon {
    position: relative;
    display: block;
    margin-left: 30px;
}
#homeadlabel-id .video-one__bottom .icon a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: var(--theme-color2);
    text-align: center;
    color: #fff;
    font-size: 25px;
}



/*-----------------------------------------------------  home_gallery  ---------------------------------------------*/
#homegallery-id .my-gallery {
    padding: 80px 0 40px 0;
}
#homegallery-id .my-gallery .find-cities {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h4 {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 20px !important;
}
#homegallery-id .my-gallery .find-cities .citi-overlay a {
    color: #fff !important;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h4,#homegallery-id  .my-gallery .find-cities .citi-overlay h6 {
    color: rgba(255, 255, 255, 0.9);
}
#homegallery-id .my-gallery .find-cities .citi-overlay h2 {
    font-size: calc(22px   (35 - 22) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 22px;
    color: #ffffff;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h6 {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.8;
    font-family: var(--font-style2);
    font-size: 14px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay a i.fa.fa-search-plus {
    font-size: 20px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay a i.fa.fa-long-arrow-right {
    position: relative;
    top: 1px;
    left: 2px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h6::after {
    width: 150px;
    right: -24px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h6::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 100%;
    right: -54px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}
#homegallery-id .my-gallery.gallery-6 .find-cities::after {
    background: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
}
#homegallery-id .my-gallery .find-cities::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: var(--theme-gradient4);
}
#homegallery-id .my-gallery .row .col .row > div {
    margin-bottom: 24px;
}
#homegallery-id .my-gallery .find-cities:hover .citi-overlay {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}
#homegallery-id .my-gallery .find-cities:hover::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.75;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h6:hover::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
}
#homegallery-id .sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 61px;
}
#homegallery-id .text-center {
    text-align: center!important;
}
#homegallery-id .sec-title__tagline {
    position: relative;
    display: inline-block;
    color: #727274;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--alori-font);
    margin-bottom: 22px;
}
#homegallery-id .sec-title__title {
    color: #392917;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 27px;
}
#homegallery-id .my-gallery .find-cities .citi-overlay h3 {
    color: #fff !important;
    padding: 10px 0px;
}

/*-----------------  breadcrumb  -----------------*/
.section-top {
    text-align: center;
    background: url(../../images/images/0new_images/others/breadcrumb.jpg);
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.about_title, .product_title, .gallery_title, .contact_title {
    color: #fff;
    font-size: 30px;
    font-family: var(--font-style2);
    text-transform: uppercase;
    font-weight: 600;
}


/*======================================================  about_page  ====================================================*/


.aboutpage-iddiv {
    margin: 80px 0;
}
.aboutpage-iddiv .position-relative {
    position: relative!important;
}
.aboutpage-iddiv .d-flex {
    display: flex!important;
}
.aboutpage-iddiv .about__thumbnail {
    width: 50rem;
    padding-bottom: 5rem;
}
.aboutpage-iddiv .about__thumbnail--list {
    display: inline-block;
}
.aboutpage-iddiv .rating__star--text {
    right: -60px;
    width: 12rem;
    height: 12rem;
}
.aboutpage-iddiv .rating__star--text {
    position: absolute;
    top: 0;
    right: 0;
    width: 11rem;
    height: 10rem;
    background: var(--theme-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-white);
    font-size: 30px;
}
.aboutpage-iddiv .rating__star--text span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-white);
    margin-top: 1rem;
}
.aboutpage-iddiv span {
    display: inline-block;
    transition: var(--transition);
}
.aboutpage-iddiv .about__thumbnail--list.two {
    position: absolute;
    bottom: 0;
    right: 0;
}
.aboutpage-iddiv .about__thumbnail--list {
    display: inline-block;
}
.aboutpage-iddiv .bideo__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatey(-50%) translatex(-50%);
    transition: var(--transition);
}
.aboutpage-iddiv .bideo__play--icon {
    width: 6.5rem;
    height: 6.5rem;
    background: var(--color-white);
    color: var(--theme-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animate 2s linear infinite;
    font-size: 30px;
}
.aboutpage-iddiv .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.aboutpage-iddiv .bideo__play--icon:hover {
    transform: scale(1.08);
}
.aboutpage-iddiv .bideo__play--icon:hover {
    color: var(--color-white);
    background: var(--theme-color1);
}
.aboutpage-iddiv .about__content {
    width: calc(100% - 50rem);
    padding-left: 10rem;
}
.aboutpage-iddiv .section__heading--subtitle {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-hover);
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
}
.aboutpage-iddiv .about__content .section__heading--title {
    max-width: 90%;
}
.aboutpage-iddiv .section__heading--title {
    font-weight: 700;
}
.aboutpage-iddiv .about__content--info {
    padding: 3rem 0;
}
.aboutpage-iddiv .about__content--info {
    gap: 3.5rem;
}
.aboutpage-iddiv .about__content--info__icon {
    width: 9rem;
}
.aboutpage-iddiv .about__content--info__title {
    width: calc(100% - 9rem);
    padding-left: 2rem;
    font-size: 2rem;
    line-height: 3rem;
}
.aboutpage-iddiv .sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 30px;
}
.aboutpage-iddiv .sec-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.aboutpage-iddiv .sec-title__title {
    color: var(--theme-color2);
    line-height: 1.2em;
}
.aboutpage-iddiv .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
@keyframes animate {
0% {
    box-shadow: 0 0 0 0 rgb(201 127 95 / 70%);
}
40% {
    box-shadow: 0 0 0 50px rgb(201 127 95 / 0%);
}
80% {
    box-shadow: 0 0 0 50px rgb(201 127 95 / 0%);
}
100% {
    box-shadow: 0 0 0 rgb(201 127 95 / 0%);
}
}

/*--2sec_abpg--*/

.offer-section {
    background-image: url(../../images/images/0new_images/about/whybgimg.jpg);
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0;
    display: block;
    margin: 80px 0 0 0;
    border-radius: 20px;
}
.sec-title.sectitle {
    text-align: center;
}
.sec-title.sectitle h2.sec-title__title.heading2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 30px !important;
}
.offer-section .sec-title.sectitle hr {
    width: 80px;
    margin: 20px auto 0;
    height: 2px;
    color: var(--theme-default);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.offer-section .sec-title.sectitle:hover hr {
    width: 150px;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.offer-section.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-initialized .slick-slide {
    margin-bottom: -6px;
}
.slick-initialized .slick-slide {
    display: block;
    width: 540px;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
.offer-section.slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
}
.offer-section .offer-wrapper {
    padding: 30px;
}
.offer-section .offer-wrapper {
    padding: 40px 40px 40px 20px;
    background-color: rgb(0 0 0 / 52%);
    border-radius: 10px;
    box-shadow: 4px 2px 6px -2px #c4af98;
    min-height: 342px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.offer-section .offer-wrapper .media .offer-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.offer-section .offer-wrapper .media .offer-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offer-section .offer-wrapper .media .offer-icon::before {
    background: var(--theme-color1);
}
.offer-section .offer-wrapper:hover .media .offer-icon::before {
    -webkit-animation-name: bubble;
    animation-name: bubble;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.offer-section .offer-wrapper .media .offer-icon::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    width: 88%;
    height: 88%;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    z-index: -1;
}
.offer-section .offer-wrapper .media .offer-icon::before, .offer-section .offer-wrapper .media .offer-icon::after {
    content: "";
    position: absolute;
}
.offer-section .offer-wrapper .media .offer-icon img {
    height: 45px;
}
.slick-slide img {
    display: block;
}
.offer-section .offer-wrapper .media .offer-icon::after {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px dashed #ffffff;
    padding: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-animation: spin 10s infinite linear;
    animation: spin 10s infinite linear;
}
.offer-section .offer-wrapper:hover .media .offer-icon::after {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
@-webkit-keyframes bubble {
  0% { }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble {
  0% { }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.offer-section .offer-wrapper .media .media-body {
    margin-left: 20px;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.offer-section .offer-wrapper .media .media-body h3, .offer-section .offer-wrapper .media .media-body h4, .offer-section .offer-wrapper .media .media-body p {
    color: #ffffff;
}
.offer-section .offer-wrapper .media .media-body h4 {
    letter-spacing: 5px;
    line-height: 1.8;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    font-weight: 900;
    font-family: var(--font-style1);
    font-size: 16px;
    color: #ffe1be;
}
.offer-section .offer-wrapper .media .media-body h4::after {
    position: absolute;
    content: "";
    width: 91px;
    left: 35px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.offer-section .offer-wrapper .media .media-body h3 {
    font-weight: 700;
    margin: 16px 0;
}
.offer-section .offer-wrapper .media .media-body p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 16px !important;
}
.offer-section .offer-wrapper:hover .media .offer-icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: unset;
}


/*==================================================  service_page  ==================================================*/

#tem529_products_page .pro_title {
    font-size: 20px;
    font-family: var(--font-style1);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--theme-color1);
}
#tem529_products_page .servpg-cont.paracont {
    font-size: 18px !important;
}
#tem529_products_page .main_product_content {
    margin: 40px 0 0 0;
}
#tem529_products_page .pro-content:nth-child(n) img {
    float: right;
    margin-left: 15px;
    box-shadow: 2px 2px 6px -2px var(--theme-color2);
    padding: 10px;
}
#tem529_products_page .pro-content {
    min-height: 300px;
    margin: 40px 0px;
    border: 1px solid #ddd;
    padding: 30px;
    overflow: auto;
    box-shadow: 5px 1px 6px -3px var(--theme-color2);
}





/*======================================================  gallery_page  ================================================*/

.featurs-navigation.main-gall-list {
    display: none;
}
.featurs-navigation {
    text-align: center;
    margin-bottom: 25px;
    display: none;
}
.shop-cart-box a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-family: var(--font-style2);
}
#tem529_gallery_page .cart-price1 img {
    height: 200px !important;
    padding: 10px;
    width: 100% !important;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}
.portfolio-list.main-gall {
    margin: 40px 0 40px 0;
}



/*=================================================  contact_page  ===================================================*/

.contactpage-id .theme-card {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    padding: 30px;
    margin-bottom: 80px;
}
.contactpage-id .contact-content {
    width: 100%;
    margin-bottom: 30px;
}
.contactpage-id .contact_section .contact-content p {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.contactpage-id .p-0 {
    padding: 0 !important;
}
.contactpage-id .contact-detail .contact_wrap {
    padding: 0;
}
.contactpage-id .contact_wrap img {
    color: var(--theme-color1);
    width: 30px;
    height: 30px;
    filter: invert(30%) sepia(39%) saturate(2365%) hue-rotate(356deg) brightness(93%) contrast(84%);
}
.contactpage-id .contact_wrap h4 {
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: inherit;
    font-size: calc(16px   (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.contactpage-id .contact_wrap p {
    margin-bottom: -8px;
    line-height: 1.8;
    text-align: inherit !important;
}

.contactpage-id .contact-headh5 {
    font-size: 22px;
    font-family: var(--font-style1);
}
.contactpage-id .contactheadingh3.heading3 {
    width: 130px;
    margin-top: 30px;
}

.font-roboto.paracont {
    margin: 0;
}







textarea.form-control {
    height: 180px;
}
.contact-form h4 {
    text-align: center;
    font-size: 18px;
    font-family: var(--font-style1);
    text-transform: uppercase;
    margin-top: 20px;
}
button.read-btn {
    font-family: var(--font-style2);
    color: var(--theme-color2);
}
.read-btn:hover {
    color: var(--theme-color1);
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media (max-width:767px){
    #homewel-id .about-one__img .shape1 {
    display: none;
}
#homewel-id .about-one__img1 {
    margin-left: 0;
}
#homewel-id .about-one__img1 img {
    width: 100%;
}
#homewel-id .about-one__img2 {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 25px;
}
#homewel-id .about-one__img2 .video-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
#homewel-id .about-one__img2 img {
    width: 100%;
}
#homewel-id .about-one__content {
    margin-top: 73px;
    margin-left: 0;
}
#homewel-id .about-links {
    display: block;
}
#homewel-id .about-links .single-link {
    position: relative;
    width: 240px;
    margin-bottom: 30px;
}
#homewhychoose-id .best-logistics-one__content-counter li {
    display: block;
    margin: 0 auto 40px;
}
#homewhychoose-id .best-logistics-one__content-bottom {
    display: block;
    text-align: center;
}
#homewhychoose-id .best-logistics-one__content-bottom-btn {
    margin-top: 15px;
}
#homewhychoose-id .best-logistics-one__content-counter li:last-child {
    margin-right: auto;
    margin-bottom: 0;
}
#homewhychoose-id .best-logistics-one__content-bottom-text p {
    text-align: center;
}
#homewhychoose-id .best-logistics-one__img {
    margin-left: 0;
    margin-top: 70px;
}
#homewhychoose-id .best-logistics-one .shape2,#homewhychoose-id .best-logistics-one__content .sec-title__title br,
#homewhychoose-id .best-logistics-one__img .shape1,#homewhychoose-id .best-logistics-one__img .shape3 {
    display: none;
}
#homewhychoose-id .best-logistics-one .best-logistics-one__img .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
#homeservices-id .projects-one__top {
    display: block;
    text-align: center;
}
#homeservices-id .sec-title__title {
    line-height: 1.6;
}
#homeservices-id .projects-one__top-btn {
    margin-top: 20px;
}
#homeadlabel-id .video-one__inner h2 {
    font-size: 26px;
    line-height: 50px;
}
#homegallery-id .my-gallery .find-cities {
    height: 280px;
}
#qcfooter-block h3 {
    margin-top: 20px;
}
#home-slider, .page-banner {
    margin-top: 114px;
}
.single-slide-item {
    padding: 67px 0;
}
.header-top span {
    margin-left: 4px;
    position: relative;
}
.top-bar {
    padding: 10px 0;
    text-align: center;
}
.header-top span:after{
    display: none;
}
.nav.navbar-nav li {
    display: flex;
    margin-right: 0;
    padding: 0 0 0 0;
}
.about_title, .product_title, .gallery_title, .contact_title {
    font-size: 25px;
    margin-top: 100px;
}
.section-top {
    padding: 60px 0;
}
.aboutpage-iddiv .about__inner {
    flex-direction: column;
}
.aboutpage-iddiv .about__thumbnail--list.one {
    padding-right: 3rem;
}
.aboutpage-iddiv .about__thumbnail {
    width: 100%;
}
.aboutpage-iddiv .about__thumbnail--list.two {
    max-width: 200px;
}
.aboutpage-iddiv .about__content {
    width: 100%;
    margin-top: 4rem;
    padding: 0;
}
.offer-section .offer-wrapper {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.slick-initialized .slick-slide {
    width: 100%;
}
.offer-section .offer-wrapper .media {
    display: block;
}
.offer-section .offer-wrapper .media .offer-icon {
    margin: 0 auto 20px;
}
.offer-section .offer-wrapper .media .offer-icon {
    width: 80px;
    height: 80px;
}
.pro-content:nth-child(n) img {
    float: inherit;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.contactpage-id .contact-detail .contact_wrap {
    margin-top: 20px;
}
.contactpage-id .contact-headh5 {
    font-size: 20px;
    line-height: 1.7;
}
.font-roboto.paracont {
    margin: 0;
    text-align: inherit;
}
#homewel-id .about-one {
    padding: 60px 0 40px;
}
.heading3 {
    font-size: 13px !important;
}
#homegallery-id .my-gallery {
    padding: 40px 0;
}
.heading2 {
    font-size: 26px !important;
}
#homewhychoose-id .best-logistics-one {
    padding: 60px 0 60px;
    text-align: center;
}
#homewhychoose-id .sec-title__title {
    line-height: 1.5em;
}
#homelabel-id .work-one {
    padding: 60px 0 40px;
}
#homeservices-id .projects-one {
    padding: 80px 0 160px;
}
#qcfooter-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}
.aboutpage-iddiv .bideo__play--icon {
    width: 5rem;
    height: 5rem;
    font-size: 22px;
}
.living__details--content__list.paracont {
    text-align: inherit;
}
.aboutpage-iddiv .sec-title__title.heading2 {
    line-height: 1.6;
}
.offer-section {
    padding: 60px 0;
    margin: 40px 0 0 0;
}
.offer-section .offer-wrapper .media .media-body p {
    font-size: 18px !important;
    margin-top: 10px;
}
#tem529_products_page .pro-content {
    padding: 20px;
}
#tem529_products_page .pro_title {
    text-align: center;
    line-height: 1.7;
}
.nav.navbar-nav li a {
    padding: 10px 18px !important;
}


























}























