
* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
	font-family: Ubuntu;
}
span.icon-bar {
	background-color: #fff;
}
button.navbar-toggle {
	margin-top: 10px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-collapse {
	border-top: 1px solid #b3b3b3;
}
.bg_green {
	background-color: #18CFAB !important;
}
.back_blue {
	background-color: #1C2A33;
}
/*.container {
	padding: 40px 0px;
}*/
/*--------------------------------*/
.section_header {
	margin-bottom: 30px;
}
.section_header h1 {
	padding: 35px 0px;
	text-transform: capitalize;
	position: relative;
	margin: 0px;
}
.section_header h1:before, .section_header h1:after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #18CFAB;
	position: absolute;
}
.section_header h1:before {
	bottom: 5px;
	left: 50%;
	margin-left: -45px;
}
.section_header h1:after {
	bottom: 0;
	right: 50%;
	margin-right: -45px;
}
/*-----------------------------*/

/*========================*/
.full_width_container {
	width: 100%;
}
.full_width_container:after {
	content: '';
	display: block;
	clear: both;
}
.fix_container {
	width: 1170px;
	margin: 0 auto;
}
/*======== Header =========*/
.header_bg {
	background-color: #44433E;
	padding: 15px 0px;
}
#main_menu .navbar-brand {
	padding: 5px;
}
#main_menu .navbar-brand img {
	width: 70%;
}
#main_menu #myNavbar li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 2px solid #44433E;
	font-weight: bold;
}
#main_menu #myNavbar li a:hover {
	background-color: unset;
	color: #18cfab;
	
}
#main_menu #myNavbar li.active a {
	color: #18cfab;
	border-bottom: 2px solid #18cfab;
}

/*========== Home Slider =========*/
.home_slider_bg {
	background-color: #3C3C3C;
}
.home_slider_bg .carousel {
	padding: 80px 0px;
}
.home_slider_bg .carousel .item {
	color: #fff;
}
.home_slider_bg .carousel .item h2 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
}
.home_slider_bg .carousel .item h1 {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
}
.home_slider_bg .carousel .item p.home_slider_p {
	text-transform: capitalize;
	font-size: 23px;
	letter-spacing: 1px;
	color: #d4d4d4;
}
.home_slider_bg .carousel .buttons {
	margin-top: 70px;
}
.buttons button {
	padding: 15px 30px;
	margin-right: 20px;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
	border-top: 5px solid #fff;
	border-radius: 5px;
	color: #fff;
}
.buttons button:hover {
	transition: all 0.4s;
	background-color: #13A88B !important;
}
.carousel-control {
	background-image: unset !important;
	width: 45px;
	height: 45px;
	top: 50%;
	margin-top: -22.5px;
}

