@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');
/* About Page */
section.about-banner-sec {
    background-image: url(../img/about/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
}
.pagebanner {
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.banner-content {
    text-align: center;
    color: white;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
}
.page-overlay {
    position: absolute;
    background-color: #00000082;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h2.bnr-title {
    font-size: 52px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    letter-spacing: 6px;
}
p.bnr-txt {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
}
.intro-col {
    padding: 50px 50px 0 50px;
    text-align: center;
}
.intro-title {
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 6px;
}
/* chair sec */

.row.chair-sec{
    background-image: url(../img/about/blue-chair.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
    height: 400px;
}
.animation-area {
	background: linear-gradient(to left, #8942a800, #ba382f00);
	width: 100%;
    /* height: 100vh; */
}
.box-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-area li {
	position: absolute;
	display: block;
	list-style: none;
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 20s linear infinite;
	bottom: -150px;
}
.box-area li:nth-child(1) {
	left: 86%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.box-area li:nth-child(2) {
	left: 12%;
	width: 30px;
	height: 30px;
	animation-delay: 1.5s;
	animation-duration: 10s;
}
.box-area li:nth-child(3) {
	left: 70%;
	width: 100px;
	height: 100px;
	animation-delay: 5.5s;
}
.box-area li:nth-child(4) {
	left: 42%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 15s;
}
.box-area li:nth-child(5) {
	left: 65%;
	width: 40px;
	height: 40px;
	animation-delay: 0s;
}
.box-area li:nth-child(6) {
	left: 15%;
	width: 110px;
	height: 110px;
	animation-delay: 3.5s;
}
.box-area li:nth-child(7) {
	left: 25%;
	width: 50px;
	height: 50px;
	animation-delay: 3.5s;
}
.box-area li:nth-child(8) {
	left: 35%;
	width: 30px;
	height: 30px;
	animation-delay: 3.5s;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}
.blue-chaircol {
    color: #73b2fa;
    justify-content: center;
    align-items: end;
    display: flex;

}
p.chir-txt {
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 6px;
}
p.mmbr-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
p.mmbr-deg {
    font-size: 16px;
    color: #717470;
    font-weight: 500;
    padding: 8px;
}
.mmbr-social-links img {
    width: 35px;
    margin: 0 8px;
}
span.krptitle {
    font-size: 13px;
}
.membersec:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-out;
    transition-delay: 50ms;
}
.mmbrimg{
    overflow: hidden;
}

/* .membersec .mmbr-social-links {
    display: none;
}
.membersec:hover .mmbr-social-links {
    display: block;
} */

.designer-sec{
    background-image: url(../img/about/designer-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 150px 50px;
    position: relative;
}
.comtainer>div>div>p.intro-txt {
    padding: 0 15%;
}
.mmbrimg>img {
    transition: transform 0.3s ease-in-out;
}
.whitecol {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}
p.des-sub-ttl {
    color: #bdb39f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.deg-in-cont {
    padding-right: 30%;
    padding-left: 20px;
}
p.dtitle {
    font-size: 20px;
    font-weight: 500;
}
.focus-sec{
    background-image: url(../img/about/focus-banner.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 150px 50px;
}

/* Service Page */
section.service-banner-sec {
    background-image: url(../img/service/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
}

.box-serv{
    color: #fff;
    background: linear-gradient( to right,#000000d1,#000000e7);
    font-family: 'REM', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.box-serv:before{
    content: '';
    height: 40px;
    width: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    transform: scale(0);
    transform-origin: top right;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease;
    z-index: 1;
}
.box-serv:hover:before{
    opacity: 1;
    transform: scale(1);
}
.box-serv img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}
.box-serv:hover img{ opacity: 0.2; }
.box-content{
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) ;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease;
}
.box-serv:hover .box-content{ opacity: 1; }
.box-serv .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 1px;
}
.box-serv .post{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0,0,0,.2);
    display: block;
}
.box-serv .serv-icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 31%;
    left: 40%;
    z-index: 2;
    transition: all 0.4s ease;
}
.box-serv:hover .serv-icon{ opacity: 1; }
.box-serv .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box-serv .serv-icon li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    width: auto;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    display: block;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient( to right, #004779, #1290e9, #04befe, #3f86ed );
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.box-serv .serv-icon li a:hover{
    color: #000000ac;
    background: #fff;
}
.deg-in-cont>div {
    padding-right: 0px;
    padding-left: 30px;
}
.serv-foo-sec{
    background-image: url(../img/service/serv-foobanner.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 50px 120px 50px;
}
a.btn-hover.color-9 {
    background-image: linear-gradient( to right, #004779, #1290e9, #04befe, #3f86ed );
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    padding: 15px 20px;
    text-transform: uppercase;
}
a.btn-hover.color-9:hover {
    color: #000;

    background-position: 100% 0;
}
p.intro-txt1 {
    padding-bottom: 43px;
}

.interior-foo-sec{
    background-image: url(../img/project/footer-banner.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 50px 120px 50px;
}


@media only screen and (max-width:990px){
    .box-serv{ margin: 0 0 30px; }
}

/* Interior Page Css */
section.interior-banner-sec {
    background-image: url(../img/project/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
}
.constr-banner-sec {
  background-image: url(../img/project/const-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}
.reno-banner-sec {
  background-image: url(../img/project/renb-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}
.row.inter-sec {
    position: relative;
    height: 500px;
    padding: 50px;
   
}
section.pro-style-section {
    background-image: url(../img/project/int-sec-banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
   
}
.conpro-style-section {
  background-image: url(../img/project/c-blbanner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
 
}

.reno-style-section {
  background-image: url(../img/project/renovation-banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
 
}
.abt-overlay {
    position: absolute;
    background-color: #0000007d;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
section.inter-process{
    background-image: url(../img/project/timeline-banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;

}
.inter-overlay {
    position: absolute;
    background-color: #000000d6;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    /* background: #456990; */
    padding: 50px 0;
  }
  
  .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 3px;
    margin: 0 auto;
    /* padding-top: 50px; */
    background: #c3c3c3;
  }
  
  .timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }
  
  .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 327px;
    /* padding: 15px; */
    color: #fff;
    /* background: #f45b69; */
  }
  
  /* .timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
  } */
  
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  
  /* .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  } */
  
  .timeline ul li:nth-child(odd) div {
    left: -365px;
    text-align: right;
  }
  
  /* .timeline ul li:nth-child(odd) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f45b69;
  } */
  
  time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  li.lstbli.in-view::after {
    margin-top: 5px;
}
li.in-view>div {
    font-size: 14px;
}
  
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline ul li::after {
    transition: background 0.5s ease-in-out;
  }
  
  .timeline ul li.in-view::after {
    background: #d4b187;
  }
  
  .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
  }
  
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(-200px, 0, 0);
  }
  
  .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  
  
  
  /* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  
  .timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  
  .timeline-rhombus ul li div::before {
    bottom: 12px;
  }
  
  .timeline-star ul li::after {
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
  }
  
  .timeline-heptagon ul li::after {
    clip-path: polygon(
      50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%
    );
  }
  
  .timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
  }
  
  @keyframes scaleAnimation {
    0% {
      transform: translateX(-50%) scale(1);
    }
    50% {
      transform: translateX(-50%) scale(1.25);
    }
    100% {
      transform: translateX(-50%) scale(1);
    }
  }
  .wrcol{
    position: relative!important;
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
  }

  /* Contact Page Css */
  section.contact-banner-sec{
  background-image: url(../img/contact-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}
section.hyd-banner-sec {
    background-image: url(../img/mysore-royal-palace-india.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.hyd-txt {
    color: #e5cc23;
    font-size: 18px;
    font-weight: 600;
}
h2.hyd-title {
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    letter-spacing: 6px;
}
.contact-info {
    line-height: 58px;

}
.contact-info a{
    color: white;
    font-size: 19px;
    font-weight: 500;
}
.contact-info a:hover {
    color: rgb(3, 181, 3);
    font-size: 19px;
    font-weight: 500;
}
  
.uni-form {
    padding: 30px;
}
.form-control {
    color: rgb(5, 147, 29);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #000;
    margin: 10px 0;
    padding: 12px;
    text-align: center;
}
button.fm.btn-hover.color-9 {
    border-radius: 12px;
}

/* Blog Page Css */
section.blog-banner-sec{
  background-image: url(../img/blog/blog-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}
.fet-but {
  padding: 0;
  margin: 0;
  border: 3px solid #90bcdb;
  border-radius: 0;
  padding: 15px 33px!important;
}
section.blog-style-section {
  background-image: url(../img/blog/style-banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}
.blogs-foo-sec {
  background-image: url(../img/blog/footer-banner.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 50px 100px 50px;
}



    /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  @media screen and (max-width: 900px) {
    .timeline ul li div {
      width: 250px;
    }
    .timeline ul li:nth-child(odd) div {
      left: -289px;
      /*250+45-6*/
    }
  }
  
  @media screen and (max-width: 600px) {
    .timeline ul li {
      margin-left: -30px;
      
    }
    .timeline ul li div {
      width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(odd) div {
      left: 45px;
      text-align: left;
      padding: 0 0 25px 0;
    }
    .timeline ul li:nth-child(odd) div::before {
      left: -15px;
      border-width: 8px 16px 8px 0;
      border-color: transparent #f45b69 transparent transparent;
    }
  }
  