* {
  margin: 0;
}

@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/titillium/TitilliumWeb-Bold.ttf');
}

@font-face {
  font-family: 'TitilliumWeb-Semibold';
  src: url('../fonts/titillium/TitilliumWeb-SemiBold.ttf');
}

@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url('../fonts/titillium/TitilliumWeb-Light.ttf');
}

@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('../fonts/titillium/TitilliumWeb-Regular.ttf');
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.ttf');
}

@font-face {
  font-family: 'Humanst521-BT';
  src: url('../fonts/Humanst521-BT.ttf');
}

@font-face {
  font-family: 'Humanst521-BT-Bold';
  src: url('../fonts/Humanst521-BT-Bold.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/opensans/OpenSans-SemiBold.ttf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/opensans/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Medium';
  src: url('../fonts/opensans/OpenSans-Medium.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/opensans/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'TitilliumWeb-Regular';
}

header {
  background: #fff;
}

.h-95 {
  height: 95px;
}

.logo-new {
  width: 200px !important;
}

.logo img {
  width: 60%;
  position: absolute;
  z-index: 111;
  margin-left: 85px;
  background: #fff;
  padding: 0px 8px;
  border-radius:50%;
}

.menu-list {
  padding: 20px 0;

}

.m-12 {
  margin-top: 12px;
}

.ph_bg {
  margin-top: 10px;
}

.menu-list ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.menu-list ul li a {
  text-decoration: none !important;
  color: #000;
  font-family: 'ProximaNova-Regular';
}

.home-ico i {
  font-size: 19px;
  /* margin-top: 4px; */
  position: unset !important;
}

.menu-list ul li a {
  display: inline-block;
  font-weight: 300;
  padding: 5px 15px;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #0973BA 50%);
  background-size: 240%;
  transition: all 0.4s;
  font-size: 14px;
  text-transform: uppercase;
}

.menu-list .menu-list-ul {
  margin-left: 189px;
  position: relative;
  right: 60px;
  float: right;
}

.menu-list .menu-list-ul li {
  padding: 0 15px;
}

.menu-list ul li a:hover {
  background-position: 100%;
  color: #fff;
  /* transform: translateX(1rem); */
}

.menu-list ul li a.active {
  background-position: 100%;
  color: #fff;
}

.menu-list ul li:hover ul {
  display: block;
  text-align: center;
}

.menu-list ul li ul {
  /* width: 100%;
  float: left; */
  display: none;
  padding: 4px 0px 4px 0px;
  position: absolute;
  z-index: 11;
  background: #ececec;
}

.menu-list ul li a i {
  top: -3px;
  position: relative;
  left: 4px;
}

.menu-list ul li ul li {
  border-bottom: 1px solid #ccc;
  text-align: left;
  margin-bottom: 4px;
}

.menu-list ul li ul li a {
  width: 100%;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.menu-list ul li ul li a:hover {
  color: #fff !important;
}

.phone-no {
  background: #0973BA;
  width: 93%;
  height: auto;
  padding-top: 5px;
  margin-left: auto;
  /* text-align: center; */
  padding-bottom: 5px;
}

.phone-no .mail-icon a {
  font-family: 'TitilliumWeb-Regular';
  margin-left: 5px;
}

.phone-no .mail-icon {
  display: block;
  text-align: left;
}

.phone-no .mail-icon img {
  width: 17px;
  margin-left: 25px;
}

.phone-no img {
  width: 14px;
  margin: auto 0 auto 25px;
  /* transform: rotate(17deg); */
}

.phone-no a {
  color: #fff;
  text-decoration: none !important;
  font-family: 'TitilliumWeb-Bold';
  margin-right: 12px;
  font-size: 15px;
  /*font-weight: 400;*/
}

/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left
    /* If RTL Make This Right */
  ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100%;
  background: #fff;
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .50);
  line-height: 100vh;
  text-align: center;
}

.Modern-Slider .item .img-fill img {
  /*   filter:blur(5px); */
  width: 100%;
}

.Modern-Slider .item .info>div {
  display: inline-block !important;
  vertical-align: middle;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: '\f105';
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: '\f104';
}

.Modern-Slider .slick-dots {
  position: absolute;
  /* height:5px; */
  /* background:rgba(255,255,255,.20); */
  bottom: 100px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 15px auto;
  list-style-type: none;
  display: flex !important;
  right: 0;
  justify-content: center;
}

.Modern-Slider .slick-dots button {
  background: #466274;
  border: none;
  border-radius: 100%;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: auto 5px;
}

.Modern-Slider .slick-dots .slick-active button {
  background: #fff;
}

.Modern-Slider .item h3 {
  font: 30px/50px RalewayB;
  text-transform: uppercase;
  color: #FFF;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
}

.Modern-Slider .item h5 {
  margin: 0;
  padding: 0;
  font: 15px/30px RalewayR;
  color: #FFF;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
  background: #fff;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  /* 0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
      100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);}  */
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left
    /* If RTL Make This Right */
  ;
  height: 600px !important;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow {
  display: none !important;
}

