:root{
    --head1: #6E561C;
    --head2: #3D5892;
    --font-family:  "work-sans", sans-serif;
    
    
}










/* Header */
.header-top {
    display: none;
}
.navbar-nav li.active a {
    color: var(--site-color1);
    background: unset;
}
.navigation-area {
    background: #fff;
    padding: 0px;
}
.is-sticky .navigation-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: #000;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--site-color1);
}
.nav.navbar-nav li a {
    
    font-size: 16px;
}
ul.nav.navbar-nav.text-right {
    margin-top: 15px;
}
.header-top i.fa {
    color: #000000;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--head2);
    background: #ffffff;
}

#sticky-wrapper {
    position: relative;
    z-index: 99999;
}



/*-----------------Banner------*/

.bg-overlay:after {
    background: unset;
}
#home-slider .teashop-table {
    display: none;
}

/* About Section Four */

.about-us-section-four h4 {
    
}









.about-us-section-four {
    position: relative;
    padding: 50px;
}

.about-us-section-four .content {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-four .content h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--head1);
    padding-bottom: 20px;
}

.about-us-section-four .content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
}

.about-us-section-four .content h2 {
    position: relative;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -3px;
    color: var(--head2);
    font-family: var(--font-family);
}

.about-us-section-four .content h2 strong {
    font-weight: 700;
}

.about-us-section-four .content .text {
    margin-bottom: 40px;
}

.about-us-section-four .image {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}

.about-us-section-four .image:before {
    position: absolute;
    content: '';
    left: 80px;
    top: 0;
    right: 80px;
    bottom: 0;
    border: 10px solid #222;
}

.about-us-section-four .image img {
    position: relative;
}

.line-shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.line-shape .line-four,
.line-shape .line-three,
.line-shape .line-two,
.line-shape .line-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}

.line-shape .line-two {
    left: 33.333%;
}

.line-shape .line-three {
    left: 66.333%;
}

.line-shape .line-four {
    left: auto;
    right: 0;
}

.about-us-section-four .shape-one {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 310px;
    height: 430px;
    background-image: url(https://html.tonatheme.com/2020/intervio/assets/images/shape/shape-3.png);
    transform: translateY(-50%);
}
.btn-style-two:before {
    background-color: var(--head1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-two span {
    position: relative;
    z-index: 2;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
    border-color: var(--head1);
}
.btn-style-two:hover {
    color: #fff;
}
.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/* CTA Section */

.cta-section {
    position: relative;
    text-align: center;
}

.cta-section .auto-container {
    max-width: 1330px;
}

.cta-section .outer-box {
    position: relative;
    padding: 60px 0;
}

.cta-section .outer-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .95;
    background-color: var(--head1);

}

.cta-section .outer-box .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cta-section .outer-box .shape-one:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: -20px;
    height: 20px;
    opacity: .15;
}

.cta-section .outer-box .shape-one:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 10px;
    opacity: .15;
}

.cta-section .logo {
    position: relative;
    margin-bottom: 20px;
}
.cta-section .outer-box {
    background-image: url(../../images/images/hme-lbl-bg.jpg);
    background-size: cover;
}

.cta-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -3px;
    position: relative;
    z-index: 9999;
    font-family: var(--font-family);
    line-height: 1.3;
}

/* Services Section Style Two */

.services-section.style-two {
    position: relative;
    padding: 120px 0 60px;
}

.services-section.style-two .shape-one {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 310px;
    height: 70px;
    background-image: url(../images/shape/shape-3.png);
    transform: translateX(-50%);
}

.services-section.style-two .outer-container {
    position: relative;
    padding: 0 30px;
}

.services-section.style-two .service-block-one .inner-box {
    margin-bottom: 0;
}
.services-section.style-two .shape-one {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 310px;
    height: 70px;
    background-image: url(https://html.tonatheme.com/2020/intervio/assets/images/shape/shape-3.png);
    transform: translateX(-50%);
}
.sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
    background-color: var(--head1);
}
.sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
    background-color:var(--head1);
}
.sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
    background-color:var(--head1);
}
.sec-title {
    position: relative;

}
.services-section.style-two .text {
    padding: 0 100px;
}
.sec-title.text-center .sec-title-dec {
    left: 50%;
    transform: translate(-50%, -85px);
}
.services-section .sec-title.style-two.text-center {
    padding: 30px 0;
}
.service-block-one .image {
    overflow: hidden;
}
.service-block-one .image img {
    width: 100%;
    transition: .5s;
}
.service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}
.service-block-one .content {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 40px 45px 30px;
    background-color: #fff;
}
.content h4 {
    margin: 0;
    font-family: var(--font-family);
    color: var(--head2);
    font-size: 20px;
}
.service-block-one .inner-box:hover .content:before {
    height: 100%;
}
.service-block-one .inner-box:hover h4 {
    transform: translateY(-18px);
    color: #fff;
}
.service-block-one h4:before {
    position: relative;
    
    
}
.service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background-color: var(--head1);
}
.service-block-one .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #3b3b44;
    transition: .5s;
}
.service-block-one .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.service-block-one .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateY(8px);
}
.service-block-one .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}
.service-block-one {
    padding: 5px;
}
.big-title {
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    text-align: center;
}
@-webkit-keyframes run {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
}

