/*--------------------------- default setting -----------------------------*/
:root{
    --font-style1: 'marcellus', 'inherit';
    --font-style2: 'urbanistvar', 'sans-serif';
    --theme-color1: #c98b00;
    --theme-color2: #000;
    --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: rgb(0 0 0 / 32%);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --bs-white-rgb: 255,255,255;
    --color-transition: #1429a096;
    
}

.m-t0 {
    margin-top: 0px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-t120 {
    padding-top: 120px;
}
.m-b30 {
    margin-bottom: 30px;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
body {
    color: #797979;
    background-color: #f9f3ea;
    font-family: var(--font-style2);
    line-height: 1.7;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
}
#body-inner {
    background: unset;
}
.d-flex {
    display: flex;
}
#back-to-top .btn.btn-primary {
    margin-bottom: 10px;
}
.main-menu > li {
    padding: 0 15px;
}
ul >#menu-item-275:hover > a {
    background: none !important;
    color: var(--theme-color1) !important;
}
.footer-social ul li a i:hover {
    background: var(--theme-color1) !important;
    color: var(--color-white) !important;
}
div#back-to-top button.btn.btn-primary {
    background: #000000;
    color: var(--color-white);
    border: 1px solid var(--color-white);
}
div#back-to-top button.btn.btn-primary:hover {
    background: var(--theme-color1);
    border: none;
}

/*---  breadcrumb  ----*/
.banner-area {
    background: url(../../images/images/img/home/others/img1/4.png);
    height: 250px;
    min-height: 250px;
}
.banner-heading .border-title.border-left {
    font-size: 46px;
    font-family: var(--font-style1);
    text-align: center;
    top: 40px;
    margin-bottom: 0px;
}
.banner-heading .breadcrumb a {
    color: var(--theme-color1);
}
.border-title.border-left:before {
    background: var(--theme-color1);
    height: 1px !important;
}








/*--- header ----*/
.headernav-variation2 .site-navigation-inner {
    box-shadow: 1px 1px 6px 0px #000;
    background: linear-gradient(45deg, #000 60%, #8e6f1d 120%);
}
.top-bar2 {
    background: var(--theme-color2);
    box-shadow: 3px 3px 16px 3px;
    border-bottom: 0;
}
.top-info li i {
    color: var(--theme-color1) !important;
}
.header_title {
    color: var(--color-white);
    font-size: 16px;
    font-family: var(--font-style2);
    text-transform: lowercase;
}
.header_contact {
    color: var(--color-white);
    font-size: 16px;
    font-family: var(--font-style2);
    font-weight: 500;
    text-transform: lowercase;
}
.headernav-variation2 ul.main-menu > li > a, .headernav-variation3 ul.main-menu > li > a {
    color: #ffffff;
    font-family: var(--font-style1);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.headernav-variation2 ul.main-menu > li > a:hover, .headernav-variation3 ul.main-menu > li > a:hover {
    color: var(--theme-color1);
}
.headernav-variation2 ul.main-menu > li.menu-item-94 > a {
    color: var(--theme-color1);
}
.top-bar2 .top-social li a {
    color: var(--theme-color1);
    padding: 3px 6px;
    border: 2px solid var(--theme-color1);
    border-radius: 8px;
    background: #fff;
    margin-left: 10px;
}
.common-social-buttons.unstyled li a {
    color: var(--theme-color1);
    padding: 4px 8px;
    border: 2px solid var(--theme-color1);
    border-radius: 8px;
    background: #000;
    margin-left: 5px;
}
.common-social-buttons.unstyled li a:hover{
    background: var(--theme-color1);
    color: var(--color-white);
}
.common-social-buttons.unstyled li {
    margin: 0px !important;
}
.top-bar2 .top-social li a:hover {
    background: var(--theme-color1);
    color: var(--color-white);
}
.top-info-box li .info-box .info-box-title {
    color: var(--theme-color1) !important;
    font-family: var(--font-style1) !important;
    padding-bottom: 10px;
}
.top-info-box li .info-box span.info-icon {
    color: var(--theme-color1) !important;
}
.top-info-box li .info-box .info-box-subtitle {
    font-size: 18px;
    font-family: var(--font-style2);
}
.top-info-box {
    margin: 30px !important;
}
.top-bar2 ul.top-info {
    display: none;
}
.top-social ul {
    display: none;
}
.top-info-box li {
    margin-left: 15px !important;
}

.main-menu li ul li a {
    line-height: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--font-style2) !important;
}
.main-menu li > ul {
    border-left: 2px solid var(--theme-color1) !important;
}
.main-menu li ul li a:hover {
    color: var(--theme-color1) !important;
}
/*-----  footer  -----*/
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--theme-color2);
    border-top: 1px solid;
}
.copyright-info a {
    color: var(--theme-color1);
}
.footer {
    background: var(--theme-color2);
}
.footer-comhead.heading3 {
    margin-bottom: 10px;
    color: var(--theme-color1);
}
.footer .widget-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-style1);
}
.widget_nav_menu ul.menu.nav > li a {
    font-family: var(--font-style2);
    font-size: 18px;
    transition: 0.3s all ease;
    font-weight: 500;
}
.unstyled.clearfix li a {
    color: #ccc;
    font-size: 18px;
    transition: 0.3s all ease;
    font-weight: 500;
    font-family: var(--font-style2);
}
.widget_nav_menu ul.menu.nav > li a:hover {
    color: var(--theme-color1) !important;
    font-weight: 500 !important;
}
.unstyled.clearfix li a:hover {
    color: var(--theme-color1);
    font-weight: 500 !important;
}
.footer .widget-title:before {
    background: var(--theme-color1) !important;
}
.copyright-info {
    text-align: center;
}
.footer-logo {
    margin-bottom: 25px;
    background: #b8b8b8;
    border-radius: 20px;
    padding: 10px;
}
/*-------------------------------------------------------  heading  -----------------------------------------------------*/

