/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700|PT+Sans:400,700&subset=latin-ext');

/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.min.css');

/*----------- Fancybox css -------*/

@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');

/*------- menu ------*/

@import url('../vendor/menu/css/slimmenu.css');

/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');

/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');

/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');

/*--------- Swiper css -------*/

@import url('../vendor/swiper/css/swiper.css');

/*----------- Animate css -------*/

@import url('../vendor/owl-carousel/animate.css');

/* @import url('../vendor/animate.css'); */


/*-------Hover Css --------*/

@import url('../vendor/hover.css');

/*--------- Jquery ui ---------*/

@import url('../vendor/jquery-ui/jquery-ui.min.css');
iframe {
    border: none;
}

.mb20 {
    margin-bottom: 20px;
}


/***

====================================================================
  Loading Transition
====================================================================

 ***/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    width: 80px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
    font-size: 22px;
}


/*==================== Click Top ====================*/

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 12px;
    color: #fff;
    background: transparent;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: rgba(18, 18, 18, 0.7);
    font-size: 15px;
    position: relative;
}


body .main-page-wrapper {
    /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
    color: #121212;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}

h6 {
    font-size: 18px;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

p {
    line-height: 1.8;
    margin: 10px 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft,
img.alignright {
    margin-right: 15px;
}

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.round-border {
    border-radius: 50%;
}

.m-top0 {
    margin-top: 0 !important;
}

.m-bottom0 {
    margin-bottom: 0 !important;
}


/*------------------------------- Transition --------------------------*/

.tran3s,
#banner .hesperiden.tparrows.tp-leftarrow:before,
#banner .hesperiden.tparrows.tp-rightarrow:before,
.top-short-banner ul li a h5,
.top-short-banner ul li a p,
.top-short-banner ul li a:before,
body .theme-button,
.panel-heading h6 a:before,
.theme-main-container .theme-sidebar .sidebar-list ul li a:before,
.details-page .theme-large-content .details-tab .panel-heading h6 a:before,
.project-slider-wrapper .thumbnail-wrapper button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tran5s {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.image img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


/*------------------------------- Theme Button -----------------------*/

body .theme-button {
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    padding: 0 15px;
}

body .theme-button:hover {
    background: transparent;
}


/*------------------------------- Theme Title -----------------------*/

@-webkit-keyframes titleanimi {
    0% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    50% {
        -webkit-transform: translateX(38px);
        transform: translateX(38px);
    }
    100% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}

@keyframes titleanimi {
    0% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    50% {
        -webkit-transform: translateX(38px);
        transform: translateX(38px);
    }
    100% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}

.theme-title {
    text-align: center;
    position: relative;
}

.theme-title h2 {
    text-transform: capitalize;
    position: relative;
}

.theme-title:before {
    content: '';
    position: absolute;
    width: 132px;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theme-title:after {
    content: '';
    width: 32px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: titleanimi 5s linear infinite;
    animation: titleanimi 5s linear infinite;
}

.theme-title p {
    font-size: 18px;
    padding: 5px 0 0;
}


/*------------------------------- Theme Header ----------------------*/

.theme-main-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: transparent;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.theme-main-header .top-header {
    background: #1c1c1c;
    padding: 10px 0;
}

.theme-main-header .top-header ul li {
    display: inline-block;
    line-height: 38px;
}

.qtranxs_widget ul li {
    margin-right: 10px !important;
}

.theme-main-header .top-header ul.float-left li,
.theme-main-header .top-header ul.float-left li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.theme-main-header .top-header ul.float-left li i {
    font-size: 27px;
    color: #3b3b3b;
    margin-right: 18px;
    vertical-align: middle;
}

.theme-main-header .top-header ul.float-left li {
    margin-right: 22px;
}

.theme-main-header .top-header ul.float-left li:last-child {
    margin: 0;
}

.theme-main-header .top-header ul.float-right li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 38px;
    margin: 0 13px;
}

.theme-main-header .top-header ul.float-right .search {
    line-height: 38px;
    font-size: 16px;
    margin-left: 28px;
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
}

#searchWrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: rgba(255, 255, 255, 0.98);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}
#searchWrapper .search_result {
    background: rgba(255, 255, 255, 0.98);
}

#searchWrapper .search_result .product-list {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}

#searchWrapper .search_result .product-list li {
    border-bottom: 1px solid #ddd;
}

#searchWrapper .search_result .product-list li a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    transition: all .3s;
}

#searchWrapper .search_result .product-list li a:hover {
    background-color: #f1f1f1;
}

#searchWrapper .search_result .product-list li a img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

#searchWrapper .search_result .product-list li a span.title {
    color: #121212;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

#searchWrapper.show-box {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

#searchWrapper > .container {
    height: 100%;
    padding: 0 0 0 50px;
}

#searchWrapper img {
    margin: 0 auto;
    position: relative;
    top: 20%;
}

#searchWrapper form {
    position: relative;
    top: 50%;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#searchWrapper form input {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 0 95px 0 20px;
    background: transparent;
    font-size: 20px;
}

#searchWrapper form input:focus {
    -webkit-box-shadow: 0px 0px 18px -3px rgba(247, 82, 82, 0.3);
    box-shadow: 0px 0px 18px -3px rgba(247, 82, 82, 0.3);
}

#searchWrapper form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    position: absolute;
    font-size: 20px;
    color: #fff;
    /* border-radius: 0 5px 5px 0; */
}

#searchWrapper #close-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: transparent;
}


/*--------------------------- Theme Menu --------------------*/

.bg-color .theme-main-menu {
    background: #fff;
}

.bg-color #mega-menu-holder>ul>li>a {
    color: #121212;
}

.theme-main-header .theme-main-menu {
    padding: 15px 0 0 0;
}

#mega-menu-holder>ul>li>a:before {
    display: none;
    /* width: 7px; */
    /* content: ''; */
    /* height: 7px; */
    /* border-radius: 50%; */
    /* position: absolute; */
    /* top:18px; */
    /* left:0; */
}

.theme-main-header .theme-main-menu .logo img {
    height: 54px;
    object-fit: contain;
}


