@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800');

body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Assistant', sans-serif;

}
a {
    text-decoration: none;
    transition: 0.5s;
}
p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Assistant', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Public Sans', sans-serif;
}
h1 {
	font-size: 36px;
	font-family: 'Assistant', sans-serif;
}
h2 {
	font-size: 38px;
	text-align: center;
	font-weight: 700;
	font-family: 'Public Sans', sans-serif;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
}
.main {
    width: 100%;
    float: left;
    overflow: inherit;
}
.container {
	width: 1170px;
	margin: 0 auto;
}



/*** 31.07.2023 ***/


.header.header_innerrpage {
    padding: 0 !important;
    position: absolute;
}
.header_innerrpage .container-fluid {
    padding-right: 0 !important;
}
.logo a img {
    max-width: 200px;
    float: left;
}
.header-middle {
    width: 84%;
    padding-top: 15px;
}
.header_right {
    width: 68%;
    float: right;
    margin-right: 50px;
}
.navigation {
    background-color: #22265b;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    margin-top: 15px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation ul {
    float: left;
    padding: 0 0 0 50px;
}
.navigation ul li a {
    font-size: 16px;
    color: #fff;
	font-family: 'Assistant', sans-serif;
}
.navigation ul li {
    border-right: 1px solid #fff;
}
.navigation ul li a i.fa.fa-angle-down {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0px;
    vertical-align: middle;
}
.login_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login_btn .header_right {
    text-align: right;
    width: auto;
    float: right;
    margin: 0;
}
.login_btn .header_right a {
    border: 1px solid #DEA427;
    border-radius: 33px;
    padding: 8px 24px;
	font-family: 'Assistant', sans-serif;
}
.login_btn .header_regist a {
    border: 1px solid #DEA427;
    border-radius: 33px;
    padding: 5px 11px;
    color: #fff;
    background-color: #DEA427;
    font-family: 'Assistant', sans-serif;
}
.login_btn .header_regist a:hover{
}
.login_btn .header_regist {
    width: auto;
    margin: 0;
    padding: 0 50px 0 20px;
}
.navigation ul li {
    position: relative;
}
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    z-index: 9999;
    opacity: 0;
    top: 100%;
    padding: 0;
    border-radius: 4px;
    text-align: left;
    visibility: hidden;
    transition: 0.5s all;
    background-color: #fff;
    border-top: 3px solid #22265b;
}
.navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.navigation ul li ul.sub-menu li a {
    padding: 8px 15px;
    width: 200px;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    color: #22265b;
    display: inline-block;
    border-top: 1px solid #22265b;
    background-color: transparent;
}
.navigation ul li ul.sub-menu li a:hover {
    color: #fff;
    background-color: #dea427;
}
.hd_contact.inner_nav {
    /* margin-top: 32px; */
}
.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 130px;
}
.banner-img img {
    width: 100%;
    float: left;
    height: 100%;
    /* max-height: 520px; */
    object-fit: cover;
    object-position: center;
}
.front_banner .banner-img img {
    width: 100%;
    float: left;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}
