
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:var(--main-color-two);
}

.main-footer .pattern-layer-one{
	position:absolute;
	left:0px;
	bottom:140px;
	width:449px;
	height:350px;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:140px;
	width:472px;
	height:388px;
	background-repeat:no-repeat;
}

.main-footer .widgets-section{
	position:relative;
	text-align:center;
	padding:210px 0px 110px;
}

.main-footer .logo{
	position:relative;
	line-height:1em;
	margin-bottom:var(--margin-bottom-50);
}

.main-footer .contact-info-list{
	position:relative;
}

.main-footer .contact-info-list li{
	position:relative;
	text-align:left;
	line-height:1.9em;
	color:var(--white-color);
	padding-left:var(--padding-left-60);
	margin-right:var(--margin-right-100);
	margin-bottom:var(--margin-bottom-30);
	display:inline-table;
}

.main-footer .contact-info-list li:last-child{
	margin-right:var(--margin-zero);
}

.main-footer .contact-info-list li a{
	position:relative;
	display:inline-block;
	color:var(--white-color);
}

.main-footer .contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
}

.main-footer .contact-info-list li a:hover{
	color:var(--main-color);
}

.main-footer .social-box{
	position:relative;
	margin-top:var(--margin-top-40);
}

.main-footer .social-box li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.main-footer .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	background-color:var(--main-color);
}

.main-footer .social-box li a:hover{
	color:var(--main-color);
	background-color:var(--white-color);
}

.main-footer .social-box.style-two li a{
	background: linear-gradient(to left, var(--main-color-twentytwo) 0%, var(--main-color-eighteen) 100%);
}

.main-footer .social-box.style-two li a:hover{
	background-image:none;
	background-color:var(--white-color) !important;
}

.main-footer .footer-bottom{
	position:relative;
	padding:34px 0px;
	text-align:center;
	background-color:#010a2e;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:var(--font-15);
	color:var(--white-color);
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:var(--main-color);
}

.main-footer .footer-bottom .copyright a:hover{
	color:var(--white-color);
}

.main-footer.style-two{
	background-color:var(--main-color-three);
}

.main-footer.style-two .widgets-section{
	padding-top:190px;
}

.main-footer.style-two .footer-bottom{
	background-color:#01274e
}

/* Style Three */

.main-footer.style-three{
	background-color:var(--dark-color-three);
}

.main-footer.style-three .footer-bottom{
	background-color:#080f19;
}

.main-footer.style-three .social-box li a{
	background-color:var(--main-color-four);
}

.main-footer.style-three .social-box li a:hover{
	color:var(--white-color);
	background-color:var(--main-color-five);
}

.main-footer.style-three .contact-info-list li a:hover{
	color:var(--main-color-four);
}

.main-footer.style-three .footer-bottom .copyright a{
	color:var(--main-color-four);
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	padding:260px 0px 0px;
	margin-top:-180px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: var(--dark-color-four);
}

.footer-style-two .pattern-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:670px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.footer-style-two .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.footer-style-two .footer-widget h5{
	color:var(--white-color);
	margin-top:var(--margin-top-25);
	margin-bottom:var(--margin-bottom-25);
	font-family:var(--font-family-Sen);
}

.footer-style-two .logo-widget{
	position:relative;
}

.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:var(--margin-bottom-20);
}

.footer-style-two .logo-widget .text{
	position:relative;
	color:var(--white-color);
	font-size: var(--font-16);
	font-family:var(--font-family-DM-Sans);
	margin-bottom:var(--margin-bottom-25);
}

.footer-style-two .logo-widget .social-box{
	position:relative;
}

.footer-style-two .logo-widget .social-box li{
	position:relative;
	margin-right:5px;
	margin-bottom:4px;
	display:inline-block;
}

.footer-style-two .logo-widget .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	font-size:var(--font-14);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:var(--white-color-opicity-three);
}

.footer-style-two .logo-widget .social-box li a:hover{
	background-color:var(--white-color);
	color:var(--main-color-seven);
}

/* List Link Three */

.quick-links{
	position:relative;
}