/*================= Sticky Menu ===============*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

body.admin-bar .theme-main-menu.fixed {
    top: 32px;
}

.theme-main-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.15);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
}


/* .bg-color .theme-main-menu.fixed {background: #fff;} */

.theme-main-menu .logo img.normal-logo,
.theme-main-menu.fixed .logo img.fixed-logo {
    display: block;
}

.theme-main-menu .logo img.fixed-logo,
.theme-main-menu.fixed .logo img.normal-logo {
    display: none;
}

.theme-main-menu.fixed .logo img {
    height: 44px;
    margin-top: 4px;
}

.theme-main-menu.fixed #mega-menu-holder>ul>li>a {
    padding-bottom: 10px;
    color: #fff;
}

#mega-menu-holder>ul>li.current-menu-item>a {
    border-bottom: 3px solid #000;
}

.theme-main-menu.fixed .collapse-button {
    margin: 0px;
}

.theme-main-menu.fixed #mega-menu-holder {
    background: transparent;
}


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

#banner {
    padding-top: 140px;
}

#banner .tp-caption h1,
#banner .tp-caption p {
    color: #fff;
}

#banner .tp-caption h6 {
    color: #fff;
    font-size: 32px;
}

#banner .tp-caption a {
    width: 180px;
    line-height: 46px;
    border-width: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#banner .tp-caption a.button-one:hover {
    background: transparent;
}

#banner .hesperiden.tparrows {
    width: 56px;
    height: 56px;
    background: transparent;
}

#banner .hesperiden.tparrows.tp-leftarrow:before,
#banner .hesperiden.tparrows.tp-rightarrow:before {
    content: "\f100";
    font-family: Flaticon;
    font-size: 56px;
    margin: 0;
    color: #564946;
}

#banner .hesperiden.tparrows.tp-leftarrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-slider {
    height: 647px;
    width: 100%;
    padding-top: 147px;
    margin-bottom: 70px;
}

.main-slider .item {
    height: 500px;
    width: 100%;
    text-align: left;
    display: table;
    position: relative;
    z-index: 999;
    background-size: cover;
    background-position: center;
}

.main-slider .item .ms-inner {
    height: 500px;
    /* width: 100%; */
    /* padding: 0 150px; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 999;
}

.main-slider .item .ms-title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 5px 10px;
    display: inline-flex;
}

.main-slider .active .item .ms-title,
.main-slider .active .item .ms-desc {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}

.main-slider .item .ms-desc {
    font-size: 16px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 10px;
    display: inline-flex;
    max-width: 40%;
    ;
    line-height: 1.5;
    margin-bottom: 20px;
}

.main-slider .item a.ms-btn {
    position: relative;
    padding: 10px 25px;
    font-size: 16px;
    display: inline-flex;
    color: #fff;
}

.main-slider .active .item .ms-btn-wrapper {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInUp;
    animation-delay: 1.2s;
}

.main-slider.owl-theme .owl-dots {
    margin-top: -50px;
    z-index: 99;
    position: relative;
}


/*---------------------------- Top Short Banner -------------------------*/

.top-short-banner {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
    margin-top: -30px;
}

.top-short-banner ul li {
    float: left;
    width: 33.3333333%;
    padding: 0 15px;
    text-align: center;
    height: 140px;
}

.top-short-banner ul li div {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}

.top-short-banner ul li h5 {
    text-transform: uppercase;
    padding: 46px 0 3px 0;
}

.top-short-banner ul li a {
    display: table-cell;
    vertical-align: middle;
    background: #fafafa;
    position: relative;
    z-index: 1;
}

.top-short-banner ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.top-short-banner ul li a:hover:before {
    height: 100%;
}

.top-short-banner ul li a h5 {
    color: #121212;
    padding: 0 0 6px;
    font-weight: 600;
}

.top-short-banner ul li a p {
    color: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
}

.top-short-banner ul li a:hover h5 {
    color: #fff;
}

.top-short-banner ul li a:hover p {
    color: rgba(255, 255, 255, 0.7);
}


/*------------------- Request Quote Section ---------------*/

.request-quote-section .row .theme-col {
    padding: 0 15px;
}

.request-quote-section .text {
    width: 52%;
}

.request-quote-section .img-box {
    width: 48%;
}

.request-quote-section .img-box>div {
    padding-left: 10px;
    position: relative;
}

.request-quote-section .img-box>div:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    width: 1px;
}

.request-quote-section .img-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 64px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.request-quote-section .img-box img {
    width: 100%;
}

.request-quote-section .text h3 {
    line-height: 45px;
    margin: 0 0 20px;
}

.request-quote-section .text p {
    font-size: 18px;
    line-height: 35px;
}

.request-quote-section .text a {
    width: 193px;
    margin-top: 50px;
}

.style-two.request-quote-section .img-box {
    width: 100%;
    float: none;
}

.style-two.request-quote-section .text {
    float: none;
    text-align: center;
    width: 85%;
    margin: 50px auto 100px auto;
}

.style-two.request-quote-section.m-fix {
    margin-top: 90px;
}


/*-------------------------- Our Service ----------------------*/

.our-service {
    margin: 0;
}

.our-service .service-slider {
    margin-top: 20px;
}


/* .our-service .service-slider img {height: 228px; width: 100%; object-fit: cover;} */


/* .our-service .service-slider .item {margin: 0 15px;} */

.our-service .service-slider .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    ;
}

.image {
    overflow: hidden;
    position: relative;
}

.our-service .single-service:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.our-service .single-service .image a {
    display: block;
    position: relative;
}

.our-service .single-service .image img {
    width: 100%;
}

.our-service.product-inner-page .single-service .image img {
    height: 150px;
    object-fit: contain;
}