/*========= Showcase ========*/
.showcase {
	width: 100%;
	overflow: hidden;
}
.showcase .item	{
	float: left;
	width: 25%;	padding: 90px 0px;
	color: #fff;
}
.showcase .item	i {
	font-size: 40px;
	margin-bottom: 20px;
}
.showcase .back_blue {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #18CFAB;
}
.showcase .bg_green {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/*========= Features ========*/
.features_wrapper {
	width: 100%;
	overflow: hidden;
}
.features_wrapper .feature {
	width: 33.33%;
	float: left;
	padding: 20px;
	padding-left: 0px;
	padding-right: 40px;
}
.features_wrapper .feature h4 {
	text-transform: capitalize;
	font-size: 17px;
	font-weight: bold;
	color: #717171;
}
.features_wrapper .feature h4 i {
	margin-right: 10px;
	font-size: 25px;
	color: #18CFAB;
	vertical-align: middle;
}
.features_wrapper .feature p {
	color: #777777;
	font-size: 16px;
}

/*=========== About our company ==========*/
.about_us_bg {
	background-color: #090F14;
	padding-bottom: 40px;
}
.about_us_tab_menu {
	display: block;
	overflow: hidden;
	list-style: none;
}
.about_us_tab_menu li {
	float: left;
	margin-right: 20px;
}
.about_us_tab_menu li a {
	display: block;
	text-transform: uppercase;
	padding: 10px 0px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #fff;
	border-top: 2px solid #090F14;
}
.about_us_tab_menu li a:hover {
	transition: all 0.3s;
	color: #20BC9D;
	border-top: 2px solid #20BC9D;
}
.about_us_tab_menu li.active a {
	transition: all 0.3s;
	color: #20BC9D;
	border-top: 2px solid #20BC9D;
}
.about_us_bg .tab-content {
	color: #fff;
}
.about_us_bg .tab-content #our_skills .progress {
	background-color: transparent;
	border: 1px solid #959595;
	padding: 10px;
	overflow: hidden;
	height: unset;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
	position: relative;
	z-index: 1;
}
.about_us_bg .tab-content #our_skills .progress:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	border-radius: 1px;
	left: 0;
	top: 0;
	z-index: -1;
}
.about_us_bg .tab-content #our_skills .progress1:before {
	background-color: #9C5DA5;
	width: 70%;
}
.about_us_bg .tab-content #our_skills .progress2:before {
	background-color: #11B0DE;
	width: 90%;
}
.about_us_bg .tab-content #our_skills .progress3:before {
	background-color: #D67F7F;
	width: 80%;
}
.about_us_bg .tab-content #our_skills .progress4:before {
	background-color: #20BC9D;
	width: 97%;
}
.about_us_bg .tab-content #our_skills .progress5:before {
	background-color: #BB8A36;
	width: 90%;
}

/*======== Recent projects =======*/
.recent_project_bg {
	background-color: #F8FCFE;
	padding-bottom: 40px;
}
.recent_project_bg .tab_menu {
	list-style: none;
	width: auto;
	display: inline-block;
	margin: 30px auto;
}
.recent_project_bg .tab_menu li {
	float: left;
}
.recent_project_bg .tab_menu li a {
	display: block;
	padding: 13px 20px;
	color: #717171;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	border-left: 0px;
	position: relative;
}
.recent_project_bg .tab_menu li:first-child a {
	border-left: 1px solid #EBEBEB;
}
/*---------------------------------------*/
.recent_project_bg .tab_menu li a:hover {
	transition: all 0.3s;
	color: #20BC9D;
}
.recent_project_bg .tab_menu li a:hover:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #20BC9D;
	left: 0;
	top: -3px;
}
/*--------------------------------------*/
.recent_project_bg .tab_menu li.active a {
	color: #20BC9D;
}
.recent_project_bg .tab_menu li.active a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #20BC9D;
	left: 0;
	top: -3px;
}
/*--------------------------------*/
.recent_project_bg .tab-pane .rp_wrapper {
	overflow: hidden;
}
.recent_project_bg .tab-pane .rp_wrapper .rp {
	width: 23%;
	height: 150px;
	float: left;
	margin: 10px;
	position: relative;
}
.recent_project_bg .tab-pane .rp_wrapper .rp img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------------------------------------*/
.recent_project_bg .tab-pane .rp_wrapper .rp .hov {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10%;
	background-color: #fff;
	border: 1px solid #ddd;
	text-transform: capitalize;
	opacity: 0;
}
.recent_project_bg .tab-pane .rp_wrapper .rp .hov h4 {
	color: #20BC9D;
}
.recent_project_bg .tab-pane .rp_wrapper .rp .hov .links a {
	border: 1px solid #20BC9D;
	padding: 6px 10px;
	display: inline-block;
	border-radius: 50%;
	color: #20BC9D;
	margin-right: 5px;
}
.recent_project_bg .tab-pane .rp_wrapper .rp .hov .links a:hover {
	transition: all 0.3s;
	color: #fff;
	background-color: #20BC9D;
}
.recent_project_bg .tab-pane .rp_wrapper .rp .hov p {
	color: #717171;
	font-weight: bold;
}
.recent_project_bg .tab-pane .rp_wrapper .rp:hover .hov {
	transition: all 0.5s;
	opacity: 1;
}
/*--------------------------*/
.recent_project_bg .load_more {
	margin-top: 30px;
	display: inline-block;
	background-color: #18CFAB;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
	border-radius: 5px;
	text-decoration: none;
}
.recent_project_bg .load_more:hover {
	transition: all 0.4s;
	background-color: #13A88B !important;
}