.social-icon-vert {
  position: absolute;
  /* -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
  right: 50px;
  top: 100px;
  z-index: 11;
}

.social-icon-vert ul {
  padding-left: 0px;
  list-style-type: none;
}

.social-icon-vert li {
  width: 35px;
  height: 35px;
  /* background: #000; */
  border-radius: 100%;
  text-align: center;
  margin-bottom: 25px;
  transition: transform .7s ease-in-out;
}

.social-icon-vert li a {
  color: #fff;
}

.social-icon-vert li a i {
  font-size: 22px;
  padding-top: 6px;
}

.social-icon-vert li:hover {
  box-shadow: 1px 8px 8px -8px #000;
  background: #fff;
  transform: scaleX(-1);
}

.fb {
  background: #3b5998;
}

.tw {
  background: #2d99e8;
}

.lin {
  background: #2d99e8;
}

.inst {
  background: #bc2a8d;
}

.yt {
  background: #ff0000;
}

/* .social-icon-vert li .fa-facebook {
  background: #3b5998;
  color: #fff;
}
.social-icon-vert li .fa-twitter {
  background: #2d99e8;
  color: #fff;
}
.social-icon-vert li .fa-linkedin {
  background: #2d99e8;
  color: #fff;
}
.social-icon-vert li .fa-instagram {
  background: #bc2a8d;
  color: #fff;
} */

.social-icon-vert li:hover .fa-facebook {
  color: #3b5998;
  transition: .3s;
  transform: scaleX(-1);
}

.social-icon-vert li:hover .fa-twitter {
  color: #2d99e8;
  transition: .3s;
  transform: scaleX(-1);
}

.social-icon-vert li:hover .fa-linkedin {
  color: #2d99e8;
  transition: .3s;
  transform: scaleX(-1);
}

.social-icon-vert li:hover .fa-instagram {
  color: #bc2a8d;
  transition: .3s;
  transform: scaleX(-1);
}

.headingAfter {
  background: #A7A7A7;
  width: 1px;
  height: 140px;
  margin: 15px auto;
}

.about-section {
  background: linear-gradient(#CCEBFF, rgb(201, 233, 255), rgba(206, 235, 255, 0.01));
  /* background: url(../images/main-bg.png); */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: -80px;
  z-index: 1;
}

.about-section h4 {
  text-align: center;
  font-family: 'TitilliumWeb-Semibold';
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.line-arrow hr {
  border-top: 2px dashed #0973BA;
  width: 88%;
  margin: auto auto -10px 3%;
}

/* .line-arrow:before {
    content: "------------";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    letter-spacing: 4px;
    color: red;
  } */
.line-arrow ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.line-arrow ul li span {
  background: #0973BA;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  margin: auto;
}

.line-arrow ul li p {
  font-family: 'TitilliumWeb-Semibold';
  font-size: 16px;
  margin-top: 8px;
}

.abt-content h4 {
  color: #303030;
  font-size: 25px;
  font-family: 'TitilliumWeb-Regular';
  text-align: left;
  padding-bottom: 8px;
  line-height: 34px !important;
}

.abt-content h4 span {
  color: #075487;
  display: block;
}

.abt-content p {
  color: #303030;
  line-height: 26px;
  width: 86%;
}

.abt-content .headingAfter {
  background: #0067AC;
  width: 36px;
  height: 2px;
  margin-top: 15px;
}

.abt-content h6 {
  color: #0067AC;
  font-family: 'TitilliumWeb-Semibold';
  font-size: 12px;
}

.abt-content a {
  text-decoration: none !important;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.testimonials h5 {
  color: #000;
  font-family: 'TitilliumWeb-Semibold';
  font-size: 25px;
  margin-left: 135px;
}

.testimonials h5 span {
  color: #075487;
}

.testimonials-thum-img .carousel-indicators li img {
  /* display: block; */
  display: none;
  left: -15px;
  position: relative;
}

.testimonials-thum-img .carousel-indicators {
  display: block;
}

.testimonials-thum-img .carousel-indicators li {
  /* width: auto;
  height: 65px;
  margin: 0px;
  background: transparent;
  text-indent: unset; */
  width: 13px;
  height: 13px;
  margin: 10px;
  background: #0973bac7;
  text-indent: unset;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
}

.testimonials-thum-img .carousel-indicators .active {
  /* display: none; */
  background: #0973ba4d;
}

#testimonials-slide .carousel-item {
  min-height: 200px;
}

#testimonials-slide .carousel-item img {
  background: url(../images/testimonials/testi-img-bg.png);
  background-size: 100% 100%;
  padding: 18px;
  height: 120px;
}

#testimonials-slide .carousel-item .content-para {
  font-size: 15px;
  line-height: 26px;
}