.quick-links li{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.quick-links li a{
	position:relative;
	font-weight:500;
	color:var(--white-color);
	font-size:var(--font-16);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family:var(--font-family-DM-Sans);
}

.quick-links li a:hover{
	color:var(--main-color-seven);
	text-decoration:underline;
}

.footer-style-two .newsletter-widget .text{
	font-weight:400;
	color:var(--white-color);
	font-size:var(--font-16);
	margin-bottom:var(--margin-bottom-25);
	font-family:var(--font-family-DM-Sans);
}

/* Email Form */

.newsletter-form-two{
	position:relative;
}

.newsletter-form-two .form-group{
	position:relative;
	margin:0px;
	width:100%;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="email"]{
	position:relative;
	line-height:24px;
	display:block;
	font-size:var(--font-14);
	height:60px;
	width:100%;
	z-index:1;
	color:var(--white-color);
	box-shadow:inherit;
	border-radius:5px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:none;
	padding:7px 15px 7px 25px;
	border:1px solid var(--white-color-opicity-two)
}

.newsletter-form-two .form-group input::placeholder,
.newsletter-form-two .form-group textarea::placeholder{
	color:var(--white-color);
}

.newsletter-form-two .form-group input[type="text"]:focus,
.newsletter-form-two .form-group input[type="email"]:focus{
	
}

.newsletter-form-two .form-group .theme-btn{
	position:absolute;
	right:5px;
	top:5px;
	padding:10px 28px;
	font-size:var(--font-14);
}

.footer-style-two .footer-bottom{
	position:relative;
}

.footer-style-two .footer-bottom .inner-container{
	position:relative;
	padding:22px 0px;
	border-top:1px solid var(--white-color-opicity-three);
}

.footer-style-two .footer-bottom .copyright-column{
	position:relative;
}

.footer-style-two .footer-bottom .copyright-column .copyright{
	position:relative;
	color:var(--white-color);
	font-size:var(--font-16); 
}

.footer-style-two .footer-bottom .copyright-column .copyright a{
	position:relative;
	color:var(--white-color);
}

.footer-style-two .footer-bottom .nav-column{
	position:relative;
	text-align:right;
}

.footer-style-two .footer-bottom .nav-column .footer-bottom-nav{
	position:relative;
}

.footer-style-two .footer-bottom .nav-column .footer-bottom-nav li{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-right:var(--margin-right-15);
	padding-right:var(--padding-right-15);
	border-right:1px solid var(--white-color-opicity-three);
}

.footer-style-two .footer-bottom .nav-column .footer-bottom-nav li a{
	position:relative;
	color:var(--white-color);
	font-size:var(--font-16);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .footer-bottom .nav-column .footer-bottom-nav li a:hover{
	color:var(--main-color-seven);
}

.footer-style-two .footer-bottom .nav-column .footer-bottom-nav li:last-child{
	padding-right:var(--padding-zero);
	margin-right:var(--margin-zero);
	border:0px;
}

/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three{
	position:relative;
	padding:80px 0px 0px;
	margin-top:40px;
	background-color: var(--dark-color-seven);
}

.footer-style-three .shadow-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:50px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.footer-style-three .footer-widget{
	position:relative;
	padding-bottom:var(--padding-bottom-40);
}

.footer-style-three .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.footer-style-three .footer-widget h5{
	color:var(--white-color);
	margin-top:var(--margin-top-25);
	padding-bottom:var(--padding-bottom-10);
	margin-bottom:var(--margin-bottom-25);
	font-family:var(--font-family-Sen);
}

.footer-style-three .footer-widget h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:3px;
	background: var(--main-color-ten);
	background: -webkit-linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
	background: -moz-linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
	background: linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
}

.footer-style-three .logo-widget{
	position:relative;
}

.footer-style-three .logo-widget .logo{
	position:relative;
	margin-bottom:var(--margin-bottom-20);
}

.footer-style-three .logo-widget .text{
	position:relative;
	color:#CECECE;
	line-height:1.7em;
	font-size: var(--font-16);
	font-family:var(--font-family-DM-Sans);
	margin-bottom:var(--margin-bottom-25);
}

.footer-style-three .logo-widget .social-box{
	position:relative;
}

.footer-style-three .logo-widget .social-box li{
	position:relative;
	margin-right:5px;
	margin-bottom:4px;
	display:inline-block;
}

.footer-style-three .logo-widget .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	font-size:var(--font-14);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:var(--white-color-opicity-three);
}

.footer-style-three .logo-widget .social-box li a:hover{
	background-color:var(--white-color);
	color:var(--main-color-thirteen)
}