.our-service .service-slider .image a span.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-service .service-slider .image a span.hover-icon i.fa {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.our-service .service-slider .image a:hover span.hover-icon {
    background-color: rgba(0, 0, 0, 0);
}

.our-service .service-slider .image a:hover span.hover-icon i.fa {
    font-size: 50px;
    opacity: 0;
}

.our-service .single-service .text {
    /* text-align: center; */
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.our-service .single-service:hover .text {
    border-bottom-color: #f75252;
}

.our-service .single-service .text h2 {
    font-size: 21px;
}

.our-service .single-service .text h2 a {
    color: #121212;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.our-service .single-service .text p,
.our-blog .single-blog .text p {
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.our-service .single-service .text a.btn {
    padding: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: #2d71ca;
    border: 1px solid #2d71ca;
    display: block;
    color: #fff;
    border-radius: 0;
    transition: all .3s;
}

.our-service .single-service .text a.btn:hover {
    background: #fff;
    color: #2d71ca;
}

.our-service .single-service {
    margin-bottom: 20px;
}


/*------------------------ Theme Counter -------------------*/

.theme-counter {
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*margin-bottom: 100px;*/
}

.theme-counter .opacity {
    background-color: transparent;
}

.theme-counter .opacity .text-center {
    padding: 42px 0 40px 0;
}

.theme-counter .opacity .text-center i {
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 15px;
}

.theme-counter .opacity .text-center h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.theme-counter .opacity .text-center .number {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}


/*------------------------- Work And Inspiration ---------------------*/

.inspiration-tab h4,
.our-work h4 {
    margin-bottom: 20px;
}

.inspiration-tab .panel-heading {
    padding: 0;
    border: 1px solid #eeeeee;
}

.inspiration-tab .panel-heading h6 a {
    display: block;
    color: #121212;
    line-height: 30px;
    position: relative;
    padding: 12px 60px 12px 30px;
}

.inspiration-tab .panel-body {
    border: none !important;
    padding: 20px 0 2px 0;
}

.inspiration-tab .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.inspiration-tab .inspiration-panel {
    margin-top: 20px;
}

.inspiration-tab .panel-heading h6 a:before {
    content: '+';
    line-height: 38px;
    background: #e2e1e1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    font-size: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inspiration-tab .panel-heading.active-panel h6 a:before {
    content: '-';
}

.our-work {
    display: table;
    width: 100%;
    /*margin: 30px 0;*/
}

.our-work p {
    line-height: 35px;
}

.our-work .work-box {
    border: 1px solid #e8e3e3;
    height: 210px;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.our-work .work-box:hover i,
.our-work .work-box:hover h5 {
    color: #fff !important;
}

.our-work .work-box i {
    display: block;
    font-size: 62px;
    margin: 0 0 20px;
}

.our-work .work-box h5 {
    font-weight: 700;
    text-transform: uppercase;
}


/*----------------------- Our Project ------------------*/

.our-project.m-fix {
    margin-bottom: 50px;
}

.theme-title {
    margin: 0 0 20px;
    padding-bottom: 20px;
}

.our-project .mixitUp-menu {
    text-align: center;
    margin-bottom: 20px;
}

.our-service .mixitUp-menu {
    text-align: center;
    margin: 50px 0;
}

.our-project .mixitUp-menu li,
.our-service .mixitUp-menu li {
    display: inline-block;
    margin: 0 15px;
    color: #121212;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.our-project .mixitUp-menu li.active,
.our-service .mixitUp-menu li.active {
    font-weight: 700;
}

#mixitUp-item .mix {
    display: none;
}

.our-project .single-project:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.our-project .single-project .image img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.our-project .single-project .image a {
    display: block;
}

body[class*="template-gallery"] .our-project .single-project .image img,
body[class*="template-video-gallery"] .our-project .single-project .image img {
    height: initial;
}

.our-project #related-project-slider .single-project .image img {
    height: 230px;
}

.our-project.related-product #related-project-slider .single-project .image img {
    object-fit: contain;
    background-color: #fff;
}

.our-project #related-project-slider .single-project {
    margin-bottom: 0
}

.our-project .single-project {
    margin-bottom: 30px;
}

.our-project .single-project .image {
    position: relative;
}

.our-project .single-project .image .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    border-bottom: 1px solid #f75252;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.our-project .single-project .image .text h4,
.our-project .single-project .image .text h4 a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}

.our-project .single-project .image .text p {
    color: #fff;
    margin: 20px 0 15px 0;
    height: 95px;
    overflow: hidden;
}

.our-project .single-project .image .text span {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    /* text-transform: uppercase; */
}

.our-project .single-project:hover .image .text,
.our-project .single-project.hovered .image .text,
.our-project .single-project.hovered:hover .image .text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.our-project.projectV3 .single-project .image .text {
    top: 142px;
    bottom: 142px;
    left: 85px;
    right: 85px;
}

.our-project.projectV4 .single-project .image .text {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
}

.our-project.projectV4 .single-project .image .text h4 {
    position: relative;
    margin-bottom: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-project.projectV4 .single-project .image .text span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-project.projectV4.projectV5 .single-project {
    margin: 0;
}

.our-project.projectV4.projectV5 .mix {
    width: 33.333333%;
    float: left;
}


/*------------------------------- Client Slider ---------------------*/

.client-slider {}

.client-slider .opacity {
    padding: 50px 0;
}

.client-slider .opacity .theme-title h3 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.client-slider .opacity .item {
    opacity: .5;
    transition: all .3s;
    transform: scale(.85);
}

.client-slider .opacity .active.center .item {
    opacity: 1;
    transform: scale(1);
}

.client-slider .opacity .item .text {
    background: #fff;
    margin-top: 5px;
    padding: 25px 20px 55px;
    text-align: center;
    position: relative;
}

.client-slider .opacity .item .text p {
    font-size: 18px;
}

.client-slider .opacity .item .text:before {
    content: "\f109";
    font-family: Flaticon;
    font-size: 50px;
    color: #e8e5e5;
    position: absolute;
    bottom: 9px;
    left: 45px;
}

.client-slider .opacity .item {
    margin: 0 10px;
}


/*----------------------------- Our Blog ------------------------*/

.our-blog .theme-title {
    margin: 0 0 20px;
}

.our-blog .single-blog:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.our-blog .single-blog .image {
    border-bottom: 5px solid #d9d6d6;
}

.our-blog .single-blog .image a {
    display: block;
}

.our-blog .single-blog .text {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

.our-blog .single-blog:hover .text {
    border-bottom: 1px solid #000;
}

.our-blog .single-blog .text h4 {
    margin-bottom: 20px;
}

.our-blog .single-blog .text h4 a {
    color: #121212;
}

.our-blog .single-blog img {
    width: 100%;
}

.our-blog .single-blog .text span {
    color: #121212;
}

.our-blog .single-blog {
    margin-bottom: 20px;
}

.our-blog .blog-slider .item {
    margin: 0 15px;
}

.our-blog .single-blog .text>a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.our-blog .single-blog .text>a i {
    font-size: 12px;
    vertical-align: 1px;
    margin-left: 5px;
}

.our-blog .single-blog .text p {
    margin: 15px 0;
}

.blog-inner-page {
    margin: 50px 0 20px;
}


/*---------------------- Blog V2 ------------------------*/

.theme-main-container {
    margin: 0 -15px;
}

.theme-main-container .widget h5.widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 33px;
    margin-bottom: 35px;
}

.theme-main-container .widget h5.widget-title:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.theme-main-container .theme-sidebar .sidebar-search form {
    height: 55px;
    position: relative;
}

.theme-main-container .theme-sidebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    padding: 0 48px 0 15px;
}

.theme-main-container .theme-sidebar .sidebar-search form button {
    position: absolute;
    width: 45px;
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 5px;
    text-align: left;
}

.sidebar-recent-post .single-post img {
    width: 80px;
    height: 90px;
    object-fit: cover;
}

.sidebar-recent-post .single-post .post {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.theme-main-container .theme-sidebar .sidebar-recent-post .post h6 a {
    line-height: 26px;
    color: #121212;
    margin-bottom: 15px;
    border: none;
    padding: 0;
}

.theme-main-container .theme-sidebar .sidebar-recent-post li {
    margin-bottom: 20px;
}

.theme-main-container .theme-sidebar .sidebar-recent-post li:last-child {
    margin-bottom: 0;
}

.category .our-blogv2 .single-blog-post h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category .our-blogv2 .single-blog-post .text p {
    height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-blogv2 .single-blog-post .text {
    padding: 20px 0 0 0;
    /* border-left: 1px solid #f4f2f2; */
}

body.single-post .our-blogv2 .single-blog-post .text {
    padding: 0;
}

body.single-video .our-blogv2 .single-blog-post .text {
    padding: 0 0 0 30px;
}

.our-blogv2 .single-blog-post {
    margin-bottom: 30px;
}

.our-blogv2 .single-blog-post .text ul.post-info li {
    display: inline-block;
    margin-bottom: 10px;
}

.our-blogv2 .single-blog-post .text ul.post-info li:first-child {
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #121212;
    margin-right: 60px;
}

.our-blogv2 .single-blog-post .text ul.post-info li:first-child span {
    font-size: 50px;
    font-weight: 700;
}

.our-blogv2 .single-blog-post .text ul.post-info li:last-child {
    font-size: 18px;
    color: #242222;
}

.our-blogv2 .single-blog-post .text h2 a {
    display: block;
    color: #242222;
    font-size: 25px;
    margin-bottom: 20px;
}

.our-blogv2 .single-blog-post .text>a {
    width: 212px;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.our-blogv2 .single-blog-post .text>a:hover {
    color: #fff !important;
}

.page-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-pagination ul li {
    display: inline-block;
}

.page-pagination ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    border-width: 1px;
    margin-right: 10px;
}

.page-pagination ul li a:hover,
.page-pagination ul li.active a {
    color: #fff !important;
}

.page-pagination ul li a .fa {
    font-size: 14px;
    vertical-align: 5px;
}


/*------------------------------- Partner Logo ------------------------*/

#partner-logo .item img {
    margin: 0 auto;
    max-width: 180px;
    width: auto;
    height: 65px;
    object-position: center;
    object-fit: contain;
}

.partners-section {
    background: #f4f4f4;
    padding: 40px 0;
}

.partners-section.m-fix {
    margin-top: 100px;
}


/*--------------------------- Footer --------------------*/

footer {
    background: #090202;
    padding-top: 30px;
}

footer .widget_media_image {
    margin-bottom: 20px;
}

footer .widget_media_image img {
    width: 150px;
    height: auto;
}

footer p,
footer ul li,
footer ul li a {
    color: rgba(255, 255, 255, 0.6);
}

footer p {
    font-size: 15px;
}

footer .icon li,
footer .policy li {
    display: inline-block;
}

footer .icon li a {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #141520;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin: 10px 10px 0 0;
}

footer .bottom-footer .icon li a {
    margin: 0 0 0 10px;
    color: #fff !important;
}

footer .footer-logo .policy li a {
    color: rgba(255, 255, 255, 0.2);
    margin: 35px 18px 0 0;
}

footer h4 {
    color: #fff;
    font-size: 20px !important;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 40px !important;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
}

footer ul li a {
    font-size: 15px;
    margin-bottom: 15px;
}

footer ul {
    display: inline-block;
    vertical-align: top;
    padding: 0
}

footer .footer-news ul li a {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
}

footer .footer-news ul li span {
    color: rgba(255, 255, 255, 0.25);
}

footer .footer-news ul li {
    border-bottom: 1px solid #21222b;
    padding-bottom: 25px;
    margin-bottom: 23px;
}

footer .footer-news ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

footer .bottom-footer {
    background: #0c0a0a;
    margin-top: 20px;
    padding: 20px 0;
}

footer .bottom-footer p {
    color: #fff;
    line-height: 20px;
}

footer .bottom-footer form {
    position: relative;
    width: 420px;
    height: 50px;
}

footer .bottom-footer form input {
    width: 100%;
    height: 100%;
    padding: 0 148px 0 15px;
    background: #19191c;
    color: rgba(255, 255, 255, 0.25);
    border: none;
}

footer .bottom-footer form button {
    width: 145px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
}


/*------------------- Theme Inner Banner -----------------*/

.inner-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    margin-bottom: 30px;
}

.inner-banner .opacity .container {
    position: relative;
}

.inner-banner .opacity {
    background: rgba(0, 0, 0, 0.4);
    padding: 290px 0 35px 0;
    text-align: center;
}


/*  */

.inner-banner .opacity .imgl-image {
    max-width: 570px;
    background-size: contain;
    height: 420px;
}

.inner-banner .opacity .imgl-ready {
    display: flex !important;
    justify-content: center;
}

.inner-banner .classxs {
    padding: 160px 0 0;
    background: none;
}

.wwwhite {
    background: #fff;
}

.page-template-template-test .theme-main-menu {
    background: #353535;
}


/*  */

.inner-banner .opacity .heading {
    font-weight: 700;
    ;
    font-size: 55px;
    color: #fff;
    margin-bottom: 182px;
}

.inner-banner .opacity ul li {
    display: inline-block;
    color: #fff;
    margin: 0 3px;
}

.inner-banner .opacity ul li a {
    color: #fff;
}

.inner-banner .opacity .contact-button {
    width: 192px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.inner-banner .opacity .contact-button:hover {
    color: #fff !important;
}

.inner-banner .opacity .contact-button i {
    margin-left: 10px;
}

.post-page {
    margin-top: 50px;
    margin-bottom: 20px;
}

.post-page .title h1 {
    font-size: 38px;
    color: #000;
}

iframe[src*="youtube.com"] {
    width: 100%;
}


/*--------------------------- Theme Main container/Theme Side bar -------------------*/


/* .theme-main-container {margin: 0 -25px;} */

.theme-main-container.space-fix {
    margin: 0 -35px;
}

.theme-main-container .theme-col {
    padding: 0 25px;
}

.theme-main-container.space-fix .theme-col {
    padding: 0 35px;
}

.theme-main-container .theme-sidebar {
    width: 29.84%;
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
}

.theme-main-container .theme-large-content {
    width: 70.16%;
}

.theme-main-container .theme-full-content {
    width: 100%;
}

.theme-main-container .theme-sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.theme-main-container .theme-sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.theme-main-container .theme-sidebar .widget ul li {
    margin-bottom: 15px;
}

.theme-main-container .theme-sidebar .sidebar-list ul li a,
.theme-main-container .theme-sidebar .widget ul li a {
    display: block;
    font-size: 15px;
    color: #323232;
    line-height: 1.3;
    border: 1px solid #efefef;
    padding: 9px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.theme-main-container .theme-sidebar .widget ul li.has-child {
    position: relative;
}

.theme-main-container .theme-sidebar .widget ul li.has-child:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 8px;
    transition: all .3s;
    cursor: pointer;
}

.theme-main-container .theme-sidebar .widget ul li.has-child.opened:after {
    transform: rotate(180deg);
}

.theme-main-container .theme-sidebar .widget ul.sub-terms {
    padding-left: 20px;
    margin: 0;
    display: none;
}

.theme-main-container .theme-sidebar .widget ul.sub-terms li {
    margin-bottom: 0;
}

.theme-main-container .theme-sidebar .widget ul.sub-terms li a {
    border-width: 0 0 1px;
    padding: 5px;
    font-weight: 400;
}

.theme-main-container .theme-sidebar .sidebar-list ul li ul li:last-child a,
.theme-main-container .theme-sidebar .widget ul li ul li:last-child a {
    margin-bottom: 0;
    border: none;
}

.theme-main-container .theme-sidebar .sidebar-list ul li a:before,
.theme-main-container .theme-sidebar .widget ul li a:before {
    content: '';
    position: absolute;
    width: 2px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
}

.theme-main-container .theme-sidebar .sidebar-list ul li a:hover:before,
.theme-main-container .theme-sidebar .widget_pages ul li a:hover:before,
.theme-main-container .theme-sidebar .widget_categories ul li a:hover:before {
    opacity: 1;
}

.theme-main-container .theme-sidebar .sidebar-list ul li a i,
.theme-main-container .theme-sidebar .widget ul li a i {
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
}

.theme-main-container .theme-sidebar .sidebar-list.downloaditem ul li a {
    font-size: 18px;
    font-weight: normal;
}

.theme-main-container .theme-sidebar .sidebar-short-banner .opacity {
    text-align: center;
    padding: 45px 20px 45px 20px;
}

.theme-main-container .theme-sidebar .sidebar-short-banner h4 {
    font-size: 31px;
    color: #fff;
    line-height: 37px;
}

.theme-main-container .theme-sidebar .sidebar-short-banner p {
    color: #fff;
    margin: 35px 0 56px 0;
    line-height: 26px;
}

.theme-main-container .theme-sidebar .sidebar-short-banner a,
.theme-main-container .theme-sidebar .sidebar-short-banner a:hover {
    color: #fff !important;
    font-size: 18px;
}

.theme-main-container .theme-sidebar .sidebar-short-banner a i {
    font-size: 14px;
    margin-left: 4px;
    vertical-align: -1px;
}


/*-------------------------------- About Us Page ----------------------*/

.about-us-page {
    margin: 50px 0 50px 0;
}

.about-us-page .theme-large-content>h4 {
    font-size: 30px;
}

.about-us-page .theme-large-content p.text1 {
    margin: 30px 0;
}

.theme-company-overview {
    margin: 50px 0 40px 0;
}

.theme-company-overview h4 {
    font-size: 30px;
}

.theme-company-overview .clearfix {
    position: relative;
}

.theme-company-overview .clearfix:before {
    content: '';
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    height: 7px;
    background: #ececec;
}

.theme-company-overview .row {
    margin: 0 -25px;
}

.theme-company-overview .row .col {
    width: 33.333333%;
    padding: 0 25px;
    float: left;
    margin-top: 124px;
}

.theme-company-overview .wrapper {
    position: relative;
    text-align: center;
}

.theme-company-overview .wrapper>span {
    font-size: 35px;
    color: #121212;
}

.theme-company-overview .wrapper div {
    border: 1px solid #ececec;
    padding: 22px 0;
    margin-top: 22px;
}

.theme-company-overview .wrapper div h6 {
    margin-bottom: 5px;
}

.theme-company-overview .wrapper:before {
    content: '';
    position: absolute;
    top: -81px;
    left: 49%;
    width: 2px;
    height: 60px;
    background: #ececec;
}


/*---------------------------- Service/Project Details ---------------------*/

.details-page {
    margin: 50px 0;
}

.details-page .theme-large-content h1 {
    font-size: 35px;
    color: #000;
    line-height: 42px;
    margin: 0 0 30px 0;
    /* text-align: left; */
    /* position: relative; */
}

.details-page .theme-large-content h1:before,
.details-page .theme-large-content h1:after {
    /* left: 0; */
    /* transform: translateX(0); */
    /* -webkit-transform: translateX(0); */
}

.details-page .theme-large-content .p1 {
    margin-top: 45px;
}

.details-page .theme-company-overview .wrapper div h6 {
    font-size: 28px;
}

.details-page .theme-company-overview {
    margin: 15px 0 50px 0;
}

.details-page .theme-large-content .details-list h4 {
    font-size: 25px;
    line-height: 35px;
}

.details-page .theme-large-content .details-list p,
.details-page .theme-large-content .details-list ul {
    margin: 20px 0;
}

.details-page .theme-large-content .details-list ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    line-height: 1.4;
}

.details-page .theme-large-content .details-list ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 0;
}