.titleheading {
    font-size: 14px;
    font-family: var(--font-style2);
    line-height: 2;
    text-transform: uppercase;
    font-weight: 600;
}
.heading2 {
    font-size: 44px;
    font-family: var(--font-style1);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}
.heading3 {
    font-size: 22px !important;
    font-family: var(--font-style1);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}











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

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: 0.5s all ease;
}
    @keyframes fadeIn {
        0% {
        opacity: 0;
        background-color: $clr-primary;
		
		}
		100% {
		opacity: 1;
		background-color: transparent
		
		}
	}

	@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		background-color: $clr-primary;
		
	}
	100% {
		opacity: 1;
		background-color: transparent
	}
	}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes ripple-video{
    70%{box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100%{box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}


/*====================================================  home_page  ====================================================*/

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


.about-section-one .row {
    align-items: center;
}

.section-head.left.wt-small-separator-outer {
    text-align: left;
}
.section-head {
    position: relative;
    z-index: 1;
}
.wt-small-separator {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6a6560;
    text-transform: uppercase;
    z-index: 1;
    font-family: "Urbanist", serif;
}
.section-head.left.wt-small-separator-outer .wt-small-separator:before {
    content: "";
    height: 23px;
    width: 2px;
    position: absolute;
    left: 0%;
    transform: translateX(0%) skew(-25deg);
    background-color: #443935;
    top: 0px;
    z-index: -1;
    margin-left: 0px;
}
.section-head.left.wt-small-separator-outer .wt-small-separator i {
    padding-left: 10px;
}
.wt-small-separator > i {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    padding-top: 3px;
}
.section-head.left.wt-small-separator-outer .wt-small-separator:after {
    content: "";
    height: 23px;
    width: 26px;
    position: absolute;
    left: 0px;
    transform: translateX(0%) skew(-25deg);
    background-color: var(--theme-color1);
    top: 0px;
    z-index: -1;
    margin-left: 5px;
}
.section-head.left.wt-small-separator-outer .wt-title {
    margin-bottom: 30px;
}
.section-head.left.wt-small-separator-outer p {
    margin-bottom: 30px;
    margin-top: 20px;
}
.site-button {
    outline: none;
    color: #fff !important;
    padding: 10px 25px !important;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-style1);
    text-transform: uppercase;
    background-color: var(--theme-color1) !important;
    border: none !important;
    font-size: 15px;
    transition: 0.5s all ease;
    white-space: nowrap;
}
.site-button:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0px;
    right: -20px;
    transition: 0.5s;
    font-size: 24px;
}
.site-button:hover {
    padding-right: 40px !important;
    padding-left: 10px !important;
    color: #fff !important;
}
.site-button:hover:after {
    opacity: 1;
    right: 10px;
}
.company-exp-position {
    display: block;
}
.site-button:hover {
    background: var(--theme-color2) !important;
}
.company-exp-position .company-exp {
    position: relative;
    z-index: 1;
    padding: 0 0 0 100px;
}
.company-exp-position .company-exp .company-exp-media {
    position: relative;
    max-width: 428px;
    margin-left: auto;
    margin-right: 70px;
}
.company-exp-position .company-exp .company-exp-media:before {
    background: #fff;
    mix-blend-mode: hue;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: 0;
}
.company-exp-position .company-exp .company-exp-media img {
    width: 100%;
}