.banner-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 3px 6px #00000029;
    background: transparent linear-gradient(180deg, #22265B00 0%, rgb(7 8 18 / 43%) 100%) 0% 0% no-repeat padding-box;
}
.banner-content {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: inherit;
    padding: 50px 0;
}
.banner-content h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
}
.banner-content h1 {
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Public Sans', sans-serif;
}
.btm-banner-content {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    top: initial;
}
.btm-banner-content h3 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 71px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Public Sans', sans-serif;
}
.btm-banner-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
}
.banner-inner {
    padding: 150px 0; 
    display: flex;
    align-items: center;
    background-color: #22265b;
}
.banner-text {
    position: absolute;
    top: 50%;
    z-index: 9;
    text-align: center;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
.banner-inner .banner-content h2 {
    width: 100%;
    text-align: center;
    font-size: 66px;
    line-height: 54px;
    margin: 0;
}
.banner-text h1 {
    font-size: 60px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
    font-family: 'Assistant', sans-serif;
}
.abt_labour_service {
    padding: 70px 0;
    width: 100%;
    float: left;
}
.contract-form {
    background-color: #22265b !important;
}
h2.top-title {
    color: #fff;
	font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Public Sans', sans-serif;
}
.cont-form {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: transparent; 
    margin: auto;
    box-sizing: border-box;
    padding: 15px 0px 45px;
}
.cont-form select, .cont-form input[type="text"],.cont-form input[type="tel"],.cont-form input[type="phone"] {
    height: 68px;
    float: left;
    width: 100%;
    margin: 0px 0 25px;
    font-size: 17px;
    padding: 0 10px;
    font-weight: 400;
    outline: none;
    color: #747474;
	border: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    font-family: 'Assistant', sans-serif;
}
.cont-form .srch-b {
    text-align: center;
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.cont-form input[type="submit"] {
    background: #dea426;
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
    display: inline-block;
    font-family: 'Assistant', sans-serif;
}
.cont-form input[type="submit"]:hover {
	color: #dea426;
	border: 1px solid #dea426;
}
.choose-work {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.choose-work h2{
    margin: 0 0 30px;
	text-align: center;
}
.home_service {
    padding-top: 70px;
    width: 100%;
    float: left;
}
.home_service .container{
    width: 100%;
}
.home_service ul {
    display: grid;
    grid-gap: 15px;
    margin: 25px 0;
    grid-template-columns: repeat(3, 1fr);
}
.home_service ul li {
    position: relative;
    padding-left: 25px;
}
.home_service ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
    border-radius: 100px;
    border: 1px solid #DEA427;
}
.home_service ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 3px;
    border-radius: 100px;
    border: 1px solid #DEA427;
}
.home_service a.know-bnt {
    padding: 8px 24px;
    border-radius: 100px;
    font-family: 'Assistant', sans-serif;
}
.home_service.service_colm_2 {
    padding: 0;
}
.inner_service_colm.service_colm_2 {
    display: flex;
    width: 100%;
}
.left_colm img {
    width: 100%;
    height: 100%;
}
.how-it-work {
    background-color: #22265b !important;
}
.how-it-work p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.how-box {
    width: 24%;
    float: left;
    text-align: center;
    background: transparent;
    margin: 35px 5px 0;
    border: none;
    padding: 0;
}
.icon-d {
    padding: 14px 0;
    min-height: auto;
}
.how-box h4 a{
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
}
.how-box h4 a:hover{
    color: #DEA427;
}
.contract_review{
	float: left;
    width: 100%;
	padding: 70px 0;
	text-align: center;
}
.top-rated {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.top-rated h2.title {
    text-align: center;
    margin-bottom: 50px;
}
.rate-box {
    width: 31%;
    float: left;
    padding: 18px 0;
    display: flex;
    align-items: center;
    margin: 0px 13px 25px;
    box-shadow: 0px 3px 10px #0000000F;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    justify-content: center;
}
.reate-img {
    float: left;
    padding: 10px 15px 0 0;
}
.rate-text {
    float: left;
    width: 60%;
    text-align: left;
}
.rate-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #DEA427;
    font-family: 'Assistant', sans-serif;
}
.rate-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 2px 0;
    font-family: 'Assistant', sans-serif;
}
.contract_review .now-b {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}
.contract_review .now-b a.know-bnt {
    border-radius: 100px;
    line-height: 30px;
    float: initial;
    padding: 10px 25px;
    font-family: 'Assistant', sans-serif;
}
.text-summary {
    float: left;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    padding: 30px 25px;
}
.text-summary p {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #232323;
}
.img_sec {
    width: 100%;
    height: 100%;
}
.img_sec img {
    width: 100%;
    height: 100%;
}
.text-summary h2.top-title {
    font-size: 35px;
    line-height: 54px;
    color: #22265B;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Public Sans', sans-serif;
}
.service_offered {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0;
    background-color: #22265B;
}
.service_offered h2.top-title {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: 'Public Sans', sans-serif;
}
.service_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 70px;
    margin: 0 auto;
    text-align: center;
}
.service_slider .item{
	transition: 0.5s;
}
.service_slider .item h5 a{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
	transition: 0.5s;
    font-family: 'Assistant', sans-serif;
}
.service_slider .item:hover h5 a{
    color: #dea426;
}