.details-page .theme-large-content .details-tab h4 {
    font-size: 22px;
    margin: 48px 0 33px 0;
}

.details-page .theme-large-content .details-tab .details-panel {
    margin-top: 38px;
}

.details-page .theme-large-content .details-tab .panel-heading {
    padding: 0;
}

.details-page .theme-large-content .details-tab .panel-heading h6 a {
    display: block;
    color: #121212;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding: 15px 67px 15px 40px;
}

.details-page .theme-large-content .details-tab .panel-body {
    border-top: 1px solid #eeeeee !important;
    padding: 30px 30px 25px 40px;
}

.details-page .theme-large-content .details-tab .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
    border-radius: 0;
    margin-bottom: 10px;
}

.details-page .theme-large-content .details-tab .inspiration-panel {
    margin-top: 20px;
}

.details-page .theme-large-content .details-tab .panel-heading h6 a:before {
    content: '';
    font-family: 'font-awesome';
    border-left: 1px solid #eeeeee;
    line-height: 60px;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 14px;
    text-align: center;
    top: 0;
}

.details-page .theme-large-content .details-tab .panel-heading.active-panel h6 a:before {
    content: '';
}


/*------------------------ Project Details ------------------*/

.single-portfolio .project-slider-wrapper .swiper-container {
    padding-bottom: 20px;
}