.company-exp-position .company-exp .company-exp-tagline {
    background-color: #f9f3ea;
    max-width: 310px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    padding: 30px;
    outline-width: 3px;
    outline-offset: 15px;
    outline-color: #f5ead8;
    outline-style: double;
    border-top: 10px solid #fff;
    border-left: 10px solid #a19d9c;
    border-bottom: 10px solid #443935;
    border-right: 10px solid #a19d9c;
}
.company-exp-position .company-exp .company-exp-tagline span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-style1);
    color: #443935;
    padding: 20px 0px;
}
.site-button-link {
    position: relative;
    font-weight: 600;
    color: #e2791d;
    font-size: 16px;
    z-index: 1;
    transition: 0.5s all ease;
    font-family: "Urbanist", serif;
    text-transform: uppercase;
    padding-left: 40px;
    transition: 0.5s;
}
.site-button-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: var(--theme-color1);
    transition: 0.5s;
}
.company-exp-position .company-exp .circle-text1 {
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: 30px;
    top: auto;
    border-radius: 50%;
}
.company-exp-position .company-exp .circle-text1 .emblem-wrap {
    background-color: var(--border-info-color);
    padding: 8px;
    border-radius: 50%;
}
.emblem {
    margin: 0 auto;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    color: #443935;
    animation: spinZ 20s linear infinite;
    text-align: center;
    background-color: #000;
}
.emblem span {
    color: var(--color-white);
    padding: 6px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.emblem-wrap i {
    margin: 0 auto;
    width: 80px;
    text-align: center;
    display: block;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
}
.company-exp-position .company-exp:after {
    content: "";
    position: absolute;
    background-color: var(--theme-color2);
    width: 300px;
    left: 230px;
    transform: skew(-20deg);
    z-index: -1;
    top: -30px;
    bottom: -30px;
}
.company-exp-position .company-exp .company-exp-media:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}




/*--------------------------------------------------------  home_ourinfo  -----------------------------------------------------*/

.video-section2-outer-wrap {
    position: relative;
    overflow: hidden;
}
.video-section2-outer-wrap:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 230px;
    top: 30px;
    bottom: 30px;
    background-color: #fff;
    width: 6000px;
}
.video-section2-outer-wrap .video-section2-corner-top {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #443935;
    border-left: 70px solid transparent;
}
.video-section2-outer-wrap .video-section2-corner-bottom {
    position: absolute;
    left: 230px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-top: 30px solid #443935;
    border-left: 70px solid transparent;
}
.video-section2-outer-wrap .watch-video {
    position: absolute;
    z-index: 3;
    right: 80px;
    bottom: 0px;
    text-align: center;
    transform: rotate(-90deg);
    width: 0px;
    white-space: nowrap;
    z-index: 1;
}
.video-section2-outer-wrap .watch-video span {
    font-size: 80px;
    font-family: var(--font-style2);
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 1px #443935;
}

