/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 

1. section_1 css
2. section_2 css
3. section_3 css
4. section_4 css
5. section_5 css

*/


/* custom css */

input:focus, textarea:focus, select:focus {
    outline:none;
}
.close_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	background:#f7f7f7;
}
#footer_1_section, #footer_2_section, #footer_3_section,
#footer_4_section , #footer_5_section{
	float:left;
	width:100%;
}

/* custom css end*/


/* section_1 css */

#main-wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 100px;
	background:#181819;
}
.wrapper_first_image, .wrapper_first_icon{
	float:left;
	width:100%;
}
.wrapper_first_icon i{
	color:#00aeef;
	margin-right:20px;
	font-size:18px;
}
.wrapper_first_icon span{
	color:#111111;
	font-size:18px;
	font-weight:500;
}
.wrapper_first_icon a{
	color:#fff;
	font-size:10px;
	background:#ef5e5e;
	padding:2px 8px;
	border-radius:3px;
	text-transform:uppercase;
	margin-left:7px;    
	position: relative;
    top: -2px;
}
.section_1 h4{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	padding-bottom:60px;
}
.section_1 h4:after{
	content:'';
	border:1px solid #18c9d2;
	display:block;
	border-radius:3px;
	width:40px;
	position:absolute;
	margin-top:10px;
}
.section1_useful_wrapper{
	float:left;
	width:100%;
}
.section1_useful_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.section1_useful_wrapper ul li{
	margin-bottom:10px;
}
.section1_useful_wrapper ul li i{
	color:#aeaeae;
	margin-right:20px;
}
.section1_useful_wrapper ul li a{
	color:#aeaeae;
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_useful_wrapper ul li a:hover, .section1_useful_wrapper ul li:hover i{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_blog_wrapper{
	float:left;
	width:100%;
}
.blog_wrapper1, .blog_wrapper2{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.section_1 .blog_publish i{
	color:#18c9d2;
	margin-right:10px;
}
.section_1 .blog_publish{
	padding-top:15px;
	font-size:14px;
	font-weight:300;
	color:#abacad;
}
.section_1 .blog_img{
	float:left;
	width:73px;
}
.section_1 .blog_content{
	font-size:14px;
	font-weight:500;
	float:left;
	width:calc(100% - 73px);
	padding-left:20px;
}
.section_1 .blog_content h5 {
	line-height: 20px;
	font-weight: 300;
}
.section_1 .blog_img img{
	border-radius:50%;
	width:60px;
	height:60px;
}
.section_1 .blog_content h5 a{
	font-size: 16px;
	text-transform:capitalize;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section_1 .blog_content h5 a:hover, .section1_contact_wrapper ul li a:hover{
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_contact_wrapper{
	float:left;
	width:100%;
}
.section1_contact_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.section1_contact_wrapper ul li{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.section1_contact_wrapper ul li a{
	color:#d2d2d2;
	font-size:16px;
	padding-left: 25px;
}
.section1_contact_wrapper ul li p{
	float:left;
	padding-left: 20px;
	font-size:16px;
	line-height: 26px;
	color:#d2d2d2;
}
.section1_contact_wrapper ul li i{
	float: left;
	color: #d2d2d2;
    line-height: 26px;
} 
.section1_blog_second_wrapper{
	float:left;
	width:100%;
}
.section1_blog_second_wrapper .blog_image{
    display: table;
    float: left;
    margin-right: 15px;
	position:relative;
}
.section1_blog_second_wrapper .blog_text{
    display: table-cell;
}
.section1_blog_second_wrapper .blog_text h5{
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_blog_second_wrapper .blog_text h5 a{
	color:#fff;
}
.section1_blog_second_wrapper .blog_text h5 a:hover{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_blog_second_wrapper .blog_text p{
	margin:0;
} 
.section1_blog_second_wrapper .blog_date{
    font-size: 13px;
    display: table;
	color: #18c9d2;
	margin-top: 5px;
}
.section1_blog_second_wrapper .blog_date i{
	font-size: 14px;
	margin-right:8px;
}
.section1_bottom_wrapper{
	float:left;
	width:100%;
	background:#111;
	text-align:center;	
	padding-top:25px;
	padding-bottom:25px;
}
.foter_left{
	float:left;
	width:40%;
}
.foter_right{
	float:left;
	width:60%;
}
.section1_copyright{
	text-transform:capitalize;
	float:right;
}
.section1_copyright p{
	color:#b7bdc1;
	margin-bottom:0;
	margin-top:8px;
}
.section1_copyright p a{
	color:#18c9d2;
}
.section1_copyright p a:hover{
	color:#00aeef;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section1_copyright_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.section1_copyright_social_icons li{
	float:left;
	margin-left:10px;
}
.section1_copyright_social_icons li:first-child{
	margin-left:0px;
}
.section1_copyright_social_icons li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#abacad;
	border-radius:50px;
	border:1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section1_copyright_social_icons li a:hover{
	background:#18c9d2;
	border:1px solid #18c9d2;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* section_1 css  end*/


/* section_2 css */

.section_2 {
    width: 100%;
    float: left;
    background-image: url(../images/footer_images/footer2_bg.jpg);
    height: 100%;
	background-position: center 0; 
    background-size: cover;
    position: relative;
    padding-top: 110px;
}
.section2_footer_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(9, 9, 10, 0.9);
}
.section2_footer_wrapper {
    float: left;
    width: 100%;
}
.tb_foter_left {
    float: left;
    width: 60%;
    padding-left: 15px;
}
.tb_foter_right {
    float: left;
    width: 40%;
    padding-right: 15px;
}
.section2_about_wrapper,
.wrapper_second_useful,
.wrapper_second_blog {
    float: left;
    width: 100%;
}
.section2_footer_wrapper {
	padding-bottom:80px;
}
.section2_footer_wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 40px;
	font-weight:500;
    text-transform: uppercase;
    color: #18c9d2;
}
.section2_footer_wrapper h4 span {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #fff;
}
.wrapper_first_image{
	margin-top:-3px;
}
.abotus_content {
    float: left;
    width: 100%;
}
.abotus_content {
    padding-bottom: 25px;
    padding-top: 30px;
}
.abotus_content p {
    font-size: 15px;
    color: #b7b7b7;
}
.aboutus_social_icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section2_about_wrapper a{
	color:#18c9d2;
	font-size: 16px;
    line-height: 26px;
}
.section2_useful_wrapper ul li {
    margin-bottom: 13px;
}
.section2_useful_wrapper ul li i {
    color: #b7b7b7;
    margin-right: 20px;
    font-size: 16px;
}
.section2_useful_wrapper ul li a {
    color: #b7b7b7;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_wrapper ul li a:hover {
    color: #18c9d2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btm_foter_box {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
}
.ft_blog_wrapper1,
.ft_blog_wrapper2 {
    float: left;
    width: 100%;
}
.ft_blog_wrapper1 {
    padding-bottom: 20px;
}
.ft_blog_date {
	font-size: 14px;
    color: #8c8c8c;
    margin-top: 10px;
}
.ft_blog_image {
    float: left;
    width: 90px;
}
.ft_blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 90px);
    padding-left: 10px;
}
.ft_blog_text h5 a {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 500;
	line-height:22px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ft_blog_text h5 a:hover {
    color: #18c9d2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_bottom_wrapper {
    float: left;
    width: 100%;
	position:relative;
	border:1px solid #404040
}
.section2_copyright {
    text-transform: capitalize;
    float: left;
    color: #999;
    display: inline-block;
}
.section2_copyright p a {
    color:#18c9d2;
    margin-left: 3px;
}
.foter_contact_nav li p {
    font-size: 16px;
    color: #cacaca;
    text-transform: capitalize;
    float: left;
}
.footer_btn_wrapper {
    float: right;
}
.foter_contact_nav ul li a p {
    color: #cacaca;
    text-transform: lowercase !important;
}
.foter_contact_nav ul li a p:hover {
    color: #00aeef;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_second_wrapper ul li {
    margin-bottom: 23px;
	color:#b7b7b7;
    font-size: 16px;
}
.section2_useful_second_wrapper ul li i {
    font-size: 18px;
	color: #b7b7b7;
    margin-right: 20px;
}
.section2_useful_second_wrapper ul li a {
    color: #b7b7b7;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_second_wrapper ul li a:hover {
    color: #00aeef;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_copyright_middle {
    float: right;
    display: inline-block;
    text-transform: capitalize;
}
.section2_copyright_middle i {
    color: #18c9d2;
    margin-left: 3px;
    margin-right: 3px;
}
.section2_copyright_middle p a {
    color: #929292;
    text-transform: capitalize;
}
.section2_copyright_icon_wrapper {
    float: left;
    width: 100%;
}
.section2_copyright_icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.section2_copyright_icons li {
    float: left;
    margin-left: 10px;
    text-transform: capitalize;
}
.section2_copyright_icons li:first-child {
    margin-left: 0px;
}

.section2_copyright_icons li a {
    color: #909090;
}
.section2_copyright_icons li a:hover {
    color:#18c9d2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* section_2 css end*/


/* section_3 css */

.section_3{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom: 60px;
	background:#181819;
}
.section3_footer_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section3_footer_heading_wrapper h3{
	font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
}
.section3_footer_info_box_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-top:60px;
}
.section3_footer_info_box_wrapper i:before{
	font-size: 44px;
    color:#18c9d2;
	margin-left:0;
}
.section3_footer_info_box_wrapper h3{
	font-size:20px;
	color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
	padding-top:20px;
	position:relative;
}
.section3_footer_info_box_wrapper h3:after{
	content:'';
	border:2px solid #18c9d2;
	width:60px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.padding_top{
	padding-top:40px;
}
.section3_footer_info_box_wrapper p ,.section3_footer_info_box_wrapper p a{
	margin:0;
	color:rgba(255, 255, 255, 0.72);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_footer_info_box_wrapper p a:hover{
	color:#18c9d2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_footer_share_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
	text-align:center;
}
.section3_footer_share_wrapper h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.9);
	text-transform:uppercase;
}
.section3_footer_share_wrapper ul{
	display:inline-block;
	padding-top:20px;
}
.section3_footer_share_wrapper li{
	float:left;
	position:relative;
}
.section3_footer_share_wrapper li a{
	font-size:21px;
	color:rgba(255, 255, 255, 0.9);
	text-align: center;
    width: 45px;
    float: left;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_footer_share_wrapper li a:hover{
	color:#18c9d2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_footer_share_wrapper li:after{
	content:'';
	border:1px solid #18c9d2;
	width:30px;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	margin:0px auto;
}
.section3_bottom_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background:#111;
	padding-top:20px;
	padding-bottom:20px;
}
.section3_bottom_wrapper p{
	color:#fff;
	text-transform:uppercase;
}
.section3_bottom_wrapper p a{
	color: #18c9d2;
}	
/* section_3 css end*/


/* section_4 css*/

.section_4{
	width: 100%;
    float: left;
    background-image: url(../images/footer_images/footer4_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
.section4_img_overlay{
	background: rgba(0,0,0,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section4_footer_top_wrapper{
	position: relative;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.section4_footer_top_wrapper:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,.2);
}
.section4_footer_top_wrapper h4{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
	position: relative;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.section4_footer_top_wrapper h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,.2);
}
.section4_footer_top_wrapper .widget_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 2px;
    background-color: rgba(255,255,255,.2);
}
.section4_footer_top_wrapper .widget_4 .widget_title:after{
    width: 100%;
}
.widget_1{
	float:left;
	width:100%;
}
.widget1_list li:last-child{ 
	margin-bottom:0px;
}
.widget1_list li a{ 
	font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    padding: 13px 30px;
	float: left;
    width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget1_list li a i{  
    line-height: 22px;
    font-size: 16px;
	float:right;
	color:#fff;
}
.widget1_list li a:hover{ 
    background: rgba(255,255,255,.2);
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget_2{
	float:left;
	width:100%;
}
.section4_footer_blog_wrapper{
	width: 100%;
    float: left;
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-shadow: 0 0 black;
}
.section4_footer_blog_wrapper:last-of-type{
	border-bottom:0;
	margin: 0;
    padding: 0;
}
.section4_footer_blog_image{
    display: table;
    float: left;
    margin-right: 15px;
	position:relative;
}
.section4_footer_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section4_footer_blog_wrapper:hover .section4_footer_overlay {
  background-color:#18c9d2;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
.section4_footer_blog_text{
    display: table-cell;
}
.section4_footer_blog_text h5{
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_footer_blog_text h5 a{
	color:#fff;
}
.section4_footer_blog_text h5 a:hover{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_footer_blog_text p{
	margin:0;
} 
.section4_footer_blog_date{
    font-size: 13px;
    display: table;
	color: #18c9d2;
	margin-top: 5px;
}
.section4_footer_blog_date i{
	font-size: 14px;
	margin-right:8px;
}
.widget_3{
	float:left;
	width:100%;
}
.widget3_wrapper{
	float:left;
	width:100%;
}
.widget3_images li{ 
    float: left;
    width: 78px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.widget3_img_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.widget3_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  color:#fff;
  background:#2f4f7f;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.widget3_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.widget3_img_wrapper:hover .widget3_img_overlay {
  background-color:#18c9d2;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
.widget_4{
	float:left;
	width:100%;
}
.widget_4 input {
  height:38px;
  font-size:14px;
  width:100%;
  border-radius:3px;
  border:1px solid transparent;
}
.widget_4 input[type="text"] {
  padding:2px 12px;
  margin-bottom:8px;
  border-color:#c9c9c9;
}
.widget_4 #newsletter .btn_style{
    background: #18c9d2;
    color: #fff;
    width: 100%;
	padding: 10px 33px;
    max-width: 100%;
}
.widget_4 #newsletter .btn_style:hover{
	background-color:transparent;
	color: #18c9d2;
}
.widget_4 input[type="submit"] {
  color:#fff;
  font-weight:bold;
  background:#18c9d2;
}
.widget_4 input[type="submit"]:hover{
	background:transparent;
	border-color:#18c9d2;
	color:#18c9d2;
}
#newsletter {
  width:260px;
  height:260px;
  background:#fff;
  position:relative;
  border-radius:4px;
  z-index:20;
}
#newsletter:before {
  display:block;
  content:"";
  height:5px;
  width:100%;
  top:-20px;
  right:-20px;
  left:-20px;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  background: repeating-linear-gradient(-225deg, #18c9d2, #18c9d2 12px, #fff 12px, #fff 24px, #ea222e 24px, #ea222e 36px, #fff 36px, #fff 48px);
}
#newsletter .seal {
  position:absolute;
  top:-1px;
  right:0;
}
#newsletter .seal:before,
#newsletter .seal:after {
  display:block;
  content:"";
  border:1px solid #dcdcdc;
  border-radius:50%;
  position:absolute;
}
#newsletter .seal:before {
  width:50px;
  height:50px;
  top:8px;
  right:8px;
}
#newsletter .seal:after {
  width:60px;
  height:60px;
  top:3px;
  right:3px;
}
#newsletter .seal i {
  position:absolute;
  font-size:24px;
  color:#afafaf;
  top:20px;
  right:21px;
  transform: rotate(12deg);
}
#newsletter form {
  padding:24px 20px 20px;
}
#newsletter form .title {
  font-size:24px;
  font-weight:100;
  color:#18c9d2;
  margin-bottom:5px;
}
#newsletter form label {
  display:block;
  font-size:14px;
  line-height:20px;
  color:#818181;
  margin-bottom:20px;
}
.shadow {
  width:240px;
  height:30px;
  margin:0 auto;
  box-shadow:10px 10px 15px rgba(0,0,0,0.4);
  border-radius:50%;
  position:relative;
  top:-30px;
  z-index:10;
}
.section4_footer_contact_wrapper{
	float:left;
	width:100%;
    padding-bottom: 30px;
}
.section4_footer_social_wrapper{
	float:left;
	width:100%;  
	padding-top: 10px;
    padding-bottom: 10px;
}
.section4_footer_social_links{
	display: table-cell;
}
.section4_footer_social_wrapper p{
	font-size: 16px;
	margin:0;
	color:#fff;
	display: table;
    float: left;
    padding-right: 25px;
	text-transform:uppercase;
}
.section4_footer_social_links li{
	float:left;
	margin-right: 20px;
	line-height:24px;
}
.section4_footer_social_links li a{
	font-size: 14px;
	color:#fff;
}
.section4_footer_social_links li a:hover{
	color:#18c9d2;
}
.section4_footer_contact_btn{
	float:right;
}
.section4_footer_contact_btn .btn-style::after{
	background:transparent;
}
.section4_bottom_wrapper{
	background:#1a1a1a;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.section4_copyright_content, .section4_copyright_icon_wrapper{
	float:left;
	width:100%;
}
.section4_copyright_content p{
	font-family: 'Lato';
	color:#656565;
	text-transform:capitalize;
	margin:0;
}
.section4_copyright_content a{
	color:#18c9d2;
}
.section4_copyright_icons{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section4_copyright_icons li { 
	float:left;
	margin-left:10px;
}
.section4_copyright_icons li:first-child{ 
	margin-left:0px;
}
.section4_copyright_icons li a i{ 
	color: #7c7c7c;
	font-size:30px;
}
.section4_copyright_icons li a{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_copyright_icons li a:hover i{ 
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* section_4 css end*/


/* section_5 css */

.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	background:#0f0f0f;
}
.section_5_copyright_image{
	float:left;
	width:100%;
}
.copyright_img{
	float:left;
	width:100%;
	text-align:center;
	border-bottom:1px solid #2e2e2e;
	padding-bottom: 60px;
}
.copyright_img img{
	display:inline-block;
}
.section5_copyright_text{
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}
.section5_copyright p{
	margin:0;
	text-transform:capitalize;
}
.section5_copyright p a{
	color: #18c9d2;
}
.section5_copyright p a:hover{ 
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section5_copyright, .section5_footer_menu{
	float:left;
	width:100%;
}
.section5_footer_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section5_footer_menu ul li{
	float:left;
	margin-left:10px;
}
.section5_footer_menu ul li:first-child{
	margin-left:0px;
}
.section5_footer_menu ul li a{
	float:left;
	color: #656565;
	font-size:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section5_footer_menu ul li a:hover{ 
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_5 css end*/



/* media  query css for ipad */

@media (min-width: 992px) and (max-width: 1199px) {
	
	.section1_blog_second_wrapper, .section1_useful_wrapper{
		padding-top:30px;
	}
	.section2_useful_second_wrapper ul li {
		font-size: 15px;
	}
	.widget_1, .widget_2, .widget_3, .widget_4{
		padding-bottom:50px;
	}
	.section4_footer_top_wrapper .widget_title:after {
		width: 100%;
	}
	.widget1_list li a {
		padding: 10px 30px;
	}
	#newsletter{
		width:100%;
	}

}

/* media  query css for ipad */

@media(min-width: 768px) and (max-width: 991px) {
	
	.section1_blog_second_wrapper, .section1_useful_wrapper{
		padding-top:30px;
	}
	.section2_footer_wrapper h4{
		padding-bottom:30px;
	}
	.section2_copyright{
		width:100%;
	}
	.tb_foter_left {
		text-align: center;
		width: 100%;
	}
	.section2_copyright_middle, .tb_foter_right{
		float:left;
		width:100%;
		text-align:center;
	}
	.section2_copyright_icons{
		float:none;
		display:inline-block;
	}
	.section2_copyright_icon_wrapper{
		text-align:center;
		float:left;
		width:100%
	}
	.section2_useful_wrapper, .section2_useful_second_wrapper{
		padding-top:40px;
	}
	.widget_1, .widget_2, .widget_3, .widget_4{
		padding-bottom:50px;
	}
	.section4_footer_top_wrapper .widget_title:after {
		width: 100%;
	}
	.widget1_list li a {
		padding: 10px 30px;
	}
	#newsletter{
		width:100%;
	}
	.section5_copyright_text {
		text-align: center;
	}
	.section5_footer_menu ul{
		float:none;
		display:inline-block;
	}	

}


/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
	.footer_widget{
		padding-top:30px;
	}
	.section2_copyright{
		width:100%;
	}
	.tb_foter_left {
		text-align: center;
		width: 100%;
	}
	.section2_copyright_middle, .tb_foter_right{
		float:left;
		width:100%;
		text-align:center;
	}
	.section2_copyright_icons{
		float:none;
		display:inline-block;
	}
	.section2_copyright_icon_wrapper{
		text-align:center;
		float:left;
		width:100%
	}
	.section2_footer_wrapper{
		padding-bottom:50px;
	}
	.section2_copyright_icon_wrapper{
		display:none;
	}
	.widget_1, .widget_2, .widget_3, .widget_4{
		padding-bottom:50px;
	}
	.section4_footer_top_wrapper .widget_title:after {
		width: 100%;
	}
	.section4_bottom_wrapper{
		text-align:center;
	}
	.section4_footer_contact_btn {
		float:left;
		padding-top:20px;
	}	
	.section4_copyright_icons {
		float:none;
		display:inline-block;
	}
	.section4_copyright_content{
		margin-bottom:30px;
	}
	#newsletter{
		width:100%;
	}
	.section5_copyright_text {
		text-align: center;
	}
	.section5_footer_menu{
		padding-top:20px;
	}
	.section5_footer_menu ul{
		float:none;
		display:inline-block;
	}

}
@media(max-width: 580px){
	
	.foter_left, .foter_right {
		float: left;
		width: 100%;
		text-align: center;
	}
	.section1_copyright_social_icons{
		display:inline-block;
	}
	.section1_copyright{
		float:none;
	}
}