@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

:root {
  --why-bg: #60a788;
  --why-text: #ffffff;
  --why-muted: rgba(255, 255, 255, 0.95);
  --black: var(--black);
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-brand img {
  height: 70px;
}

.navbar {
  /* padding: 18px 32px; */
  padding: 0px 32px;
}

.custom-btn {
  background: #d88739;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  border: #d88739 1px solid;
  padding: 10px 20px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.5s;o
  -webkit-transition-duration: 0.5s;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.custom-btn:hover {
  background: #252525;
  color: #d88739;
  border: #d88739 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.google-logo {
  max-width: 250px;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: top;
  background-image: linear-gradient(180deg, #000, transparent 50%);
}

.hero-bg img {
  object-fit: cover;
}

.banner-tittle {
  color: white;
  font-size: 45px;
  font-weight: 600;
  font-family: "Oswald";
}

.heighlight {
  color: #d88739;
}

.banner-text {
  color: white;
  font-size: 20px;
  font-family: "Oswald";
}

.banner-text i {
  color: rgb(254, 204, 42);
}

.tittle {
  font-size: 35px;
}

.custom-form-card {
  border: none;
  padding: 40px;
}

.custom-input {
  border-radius: 8px;
  padding: 10px 14px;
}

.form-header {
  font-family: "Oswald";
}

.custom-back-btn {
  color: #e74c3c !important;
}

.custom-black {
  background: #252525;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  border: #252525 1px solid;
  padding: 10px 0px;
  font-size: 18.5px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.custom-black:hover {
  background: #d88739;
  color: #fff;
  border: #d88739 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.step-progress {
  position: absolute;
  right: 10px;
  top: 10px;
}

.progress-circle {
  display: inline-block;
  padding: 6px 14px;
  border: 2px solid #e74c3c;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  color: #e74c3c;
}

/* Section wrapper */

.features {
  max-width: 650px !important;
  /* same as screenshot */
  margin: 0 auto;
  /* center container */
}

.features p {
  font-family: Poppins;
}

.feature-icon img {
  width: 60px;
  /* control icon size */
  height: auto;
}

.feature-text {
  font-size: 16px;
  color: #2d2d2d;
  margin: 0;
}

#why-choose {
  background: black;
  color: var(--why-text);
  padding: 4.5rem 0;
  /* large vertical spacing like screenshot */
  overflow: hidden;
}

/* Heading */

#why-choose .section-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2px;
  font-family: Oswald;
}

/* Stats row */

#why-choose .stat {
  text-align: center;
  padding: 1rem 0.5rem;
}

/* Big number style */

#why-choose .stat .num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  line-height: 1;
  color: var(--why-text);
  /* responsive large number */
  font-size: clamp(40px, 7.6vw, 96px);
  margin-bottom: 0.5rem;
}

/* plus sign slightly smaller and spaced like screenshot */

#why-choose .stat .plus {
  font-size: 0.55em;
  opacity: 0.98;
  transform: translateY(-6px);
  letter-spacing: 0.06em;
}

/* Section wrapper */

#homes-budget {
  padding: 4rem 0;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/* Owl Carousel arrows */

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  color: #333 !important;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
}

/* Left arrow */

.owl-carousel .owl-nav .owl-prev {
  left: -20px;
/*   display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center; */
  border-radius: 50%;
  /* adjust as needed */
}

/* Right arrow */

.owl-carousel .owl-nav .owl-next {
  right: -20px;
/*   display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center; */
  border-radius: 50%;
  /* adjust as needed */
}

/* Hide text and use symbols */

.owl-carousel .owl-nav button span {
  font-size: 24px;
  font-weight: bold;
	margin-top: -3px;
/*   line-height: 1; */
}

/* Section heading */

#homes-budget .section-heading {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  color: #2e1e2d;
  margin-bottom: 0.25rem;
  font-family: Oswald;
}

/* Subheading */

#homes-budget .section-sub {
  font-size: clamp(14px, 1.3vw, 18px);
  color: #444;
  margin-bottom: 2rem;
  font-family: Poppins;
}

/* CTA button */

#homes-budget .btn-quote {
  background: #e74c52;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.65rem 1.6rem;
  border-radius: 999px;
  transition: 0.25s ease-in-out;
}

#homes-budget .btn-quote:hover {
  background: #d83c42;
}

/* Card style */

#homes-budget .home-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#homes-budget .home-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#homes-budget .home-card:hover img {
  transform: scale(1.03);
}

/* Gradient overlay for text visibility */

#homes-budget .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  display: flex;
  align-items: end;
  padding: 1rem;
  z-index: 1;
  /* lower layer */
}

#homes-budget .overlay span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  font-family: Oswald;
}

/* Price pill */

#homes-budget .price-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #5a3b55;
  /* purple-ish */
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  line-height: 1.2;
  z-index: 2;
  font-family: Poppins;
  /* stays above overlay */
}

/* Disclaimer note */

#homes-budget .note {
  font-size: 0.85rem;
  color: #555;
  margin-top: 1.5rem;
  font-family: Poppins;
}

/* label below number */