.video-section2-outer-wrap .video-section2-outer {
    margin-right: 30px;
}
.video-section2-outer-wrap .video-section2 {
    position: relative;
    z-index: 1;
    margin: 120px 0px 120px 0;
    height: 700px;
}
.parallax-section {
    background: #000;
    overflow: hidden;
}
.video-section2-outer-wrap .video-section2 img {
    width: 100%;
    opacity: 1;
}
.parallax-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}
.video-section2-outer-wrap .video-section2 a {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    z-index: 1;
}
.play-now-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: var(--theme-color1);
    z-index: 1;
    font-size: 30px;
    padding-left: 0px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgb(255 255 255 / 50%);
    margin: 0;
}
.play-now-video .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255);
    animation: ripple-video 3s infinite;
    z-index: 1;
}
.play-now-video .ripple:before {
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255);
    animation: ripple-video 3s infinite;
    z-index: 1;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now-video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255);
    animation: ripple-video 3s infinite;
    z-index: 1;
    animation-delay: 0.6s;
    content: "";
}
.video-section2-outer-wrap .video-section2-right {
    padding-right: 100px;
}
.video-section2-outer-wrap .video-section2-right {
    position: relative;
    z-index: 1;
}
.section-head.left.wt-small-separator-outer {
    text-align: left;
}
.section-head.left.wt-small-separator-outer .wt-title {
    margin-bottom: 30px;
}
.video-section2-outer-wrap:after {
    content: "";
    position: absolute;
    background-color: #c2bbaf;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    left: 0px;
    z-index: -1;
    top: 0px;
    bottom: 0px;
}






/*------------------------------------------------------  home_whatwedo  ------------------------------------------------*/