.single-portfolio .project-slider-wrapper .swiper-pagination {
    bottom: 0;
}

.project-slider-wrapper {
    margin: 0 auto 50px;
    ;
    /* max-width: 800px; */
}

.project-slider-wrapper .thumbnail-wrapper {
    /* width: 90%; */
    /* max-width: 765px; */
    margin: 15px auto 20px auto;
    position: relative;
}

.project-slider-wrapper .thumbnail-wrapper button {
    font-size: 20px;
    color: #7f7f7f;
    width: 25px;
    height: 60px;
    margin: 0;
    background: #e6e6e6;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-slider-wrapper .thumbnail-wrapper button:hover {
    color: #fff;
}

.project-slider-wrapper .thumbnail-wrapper button.swiper-button-next {
    right: 0;
}

.project-slider-wrapper .thumbnail-wrapper button.swiper-button-prev {
    left: 0;
}

.project-slider-wrapper .thumbnail-wrapper button:hover i.fa {
    color: #fff;
}

.project-slider-wrapper .thumbnail-wrapper .swiper-slide {
    cursor: pointer;
}


/* .project-slider-wrapper .thumbnail-wrapper .swiper-slide img {
  width: 100%;
  height: 85px;
  object-fit: cover;
} */

.project-slider-wrapper .thumbnail-wrapper .swiper-slide.swiper-slide-active {
    border: 2px solid #84d0d9;
}