.service_slider .item {
    transition: 0.5s;
}
.service_slider .item:hover {
    transform: translateY(-10px);
}
.abt_opportunity {
    padding: 0 !important;
}
.abt_opportunity .container {
    max-width: 100%;
    width: 100%;
}
.left_colm {
    float: left;
    width: 50%;
}
.right_colm {
    float: right;
    width: 50%;
    padding: 80px 45px;
}
h2.title {
    font-weight: 600;
    color: #22265B;
    font-size: 35px;
    line-height: 51px;
}
.abt_massage_service {
    width: 100%;
    float: left;
    padding-top: 70px;
}
.abt_opportunity .now-b {
    /* margin-top: 55px; */
	margin-top: 30px;
}
.abt_opportunity .now-b a.know-bnt {
    border-radius: 100px;
    line-height: 26px;
    font-family: 'Assistant', sans-serif;
}
.abt_opportunity .right_colm {
    padding: 65px 50px;
}
.footer-content {
    width: 20%;
}
.footer-content-1 {
    width: 40%;
    padding: 50px 66px 0 0;
}
.footer-content.footer-content-1 h3 {
    font-size: 32px;
    line-height: 47px;
    font-weight: 400;
    color: #F7F7F7;
	font-family: 'Assistant', sans-serif;
}
.footer-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    margin: 0px;
    font-family: 'Public Sans', sans-serif;
}
.footer-content ul li {
    position: relative;
    padding-left: 20px;
}
.footer-content ul li::before { 
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 12px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    background: #4B4F8A 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
}
.footer-content.footer-content-4 ul li::before{
	display: none;
}
.footer-content ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Assistant', sans-serif;
}
.footer-content-4 ul li h6 {
    font-size: 18px;
    line-height: 39px;
    font-weight: 600;
    color: #fff;
    font-family: 'Assistant', sans-serif;
}
.footer-content-4 ul li a {
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
}
.newsletter-colm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #545454;
    padding: 30px 0;
}
.newsletter-colm h5 {
    font-size: 25px;
    line-height: 52px;
    color: #fff;
    font-weight: 300;
	font-family: 'Public Sans', sans-serif;
}
.newsletter-colm .mailing {
    max-width: 528px;
    display: block;
    align-items: center;
    position: relative;
    flex: 0 0 100%;
}
.newsletter-colm input[type="submit"] {
    width: auto;
    height: auto;
    font-weight: 400;
    border-radius: 100px;
    position: absolute;
    right: 0;
    padding: 12px 18px;
    line-height: normal;
    margin: 12px 5px 0;
    font-family: 'Assistant', sans-serif;
}
.mailing input[type="email"] {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #7F7F7F;
    border: none;
    outline: none;
    font-size: 17px;
    padding-left: 20px;
    border-radius: 100px;
    font-family: 'Assistant', sans-serif;
}
.footer-b {
    border-top: 1px solid #545454;
    padding: 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-b p {
    margin: 20px 0;
    color: #fff;
	font-weight: 400;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
}



/*** landing-page ***/

.header_innerpage {
    background-color: #22265B;
    position: relative;
}
.header_top ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Assistant', sans-serif;
}
.header_top ul li a:hover {
    color: #dea426;
}
.join_our_elite {
    width: 100%;
    float: left;
}
.inner_row_colm {
    width: 100%;
}
.ld_leftbar {
    width: 40%;
    float: left;
    padding: 35px;
    text-align: center;
    background-color: #f8f8f8;
}
.logo_img img {
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    object-fit: contain;
}
.ld_rightbar {
    width: 60%;
    height: 100%;
    float: left;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #22265b;
}
.title_content .now-b {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.title_content .now-b a.know-bnt {
    border-radius: 100px;
    line-height: 26px;
    font-family: 'Assistant', sans-serif;
}
.title_content .now-b a.know-bnt:hover {
   background-color: #fff;
   color: #22265b;
}
.title_content h2 {
    color: #F7F7F7;
    font-size: 40px;
    line-height: 65px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
}
.title_content h1 {
    color: #F7F7F7;
    font-size: 49px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
}
.register_success{
	width: 100%;
    float: left;
}
.register_success .choose-left {
    float: left;
    width: 50%;
}
.register_success .choose-right {
    width: 45%;
    float: right;
}
.register_success .choose-right img {
    margin-top: 0;
    padding: 0;
    float: left;
}
.register_success .choose-left li {
    float: left;
    width: 50%;
    padding: 6px 0px;
    color: #DEA42A;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Assistant', sans-serif;
}
.register_success .now-b {
   margin-top: 20px;
   display: inline-block;
}
.register_success a.know-bnt {
    padding: 8px 24px;
    border-radius: 100px;
    font-family: 'Assistant', sans-serif;
}
.target_service{
	width: 100%;
    float: left;
	padding: 40px 0;
	background-color: #22265b !important;
}
.target_service .icon-d {
    width: 200px;
    height: 200px;
    background: #22265B 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #938E8E29;
    border: 0.5px solid #CCCCCC;
    opacity: 1;
    padding: 50px 0;
    margin: 0 auto;
}
.bg-layout-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing-content {
    position: absolute;
    top: 40%;
    right: 0;
    width: 44%;
    float: right;
    text-align: left;
    padding-right: 70px;
}
.landing-content h2 {
    color: #22265B;
    text-align: left;
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Public Sans', sans-serif;
}
.landing-content .now-b {
   margin-top: 20px;
   display: inline-block;
}
.landing-content a.know-bnt {
    padding: 8px 24px;
    border-radius: 100px;
    font-family: 'Assistant', sans-serif;
}
.landing_footer {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #3D3D3D;
}
.landing_footer .footer-bottom {
    background-color: transparent;
}
.landing_footer  .footer-b {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}
.social_media_colm {
    width: 60%;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
.social_media_colm::before {
    content: "";
    position: absolute;
    width: 245px;
    left: 0;
    top: 22px;
    border-top: 1px solid #545454;
}
.social_media_colm::after {
	content: "";
    position: absolute;
	width: 245px;
    right: 0;
    top: 22px;
    border-top: 1px solid #545454;
}
.social_media_colm {
    display: flex;
}
.social_media_colm li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.5s;
    border-radius: 100px;
    margin: 0px 10px;
    background-color: #6b6b6b;
}
.social_media_colm li a {
    color: #fff;
    font-size: 20px;
}
.social_media_colm li:hover{
    background-color: #22265b;
}
.social_media_colm li:hover a{
	color: #fff;
}

.header_right.login-mobi {
    width: 100%;
    margin-right: 0;
}
.banner-inner img {
    float: left;
    width: 100%;
    display: none;
}

.header_right.login-mobi .login_btn {
    padding-right: 10px;
}
.navigation ul li a:hover {
    color: #dea426;
    background-color: transparent;
}

.banner-content.inner_head_content {
    text-transform: uppercase;
    position: absolute;
    top: 42%;
    right: 72px;
    text-align: left;
    width: auto;
}
.banner-content.inner_head_content h2 {
    text-align: left;
    color: #000;
}
.privacy_policy_text  .text-summary {
    text-align: left !important;
}
.privacy_policy_text  .text-summary p {
    text-align: left;
    margin-bottom: 10px;
}
.privacy_policy_text .text-summary h6 {
    font-size: 18px !important;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 8px !important;
    font-family: 'Assistant', sans-serif;
}
.privacy_policy_text .text-summary ul {
    margin-bottom: 20px;
}
.privacy_policy_text .text-summary ul li {
    line-height: 28px;
    font-size: 16px;
    color: #232323;
    padding-left: 20px;
}
h2.top-title.inner_sub_title {
    color: #22265B;
    font-weight: 600;
    margin: 0;
}
#work_sec.how_it_work {
    padding-bottom: 0;
}