@-moz-keyframes run {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
}     
.services-section .sec-title.style-two.text-center h2 {
    font-family: var(--font-family);
    color: var(--head1);
}

/* Working Process Section */
.working-process-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../../images/images/lbl-bg.jpg)
}

.working-process-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
}
.work-prcss {
    padding: 70px 0 60px !important;
}
.working-process-section .text {
    position: relative;
    color: #fff;
    margin-top: 40px;
    text-align: center;
    padding: 0 100px;
}

.process-block .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.process-block .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 15px;
}

.process-block .count {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

.process-block h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-family);
}

.working-process-section .sec-title.text-center .sec-title-dec {
    transform: translate(-50%, -120px);
}
.working-process-section h2 {
    color: #fff;
    padding-bottom: 40px;
}
.wl_ul {
    line-height: 2;
}
.wl_ul .fa.fa-cog {
    padding-right: 20px;
}
.wl_ul li {
    padding-bottom: 10px;
}


/*-----------------Work-Process-----*/
.work-prcss h2, .cont-pg h2{
    position: relative;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--head1);
}
.work-prcss h4, .cont-pg h4 {
    position: relative;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -3px;
    color: var(--head2);
    font-family: var(--font-family);
}

.process-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    text-align: center;
    padding: 30px 20px;
    background: #efefef;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}
.process-block-two .icon {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border: 11px solid #2b2b31;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #3b3b44;
    transition: 2s;
    margin: 0 auto;
}

.process-block-two .icon span {
    display: inline-block;
    transition: 2s;
}

.process-block-two .inner-box:hover .icon span {
    transform: rotate(360deg);
}

.process-block-two .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #606065;
    border-radius: 50%;
}

.process-block-two .count {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}

.process-block-two h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--head1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.process-block-two .text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 !important;
}
/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px 0px; background: #000000; color: #fff;}
#qcfooter-block h3 {
    font-family: var(--font-family);
    font-size: 20px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.footer-content p {font-size: 16px; line-height: 20px;}
