@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body,
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
 
  /*line-height: 1.6;*/
  color: #3e3e3e;
}

p {
  /*margin: 0;*/
  padding: 0;
}

.navbar-brand img {
  max-width: 65px;
}

.nav-item a,
.ph-no,
.footer-bottom,
.footer-bottom p {
 /* font-size: 1rem;*/
  color: #333;
}

.nav-item a {
  white-space: nowrap;
}

.ph-no {
  color: #c96868;
}

.underline {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.form-control {
 

  font-size: 0.875rem;
  color: #222;
}

.form-control::placeholder {
  color: #222;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #cccccc;
}

.sml-txt {
  font-size: 0.788rem;
}

.txt-wht {
  color: #fff;
}

.org-txt {
  color: #e76f51;
}

.gray-txt {
  color: #3e3e3e !important;
  font-weight: 400;
}

h1 {
  font-size: 2.375rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.313rem;
}

h4 {
  font-size: 38px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

.sticky-top {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 94%;
  max-width: 1260px;
}

.banner-area,
.banner-bot-area,
.home-section7-area {
  display: flex;
}

.banner-bot-area {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.24);
}

.banner-col1,
.banner-bot-col1,
.home-section7-col1,
.home-section10-col1 {
  width: 62.5%;
}

.banner-col2,
.banner-bot-col2,
.home-section7-col2,
.home-section10-col2 {
  width: 37.5%;
}

.banner-bot-col1 {
  padding: 10px 40px;
}

.banner-bot-area h2,
.home-section3 h2 {
  color: #ff885b;
  font-weight: 300;
}

.banner-bot-area h3,
.home-section2 h3,
.home-section4 h3,
.home-section5 h3,
.home-section6 h3,
.home-section7 h3,
.home-section8 h3,
.home-section9 h3,
.home-section10 h3,
.home-section11 h3 {
  color: #ff885b;
}

.plan-heading {
  display: flex;
}

.plan-heading p {
  padding-bottom: 20px;
  flex-grow: 1;
}

.form-area {
  padding: 20px;
  background: #1e2a5e;
}

.btn1 {
  background: #fccd2a;
  color: #3e3e3e;
  transition: all .3s ease;
}

.btn1:hover {
  background: #fdde71;
  color: #3e3e3e;
  transition: all .3s ease;
}

a.btn2 {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  background: #fccd2a;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s ease;
}

a.btn2:hover {
  display: inline-block;
  padding: 5px 20px;
  background: #fdde71;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s ease;
}

.btn-padd1 {
  padding-right: 50px !important;
}

a.btn2 i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.home-section4 {
  position: relative;
  background: url(../images/text-area-bg2.jpg) no-repeat 0 bottom;
  background-size: cover;
}

.wht-box,
.wht-box2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  top: -50px;
  background: #fff;
  border: 1px solid #cccccc;
}

.home-section5-heading-area,
.home-section9-label-area,
.emi-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

a.filter-btn {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #3e3e3e;
  text-decoration: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all .3s ease;
}

a.filter-btn:hover {
  display: inline-block;
  padding: 5px 10px;
  background: #fccd2a;
  color: #3e3e3e;
  text-decoration: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all .3s ease;
}

a.filter-btn img {
  margin-right: 7px;
  max-width: 15px;
}

ul.amenities-area {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.amenities-area li {
  background: url(../images/bullet1.png) no-repeat 0 12px;
  padding: 10px 0 10px 30px;
}

.home-section7-col1,
.home-section10-col1 {
  padding-right: 20px;
}

.home-section8-inner {
  background: url(../images/text-area-bg3.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 5%;
}

.home-section8 h3.big-txt {
  font-size: 1.875rem;
  color: #fccd2a;
}

p.big-txt2 {
  font-size: 1.063rem;
}

.progress-bar-area {
  padding-bottom: 40px;
}

.progress {
  height: 10px;
}

.bar-color {
  background: #e76f51;
}

.loan-btn-area img {
  max-width: 130px;
}

.home-section10 {
  background: #f1f1f1;
}

#project-slider.owl-carousel .owl-nav button,
#project-slider2.owl-carousel .owl-nav button,
#project-slider3.owl-carousel .owl-nav button {
  position: absolute;
  top: 34%;
  z-index: 10;
  font-size: 0px;
  display: block;
  width: 30px;
  height: 30px;
}

#project-slider.owl-carousel .owl-nav button.owl-next,
#project-slider.owl-carousel .owl-nav button.owl-next:hover,
#project-slider2.owl-carousel .owl-nav button.owl-next,
#project-slider2.owl-carousel .owl-nav button.owl-next:hover,
#project-slider3.owl-carousel .owl-nav button.owl-next,
#project-slider3.owl-carousel .owl-nav button.owl-next:hover {
  font-size: 0px;
  top: -50px;
  right: 10px;
  background: url(../images/arrow-next.png) no-repeat top center;
  background-size: 30px 30px;
}