.search_profile .rate-Wall {
    width: 100%;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}
.invitaion_right_sidebar .rate-Wall {
    width: 100%;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}
.search_profile .reate-img img {
    object-fit: cover;
    border: 1px solid #dddddd61;
}
.thankpage-full .container {
    width: 100%;
    float: left;
}
.search_profile .rate-Wall .reate-img {
    margin: 0 auto;
    width: 100%;
}
.search_profile .rate-Wall .rate-text {
    text-align: center;
    margin: 10px auto 0;
    width: 100%;
}
.search_profile .rate-Wall .rate_here {
    width: 50%;
    padding: 5px 0;
    margin: 15px auto 0;
}
.money_transcation {
    padding: 43px 15px 0 0;
}

/*** 13.03.2024 ***/

.proposal_right .user_info {
    border: 1px solid #c6c6c6;
    display: inline-block;
    width: 100%;
}
.proposal_right .group {
    text-align: center;
}
.proposal_right .group h4 {
    margin: 0 20px 15px;
    padding: 9px 0;
    text-transform: capitalize;
}
.proposal_right .group .reate-img {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
}
.proposal_right .group .rate-text {
    float: left;
    width: 100%;
    text-align: center;
}
.proposal_right .group .rate_here {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 110px !important;
    margin: 15px auto;
}
.proposal_right .view_profile {
    background: #eeee !important;
}
.proposal_right .group  .view_profile ul {
    display: flex;
    justify-content: center;
}