/*========= Our services =========*/
.our_services .tab_menu {
	list-style: none;
	display: inline-block;
	width: 100%;
}
.our_services .tab_menu li {
	float: left;
	width: 16.66%;
}
.our_services .tab_menu li a {
	display: block;
	padding: 15px 25px;
	background-color: #F8FCFE;
	border: 1px solid #ddd;
	border-left: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	color: #717171;
	position: relative;
}
.our_services .tab_menu li:first-child a {
	border-left: 1px solid #ddd;
}
.our_services .tab_menu li a:hover {
	transition: all 0.3s;
	background-color: #18CFAB;
	color: #fff;
}
/*--------------------------------*/
.our_services .tab_menu li.active a {
	background-color: #18CFAB;
	color: #fff;
}
.our_services .tab_menu li.active a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #18CFAB;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	transform: rotate(45deg);
}
.our_services .tab-pane {
	color: #717171;
	font-size: 16px;
	padding-top: 20px;
}
.our_services .tab-pane img {
	width: 320px;
	height: 180px;
	padding: 0px 20px 20px 0px;
	display: inline-block;
}

/*========= Purchase section =========*/
.purchase_section {
	background-color: #40474B;
	color: #d8d8d8;
	padding: 80px 0px;
	font-size: 16px
}
.purchase_section h1 {
	text-transform: uppercase;
	color: #18CFAB;
}
.purchase_section .buttons {
	margin-top: 40px;
	text-align: center;
}

/*========== Breaking news ===========*/
.breaking_news {}
.breaking_news_wrapper {
	overflow: hidden;
}
.breaking_news_wrapper .breaking_news {
	width: 22.3%;
	float: left;
	border: 1px solid #ddd;
	margin: 15px;
}
.breaking_news_wrapper .breaking_news .img {
	width: 100%;
	height: 145px;
	position: relative;
}
.breaking_news_wrapper .breaking_news .img img {
	width: 100%;
	height: 100%;
}
.breaking_news_wrapper .breaking_news .meta {
	padding: 15px;
	padding-bottom: 5px;
	background-color: #F8FCFE;
}
.breaking_news_wrapper .breaking_news .meta h3 {
	color: #717171;
	margin-top: 0px;
	text-transform: capitalize;
	font-size: 20px;
}
/*----------------------------------------*/
.breaking_news_wrapper .breaking_news:hover .meta h3 {
	transition: all .3s;
	color: #18CFAB;
}
.breaking_news_wrapper .breaking_news:hover .img .post_date {
	transition: all .3s;
	background-color: #18CFAB;
	color: #fff;
}
/*-------------------------------------*/
.breaking_news_wrapper .breaking_news .meta ul {
	list-style: none;
}
.breaking_news_wrapper .breaking_news .meta ul li {
	display: inline-block;
	padding: 0px 15px;
	border-right: 1px solid #bfbfbf;
	color: #717171;
}
.breaking_news_wrapper .breaking_news .meta ul li:first-child {
	padding-left: 0px;
}
.breaking_news_wrapper .breaking_news .meta ul li:last-child {
	border-right: none;
}
/*--------------------------------------*/
.breaking_news_wrapper .breaking_news .img .post_date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px;
	background-color: #203E38;
	color: #fff;
	text-align: center;
}

