

/*======= Google Fonts =======*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

/*====== Root for all color combo and font style section ======*/

:root {
  /*--font-normal: 'Roboto', sans-serif;*/
  --font-normal: 'Poppins', sans-serif;
  --gray-color: #43464B;
  --yellow-color: #FFC43B;
  --green-color:#3CAF4B;
  --light-gray-color:#43464B;
  --black-color:#0A0A0A;
}

/* ======== Common Style ======*/

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
  letter-spacing: 0.5px;
  font-family: var(--font-normal);
  line-height: 26px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-normal);
  text-transform: capitalize;
  color: var(--gray-color);
  letter-spacing: 1px;
  position: relative;
}
a {
  letter-spacing: 1px;
  transition: all 0.5s;
  text-decoration: none;
  color: #000
}

.btn_yellow {
  color: var(--black-color);
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px;
  background-color: var(--yellow-color)
}


/*Header ===========*/

header {
  position: fixed !important;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.5rem;
  margin: 0;
  border-radius: 0;
  border: 0;
}
.navbar-bg {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all .3s cubic-bezier(.37,.31,.2,.85);
  -o-transition: all .3s cubic-bezier(.37,.31,.2,.85);
  transition: all .3s cubic-bezier(.37,.31,.2,.85);
}
.navbar-white .navbar-bg {
  height: 0;
}
header nav ul li i {
  color: var(--yellow-color);
  font-size: 18px
}
.navbar-white nav ul li a {
  color: #fff
}
header nav ul li a {
  color: var(--black-color);
  font-size: 20px;
  text-transform: uppercase;
}
header nav ul li button {
  font-size: 20px;
}
header nav ul li.dropdown {
  position: relative;
}
header nav ul li.dropdown ul {
  position: absolute;
  top: 40px;
  left: 0;
  visibility:hidden;
  background-color: #fff;
  width:90px;
  transform: all 0.5s;
}
header nav ul li.dropdown ul li a {
  font-size: 12px;
  padding: 8px 12px;
  display: block;
  color: var(--gray-color);
  border-bottom: thin solid var(--light-gray-color)
}
header nav ul li.dropdown:hover ul {
  visibility: visible;
}
.logo_blk {
  display: none;
}
.logo_white {
  display: none;
}
#logob, #logow {
  width: 220px;
}

#slider_mmh .cycle-bg-image {
  background-position: center;
}

.breadcrum_head {
  background-image: url(../images/gallery_bg.jpg);
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.breadcrum_head::after {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.breadcrum_head .heading {
  padding-top: 150px;
}

/*Side Menus Bullet dots style =========*/

#pp-nav span{
  border-color: var(--green-color) !important;
  width: 12px;
  height: 12px;
  border-width: 2px;
}
#pp-nav li .active span {
  background-color: var(--green-color);
}
#pp-nav li {
  margin: 15px;
}
.pp-tooltip {
  color: var(--green-color)
}

/*All Section slide need this style =========*/


.section {
  background-color: #fff
}
.scroll-wrap {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  /*background-color: rgba(0,0,0,0.3);*/
}
.scrollable-content {
  white-space: nowrap;
  width: 100%;
}


/*Section one Home page ===============*/

.home-bg {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}