#project-slider.owl-carousel .owl-nav button.owl-prev,
#project-slider.owl-carousel .owl-nav button.owl-prev:hover,
#project-slider2.owl-carousel .owl-nav button.owl-prev,
#project-slider2.owl-carousel .owl-nav button.owl-prev:hover,
#project-slider3.owl-carousel .owl-nav button.owl-prev,
#project-slider3.owl-carousel .owl-nav button.owl-prev:hover {
  font-size: 0px;
  top: -50px;
  right: 50px;
  background: url(../images/arrow-next.png) no-repeat top center;
  transform: scaleX(-1);
  background-size: 30px 30px;
}

.home-section11 {
  background: #e6e5e5;
}

.home-section11 i {
  color: #c96868;
  font-size: 18px;
  margin-right: 5px;
}

.lft-padd {
  padding-left: 25px;
}

.home-section11 .form-control {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-no-curve {
 
}

.overview-links-area {
  position: relative;
  top: -90px !important;
  padding: 0 40px;

}

.overview-links-area a {
  color: #3e3e3e;
  text-decoration: none;
  margin-right: 30px;
}

.icon-boxes-area {
  background: #fff;
  padding: 0px 40px;
}

.icon-box-text-part {
  display: flex;
  flex-wrap: wrap;
}

.home-section2 {
  position: relative;
  background: url(../images/textareabg.png) no-repeat 0 bottom;
  background-size: auto;
  background-size: 100% auto;
}

.home-section2 .col span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  width: 74px;
  height: 72px;
  margin-bottom: 10px;
}

.home-section2 .col span img {
  max-width: 32px;
  max-height: 32px;
}

.home-section2 .col p {
  font-size: 0.75rem;
}

.wht-box2 {
  border: 0;
  padding-top: 40px;
  top: 0px;
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
}

footer h3 {
  color: #fccd2a;
  font-weight: 400;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  padding: 10px 0;
  background: #fff;
  color: #3e3e3e;
}

.footer-bottom a {
  color: #3e3e3e;
  text-decoration: none;
}

.social-icon-area {
  margin-top: 15px;
}

.social-icon-area a {
  margin-right: 1px;
  text-decoration: none;
}

.social-icon-area a img {
  width: 100%;
  max-width: 27px;
}

/*-----back to top start------*/

.back-to-top {
  position: fixed;
  display: none;
  background: transparent;
  border: 1px solid #ff885b;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  transition: all .4s ease;
}

.back-to-top:hover {
  background: #ff885b;
  border: 1px solid #ff885b;
  color: #fff;
  cursor: pointer;
  transition: all .4s ease;
}

.back-to-top i {
  color: #ff885b;
  transition: all .4s ease;
}

.back-to-top:hover i {
  color: #fff;
  transition: all .4s ease;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

/*-----back to top end------*/
@media screen and (min-width: 992px) {
  .nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
  }
}

@media screen and (max-width: 1190px) {
  ul.header-rgt-menu {
    white-space: normal;
  }
}

@media screen and (max-width: 575px) {

  .mobile-center1 img,
  .mobile-center1 h5,
  .mobile-center1 .btn3 {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .webinar-engagement-section3.mobile-center1 h5 {
    flex-direction: column;
  }

  .btn-area1 {
    margin: 30px 0;
  }
}

 .section-title {
            color: #FF885B;
           font-size: 28px;
            font-weight: bold;
        }
        .section-subtitle {
            color: #4E31AA;
            font-size: 20px;
            font-weight: bold;
        }
        .text-highlight {
            color: #FF885B;
        }
        .icon {
            color: #FF885B;
            font-size: 24px;
        }
        .step-title {
            color: #FF885B;
            font-size: 18px;
            font-weight: bold;
        }
        .step-description {
            color: #333;
            font-size: 16px;
        }
		
		.bcontent {
            text-align: center;
            padding: 20px 0;
            font-size: 34px;
            color: #FF885B;
        }
		
		
		stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            background: #a0522d;
            color: white;
            padding: 50px;
			background-image: url(img/111.png);
			background-size: cover;
            background-repeat: no-repeat;
        }
        .stat-item {
            text-align: left;
            
            margin: 10px;
			
        }
		
        .stat-item h3 {
            margin: 0;
            font-size: 35px;
          margin-bottom: 10px;
          color: #fccc2a;
          text-align: left;
        }
        .stat-item p {
            margin: 5px 0 0;
            font-size: 18px;
        }
		
		@media (min-width: 600px) 
		{
		.stats
		{
		padding-left: 130px;
  padding-right: 110px;
  
  
		}
		}
		
		 .stats-section {
            padding: 50px 0;
			
        }
        .stat-item h2 {
            font-size: 2rem;
            margin: 0;
        }
        .stat-item p {
            font-size: 1rem;
            margin: 0;
        }
		
		.cont1
		{
			background-image: url(images/111.png);
  background-size: cover;
  background-repeat: no-repeat;
		}
		
		.stat-item h2
		{
			color:#fccc2a;
	
		}
		.stat-item p
		{
		color:#fff;	
		}
		
		