/*======== Reached section =======*/
.reached_wrapper {
	overflow: hidden;
	padding: 30px 0px;
}
.reached_wrapper .reached {
	width: 25%;
	float: left;
	text-align: center;
	padding: 60px 0px;
	color: #fff;
}
.reached_wrapper .reached1 {
	background-color: #25333C;
}
.reached_wrapper .reached2 {
	background-color: #18CFAB;
}
/*------------------------*/
.reached_wrapper .reached .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 2px solid #18CFAB;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reached_wrapper .reached2 .icon {
	border: 2px solid #25333C;
}
.reached_wrapper .reached1 .icon span,
.reached_wrapper .reached2 .icon span {
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #18CFAB;
}
.reached_wrapper .reached2 .icon span {
	background-color: #25333C;
}
.reached_wrapper .reached p.count {
	font-size: 20px;
	letter-spacing: .5px;
	margin-bottom: 0px;
}
.reached_wrapper .reached1 p.cat {
	color: #18CFAB;
}
.reached_wrapper .reached2 p.cat {
	color: #25333C;
}

/*========== Pricing Table ==========*/
.pricing_table {
	padding-bottom: 40px;
}
.pricing_wrapper .price {
	width: 25%;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.pricing_wrapper .price h2.title {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #717171;
}
.pricing_wrapper .price h1.price_tag {
	background-color: #2E4A5B;
	padding: 20px 0px;
	color: #fff;
}
.pricing_wrapper .price h1.price_tag > span {
	font-size: 15px;
	font-weight: normal;
}
/*-------------------------------*/
.pricing_wrapper .price .features {
	list-style: none;
}
.pricing_wrapper .price .features li {
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	color: #777777;
}
.pricing_wrapper .price .buttons button {
	border-top: 0px;
}
/*---------------------------*/
.pricing_wrapper .price:hover {
	transition: all 0.5s;
	box-shadow: 0px 0px 8px 5px #ddd;
}
.pricing_wrapper .price:hover h1.price_tag {
	background-color: #18CFAB;
}
.pricing_wrapper .price:hover h2.title {
	color: #18CFAB;
}

/*=========== Testimonial =========*/
.testimonials {
	background-color: #2E404D;
	padding: 20px 0px 120px 0px;
}
.testimonials .section_header h1 {
	color: #fff;
}
#testimonial .item i {
	color: #18CFAB;
	font-size: 50px;
	margin-bottom: 30px;
}
#testimonial .item p.testimonial_review {
	color: #bbbbbb;
	font-size: 16px;
}
#testimonial .item h4.username {
	color: #18CFAB;
	font-size: 17px;
	text-transform: uppercase;
	margin: 20px 0px;
	letter-spacing: .5px;
	word-spacing: 1px;
	margin-bottom: 5px;
}
#testimonial .item p.profession {
	color: #bbbbbb;
	font-size: 16px;
	margin-bottom: 30px
}
#testimonial .item .user_pro_img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border: 10px solid #2B5F62;
}
#testimonial .item .user_pro_img img {
	width: 100%;
	border: 5px solid #18CFAB;
	border-radius: 50%;
}
#testimonial .carousel-control {
	background-image: none;
}
#testimonial .carousel-indicators {
	bottom: -80px;
}
#testimonial .carousel-indicators li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #18CFAB;
	border: 5px solid #419499;
}
#testimonial .carousel-indicators li.active {
	transition: all .5s;
	margin-bottom: 10px;
}