.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;}
.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;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {padding: 10px 0; background: #1b2221; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/
.contact_us1 h5 {
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    color: #eee;
    margin-bottom: 5px;
}

/* Room Dimention */
.room-dimention {
    position: relative;
    padding: 60px 0;
}
.room-dimention .image {
    position: relative;
    margin-right: -32px;
}

.room-dimention .content {
    position: relative;
    padding: 40px 30px;
}
.style-two.light h2 {
    color: #fff;
    font-size: 35px !important;
    line-height: 1.5;
    font-family: var(--font-family);
}
.room-dimention .text {
    color: #fff;
}

.room-dimention ul li {
    color: #fff;
    margin-bottom: 5px;
}

.room-dimention ul li i {
    margin-right: 10px;
    margin-top: 0;
    font-size: 12px;
}
.room-dimention .row {
    display: flex;
    align-items: center;
}
.room-dimention img {
    width: 100%;
}

.section-top {
    background: url(../../images/images/brdcrmb.png);
    padding: 75px;
    background-repeat: no-repeat;
    background-size: cover;
}
.product_title, .gallery_title, .about_title, .contact_title, .services_title {
    color: #95733c !important;
    font-family: var(--font-family);
    font-size: 40px;
    position: relative;
}

/*---------------------Filter---*/
.ser_sec {
    padding: 70px 0;
}
.nav-item.left-head {
    margin-bottom: 15px;
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: #000 !important;
}
.tab-content>.tab-pane.active {
    display: block !important;
}
.tab-content>.tab-pane {
    display: none !important;
}
.ser_sec .nav-link {
    background-color: #95733c !important;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 20px 10px;
    position: relative;
    transition: all 500ms ease;
    font-family: var(--font-family);
    line-height: 1.5;
}
.ser_sec ul.nav.nav-tabs {
    border-bottom: unset;
}
.ser_sec .nav-link i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    color: #191825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 45px;
    font-weight: 900;
}
/*.nav > li > a:hover, .nav > li > a:focus {
    background-color: #95733c !important;
    color: #ffffff;
}*/
.ser_sec .tab-pane h3 {
    font-size: 25px !important;
    line-height: 1.8 !important;
    color: var(--color-nvyblue) !important;
    font-family: var(--font-bold) !important;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.ser_sec .tab-content {
    margin: unset;
}
.ser_img img {
    border-radius: 10px;
}
.ser_sec .tab-pane h5 {
    color: var(--color-nvyblue);
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-bold);
}
li.sercont_li {
    list-style: none;
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
ul.sercont_ul {
    padding: unset;
}
.ser_sec .col-md-4 {
    position: sticky;
    top: 40px;
}
li.sercont_li span {
    color: var(--color-red);
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.5;
}
.pro-content {
    display: none;
}
.inner-box img {
    width: 100% !important;
}
.pro_pg {
    overflow: hidden !important;
}
/*--------------zoom---*/

.gallery-block .inner-box {
    position: relative;
    height: 165px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-block .inner-box:hover .overlay {
    opacity: .95;
}

.gallery-block .zoom-btn {
    position: relative;
    font-size: 25px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    line-height: 60px;
    text-decoration: none;
    cursor: pointer;
}

.gallery-block .border-one {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
}

.gallery-block .inner-box:hover .border-one {
    transform: scaleX(1);
}

.gallery-block .border-two {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scaleY(0);
}

.gallery-block .inner-box:hover .border-two {
    transform: scaleY(1);
}

.gallery-block .overlay{
    background-color: #ccad6e;
}

/*---------------Table-Resposive-----*/

.tbl-hed {
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--font-family);
}
    .table-container {
      width: 100%;
      overflow-x: auto;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      background: #fff;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    
    }

    thead {
    background-color: var(--head2);
    color: white;
}

    th, td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid;
}

    th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.5px;
    }

    tbody tr {
      border-bottom: 1px solid #ddd;
      transition: background 0.2s ease;
    }

    tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    tbody tr:hover {
      background-color: #eaf2ff;
    }
    /* Column-specific styling */
    .col-id {
      font-weight: bold;
      color: #555;
      width: 60px;
    }

    .col-name, .col-company, .col-institution {
    font-weight: 600;
    color: #2c3e50;
    font-size: var(--font-family) !important;
}

    .col-location {
    color: #363636;
}


    /* Mobile tweaks */
    @media (max-width: 767px) {
      th, td {
        padding: 10px;
        font-size: 14px;
      }
      .client-lst .col-md-4 {
    position: relative;
}
.tbl-hed {
    margin-top: 40px;
    font-size: 22px;
}
.client-lst .nav-item.left-head span {
    font-size: 14px;
}
.navbar-header h1 img {
    
    margin-left: 0;
}
.big-title {
    display: none;
}
.about-us-section-four {
    padding: 10px;
}
.cta-section .logo {
   
    display: none;
}
.cta-section h2 {
    
    font-size: 30px;
    line-height: 1.5;
}
.cta-section .outer-box {
    padding: 30px 0;
}
.about-us-section-four .content h2 {
  
    font-size: 30px;
    padding-top: 10px;
    line-height: 1.2;
}
.about-us-section-four .content h4 {
   
    font-size: 24px;
    line-height: 1.5;
}
.services-section.style-two .text {
    padding: 0;
}
.working-process-section .text {
   
    padding: 0;
}
.services-section.style-two {
    padding: 100px 0 30px;
}
.room-dimention .row {
    display: block;
}
.room-dimention .image {
    margin-right: 0;
}
.gallery-block .inner-box {
    position: relative;
    height: auto;
}
.single-slide-item {
    padding: 68px 0;
}
.brand-logo img {
    width: 280px;
}

#home-slider, .page-banner {
    margin-top: 0;
}
.navigation-area {
    position: relative;
}
.service-block-one .content {
  
    padding: 20px 10px 20px;
    
}
.work-prcss h4, .cont-pg h4 {
    position: relative;
    font-size: 32px;
    }
    .cont.num {
    margin-top: 20px;
}
.section-top {
    padding: 40px 0;
    }
    
.product_title, .gallery_title, .about_title, .contact_title, .services_title {
  
    font-size: 35px;
   
}
.cont.num .cont-cnt {
    
    display: inline-block;
}
.cont-pg h2 {
    
    font-size: 25px;
}
    
    }
    
    
    
    
    
    
    
    
    
    
 /*----------Contact-us----*/
    .contact-one_info-list {
    position: relative;
    z-index: 9;
}
.contact-one_info-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 90px;
    color: var(--head1);
    z-index: 111;
    font-weight: 900;
}
.contact-one_info-list li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: var(--head2);
    border-radius: 10px;
}
.contact-one_info-list li .cont-cnt, .cont-cnt {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    line-height: 30px;
    word-wrap: break-word;
    color: #363636;
}
.cont-loc {
    padding: 20px 0;
}
.cont.num {
    padding: 20px;
    border-radius: 10px;
    background: var(--head2);
    margin-bottom: 20px;
}
.cont.num .cont-cnt {
    color: #fff !important;
}

/*------------------------------------- Desktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 290px 0;
    }

}
/*------------------------------------- Desktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
/*------------------------------------- Desktop 1600----------------------------------------------------------*/
@media (min-width:1601px) and (max-width:1700px) {
    .single-slide-item {
        padding: 340px 0;
    }
}
/*------------------------------------- Desktop 1700----------------------------------------------------------*/
    @media (min-width:1701px) and (max-width:1800px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
    /*------------------------------------- Desktop 1800----------------------------------------------------------*/
    @media (min-width:1801px) and (max-width:1900px) {
    .single-slide-item {
        padding: 344px 0;
    }
}

@media (min-width:1901px) {
    .single-slide-item {
        padding: 363px 0;
    }
    
}