.vertical-centred {
  width: 100%;
  height: 100%;
  white-space: normal;
  font-size: 1rem;
}
.boxed-inner {
  position: relative;
  padding: 0;
    padding-right: 0px;
    padding-left: 0px;
}
.vertical-title {
  position: absolute;
  white-space: nowrap;
  width: 0;
  top: 45%;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vertical-title {
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.vertical-title span {
  display: block;
  float: right;
}
.subtitle-top {
  line-height: 1.714;
  font-weight: bold;
  color: #000;
  margin-bottom: 2.8rem;
  letter-spacing: .1em;
}
.subtitle-top span {
  background-color: #fff;
  padding: 3px;
  color: #000
}
.display-1 {
  font-size: 5.14rem;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0;
  text-transform: uppercase;
}
.text-green {
  color: lime;
}
.hr-bottom {
  position: absolute;
  margin-top: 1vh;
  margin-bottom: 0;
  height: .2858rem;
  width: 7.142rem;
  background: var(--yellow-color);
}

/*Text Rotate Animation -----*/
.home h1{
  font-size:74px;
  text-align: left;
    color:#fff;
  font-weight:700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.stage{
  width: auto;
  margin-top: 15px;
    height: 100px;
  }
  .cubespinner{
  -webkit-animation-name:spincube;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:8s;
  animation-name:spincube;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-duration:8s;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transform-origin:40px 40px 0;
  -moz-transform-origin:40px 40px 0;
  -ms-transform-origin:40px 40px 0;
  transform-origin:40px 40px  0;
  }
  .cubespinner div{
    position:absolute;
    width:100%;
    height:80px;
    text-align:left;
    color:#109393;
    font-family:'Raleway', sans-serif;
    font-size:74px;
    font-weight:700;
    }
  .cubespinner .face1{
    color:#f1c40f;
    -webkit-transform:translateZ(40px);
    -moz-transform:translateZ(40px);
    -ms-transform:translateZ(40px);
    transform:translateZ(40px);
    -webkit-backface-visibility: hidden;
    }
  .cubespinner .face2{
    color:#fff;
    -webkit-transform: rotateX(90deg) translateZ(40px);
    -moz-transform: rotateX(90deg) translateZ(40px);
    -ms-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
    -webkit-backface-visibility: hidden;
  }
  .cubespinner .face3{
    color:darkturquoise;
    -webkit-transform:rotateX(180deg)  translateZ(40px);
    -moz-transform:rotateX(180deg)  translateZ(40px);
    -ms-transform:rotateX(180deg)  translateZ(40px);
    transform:rotateX(180deg)  translateZ(40px);
    -webkit-backface-visibility: hidden;
    }
  .cubespinner .face4{
    color:#fff;
    -webkit-transform:rotateX(270deg) translateZ(40px);
    -moz-transform:rotateX(270deg) translateZ(40px);
    -ms-transform:rotateX(270deg) translateZ(40px);
    transform:rotateX(270deg) translateZ(40px);
    -webkit-backface-visibility: hidden;
  }




/*Heading Style =========*/

.heading h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--black-color);
  margin: 10px 0;
  z-index: 5;
  position: relative;
}
.heading span {
  background-color: var(--yellow-color);
  padding: 6px 10px;
  color: #000;
  font-weight: bold;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
  text-transform: uppercase;
  position: relative;
}
.heading .line {
  width: 15%;
  height: 2px;
  z-index: 5;
  position: relative;
  background-color: var(--green-color);
  display: block;
}

/*Count box -----==========*/

.count_box {
  width: 80px;
  height: 90px;
  border:3px solid var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.count_box h5 {
  font-size: 80px;
  margin-left: 30px
}
.count_box2  h5 {
      font-size: 60px;
    }

/*Gallery =======*/

.img_gal {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.img_gal img {
    height: 275px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


/*dots bg what we do ================*/

.what_box img {
  width: 80px
}

form {
  display: flex;
  align-items: center;
}

.justify-content-stretch {
  justify-content: stretch;
  align-items: stretch;
}
.form .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
  margin-right: 10px;
}

.bg-dots {
    background: url(https://www.makemyhouse.com/assets/aeassets/images/dots2.png) 0 0 repeat;
}

.Countries h5 {
    color: #000;
    font-size: 12px;
    text-align: center;
}
.flag_img  img {
  width: 80px !important;
  margin: 0 auto;
  display: block !important;
}

.check_box strong {
  font-size: 12px;
}
.form .form-check-inline {
  padding-left: 0px
}


.form > p {
    margin: 0 0 1.5em 0;
    position: relative;
    padding: 0 8px;
}
.form > p > button {
    font-size: 13px;
    padding: 7px 12px;
}
.form > p > input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    margin: 0;
}
.form > p > input[type="email"],
.form > p > input[type="number"],
.form > p > input[type="text"],
.form > p > select,
.form > p > textarea[type="text"] {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    padding: 0.8em 0.5em;
    width: 100%;
    border-radius: 2px;
    color: grey;
    transition: all 0.5s;
}
.form > p > input[type="email"]:hover,
.form > p > input[type="number"]:hover,
.form > p > input[type="text"]:hover,
.form > p > select:hover,
.form > p > textarea[type="text"]:hover {
    background: #fbf7c7;
    border-color: #f9e264;
    color: #ec1c24;
    padding: 0.8em 1em;
}
.form > p > input[type="email"]:focus,
.form > p > input[type="number"]:focus,
.form > p > input[type="text"]:focus,
.form > p > select:focus,
.form > p > textarea[type="text"]:focus {
    background: #fbf7c7;
    border-color: #f9e264;
    color: #ec1c24;
    padding: 0.8em 1em;
}
.form span {
    display: block;
    background: #f9a5a5;
    padding: 2px 5px;
    color: #666;
}
.form > p > label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: var(--black-color);
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    background-color: #fff;
}
.form > p:hover > label {
    top: -18px;
    background-color: #fbf7c7;
}
.form > p:focus > label {
    top: -18px;
    background-color: #fbf7c7;
}
.form label.floatLabel {
    top: -13px;
    background-color: #fff;
    font-size: 14px;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}


/* Testimonial Slider =============*/

.client-carousel .client-carousel-item img {
  display: inline-block;
  width: auto;
}
.owl-theme .owl-nav {
  position: absolute;
  top: -35%;
  right: 20px;
}
.owl-theme .owl-nav [class*=owl-] {
  font-size: 30px !important
}
.client-img {
  position: relative;
  z-index: 1;
  margin: 0 0 -3rem 2.6rem;
  border-radius: 50%;
}
.client-box {
  position: relative;
  color: gray;
  background-color: #fff;
  padding: 6rem 3.28rem 3.28rem;
}
.image-quote {
  position: absolute;
  top: 3.28rem;
  right: 3.28rem;
}
.client-name {
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}
.client-description {
  margin: 1.5rem 0 0;
  line-height: 1.71em;
}

/*======= Team ======*/


.team_box .team_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.team_box .team_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.team_box .content .designation {
  background-color: var(--yellow-color);
  color: #000;
  font-size: 14px;
  padding: 2px 8px;
}

.team-block{
  position:relative;
  margin-bottom:var(--margin-bottom-30);
}

.team-block .inner-box{
  position:relative;
}

.team-block .inner-box .image{
  position:relative;
  border-radius:15px;
  overflow:hidden;
  height: 400px;
}

.team-block .inner-box .image img{
  position:relative;
  width:100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display:block;
}

.team-block .inner-box .image .content{
  position:absolute;
  left:30px;
  bottom:0px;
  right:30px;
  text-align:center;
  border-radius:10px;
  padding:22px 15px 22px;
  background-color:#fff;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.team-block .inner-box .image .content p {
  font-family: 'Caveat', cursive;
  font-weight: bold;
  margin: 0 
}
.team-block .inner-box .image .content:before{
  position:absolute;
  content:'';
  left:50%;
  top:0px;
  opacity:0;
  margin-left:-7px;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid var(--green-color);
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.team-block .inner-box:hover .image .content:before{
  top:-14px;
  opacity:1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.team-block .inner-box:hover .image .content{
  bottom:30px;
  background-color:var(--green-color);
}
.team-block .content h4 .designation {
  background-color: var(--yellow-color);
  color: #000;
  font-size: 12px;
}
.team-block .content  h4 .designation{
  position:relative;
  font-weight:500;
  padding:  0 8px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.team-block .inner-box h4{
  font-weight:500;
  margin-top:var(--margin-top-5);
}

.team-block .inner-box h4 a{
  color:var(--heading-color);
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.team-block .inner-box h4 a:hover{
  color:var(--green-color);
}

.team-block .inner-box:hover h4 a,
.team-block .inner-box:hover .designation{
  color:#fff;
}
.team-block .inner-box .icon-layer-two {
  position: absolute;
  right: 5px;
  bottom: 2px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px
}

/*Footer ===========*/

footer {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  margin: 0;
  border-radius: 0;
  border: 0;
}
.google_map {
  height: 350px
}
.foot-bg {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all .3s cubic-bezier(.37,.31,.2,.85);
  -o-transition: all .3s cubic-bezier(.37,.31,.2,.85);
  transition: all .3s cubic-bezier(.37,.31,.2,.85);
}
.foot-white .foot-bg {
  bottom:-100%;
}
.foot-white p {
  color: #fff
}
.foot-white a, .foot-white i {
  color: #fff
}
footer p {
  color: #000;
  z-index: 5;
  position: relative;
}

footer h4, footer span {
  color: var(--green-color);
  z-index: 5;
  position: relative;
}
footer a, footer i {
  z-index: 5;
  color: #000;
  position: relative;
}
.social_menu li a i {
  font-size: 18px;
  color: #000
}

#top_btn {
  background-color: var(--green-color);
  border:2px solid #fff;
  border-radius: 10px;
  color: var(--black-color);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10%;
  right: 5%;
  text-align: center;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}
.top_hide  {
  opacity: 1 !important

}
/*Media Query =================*/

@media (max-width: 1400px) {
  .vertical-title {
    left: 1.9rem
  }
  .cubespinner div, .home h1 {
    font-size: 60px
  }
  #logob, #logow {
    width: 200px
  }
  .heading h2 {
    font-size: 25px;
  }
}
@media (max-width: 1380px) {
  .check_box strong {
    font-size: 10px;
  }
  .vertical-centred {
    font-size: 14px;
  }
  .vertical-centred p {
    line-height: normal;
    font-size: 13px
  }
   .img_gal {
    height: 200px
  }
  .img_gal img {
    height: 200px
  }
}

@media (max-width: 1024px) {
	.vertical-centred {
	    font-size: 13px;
	  }
	  .vertical-centred p {
	    line-height: normal;
	    font-size: 12px
	  }
	  .mt-md-5 {
	  	margin-top: 1rem !important
	  }
	  header nav ul li a {
	  	font-size: 16px;
	  }
	  .google_map {
			height: 300px
		}
		#pp-nav.right {
			right: 0
		}
		.vertical-title {
		  left: 0.9rem;
		}
		.count_box {
			width: 70px;
			height: 80px;
		}
		.count_box h5 {
			font-size: 55px
		}

}

@media (max-width: 500px) {
  header nav  {
    width: 100%;
  }
  header nav ul li a {
    font-size: 12px
  }
  .section {
    padding: 4.28rem 0
  }
  #section1 {
    padding: 0
  }
  .vertical-title {
    display: none;
  }
  .text-end {
    text-align: left !important;
  }
  .social_menu {
    justify-content: flex-start !important;
  }
  header {
    height: 4.2rem
  }
  .home-bg {
    background-image: url(https://www.makemyhouse.com/assets/aeassets/images/pro1.jpg);
  }
  .owl-theme .owl-nav {
    top: 50%;
    left: 0;
    width: 100%;
  }
  .cubespinner div, .home h1 {
    font-size: 50px;
  }
  .vertical-centred {
    padding: 0 20px;
  }
  .scroll-wrap {
    background-color: rgba(0,0,0,0.3)
  }
  .heading span {
    font-size: 12px;
  }
  .heading h2 {
    font-size: 16px;
  }
  p {
    line-height: normal;
    font-size: 12px;
  }
  .count_box h5 {
    font-size: 65px
  }
  .what_box img {
    width: 50px
  }
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 30px
  }
  .Countries h5 {
    font-size: 10px;
    margin-bottom: 0;
  }
  .city-carousel {
    height: 110px;
    overflow: hidden;
  }
  #pp-nav {
    display: none;
  }
  .img_gal {
    height: 210px
  }
  .img_gal img {
    height: 210px
  }
  footer p {
    text-align: center;
  }
  .check_box strong {
    font-size: 11px;
  }
  label {
    font-size: 13px;
  }
  footer ul li {
    padding: 0 6px !important
  }
  footer ul.justify-content-end {  
      justify-content: center !important;
  }
  .count_box2 {
    width: 70px;
    height: 70px;
  }
    .count_box2  h5 {
      font-size: 50px;
    }
    .form > p > input[type="email"],
    .form > p > input[type="number"],
    .form > p > input[type="text"],
    .form > p > select[type="text"],
    .form > p > textarea[type="text"] {   
      padding: 1em 0.5em

    }
    .form label.floatLabel {
      font-size: 12px;
    }
    .vertical-centred p {
      font-size: 12px;
    }
    header nav ul li i {
      font-size: 16px;
    }
    .btn-dark {
      font-size: 12px;
    }
    .what_box h4 {
      font-size: 16px;
      font-weight: 600
    }
    .owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      left: -30px;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -30px;
    }
    .gallery-carousel .owl-nav {
      top: 30%;
    }
    .gallery-carosel {
        overflow : hidden;
        -ms-touch-action: none;  /* Touch detection for Windows 8 */
        touch-action: none   
    }
     header nav ul li.dropdown ul {
      left: -50px;
    }
    .team_box .content {
      text-align: center;
    }
    .team_links {
      justify-content: center;
    }
}