.icon-box-style-three-title {
    display: flex;
    align-items: end;
    height: 100%;
    background-image: url(../../images/images/img/home/img1/servimgs.jpg);
    background-size: cover;
}
.icon-box-style-three-title .icon-box-style-three-title-bg {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
.icon-box-style-three-wrap {
    position: relative;
}
.icon-box-style-three-wrap .icon-box-style-three {
    padding: 60px 40px;
    border: 1px solid #443935;
    background-color: #f9f3ea;
    transition: all 0.5s ease-in-out;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.icon-box-style-three-wrap .wt-icon-box-wraper {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-icon-box-wraper {
    position: relative;
}
.icon-lg {
    width: 80px;
}
.site-text-primary {
    color: #e2791d;
}
.icon-xld img, .icon-xl img, .icon-lg img, .icon-md img, .icon-sm img, .icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title {
    margin-bottom: 20px;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title {
    font-size: 22px;
}
.site-button-link {
    position: relative;
    font-weight: 600;
    color: var(--theme-color1);
    font-size: 16px;
    z-index: 1;
    transition: 0.5s all ease;
    font-family: var(--font-style2);
    text-transform: uppercase;
    padding-left: 40px;
    transition: 0.5s;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title a {
    color: #443935;
}

.site-button-link:hover {
    padding-left: 30px;
    color: var(--theme-color1);
}
.site-button-link:hover:after {
    width: 20px;
}

.icon-box-style-three-wrap .icon-box-style-three:hover {
    -webkit-clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
    clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
    background-color: #fff;
}

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

.video-section-outer-wrap {
    position: relative;
    margin: 0px 80px 0px;
    width: calc(100% - 160px);
    background-color: #443935;
    --_m: var(--r),#000 calc(100% - 1px),#0000;
    --_d: (var(--s)   var(--r))*cos(var(--a));
    -webkit-mask: radial-gradient(var(--r) at calc(var(--p)   var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100%   1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p)   var(--_d)), #000 0);
    mask: radial-gradient(var(--r) at calc(var(--p)   var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100%   1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p)   var(--_d)), #000 0);
    margin: 0px auto;
}
.video-section-outer-wrap .parallax-section {
    height: 450px;
}
.parallax-section {
    background: #000;
    overflow: hidden;
    position: relative;
}
.parallax-section .parallax-content {
    -o-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}
.video-section {
    position: relative;
    z-index: 1;
    padding: 0px 50px 150px 0;
}
.parallax-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}
.get-intouch-style-2 {
    text-align: center;
}

.section-head.center.wt-small-separator-outer.labelsec {
    margin: 0;
}
.labelsec .wt-small-separator:before {
    content: "";
    height: 23px;
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    background-color: #fff;
    top: 0px;
    z-index: -1;
    margin-left: -18px;
}
.labelsec .titleheading {
    font-size: 14px;
    font-family: var(--font-style2);
    line-height: 2;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.labelsec .wt-title.title_split_anim.heading2 {
    color: #fff;
}
.section-head.center.wt-small-separator-outer.labelsec p {
    color: #fff;
    margin-top: 10px;
}


/*---------------------------------------------------  home_ourclients  -----------------------------------------------------*/

.home-client-carousel {
    padding: 30px 0;
    background-color: #f9f3ea;
    outline-width: 3px;
    outline-color: #f5ead8;
    outline-style: double;
    outline-offset: 15px;
    margin: 50px 20px 48px 20px;
}



/** - Client Logo Section */
.twm-home-client-carousel-wrap {
    margin: 70px 70px 0px 70px;
    background-color: #fff;
}
.home-client-carousel {
    padding: 10px 10px;
    background-color: #f9f3ea;
    outline-width: 5px;
    outline-color: #f5ead8;
    outline-style: double;
    outline-offset: 15px;
    margin: 50px 20px 48px 20px;
}
.ow-client-logo {
    padding: 10px;
}
.home-client-carousel .client-logo{
	text-align: center;
}
.home-client-carousel img{
	width: auto;
	height: 100px;
	margin: 0px auto;
}
.Client-logo-style1-wrap{
	background-color: #fff;
}
.home-client-carousel2{
	padding: 50px 20px !important;
}
.home-client-carousel2 .client-logo{
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
}
.home-client-carousel2 img{
	width: auto;
	position: relative;
	z-index: 2;
}
.section-head.center.wt-small-separator-outer {
    margin-bottom: 50px;
    text-align: center;
}
.wt-small-separator:before {
    content: "";
    height: 23px;
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    background-color: #443935;
    top: 0px;
    z-index: -1;
    margin-left: -18px;
}
.wt-small-separator {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6a6560;
    text-transform: uppercase;
    z-index: 1;
    font-family: "Urbanist", serif;
}
.wt-small-separator:after {
    content: "";
    height: 23px;
    width: 26px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    background-color: var(--theme-color1);
    top: 0px;
    z-index: -1;
    margin-left: -1px;
}


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

.twm-acd-st-1 .section {
    flex: initial;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 250px 0 300px 10px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    transition: 1.2s ease all;
}
.twm-acd-st-1 .heading {
    font-size: 26px;
}
.twm-acd-st-1 .heading {
    position: absolute;
    width: 80%;
    max-width: 100%;
    margin: 0;
    font-size: 28px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
    font-family: var(--font-style1);
    font-weight: 500;
}
.twm-acd-st-1 .above {
    font-size: 76px;
    font-weight: 100;
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-style2);
}
.twm-acd-st-1 .below {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    line-height: 33px;
    border-radius: 100%;
    font-size: 30px;
}
.twm-acd-st-1 .acd-bx * {
    transition: all 0.3s ease 0s;
}
.section:hover {
    background: rgba(0, 0, 0, 0.2);
}
.twm-acd-st-1 .section:hover .heading {
    margin-top: -30px;
}
.twm-acd-st-1 .twm-acd-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.twm-acd-st-1 .acd-bx {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    list-style: none;
    position: relative;
    overflow: hidden;
    transition: 0.1s ease background;
}
.section:hover .heading .below {
    transform: rotate(90deg);
}
@media (max-width: 1440px){
.twm-acd-st-1 .heading {
    font-size: 26px;
}
}


.section-head.center.wt-small-separator-outer.why {
    margin-bottom: 0px;
    text-align: center;
    top: 110px;
    background: #0000003b;
    padding-top: 30px;
}
.section-head.center.wt-small-separator-outer.why .titleheading {
    font-size: 14px;
    font-family: var(--font-style2);
    line-height: 2;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.section-head.center.wt-small-separator-outer.why .wt-small-separator:before {
    background-color: #fff;
}

/*====================================================  interior_page  ====================================================*/

.intpg-cont {
    margin: 60px 0 0 0;
    text-align: center;
}
.intpg-contp {
    margin: 20px 0 0 0;
    text-align: justify;
}
.wdc-title-shortcode {
    display: none;
}
.intro1 {
    margin: 10px 0 80px 0;
}
#tem562_home_partners_block {
    display: none;
}
.intpgimg {
    height: 450px;
    width: 100%;
}
.intro2 .intpgimg {
    width: 100%;
    height: 360px;
}



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

.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-250.current_page_item.menu-item-275 a {
    background: var(--theme-color1);
    font-weight: 500;
}
.widget_nav_menu ul.menu.nav > li:hover > a {
    background: var(--theme-color1) !important;
    color: var(--color-white) !important;
}
.servlist-listdiv {
    display: flex;
}
.servlist-listdiv ul {
    list-style: none;
}
.servlist-listdiv ul i {
    padding-right: 5px;
}




/*========================================================  construction_page  ============================================*/


.wa-img-cover img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bs-about-1-item:hover img {
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-about-1-item img {
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
}
.bs-about-1-item {
    height: 400px;
    cursor: none;
}
.bs-about-1-item.wa-fix {
    margin: 0 10px;
}
.constrpg-cont {
    text-align: center;
    margin: 60px 0 80px 0;
}
.constrpg-cont p.paracont {
    line-height: 2;
}





/*======================================================  projects_page  =============================================*/

.twm-pro-st2 {
    position: relative;
    margin-bottom: 30px;
}
.twm-pro-st2 .twm-pro-st2-media {
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 10px;
}
.twm-pro-st2 .twm-pro-st2-media img {
    position: relative;
    display: block;
    max-width: none;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-10px, 0, 0);
    backface-visibility: hidden;
    height: 290px;
    width: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.twm-pro-st2 .project-view-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #f9f3ea;
    color: var(--theme-color1);
    font-size: 22px;
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 0;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(100%, 100%, 0);
    border-radius: 8px;
}
.proid5 .twm-pro-st2 .twm-pro-st2-media img {
    height: 380px;
}
.proid9 .twm-pro-st2 .twm-pro-st2-media img {
    height: 240px;
}
.proid8 .twm-pro-st2 .twm-pro-st2-media img {
    height: 301px;
}
.proid7 .twm-pro-st2 .twm-pro-st2-media img {
    height: 301px;
}
.twm-pro-st2 .twm-pro-st2-media:hover img {
    opacity: 0.2;
    transform: translate3d(0, 0, 0);
}
.twm-pro-st2:hover .project-view-btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
#projectsid {
    margin: 80px 0 40px 0;
}
.promaindivtitle {
    text-align: center;
    margin-top: 15px;
}
.promaindivtitle h3 a {
    color: var(--theme-color2);
}
.promaindivtitle h3 a:hover {
    color: var(--theme-color1);
}



/*========================================================  gallery_page  ===================================================*/
#tem562_gallery_page .isotope-nav {
    display: none;
}
#tem562_gallery_page .img-responsive {
    height: 210px;
    width: 330px;
    object-fit: cover;
}
#tem562_gallery_page .isotope-img-container {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 15px;
    border-radius: 10px;
    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;
}
#tem562_gallery_page .wdc-title-shortcode {
    display: none;
}

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