.project-slider-wrapper .thumbnail-wrapper .swiper-slide img {
    width: 100%;
}

.project-slider-wrapper .gallery-top img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}

.project-details .project-info {
    border: none;
    /* padding-left: 40px; */
    /* width: 84%; */
    /* padding: 45px 40px 20px 70px; */
}

.project-details .project-info table {
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

.project-details .project-info table tr {
    border-bottom: 1px solid #e2e2e2;
}

.project-details .project-info table tr td:first-child {
    /* font-size: 15px; */
    color: #121212;
    text-transform: uppercase;
    width: 150px;
    font-weight: 700;
}

.project-details .project-info table tr td {
    padding: 10px;
}

.our-project.related-project {
    background: #f2f2f2;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.our-project.related-project .item {
    margin: 0 15px;
}

.our-project.related-project .container>h4 {
    margin-bottom: 30px;
}

.project-details-v2 .project-slider-wrapper .thumbnail-wrapper {
    width: 43%;
}

.project-details-v2 .project-slider-wrapper .thumbnail-wrapper button.swiper-button-next {
    right: 16px;
}

.project-details-v2.details-page .theme-large-content h2 {
    text-align: center;
    margin-bottom: 80px;
}

.project-details-v2.details-page .theme-large-content .p1 {
    margin-top: 0;
}

.project-details-v2.details-page .theme-large-content .details-list ul li {
    width: 100%;
}

.project-details-v2.project-details .project-info {
    width: 100%;
    margin: 0;
}

.project-details-v2.project-details .middle-text {
    margin: 55px 0 50px 0;
}

.project-details-v2.project-details .middle-text .details-list ul {
    margin-bottom: 40px;
}

.project-details-v2.project-details .middle-text .details-list a {
    width: 300px;
    line-height: 50px;
    background: #e7e7e7;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

.project-details-v2.project-details .middle-text .details-list a:hover {
    color: #fff;
}

.project-details-v2.project-details .middle-text .details-list a i {
    margin-right: 12px;
    font-size: 18px;
}


/*--------------------------- Blog Details -----------------------*/

.blog-details .single-blog-post img.m-fix {
    margin: 45px 0 55px 0;
}

.blog-details .single-blog-post .text .title,
.blog-details .single-blog-post .text h1,
.blog-details .single-blog-post .text h2,
.blog-details .single-blog-post .text h3,
.blog-details .single-blog-post .text h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
}

.blog-details .single-blog-post .text ul {
    list-style: circle;
    margin-left: 20px;
}

.blog-details .single-blog-post .text ul li {
    margin-bottom: 5px;
}

.blog-details .single-blog-post .blog-list-text ul li {
    position: relative;
    padding: 0 0 15px 45px;
}

.blog-details .single-blog-post .blog-list-text ul li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.blog-details .single-blog-post .blog-list-text ul li i {
    position: absolute;
    top: 5px;
    left: 0;
}

.blog-details .single-blog-post .blog-list-text ul {
    margin-bottom: 10px;
}

.blog-details .single-blog-post h5 {
    font-size: 20px;
    margin-bottom: 30px;
}

.blog-details .theme-main-container .tag-option ul li {
    display: inline-block;
    line-height: 47px;
    text-align: center;
    margin: 0 8px 10px 0;
}

.blog-details .theme-main-container .tag-option ul li:first-child {
    width: 54px;
    color: #fff;
    margin-right: 25px;
}

.blog-details .theme-main-container .tag-option ul li a {
    display: block;
    background: #efefef;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 25px;
}

.blog-details .theme-main-container .tag-option ul li a:hover,
.blog-details .theme-main-container .page-indicator a:hover {
    color: #fff !important;
}

.blog-details .theme-main-container .tag-option ul {
    margin-bottom: 20px;
}

.blog-details .theme-main-container .tag-option {
    margin: 30px 0;
}

.blog-details .theme-main-container .page-indicator a {
    width: 143px;
    line-height: 50px;
    border-radius: 20px;
    color: #242222;
    background: #efefef;
    margin: 0 8px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-details .theme-main-container .page-indicator a[rel="next"] {
    float: right;
}

.blog-details .theme-main-container .page-indicator {
    position: relative;
    margin-bottom: 20px;
}

.blog-details .comment-section h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-details .comment-section .single-comment {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-details .comment-section ul.children {
    margin-left: 30px;
}

.blog-details .comment-section .single-comment .img {
    width: 80px;
    text-align: center;
}

.blog-details .comment-section .single-comment .img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details .comment-section .single-comment .img h5 {
    margin-top: 12px;
}

.blog-details .comment-section .single-comment .comment {
    width: calc(100% - 80px);
    padding: 0 0 0 30px;
}

.blog-details .comment-section .single-comment .comment button {
    margin-right: 30px;
    background: transparent;
}

.blog-details .comment-section .single-comment .comment p {
    margin-top: 10px;
}

.blog-details .leave-comment h4 {
    font-size: 25px;
    padding: 0 0 45px 0;
}

.blog-details .leave-comment textarea,
.blog-details .leave-comment input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 0 20px;
}

.blog-details .leave-comment textarea {
    height: 225px;
    max-height: 225px;
    resize: none;
    padding: 20px;
}

.blog-details .leave-comment input {
    height: 55px;
}

.blog-details .leave-comment input[type="submit"] {
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    width: 175px;
}

.comment-notes {
    margin-bottom: 20px;
}

.blog-recent-post h4.title {
    margin-bottom: 30px;
}

.blog-recent-post .theme-main-container {
    margin: 0;
}

.blog-recent-post .single-blog-post img {
    margin-bottom: 10px;
}

.blog-recent-post .single-blog-post .text h4 a {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-recent-post .single-blog-post .text p {
    font-size: 15px;
    line-height: 1.6;
    height: 100px;
    overflow: hidden;
}


/*------------------------- Contact Us ------------------------*/

.contact-form {
    margin-top: 50px;
}

.contact-form textarea,
.contact-form input,
.contact-form select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 0 20px;
}

.contact-form .col-sm-4 {
    margin-bottom: 10px;
}

.contact-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus {
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.contact-form textarea {
    height: 295px;
    max-height: 295px;
    resize: none;
    padding: 20px;
}

.contact-form input,
.contact-form select {
    height: 55px;
}

.contact-form input[type="submit"] {
    width: 210px;
}

div.wpcf7-response-output {
    margin: 10px 0 0;
}

.contact-address .single-branch h4 {
    font-size: 22px;
    margin: 20px 0 15px;
}

.contact-address .single-branch ul li {
    padding: 6px 0 6px 35px;
    line-height: 1.6;
    position: relative;
}

.contact-address .single-branch ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #b2b2b2;
    line-height: 40px;
}

iframe[src*="https://www.google.com/maps/embed"] {
    width: 100%;
    height: 430px;
}


/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success,
#error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper,
#error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p,
#error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success {
    color: #26ace3;
}

#error {
    color: #C9182B;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error {
    border: 1px solid #f03838 !important;
}