#why-choose .stat .label {
  font-size: clamp(12px, 1.2vw, 15px);
  color: var(--why-muted);
  margin-top: 0.25rem;
  display: block;
  font-family: Poppins;
}

/* Section wrapper */

#what-offer {
  padding: 4rem 0;
}

/* Heading */

#what-offer .section-heading {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  color: #2e1e2d;
  margin-bottom: 2rem;
  font-family: Oswald;
}

/* CTA button */

#what-offer .btn-quote {
  background: #e74c52;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.65rem 1.6rem;
  border-radius: 999px;
  transition: 0.25s ease-in-out;
}

#what-offer .btn-quote:hover {
  background: #d83c42;
}

/* Card style */

#what-offer .offer-card {
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.8rem;
  height: 350px;
  background: #fff;
  font-family: Poppins;
}

#what-offer .offer-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e1e2d;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#what-offer .offer-title img {
  width: 28px;
  height: 28px;
}

#what-offer ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

#what-offer ul li {
  margin-bottom: 0.5rem;
  color: #444;
}

#what-offer p {
  margin-bottom: 0.75rem;
  color: #444;
}

/* Section */

#partners {
  background: #f8f8f8;
  padding: 4rem 0;
  text-align: left;
}

#partners h2 {
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 700;
  color: #2e1e2d;
  margin-bottom: 0.5rem;
  font-family: Oswald;
}

#partners p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2.5rem;
  font-family: Poppins;
}

/* Logo card */

.partner-logo {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-logo img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.partner-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Section */

.estimate-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* space between images */
}

.estimate-img {
  max-width: 100px;
  height: auto;
}

.estimate-left {
  transform: scaleX(-1);
  /* flips image to face right */
}

.estimate-right {
  transform: scaleX(1);
  /* default */
}

#estimate {
  background: #fff;
  padding: 4rem 0;
  text-align: center;
}

#estimate h2 {
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  color: #2e1e2d;
  margin-bottom: 0.5rem;
  font-family: Oswald;
}

#estimate p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2.5rem;
  font-family: Poppins;
}

/* Cards */

.estimate-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-family: Poppins;
}

.estimate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.estimate-card img {
  max-height: 60px;
  margin-bottom: 1.5rem;
}

.estimate-card h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.estimate-card p {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.estimate-card .btn {
  border-radius: 50px;
  font-weight: 600;
  background: black;
  border: none;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  color: white;
}

.estimate-card .btn:hover {
  background: #d88739;
}

/* Section Titles */

h2.section-title {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Oswald;
}

/* How it works */

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.step {
  text-align: center;
  max-width: 160px;
  position: relative;
}

.step p {
  min-height: 50px;
  font-family: Poppins;
}

.step img {
  width: 100px;
  margin-bottom: 0.8rem;
  z-index: 1;
  position: relative;
  border-radius: 50%;
  border: 1px dotted;
  padding: 15px;
}

/* dotted connector line */

.step::after {
  content: "";
  position: absolute;
  top: 50px;
  /* vertically aligns with center of icon */
  /* right: -2rem; */
  /* adjust spacing */
  width: calc(100% + 2rem);
  border-top: 2px dotted #999;
  z-index: 0;
}

/* remove line after last item */

.step:last-child::after {
  display: none;
}

/* Responsive: stack steps vertically */

/* Guide Section */

.guide-box {
  display: flex;
  align-items: center;
  background: #555;
  border-radius: 8px;
  overflow: hidden;
  margin: 3rem 0;
  border: 2px solid #555;
  color: white;
}

.guide-box img {
  width: 50%;
  object-fit: cover;
}

.guide-text {
  padding: 2rem;
  flex: 1;
}

.guide-text h2 {
  font-size: 35px;
  line-height: 42px;
  font-family: Oswald;
}

.guide-text p {
  font-family: Poppins;
}

/* Testimonial */

.testimonial {
  text-align: center;
  margin: 3rem 0;
}

.testimonial img {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.testimonial p {
  font-style: italic;
  color: #555;
}

.custom-play-btn {
  top: 50%;
  left: 45%;
}

/* Connect with us */

.connect h2 {
  font-family: Oswald;
}

.connect p {
  font-family: Poppins;
}

.connect-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #2f4f75;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.connect-btn:hover {
  background-color: #223654;
  color: #fff;
}

.connect-btn-theme {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #d88739;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.connect-btn-theme:hover {
  background: #252525;
  color: #d88739;
  border: #d88739 1px solid;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  outline: 0;
}

.whatsapp-icon {
  /* color: #25d366; */
  /* background: #fff; */
  border-radius: 50%;
  padding: 2px;
  font-size: 1.4rem;
}

.call-icon {
  border-radius: 50%;
  padding: 2px;
  font-size: 1.2rem;
}

.connect {
  background: #f7f6f8;
  padding: 3rem 0;
  text-align: center;
}

.connect h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* FAQ */

.faq-section {
  margin: 3rem 0;
}

.accordion-button {
  font-weight: 500;
}

.accordion-header {
  font-family: Oswald;
}

.accordion-body {
  font-family: Poppins;
}
#faqAccordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
}
#faqAccordion .accordion-button:focus{
	border-color: #fff;
}
/* Footer */
footer{
	/*background-color: #000;*/
		background: url(https://interiorwali.in/wp-content/uploads/2025/09/footer_bg.webp) no-repeat;
	padding-top: 30px;
	    background-size: cover;
}

.big_footer{
	padding-bottom: 50px;
}
/* .big_footer h3{
	font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    margin-bottom: 36px;
} */
/* .big_footer h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: #4d4d4e 1px solid;
	position: relative;
} */
.big_footer h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: #4d4d4e 1px solid;
	position: relative;
	text-transform: uppercase;
}
.big_footer h3:after {
    position: absolute;
    content: '';
    background: #d88739;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
}