/* List Link Three */

.quick-links-two{
	position:relative;
}

.quick-links-two li{
	position:relative;
	margin-bottom:var(--margin-bottom-10);
}

.quick-links-two li a{
	position:relative;
	font-weight:400;
	color:#CECECE;
	font-size:var(--font-16);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family:var(--font-family-DM-Sans);
}

.quick-links-two li a:hover{
	color:var(--main-color-thirteen);
	text-decoration:underline;
}

.footer-style-three .newsletter-widget .text{
	font-weight:400;
	line-height:1.6em;
	color:var(--white-color);
	font-size:var(--font-16);
	margin-bottom:var(--margin-bottom-25);
	font-family:var(--font-family-DM-Sans);
}

/* Email Form */

.newsletter-form-four{
	position:relative;
}

.newsletter-form-four .form-group{
	position:relative;
	margin:0px;
	width:100%;
}

.newsletter-form-four .form-group input[type="text"],
.newsletter-form-four .form-group input[type="email"]{
	position:relative;
	line-height:24px;
	display:block;
	font-size:var(--font-14);
	height:56px;
	width:100%;
	z-index:1;
	color:var(--white-color);
	box-shadow:inherit;
	border-radius:50px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:none;
	padding:7px 15px 7px 25px;
	border:1px solid var(--white-color-opicity-two)
}

.newsletter-form-four .form-group input::placeholder,
.newsletter-form-four .form-group textarea::placeholder{
	color:var(--white-color);
}

.newsletter-form-four .form-group input[type="text"]:focus,
.newsletter-form-four .form-group input[type="email"]:focus{
	
}

.newsletter-form-four .form-group .theme-btn{
	position:absolute;
	right:8px;
	top:8px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50px;
	text-align:center;
	font-size:var(--font-14);
	color:var(--white-color);
	background: var(--main-color-ten);
	background: -webkit-linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
	background: -moz-linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
	background: linear-gradient(to right, var(--main-color-ten) 0%, var(--main-color-eleven) 100%);
}

.footer-style-three .contact-list{
	position:relative;
}

.footer-style-three .contact-list li{
	position:relative;
	color:#cecece;
	padding-left:var(--padding-left-50);
	margin-bottom:var(--margin-bottom-15);
}

.footer-style-three .contact-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:35px;
	height:35px;
	line-height:33px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	color:var(--white-color);
	border:1px solid var(--white-color-opicity-two);
}

.footer-style-three .footer-bottom{
	position:relative;
	text-align:center;
}

.footer-style-three .footer-bottom .inner-container{
	padding:22px 0px;
	border-top:1px solid var(--white-color-opicity-three);
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	color:var(--white-color);
	font-size:var(--font-16);
	font-family:var(--font-family-DM-Sans);
}

.footer-style-three .footer-bottom .copyright a{
	position:relative;
	color:var(--white-color);
}

/*** 

====================================================================
	Footer Style four
====================================================================

***/
.footer-style-four{
	position:relative;
	background-color:var(--main-color-two);
}

.footer-style-four .pattern-layer-one{
	position:absolute;
	left:0px;
	bottom:140px;
	width:449px;
	height:350px;
	background-repeat:no-repeat;
}

.footer-style-four .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:140px;
	width:472px;
	height:388px;
	background-repeat:no-repeat;
}