/*** responsive-css ***/

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 1600px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {
.container-fluid {
    width: 100%;
    padding: 0 30px !important;
}
.header_right.login-mobi .login_btn .header_regist {
    width: auto;
    margin: 0;
    padding: 0;
}
.logo a img {
    max-width: 185px;
    float: left;
}
.list_task_sec .list_tasks .list_tasks_one {
    padding: 25px 5px;
}
.cont_job ul li {
    font-size: 15px;
}
.list_task_sec .list_tasks .job_main .img_job {
    width: 40%;
}
.list_task_sec .list_tasks .job_main .cont_job {
    width: 56%;
}
.list_task_sec .list_tasks .job_main .cont_job ul li strong {
    width: 80px;
}
}


@media screen and (max-width: 1199px) {
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.banner-content h2 {
    font-size: 46px;
    line-height: 50px;
}
.banner-content h1 {
    font-size: 55px;
    line-height: 70px;
}
.how-box {
    width: 23%;
}
.rate-box {
    width: 47%;
}
.how-box h4 a {
    font-size: 20px;
}
.navigation ul {
    float: left;
    padding: 0 0 0 20px;
}
.login_btn .header_regist {
    padding: 0 15px 0 20px;
}
.navigation ul li a {
    font-size: 13px;
}
.abt_opportunity .right_colm {
    padding: 40px;
}
.banner-inner {
    padding: 115px 0;
}
.banner-text h1 {
    font-size: 36px;
    line-height: 40px;
}
.cont_job ul li {
    font-size: 14px;
}
.list_task_sec .list_tasks .job_main .cont_job ul li strong {
    font-size: 13px;
}
.list_task_sec .list_tasks .list_tasks_one .list_tasks_middle h2 a {
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}
}

@media screen and (max-width: 1140px) {
.cont_job ul li {
    font-size: 13px;
}
.list_task_sec .list_tasks .job_main .cont_job ul li strong {
    width: 70px;
}
.list_task_sec .list_tasks .job_main .cont_job ul li strong {
    font-size: 12px;
}
.list_task_sec .list_tasks .textright_bottom a {
    font-size: 13px;
    padding: 6px 12px;
}
}

@media screen and (max-width: 1112px) {
.cont_job ul li {
    font-size: 12px;
}
}

@media screen and (max-width: 1024px) {
.logo a img {
    max-width: 150px;
    float: left;
}
.footer-content.footer-content-1 h3 {
    font-size: 26px;
    line-height: 38px;
}
.text-summary h2.top-title {
    font-size: 26px;
    line-height: 38px;
}
.login_btn .header_regist a {
    font-size: 15px;
}
.login_btn .header_right a {
    padding: 5px 22px;
}
.navigation ul li a {
    font-size: 14px;
    padding: 0px 8px;
}
.list_task_sec .list_tasks .job_main .img_job {
    width: 100%;
    padding: 15px 0;
}
.list_task_sec .list_tasks .job_main .cont_job {
    width: 100%;
}
}	
	
