/* Footer Top Section Style */
.footer-top-section {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .footer-top-section {
    padding: 60px 0;
  }
}

/* Footer Top Widget Wrapper Style */
.footer-widget-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  gap: 40px 0;
}
.footer-widget-wrapper > .col {
  flex: 0 0;
  max-width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-widget-wrapper > .col:first-child {
  flex: 1 0 auto;
  max-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-wrapper > .col:first-child {
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-widget-wrapper > .col:first-child {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-wrapper > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-widget-wrapper > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Footer Widget Style */

.footer-top-section {
	background-color: var(--footer-top-bg-color);
}
.footer-bottom-section {
	background-color: var(--footer-bottom-bg-color);
}
.footer-widget-logo {
  display: flex;
  margin-bottom: 30px;
}
.footer-widget.footer-info h4 {
  margin-bottom: 11px;
}
.footer-widget h4 {
  margin-bottom: 31px;
  white-space: nowrap;
}
.footer-widget p {
  margin-bottom: 12px;
}
.footer-widget > a {
  color: var(--primary-color);
}
.footer-widget > a:hover {
  text-decoration: underline;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.footer-widget ul li + li {
  margin-top: 12px;
}
.footer-widget ul li a {
  color: var(--footer-link-color);
}
.footer-widget ul li a:hover {
  color: var(--footer-link-hover-color);
}
/* Footer Bottom Section Style */
.footer-bottom-section {
  padding: 17px 0;
  border-top: 1px solid var(--footer-border-color);
}

.footer-copyright {
  text-align: center;
}
.footer-copyright p {
	color: var(--footer-bottom-text-color);
}






/*======================== techshakeel FOOTER TOP AREA CSS =========================*/
.footer-top {
    background: #0f1328;
    padding: 120px 0 100px;
}

.footer-top-inner h2 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 35px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-top-inner h2 span {
	color: #0c5adb;
	font-weight: 600;
}

.footer-top-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #b4bbc9;
    margin-left: auto;
    margin-right: auto;
    width: 69%;
}

.footer-social-icon {
	padding: 10px 0 20px;
	text-align: center;
}

.footer-social-icon a i {
    color: #b4bbc9;
    font-size: 16px;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1c2940;
    line-height: 70px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

.footer-social-icon a i:hover {
	background-color: #ff4b57;
	color: #fff;
}

.footer-social-icon.htop-menu-s {
	padding: 0;
	display: inline-block;
	margin-left: 30px;
}

.footer-social-icon.htop-menu-s a i {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	width: 35px;
	color: #333;
}
.footer-top-inner .text-center {
    margin-bottom: 32px;
    text-align: center;
}

/*======================== techshakeel FOOTER MIDDLE AREA CSS =========================*/
.footer-middle {
	padding: 82px 0 33px;
	position: relative;
	background: #111a3a;
	z-index: 1;
}
.get_quote{
	position:relative;
	z-index:1;
}
.get_quote::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 28px;
    background: url(assets/images/circle-small.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 271px;
    z-index: 999;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    z-index: -1;
    opacity: 0.6;
}
.get_quote::after {
    content: "";
    position: absolute;
    left: 48%;
    top: 64%;
    background: url(assets/images/shape6.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 271px;
    z-index: 999;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    z-index: -1;
    opacity: 0.5;
}

.wpfdp {
	padding-bottom: 30px;
}
.footer-middle .widget h2 {
    font-size: 22px;
    margin-bottom: 35px;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
}
.footer-middle .recent-post-text h4 a {
    color: #f8f9fe;
    font-size: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.recent-post-image img {
    border-radius: 5px;
}
.footer-middle .widget h2 {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget ul li {
	margin-bottom: 10px;
}
.footer-middle .widget ul li {
    margin-bottom: 13px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #f8f9fe;
    padding-left: 25px;
}
.footer-middle .widget ul li a {
	color: #f8f9fe;
	font-size: 16px;
}
.footer-middle .widget ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background: #f8f9fe;
    height: 1px;
    width: 10px;
    font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
	color: #0c5adb;
}

.footer-middle .widget .menu-social-menu-container ul li::before{
display:none;
}
.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}



/*======================== techshakeel FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
    background: #111a3a;

}
.footer-bottom .row{
		padding:20px 0;
		border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
	padding: 20px 0 20px;

}
.copy-right-text {
}

.copy-right-text p {
	color: #f8f9fe;
	padding: 0;
	margin: 1px 0 0;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul .menu-item {
	margin-left: 10px;
}
.footer-menu ul .menu-item a {
	color: #f8f9fe;
	padding: 0;
	display: block;
	text-transform: capitalize;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
	color:#f8f9fe;
}

.footer-menu .social-icon {
	color: #f8f9fe;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	color: #f8f9fe;
	border-radius: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	        box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}

.footer-menu .social-icon:hover {
	color: #fff;
	background-color: #42047B;
}

.footer-menu ul li:last-child a {
	padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}

.footer-menu ul ul {
	display: none;
}


/*======================== END FOOTER BOTTOM AREA CSS =========================*/


/*======================== EM40 SCROLL TOP CSS =========================*/
#scrollUp {
	bottom: 30px;
	color: #fff;
	font-size: 34px;
	height: 60px;
	line-height: 60px;
	right: 30px;
	text-align: center;
	width: 60px;
	border-radius: 100%;
	background: #0c5adb;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#scrollUp:hover{
	background:#0c5adb;
}
#scrollUp i {
	color: #fff;
}