.form-validation textarea.error {
    border: 1px solid #f03838 !important;
}


/*------------------- Error Page ----------------*/

.error-page {
    margin: 240px 0 100px;
    text-align: center;
}

.error-page h2 {
    display: inline-block;
    font-size: 129px;
    position: relative;
}

.error-page h2 strong {
    position: absolute;
    font-size: 75px;
    font-weight: 700;
    color: #d1d1d1;
    top: -40px;
    right: -67px;
}

.error-page h2 strong span {
    display: inline-block;
}

.error-page h3 {
    font-size: 35px;
    margin: 0 0 60px 0;
}

.error-page h3 img {
    display: inline-block;
}

.error-page a {
    line-height: 54px;
    width: 240px;
    margin-right: 15px;
}

.error-page form {
    height: 60px;
    width: 340px;
    position: relative;
    display: inline-block;
}

.error-page form input {
    padding: 0 62px 0 20px;
    border: 1px solid #f0f0f0;
    height: 100%;
    width: 100%;
}

.error-page form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    text-align: left;
    background: transparent;
    font-size: 20px;
    color: #a3a3a3;
}

#footer-btn {
    display: none;
}


/*
* Product Details
*/

body.single-product .theme-main-header {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.product-details {
    margin-top: 0;
    padding-top: 180px;
}

.product-details.details-page .theme-large-content h2,
.product-details.details-page .theme-large-content .product-desc-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700;
    color: #19191c;
}