.footer-style-four .widgets-section{
	position:relative;
	text-align:center;
	padding:210px 0px 110px;
}
  .cspir-curve-footer:before {
	position: absolute;
	content: '';
	right: -3%;
	left: -3%;
	border-radius: 0 0 100% 100%;
	overflow-x: hidden;
	background-color: #1685b500;
	height: 250px;
	bottom: 0;
	box-shadow: 2px 0 0 115px #080523;
  }
  .cspir-curve-footer {
	position: relative;
	overflow: hidden;
	min-height: 100px;
  }
  .footer-wrap {
	padding: 100px 0 50px;
  }
  .footer-widget.post-widget {
	padding-right: 45px;
  }
  .footer-widget .cspir-logo {
	padding-bottom: 23px;
  }
  .footer-widget {
	color: #ffffff;
	padding-bottom: 35px;
  }
  .footer-widget p {
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 0;
	padding-bottom: 20px;
  }
  .woocommerce .footer-widget p {
	color: #dcdcdc;
  }
  .footer-widget h3 {
	font-size: 22px;
  }
  .footer-widget .cspir-btns-group {
	padding-top: 17px;
  }
  .footer-widget ul li {
	padding: 0 0 8px 24px;
	position: relative;
  }
  .footer-widget ul li:last-child {
	padding-bottom: 0;
  }
  .footer-widget ul li a {
	color: #d4d4d4;
  }
  .footer-widget ul li a:hover {
	color: #ff5c97;
  }
  .footer-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  .footer-widget strong,
  .footer-widget b {
	color: #d4d4d4;
  }
  .footer-widget ul ul {
	padding: 8px 0 0;
  }
  .widget_text .nice-select {
	margin-bottom: 0;
  }
  .footer-widget ul li:before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	background-color: #4c25c4;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
  }
  .footer-widget .nice-select ul li:before {
	content: none;
  }
  .footer-widget.featured-project-widget ul li:before {
	content: none;
  }
  span.cspir-menu-badge {
	background: #ff5c97;
	margin-left: 8px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 10px;
	border-radius: 10px;
	position: relative;
	top: -4px;
  }
  .footer-link ul li i {
	min-width: 18px;
	margin-right: 3px;
  }
  .cspir-contact {
	padding-top: 11px;
  }
  .cspir-contact h6 {
	font-size: 16px;
  }
  .contact-link {
	padding-bottom: 5px;
	font-weight: 600;
  }
  .footer-widget .contact-link {
	font-weight: 500;
	float: left;
  }
  .contact-link a {
	color: inherit;
  }
  .footer-widget .caspiar-contact .contact-link a {
	display: block;
	width: auto;
	font-size: 17px;
	font-weight: 400;
	
  }
  .footer-widget .contact-link {
	font-weight: 500;
	width: auto;
	float: left;
	display: inline-block;
	margin: 0;
	padding-right: 55px;
  }
  .footer-widget .contact-link:last-child {
	padding-right: 0;
  }
  .footer-widget .caspiar-contact {
	display: inline-block;
	width: 100%;
	background: #191732;
	padding: 22px 30px 18px;
	border-radius: 10px;
  }
  .footer-widget .contact-link h6 {
	color: #ff5c97;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	float: left;
  }
  .first-widget-item {
	padding-right: 60px;
  }
  .third-widget-item {
	padding-left: 40px;
  }
  .footer-widget .widget-title {
	padding-bottom: 30px;
	font-weight: 600;
	margin-bottom: 0;
	color: #ff5c97;
  }
  .footer-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  .footer-link ul li {
	padding: 0 0 14px 0;
	position: relative;
  }
  .footer-link ul li:before {
	content: none;
  }
  .footer-link ul li a {
	display: inline-block;
	color: #ece9e9;
	
  }
  .post-item {
	padding-bottom: 17px;
  }
   .post-item h6 {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 4px;
  }
   .post-date {
	font-size: 14px;
  }
  .post-title {
	padding-bottom: 4px;
	color: #999999;
  }
  .post-title a {
	color: inherit;
  }
  .post-date {
	color: #777777;
  }
  .footer-widget .post-date {
	color: #d9d9d9;
  }
  .featured-projects {
	padding-top: 5px;
  }
  .featured-projects ul {
	padding: 0;
	margin: 0 -7px;
	list-style: none;
  }
  .featured-projects ul:before, 
  .featured-projects ul:after {
	display: table;
	content: "";
  }
  .featured-projects ul:after {
	clear: both;
  }
  .featured-projects ul li {
	float: left;
	width: 50%;
	padding: 0 7px 12px;
  }
  .cspir-post {
	padding-right: 45px;
  }
  .footer-spacer {
	padding-right: 10px;
  }
  .cspir-copyright {
	padding: 16px 0 16px;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
  }
  .cspir-copyright p {
	padding-bottom: 0;
	color: #c7c7c7;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 10px;
  }
  .cspir-copyright p a,
  .cspir-copyright a {
	color: #ffffff;
  }
  .cspir-copyright a:hover {
	color: #fff;
  }
  /* Cspir Sticky Footer */
  .cspir-sticky-footer .main-wrap-inner {
	background: #ffffff;
	position: relative;
	z-index: 1;
  }
  .cspir-sticky-footer .cspir-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
  }

