
/*----------------ts-slider------------------*/

.terms-slider
{
	padding: 80px 0;
	background-image: linear-gradient(to right, #0178BB , #0260AE);
}
.ts-title
{
	font-family: 'Poppins-Bold';
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}
.page-path
{
	color: #fff;
	font-family: 'Poppins-Regular';
	text-align: center;
	font-size: 16px;
}
.main-tc-block
{
	margin: 80px 0;
}
.ts-content
{
	margin-bottom: 20px;
}
.tsc-title
{
	color: #202020;
	font-family: 'Poppins-Bold';
	font-size: 22px;
	margin-bottom: 5px;
}
.tsc-content
{
	color: #838383;
	font-family: 'Poppins-Regular';
	font-size: 16px;
}
.tsc-content li
{
    color: #838383;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin-top: 5px;
    list-style: disc;
    margin-left: 15px;
}

.about-heading
{
margin-top: 54px;	
}
/*-----------------about-us----------------*/

.what-ls
{
    padding: 80px 0;
}
.what-is-ls
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ls-img-block
{
    width: calc(40% - 15px);
    margin-right: 15px;
}
.ls-img-block img
{
    width: 100%;
    height: 100%;
}
.ls-content-block
{
    width: calc(60% - 15px);
    margin-left: 15px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 7%);
}
.ls-title
{
    color: #202020;
    font-family: 'Poppins-Bold';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.ls-title:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22%;
    height: 5px;
    background-color: #F15902;
}
.ls-content
{
    color: #202020;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin-top: 15px;
}
.hostbilo-culture .ls-img-block
{
	margin-left: 15px;
	margin-right: 0;
}

/*----------------end-about-us-------------*/

/*------------------mission----------------*/

.mission
{
    padding: 80px 0;
    background-color: #001220;
}
.mission-block
{
    border: 10px solid rgba(255,255,255,0.5);
    padding: 50px;
    margin: 0 200px;
}
.mission-title
{
    color: #fff;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    text-align: center;
}
.mission-content
{
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    text-align: center;
}

/*----------------end-mission--------------*/

/*----------------core-value---------------*/

.core-values
{
    padding: 80px 0;
}
.cv-block
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.right-cv
{
    width: 40%;
}
.right-cv img
{
    width: 100%;
}
.left-cv
{
    width: calc(60% - 30px);
    margin-left: 30px;
}
.cv-title
{
    color: #202020;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
}
.sh-content-list
{
    font-size: 14px;
    color: #202020;
    margin-top: 20px;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: flex-start;
}
.check-icon
{
    color: #f15902;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 5px;
}

/*--------------end-core-value-------------*/

/*----------------what-we-do---------------*/

.what-we-do
{
	padding: 80px 0;
	background-image: linear-gradient(#f15902, #ed5905);
}
.service-title
{
    text-align: center;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 40px;
}
.title-block
{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title-border
{
    width: 10%;
    height: 3px;
    margin-top: 15px;
    background-color: #f15902;
    position: relative;
}
.title-border:before
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    width: 12px;
    height: 12px;
    background-color: #001220;
    border-radius: 50px;
    animation-name: roll;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.what-we-do .plan-block-title
{
	color: #fff;
	font-family: 'Poppins-Bold';
	font-size: 40px;
}
.what-we-do .title-border
{
	background-color: #fff;
}
.what-we-do .title-border:before
{
	background-color: #fff;
}
@keyframes roll {
  0% {left: 30%;}
  100% {left: 70%;}
}
.wwd-box
{
	padding: 30px;
    background-color: rgb(49 18 0 / 18%);
	border-radius: 10px;
	position: relative;
}
.wwd-box:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border:2px solid #fff;
	border-right: none;
	border-left: none;
	border-radius: 10px;
}
.wwd-box p
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 16px;                                                                           
}
.what-we-do-con
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.wwd-box
{
	width: calc(45% - 30px);
	margin: 15px;
}
/*--------------end-what-we-do-------------*/

/*-----------why-go-with-hostbillo---------*/

.our-web-hosting
{
    padding: 80px 0;
}
.best-service-block
{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0px 0px 49px 0px rgb(0 0 0 / 7%);
    border-radius: 25px;
}
.bbs-box
{
    padding: 50px 30px;
    width: 33.33%;
    border-right: 1px solid #ddd;
}
.bbs-icon
{
    margin-bottom: 10px;
}
.bbs-box-title
{
    color: #202020;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    margin-bottom: 5px;
}
.hostbilo-con li
{
    color: #202020;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
    list-style: disc;
    margin-left: 20px;
}

/*--------end-why-go-with-hostbillo--------*/


/*------------------our-word---------------*/