.product-breadcrumb {}

.product-breadcrumb ul {
    display: flex;
    padding-bottom: 20px;
}

.product-breadcrumb ul li {}

.product-breadcrumb ul li::after {
    content: "/";
    margin: 0 5px;
    color: #1c1c1c;
    font-weight: 700;
}

.product-breadcrumb ul li:last-child::after {
    display: none;
}

.product-breadcrumb ul li:first-child a {
    padding-left: 0;
}

.product-breadcrumb ul li a {
    color: #564946;
    padding: 5px;
}

.header-title-currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.header-title-currency .currency-list {
    display: flex;
}

.header-title-currency .currency-list a {
    display: inline;
    padding: 8px 10px;
    color: #305d96;
    background-color: #fff;
    border: 1px solid #305d96;
}

.header-title-currency .currency-list a.in {
    background: #305d96;
    color: #fff;
}

.product-details .product-slider-wrapper,
.product-table {
    margin-bottom: 30px;
}

.product-slider-wrapper a {
    display: block;
}

.product-slider-wrapper img {
    max-height: 350px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #dddddd;
    padding: 10px;
}

.product-details .icon-boxes {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
}

.product-details .icon-box {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    ;
}

.product-details .icon-box img {
    /* border: 1px solid #000; */
    /* padding: 5px; */
    /* border-radius: 50%; */
    margin: 0 auto 10px;
}

.product-details .video-icon {
    margin-bottom: 30px;
}

.product-details .video-icon a {
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
    align-items: center;
    transition: all .3s;
    margin-bottom: 20px;
}

.product-details .video-icon a[href*="whatsapp.com"] {
    background: #43d854;
}

.product-details .video-icon a[href*="whatsapp.com"]:hover {
    background: #36ad44;
}

.product-details .video-icon a[href*="whatsapp.com"] span {
    color: #fff;
}

.product-details .video-icon a:last-child {
    margin-bottom: 0;
}

.product-details .video-icon a:hover {
    background-color: #ddd;
}

.product-details .video-icon span.icon {
    margin-right: 20px;
}

.product-details .video-icon span.text {
    color: #333;
    font-weight: 700;
}


/***
  Products List 
***/

.our-service.product-inner-page {
    margin-bottom: 50px;
}

.our-service.product-inner-page .service-slider {
    margin-left: -5px;
    margin-right: -5px;
}

.our-service.product-inner-page .service-slider .item {
    padding-left: 5px;
    padding-right: 5px;
}

.our-service.product-inner-page .single-service {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    background: #fff;
    box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.15);
}

.our-service.product-inner-page .single-service:hover {
    transform: scale(1.1);
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.our-service.product-inner-page .single-service .text {
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
}

.our-service.product-inner-page .single-service .text h2 {
    /* font-size: 21px;; */
}

.our-service.product-inner-page .single-service .text h2 a {
    font-size: 15px;
    text-transform: capitalize;
    white-space: initial;
    line-height: 1.2;
    height: 58px;
}

.our-service.product-inner-page .single-service .text h4 a {
    height: 69px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}


/* .product-details .product-table table {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.product-details .product-table table tr {
  border-bottom: 1px solid #e2e2e2;
}
.product-details .product-table table tr td:first-child {
  color: #121212;
  text-transform: uppercase;
  width: 150px;
  font-weight: 700;
}
.product-details .product-table table tr td {
  padding: 10px;
} */

.product-table table {
    margin-bottom: 0;
}

.product-details .product-table table tr td:last-child {
    white-space: nowrap;
    text-align: right;
}

.mobile-product-table-accordion {
    margin-bottom: 20px;
}

.mobile-product-table-accordion .mpta-item {
    overflow: hidden;
    position: relative;
}

.mobile-product-table-accordion .mpta-item input {
    position: absolute;
    opacity: 0;
}

.mobile-product-table-accordion .mpta-item input:checked+.mpta-title {
    background: #666;
}

.mobile-product-table-accordion .mpta-item input:checked+.mpta-title:after {
    transform: rotate(90deg);
}

.mobile-product-table-accordion .mpta-item input:checked~.mpta-content {
    max-height: 100vh;
}

.mobile-product-table-accordion .mpta-item .mpta-title {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #305d96;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0;
}

.mobile-product-table-accordion .mpta-item .mpta-title:after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
}

.mobile-product-table-accordion .mpta-item .mpta-content {
    max-height: 0;
    transition: all .35s;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.mobile-product-table-accordion .mpta-item .mpta-content .mpta-content-list-item {
    border-bottom: 1px solid #ddd;
    display: flex;
}

.mobile-product-table-accordion .mpta-item .mpta-content .mpta-content-list-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.mobile-product-table-accordion .mpta-item .mpta-content .mpta-content-list-item:last-child {
    border-bottom: none;
}

.mobile-product-table-accordion .mpta-item .mpta-content .mpta-content-list-item .left {
    padding: 10px;
    min-width: 150px;
    max-width: 150px;
    font-weight: 700;
}

.mobile-product-table-accordion .mpta-item .mpta-content .mpta-content-list-item .right {
    padding: 10px;
}

body:not(.home):not(.single-product) .collapse-button .icon-bar {
    background-color: #fff!important;
}

#home-about-slider.owl-theme .owl-nav {
    margin: 0;
}

#home-about-slider.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

#home-about-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff !important;
    box-shadow: 0 0 8px #000;
}

.grecaptcha-badge {
    visibility: hidden;
}

body.page-template-template-test .inner-banner {
    position: relative;
    z-index: 99;
    padding-top: 0;
    background-size: cover;
}

body.page-template-template-test .inner-banner .classxs {
    padding-top: 20px;
    margin-top: 142px;
}