@media screen and (max-width: 991px) {
h2.title {
    font-size: 30px;
    line-height: 40px;
}	
.banner-content h1 {
    font-size: 40px;
    line-height: 60px;
}
.banner-content h2 {
    font-size: 34px;
    line-height: 40px;
}
.banner-content li {
    margin: 4px 0;
    font-size: 15px;
    height: 28px;
}
.banner-content.inner_head_content {
    top: 25%;
}
.banner-content.inner_head_content h4 {
    font-size: 28px;
    line-height: 45px;
}
}
	
	
@media screen and (max-width: 767px) {
.container-fluid {
    width: 100%;
    padding: 0 10px;
}
.header_innerrpage .container-fluid {
    padding: 0 !important;
}
.header.header_innerrpage {
    border-bottom: 0px solid #22265b;
}
.header_right a {
    float: initial;
}
#click {
    top: 20px;
    text-align: right;
    float: right;
    position: absolute;
}
.login_btn {
    width: 100%;
}
.header-middle {
    width: 100%;
}
.header_right {
    margin-right: 0;
    width: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: 30px;
    right: 65px;
}
.navigation {
    padding: 18px 0;
    margin: 0;
}
.login_btn .header_right {
    position: relative;
    top: 0;
    right: 0;
}
.login_btn .header_regist a {
    padding: 6px 24px;
}
.navigation ul {
    float: left;
    padding: 0;
}
.navigation ul li a {
    font-size: 16px;
}
.navigation ul li {
    padding: 0;
    border-right: none;
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.navigation ul li a {
    font-size: 16px;
    padding: 8px 15px !important;
    display: inline-block;
}
.navigation ul li ul.sub-menu {
    position: relative;
    background-color: transparent;
    border: none;
    padding-top: 8px;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.mobile-nav {
    z-index: 111111;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
}
.navigation ul li ul.sub-menu li a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 8px 25px !important;
    border-top: 0px solid #fff; 
}
.btm-banner-content {
	width: 100%;
    bottom: 30px;
}
.btm-banner-content h3 {
    font-size: 35px;
    line-height: 55px;
}
.left_colm {
    width: 100%;
}
.right_colm {
    width: 100%;
    padding: 30px 0;
}
.inner_service_colm.service_colm_2 {
    display: block;
}
.how-box {
    width: 48%;
}
.rate-box {
    width: 100%;
    margin: 0 0 25px;
}
.choose-work {
    width: 100%;
}
.footer-content-1 {
    width: 100%;
    padding: 0;
}
.footer-content {
    width: 100%;
    margin-bottom: 15px;
}
.footer-content-4 ul li {
    width: 100% !important;
    padding: 0 !important;
    margin-right: 6px;
}
.newsletter-colm {
    display: block;
    text-align: left;
    padding: 10px 0 22px 0;
    width: 100%;
    float: left;
}
.newsletter-colm h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-b {
    width: 100%;
}
.footer-bottom {
    padding: 0;
}
.home_service ul {
    grid-template-columns: repeat(2, 1fr);
}
.banner-content {
    padding: 30px 0 0;
}
h2.title br {
    display: none;
}
.footer-content.footer-content-1 h3 {
    font-size: 24px;
    line-height: 36px;
}
.abt_opportunity .right_colm {
    padding: 30px 0;
}
.text-summary h2.top-title {
    font-size: 24px;
    line-height: 36px;
}
.banner-inner {
    /* padding: 70px 0; */
}
.banner-text h1 {
    font-size: 34px;
    line-height: 40px;
}
.service_slider {
    display: block;
}
.register_success .choose-left {
    width: 100%;
}
.register_success .choose-right {
    width: 100%;
}
#choose {
    padding: 38px 0px 0;
}
.ld_leftbar {
    width: 100%;
}
.ld_rightbar {
    width: 100%;
    padding: 25px;
}
.title_content h2 {
    font-size: 26px;
    line-height: 60px;
}
.title_content h1 {
    font-size: 38px;
}
.logo_img img {
    max-width: 100%;
}
.header-middle {
    width: 100% !important;
}
.header_right.login-mobi {
    width: 100%;
    margin-right: 0;
    right: 0;
    top: 0;
    position: relative;
}
.header_right.login-mobi a.login_inner_page {
    margin-right: 0;
    width: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: -75px;
    right: 100px;
}
.header_right.login-mobi #getnoti {
    float: right;
    position: absolute;
    right: 44px;
    top: -65px;
}
.header_right.login-mobi #click {
    top: -78px;
    text-align: right;
    float: right;
    position: absolute;
}
.header_right.login-mobi .navigation {
    display: block;
    padding: 10px 0;
}
.navigation ul li a {
    text-align: left;
}
.navigation {
    padding: 10px 0 !important;
}
.header.header_innerrpage {
    padding: 0 !important;
    position: relative;
    /* height: 320px; */
}
#dashboard {
    margin: 0;
}
.banner {
    margin-top: 0;
}
.banner-content.inner_head_content {
    top: 15%;
    right: 0;
    width: 100%;
    padding: 0 30px;
}
}
	