.c-info-column {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}
.c-info-column .c-info-icon {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    min-width: 40px;
    color: #e2791d;
}
.c-info-column span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
    color: #443935;
    font-family: var(--font-style1);
}
.c-info-column p {
    margin-bottom: 0;
}
.contactpgiddiv {
    position: relative;
    background-color: #fff;
    padding: 40px 20px 20px 40px;
}
.enq_form {
    position: relative;
    background-color: #fff;
    padding: 37px 20px 20px 37px;
}
textarea.form-control {
    height: 240px;
}


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

@media (max-width:767px){
.common-social-buttons.unstyled {
    display: flex;
}
.top-social ul {
    display: none !important;
}
.top-info-box {
    margin: 0px !important;
}
.p-t120 {
    padding-top: 60px;
}
.p-b90 {
    padding-bottom: 60px;
}
.company-exp-position .company-exp .company-exp-media {
    max-width: 100%;
    margin-right: 0px;
}
.company-exp-position .company-exp .company-exp-media {
    margin-bottom: 0px;
}
.company-exp-position .company-exp {
    padding-left: 0px;
}
.company-exp-position .company-exp .company-exp-tagline {
    position: absolute;
    max-width: 100%;
    transform: none;
    left: auto;
    top: auto;
    margin-left: 22px;
    margin-right: 22px;
    bottom: 22px;
}
.company-exp-position .company-exp .circle-text1 {
    top: 50px;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    right: auto;
}
.company-exp-position .company-exp .circle-text1 .emblem-wrap .emblem {
    width: 130px;
    height: 130px;
}
.company-exp-position .company-exp .circle-text1 img {
    width: 60px;
    margin-top: 10px;
}
.video-section2-outer-wrap {
    background-color: #fff;
}
.video-section2-outer-wrap .video-section2-corner-top {
    display: none;
}
.video-section2-outer-wrap .video-section2-corner-bottom {
    display: none;
}
.video-section2-outer-wrap .watch-video {
    display: none;
}
.video-section2-outer-wrap .video-section2-outer {
    margin-right: 0px;
}
.video-section2-outer-wrap .video-section2 {
    height: 400px;
}
.video-section2-outer-wrap .video-section2 {
    margin: 70px 0px 40px 0px;
}
.video-section2-outer-wrap .video-section2 img {
    height: 660px;
}
.video-section2-outer-wrap .video-section2 img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}    
.video-section2-outer-wrap .video-section2 a {
    right: 30px;
    bottom: 90px;
}    
.video-section2-outer-wrap .video-section2-right {
    padding: 0px;
    margin-bottom: 70px;
}    
.section-head.left.wt-small-separator-outer .wt-title {
    font-size: 30px;
    margin-bottom: 20px;
}    
.icon-box-style-three-title {
    position: relative;
    padding-top: 30px;
}
.icon-box-style-three-title {
    height: 400px;
}    
.video-section-outer-wrap {
    width: 100%;
}
.twm-home-client-carousel-wrap {
    margin: 0px;
}
.twm-acd-st-1 .acd-bx {
    width: 100%;
    display: block;
    height: auto;
}
.twm-acd-st-1 .acd-bx {
    min-height: auto;
}
.twm-acd-st-1 .twm-acd-overlay {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.twm-acd-st-1 .section {
    width: 100%;
    padding: 20px;
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.hwhydiv.d-flex {
    display: block;
    margin-top: 100px;
}
.twm-acd-st-1 .heading {
    font-size: 18px;
    position: inherit;
    top: auto;
    transform: none;
    width: 100%;
    left: auto;
}
.heading .above, .heading .below {
    display: none;
}
.twm-acd-st-1 .section:hover .heading {
    margin-top: 10px;
}
.banner-heading .border-title.border-left {
    top: -20px;
    font-size: 30px;
}
.banner-area {
    background-position: center;
}
.icon-bar {
    background: var(--theme-color1) !important;
}
header.site-header .header-offcanvas {
    top: -17px !important;
}
.header_logo {
    width: 100% !important;
    height: 150px !important;
}
.top-info-box li .info-box .info-box-title {
    font-size: 16px !important;
}
.top-info-box li .info-box .info-box-subtitle {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.off-canvas-list li a:hover {
    color: var(--theme-color1) !important;
}
.intpg-topcont {
    text-align: center;
}
.intpgimg {
    height: 100% !important;
    width: 100% !important;
}    
.intpg-cont {
    margin: 20px 0 0 0;
}
.intro1 {
    margin: 40px 0 20px 0;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
}
.servlist-listdiv li {
    padding: 3px 0;
}
.servlist-listdiv {
    display: block;
}
.contactpgiddiv {
    padding: 20px 10px 20px 20px;
    margin-bottom: 20px;
}
.emblem span {
    font-size: 12px;
}
.footer-main {
    padding: 0 0 0px;
}
.footer {
    padding-top: 40px;
    padding-bottom: 0px;
}



















}