@media screen and (max-width: 575px)
{
		.stat-item {
            text-align: center;
            
            margin: 10px;
			
        }
}

        .service-title {
            color: #FF885B;
            font-size: 1.5rem;
            font-weight: bold;

        }
        .service-description {
            color: #555;
            font-size: 1rem;
        }
        .service-item {
            margin-bottom: 2rem;
        }
        .service-image {
            width: 100%;
            height: auto;
        }
        @media (max-width: 767.98px) {
            .service-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .service-item img {
                order: -1;
                margin-bottom: 1rem;
            }
        }
					.carousel-container {
            position: relative;
           
            overflow: hidden;
            margin-top: 50px;
			
        }
		
		@media (max-width: 768px) 
		{
		.carousel-container {
             width: 90%;
               }
			   }
		
		@media (min-width: 768px) 
		{
		.carousel-container {
            
			margin-right: 72px !important;
            margin-left: 72px;
               }
			   }
		.services-header {
            color: #FF885B;
            font-size: 36px;
            margin-top: 50px;
            text-align: left;
            padding-left: 20px;
        }
        .services-subheader {
            color: #333;
            font-size: 18px;
            margin-top: 10px;
            text-align: left;
            padding-left: 20px;
			margin-bottom: -80px;
        }
			@media (min-width: 768px) 
			{
			.services-header,.services-subheader 
			{
			margin-left:120px;
			}
			}
			@media (min-width: 768px) 
			{
			.team-section
			{
			margin-left:120px;	
			}	
			}
			.carousel-container {
            position: relative;
           
            overflow: hidden;
            margin-top: 50px;
			
        }
		
		.containerservice
		{
		max-width: 100%;
       margin-left: 118px;
       margin-right: 118px;
       background: #fff;
	   border-bottom-right-radius: 100px;
		}
		.navigation {
            
            top: 0;
            width: 100%;
            display: flex;
            justify-content: end;
            padding: 10px;
        }
        .navigation i {
            font-size: 24px;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.7);
            padding: 10px;
            border-radius: 50%;
		}
		
		
       .servicec p 
	   {
           color: #FF885B;
           font-size: 20px;
           margin-top: 40px;
            margin-bottom:80px;
       }
         @media (max-width: 768px) 
		{
         .carousel-container
       {
	   margin-left:20px;
	   margin-right:20px;
	   
       }
		}
		 @media (min-width: 768px) 
		 {
		
		 }
		 
		         .team-section {
            background-color: #fff;
            padding: 20px;
			border-bottom-right-radius: 100px;
        }
        .team-section h2 {
            color: #FF885B;
            font-size: 24px;
            margin-bottom: 20px;
        }
        .team-section .card {
            border: none;
        }
        .team-section .card img {
            width: 100%;
            height: auto;
        }
        .team-section .card-body {
            padding: 10px 0;
        }
        .team-section .card-title {
            font-size: 16px;
            font-weight: bold;
        }
        .team-section .card-text {
            font-size: 14px;
            color: #666;
        }
        .offer-section {
            padding: 40px 20px;
        }
        .offer-section h3 {
            color: #FF885B;
            font-size: 24px;
            margin-bottom: 20px;
        }
        .offer-section .btn {
            background-color: #fdd835;
            color: #000;
            font-weight: bold;
        }
        .offer-section .btn i {
            margin-left: 10px;
			font-siz
        }
        .offer-section .benefits-list {
            list-style: none;
            padding: 0;
        }
        .offer-section .benefits-list li {
            border: 1px solid #ccc;
            padding: 10px;
            margin-bottom: 10px;
            font-size: 14px;
        }
		@media (min-width: 768px) 
		{
		.offer-section .benefits-list
		{
		padding-right:100px;	
			
		}
		}
		
		.offer-section p
		
		{
		font-size:16px;	
		margin-bottom:10px;
		}
		@media (max-width: 768px) 
		{
      .services-header
		 {
			 text-align:center;
			 font-size:25px;
		 }
		}
		@media (max-width: 768px) 
		{
		.team-section h2
		{
		text-align:center;	
		}
		}
		
		
.home12 {
  position: relative;
  background-image: url(images/bga.png)!important;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100% auto;
  background-position: bottom;
}

.home12 .col span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  width: 74px;
  height: 72px;
  margin-bottom: 10px;
}

.home12 .col span img {
  max-width: 32px;
  max-height: 32px;
}

.home12 .col p {
  font-size: 0.75rem;
}



	
.bservice {
  position: relative;
  background-image: url(images/bga1.png)!important;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100% auto;
  background-position: bottom;
}

.bservice .col span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  width: 74px;
  height: 72px;
  margin-bottom: 10px;
}

.bservice .col span img {
  max-width: 32px;
  max-height: 32px;
}

.bservice .col p {
  font-size: 0.75rem;
}
.desk-only{
    display: block;
  }