@media (max-width: 415px) {
  header {
    height: 3.5rem; 
  }
  #logob, #logow {
    width: 150px;
  }
   .check_box strong {
    font-size: 10px !important;
  }
}

/*Text Animation keyframe */

/*Cubical Flipping or rotation*/
@-webkit-keyframes spincube {
    from,to  { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}
    15%      { -webkit-transform: rotateX(90deg);}
    25%      { -webkit-transform: rotateX(90deg);}
    40%      { -webkit-transform: rotateX(180deg);}
    50%      { -webkit-transform: rotateX(180deg);}
    65%      { -webkit-transform: rotateX(270deg);}
  75%      { -webkit-transform: rotateX(270deg);}
  95%      { -webkit-transform: rotateX(360deg);}
  100%      { -webkit-transform: rotateX(360deg);}
  }@keyframes spincube {
    from,to {
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }
    15% {
    -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  25% {
    -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  40% {
    -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      transform: rotateX(180deg);
    }
  50% {
    -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      transform: rotateX(180deg);
    }
    65% {
    -webkit-transform: rotateX(270deg);
      -moz-transform: rotateX(270deg);
      -ms-transform: rotateX(270deg);
      transform: rotateX(270deg);
    }
  75% {
    -webkit-transform: rotateX(270deg);
      -moz-transform: rotateX(270deg);
      -ms-transform: rotateX(270deg);
      transform: rotateX(270deg);
    }
  90% {
    -webkit-transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
      transform: rotateX(360deg);
    }
    100% {
    -webkit-transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
      transform: rotateX(360deg);
    }