.mybtn {
    border-radius: 20px;
    font-weight: 600;
    border: none;
    height: 1.8;
    font-size: 15px;
    padding: 2px 26px;
    margin: 0 10px;
    /* border: 2px solid #363636; */
}
.social-icon {
    display: flex;
    float: right;
    line-height: 48px;
}
ul, ol {
    list-style: none;
}
.tf-slider-area{
	position: relative;
	    width: 100%;
	    height: auto;
	    margin-top: 0px;
	    margin-bottom: 0px;
}
.tf-sliders{	
	  top:3rem
}

/*------------------
  11. Footer Area
--------------------*/
.footer-bg{
  background: #212121;
}
.footer-title h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
}
.footer-title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    /* top: 30px; */
    width: 68px;
    height: 2px;
    background-color: #656463;
}
.foo-single-widget ul li {
  /* border-bottom: 1px solid #3f3f3f; */
  line-height: 15px;
  padding: 7px 0;
}
.foo-single-widget ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #dddddd;
}
.foo-single-widget ul li:last-child {
    border-bottom: medium none;
}
.footer-title {
  margin-bottom: 30px;
  position: relative;
}

.foo-single-widget .logo {
    margin-bottom: 28px;
}
.foo-single-widget p.ft-pra-1 {
   background-image: url("../picture/glob.jpg");
   background-repeat: no-repeat;
   padding-left: 25px;
   color: #dddddd;
}
.foo-single-widget p.ft-pra-2 {
	background-image: url("../picture/tel.jpg");
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 32px;
	color: #dddddd;
}
.foo-single-widget p {
    line-height: 23px;
}
.footer-top-area {
  /* border-bottom: 1px solid #333; */
  /* width: 94%; */
  margin: 0 auto;
  padding: 30px 0;
}
.border-left{
	position: relative;
}
.border-left::before {
    background: #606060 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -68px;
    position: absolute;
    top: 0;
    width: 1px;
}
.div_hover1 {
    padding-right: 5px;
}
/*Footer bottom area*/
.copy-right-text {
    /* text-align: left; */
    /* position: absolute; */
    /* top: -50px; */
    /* height: 30px; */
    /* line-height: 10px; */
    /* border-top: 1px solid; */
}
.footer-area ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #dddddd;
}
.ft-pra-1,.ft-pra-2{
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #dddddd;
}
.copy-right-text p {
    color: #dddddd;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
	margin: 0;
    /* background-color: #212121; */
}
.copy-right-text p a {
    color: #dddddd;   
}

.footer-bottom-area {
    /* border-bottom: 1px solid #333; */
    /* text-align: left; */
    background-color: #000000;
    line-height: 2;
}
.logo{
	padding: 20px 0;
}
.footer-bottom-area ul.social-icon {
    height: 100px;
    line-height: 100px;
}
.footer-bottom-area ul.social-icon li a {
    font-size: 18px;
}
.foo-single-widget {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	/* align-items: flex-start; */
	flex-direction: row;
	margin: 40px auto;
	align-content: center;
}
ul {
    margin: 0;
    padding: 0;
}