.big_footer p{
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 32px;
	position: relative;
}
.about_footer_txt p{
	padding-bottom: 32px;
	margin-bottom: 25px;
	    /* padding-left: 113px; */
}
/*.about_footer_txt p:after{*/
/*	width: 75%;*/
/*	height: 1px;*/
/*	background-color: #1f1f1f;*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*}*/
.address_list{
	padding: 0 0 0px 0;
    margin: 0 0 0 0;
    list-style: none;
    /*border-bottom: #1f1f1f 1px solid;*/
}

.address_list li, .address_list li a{
	padding: 0;
	margin: 0;
	color: #c4c4c4;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}	
.address_list li a:hover{
	color: #d88739;
	transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.address_list li{
	padding-bottom: 13px;
	    position: relative;
	        padding-left: 25px;
}
.address_list li img{
	    margin-right: 0;
    position: absolute;
    left: 0;
    top: 4px;
}

.big_footer .footer-menu{
	padding: 0;
	margin: 0;
	list-style: none;

}
.big_footer .footer-menu li{
	padding: 0;
	margin: 0 0 17px 0;
}
.big_footer .footer-menu li a{
display: block;
	font-size: 14px;
    color: #777;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
	text-decoration: none;
	padding: 0 0 5px 0;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.big_footer .footer-menu li a:hover{
    color: #d88739;
	padding-left: 5px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.big_footer .footer-menu li.active a{
    color: #d88739;
	padding-left: 0;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

  .big_footer ul.social-network {
	margin: 30px 0 0 0;
	padding: 0;
	z-index: 99;
	text-align: left;
}

.copy_footer{
	background: transparent;
	padding: 25px 0;
	text-align: center;
	position: relative;
}
.copy_footer:before{
	width: 60%;
	height: 1px;
	background: url('https://interiorwali.in/wp-content/uploads/2025/09/footer_border_top.webp') no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.copy_footer p{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}
.copy_footer p a{
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.copy_footer p a:hover{
	color: #d88739;
	text-decoration: none;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
footer a.recent-post-title {
    color: #777777;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	text-decoration: none;
}
.privacy-terms ul, .privacy-terms ul li a{
    list-style-type: none;
    /* display: inline-block; */
    color: #ddd;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	text-decoration: none;
}
.privacy-terms ul li {
    display: inline;
}
.privacy-terms ul{
	padding-left: 0;
}
.social_link {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
.social_link li{
	padding: 0;
	margin: 0;
	display: inline-block;
	
}

.social_link li a{
	padding: 0;
	margin: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	display: inline-block;

}

.social_link li a i{
	padding: 0;
	margin: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;

}



ul.social-network {
	margin: 0 0 0 0;
	padding: 0;
	z-index: 99;
	text-align: right;
  }
  ul.social-network li {
	  display: inline;
	  margin: 0 2px;
  }
  ul.social-network li.follw_txt {
	  font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	padding-right: 10px;
  }
			  
	  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
	  color:#3B5998;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  .social-network a.icoTwitter:hover {
	  color:#33ccff;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  
  .social-network a.icoGoogle:hover {
	  color:#BD3518;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  .social-network a.icobehance:hover {
	  color:#1666f7;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  .social-network a.icolinkedin:hover {
	  color:#007ab9;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
    .social-network a.icoyoutube:hover {
	  color:#f70000;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  .social-network a.iconpinterest:hover {
	  color:#df1a26;
	  transition-duration: 2s;
	  -webkit-transition-duration: 2s;
  }
  
  /* .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
  .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icobehance:hover i {
	  color:#fff;
  } */
  a.socialIcon:hover, .socialHoverClass {
	  color:#44BCDD;
  }		
			  
  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    background: transparent;
}

  
  .social-circle li a:hover i{
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -ms--transform: rotate(360deg);
	  transform: rotate(360deg);
	  -webkit-transition: all 0.2s;
	  -moz-transition: all 0.2s;
	  -o-transition: all 0.2s;
	  -ms-transition: all 0.2s;
	  transition: all 0.2s;
  }
  .social-circle i {
	  color: #fff;
	  -webkit-transition: all 0.8s;
	  -moz-transition: all 0.8s;
	  -o-transition: all 0.8s;
	  -ms-transition: all 0.8s;
	  transition: all 0.8s;
  }
	a.connect-btn:hover, a.connect-btn-theme:hover{
		text-decoration: none;
	}
	h2 {
		text-transform: capitalize;
	}