.reasons-why-wisesolution
{
    padding: 80px 0;
    background-image: linear-gradient(#0178BB, #0260AE);
}
.rww-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.rww-box-img
{
    width: calc(33.33% - 15px);
    margin: 7.5px;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.wrh-img-block
{
    position: relative;
    display: inline-block;
}
.wrh-icon
{
    opacity: 1;
    transition: 0.3s;
}
.wrh-icon-hover
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
}
.wrh-block .rww-details
{
    margin-top: 10px;
}
.rww-title
{
    color: #202020;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    text-align: center;
}
.rww-con
{
    color: #838383;
    margin-top: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    text-align: center;
}
.rww-box-img:hover .wrh-icon
{
	opacity: 0;
}
.rww-box-img:hover .wrh-icon-hover
{
	opacity: 1;
}
.wrh-block .plan-block-title
{
	color: #fff;
}
.wrh-block .title-border
{
	background-color: #ff8d00;
}
.wrh-block .title-border:before
{
	background-color: #fff;
}
/*----------------end-our-word-------------*/


/*------------------careers-at-wise--------------*/

.careers-at-wise
{
    padding: 80px 0;
    background-color: #001220;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.careers-at-wise-title
{
    color: #fff;
    font-family: 'Poppins-Bold';
    text-align: center;
}
.careers-at-wise-content
{
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
}
.caw-btn
{
    color: #fff;
    background-color: #F15902;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}
.caw-btn:hover
{
	background-color: #fff;
	color: #001220;
}

/*----------------end-careers-at-wise------------*/


/*--------------------dont-accept-----------------*/

.dont-accept
{
	padding: 80px 0;
}
.splan-block-con
{
	color: #838383;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'Poppins-Regular';
}
.da-list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.da-box
{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    width: calc(16.66% - 15px);
    margin: 7.5px;
    text-align: center;
    cursor: pointer;
}
.da-title
{
    color: #202020;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

/*------------------end-dont-accept---------------*/


/*--------------------footer---------------------*/

footer
{
	padding:80px 0;
	background-color: #001220;
}
.footer-block
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-title
{
	font-size: 22px;
	font-family: 'Poppins-SemiBold';
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 10px;
}
.footer-title:before
{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #F15902;
}
.footer-list a
{
	font-size: 14px;
	font-family: 'Poppins-Regular';
	color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
	display: block;
	transition: 0.3s;
}
.footer-list a:hover
{
	color: #F15902;
}
.footer-social
{
	display: flex;
	align-items: center;
}
.f-social-icon
{
	margin-right: 15px;
	font-size: 30px;
	color: rgb(255,255,255,0.3);
	transition: 0.3s;
}
.f-social-icon:hover
{
	color: #F15902;
}
.footer-block-second
{
	padding: 20px 0;
	margin-top: 50px;
}
.fbs-left
{
	width: 50%;
}
.fbs-right
{
	width: 50%;
	text-align: right;
}
.fbs-left p
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.footer-block-second
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-block-third
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.footer-block-third .fbs-right
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.fbs-right a
{
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: rgba(255,255,255,0.5);
    transition: 0.3s;
    margin-left: 15px;
    transition: 0.3s;
}
.fbs-right a:hover
{
	color: #F15902;
}
/*------------------end-footer-------------------*/


/*--------------------media-query--------------------*/

@media (min-width: 1600px)
{
	.container
	{
		max-width: 1560px;
	}
	.submenu-block
	{
		width: 1560px;
	}
}
@media (max-width: 1599px) and (min-width: 1200px)
{
	.container
	{
		max-width: 95%;
	}
}
@media (max-width: 1493px) and (min-width: 1200px)
{
	.menu-list
	{
		width: 57%;
	}
	.menu-name
	{
	    padding: 32px 15px;
	}
	.logo-block
	{
		width: 20%;
	}
	.hostbillo-logo
	{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.container
	{
		max-width: 95%;
	}
	.menu-name
	{
		padding: 32px 17px;
	}
	.menu-list
	{
		width: 72%;
	}
	.logo-block
	{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.submenu
	{
		top: 154px;
	}
	/*--------------------end-head-------------------*/

	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(60% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 50px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 60%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(50% - 15px);
	}
	.da-box
	{
		width: calc(25% - 15px);
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(70% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 50px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 60%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(50% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(50% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:400px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	33.33%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) and (min-width: 568px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(90% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 30px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 60%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(100% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(100% - 15px);
	}
	.da-box
	{
		width: calc(33.33% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:400px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 567px) and (min-width: 508px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(100% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 15px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 80%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(100% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(100% - 15px);
	}
	.da-box
	{
		width: calc(33.33% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:400px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 507px) and (min-width: 483px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(100% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 10px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 80%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(100% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(100% - 15px);
	}
	.da-box
	{
		width: calc(50% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:400px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:400px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.fbs-right a
	{
		margin-left: 12px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 482px) and (min-width: 448px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(100% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 5px;
	    padding: 20px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 90%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(100% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(100% - 15px);
	}
	.da-box
	{
		width: calc(50% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:360px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:360px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 447px)
{
	.container
	{
		max-width: 95%;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		width: calc(100% - 15px);
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		margin-top: 30px;
	}
	.hostbilo-culture .ls-content-block
	{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.mission-block
	{
	    margin: 0 0;
	    padding: 20px;
	}
	.cv-block
	{
		flex-direction: column;
	}
	.right-cv
	{
		width: 100%;
		margin-bottom: 50px;
	}
	.left-cv
	{
		margin-left: 0;
		width: 100%;
	}
	.wwd-box
	{
    	width: calc(100% - 30px);
	}
	.best-service-block
	{
		flex-direction: column;
	}
	.bbs-box
	{
		width: 100%;
	    border-right: none;
	}
	.bbs-box:nth-child(2)
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.rww-box-img
	{
	    width: calc(100% - 15px);
	}
	.what-we-do-con
	{
		width:max-content;
		flex-wrap:unset;
	}
	.wwd-box
	{
		width:280px!important;
	}
	.main-what-we-do-con
	{
		overflow:auto;
	}
	.rww-box
	{
		width:max-content;
		flex-wrap:unset;
	}
	.rww-box-img
	{
		width:280px!important;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.da-list
	{
		width:max-content;
		flex-wrap:unset;
	}
	.da-box
	{
		width:220px!important;
	}
	.main-da-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	100%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
		width: 100%;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 360px){

	.what-we-do 
	{
    padding: 27px 0;
	
	}

.title-border {
	width: 30%;

}

}