/*============ Team ============*/
.team_wrapper {
	overflow: hidden;
}
.team_wrapper .team {
	width: 22%;
	float: left;
	margin: 20px 1.5%;
}
.team_wrapper .team .img {
	width: 100%;
	height: 220px;
	position: relative;
}
.team_wrapper .team .img img {
	width: 100%;
	height: 100%;
}
/*-----------------------------*/
.team_wrapper .team .img .hov {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.team_wrapper .team .img .hov span {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F4F5F6;
	border-radius: 50%;
	cursor: pointer;
}
.team_wrapper .team .img .hov span:hover {
	transition: all .3s;
	border: 5px solid #18CFAB;
	transition-timing-function: linear;
}
.team_wrapper .team .img .hov i {
	color: #18CFAB;
	font-size: 30px;
}
/*-----------------------------*/
.team_wrapper .team .meta {
	padding: 15px 15px;
	background-color: #2E4A5B;
	margin-top: -10px;
}
.team_wrapper .team .meta h4.member_name {
	color: #fff;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.team_wrapper .team .meta p.role {
	color: #18CFAB;
	margin-bottom: 0px;
}
/*---------------------------*/
.team_wrapper .team .socials {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.team_wrapper .team .socials li {
	float: left;
	width: 25%;
	height: 40px;
	border-right: 1px solid #fff;
	background-color: #2E4A5B;
}
.team_wrapper .team .socials li:last-child {
	border-right: none;
}
.team_wrapper .team .socials li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team_wrapper .team .socials li i {
	color: #fff;
	font-size: 18px;
}
.team_wrapper .team .socials li a:hover {
	text-decoration: none;
	background-color: #13B091;
}
/*------------------------*/
.team_wrapper .team:hover .meta,
.team_wrapper .team:hover .socials a {
	transition: all 0.3s;
	background-color: #18CFAB;
}
.team_wrapper .team:hover .meta p.role {
	color: #2E4A5B;
}
.team_wrapper .team:hover .hov {
	transition: all .4s linear;
	opacity: 1;
}

/*========== Extra =========*/
.extra_bg {
	background-color: #233641;
	padding: 60px 0px;
}
.extra_wrapper h1.line_one,
.extra_wrapper h1.line_two {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 45px;
	margin-top: 0;
}
.extra_wrapper h1.line_two {
	color: #18CFAB;
	font-size: 40px;
}
.extra_wrapper .extras_list {
	margin: 30px 0px;
}
.extra_wrapper .extras_list li {
	color: #f7f7f7;
	list-style: none;
	margin: 10px 0px;
	text-transform: capitalize;
	background: url('img/tick.png') no-repeat;
	background-size: 15px 15px;
	padding-left: 25px;
	background-position: left center;
}

/*=========== Contact Us ===========*/
.contact_us_wrapper {
	padding: 30px 0px;
	overflow: hidden;
}
.contact_us_wrapper .section_header h1 {
	display: inline-block;
	padding-bottom: 20px;
}
/*------------------------*/
.contact_us_wrapper form {
	margin: 50px 0px 0px;
	overflow: hidden;
}
.contact_us_wrapper form input {
	display: block;
	width: 80%;
	height: 40px;
	margin-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #D7E2E0;
}
.contact_us_wrapper form textarea {
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	border: none;
	border: 1px solid #D7E2E0;
	resize: none;
	box-sizing: border-box !important; 
}
.contact_us_wrapper form input[type=submit] {
	margin-top: 15px;
	border: none;
	background-color: #18CFAB;
	color: #fff;
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px solid #13A88B;
	border-radius: 3px;
}
.contact_us_wrapper form input[type=submit]:hover {
	transition: all 0.4s;
	background-color: #13A88B !important;
}
.contact_us_wrapper form textarea,
.contact_us_wrapper form input {
	margin-left: 2px;
}
.contact_us_wrapper form textarea:focus,
.contact_us_wrapper form input:focus {
	 transition: all .5s;
	 border-color: #18CFAB;
	 outline: none;
}
.contact_us_wrapper form input[type=name] {
	 margin-top: 2px;
}

/*=========== Footer-Top ===========*/
.footer_top_bg {
	background-color: #1C2B33;
}
.footer_top_wrapper {
	padding: 40px 0px;
	overflow: hidden;
}
.footer_top_wrapper .single_footer:nth-child(1) {
	width: 20%;
	float: left;
}
.footer_top_wrapper .single_footer:nth-child(1) h1 {
	color: #fff;
}
.footer_top_wrapper .single_footer:nth-child(1) h1 span {
	color: #18CFAB;
}
.footer_top_wrapper .single_footer:nth-child(1) p {
	color: #b2b2b2;
	font-size: 16px;
	margin: 20px 0px;
}
.footer_top_wrapper .single_footer:nth-child(1) span.lead {
	color: #c0c0c0;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
}
.footer_top_wrapper .single_footer:nth-child(1) span {
	color: #c0c0c0;
	display: inline-block;
	margin-bottom: 20px;
}
/*------------------------------*/
.footer_top_wrapper .single_footer h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin: 30px 0px; 
}
/*------------------------------*/
.footer_top_wrapper .single_footer.recent_post {
	width: 35%;
	float: left;
	padding-left: 20px;
}
.footer_top_wrapper .single_footer.recent_post .post {
	overflow: hidden;
	padding: 30px 0px;
	border-bottom: 1px solid #3f6a82;
	margin-right: 20px;
}
.footer_top_wrapper .single_footer.recent_post .post:last-child {
	border-bottom: none;
}
.footer_top_wrapper .single_footer.recent_post .post img {
	width: 100%; 
}
.footer_top_wrapper .single_footer.recent_post .post h4 {
	color: #18CFAB;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0px;
}
.footer_top_wrapper .single_footer.recent_post .post h4 a {
	color: #18CFAB;
	text-transform: uppercase;
	font-size: 15px;
}
.footer_top_wrapper .single_footer.recent_post .post p {
	color: #b2b2b2;
}
.footer_top_wrapper .single_footer.recent_post .post p.date {
	color: #fff;
	margin-bottom: 0px;
}
/*---------------------------------*/
.footer_top_wrapper .single_footer.tag {
	width: 30%;
	float: left;
	padding: 0px 20px;
	overflow: hidden;
}
.footer_top_wrapper .single_footer.tag ul li {
	width: 30%;
	margin: 8px 1.6%;
	float: left;
	height: 30px;
}
.footer_top_wrapper .single_footer.tag ul li a {
	width: 97%;
	height: 100%;
	margin-right: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.footer_top_wrapper .single_footer.tag ul li a:hover {
	transition: all .3s;
	background-color: #18CFAB;
}
.footer_top_wrapper .single_footer.tag .tags {
	overflow: hidden;
}
/*--------------------------*/
.footer_top_wrapper .single_footer.tag .newsletter {
	margin-top: 30px;
	color: #b2b2b2;
}
.footer_top_wrapper .single_footer.tag .newsletter h3 {
	margin-bottom: 15px;
}
.footer_top_wrapper .single_footer.tag .newsletter form input[type=email] {
	padding-left: 10px;
	height: 30px;
	border: none;
}
.footer_top_wrapper .single_footer.tag .newsletter form input[type=submit] {
	padding: 0px 10px;
	height: 32px;
	background-color: #294453;
	border: none;
	color: #18CFAB;
}
.footer_top_wrapper .single_footer.tag .newsletter form input[type=submit]:hover {
	transition: all .3s;
	background-color: #18CFAB;
	color: #294453;
}
/*----------------------------------*/
.footer_top_wrapper .single_footer.flicke_feed {
	width: 15%;
	float: left;
}
.footer_top_wrapper .single_footer.flicke_feed ul {
	overflow: hidden;
}
.footer_top_wrapper .single_footer.flicke_feed ul li {
	width: 40%;
	height: 60px;
	float: left;
	margin: 10px 5%;
	border: 1px solid #ddd;
}

/*============= Footer ============*/
.footer_bg {
	background-color: #22353F;
	padding: 30px 0px;
}
footer {
	color: #aeaeae;
	text-align: center;
}
footer p {
	margin-bottom: 0px;
}

/*========== Media Queries ========*/
@media screen and (min-width: 768px) {
	.navbar-collapse {
		border-top: none !important;
	}
}
@media screen and (max-width: 768px) {
	.navbar-collapse {
		margin-top: 20px;
	}
}