@media screen and (max-width: 575px) {
.home_service ul {
    grid-template-columns: repeat(1, 1fr);
}	
.banner-content h1 {
    font-size: 40px;
    line-height: 50px;
}
.banner-content h2 {
    font-size: 28px;
    line-height: 50px;
}
.banner-img {
    height: 280px;
}
.banner-img img {
    object-fit: cover;
}
.btm-banner-content h3 {
    font-size: 30px;
    line-height: 40px;
}
h2.title {
    font-size: 26px;
    line-height: 40px;
}
.navigation {
    padding: 10px 0 !important;
    margin: 0;
}
.banner-content.inner_head_content h4 {
    font-size: 26px;
    line-height: 30px;
}
.banner-content li:after {
    top: 2px;
}
}	

@media screen and (max-width: 479px) {
.logo {
    width: 100%;
    margin: 0;
    text-align: center;
}
.header .logo a img {
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
    float: inherit;
}
.header-middle {
    padding: 20px 0 0;
}
.header_right a {
    float: initial;
    display: inline-block;
    text-align: center;
}
.header_right {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#click {
    top: 110px;
    padding: 5px 6px;
    border-radius: 5px;
    width: 40px;
}
.login_btn .header_regist {
    padding: 0 15px 0 10px;
}
.btm-banner-content {
    width: 100%;
    bottom: 70px;
}
.btm-banner-content h3 {
    font-size: 24px;
    line-height: 40px;
	padding-bottom: 15px;
}
.btm-banner-content p {
    font-size: 15px;
    line-height: 22px;
}
.banner-content h1 {
    font-size: 30px;
    line-height: 40px;
}
.banner-content h2 {
    font-size: 20px;
    line-height: 40px;
}
.how-box {
    width: 100%;
}	
.footer-b {
    display: block;
    padding: 0 0 20px;
}
.banner-inner {
    /* padding: 60px 0; */
}
.banner-text h1 {
    font-size: 32px;
    line-height: 40px;
}
.title_content h2 {
    font-size: 24px;
    line-height: 50px;
}
.title_content h1 {
    font-size: 34px;
}
.navigation {
    padding: 10px 0;
    margin: 15px 0 0;
}
.logo {
    width: 100% !important;
    margin: 0;
    margin: 0 auto;
}
.header_right.login-mobi a.login_inner_page {
    margin-right: 0;
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    font-size: 15px;
    left: 0;
    float: initial;
    display: inline-block;
}
.login_btn .header_right a {
    padding: 5px 22px;
    font-size: 14px;
}
.header_right.login-mobi #getnoti {
    top: 0;
}
.header_right.login-mobi #click {
    top: 0;
}
.header_right.login-mobi a {
    font-size: 15px;
}
.header.header_innerrpage {
    /* height: 470px; */
}
.banner-content.inner_head_content {
    top: 10%;
    padding: 0 20px;
}
.hd_contact.inner_nav span#click {
    top: 40px;
}
}
	
@media screen and (max-width: 360px) {	
.header_top ul {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.title_content h1 {
    font-size: 30px;
}
.title_content h2 {
    font-size: 20px;
    line-height: 40px;
}
}	
	