#testimonials-slide .carousel-item .content-para h5 {
  margin-left: 0px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
}

#testimonials-slide .carousel-item .content-para span {
  font-size: 12px;
}

.testimonials-thum-img .carousel-item {
  margin-top: 28px;
}

.counter-lists .number {
  color: #0973BA;
  font-family: 'TitilliumWeb-Semibold';
  font-size: 25px;
  text-align: center;
}

.counter-lists .details {
  color: #18191F;
  font-family: 'TitilliumWeb-Bold';
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.counter-lists {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
}

.services-title img {
  margin: auto;
  display: block;
}

.services-title h4 {
  font-family: 'TitilliumWeb-Semibold';
  font-size: 30px;
  color: #303030;
  text-align: center;
  font-weight: 400;
}

.services-lists img {
  display: block;
  margin: 45px auto auto;
  width: 125px;
  transition: transform .7s ease-in-out;
}

.services-lists h4 {
  text-align: center;
  font-family: 'TitilliumWeb-SemiBold';
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}

.services-lists p {
  text-align: center;
  font-size: 15px;
}

.services-lists_block:hover img {
  transform: scale(1.1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 10px;
}

.cycle-title h4 {
  color: #303030;
  font-family: 'TitilliumWeb-SemiBold';
  font-size: 20px;
  text-align: center;
  /* margin-top: 4%; */
  background: #fff;
  width: 300px;
}

.cycle-title .headingAfter {
  background: #000;
  width: 40%;
  height: 1px;
  margin: 12px auto;
}

.cycle-title hr {
  border-color: #000;
  margin-top: -19px;
  border-width: 2px;
}

.house_cycle .house_cycle-img {
  width: 426px;
  /* height: 433px; */
}

.house_cycle .materials img {
  width: 32px;
  transition: transform .7s ease-in-out;
}

.house_cycle .materials:hover img {
  transform: scale(1.1);
}

.house_cycle .materials p {
  font-size: 11px;
  margin-left: -8px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .materials {
  position: absolute;
  top: 153px;
  left: 89px;
}

.house_cycle .repair img {
  width: 33px;
  transition: transform .7s ease-in-out;
}

.house_cycle .repair:hover img {
  transform: scale(1.1);
}

.house_cycle .repair p {
  font-size: 11px;
  margin-left: -10px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .repair {
  position: absolute;
  top: 31px;
  left: 263px;
}

.house_cycle .broker img {
  width: 33px;
  transition: transform .7s ease-in-out;
}

.house_cycle .broker:hover img {
  transform: scale(1.1);
}

.house_cycle .broker p {
  font-size: 11px;
  margin-left: 5px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .broker {
  position: absolute;
  top: 223px;
  left: 297px;
}

.house_cycle .consult img {
  width: 37px;
  transition: transform .7s ease-in-out;
}

.house_cycle .consult:hover img {
  transform: scale(1.1);
}

.house_cycle .consult p {
  font-size: 11px;
  margin-left: -9px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .consult {
  position: absolute;
  top: 188px;
  left: 417px;
}

.house_cycle .tenant img {
  width: 30px;
  transition: transform .7s ease-in-out;
}

.house_cycle .tenant:hover img {
  transform: scale(1.1);
}

.house_cycle .tenant p {
  font-size: 11px;
  margin-left: -4px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .tenant {
  position: absolute;
  top: 345px;
  left: 255px;
}

.house_cycle .family img {
  width: 34px;
  transition: transform .7s ease-in-out;
}

.house_cycle .family:hover img {
  transform: scale(1.1);
}

.house_cycle .family p {
  font-size: 11px;
  margin-left: 0px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.house_cycle .family {
  position: absolute;
  top: 270px;
  left: 59px;
}

.house_cycle-center {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto auto 173px;
  transition: transform .7s ease-in-out;
}

.house_cycle-center:hover {
  transform: scale(1.1);
}

.margin-al {
  margin-left: 191px;
  margin-top: 161px;
}

.house_cycle h6 {
  color: #0973BA;
  font-family: 'TitilliumWeb-SemiBold';
  font-size: 12px;
  top: 0;
  /* bottom: 0; */
  position: absolute;
  left: 0;
  /* right: 0; */
  margin: 230px auto auto 195px;
}

.vs .headingAfter {
  background: #000;
  width: 1px;
  height: 30px;
  margin: 14px 39px;
}

.vs h4 {
  font-family: 'TitilliumWeb-Bold';
  font-size: 24px;
  background: -webkit-linear-gradient(rgba(9, 115, 186, 1), rgba(2, 12, 18, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 400;
}

.house-icon h4 {
  color: #303030;
  font-family: 'TitilliumWeb-SemiBold';
  font-size: 12px;
  margin-left: 8px;
}

.flow-chart-center .logo {
  position: absolute;
  left: 4px;
  top: 18px;
}

.flow-chart-center p {
  top: 85px;
  position: absolute;
  font-size: 11px;
  text-align: center;
  left: 37px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.flow_chart .repair {
  margin-left: -105px;
  margin-top: -147px;
  position: absolute;
  transition: .3s ease-in-out;
}

.flow_chart .repair .repair-icon {
  top: -186px;
  transition: transform .7s ease-in-out;
  position: relative;
  left: 59px;
}

.flow_chart .repair .repair-icon img {
  transition: transform .7s ease-in-out;
}

/* .flow_chart .repair .repair-icon:hover img {
  transform: scale(1.1);
} */
.mt-65 {
  margin-top: 65px;
}

.flow_chart .broker {
  margin-left: -64px;
  margin-top: -40px;
  position: absolute;
}

.flow_chart .broker .broker-icon {
  top: -59px;
  left: 157px;
  position: absolute;
  transition: transform .7s ease-in-out;
}

.flow_chart .broker .broker-icon img {
  transition: transform .7s ease-in-out;
}

/* .flow_chart .broker .broker-icon:hover img {
  transform: scale(1.1);
} */
.flow_chart .consult {
  left: -25px;
  top: 46px;
  position: absolute;
}

.flow_chart .consult .consult-icon {
  margin-top: -58px;
  margin-left: 203px;
}

.flow_chart .consult .consult-icon img {
  transition: transform .7s ease-in-out;
}

/* .flow_chart .consult .consult-icon:hover img {
  transform: scale(1.1);
} */
.flow_chart .material {
  left: -56px;
  top: 118px;
  position: absolute;
  z-index: 1;
}

.flow_chart .material .material-icon {
  top: 6px;
  left: 171px;
  position: absolute;
}

.flow_chart .material .material-icon img {
  transition: transform .7s ease-in-out;
}

/* .flow_chart .material .material-icon:hover img {
  transform: scale(1.1);
} */
.flow_chart .family {
  left: -89px;
  top: 128px;
  position: absolute;
}

.flow_chart .family .family-icon {
  top: 85px;
  left: 82px;
  position: absolute;
}

.flow_chart .family .family-icon img {
  transition: transform .7s ease-in-out;
}

/* .flow_chart .family .family-icon:hover img {
  transform: scale(1.1);
} */
.bg-second {
  background: linear-gradient(rgba(206, 235, 255, 0.01), rgba(225, 243, 255, 0.29), rgba(204, 235, 255, 0.46));
}

.referral-section {
  margin: 10% auto auto;
}

.quick-links h4 {
  color: #303030;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
  font-size: 28px;
}

.quick-links {
  margin: 4% auto auto;
  padding-bottom: 15px;
}

.quick-links-bg {
  background: linear-gradient(rgb(17, 101, 169), rgb(0, 0, 0));
  /* height: 100px; */
  margin-top: 25px;
  padding: 16px 5px;
}

.quick-links-bg .link-box {
  background: linear-gradient(-300deg, rgb(0, 91, 218), rgb(0, 168, 196), rgb(0, 220, 181));
  width: 55px;
  border-radius: 10px;
  padding: 10px 0;
}

.line-box-img {
  margin: auto;
  display: block;
  width: 30px;
}

.quick-links-bg .quick-menu ul {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 0px;
}

.quick-links-bg .quick-menu ul li a {
  color: #fff;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
  font-size: 18px;
  text-decoration: none !important;
}

.quick-links-bg .quick-menu ul li a:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  transition: .3s;
}

.quick-links-bg .quick-menu ul li a:hover {
  color: #fff;
  cursor: pointer;
}

.quick-links-bg .quick-menu ul li:hover a::after {
  width: 48px;
  transition: .3s;
}

footer {
  background: linear-gradient(rgba(10, 10, 11, 1), rgba(15, 37, 56, 1));
  color: #E5E5E5;
  padding: 10px 0px 15px;
  font-size: 13px;
}

footer p {
  margin-bottom: 0px;
}

footer a {
  color: #E5E5E5 !important;
  text-decoration: none !important;
}

.subscribe h4 {
  color: #f2f2f2;
  font-size: 23px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
}

.subscribe {
  margin-top: 30px;
  margin-bottom: 20px
}

.subscribe p {
  letter-spacing: 1px;
  color: #e3e3e3;
  font-size: 15px;
  margin-top: 0px;
}

.subscribe .form-field-inline input {
  border: none;
  background: #fff;
  height: 40px;
  /* border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; */
  padding-left: 10px;
}

.subscribe .btn-sub {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #0973BA;
  text-transform: uppercase;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
  border-radius: 0px !important;
}

footer hr {
  border-color: rgba(9, 115, 186, .3);
}

footer .m-25 {
  margin: 0px auto 0px;
}


.navigation__checkbox {
  display: none;
}

.navigation__button {
  /* background-color: #fff;
  height: 7rem;
  width: 7rem; */
  position: fixed;
  top: 0;
  right: 18px;
  border-radius: 50%;
  z-index: 2000;
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); */
  text-align: center;
  cursor: pointer;
}

.navigation__background {
  height: 52px;
  width: 60px;
  /* border-radius: 50%; */
  position: fixed;
  top: 0;
  right: 0;
  /* background-image: radial-gradient(#03A9F4, #03A9F4); */
  background: #fff;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  padding-left: 0px;
}

.navigation__item {
  margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
  display: inline-block;
  font-size: 15px !important;
  font-weight: 300;
  padding: 10px 2rem;
  color: #0973BA;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #0973BA 50%);
  background-size: 220%;
  transition: all 0.4s;
}

.navigation__link:link span,
.navigation__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}

.navigation__link:hover,
.navigation__link:active {
  background-position: 100%;
  color: #fff;
  /* transform: translateX(1rem); */
}

.navigation__item:hover ul {
  display: block;
  text-align: center;
  transition: 0.2s;
}

.navigation__item ul {
  display: none;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  background: #f2f2f2;
  transition: 0.2s;
}

.navigation__item ul li {
  margin: 10px;
  border-bottom: 1px solid #ccc;
}

.navigation__item ul li a {
  padding: 10px;
  width: 100%;
}

.navigation__item i {
  position: relative;
  top: -3px;
  left: 3px;
}

.navigation__checkbox:checked~.navigation__background {
  transform: scale(80);
}

.navigation__checkbox:checked~.navigation__nav {
  opacity: 1;
  width: 100%;
}

.navigation__icon {
  position: relative;
  margin-top: 22px;
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 28px;
  height: 2px;
  background-color: #0973ba;
  display: inline-block;
}

.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.navigation__icon::before {
  top: 8px;
}

.navigation__icon::after {
  top: -8px;
}

.navigation__button:hover .navigation__icon::before {
  /* top: -1rem; */
}

.navigation__button:hover .navigation__icon::after {
  /* top: 1rem; */
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.referral-coin h5 {
  text-align: left;
  font-family: 'TitilliumWeb-Bold';
  font-weight: 400;
  margin-left: 20px;
}

.referral-coin img {
  height: 90px;
}

.referral-coin p {
  align-self: center;
  margin-left: 20px;
}

.border-r-coin {
  border-right: 1px solid #cecece;
}

.referral-section .referral-coin h5 {
  font-size: 19px;
}

.house_icon {
  width: 83px;
}

.home_icon {
  width: 70px;
}

@media (max-width: 600px) {
  .about-section {
    margin-top: 0px;
  }

  .social-icon-vert ul {
    margin-bottom: 0px;
  }

  .phone-no {
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    text-align: left;
    height: 44px;
  }

  .padding-l {
    padding-left: 0px;
  }

  .logo img {
    width: 123px;
    position: absolute;
    z-index: 111;
    margin-left: 0;
    margin-top: 52px;
  }

  .slick-slide {
    height: 255px !important;
  }

  .slick-slide img {
    width: 100%;
  }

  .headingAfter {
    height: 25px;
    margin: 4px auto;
  }

  .social-icon-vert li {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
  }

  .social-icon-vert li a i {
    font-size: 16px;
  }

  .social-icon-vert {
    top: 50px;
    right: 30px;
  }

  .about-section h4 {
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    padding-top: 7px;
    padding-bottom: 5px;

  }

  .services-lists p {
    font-size: 14px;
  }

  .line-arrow hr {
    width: 88%;
  }

  .line-arrow ul li p {
    font-size: 12px;
  }

  .abt-content p {
    color: #303030;
    line-height: 26px;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }

  .abt-content h6 {
    text-align: center;
    margin-bottom: 5%
  }

  .testimonials h5 {
    margin-left: 0px;
    text-align: center;
  }

  .testimonials {
    margin-top: 4%;
  }

  #testimonials-slide .carousel-item .content-para {
    font-size: 14px;
    text-align: center;
  }

  #testimonials-slide-thum {
    height: 60px;
  }

  #testimonials-slide-thum ul {
    display: flex;
  }

  #testimonials-slide .carousel-item {
    min-height: auto;
  }

  .testimonials-thum-img .carousel-indicators li img {
    left: 0px;
    margin: auto;
  }

  .counter-lists .details {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .services-title h4 {
    font-size: 20px;
  }

  .services-lists img {
    margin: 20px auto auto;
    width: 100px;
  }

  .house_cycle .house_cycle-img {
    width: 260px;
  }

  .house_cycle .materials p {
    font-size: 7px;
    margin-left: -3px;
  }

  .house_cycle .materials img {
    width: 21px;
  }

  .house_cycle .materials {
    position: absolute;
    top: 89px;
    left: 60px;
  }

  .house_cycle-center {
    margin: auto auto auto 91px;
  }

  .margin-al {
    margin-left: 111px;
    margin-top: 79px;
  }

  .house_cycle h6 {
    margin: 147px auto auto 113px;
  }

  .house_cycle .repair p {
    font-size: 8px;
    margin-left: -2px;
  }

  .house_cycle .repair img {
    width: 23px;
    margin-left: 6px;
  }

  .house_cycle .repair {
    top: 15px;
    left: 159px;
  }

  .house_cycle .family {
    position: absolute;
    top: 160px;
    left: 44px;
  }

  .house_cycle .family img {
    width: 21px;
  }

  .house_cycle .family p {
    font-size: 8px;
    margin-left: 0px;
  }

  .house_cycle .tenant p {
    font-size: 8px;
    margin-left: -4px;
  }

  .house_cycle .tenant img {
    width: 21px;
  }

  .house_cycle .tenant {
    position: absolute;
    top: 209px;
    left: 159px;
  }

  .house_cycle .broker {
    position: absolute;
    top: 134px;
    left: 191px;
  }

  .house_cycle .broker img {
    width: 20px;
  }

  .house_cycle .broker p {
    font-size: 7px;
    margin-left: 2px;
  }

  .house_cycle .consult {
    position: absolute;
    top: 113px;
    left: 261px;
  }

  .house_cycle .consult img {
    width: 26px;
  }

  .house_cycle .consult p {
    font-size: 9px;
    margin-left: -9px;
    margin-top: -4px;
  }

  .flow_chart {
    margin-bottom: 56%;
  }

  .house-icon {
    margin-bottom: 67%;
    text-align: center;
  }

  .mt-65 {
    margin-top: 29px;
  }

  .flow-chart-center {
    left: -41px;
    position: relative;
  }

  .flow-chart-center .logo {
    position: absolute;
    left: -11px;
  }

  .flow_chart .repair .repair-icon {
    top: -185px;
    position: relative;
    left: 58px;

  }

  .flow_chart .consult .line {
    width: 100%;
    margin-left: 36px;
  }

  .flow_chart .broker .line {
    width: 98%;
    left: 19px;
    position: relative;
  }

  .flow_chart .consult .consult-icon {
    margin-top: -58px;
    margin-left: 152px;
  }

  .flow_chart .material .line {
    width: 100%;
    left: 33px;
    position: relative;
  }

  .quick-links h4 {
    font-size: 20px;
  }

  .quick-links-bg .link-box {
    width: 77px;
    border-radius: 10px;
    padding: 12px 0;
    margin: auto;
  }

  .quick-links-bg .quick-menu ul li a::after {
    margin: 2px auto;
  }

  .quick-links-bg .quick-menu ul {
    display: block;
    text-align: center;
  }

  .quick-links-bg .quick-menu ul li a {
    font-size: 16px;
  }

  .quick-links-bg .quick-menu ul li {
    margin-bottom: 10px;
    margin-top: 13px;
  }

  .subscribe h4 {
    font-size: 24px;
  }

  .subscribe p {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }

  .py-m-5 {
    padding: 5px 0px;
  }

  .referral-coin img {
    margin: 18px auto;
    display: block;
  }

  .referral-coin h5 {
    font-size: 15px;
    text-align: center;
    margin-left: 0;
  }

  .referral-coin p {
    text-align: center;
    margin-left: 0;
  }

  .subscribe {
    padding: 0;
    margin: 0;
  }

}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .logo img {
    width: 169px;
    position: absolute;
    z-index: 111;
    margin-left: 35px;
  }

  .social-icon-vert {
    top: 70px;
  }

  .abt-content h4 {
    text-align: center;
    font-size: 23px;
  }

  .abt-content p {
    width: 100%;
    text-align: center;
  }

  .abt-content h6 {
    text-align: center;
    margin-bottom: 5%
  }

  #testimonials-slide-thum {
    height: 60px;
  }

  #testimonials-slide-thum ul {
    display: flex;
  }

  #testimonials-slide .carousel-item {
    min-height: auto;
  }

  .counter-lists .number {
    font-size: 23px;
  }

  .counter-lists .details {
    font-size: 15px;
    margin-top: 3px;
  }

  .about-section h4 {
    font-size: 26px;
  }

  .line-arrow ul li p {
    font-size: 16px;
  }

  .testimonials h5 {
    font-size: 28px;
  }

  .testimonials {
    margin-top: 4%;
  }

  .services-title h4 {
    font-size: 26px;
  }

  .flow_chart {
    margin-top: 28%;
    margin-bottom: 20%;
  }

  .quick-links-bg .quick-menu ul li a {
    font-size: 14px;
  }

  .quick-links-bg .link-box {
    width: 77px;
    padding: 12px 0;
  }

  .quick-links h4 {
    font-size: 25px;
  }

  .slick-slide {
    height: 465px !important;
  }

  .headingAfter {
    height: 15px;
  }

  .referral-coin h5 {
    font-size: 15px;
  }

  .navigation__background {
    height: 83px;
  }
}

@media (width: 1024px) {
  .logo img {
    width: 200px;
  }

  .menu-list ul {
    padding-left: 0px;
  }

  .menu-list ul li a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .phone-no {
    width: 100%;
  }

  .phone-no a {
    font-size: 12px;
  }

  #testimonials-slide .carousel-item .content-para {
    font-size: 13px;
    line-height: 20px;
  }

  .testimonials h5 {
    font-size: 28px;
  }

  .testimonials-thum-img .carousel-indicators li img {
    display: block;
    left: -22px;
    position: relative;
    width: 44px;
  }

  .abt-content h4 {
    font-size: 25px;
  }

  .services-title h4 {
    font-size: 26px;
  }

  .vs h4 {
    left: 29px;
    position: relative;
  }

  .flow_chart .consult .line {
    width: 80%;
    margin-left: 36px;
  }

  .flow_chart .broker .line {
    width: 60%;
    left: 19px;
    position: relative;
  }

  .flow_chart .material .line {
    width: 61%;
    left: 33px;
    position: relative;
  }

  .quick-links h4 {
    font-size: 24px;
  }

  .quick-links-bg .quick-menu ul li a {
    font-size: 16px;
  }

  .quick-links-bg .link-box {
    width: 80px;
    padding: 14px 0;
  }

  .slick-slide {
    height: 465px !important;
  }

  .headingAfter {
    height: 68px;
  }

  .referral-coin h5 {
    font-size: 15px;
  }

  .subscribe p {
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
  }
}

.whatsapp {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 85px;
  right: 26px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  line-height:65px;
  /* padding-top: 15px; */
}

.whatsapp img {
  width: 36px;
  margin-bottom: 6px;
}

.error {
  font-size: 12px;
  color: #ea5555;
}

@media (max-width: 600px) {
  .phone-no a {
    font-size: 13px;
  }

  .phone-no {
    height: auto;
    padding: 3px 0px;
  }

  .phone-no .mail-icon {
    margin-top: -3px;
  }

  .h-95 {
    height: auto !important;
  }

  .navigation__button {
    top: 0px !important;
  }

  .ph_bg {
    margin-top: 0px !important;
  }

  .logo-new {
    width: 110px !important;
  }
}

@media (max-width: 1200px) {
  .menu-list {
    display: none;
  }
}

@media (min-width: 1201px) {
  .resp-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  .navigation__button {
    top: 22px;
  }

  .ph_bg {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1230px) {
  .phone-no a {
    font-size: 13px !important;
  }

  .phone-no {
    text-align: left !important;
  }

  .menu-list .menu-list-ul {
    margin-left: 18px !important;
  }

  .logo img {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 1230px) and (max-width: 1245px) {
  .menu-list .menu-list-ul {
    margin-left: 25px;
  }

  .logo img {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .menu-list ul {
    padding-left: 0px;
  }

  .menu-list ul li a {
    font-size: 14px !important;
    padding: 5px 11px;
  }

  .logo img {
    width: 110px;
  }

  .phone-no {
    width: 95%;
  }

  .phone-no img {
    margin: auto 0 auto 10px;
  }

  .phone-no .mail-icon img {
    margin-left: 10px;
  }

  .phone-no a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .phone-no .mail-icon {
    text-align: center;
  }

  .navigation__button {
    top: 22px;
  }

  .ph_bg {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .subscribe p {
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .referral-coin h5 {
    font-size: 15px;
  }

  .subscribe p {
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
  }
}

/* added */
.social-links li a i {
  margin-right: 8px;
  /* Adjust space between icon and text */
  vertical-align: middle;
}

.contact-info li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-info img {
  width: 20px;
  /* Adjust icon size if needed */
  height: auto;
  margin-right: 8px;
}

/* added new  */

.menu-list ul li a {
  font-size: 14px;
  padding: 5px 11px;
  font-weight: 400;
}

.menu-list ul li ul li a {
  color: #000;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .phone-no {
    text-align: center;
  }
}

@media (width: 1024px) {
  .phone-no {
    width: 100%;
    text-align: center;
  }

  .phone-no a {
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .menu-list ul li a {
    font-size: 16px !important;
    padding: 5px 9px;
  }

  .menu-list .menu-list-ul {
    margin-left: 235px !important;
  }

  .logo img {
    margin-left: 0px !important;
  }

  .phone-no a {
    font-size: 12px !important;
  }

}

.quick-links-bg .quick-menu ul li a {
  font-family: 'TitilliumWeb-Regular' !important;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 55px;
  height: 55px;
}

/* iframe { */
  /* min-height: 55px !important; */
  /* min-width: 55px !important; */
  /* max-height: 55px !important; */
  /* max-width: 55px !important; */
/* } */


/* css logo */
.logo-new {
  width: 100px;
  /* adjust as needed */
  height: auto;
  /* maintains aspect ratio */
}



/* added about us */
.banner_section {
  background: url(images/aboutus-banner.png);
  background-size: cover;
  background-position: right;
}

.nri-corner img {
  height: 125px;
}

.nri-corner .section-title {
  font-size: 30px;
  bottom: 54%;
}

@media (max-width: 600px) {
  .banner_section h4 {
    top: 39%;
  }

  .banner_section {
    height: 105px;
  }

  .banner_section::after {
    height: 105px;
  }

  .nri-corner img {
    height: 56px;
  }

  .nri-corner .section-title {
    font-size: 23px;
    bottom: 35%;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .banner_section h4 {
    top: 39%;
  }

  .banner_section {
    height: 300px;
  }

  .banner_section::after {
    height: 300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_section h4 {
    top: 39%;
  }

  .banner_section {
    height: 300px;
  }

  .banner_section::after {
    height: 300px;
  }
}

/* added new for about us banner */
.slim-banner {
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
    text-align: center;
    color: white;
    overflow: hidden;
	
}

.banner-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    z-index: 1;
}

.banner-title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}


.contactpgdiv {
    padding: 4rem 0;
}
.w50 {
    width: 50%;
}
.cform {
    background: #294b6d;
    padding: 30px;
    border-radius: 10px;
}
.cform h1 {
    color: #fff;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 600;
}
.cform p.tagline {
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
}
.contactpgdiv .container {
    align-items: center;
}
.w100 {
    width: 100%;
}
.cform form input {
    display: block;
    width: 98%;
    border-radius: 4px;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.text-center {
    text-align: center !important;
}
.cform form input[type=submit] {
    border-radius: 8px;
    font-size: 15px;
    width: 250px;
    background: #f1f1f1;
    color: #282828;
    text-transform: none;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-weight: 600;
	margin-top: 20px;
	margin-left: 20px;
    padding: 15px;
	display: block;
	
}

.caddress {
    margin-left: 60px;
}
.caddress h1 {
    font-size: 25px;
    color: #294b6d;
    padding-bottom: 10px;
}
.caddress p {
    padding-bottom: 15px;
}
hr:not([size]) {
    height: 1px;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
.caddress p a {
    color: #333333;
}
.caddress p i {
    padding-bottom: 12px;
    color: #d880aa;
    margin-right: 7px;
}