@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');

@font-face{
	font-family:sohne-var;
	src:url(https://b.stripecdn.com/mkt-statics-srv/assets/f965fdf4.woff2) format("woff2-variations");
}

  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #186abf #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #186abf;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "sohne-var","Helvetica Neue","Arial",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
} 
*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
footer{
    background:linear-gradient(to right, #060e52 0%,#2196F3 100%); 
    color: #fff;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer a, footer h3{
    color: #ffffffe6;
} 
footer h3{
    font-size: 18px;
    border-bottom: 1px solid #ffffffe6;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.footer-bottom {
    border-top: 1px solid #ffffff52;
    margin-top: 20px;
    padding-top: 20px;
}
footer a {
    margin-bottom: 10px;
    display: inline-block;
}
.lef-categories--sidebar ul{
    list-style: none;
    padding-left: 10px;
    margin-top: 0px;
    padding-bottom:20px;
}
.lef-categories--sidebar li{
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc75;
    padding: 13px 10px 13px 25px;
    margin-bottom: 0;
}
li.list-active-background {
    background: #26aa5d;
}
li.list-active-background a {
    color: #fff !important;    
}
li.list-active-background:before {
    content: none !important;
}
.lef-categories--sidebar li a{
    color: #242424 ;
}
.lef-categories--sidebar li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.lef-categories--sidebar li:last-child:before {
    top: 64%;      
}
.lef-categories--sidebar li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 7px;
    background: #26aa5d;
    transform: translateY(-50%);
}
h3.widget-title {
    font-size: 23px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    background: #26aa5d;
    color: #fff;
    text-align: left;
    padding: 11px 15px;
    margin-bottom: 0;
}
h3.widget-title i{
    font-size: 15px;
    margin-top: 7px;
}
.categories-info-wrapper h3 {
    font-size: 18px;
    margin: 15px 0px;
}
span.categories-price {
	background: #ffb606;
	padding: 6px 15px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	width: 50%;
	text-align: center;
}
.categories-link-btn a {
	background: #ff7901;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	transition: .3s;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}
.categories-link-btn {
	margin-top: 0;
}
.categories-link-btn a:hover {
    background: #26aa5d;
    color: #fff;
}
.categories-link-btn a:last-child {
    background: #cecece;
    color: #242424;
    transition: .3s;
    text-decoration: none;
}
.categories-info-wrapper {
	padding: 5px 10px 25px;
	width: 100%;
}
.categories-details-wrapper {
	margin-bottom: 13px;
	border: 1px solid #cccccc6b;
	border-radius: 4px;
	background: #fff;
	position: relative;
	margin-right: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.categories-link-btn {
    margin-top: 0px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand {
    color: #fff;
}
.fixed .navbar-brand {
	color: #2e115c;
}
.fixed .navbar-brand:hover{
	color: #2e115c !important;
}
.sww a:hover {
	color: #333;
}
.my-4.qqqqqq a:hover {
	color: #333;
}
.telent-left-bar p a:hover {
	color: #000;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	text-transform: capitalize;
	font-size: 15px;
	padding-left: 0 !important;
	padding: 5px 15px !important;
}
body header .navbar a.nav-link.nav-btn {
	border-radius: 30px;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px !important;
	padding-right: 15px !important;
	transition: .3s;
	color: 3;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;
	position: relative;
}
body header .navbar.fixed a.nav-link.nav-btn {
	font-size: 18px;
	color: #2e115c;
}
body header .navbar.fixed a.nav-link.nav-btn i{
	font-size: 18px;
	color:#2e115c;
}
body header .navbar-dark .navbar-nav a.nav-link.nav-btn:hover {
	background:linear-gradient(to right, #060e52 0%,#2196F3 100%);
	color: #fff !important; 
}
.nav-link.nav-btn.ghf:hover {
	background-color: hsla(0, 0%, 100%, 0.3); !important;
}
header {
    padding: 0px 0px;
    background: transparent;
    width: 100%;
}
.navbar-nav .nav-link {
    padding-right: 16px !important;
    padding-left: 16px !important;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #fff !important; 
}
.social-icons-footer a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
footer a:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}
span.categories-price.price-sale {
	background: #26aa5d;
	color: #fff;
	margin-left: 10px;
	width: 50%;
}
span.categories-price.price-sale a {
    background: #26aa5d;
    color: #fff;
}
.container {
	max-width: 1400px;
}
a.nav-link.nav-btn.float-right {
	border-color: #26aa5d;
	background-color: hsla(0, 0%, 100%, 0.3);
}
.fixed a.nav-link.nav-btn.float-right {
	border-color: #26aa5d;
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
}
.categories-link-btn a:last-child:hover {
    background: #ff7901;
    color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0f256e;
  z-index: 9;
}
.navbar-brand img {
	transition: .4s;
	max-width: 130px;
}
.fixed .navbar-brand img {
	transition: .4s;
	max-width: 130px;
	filter: brightness(0);
}
.footer-mobile img {
    margin-bottom: 10px;
    width: 24px;
}
.sticky .navbar-brand img {
    max-width: 50px;
    transition: .4s;
}
a:hover{
    text-decoration: none;
	color:#fff;
}
.categories-info-wrapper h3 a {
    color: inherit;
}
.lef-categories--sidebar li a:hover {
    color: #26aa5d;
    text-decoration: underline;
}
body .page-link {
    padding: .5rem 15px;
    color: #242424;
}
li.active a{
    background-color: #26aa5d !important;
    color: #fff;
    border-color: #26aa5d !important;
}
.footer-mobile.d-md-none.d-block {
	position: fixed;
	bottom: 0px;
	z-index: 99999;
	background: #fff;
	width: auto;
	color: #242424;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	margin: 0 0px;
	left: 0;
	border-radius: 0;
	right: 0;
}
.footer-mobile a {
    color: #242424;
    padding-right: 17px;
    margin-bottom:5px;
    font-weight:500;
}
.footer-mobile ul {
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
}
.category-image {
    overflow: hidden;
}
.categories-details-wrapper .category-image img {
    transition: .5s;
}
#myHeader .navbar.fixed-top.fixed {
	padding-top: 0;
	padding-bottom: 0;
	background:#fff;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
}

.site-btn {
    background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
    padding: 12px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
}
.site-btn:hover {
    background:linear-gradient(to right, #2825a6 0%, #601aa1 100%);
    color: #fff;
}
.employee-profile-text a.site-btn {
    margin: 0px 14px 0 0;
    display: inline-block;
}
.employee-profile-image img {
    width: 250px;
    height: 250px;
}
p.employee-price {
    font-size: 25px;
    margin: 20px 0;
    color: #000;
}
.title {
    font-size: 35px;
}
.employee-tabs {
    border-top: 1px solid #e8e8e8;
    margin-top: 0px;
    padding-top: 40px;
}
.employee-tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	font-size: 15px;
	text-transform: capitalize;
	padding: 10px 5px;
	color: #fff;
	margin-right: 10px;
	border-radius: 0;
	display: block;
	width: 100%;
	text-align: center;
}
.employee-tabs .nav-tabs .nav-link:focus, .employee-tabs .nav-tabs .nav-link:hover {
    border-right: 1px solid #b3b3b3 !important;
}
.employee-tabs a.nav-link.active {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%) !important;
	color: #fff !important;
}
.employee-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
     display: block; 
     width: auto;
     flex-grow: 1; 
}
.employee-tabs .nav-tabs {
    border-bottom: none;
}
.employee-tabs .tab-content {
    padding: 25px 0;
}
.employee-tabs ul {
    padding-left: 0;
}
.employee-tabs .tab-content ul li {
    /*width: 47%;*/
    /*float: left;*/
    margin-bottom: 10px;
    list-style: square;
    margin-right: 30px;
}
.employee-tabs ul.nav.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	background: #000;
	
}
.submit-your-requirements .employee-tabs ul.nav.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	background: transparent;
}
.submit-your-requirements .employee-tabs .nav-tabs .nav-link {
	background: #e3e3e3;
	color: #333;
	text-align: left;
}
.submit-your-requirements .employee-tabs .nav-tabs .nav-link{
	text-align:center;
}


.submit-your-requirements .employee-tabs .nav-tabs .nav-item {
	width: 50%;
}

.login-by-faceboook img {
    width: 17px;
    filter: invert(1);
    margin-left: 10px;
}
.seprater-or span {
    width: 105px;
    background: #ccc;
    height: 1px;
    display: inline-block;
}
.form-box {
    max-width: 500px;
    background: #fff;
    box-shadow: -1px 0 10px #24242414;
    padding: 10px;
    box-sizing: content-box;
    margin: auto;
}
.employee-certification .container.tab-pane {
    padding: 0;
}
.employee-certification .categories-link-btn {
    margin-top: 30px;
    display: block !important;
    text-align: center;
}
.employee-certification .categories-link-btn a {
    border-radius: 9px;
     background: #26aa5d;
    color: #fff;
}
.employee-result h2.title.text-left {
    margin-bottom: 30px;
}
.category-image img {
    width: 100%;
}
th, td {
    min-width: 180px;
    text-align: left;
    padding: 16px !important;
    border-bottom: 1px solid #ccc;
}
.table-withdraws thead th {
    border-bottom: 2px solid #dee2e6;
    min-width: 140px;
}
.table-withdraws th:first-child {
    min-width: auto;
}
.employee-certification .employee-tabs {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.customer-login-form-wraper a.nav-link.active {
    color: #fff;
    background: #26aa5d;
    border-color: #26aa5d !important;
}
.customer-login-form-wraper .nav-tabs {
    margin: 20px 0 40px;
    display: flex;
    justify-content: center;
    border: none;
}
.employee-tabs .dashboard-table-wrapper a {
	color: #000;
}
/* a.btn-sm.btn-danger { */
    /* margin-bottom: 8px; */
    /* display: inline-block; */
/* } */
.customer-login-form-wraper .login-by-faceboook {
    text-align: center;
}
.customer-login-form-wraper .nav-tabs .nav-link {
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-size: 18px;
    color: #242424;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 0 10px;
}
.customer-login-form-wraper input, .customer-login-form-wraper select {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 11px 15px;
    border-radius: 4px;
    height:45px;
}
.customer-login-form-wraper input[type="submit"], input[type="submit"] {
    width: auto;
    padding: 12px 30px;
    background: #26aa5d;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 4px #2424240;
}
.requirments-wrapper label {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
}   
.requirments-wrapper .form-group {
    margin-bottom: 25px;
}
.requirments-wrapper {
    
    margin: 50px auto 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    padding: 40px 25px 25px;
    border-radius: 0;
}
.test-active-number {
    color: #fff;
    background: #26aa5d !important;
}
.test-inactive-number {
    color: #fff;
    background: red !important;
}
.seprater-or {
    margin: 20px 0;
}
.seprater-or span:nth-child(2) {
    width: auto;
    padding: 0 30px;
    position: relative;
    margin-top: 0;
    background: no-repeat;
    position: relative;
    top: 5px;
}
.login-by-faceboook a {
    background: #26aa5d;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
}

.img-single, .img-single img, .image-horizontal {
    height: 100%;
    object-fit: cover;
}
.image-horizontal .w-100 {
    object-fit: cover;
    min-height: 50%;
}
.lef-categories--sidebar {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    position: sticky;
    top: 70px;
    background: #fff;
}
.employee-profile-sec {
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}
.employee-tabs-cirtified{
    padding: 30px 20px 0;
}
.certified-image.text-center {
    padding: 10px;
    margin: 20px;
}
.employee-profile-sec.py-3 .employee-profile-image {
    padding: 0 10px;
    text-align:center;
}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    text-align: center;
}
ul.carousel-indicators {
    display: none;
}
.carousel-caption h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.carousel-caption p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.team-talent-section .col-md-4 {
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    position:relative;
    /*padding: 30px 50px;*/
    transition: .3s;
}
/*.team-talent-section .col-md-4:before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    transition: .3s;*/
/*    content: "";*/
/*    background: #0f256e;*/
/*    z-index:-1;*/
/*}*/
/*.team-talent-section .col-md-4:hover:before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: .3s;*/
/*    content: "";*/
/*    background: #0f256e;*/
/*}*/
/*.team-talent-section .col-md-4:hover  *{*/
/*    color: #fff;*/
/*}*/
.navbar-dark .navbar-brand {
	color: #fff;
	text-transform: uppercase;
}
.navbar-dark.fixed .navbar-brand {
	color: #08195e;
	text-transform: uppercase;
}
.expertise-colum h5 {
    margin-top: 20px;
}
.team-talent-section .col-md-4:hover .expertise-colum img {
    transition: .3s;
    border: 1px solid #26aa5d;
    border-radius: 50%;
}
.expertise-colum img {
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 50%;
}
.expertise-colum i.fas.fa-arrow-right {
    float: right;
}
p.transparent-txt a {
    color: transparent;
}
.shadow-box {
    background: #fff;
    box-shadow: 0 0 10px #0000002b;
    padding: 50px 45px  80px;
    border-radius: 4px;
    position: relative;
}
.shadow-box h3 {
    font-size: 34px;
    margin-bottom: 29px;
}
.shadow-box h3 {
    font-size: 34px;
    margin-bottom: 20px;
}
.shadow-box p {
    text-transform: capitalize;
    font-size: 20px;
}
.shadow-box a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
    background: #0f256e;
    transition: .3s;
}
.shadow-box a:hover {
   background: #ff7901;
}
.team-box {
    background: #fff;
    box-shadow: 0 0 5px #24242400014;
    border-radius: 4px;
}
.team-float-wrapper {
    position: relative;
}
.team-float-wrapper.row .team-content-footer {
    padding: 0px 0 20px;
}
.team-float-wrapper.row  a.team-title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    display: block;
}
.team-float-wrapper.row .team-content-footer p {
    margin-bottom: 5px;
}
.team-float-wrapper.row .team-box:first-child {
    margin-top: 100px;
}
.team-float-wrapper.row .team-box:nth-child(4) {
    margin-top: -60px;
}
.team-float-wrapper.row .team-box:nth-child(3) {
    margin-top: 40px;
}
.team-content-left h4 {
    font-size: 20px;
    margin: 15px 0;
}
.ready_box-page .media.align-items-center.mt-3.px-2 img {
	height: 30px;
}
.team-content-footer {
    padding: 20px;
}
.d-block.team-image{
    position: relative;
}
.view-profile {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    transform: scale(0);
    width: 100%;
    height: 100%;
    background: #0f256e8a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    z-index: 9;
}
.d-block.team-image:hover .view-profile {
    transform: scale(1) !important;
    transition: .4s;
}
.view-profile span {
    color: #fff;
}
.testing-number span {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: #ccc;
	padding: 0;
	font-size: 22px;
	text-align: center;
	border-radius: 60%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: .3s;
	line-height: 65px;
}
.testing-number span:hover {
    background: #26aa5d;
    color: #fff;
}
.user-test-question-wrapper label {
    display: block;
    margin-bottom: .5rem;
    font-size: 16px;
    position:relative;
    top:4px;
}
label.question {
    font-size: 20px;
    margin-bottom: 20px;
}
.question {
    font-size: 20px;
    margin-bottom: 20px;
}
.poll-header h2 {
    background: #0f256e;
    color: #fff;
    padding: 15px;
    font-size: 22px;
}
.user-test-question-wrapper {
    border-right: 1px solid #cccccc4a;
    margin-right: 50px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    padding: 0px 0 10px;
    border-radius: 0;
}
.user-test-question-wrapper form {
    padding: 25px;
}
.breadcrumbs a {
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumbs i.fa.fa-home {
    margin-right: 9px;
}
.breadcrumbs span.breadcrumbs-divider {
    margin: 0 10px;
}
.breadcrumbs {
    padding-top: 5px;
}
.breadcrumb-wrapper {
    background: #f4f4f4;
    padding: 30px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}
.icon-show-recaptcha a {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #ff7901;
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    border-radius: 50%;
    position: relative;
}
.icon-show-recaptcha a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:2px solid #26aa5d;
    animation: circles 3.9s linear 0.0s infinite;
}
.icon-show-recaptcha a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:2px solid #26aa5d;
    animation: circless 3.9s linear 0.0s infinite;
}
@keyframes circles{
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
@keyframes circless{
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
.testing-number-wrapper {
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    height: 100%;
}
.user-test-question-wrapper input[type="submit"] {
    margin-top: 0;
}
.number-box {
    padding: 20px 0 20px 20px;
}
.dropdown-toggle::after {
    top: 3px;
    position: relative;
}
.lef-categories--sidebar a {
    color: #fff;
}
.form-row30 .form-group {
    width: 32%;
}
.form-row30, .form-row50 {
    display: flex;
    justify-content: space-between;
}
.form-row50 .form-group {
    width: 49%;
}
textarea.form-control {
    height: auto;
    min-height: 150px;
}
.radio-toolbar {
  margin: 20px 0;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.box-section-certified.personal-profile-content-right a:hover {
	text-decoration: none;
	color: #28a745;
}
.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
}

.radio-toolbar label:hover {
    background-color: #ff7901;
    color: #fff;
    border-color: #ff7901;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #26aa5d;
    border-color: #26aa5d;
    color: #fff;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #26aa5d;
    outline: 0;
    box-shadow: none;
}
.requirments-wrapper input[type="submit"] {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    height: 50px;
}
.personal-profile-content-right {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}
.client-info-wrapper {
    background: #f1f2f4;
    padding: 100px 0;
}
.info-header-right {
	padding: 15px 30px;
	border-bottom: 1px solid #cccccc9e;
	position: relative;
}
.info-header-right .site-btn {
	position: absolute;
	top: -10px;
	right: 0;
}
span.edit-icon {
    border: 1px solid #cccccc9e;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height:32px;
    border-radius: 100%;
    float: right;
    transition: .3s;
}
.personal-profile-content-left {
	/* border: 1px solid #cccccc9e; */
	padding: 20px 15px 20px;
	border-radius: 10px;
	background: #fff;
	position: sticky;
	top: 70px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}
.edit-icon i {
    font-size: 16px;
    color: #242424;
}
span.edit-icon:hover{
    background: #ff7901;
    border-color:  #ff7901;
}
span.edit-icon:hover i{
    color: #fff;
}
.personal-profile-data {
    padding: 30px 30px;
}
.user-info-data p {
    margin-bottom: 7px;
    font-size: 18px;
}
.personal-profile-content-left ul {
    list-style: none;
    padding-left: 0;
}
.personal-profile-content-left ul li a {
	color: inherit;
	margin-bottom: 0px;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	border-bottom: 0px solid #cccccc9e;
	padding: 10px;
	transition: .3s;
}
.personal-profile-content-left ul li.active a {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%) !important;
	color: #fff !important;
	border-color: transparent !important;
	border-radius: 8px;
}
.personal-profile-content-left ul li a:hover {
    color: #ff7901;
}
.personal-profile-content-left ul li.active a i {
    margin-right: 15px;
    color: #fff;
}
.personal-profile-content-left ul li a i {
	margin-right: 15px;
	color: #071155;
}
#reset-password input.form-control {
    margin-bottom: 15px;
}
.info-header-right h3 {
    margin-bottom: 0;
}
.reset-password .personal-profile-data {
    padding: 30px;
}
.user-pic img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}
p.txt-light-gray {
    color: #827a7a;
     margin-bottom: 15px;
}
h3.user-name {
    margin-bottom: 0;
    font-size: 24px;
}
a{
    color: inherit;
}
.info-border-box {
    border-top: 1px solid #cccccc9e;
}
.freelancer-questions a {
    font-size: 18px;
}
.freelancer-expertise-btn a {
    border: 1px solid;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    transition: .3s;
}
.freelancer-expertise-btn a:hover {
    background: #26aa5d;
    color: #fff;
}
.personal-profile-data h3 {
    font-size: 24px;
}
.personal-profile-data h4 {
    font-size: 20px;
    margin-top: 10px;
}
 .freelancer-experience-border-t{
    border-top: 1px solid #cccccc9e;
    padding-top: 20px;
}
.project-dashboard .table td, .project-dashboard .table th {
    padding:15px 10px !important;
}
 .project-dashboard tr th:first-child, .project-dashboard  tr td:first-child {
    text-align: left;
}
 .project-dashboard .tab-content {
    background: #fff;
    box-shadow: 0 0 5px #2424240002e;
    margin-top: 20px;
    border-radius: 4px;
    padding:0 5px 10px;
}
.project-dashboard .employee-tabs ul.nav.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	box-shadow: 0 0 5px #2424240002e;
	padding: 0 0 1px;
	background: transparent;
	border: 1px solid #ccc;
}
.project-dashboard .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
.project-dashboard thead th {
    border-top: none !important;
}
.tab-content br{
    display: none;
}
.freelancer-review-txtarea textarea {
    display: block;
    width: 100%;
    height: 100px;
}   
.reviews-box {
    display: flex;
}
.txt-reviews {
	margin-right: 0px;
	width: 40%;
	border-right: 0px solid #dee2e6;
	text-align: left;
}  
.freelancer-feeback-form select {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
}  
.freelancer-feeback-form label, .label-large {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.contract-details-popup .modal-header {
	border-bottom: none;
	padding: 5px 15px;
	position: relative;
	z-index: 9999;
}
.dashboard-table-wrapper a {
    color: #26aa5d;
}
a.pay-now {
    color: #26aa5d;
    font-weight: 500;
}
.text-sm {
    font-size: 12px;
    color: #777575;
}
.form-group.text-center.report-refund-btn {
    border-top: 1px solid #cccccc91;
    padding-top: 25px;
    margin-top: 28px;
}
.report-refund-btn a.site-btn.d-block {
    min-width: 40%;
    margin-left: 10px;
}
.requirments-wrapper .select2-container {
	display: inline;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid lightgray 1px;
	outline: 0;
	height: 50px!important;
}
.counters {
	position: absolute;
	top: -5px;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #2e115c;
	text-align: center;
	line-height: 1.4;
	border-radius: 50%;
	font-size: 14px;
	right: 0;
}
/*message page cs*/
.client-profile-image img {
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
}
span.active-indigators {
    width: 10px;
    height: 10px;
    background: #bfbbbb;
    position: absolute;
    display: block;
    bottom: 0;
    right: 5px;
    border-radius: 50%;
}
.client-profile-image {
    position: relative;
    border-radius: 50%;
    margin-right: 10px;
}
.date-custom-style {
    font-size: 12px;
    float: right;
    color: #777;
}
.client-profile-title span {
    display: block;
}
.project--d-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}
.user-left-content-box {
    padding: 10px;
    margin-bottom: 0;
}
.user-left-content-box:hover {
    background: #f6f6f6;
}
.user-right-content-box {
    padding: 10px 10px;
}
.user-right-content-box:hover {
    padding: 10px 10px;
    background: #f6f6f6;
    margin-bottom: 0;
}
.serch-box-left {
    margin-bottom: 20px;
    padding: 0 10px;
}
.chat-message-body {
    padding-top: 20px;
    padding-bottom: 80px;
}
.project-title {
    color: #777;
}
.andigator-active {
    background: #26aa5d !important;
}
.project--d-title {
    width: 100%;
    max-width: 190px;
    overflow: hidden;
    clear: both;
    text-overflow: ellipsis;
}
.project--d-title .project-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.user-colleft-wrapper-main {
	padding: 15px 0px;
	background: #fff;
	box-shadow: 0 0 5px #0800001a;
	box-sizing: border-box;
	border-radius: 4px;
	height: 80vh;
	overflow-y: scroll;
	background: #f9f9f9;
}
.client-profile-title {
    display: block;
    width: 100%;
}
.chat-message-body .client-profile-title {
    display: block;
    width: 100%;
}
.user-messages-header {
    border-bottom: 1px solid #ced4da;
}
.user-colright-wrapper {
    padding: 15px 0px;
    background: #fff;
    box-shadow: 0 0 5px #0800001a;
    box-sizing: border-box;
    border-radius: 4px;
    height: 80vh;
    overflow-y: scroll;
}
.user-messages-header {
    padding: 0 10px 10px;
}
.user-messages-header-btn .site-btn {
    background: transparent;
    padding: 8px 10px;
    color: #26aa5d;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    transition: .3s;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    border: 2px solid #26aa5d;
}
.user-messages-header-btn .site-btn:hover {
    background: #26aa5d;
    color: #fff;
}
.user-messages-header-btn a.site-btn:first-child {
    margin-right: 10px;
}
.reply-main textarea#comment {
    min-height: 40px;
    resize: none;
}

.row.reply-row-message {
    padding: 0 15px;
}
.row.reply-row-message .col-sm-1 {
    padding: 0;
    text-align: center;
}
.row.reply-row-message .col-sm-9.col-xs-9.reply-main {
    padding: 0;
    text-align: center;
}
.footer-message-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    border-top: 1px solid #ced4da70;
    background: #f6f6f6;
}
.serch-box-left input[type="submit"] {
    background: url(../images/search.png);
    background-size: 17px;
    font-size: 0;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 11px;
    margin-top: 0;
    padding: 15px;
}
.serch-box-left form {
    position: relative;
}
.serch-box-left input.form-control {
    padding-left: 35px;
}
.add-contracts-btns span {
    border: 1px solid#ccc;
    margin-right: 10px;
    padding: 5px 17px;
    border-radius: 4px;
    cursor: pointer;
}
.row.search-row-mobile {
    background: #f6f6f6;
    padding: 18px 0 0;
    margin:0;
}
.mobile-user-chat .user-left-content-box {
    padding: 10px 15px;
    margin: 10px 0;
    border-bottom: 1px solid #cccccc40;
}
.message-row-mpobile-bttm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.col-sm-1.col-xs-1.reply-emojis {
    width: 25%;
}
.message-row-mpobile-bttm .col-sm-9.col-xs-9.reply-main {
    padding: 0;
    text-align: center;
    min-width: 250px;
}
.mobile-inner-client-chat .user-right-content-box {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc40;
}
.mobile-inner-client-chat {
    position: relative;
}
.mobile-inner-client-chat .footer-message-wrapper {
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}
.thank_you_page {
	margin-top: 4.1rem;
}
.thank_you_page .rigister_section {
	padding: 140px 33px;
}
.mobile-user-chat {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
body{
    overflow-x: hidden !important;
}
.search-row-mobile .serch-box-left {
    margin-bottom: 20px;
    padding: 0 0px;
}
.mobile-chat-wrapper {
    padding-bottom: 83px;
}
span.totoal-balance-withdraws {
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 22px;
}
.withdraws-btn-plus span {
    width: 50px;
    height: 50px;
    border: 2px solid;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}
body .dashboard-table-wrapper .table-withdraws td {
    min-width: 100px !important;
    width: 10% !important;
}
.sidebar-cirtified-talent h5 {
    color: #242424;
    font-size: 18px;
    position: relative;
}
.sidebar-cirtified-talent .card-header {
    padding: 20px 15px;
    background:#fff;
}
.sidebar-cirtified-talent h5  i {
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(180deg);
}
.sidebar-cirtified-talent .card-body {
    padding: 5px 10px 0;
}
.sidebar-cirtified-talent .collapsed i {
    transform: none !important;
}
.sidebar-cirtified-talent .card{
    border-left: none;
    border-right: none;
}
.freelancer-talent-detail-wrapper {
    padding: 25px 15px 20px;
    border: 1px solid #cccccc9e;
    border-radius: 8px;
    margin-bottom: 30px;
}
.f-talent-img-box b {
    font-weight: 600;
}
.f-talent-img-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ff7901;
    object-fit:cover;
}
.f-talent-footer-content a {
    font-size: 18px;
}
.f-talent-footer {
    border-top: 1px solid #cccccc45;
    padding-top: 17px;
}
.f-talent-img-box a {
    color: #0f256e;
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
}
.talent-footer-top-header {
    padding-top: 6px;
}
.top-talent-search-row input[type="submit"] {
    background: url(../images/search.png), #26aa5d;
    background-size: 17px;
    font-size: 0;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 11px;
    margin-top: 0;
    padding: 15px;
    right: 0;
    padding: 7px 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.single-page-img-box img {
    border: 2px solid #ccc;
}
.freelancer-rate-single {
    padding: 15px 0;
}
span.dollar-bg {
    background: #26aa5d;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 1px 14px;
}
span.country-image {
    width: 40px;
}
.freelancer-country-names {
    padding: 15px 0;
    border-top: 1px solid #cccccc6e;
    border-bottom: 1px solid #cccccc6e;
}
.freelancer-joined-img i {
    background: #ccc;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 13px;
}
i.fa.fa-star.text-warning {
    color: #ff7901 !important;
}
.freelancer-joined {
    padding: 15px 0;
}
span.reviews-number {
    color: #fff;
    background: #ff7901;
    padding: 2px 10px;
    margin-bottom: 15px;
    display: inline-block;
}   
span.float-right.filter-reviews {
    font-size: 16px;
}
.reviews-meta a {
    color: #0f256e;
    font-weight: 500;
}
.freelancer-country-img img {
    width: 25px;
}
.project-languages span {
    border: 1px solid #ccc;
    padding: 4px 15px;
    display: inline-block;
}
.freelancer-full-info-footer {
    padding: 30px 0 0;
}
span.freelancer-profile-logo {
    border: 1px solid #ccc;
    padding: 2px 15px;
    font-size: 25px;
}
span.freelancer-post-show-date {
    color: #8e8e8e;
}
.revies-wrapper {
    border-bottom: 1px solid #cccccc8a;
    padding-bottom: 40px;
    margin-bottom: 33px;
}
.faq-tabs b {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}
.faq-content-wrapper h3 {
    margin: 50px 0;
}
.notification-content {
	padding: 17px 0;
	border-bottom: 1px solid #cccccc9e;
}
p.mb-0.text-grey-light {
    color: #5a5959;
}
p.mb-0.text-grey-light {
    color: #5a5959;
    text-transform: uppercase;
    font-size: 15px;
}
.notification-content a {
    color: #26aa5d;
}
.notification-content a {
    color: #26aa5d;
    transition: .3s;
}
.btn-outline-notification:hover {
    color: #fff;
    background: #26aa5d;
    border-color: #26aa5d;
}
.btn-outline-notification {
    color: #26aa5d;
    transition: .3s;
    padding: 10px 20px;
    border: 1px solid #cccccc9e;
    border-radius: 4px;
    margin-top: -50px;
}
.how-it-works-banner {
	background: url(../images/businessman.jpg);
	min-height: 700px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.how-it-works-banner h2{
    font-size: 55px;
    margin-bottom: 30px;
}
.banner-text-how- p {
    font-size: 20px;
    line-height: 30px;
}
.banner-tabs-btn .nav-tabs .nav-item {
    margin-bottom: -1px;
    background: #fff;
    width: 50%;
    text-align: center;
}
.ready_box-page h5 {
	font-weight: 400;
	font-size: 18px;
	height: 78px;
}
.ready_box-pagess h5 {
	font-weight: 400;
	font-size: 18px;
	height: 78px;
}
.ready_box-pagess h5 a:hover {
	color:#000;
}
.banner-tabs-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-tabs-btn .nav-tabs .nav-link {
    display: block;
    padding: 20px 40px;
    border-radius: 0;
    height: 100%;
    border-right: 1px solid #cccccc7a !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.banner-tabs-btn .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #111;
}
.card-header.tab-card-header.tabs-banner .nav-link.active {
    background: #26aa5d;
    color: #fff;
    border: none;
}
.tab1-icons img, .img-with-text img {
    width: 70px;
}
.tab1-content {
    border-bottom: 1px solid #cccccc70;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.tab1-sec2 b {
    font-size: 18px;
}
.para-large{
    font-size: 20px;
    line-height: 28px;
}
.img-with-text-wrapper-border{
    border-top: 1px solid #cccccc70;
    border-bottom: 1px solid #cccccc70;
    padding: 90px 0;
}
.hero-section {
    background: #000;
    padding: 100px 0;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
.portfoli-img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.hover-txt-link {
    position: absolute;
    top: 0;
    height: 100%;
    background: #00000040;
    width: 100%;
    text-align: center;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}
.portfoli-img-box:hover .hover-txt-link {
    transform: scale(1);
}
.hover-txt-link a {
    border: 2px solid #fff;
    padding: 14px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
}
.portfolio-meta-dis h3 {
    font-size: 24px;
    line-height: 32px;
}
.footer-hero a.d-block.text-white {
    line-height: 40px;
    text-decoration: underline;
}
.site-color{
    color: #0f256e;
}
.inovation-service {
    background: #f2f2f2;
    margin-top: 50px;
}
.share-icons-inovation a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
}
.share-icons-inovation b {
    margin-right: 10px;
}
.share-icons-inovation {
    border-top: 1px solid #cccccc8c;
    padding-top: 30px;
    margin-top: 30px;
}
.right-col-inovation-wrapper {
    padding: 50px;
    border: 1px solid #cccccc8c;
}   
.right-col-inovation {
    border-left: 2px solid #0f256e;
    padding-left: 20px;
}
.intelligent-platforms-box {
    background: #fff;
    padding: 20px;
    position: relative;
    border: 1px solid #cccccc8c;
}
.intelligent-platforms-box-float {
    position: absolute;
    top: -7px;
    right: 8px;
    background: #ff7901;
    width: 90px;
    height: 60px;
    content: "";
    z-index: ;
}
.intelligent-platforms-box a {
    text-decoration: underline;
    color: #0f256e;
}
.impact-section-numbers {
    width: 80%;
    padding-left: 20px;
    border-left: 2px solid #ff7901;
}
a.team-title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
}
.faq-banner {
	padding: 80px 0;
	background: #0f256e;
	color: #fff;
	margin-top: 3rem;
}
.inner-page-html.add_experties_job {
	background: #f7f7f7;
	padding: 2rem 0;
	margin-top: 3.3rem;
}
.employee-tabs-cirtified  .tab-content ul {
    padding-left: 20px;
}
.employee-tabs.employee-tabs-cirtified .tab-pane {
    padding: 0;
    max-width:1000%;
}
.intelligent-platforms.py-5.inovation-service .col-md-9 {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.footer-widget-listing.social-icons-footer {
    margin-bottom: 30px;
}
.team-content-left img {
    max-width: 100%;
    width: 100%;
}
.employee-tabs .nav-tabs .nav-item .tabs-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
.service-menu:hover .dropdown-menu {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    top: 55px;
    border-bottom:1px solid #ccc;
}
.customer-login-form-wraper .text-danger, .customer-login-form-wraper .text-success {
    font-size: 13px;
    margin-top: 0px;
    display: block; 
}
.resp-sharing-button {
    color: #fff !important;
}
.sidebar-cirtified-talent ul {
    padding-left: 0;
}
.affiliate-page .categories-right-sec {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}
.navbar-nav li.nav-item:last-child a.nav-link.nav-btn {
    margin-right: 0;
}
.socialShare {
    background: #0f256e;
}
.new-img-box {
    min-width: 35px;
    margin-right: 8px;
}
.media {
    margin-top: 20px;
}
.new-text-box p {
    font-size: 15px;
    line-height: 20px;
}
.employee-profile-sec.py-3.single-certificate-page .row.align-items-center {
    align-items: flex-start !important;
}
.ratting-wrapper {
    font-size: 16px;
    padding-right: 40px;
}
.ratting-wrapper i {
    color: rgb(255 121 1);
    margin-right: 0px !important;
}
.ratting-wrapper span {
    padding-left: 10px;
}
.single-certificatoin table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
a.btn-video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}
.video-wraper-img {
    position: relative;
}
div#modal-video-popup .modal-dialog {
    max-width: 50%;
}
.blog-page a.btn-sm.btn-success {
    display: block;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    padding: 10px 10px;
}
.blog-page h2 {
    font-size: 32px;
}
.blog-page h2:hover {
    color:#000;
}
.mt-4.blog-page {
	margin-top: 4.5rem !important; 
}
.bradcrumb-content h2 {
    font-size: 40px;
}
.video-play-btn {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	justify-content: center;
}
.ins-video-wrapper {
    position: relative;
}
.modal-video-popup button.close {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 !important;
}
.modal-video-popup iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.modal-video-popup  .modal-dialog {
    max-width: 800px;
}
.modal-video-popup .modal-header {
    border: none;
    padding-bottom: 0;
}
.row.row-video-player {
    padding-bottom: 30px;
}
.ltd-full-image img {
	height: 90px;
}
.cirtificaion-logo-section img {
	width: 90px;
}
.pvt-ltd-left-text {
	top: 30px !important;
	font-size: 16px;
}
.cirtificaion-number-right-text {
	top: 30px !important;
}
.cirtfied-hacker img {
	margin: 0!important;
	display: block;
	margin-bottom: 15px;
}
.cert-issued-by img {
	position: relative;
	top: 13px;
}
.cirtificate-body-inner.text-center p {
	text-transform: capitalize;
}
.employee-profile-text .media {
	margin-top: 20px;
	border: 1px solid #dadbdd;
	margin-bottom: 2rem;
	transition: all .3s ease;
	padding: 20px 10px;
	margin-right: 10px;
	align-items: center;
	height: 100px;
}
.py-5.body-bg-section.single-certificatoin {
	margin-top: 3rem;
}
.employee-profile-text .media:hover {
	box-shadow: 0 15px 20px rgba(0,0,0,.2);
-moz-transform: translatey(-4px);
}
.main_menu {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999;
	top: 0;
	/* box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08); */
}
.header_section {
	position: relative;
	margin-top:0px;
}
.inner_page_header .fixed-top {
	background:linear-gradient(to right, #060e52 0%,#2196F3 100%);
}

.certificate-wrapper {
    border: 3px solid #000000;
    padding: 21px;
    background: #000000;
}
.certificate-image {
    position: absolute;
    right: 8%;
    top: 10%;
}
.certificate-image img {
	width: 145px;
}
.cirtificate-body {
    padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.team-content-left {
	border: 1px solid #dadbdd;
	transition: all .3s ease;
}

.team-content-left h4 {
	padding: 0 15px;
}
.team-content-left p {
	padding: 0 15px 20px;
}
.star-rating {
	list-style: none;
	padding: 0;
	margin-top: 8px;
	padding-left: 0 !important;
	margin-bottom: 8px;
}
 ul.star-rating li {
  list-style: none;
}
.star-rating li {
	display: inline-block;
	margin: 0 !important;
	padding: ;
	padding-right: 10px;
}
.star-rating li a {
	color:#ff7901;
}
.reviews_section {
	box-shadow: 0 2px 10px #0000002e;
	padding: 10px 20px;
	margin-bottom: 30px;
	
}
.img-play-icon img {
	height: 400px;
	object-fit: cover;
	vertical-align: ;
}
#sample-certificate .modal-content {
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.2);
}
#startPart1Modal.modal {
	top: 25%;
}
.icon-show-recaptcha {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-show-recaptcha a {
	position: relative;
	right: 16px;
	top: 11px;
}
#submit-test.modal {
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-btn a{
	margin:0 10px;
}
.clickToSubmit {
	text-align: center;
}
.rigister_section .media i {
	font-size: 40px;
	color: #fff;
}
.rigister_section small {
  font-size: 80%;
  font-weight: 400;
  color: #fff;
}
.media-body {
	font-size: 22px;
	margin-left: 0px;
} 
.rigister_section .media-body {
	font-size: 22px;
	margin-left: 30px;
} 
.rigister_section {
	padding: 90px 33px;
	background:linear-gradient(to right, #060e52 0%,#2196F3 100%);
	margin-top: 0px;
	height: 565px;
	border: 6px solid #fff;
	margin-top: 0rem;
	border-radius: 30px;
}
.form-boxs.sign_up_page {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	padding: 1rem 1rem;
	margin: 0 auto;
	border-radius: 20px;
}
.rigister_section .media {
	margin-top: 40px;
}

.form-box {
	max-width: 100%;
	background: #fff;
	box-shadow: 0;
	padding: 10px;
	box-sizing: content-box;
	margin: auto;
}
#signup {
	width: 500px;
}
#login{
	width: 500px;
}
.customer-login-form-wraper {
	background: transparent !important;
	padding: 0px 0px !important;
}
#append_bid_details.customer-login-form-wraper {
	background: transparent !important;
	padding: 20px 0px 0!important;
}
#portfolio-type .customer-login-form-wraper {
	background: transparent !important;
	padding: 0px 0px !important;
}
#append_view_contract.customer-login-form-wraper {
	background: transparent !important;
	padding: 20px 0px !important;
}
#append_view_contract .freelancer-contract-form a:hover {
	color: #000;
}
#append_view_contract.customer-login-form-wraper {
	background: transparent !important;
	padding: 20px 0px !important;
	box-shadow: none;
}

.left_bar-section .custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.left_bar-section button {
	border: 0;
	background: #0f256e;
	color: #fff;
	padding: 8px 10px;
	display: block;
	margin: 25px 0 30px;
}
.job_details_section-box.left_bar-section .table td, .table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .50rem .5rem;
	font-size: .875rem;
	line-height: 1.1;
	border-radius: 0.4rem;
}
.left_bar-section {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}
.left_bar-section h4 {
	font-size: 22px;
	margin-bottom: 20px;
}
.left_bar-section .custom-control.custom-checkbox {
	margin-bottom: 8px;
}
.graphic-section a {
	margin-right: 20px;
}
.full_time {
	padding: 20px 10px;
	/* border: 1px solid #ccc; */
	margin: 30px 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.full_time:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}

.client-info-wrapper .full_time {
	margin: 10px 0 16px;
}
.client-info-wrapper .box-section h4 {
	font-size: 22px;
	margin-bottom: 8px;
}
.client-info-wrapper .box-section p {
	margin: 2px;

}

.ready_box-page a:hover {
	text-decoration: none;
	color: #000;
}
#share-modal .modal-body {
	display: flex;
	align-items:center;
}
.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.2em !important;
	font-size: 15px;
}
.resp-sharing-button__icon svg {
	vertical-align: middle!important;
}

.video-data h5 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}
.box-section h4 {
	font-size: 22px;
	margin-bottom: 20px;
}
.job_details_section {
	margin: 6rem 0;
}
.jobbbbb {
	margin: 5rem 0;
}
.categories-link-btns a {
	background: #ff7901;
	padding: 12px 17px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	transition: .3s;
}
.page-profile img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.google-review {
  margin-top: 40px;
}
.wislist_page-img img {
	width: 18px;
}
.rating-review-item {
  display: flex;
  align-items: center;
}
.rating-review-item .left-rating {
  flex: 1 1 20%;
  max-width: 20%;
}
.rating-review-item .left-rating .star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rating-review-item .left-rating .star-rating h3 {
  margin: 0 12px 0 0;
  font-size: 40px;
}
.rating-review-item .left-rating .star-rating .fa-star {
  font-size: 30px;
  color: #28a745;
}
.rating-review-item .left-rating .number-rating span {
  display: block;
  margin-bottom: 2px;
  color: #474848;
  font-size: 14px;
}
.rating-review-item .right-rating {
	flex: 1 1 40%;
	max-width: 40%;
}
.rating-review-item .right-rating ul.order-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.rating-review-item .right-rating ul.order-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rating-review-item .right-rating ul.order-list li:last-child {
  margin-bottom: 0;
}
.rating-review-item .right-rating ul.order-list li .star-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 25px;
}
.rating-review-item .right-rating ul.order-list li .star-value h5 {
  margin: 0 2px 0 0;
  font-size: 16px;
}
.rating-review-item .right-rating ul.order-list li .star-value .fa-star {
  font-size: 14px;
}
.rating-review-item .right-rating ul.order-list li .progress {
  flex: 1 1 315px;
  max-width: 315px;
  height: 6px;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #ddd;
}
.rating-review-item .right-rating ul.order-list li .rating-hit {
  color: #b2b2b2;
  font-size: 16px;
}
.left_bar-project {
	background: #f8f9fc;
	padding: 2rem;
}
.container.p-0.main-login-page {
	margin-top: 5rem;
	margin-bottom: 1rem;
}
.btn-seller-2 {
	border: 2px solid #0f256e;
}
.btn-seller-2:hover {
	border: 2px solid #0f256e;
	background:#0f256e;
	color:#fff;
} 
 .box-project {
	text-align: center;
}
 .box-project span {
	font-size: 24px;
	color: #333;
	margin-bottom: ;
}
 .box-project p {
	margin-top: 12px;
	color: #333;
}
.video-page-section img {
	width: 270px !important;
	height: 172px;
	object-fit: cover;
}
.video-page-section p {
	font-size: 20px;
}
.video-page-section h4 {
	font-size: 20px;
	margin-top: 7px;
	margin-bottom: 0px;
	line-height: 1.4;
	margin-bottom: 0px;
	font-weight: 600;
}
.uk-child-width-1-4\@m > * {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
/* .video-page-section { */
	/* padding-bottom: 1px; */
	/* background: #fff; */
	/* margin-bottom: 30px; */
	/* border: 1px solid #e6e6e6; */
/* }  */
.my-biddd {
	margin-top: 5rem !important;
}
.personal-profile-content-left ul li.active {
	background: #c6302d;
	border-radius: 8px;
}
.video-data video {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.video-data {
	border-radius: 5px;
}  
.video_data-section-right .media p {
	font-size: 18px;
}
.enthusiastic ul li .active {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 12px 10px;
	color: #fff;
	border-radius: 5px;
	display: block;
}
.enthusiastic h5 {
	font-size: 18px;
	padding-left: 0rem;
}
.cdf h5 {
	padding-left: 4rem;
}
.telent-left-bar img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}
.enthusiastic .sww h5 {
	font-size: 16px;
	font-weight: 400;
}
.enthusiastic .sww p {
	font-size: 16px;
	font-weight: 400;
}
.enthusiastic .media-body p {
	font-size: 16px;
}
.portfolio_box h5 {
	font-size: 18px;
	margin: 20px 0 0;
}
.wislist_page-img {
	position: absolute;
	right: 18px;
}
#menu2 .video-page-section h4 {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 0px;
	line-height: 1.4;
}
.video-page-section p {
	font-size: 16px;
	margin-bottom: 8px;
	color: #5b5b5b;
}
.enthusiastic .nav.nav-tabs {
	background: #f7f7f7;
	padding: 0.6rem 0.6rem;
	border-radius: 5px;
}
.site-btn.ghy.ml-auto {
	position: relative;
	right: 50px;
}
.top-eye {
	position: absolute;
	top: 0;
	background: #fff;
	left: 0px;
	padding: 10px;
}

#page {
  position: absolute;
  top: 4.5rem;
  padding: 0 15px;
  font-size: 1.2rem;
}

#topBar {
  
  padding: 0 15px;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 3.6rem;
  font-size: 1.2rem;
  box-shadow: 0 0px 10px rgba(0,0,0,.25);
}

#topBar ul li{
  position: relative;
  display: inline-block;
}

#topBar>ul>li {
  float: left;
}

#topBar a {
  display: inline-block;
  padding: 1.2rem 1.8rem;
  line-height: 1.2rem;
  color: #000;
  transition: .2s ease-out;
}
.healthcare-box form {
	padding: 15px;
	border-radius: 7px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	background: #fff;
}
/* #topBar a:hover, li.active{ */
  /* background: #c6302d; */
/* } */

ul.subMenu {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170%;
}

ul.subMenu li {
  width: 100%;
  background: #3d3d3b;
}

#topBar ul.subMenu li a {
  width: 100%;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.1);
}

#topBar ul.subMenu li a:hover, #topBar ul.subMenu li.active>a {
  background: #2f2f2d;
  padding-left: 1.1rem;
}

ul.subMenu ul.subMenu{
  position: absolute;
  top: 0;
  left: 80%;
  width: 100%;
}
.banner-text .site-btn {
	width: 250px;
	text-align: center;
}
.banner-text h1 {
	font-size: 54px;
	font-weight: 600;
	color: #fff;
}
.banner-text p {
	font-size: 22px;
	line-height: 28px;
	margin-top:20px;
	color: #fff;
}
.box-section-certified img {
	width: 90px;
	object-fit: cover;
	height: 90px;
}
.sh h4 {
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 0;
}
.box-section-certified.personal-profile-content-right.mt-2 small {
	font-size: 16px; 
}
.box-btn a {
	background: #e4ebe4;
	border-radius: 30px;
	padding: 7px 16px;
	font-size: 15px;
	margin-bottom: 0px;
}
.enthusiastic .nav li a:hover {
	color: #000;
}
.portfolio_box.ready_box-page img {
	height:180px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.employee-tabs .site-btn.ghy.ml-auto {
	padding: 10px 20px;
	margin: 6px 0;
}
.shadow-section-here {
  background: #f7f7f7;
}
 
.navbar-dark.fixed .navbar-nav .nav-link {
		font-size: 18px;
		color: #2e115c;
		font-weight: 400;
	}
.navbar-dark.fixed .navbar-nav .nav-link:hover {
	font-size: 18px;
	color: #2e115c !important;
	font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.mega-menu-section .navbar-dark .navbar-nav .nav-link {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.banner {
	position: relative;
}
.banner_bottom_data {
	position: absolute;
	top: 20%;
	z-index: 9;
	width: 100%;
}
.testimonial-sliderss.text-right img {
	width: 460px !important;
	object-fit: cover !important;
}
.testimonials-items img {
	border-radius: 10px;
	height: 400px;
	object-fit: contain;
}
.banner_bottom_data {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.banner-text-slider img {
	width: 550px;
	margin-left: auto;
}
.banner-text-slider {
	text-align: right;
}
.telent-left-bar  {
	border: 1px solid #e6e6e6;
}
.video-data h4 a:hover {
	color: #000;
}
.like_btn.btn {
	background: #ea4c89;
	color: #fff;
}
.share_btn.btn {
	background: #1ca5b9;
	color: #fff;
}
.message_btn.btn {
	background:#2aa948;
	color: #fff;
}
.right-portfoliyo h4 {
	font-size: 22px;
}
.similer-box {
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.similer-box h5 {
	padding: 1rem;
}
.similer-box h5 {
	margin-top: 10px;
	fon-w: ;
	font-weight: 500;
	font-size: 22px;
}
.left-portfoliyo {
	padding: 10px;
}
.right-portfoliyo {
	padding: 10px;
}
.similer-products {
	padding: 10px;
}
.right-bar-video video {
	height: 200px;
	width: 100% !important;
	object-fit: cover;
}
.video_pagebox .video-data video {
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.video_data-section-right h3 {
	font-size: 22px;
}
.video_data-section-right {
	border: 1px solid #dadbdd;
}
.video_data-section.p-3.bg-white {
	border: 1px solid #dadbdd;
}
.video-data_section.p-3 {
	border: 1px solid #dadbdd;
}
.navbar-nav .dropdown a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.message-wrapper-large-device {
	margin-top: 4rem;
}

.profile_form.mxa {
	background: #f4f9fd;
}
.profile_form {
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
}
.chat_box {
	width: 550px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 50px 50px 50px 0;
	margin-bottom: 10px;
	background: #fff;
}
.chat_box p {
	margin: 0;
	font-size: 16px;
}
.profile_form p {
	color: #222;
}
.chat_box2 {
	width: 550px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 50px 50px 0px 50px;
	margin-left: auto;
	margin-bottom: 10px;
	background: #d6f2fc;
}
.chat_box2 p {
	margin: 0;
	font-size: 16px;
}
.text-chat .form-group {
	position: relative;
}
.form-control::placeholder {
	color: #495057;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}
.red_round {
	width: 78px;
	height: 70px;
	background: #f9472a;
	border-radius: 50%;
	text-align: center;
	line-height: 3.7;
}
.red_round svg {
	color: #fff;
	width: 70px;
	height: 34px;
}
.icon-Sec {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 25px;
}
.icon-Sec2 {
	position: absolute;
	right: 120px;
	top: 24px;
	font-size: 23px;
}
.icon-Sec2 span {
	padding: 0 10px;
}
.text-chat .form-control {
	height: 65px;
	margin-right: 20px;
	border-radius: 30px;
}
.red_round {
	text-align: center;
	line-height: 3.7;
}
.video-mobile img {
	width: 160px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
}
.video-mobile h6 {
	font-weight: 600;
	margin: 0;
}
.video-mobile small {
	font-size: 16px;
}
.video-mobile h5 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
}
.video-mobile h4 {
	font-size: 17px;
	font-weight: 600;
}
.video-mobile i {
	font-size: 14px;
}
.video-mobile .text-muted {
	font-size: 16px;
}
.video-mobile p {
	margin: 0;
}
.video-mobile {
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	padding: 0.5rem;
	padding-top: 0;
	padding-bottom: 10px !important;
	border-radius: 5px;
}
.footer-page-part .media {
	padding: 0 !important;
}
.ew {
	font-size: 16px;
}
.gty::before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	border-bottom: 15px solid white;
	position: absolute;
	top: -8px;
	right: 0px;
}
.box-section h4 a:hover {
	color: #000;
}
.industries-section {
	margin: 3rem 0;
	text-align: center;
}
.industries-section h2 {
	font-size: 50px;
}
.box-indus {
	margin: 10px auto;
	display: block;
	padding: 15px 15px;
	height: 100px;
	width: 100px;
	text-align: center;
	min-height: 100px;
	border-radius: 10px;
	box-shadow: 2px 2px 50px #ccc;
}
.box-industries {
	width: 20%;
}
.industries {
	display: flex;
	justify-content: space-between;
}
.box-industries h5 {
	color: #0f256e;
	font-size: 18px;
}
.data-box-work {
	background:linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 3rem;
	border-radius: 10px 0 0 10px;
}
#login-modal a:hover {
	color: #333;
}
#signup-modal a:hover {
	color: #333;
}
.bbbbbb {
	border: 1px solid #ccc;
	padding: 14px;  
	border-radius: 30px;
}
.bbbbbb:hover {
	background:#f7f7f7;
}
.good {
	color: #b9b9b9;
}
.data-box-work img {
	filter: brightness(100);
}
.data-box-work p {
	color: #fff;
	margin-left: ;
}
.work-page {
	margin: 4rem 0 3rem;
}
.data-box-work-img img {
	object-fit: cover;
	height: 517px;
}
.industries-section h5 {
	font-size: 18px;
	color: #2e115c;
}
.data-box-work-img img {
	object-fit: cover;
	height: 745px;
	border-radius: 0 10px 10px 0;
	width: 100%;
} 
.work-page_section-inner img {
	border-radius: 10px;
	height: 600px;
	object-fit: cover;
}
.work-page_section-inner {  
	position: relative;
}
.post_jos {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 1rem;
	color: #fff;
	border-radius: 10px;
}
.post_jos h2 {
	font-size: 32px;
	font-weight: 500;
}
.work-page_section-data {
	position: absolute;
	bottom: 40px;
	left: 0; 
	right: 0;
	padding: 2rem;
}
.work-page_section-data h1 {
	font-size: 64px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 2rem;
}
.work-page_section-data p {
	font-size: 18px;
	font-weight: 500;
}
.work-page-bg {
	background: #f2f7f2;
	padding: 2rem;
	border-radius: 8px;
}
.work-page_section2 {
	margin: 3rem 0;
}
.work-page-bg img {
	width: 20px;
	object-fit: cover;
	height: 20px;
}
.work-page-bg h2 {
	font-size: 50px;
	color: #001e00;
}
.work-page-bg h3 {
	font-size: 30px;
	font-weight: 500;
	color: #001e00;
}
.work-page-bg p {
	font-size: 18px;
	color: #001e00;
}
.box_table {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 1rem;
	color: #fff;
	border-radius: 7px;
	height: 100%;
	padding-top: 2rem;
}
.box_table h3 {
	font-size: 38px;
	font-weight: 600;
}
.box_table img {
	width: 30px;
	object-fit: cover;
}
.work-page_section2 .container {
	position: relative;
}

.img-man img {
	width: 310px;
}
.last-box img {
	border-radius: ;
	border-radius: 10px 0 0 10px;
} 
.last-box_data {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 2rem;
	border-radius: 0 10px 10px 0;
	height: 100%;
}
.work-page_section3 {
	margin: 4rem 0;
}
#menu1 .media img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}
.cdf .media img {
	width: 100px;
	height: auto !important;
	border-radius: 50%;
	object-fit: cover;
}
#menu1 h4 {
	color: #2e115c;
	font-size: 26px;
	margin-bottom: 0;
}
.socialShare img {
	width: 20px;
	height: 20px;
}
.wishlist_btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
#login-modal .btn {
	font-size: 1.2rem;
}
#signup-modal .btn {
	font-size: 1.2rem;
}

.cdf img {
	width: 45px !important;
	margin-right: 20px;
	position: relative;
	bottom: 23px;
}
.cdf .media {
	font-size: 18px;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
	transition: top .3s, background-color 0s, -webkit-transform .3s;
	transition: transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: #2e115c;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	background-color: #2e115c;
}
.navbar-toggler-icon {
	display: inline-block;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	/* width: 25px; */
	height: 3px;
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	list-style: none;
}
.navbar-toggler-icon::before {
	top: -7px;
}
.navbar-toggler-icon::after {
	top: 7px;
}
#myCarouselll .carousel-inners img {
	width: 1350px;
	height: 400px;
	object-fit: cover;
}
.cart_page img {
	width: 150px !important;
	height: 150px;
	object-fit: cover;
}
.testimonial-slider .owl-nav span {
	font-size: 40px;
	width: 40px;
	background: transparent;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	box-shadow: none;
}
.testimonial-slider .owl-nav {
	position: absolute;
	top: 25%;
	left: 0;
	transform: translateY(-85%);
	width: 100%;
	right: 0;
	display: block !important;
	justify-content: space-between;
}
.testimonial-items img {
	height: 120px;
	object-fit: cover;
	border-radius: 5px;
}
.testimonial-items h5 {
	font-weight: 400;
	font-size: 22px;
	margin-top: 10px;
}
.testimonial-slider .owl-nav span {
	position: relative;
	top: -4px;
	right: 3px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -10px !important;
}
.owl-carousel .owl-nav button.owl-next {
	right: -10px!important;
}
.sww p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90px;
}
.right_bar-project small {
	font-size: 14px;
}
.ffffff a {
	width: 50%;
	padding: 8px;
	margin-right: 10px;
}
.left-portfoliyo .image_section_page img {
	width: 100%;
	object-fit: contain;
	height: 500px;
}
.left-portfoliyo .image_section_page.mt-4 {
	border: 1px solid #d9d9d9;
}
.image_section_page.mt-4 iframe {
	width: 100%;
	height: 500px;
}
.left-portfoliyo .btn_page_site {
	display: flex;
}
.left-portfoliyo .btn_page_site a{
	margin-right:10px;
}
.similer-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.similer-box a:hover {
	color: #000;
}
#menu1 a:hover {
	color:#2e115c;
}
.select2.select2-container.select2-container--default.select2-container--focus {
	width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #c6c6c6 1px;
	outline: 0;
}
.select2-container {
	width: 100% !important;
}
.select2-selection.select2-selection--multiple {
	height: 45px;
}
.btn.btn-primary.addButton {
	margin-right: 15px;
}
.btn.btn-primary.addButtonExperience {
	margin-right: 15px;
}
.profile_form.mxa {
	background: #f4f9fd;
	overflow-y: scroll;
	height: 500px;
}
.info-header-right h4:hover a {
	color: #444;
}
.profile_form {
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
}
.chat_box {
	width: 550px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 50px 50px 50px 0;
	margin-bottom: 10px;
	background: #fff;
}
.chat_box p {
	margin: 0;
	font-size: 16px;
}
.profile_form p {
	color: #222;
}
.chat_box2 {
	width: 550px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 50px 50px 0px 50px;
	margin-left: auto;
	margin-bottom: 10px;
	background: #d6f2fc;
}
.chat_box2 p {
	margin: 0;
	font-size: 16px;
}
.text-chat {
	background: #fff;
	padding: 20px;
	margin-top: 10px;
}
.text-chat .form-group {
	position: relative;
}
.text-chat .form-control {
	height: 65px;
	margin-right: 20px;
	border-radius: 30px;
}
.red_round {
	width: 78px;
	height: 70px;
	background: #f9472a;
	border-radius: 50%;
	text-align: center;
	line-height: 3.7;
}
.red_round svg {
	color: #fff;
	font-size: ;
	width: 70px;
	height: 34px;
}
.red_round {
	text-align: center;
	line-height: 3.7;
}
.icon-Sec {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 25px;
}
.icon-Sec {
	font-size: 25px;
}
.icon-Sec2 {
	position: absolute;
	right: 120px;
	top: 24px;
	font-size: 23px;
}
.icon-Sec2 span {
	padding: 0 10px;
}
.dashboard-table-wrapper .table-responsive {
	display: inline-table;
	width: 100%;
}

#demo .select2-container--default .select2-selection--single {
	height: 45px !important;
	margin-bottom: 8px!important;
}
#demo .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px!important;
}
#demo .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px!important;
}
#demo2 .select2-container--default .select2-selection--single {
	height: 45px !important;
	margin-bottom: 8px!important;
}
#demo2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px!important;
}
#demo2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px!important;
}
#demo3 .select2-container--default .select2-selection--single {
	height: 45px !important;
	margin-bottom: 8px!important;
}
#demo3 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px!important;
}
#demo3 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px!important;
}
.mr-0.sort-by {
	width: 180px !important;
}
.mr-0.sort-by .select2-container--default .select2-selection--single {
	border: 0px solid #aaa;
}
div#demo3 {
	padding: 8px;
}
.lorem-page-p {
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
#edit-profile-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
#edit-profile-modal .customer-login-form-wraper {
	background: transparent !important;
	padding: 20px 0px !important;
}
#edit-info-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
#edit-info-modal .customer-login-form-wraper {
	background: transparent !important;
	padding: 20px 0px !important;
}

#edit-education-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
#edit-education-modal .customer-login-form-wraper {
	padding: 20px 0px !important;
}
#edit-experience-modal .customer-login-form-wraper {
	padding: 20px 0px !important;
}
#edit-experience-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
#edit-description-modal .customer-login-form-wraper {
	padding: 20px 0px !important;
}
#edit-description-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
#edit-tag-modal .customer-login-form-wraper {
	padding: 20px 0px !important;
}
#edit-tag-modal .close {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}
.certificat_img {
	position: relative;
}
.form-group.reset_pp a {
	color: #333;
}
.certificat_img_datas {
	position: absolute;
	right: 60px;
	top: 6%;
	text-align: center;
	color: #fff;
}
.certificat_img_datas h1 {
	font-size: 3vw;
}
.certificat_img_datas h2 {
	color: #f0c037;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3.2px;
}
.this-is {
	padding-top: 2.5rem;
	font-size: 20px;
}
.certificat_img_datas h2 {
	color: #f0c037;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3.2px;
}
.name-text {
	font-size: 40px !important;
	margin: 0;
}
.certificat_img_datas h3 {
	font-size: 28px;
	color:#f0c037;
}
.scoreds {
	padding-top: 1rem;
	font-size: 20px;
	color: #f0c037;
}
.scoreds span{
	color: #fff;
}
.certificate_nns span{
	color: #fff;
}
.certificate_nns {
	font-size: 20px;
	padding-top: 2rem;
	color: #f0c037;
}
.date-sections {
	font-size: 20px;
	color: #f0c037;
}
.date-sections span{
	color: #fff;
}
.signature_sections {
	padding-top: 1.5rem;
}
.categories-details-wrapper.jghh.d-block {
	box-shadow: none;
}
#signup .select2-container .select2-selection--single {
	height: 45px;
}
#signup .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 40px;
}
#signup .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}
#edit-profile-modal .customer-login-form-wraper {
	box-shadow: none;
	width: auto;
	margin: 0 auto;
}
.rightsidebar-login {
	margin-top: 0rem;
}
#share-modal .modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 100%;
}
.modal-backdrop {
	z-index: 9;
	width: 100vw;
}
#img-modal .modal-content {
	width: 100%;
	max-width: 100%;
}
#appendImage {
	width: 100%;
	height: 640px;
	object-fit: contain;
}
.ready_box-page .media-body {
	font-size: 16px;
}
.staring{
	color:#4f4f4f;
}
.gty.dropdown-menu{
	right: 0;
	left:unset;
}
.modal {
	top: 60px;
}
.user-test-question-wrapper .form-btn {
	display: block;
}
#edit-profile-modal .modal-body.pt-0 {
	height: 480px;
	overflow-y: scroll;
}
#edit-education-modal .modal-body.pt-0 {
	height: 480px;
	overflow-y: scroll;
}
#edit-experience-modal .modal-body.pt-0 {
	height: 480px;
	overflow-y: scroll;
}
.send-btns {
	margin-left: 8px;
}
#msg {
	margin-right: 8px;
}
.flex-grow-1.ms-3 p {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 1.6em;
}
.categories-details-wrapper {
	display: flex;
	align-items: center;
}
.categories-details-wrapper .category-image img {
	padding: 0px 7px 6px;
	width: 100%;
}
.categories-details-wrapper.jghh .category-image img {
	padding: 0px 7px 6px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
 .categories-details-wrapper.jghh img {
	padding: 0px 7px 6px;
	width: 100%;
	height: 160px !important;
	object-fit: cover;
}
.category-image {
	overflow: hidden;
	width: 30%;
}
.mmmff .category-image {
	overflow: hidden;
	width: 100%;
}
.left-portfoliyo .media-body a:hover {
	color: #333;
}
.categories-details-wrapper.mmmff {
	margin-bottom: 8px;
	border: 1px solid #cccccc6b;
	border-radius: 4px;
	background: #fff;
	position: relative;
	margin-right: 0;
	box-shadow: none;
	padding: 10px;
	display: block;
	height: 400px;
}
.py-5.body-bg-section.single-certificatoin .right-portfoliyo a:hover {
	color: #000;
}
.box-project {
	position: static;
	right: 30px;
}
.categories-details-wrapper.mmmff .category-image img {
	padding: 0px 7px 6px;
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.jghh .category-image {
	overflow: hidden;
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.my-ss .jghh .category-image {
	overflow: hidden;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.my-ss .categories-details-wrapper.jghh {
	height: 380px;
}

#login-modal .modal-dialog.modal-md {
	background: #ffff;
	border-radius: 10px;
}
#login-modal .modal-content{
	border:0;
}
#login-modal p {
	font-size: 14px;
}
.form-group.text-center.mt-lg-3.mt-2:hover a {
	color: #000;
}

.employee-result .table-responsive {
	display: inline-table; 
}
.navbar-collapse {
	position: relative;
}
.nav-item.logg {
	position: absolute;
	right: 0;
}
.nav-item.loggg {
	position: absolute;
	right: 90px;
}
.nav-item.tyt {
	margin-right: 7rem;
}
.mega-menu-section .nav-item.dropdown.become-certified-dropdown {
	margin-right: 20px;
	font-size: 18px !important;
}
.user-test-question-wrapper input[type="radio"] {
	opacity: 1;
	top: 0;
	margin: 0px 16px 0 0;
	left: 0px;
	width: 100%;
	position: static;
	top: 0px;
	height: 20px;
}
.mega-menu-section input[type="checkbox"], input[type="radio"] {
	opacity: 0;
	top: 0;
	margin: 0;
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 30px;
}
.enthusiastic .cdf .media input[type="radio"] {
	opacity: 1;
	top: 0;
	margin: 0;
	left: unset;
	width: 20px;
	position: absolute;
	top: 2px;
	height: 30px;
	right: 10px;
}
.cdf .media {
	position: relative;
}
.d-flex.align-items-center.loadChat {
	/* background: linear-gradient(to right, #060e52 0%,#2196F3 100%); */
	padding: 8px;
	border-radius: 10px;
	/* color: #fff !important; */
}
.chat-list h3 {
	color: #fff!important;
}
.mega-menu-section a:hover {
	text-decoration: none;
	color: #000;
}
.mega-menu-section .dropdown-menu::before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	border-bottom: 15px solid #c6c6c6 !important;
	position: absolute;
	top: -15px !important;
	left: 20px;
}
.mega-menu-section nav.navbar.navbar-dark.px-0 {
	padding: 0px 0px 7px 0px !important;
	width: 100%;
	margin: auto;
}
.select2-container .select2-selection--single {
	height: 48px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 46px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px!important;
}
.dropdown-menu.animated.fadeIn.sab-menu_page {
	flex-flow: column !important;
	width: 330px;
	flex-wrap: wrap-reverse;
}
.sab-menu-mega {
	width: 50%;
	float: left;
}
.sab-menu-mega label {
	display: inline-block;
	margin-bottom: 0;
}
.dropdown-menu.animated.fadeIn.sab-menu_page {
	position: absolute;
	left: -120px;
}
.www .dropdown-menu::before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	border-bottom: 15px solid white;
	position: absolute;
	top: -8px;
	left: 160px!important;
}
.job_details_section-box.left_bar-section .table-responsive {
	display: inline-table;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.job-des {
	text-align: center;
	position: absolute;
	top: -23px;
	right: 0;
	left: 0;
	border-bottom: 1px solid #dfdfdf;
}
.media.sh h5 {
	font-size: 16px;
	margin-top: 1px;
	margin-bottom: 0;
}
.enthusiastic.mt-4 li {
	width: 33%;
	text-align: center;
} 
.enthusiastic.mt-4 li a{
	font-size: 18px;
}
.user-profile-section {
	margin-top: 2.2rem !important;
}
.navbar .menu {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
	right: 15px;
}
.navbar .menu li {
  display: flex;
  transition: background-color .5s ease;
  text-align: center;
  flex: auto;
}

.navbar .menu a {
	position: relative;
	display: inline-flex;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	flex: 1;
	justify-content: center;
}
.navbar .menu a > .fa {
  font-weight: bold;
  margin-left: 8px;
}
.navbar .menu li:hover .container {
  display: flex;
}

a.hasDropdown:after {
  position: absolute;
  z-index: 2;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #25283d;
}
li:hover a.hasDropdown::after {
	content: '';
	border-top-color: #8e8e8e;
}
/* End Navigation Bar */

/* Start Single Section Menu */

.js-navbar .container {
	position: absolute;
	z-index: 99;
	top: 42px;
	right: 0;
	left: -8px;
	display: none;
	margin-bottom:0px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
	border: 1px solid #d7d7d7;
}
.container__list {
  display: flex;
  min-width: 0;
  padding: 10px;
  flex: 1;
  flex-wrap: wrap;
}

.container__listItem {
	overflow: hidden;
	padding: 0px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 0 0 33%;
	position: relative;
}
.container__listItem > div {
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #000;
}
.modal-fullscreen-xl-home {
	background: #fff;
	padding: 1rem 0;
}
.tabs-data-home.employee-tabs.border-0 h2 {
	font-size: 38px;
	margin-bottom: 2rem;
	text-align: center;
}
.modal-fullscreen-xl-home .btn-service{
	background-color: #0f3a86 !important; 
 }
.modal-fullscreen-xl-home .nav-serv{
	 border-width: 2px 3px 5px 3px !important;
 }
.datatabs-home h3 {
	width: 50px;
	height: 50px;
	border: 1px solid #186abf;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
.datatabs-home {
	text-align: center;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.datatabs-home p {
	color: #000;
}
.inner-page-html.cups {
	margin-top: 4rem;
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
} 
.inner-page-html.cups .site-btn {
	border: 1px solid #fff;
}
.gabriel-icon ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gabriel-icon ul li {
	display: inline-block;
	padding-right: 15px;
}
.gabriel-icon ul li a {
	font-size: 24px;
	color: #1a72c9;
}
.py-4.mx-3.mt-md-5.mt-5.body-bg-section.single-certificatoin i {
	font-size: 16px;
}
.py-4.mx-3.mt-md-5.mt-5.body-bg-section.single-certificatoin a:hover i{
	color: #000000;
}
.bar-page {
	padding: 25px;
	background: #f8f9fc;
}
.single-certificatoin .media-body {
	font-size: 16px;
	margin-left: 0px;
}
.gabriel-icon ul li .fas.fa-comment-dots {
	color: #1a72c9;
}


/* End Single Section Menu */

/* Start Multiple Section Menu */

.container.has-multi .container__listItem {
  flex-basis: 100%;
}

.container.has-multi .container__list {
  border-radius: 4px;
  flex-basis: 33.333%;
}

.container.has-multi .container__list:not(:last-child) {
  margin-right: 0px;
  border-right: solid 1px #f3f3f3;
}
#signup-modal p {
	font-size: 14px;
}
/* End Multiple Section Menu */

/* Start Responsive Menu */

.mobile-menu {
  display: none;
}
.testimonial-sliderss .testimonial-items img {
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	width: 100% !important;
}
.right_bar-project svg {
	font-size: 40px;
	width: 40px;
	background: #fff;
	display: inline-block;
	height: 40px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	box-shadow: none;
	padding: 10px;
}
.uk-position-small {
	margin: 0;
	--uk-position-margin-offset: 15px;
}
.uk-container {
	padding-left: 0;
	padding-right: 0;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	position: absolute !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

#modal-fullscreen-xl .btn-service {
	width: 100%;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 5px;
	fill: #02010100;
	color: #02010100;
	margin-bottom: 30px;
	background-color: #0000001a;
	border-style: solid;
	border-width: 1px 3px 5px 1px;
	border-color: #FFFFFF;
	border-radius: 100px 200px 100px 100px;
	padding: 15px 20px 15px 20px;
}
#modal-fullscreen-xl .nav-serv {
	text-align: center;
	width: 100%;
	margin: 10px;
	padding: 4px 20px 4px 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 3px 5px 3px;
	border-color: #b3b3b3;
	border-radius: 100px 200px 100px 100px;
}
#modal-fullscreen-xl .nav-serv a {
	display: flex;
	color: #252525 !important;
	align-items: center;
}
#modal-fullscreen-xl .nav-serv img {
	height: 35px;
	width: 35px;
	object-fit: contain;
}
#modal-fullscreen-xl .nav-serv span {
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
#modal-fullscreen-xl .modal-content {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	height: 100%;
}
#modal-fullscreen-xl .close {
	float: right;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.br-c {
	border-radius: 200px 200px 100px 100px !important;
}
.modal.modal-fullscreen-xl.p-0 {
	top: 0;
}

.site-btn {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 12px 25px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	transition: .3s;
	border-radius: 4px;
	text-transform: capitalize;
	display: inline-block;
	transition: .3s;
	margin-right: 10px;
	border: 0;
}
.site-btn a{
	color: #fff;
}
.healthcare-box h2 {
	font-weight: 300;
	font-size: 28px;
}
.inner-page-html {
	margin-top: 5rem;
}
.healthcare-box p {
	margin: 1.4rem 0;
	color: #000;
	font-size: 18px;
}
.healthcare-box2 {
	text-align: center;
}
.healthcare-box2 h5 {
	font-size: 22px;
	font-weight: 600;
	color:#fff;
}
.healthcare-box2 p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin:0;
}
.inner-page-html2 {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 1rem 0;
	margin-top: 2rem;
}
.our-working-html {
	padding: 2rem 0;
}
.healthcare-box_img {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	width: 100px;
	height: 100px;
	padding: 20px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.healthcare-box-working {
	text-align: center;
}
.healthcare-box-working h5 {
	font-size: 22px;
	font-weight: 500;
	color:333;
}
.healthcare-box-working p {
	font-size: 18px;
	font-weight: 500;
	margin:0;
}
.our-working-html3 {
	margin: 3rem 0;
}
.img-data-box img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.img-data-box-page h5 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 4px solid #196fc5;
	display: inline-block;
	margin: 0 auto;
	display: table;
	padding-bottom: 7px;
}
.advertising-box img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin-bottom: 6px;
}
.advertising-box {
	text-align: center;
}
.advertising-box p {
	font-weight: 500;
}
.advertising-box {
	text-align: center;
	margin-top: 3rem;
}
.our-working-html6 {
	padding: 4rem 0;
}
.img-data-box-page {
	margin-top: 4rem;
}
.btn.btn-success.button-two {
	border-radius: 4px;
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	border: none;
	padding: 14px;
	width: 200px;
	transition: all 0.5s;
	border: 1px solid #fff;
	margin-right: 10px;
}
.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}
.btn-success.focus, .btn-success:focus {
	box-shadow: none;
}
.industries-section h2 {
	font-size: 50px;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    .wislist_page-img {
        position: absolute;
        right: 10px;
    }
  .mobile-menu {
    display: block;
    margin: 20px;
  }
  .mobile-menu > i {
    cursor: pointer;
  }
  .navbar {
    position: absolute;
    transition: top .3s ease-in;
    top: -100%;
    border-radius: 0;
    will-change: top;
  }
  .navbar--is-visible {
    top: 88px;
  }
  .navbar .menu {
    flex-direction: column;
  }
  .navbar .menu li {
    position: relative;
    flex-direction: column;
    transition: initial;
  }
  .navbar .menu li:hover {
    background-color: initial;
  }
 
  .navbar .menu li.is-selected {
    position: relative;
    /* background-color: #8f3985; */
  }
 
  a.hasDropdown:after {
    display: none;
  }
  .container--is-visible {
    max-height: 1000px !important;
  }
  .container__list .container__listItem:nth-child(n + 11) {
    display: block;
  }
  .container.has-multi .container__list-multi:not(:first-child) {
    display: none;
  }
  .menu .container.has-multi .container__list {
    margin-right: 0;
    border-right: 0;
  }
  .navbar .menu li .container__listItem {
    flex-basis: 100%;
  }
  .navbar .menu a {
	justify-content: start; 
	}
	.navbar {
	position: absolute;
	transition: top .3s ease-in;
	top: 0;
	border-radius: 0;
	will-change: top;
}
.btn.btn-success.button-two {
	padding: 10px;
	width: 160px;
	margin-right: 0;
	font-size: 14px;
}
.modal-fullscreen-xl-home {
	padding: 1.5rem 0;
}
.industries-section h2 {
	font-size: 50px;
	margin-bottom: 1rem;
}
#modal-fullscreen-xl .nav-serv {
	margin-bottom: 10px;
	margin-left:0;
	margin-right:0;
}
#modal-fullscreen-xl .btn-service {
	
	margin-bottom: 10px;
	margin-top: 1.4rem;
}
.tabs-data-home.employee-tabs ul.nav.nav-tabs {
	display: flex;
}
.tabs-data-home.employee-tabs .nav-tabs .nav-link {
	font-size: 14px;
}
.tabs-data-home.employee-tabs.border-0 {
	padding: 26px 0;
}
.tabs-data-home.employee-tabs.border-0 h2 {
	font-size: 24px;
	line-height: 1.3;
}
}


.testimonial-sliders .owl-prev{
	display:none;
}
.testimonial-sliders .owl-next {
	display: none;
}
.testimonial-sliders .owl-dots {
	position: absolute;
	right: -50px;
	transform: rotate(90deg);
	top: 50%;
}
.testimonial-sliders .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.fixed.navbar.navbar-dark.px-0 {
	padding: 10px 0px 10px 0px !important;
	width: 100%;
	margin: auto;
}
.menu-mega .navbar-toggler-icon::before, .navbar-toggler-icon::after {
	background-color: #fff;
}
.menu-mega .navbar-toggler-icon{
	background-color: #000;
}
.dashboard-table-wrapper th, td {
	min-width: auto;
}
.table-responsive thead {
	background:linear-gradient(to right, #060e52 0%,#2196F3 100%);
	color: #fff;
}
.testimonial-sliders .owl-dot.active span{
	background:#663bb7;
}
.fiverr-box {
	padding: 4px 20px 15px;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}
.form-track-cirtificate.bg-white h2 {
	font-size: 28px;
}
.form-track-cirtificate.bg-white {
	padding: 5rem 4rem;
	margin-top: 7rem;
}
.signature_sections img {
	width: 120px;
	object-fit: contain;
	margin-bottom:6px;
}
.signature_section p {
	border-top: 1px solid #fff;
	padding: 5px 0;
}
.withdraws-btn-plus a:hover {
	color: #000 !important;
}
.employee-certification.py-5.body-bg-section h2 {
	font-size: 26px;
	
}
.mt-4.blog-page img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.wex {
	margin: 5rem 0 !important;
}
.wex .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #fff;
}
.ert .categories-details-wrapper {
	display: block;
	align-items: center;
}
.faxx {
	padding: 14px !important;
}
.enthusiastic .nav li .active:hover {
	color: #fff;
}
.wx {
	position: absolute;
	top: 140px;
	left: 20px;
	right: 20px;
	display: flex;
	justify-content: space-between;
}
.btn-sm.btn-black.mx-1 {
	background: #000;
	color: #fff;
}
 .enthusiastic.pro-part.bg-light ul li {
	width: 50%;
	text-align: center;
}
.text-blue {
	color: #1082dd;
}
.work-page_section2 {
	margin: 3rem 0;
	position: relative;
}
#login-modal img {
	height: 270px;
	object-fit: cover;
}
#signup-modal img {
	height: 270px;
	object-fit: cover;
}
#login-modal .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index:9999;
}
#signup-modal .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index:9999;
}
#login-modal .modal-body {
	padding: 0 1rem;
}
#signup-modal .modal-body {
	padding: 0 1rem;
}
.banner_bottom_data #demo img {
	width: 510px;
	margin: 0 auto;
	display: table;
	object-fit: contain;
	height: 340px;
}

.search_form {
	background: #f0f0f0;
	padding: 20px;
}
.bar-search {
	position: absolute;
	top: 14px;
	left: 14px;
	font-size: 15px;
	color: #aaa;
}
.bar-search {
	font-size: 15px;
	color: #aaa;
}
.search-field .form-control {
	padding: .375rem 2.15rem;
	border-radius: 0;
	height: 50px;
} 
.search_form .form-control {
	border: 0;
} 
.form-control.advice {
	border-right: 1px solid #d5d5d5;
}
.search_form .form-control {
	border-radius: 0px;
	height: 50px;
}
.ramotion {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ramotion li {
	display: inline-block;
	margin-left: 10px;
}
.ramotion li a:hover {
	color: #000;
}
.portfoliyo_box-section img {
	border-radius: 10px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.portfoliyo_box-section {
	margin-bottom: 30px;
}             
.portfolio_box.ready_box-page.shadow-0.p-2 {
	box-shadow: none;
}
.world-class img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.world-class h3 {
	font-weight: 500;
	font-size: 26px;
} 
.home-3 {
	background: #f1fdf7;
	padding: 3rem 0;
}
.home-3 {
	margin-top: 3rem;
}
.home-3 h2 {
	font-size: 38px;
	margin-bottom: 2rem;
	text-align: center;
}
.box-part h2{
	font-size: 38px;
	margin-bottom: 2rem;
	text-align: center;
}
.world-class h4 {
	color: #155cae;
	font-weight: 600;
}
.box-part img {
	border-radius: 10px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.healthcare-box h1 {
	font-weight: 800;
	font-size: 42px;
}
.presss .ready_box-pagess p {
	font-size: 16px;
}
.search_form .custom-select {
	height: 50px;
	border: 0;
	border-radius: 0;
	border-right: 1px solid #dbdbdb;
}
.box-project.ml-3 .socialShare {
	background: transparent;
}
.gabriel-icon button {
	border: 0;
	background: transparent;
	font-size: 24px;
}
.gabriel-icon .socialShare {
	background: transparent;
}
.telent_page-section .gabriel img {
	border: 1px solid #eaeaea;
	border-radius: 6px;
	width: 100%;
	height: 210px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
}
.relative.z-0.inline-flex.shadow-sm.rounded-md svg {
	width: 25px;
}
.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150:hover {
	color: #000;
}
.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150:hover {
	color: #000;
}
.gabriel-box {
	margin-top: 10px;
}
 .boxist img {
	max-width: 100%!important;
}
.bMWr3Lne {
	margin: -16px;
	width: calc(100% + 32px);
}
.VRzpBOaS {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bMWr3Lne > ._3jgwFSUz {
	padding: 16px;
}
._3jgwFSUz {
	margin: 0;
}
._3gTGavI2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.bMWr3Lne > ._3jgwFSUz {
	padding: 16px;
}
._34-iyeHw::after {
	left: -36px;
}
._34-iyeHw::after {
	background-color: #204ecf;
	border-radius: 50%;
	content: "";
	height: 9px;
	left: 0;
	outline: 8px solid #fff;
	position: absolute;
	top: 7.5px;
	width: 9px;
	z-index: 0;
}
._34-iyeHw::before {
	left: -32px;
}
._34-iyeHw::before {
	border-right: 1px dashed #204ecf;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	top: 0;
}
._34-iyeHw {
	padding-left: 0;
}
._34-iyeHw {
	padding-left: 32px;
	position: relative;
}
._1TmQppFK {
	align-items: stretch;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
}
._2DyTSK9c {
	color: #455065;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
._1VHePsCd, ._3ADNVhTP {
	font-size: 16px;
	line-height: 24px;
}
._3ADNVhTP {
	color: #000;
	font-weight: 600;
}
._1VHePsCd {
	color: #455065;
	font-weight: 400;
}
._1d1Orzsu {
	word-break: break-word;
}
._3WYSOFPZ {
	color: #455065;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
._1d1Orzsu ul:last-child {
	margin-bottom: 0;
}
._1d1Orzsu ul {
	list-style: disc;
	margin-left: 0;
	padding: 24px 0 0 16px;
}
._1d1Orzsu li::marker {
	color: #d8d9dc;
	font-size: 10px;
	line-height: 10px;
}
._1d1Orzsu li {
	padding-left: 16px;
}
._1j6KzoV3 {
	color: #455065;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	padding-top: 16px;
}
._34-iyeHw::after {
	left: -36px;
}
._34-iyeHw::after {
	background-color: #204ecf;
	border-radius: 50%;
	content: "";
	height: 9px;
	left: 0;
	outline: 8px solid #fff;
	position: absolute;
	top: 7.5px;
	width: 9px;
	z-index: 0;
}

















/*media css*/
@media screen and (min-width: 1600px){
    .navbar-dark .navbar-nav .nav-link {
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}
	.mega-menu-section .navbar-dark .navbar-nav .nav-link {
		font-size: 18px;
		color: #000;
		font-weight: 400;
		padding: 0 22px 0 0 !important;
	}
	.mega-menu-section .navbar-dark .navbar-nav .nav-link:hover {
		color: #000!important;
	}
	.navbar-dark.fixed .navbar-nav .nav-link {
		font-size: 18px;
		color: #2e115c;
		font-weight: 400;
	}
	.navbar-dark.fixed .navbar-nav .nav-link:hover {
		font-size: 18px;
		color: #2e115c !important;
		font-weight: 400;
	}
	
}
@media screen and (min-width: 1200px){
    li.nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
	.banner-text .site-btn {
		width: 300px;
		text-align: center;
	}
}
@media screen and (max-width: 1600px){
	.container {
		max-width: 1500px;
	}
	.testimonial-items img {
		height: 140px;
		object-fit: cover;
		border-radius: 5px;
		width: 190px !important;
	}
	
}

@media screen and (max-width: 1530px){
    .search_text h4 {
		font-size: 22px;
	}
	.search_text {
		margin-bottom: 20px;
	}
	.container {
		max-width: 1460px;
	}
	nav.navbar.navbar-dark.px-0 {
		padding: 12px 0px 12px 0px !important;
	}
}
@media screen and (max-width: 1430px){
    .search_text h4 {
		font-size: 20px;
	}
	.search_text {
		margin-bottom: 20px;
	}
	
	.container {
		max-width: 1360px;
	}
	#modal-fullscreen-xl .btn-service {
	font-size: 20px;
	padding: 15px 10px 15px 10px;
}
	#modal-fullscreen-xl .nav-serv {
	padding: 4px 10px 4px 10px;
}
	
	
	
}
@media screen and (max-width: 1340px){
    .categories-link-btn a {
        font-size: 13px;
    }
	.employee-tabs .nav-tabs .nav-link{
		padding:10px 10px;
	}
	.employee-tabs .nav-tabs .nav-item {
		margin-left: 0px;
	}
	.container {
		max-width: 1300px;
	}
	
	.banner_bottom_data {
		padding-top: 2rem;
	}
	.categories-link-btn a {
		padding: 6px 55px;
	}
	.ert .categories-link-btn a {
		padding: 6px 15px;
	}
	
	
	
}
@media screen and (max-width: 1300px){
	.container {
		max-width: 1240px;
	}
	
	.banner_bottom_data {
		padding-top: 4rem;
	}
	.certificat_img_datas h1 {
		font-size: 4vw;
	}
	
	
}
@media screen and (max-width: 1232px){
	.data-box-work-img img {
		object-fit: cover;
		height: 516px;
		border-radius: 0 10px 10px 0;
		width: 100%;
	}
}
@media screen and (max-width: 1199px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
	.container {
		max-width: 1140px;
	}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
}
.categories-link-btn a {
    font-size: 15px;
    padding: 10px;
}

.navbar-dark .navbar-toggler {
	position: relative;
	z-index: 99999;
	padding: 0;
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: transparent;
}
.employee-profile-image img {
    width: auto;
    height: auto;
}
.employee-tabs .tab-content ul li {
    margin-right: 0;
    padding-right: 28px;
}

.mobile-logo img {
    margin-bottom: 20px;
    float: left;
    padding-left: 15px;
}
li.mobile-logo {
    border-bottom: 1px solid #e9ecef;
}
.navbar-collapse.collapse.show {
    right: 0 !important;
    transition: .4s;
}

nav.navbar{
    position: relative;
}

header#myHeader{
    padding: 0;
}
#myHeader nav.navbar.navbar-expand-xl.navbar-dark.px-0.d-xl-none {
    padding: 10px 15px !important;
}
.banner-text h1 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}
#modal-fullscreen-xl .btn-service {
	font-size: 16px;
	padding: 15px 10px 15px 10px;
}
}



@media screen and (max-width: 1310px) and (min-width: 992px){
	.max .site-btn {
		width: 46%;
		margin-top: 15px !important;
	}
	.banner-text .site-btn {
		width: 300px;
	}
	.search_text h4 {
		font-size: 18px;
	}
	.search_text {
		margin-bottom: 20px;
	}
	.box-section-certified img {
		width: 70px;
		object-fit: cover;
		height: 70px;
	}
.employee-tabs .nav-tabs .nav-item {
	margin-bottom: -1px;
	/* display: block; */
	/* width: auto; */
	/* flex-grow: 1; */
	margin-left: 0px;
}

.socialShare img {
	width: 20px;
}
.wishlist_btn img {
	width: 20px;
}

}
@media screen and (max-width: 1140px) and (min-width: 992px){
	.certificat_img_datas h1 {
		font-size: 50px;
	}
	.certificat_img_datas {
		position: absolute;
		right: 60px;
		top: 4%;
	}
	
	
}


@media screen and (max-width: 1023px) and (min-width: 768px){
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-inner img {
        height: auto;
    }
    .carousel-caption p {
        font-size: 11px;
        line-height: 16px;
    }
    .team-talent-section .col-md-4 {
        padding: 30px 15px;
    }
    .shadow-box {
        box-shadow: 0 0 10px #0000002b;
        padding: 25px 15px 60px;
    }
    .shadow-box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .shadow-box p {
        font-size: 16px;
    }
    .employee-tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
	.navbar .menu {
		display: block;
	}
	.navbar .menu a {
		padding: 10px 20px;
		justify-content: start;
	}
	a.hasDropdown::after {
		position: static;
	}
}
	



@media screen and (max-width: 1023px){
    .w-50 {
        width: 100%!important;
    }
    .how-it-works-banner {
        background-size: cover;
    }
    .banner-tabs-btn .col-md-8.m-auto {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    .requirments-wrapper {
        max-width: 100%;
        margin-top: 20px;
        padding:30px 15px 20px;
    }
	.box-section-certified img {
	width: 120px;
	object-fit: cover;
	height: 120px;
}
}
@media screen and (min-width: 768px){
    .form-box {
        min-height: 550px;
    }
    .banner .carousel-inner video {
        height: 600px;
        width: 100%;
        object-fit: cover;
    }
   .employee-profile-text .col-md-4 {
        padding-left: 10px;
        padding-right: 24px;
    }
}
  
@media screen and (min-width: 992px){
   a.nav-link.nav-btn {
        background: transparent;
        color: #fff !important;
        border-color: transparent;
    }
    .rightsidebar-login .customer-login-form-wraper {
		min-height: 550px;
	}
	
}
@media screen and (max-width: 991px){
    .dropdown-menu.service-dropdown.show {
        display: block !important;
        height: 300px;
        overflow-y: scroll;
    }
    .service-dropdown a.dropdown-item {
        padding-left: 0 !important;
    }   
    .lef-categories--sidebar.d-md-none {
        margin-bottom: 20px;
    }
    .col-lg-5.px-0.leftsidebar-login {
        display: none;
    }
    div#append_certifications {
        margin: 0;
    }
    a.nav-link.nav-btn.float-right {
        background: transparent;
        border-color: transparent;
        float: left !important;
        width: 100%;
    }
    .navbar-mobile-view-none {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        text-align: left;
        color: #242424 !important;
        border-bottom: 0px solid #e9ecef;
        padding: 13px;
        padding-left: 15px !important;
        font-size:16px;
    }
    body header .navbar a.nav-link.nav-btn {
        border: none;
    }
    header li.nav-item {
        text-align: left;
    }
    a.nav-link.nav-btn {
		border: none;
		border-radius: 0;
		margin-right: 0;
		display: inline-block;
		padding-left: 15px !important;
		padding-right: 15px !important;
		transition: .3s;
		width: 100%;
	}
    .categories-link-btn {
        justify-content: flex-start !important;
    }
    .categories-link-btn a:first-child {
        margin-right: 0px;
    }
    .lef-categories--sidebar {
        margin-bottom: 50px;
    }
    .team-content img {
         width: 100%;
    }
    .team-box {
        position: static !important;
        width: 47%;
        float: left;
        margin-left: 7px;
    }
 div#collapsibleNavbar {
	text-align: center;
	padding: 70px 0 30px;
	position: absolute;
	top: 0px;
	background: #fff;
	z-index: 9;
	width: 65%;
	right: -100%;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: .1s;
	border-left: 1px solid #d5d5d5;
}
	div#collapsibleNavbarr {
	text-align: center;
	padding: 70px 0 30px;
	position: absolute;
	top: 0px;
	background: #fff;
	z-index: 9;
	width: 65%;
	right: 100%;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: .1s;
	height: 100vh;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
}
.body-bg-section .navbar-collapse.collapse.show {
	left: 0 !important;
	transition: .4s;
}
.body-bg-section .navbar-toggler.collapsed {
	background: #c6c6c6;
}
.body-bg-section .navbar-toggler:not(:disabled):not(.disabled) {
	background: #c6c6c6;
}
	.navbar-toggler.d-md-none.d-block {
		background: #d2d2d2;
		padding: 5px 6px;
		margin-bottom: 12px;
		margin-top: 5px;
		position: relative;
		z-index: 999999999;
	}
	.navbar .menu {
		position: relative;
		display: flex;
		padding: 0 20px;
		margin: 0;
		right: 0px;
	}
	.employee-profile-text a.site-btn {
		margin: 0px 14px 0 0;
		display: inline-block;
	}
	.max .site-btn {
		width: 46%;
		margin-top:15px !important;
	}
	.employee-tabs .nav-tabs .nav-item .tabs-title {
		font-size: 13px;
	}
	.employee-tabs a.nav-link.active {
		background: #26aa5d !important;
		color: #fff !important;
	}
	.employee-tabs .nav-tabs .nav-link {
		font-size: 13px;
		padding: 10px 10px;
	}
	.certificat_img_data {
	position: absolute;
	top: 30%;
	right: 50px;
	width: 400px;
	text-align: center;
	height: 340px;
}
.certificat_img_data h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	font-weight: 600;
	color: #fff;
	font-size: 22px;
}
.certificat_img_data h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	color: #fff;
	font-size: 27px;
}
.certificat_img_data h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 29%;
	font-weight: 600;
	color: #fff;
	font-size: 22px;
}	
.scored {
	position: absolute !important;
	color: #fff;
	bottom: 160px !important;
	right: 0 !important;
	left: 125px !important;
	font-size: 14px;
	font-weight: 600;
}	
.certificate_nn {
	position: absolute;
	bottom: 113px;
	right: 0;
	left: 218px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}	
.date-section {
	position: absolute;
	bottom: 92px;
	right: 0;
	left: 188px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}	
.certificat_img_datas {
	right: 30px;
	top: 4%;
}	
.name-text {
	font-size: 34px !important;
}	
.this-is {
	font-size: 16px;
}
.certificat_img_datas h3 {
	font-size: 22px;
}
.scoreds {
	font-size: 16px;
}
.certificate_nns {
	font-size: 16px;
}
.date-sections {
	font-size: 16px;
}
.this-is {
	padding-top: 1rem;
}
.certificate_nns {
	font-size: 16px;
	padding-top: 0rem;
}
.certificat_img_datas h2 {
	font-size: 18px;
	letter-spacing: unset;
}
.signature_sections {
	padding-top: 2rem;
}
.signature_section p {
	font-size: 12px;
}
.data-box-work {
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	padding: 3rem;
	border-radius: 0px 0 0 0px;
}
.data-box-work-img img {
	object-fit: cover;
	height: 516px;
	border-radius: 0;
	width: 100%;
}
.data-box-work h2 {
	font-size: 30px;
}
.work-page_section-data {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 2rem 2rem 1rem;
}
.work-page_section-data h1 {
	font-size: 44px;
	margin-bottom: 1rem;
}
.work-page_section-data h3 {
	margin-bottom: 1rem !important;
}
.post_jos {
	margin-bottom: 10px;
}
.banner_bottom_data {
	padding-top: 3rem;
}
.banner-text h1 {
	font-size: 40px;
}

.btn.btn-success.button-two {
	width: 170px;
}
nav.navbar.navbar-dark.px-0 {
	padding: 10px 20px 10px 20px !important;
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
}
}
@media screen and (max-width: 767px){
    .modal-video-popup iframe {
		width: 100%;
		height: 200px;
		border: none;
	}
	.boxscnd img {
		width: 100%;
		margin: 0px 0px 0px;
		object-fit: contain;
		height: 190px!important;
		border-radius: 10px;
		display: block !important;
		cursor: zoom-in;
	}
	.close-btn {
		position: absolute;
		top: 15px;
		left: 20px;
		font-size: 18px;
	}
	.py-4.mx-3.mt-md-5.mt-5.body-bg-section.single-certificatoin {
		margin-top: 2rem !important;
	}
	.world-class {
		margin-bottom: 30px;
	}
	.healthcare-box {
		margin-top: 1rem;
	}
	.employee-tabs {
		margin-top: 0;
	}
	.box-part h2 {
		font-size: 26px;
	}
	.home-3 {
		margin-top: 0rem;
		padding: 1rem 0;
	}
	.box-part img {
		margin-top: 1rem;
	}
	.home-3 h2 {
		font-size: 26px;
		
	}
	.banner-text img {
		width: 300px;
		object-fit: contain;
		padding-top: 2rem;
	}
	#collapsibleNavbar ul li a i {
		color: #0b2871;
		margin-right: 6px;
	}
	.portfolio_box.ready_box-page img {
	height: 190px;
	width: 100%;
	object-fit: cover;
}
.portfolio_box.ready_box-page.shadow-0.p-2{
	margin-bottom:0;
}

	.ready_box-page {
		padding: 0.6rem;
		display: flex;
	}
	.portfolio_box h5 {
		font-size: 16px;
		margin: 0px 0;
		text-align: left !important;
	}
	.ready_box-page {
		padding-bottom: 0.6rem!important;
	}
	.search_text h4 {
		font-size: 20px;
		margin-bottom: 10px !important;
		text-align: center;
	}
	.banner_bottom_data {
		padding-top: 1rem;
		padding-bottom: 0rem;
	}
	.box-btn a {
		padding: 7px 12px;
	}
	.frf {
		display: flex !important;
		justify-content: space-between !important;
	}
	.ght {
		width: 100%!important;
		height: 220px!important;
		object-fit: cover;
	}
	.job_details_section.jobbbbb {
	margin: 4.3rem 0;
}
.banner_bottom_data {
	position: static;
	top: 20%;
	z-index: 9;
	width: 100%;
}
.banner {
	background: #1a105f;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 0rem 0 3rem;
}
   div#modal-video-popup .modal-dialog {
    max-width: 100%;
}
.testimonials-items img {
	border-radius: 10px;
	height: 350px;
	object-fit: contain;
	width: 95% !important;
}
.blog-page   h2 {
    font-size: 26px;
    line-height: 36px;
}
.bradcrumb-content h2 {
    font-size: 32px;
}
div#modal-video-popup iframe {
    height: 250px;
}
main.py-5.body-bg-section.single-certificatoin {
    overflow-x: hidden;
}
    .single-certificatoin .container{
      padding:0 !important;
    } 
.job_details_section-box.left_bar-section .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow: scroll;
}	
#append_bid_details.customer-login-form-wraper {
	box-shadow: none;
	width: auto;
	margin: 1rem;
}
    .single-certificatoin table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
    main.py-5.body-bg-section.single-certificatoin {
	padding: 35px 0 0 !important;
}
    .ratting-wrapper {
        padding: 10px 20px;
        text-align: center !important;
        float: none !important;
        display: block;
    }
    .new-text-box p {
        text-align: left;
    }
    .employee-profile-text a.site-btn {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }
    .main-login-page .customer-login-form-wraper {
        padding: 15px;
    }
    .modal {
    padding-right: 0px !important;
}
        footer a {
        margin-bottom: 5px;
        display: inline-block;
        font-size: 14px;
    }
    .join-our-team.my-5.py-5 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .services-cotact .col-lg-6.mb-4.mb-lg-0 {
        padding: 15px;
    }
    .sidebar-cirtified-talent .card-header {
        padding: 20px 10px;
        background:#fff;
    }
    .top-talent-search-row .form-control {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .number-box {
        padding: 5px;
    }
    main.py-5.body-bg-section {
        padding: 25px 0 !important;
    }
    .user-test-question-wrapper form {
        padding: 15px 10px;
    }
    .question h4 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 4px;
    }
    .user-test-question-wrapper label {
        top: 1px;
    }
    footer.pt-5.pb-3 {
        padding-bottom: 100px !important;
    }
    .footer-widget-listing.social-icons-footer {
        margin-bottom: 0;
    }
   body .terms-connditions-body {
        padding: 30px 10px;
    }
    .terms-connditions-body h2.text-center.mb-5 {
        margin-bottom: 20px !important;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .form-group.pl-2 {
        padding-left: 0 !important;
    }
    .requirments-wrapper label {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .submit-your-requirements .container > div {
        max-width: 100% !important;
    }
   body nav.navbar.navbar-dark.px-0 {
        padding: 10px 15px !important;
        width: 100%;
        margin: auto;
    }
    body .container {
        max-width: 100%;
    }
    footer.pt-5.pb-0 {
        padding-bottom: 60px !important;
    }
    .footer-bottom-col-left.text-right {
     text-align: left !important;
    margin-top: 20px;
    line-height: 100%;
}
.footer-mobile a:hover{
    color: #26aa5d;
}
.employee-tabs ul.nav.nav-tabs {
    display: block;
    flex-wrap: nowrap;
    padding-left:0;
}
.employee-tabs-cirtified .tab-pane {
    padding: 0;
}
.employee-tabs .tab-content ul li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}
.employee-profile-image {
    margin-bottom: 30px;
}
.employee-tabs .nav-tabs .nav-link {
    padding: 10px 10px;
    margin-bottom: 0px;
}
.col-md-4 {
    padding: 0 15px !important;
}
.form-box {
    max-width: 100%;
    box-shadow: 0px 0 10px #2424240001f;
    margin-right: auto;
    margin: 0 10px !important;
}
.col-md-4.pr-0.col-mobile-pd-0 {
    padding: 0 !important;
}
.seprater-or span {
    width: 70px;
    background: #ccc;
    height: 1px;
    display: inline-block;
}
.img-single, .img-single img, .image-horizontal {
    height: auto;
    padding: 3px;
    margin: 10px 1px;
    display: block;
}
.image-horizontal img.w-100:first-child {
    margin-bottom: 30px;
}
.shadow-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.shadow-box {
    padding: 40px 15px 50px;
    margin-bottom: 30px;
}
.shadow-box a {
    padding: 9px 15px;
}
.team-talent-section .col-md-4 {
    padding: 15px 15px !important;
}
.carousel-caption {
    width: 80%;
}
.carousel-caption h3 {
    font-size: 24px;
}
.carousel-caption p {
    font-size: 14px;
    line-height: 20px;
}
.carousel-inner img {
    height: auto;
    object-fit: cover;
}
h2 br{
    display: none;
}
section.build-amazing-team.mt-md-5.pt-5.pb-4.pb-sm-0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
p.transparent-txt a {
    color: black;
}
.user-test-question-wrapper {
    margin-right: 0;
}
.poll-header span.float-right {
    float: none !important;
}
.modal-dialog {
    left: -100%;
    transition: .5s;
}
.modal.show .modal-dialog {
    left: 0;
}
.project-dashboard .employee-tabs ul.nav.nav-tabs {
    display: block;
    box-shadow: none;
    background: #fff;
}
.project-dashboard .table td, .project-dashboard .table th {
    padding: 15px 10px !important;
    font-size: 14px;
    width: auto;
    min-width: 150px;
}
.project-dashboard tr th:first-child, .project-dashboard tr td:first-child {
    text-align: left;
    min-width: 200px;
}
.message-wrapper-large-device .container-fluid{
    padding: 0;
}
h2 {
    font-size:28px;
    font-weight: 600;
    line-height: 40px;
 }
/*.technology-vision.py-5,  .intelligent-platforms.py-5.inovation-service, .ai-impact-sec.py-5, .join-team-sec1.inovation-service.py-5.mt-0 {
    padding-top: 0 !important;
}*/
.join-our-team.my-5.pb-5{
    margin-top: 0 !important;
}
.join-our-team.my-5.pb-5 {
    padding-bottom: 10px !important;
}   
.right-col-inovation-wrapper {
    padding: 30px;
    border: 1px solid #cccccc8c;
}
.intelligent-platforms.py-5.inovation-service {
    margin-top: 0;
}
.hero-section {
    background: #000;
    padding: 40px 0;
}
.img-with-text-wrapper-border {
    padding: 50px 0;
}
.w-50 {
    width: 100%!important;
}
.how-it-works-banner h2 {
    font-size: 40px;
    line-height: 50px;
}
.how-it-works-banner {
    min-height: auto;
    padding: 50px 0;
}
.banner-tabs-btn {
    position: relative;
}
.banner-tabs-btn   .nav-tabs .nav-item {
    width: 100%;
}
.banner-tabs-btn .card-header {
    background-color: #fff;
    border: none;
    padding: 10px;
    margin-top: 40px;
}
.nav-tabs .nav-link {
    display: block;
    padding: 20px 10px;
    border-radius: 0;
    height: 100%;
    border: 1px solid #ccc;
}   
.btn-outline-notification {
    margin-top: 20px;
    float: left !important;
}
body section.team-talent-section.home-course {
    padding-bottom: 0;
}
.trustted-global .row .col-md-6:first-child div {
    width: 90% !important;
    margin: auto;
}
.trustted-global .row .col-md-6:first-child {
    padding: 50px 0;
}
.review-section.mt-5.pt-5.mb-4 {
    margin-top: 0 !important;
}
.testing-number span {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #ccc;
	padding: 0;
	font-size: 16px;
	text-align: center;
	border-radius: 60%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: .3s;
	line-height: 46px;
}
.form-btn {
	display: block;
	justify-content: center;
}
.clickToSubmit {
	text-align: center;
	margin-top: 88px;
}
.form-btn {
	display: block;
	justify-content: center;
	position: relative;
}
.form-btn a:nth-child(3) {
	margin-top: 20px;
	margin-right: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 180px;
	top: 65px;
	margin: 0 auto;
}
.form-btn a {
	margin: 0 10px;
	padding: 10px 42px;
}
.search_text {
	margin-bottom: 20px;
}
.btn-seller.text-center {
	margin-bottom: 10px;
	margin-top: 14px;
}
.box-section-certified .media{
	margin-left: 0px;
} 
.box-section-certified img {
	width: 80px;
	object-fit: cover;
	height: 80px;
	border-radius: 50%;
}
.box-section-certified .media-body {
	font-size: 22px;
	margin-left: 10px !important;
	margin-top: 0px;
}
.box-section-certified .media-body small {
	font-size: 15px;
	line-height: 0.8;
}
.box-section-certified .media-body h4 {
	font-size: 18px;
}
.box-section-certified .media-body h5 {
	font-size: 16px;
	margin-top: 5px;
}
.box-section-certified .media-body h6 {
	margin-bottom: 0px;
}
.box-btn a {
	font-size: 14px;
}
.telent-left-bar img {
	width: 120px;
}
.enthusiastic .nav li {
	margin-bottom: 0px;
	width: 33%;
	text-align: center;
}
.enthusiastic ul li .active {
	padding: 10px 5px;
}

.phone-nav-btn li.nav-item {
	width: 100%!important;
	margin-bottom: 10px;
}
.site-btn.ghy.ml-auto {
	position: relative;
	right: -40px;
}
.form-control {
	border-radius: 6px;
	height: 48px;
	margin-bottom: 10px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand {
	color: #fff;
	text-transform: uppercase;
}
#edit-tag-modal.modal {
	top: 30%;
}
.select2-container {
	display: block !important;
}
header {
	padding: 0px 0px;
	background: linear-gradient(to right, #060e52 0%,#2196F3 100%);
	width: 100%;
}
.testimonial-sliders .owl-dots {
	right: -55px;
}
.qw a:hover {
	text-decoration: none;
	color: #2e115c;
}
.filte-box {
	background: #f5f5f5;
	padding: 2rem 0;
}
.sort-by select {
	width: 190px;
	padding: 0.8rem;
	border: 1px solid #d7d7d7 !important;
	border-radius: 5px;
}
#job_category {
	width: 100% !important;
}
#video_course_category {
	width: 100% !important;
}
.personal-profile-content-right {
	margin-top: 1.5rem !important;
}
span.categories-price.price-sale {
	margin-left: 0px;
	text-align: center;
}
span.categories-price {
	width: 100%;
	text-align: center;
}
.categories-link-btn a {
	font-size: 12px;
	padding: 4px;
	width: 50%;
	text-align: center;
}
.sww h5 a:hover {
	color: #000;
}
.requirments-wrapper .select2-container {
	display: inline;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid lightgray 1px;
	outline: 0;
	height: 50px!important;
}
.requirments-wrapper {
	margin-bottom: 20px;
	padding: 0px 15px 20px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #000 !important;
}
body header .navbar-dark .navbar-nav a.nav-link.nav-btn:hover {
	background-color: #e87209;
	color: #fff !important;
}
.industries-section h2 {
	font-size: 34px;
}
.data-box-work {
	padding: 1rem;
}
 .post_jos h2 {
	font-size: 21px;
}
.post_jos {
	margin-bottom: 1rem;
}
.work-page_section-data h1 {
	font-size: 34px;
	margin-bottom: 1rem;
}
.work-page_section-data {
	padding: 1rem;
	bottom: 20px;
}
.data-box-work-img img {
	object-fit: cover;
	border-radius: 0;
	margin-top: 1rem;
	height: auto;
}
.work-page_section-inner img {
	border-radius: 10px;
	height: 700px;
	object-fit: cover;
}
.work-page_section-data h3 {
	margin-bottom: 1rem !important;
}
.img-man {
	position: absolute;
	bottom: 325px;
	left: 210px;
	right: 0;
	text-align: center;
}
.img-man img {
	width: 100px;
	display: none;
}
.last-box_data {
	padding: 1rem;
	border-radius: 0;
	height: 100%;
	margin-top: 1rem;
}
.last-box img {
	border-radius: 0;
}
.work-page-bg {
	padding: 1rem;
}
.work-page-bg h2 {
	font-size: 30px;
	color: #001e00;
}
.data-box-work {
	border-radius: 0;
}
.box_table {
	padding-top: 1rem;
}
.employee-tabs-wishlist .enthusiastic .nav li {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.categories-details-wrapper {
	display: flex;
	align-items: center;
}
.categories-info-wrapper {
	padding: 0px 7px 6px;
	width: 100%;
}
.categories-info-wrapper h3 a {
	color: inherit;
	font-size: 16px;
}
.categories-details-wrapper .category-image img {
	transition: .5s;
	width: 140px;
	height: 90px;
	object-fit: contain;
	border-radius: 15px;
}
.categories-info-wrapper h3 {
	margin: 0 0px 6px;
}
.category-image {
	overflow: hidden;
	width: 30%;
	margin-top: 8px;
}
span.categories-price {
	margin-bottom: 5px;
}
.categories-link-btn a:first-child {
	margin-right: 4px;
}
.categories-link-btn {
	margin-top: 2px;
}
span.categories-price {
	background: #ffb606;
	padding: 0px 9px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
}
#signup-modal .modal-title {
	font-size: 1.2rem;
}
.g-recaptcha {
	margin-top: 0;
}
.video-page-section {
	margin-bottom: 1rem;
}
#signup-modal .form-control {
	border-radius: 6px;
	height: 36px;
}
#signup-modal .form-group {
	margin-bottom: 0.2rem;
}
#signup-modal .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.7rem;
}
#signup-modal label {
	margin-bottom: 0.1rem;
}
.g-recaptcha {
	margin: 0 auto;
	display: table !important;
}
.video-left-wrapper {
	margin-bottom: 2rem;
}
nav.navbar .dropdown-item {
	font-size: 18px;
}
.personal-profile-content-left ul li a {
	color: inherit;
	margin-bottom: 8px;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	border-bottom: 0px solid #cccccc9e;
	padding-bottom: 6px;
	transition: .3s;
}
.withdraws-btn-plus span {
	width: 30px;
	height: 30px;
	line-height: 26px;
}

.totoal-balance-withdraws.float-right.text-danger {
	float: unset !important;
}
.personal-profile-data h3 {
	font-size: 16px!important;
}
.menu-2 a i {
	margin-right: 7px;
	color: #0b2871;
}
.banner-text-slider {
	text-align: center;
}
.banner-text-slider img {
	width: 320px;
}
.categories-details-wrapper.mmmff {
	display: block;
}
.categories-details-wrapper.mmmff .category-image img {
	transition: .5s;
	width: 180px;
	height: 210px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
}
.categories-details-wrapper.mmmff .btn {
	padding: 0.6rem 3rem;
	margin: 0 10px;
}
.enthusiastic ul li a{
	font-size: 14px;
}
.info-header-right h3 {
	font-size: 18px;
}
.jghh{
	text-align:center;
}
.personal-profile-content-left {
	padding: 10px 15px 20px;
}
.modal-content {
	margin-bottom: 5rem;
}
#myCarouselll .carousel-inners img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 8px;
}
.right_bar-project {
	margin-top: 1rem;
}
.left-portfoliyo .media {
	display: block;
}
.btn_page_site {
	margin-top: 15px;
}
.left-portfoliyo .image_section_page img {
	height: 350px;
}
.cart_page {
	margin: 100px 0 0;
	text-align: center;
}
.video-mobile .media {
	margin-top: 10px;
}
.client-info-wrapper {
	padding: 60px 0;
	margin-top: 1.3rem;
}
.client-info-wrapper {
	padding: 60px 10px;
	margin-top: 2.1rem;
}
.footer-page-part {
	margin-bottom: 0px;
}
.remove-btn-page {
	text-align: center;
}
.chat_box {
	width: auto;
}

.certificat_img_data h2 {
	top: 63px;
	right: 67px;
	font-size: 10px;
}
.certificat_img_data h3 {
	right: 25px;
	font-size: 8px;
}
.certificat_img_data .date-section {
	right: 26px;
	font-size: 5px;
	top: 56.4%;
}
.certificat_img_data p {
	right: 48px;
	font-size: 5px;
	top: 53%;
}
.certificat_img img {
	max-width: 100%;
}
.certificat_img_datas h2 {
	font-size: 13px;
	letter-spacing: unset;
}
.certificat_img_datas {
	right: 10px;
	top: 4%;
}
.name-text {
	font-size: 24px !important;
}
.this-is {
	font-size: 12px;
}
.this-is {
	padding-top: 0rem;
}
.certificat_img_datas h3 {
	font-size: 20px;
}
.scoreds {
	font-size: 13px;
	padding-top: 0;
}
.certificate_nns {
	font-size: 13px;
	padding-top: 0rem;
}
.date-sections {
	font-size: 13px;
}
.this-is {
	padding-top: 0rem;
	margin: 0;
}
.categories-link-btn a:last-child {
	width: 100%;
}
.categories-link-btn a:first-child {
	margin-right: 0;
}
.employee-result .table-responsive {
	display: block;
}
.js-navbar .container {
  position: static;
}
.client-info-wrapper {
	padding: 30px 0 !important;
	margin-top: 2.1rem;
}
.form-track-cirtificate.bg-white {
	padding: 2rem 2rem;
	margin-top: 7rem;
}
.dashboard-table-wrapper .table-responsive {
	display: block !important;
	width: 100%;
}
*::-webkit-scrollbar-thumb {
    background-color: #8f54a0;
    border-radius: 10px;
    border: 6px solid #ffffff;
}
.banner-text p {
	font-size: 14px;
	line-height: 1.6;
}
.body-bg-section {
	margin-top: 0.5rem !important;
}
.my-ss {
		margin: 3rem 1rem 0 1rem !important;
	} 
.my-ss .site-btn{
		margin-right: 0;
	}
.full_time {
	overflow-x: scroll;
}
.client-info-wrapper {
	padding: 40px 0;
	margin-top: 1.5rem!important;
}
.pb-5.pt-4.body-bg-section.rtr {
	margin-top: 1.9rem !important;
}

#login-modal .modal-content {
	margin-bottom: 0rem;
}
.btn.btn-seller-2.px-3.mt-0 {
	padding: 6px;
}
span.totoal-balance-withdraws {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 6px;
	left: 0;
	text-align: center;
}
.user-info-data {
	text-align: center;
	overflow: hidden;
}
.withdraws-btn-plus {
	text-align: center;
}
.employee-certification.py-5.body-bg-section h2 {
	font-size: 22px;
	margin: 4px;
}
.mt-4.blog-page {
	margin-top: 4rem !important;
}
.form-boxs.sign_up_page {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	width: auto !important;
}
.form-boxs.sign_up_page {
	padding: 1rem 0rem ;
	margin: 0 auto;
	border-radius: 10px !important;
	height: auto;
}
.customer-login-form-wraper{
	margin: 0 0rem !important;
}
.customer-login-form-wraper {
	background: transparent !important;
	padding: 8px 8px !important;
}
#add-bank-details .modal-body {
	overflow-y: scroll;
	height: 600px;
}
.web-site-design .categories-price.price-sale {
	background: #26aa5d;
	color: #fff;
	margin-left: 10px;
	width: -moz-available;
}
.my-biddd {
	margin-top: 3rem !important;
}
.uk-child-width-1-4\@m > * {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.socialSharerr {
	/* background: #0f256e; */
	filter: brightness(0);
	font-size: 34px;
	top: 25px;
	left: 13px;
	width: 50px;
}
.employee-profile-image .d-md-inline-block.d-block.text-center img {
	width: 250px;
	height: 250px;
	object-fit: contain;
	margin-top: 2.4rem;
	border-radius: 10px;
}
#modal-fullscreen-xl .modal-content {
	height: auto;
}
.personal-profile-content-left {
	margin-top: 1rem;
}

}
@media screen and (min-width: 576px){
    body .modal-dialog {
        transform: translateX(-100%);
        transition: .5s;
    }
}
@media screen and (max-width: 575px){
    .site-btn {
        padding: 12px 9px;
        font-size: 14px;
    }
	.telent-left-bar .site-btn {
		padding: 5px 9px;
		font-size: 14px;
	}
	.row.cdf {
		margin: 0;
	}
	.employee-profile-text a.site-btn {
		float: unset !important;
	}
	.max .site-btn {
		padding: 12px 5px;
		font-size: 14px;
	}
    .footer-mobile a {
        font-size: 13px;
    }
    .footer-mobile img {
        margin-bottom: 3px;
        width: 24px;
    }
    .message-row-mpobile-bttm .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .message-row-mpobile-bttm .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .f-talent-img-box.mr-sm-3 {
        margin-bottom: 10px;
    }
	.certificat_img_datas h2 {
		margin: 0;
	}
	.scoreds {
		font-size: 10px;
		margin-bottom: 0.5rem;
	}
	.this-is {
		font-size: 10px;
	}
	.certificate_nns {
		margin-bottom: 0.3rem;
	}
	.scoreds {
		font-size: 10px;
		padding-top: 0;
		margin-bottom: 0.2rem;
	}
	.date-sections {
		font-size: 10px;
	}
	.certificate_nns {
		font-size: 10px;
		padding-top: 0rem;
	}
}
/*track cirtificate*/
.track-banner {
	background: url(/upload/top-view.jpg);
	background-size: cover !important;
	position: relative;
	background-attachment: fixed !important;
	height: 700px;
	background-position: center;
}
.track-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 0;
    content: "";
}
.form-track-cirtificate {
    max-width: 50%;
    margin: auto;
}
.form-track-cirtificate input {
    height: 45px;
}
.pvt-ltd-left-text {
    position: absolute;
    top: 30px;
    left: 3.5%;
    font-size: 36px;
}
.cirtificaion-number-right-text p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 100%;
}
.cirtificaion-number-right-text {
    position: absolute;
    right: 5%;
    top: 20px;
}
.ltd-full-image {
    position: relative;
}
.ltd-full-image h3 {
    font-weight: 600;
    margin-top: 5px;
}
.certified-hacker-text span {
    color: #f00;
}
.cert-issued-by p {
    display: inline-block;
    border-top: 2px solid;
    margin-top: 15px;
    padding-top: 7px;
}
.cert-issued-by {
    text-align: center;
}
.cert-issued-by img {
	width: 160px;
	display: block;
	text-align: center;
	margin: auto;
}
.cirtificate-body.py-5 {
    background: linear-gradient(179deg, #ffffff, #00dcff);
    position:relative;
}
/*tax info*/
.anchor-blue-color{
    color: #007fed;
}
.taxt-border-content {
    padding: 30px;
    border-bottom: 1px solid #cccccc9e;
}
.tax-info-content .tds-identification-number input[type="submit"] {
    background: #e9ecef;
    color: #000;
    padding: 10px 20px;
}
a.site-btn.bg-yellowss {
    background: #ff7901;
}
a.site-btn.bg-yellowss:hover {
	background: #0f256e;
	color: #fff !important;
}
/*add css in media css max-width 767px*/
/*cirtificate*/
.form-track-cirtificate {
    max-width: 100%;
    margin: auto;
}
.form-group.d-flex.align-items-center {
    display: block !important;
}
.form-track-cirtificate input[type=submit] {
    margin-top: 10px !important;
}
.track-banner {
    padding: 50px 0 !important;
}
.ltd-full-image h3 {
    font-size: 19px;
}
.cirtificaion-number-right-text p {
    font-size: 15px;
}
.pvt-ltd-left-text {
	top: 2px;
	font-size: 22px;
	text-transform: uppercase;
}
.bb{
	text-transform: uppercase;
}
.cirtificaion-number-right-text {
    top: 2px;
}
.cirtfied-hacker img {
    margin: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}
.cirtificate-body {
    padding: 20px;
}
.d-md-flex.justify-content-around.mt-5 {
    margin-top: 0 !important;
}
.d-md-flex.justify-content-around p {
    margin-bottom: 0;
}
.client-info-wrapper {
    background: #f1f2f4;
    padding: 50px 0;
}
.taxt-border-content {
    padding: 30px 15px;
}
.certificate-image_ISO {
	position: absolute;
	left: 8%;
	top: 10%;
}
.certificate-image_ISO img {
	width: 120px;
}

/*add css max-width 575px in media css*/
.form-track-cirtificate input[type=submit] {
    width: 100%;
}

/*new pages css*/
.job-find {
    padding: 20px 25px;
    margin-top: 0;
    background: #fff;
}
.job-find a {
    font-size: 20px;
    font-weight: 500;
}
.border-br-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.job-posting-wrapper {
    background: #fff;
    box-shadow: 0 0 10px #0000000f;
}
.job-posting-body {
    padding: 15px;
    margin-top: 25px;
}
ul.list-none {
    list-style: none;
    padding-left: 0;
}
.job-posting-meta-top li:nth-child(2) {
    width: 25%;
    float: left;
}
.job-posting-meta-top li:first-child {
    width: 40%;
    float: left;
}
.job-posting-meta-top li:last-child {
    width: 20%;
    float: left;
}
.job-posting-meta-top i {
    margin-right: 10px;
}
.site-outline-btn {
    padding: 12px 25px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    border-color: #000;
    border:1px solid;
}
.job-posting-footer {
    background: #e4e4e4;
    padding: 15px 20px;
}
.text-ligt {
    color: #828282;
}
a.share-post {
    font-size: 25px;
    color: #828282;
    position: relative;
    top: 5px;
}
.job-posting-wrapper h6 {
    color: #26aa5d;
}
.job4 {
    margin-bottom: 0;
}
.job-posting-wrapper {
    box-shadow: 0 0 10px #0000002b;
}
.job4 .job-posting-body, .job4 .job-dis {
    padding: 25px;
}
.job-details b {
    min-width: 200px;
    display: inline-block;
}   
.job4 .share-post {
    font-size: 21px;
    top: 4px;
}
.quick-contact a {
    font-size: 20px;
}
.filter-perfect-job {
    padding: 25px 15px 20px;
}
.search-job-input input {
    height: 45px;
}
.client-info-wrapper {
	padding: 40px 0;
	margin-top: 2.5rem;
}
.telent_page-section {
	margin-top: 4.6rem;
}
.applicant-data {
    border: 1px solid #ccc;
    padding: 15px; 
}
.applicant-data ul li {
    width: 16%;
    float: left;
    text-align: center;
}
.applicant-data ul li:first-child {
    text-align: left;
}
.applicant-data ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.job2 {
    padding: 25px;
}
input:focus{
    outline: none;
}
/*3-7-21*/
.customer-login-form-wraper {
    background: #f5f5f5;
    padding: 50px 10px;
}
.leftsidebar-login * {
    height: 100%;
    object-fit: cover;
}
.form-row-50 {
    display: flex;
    justify-content: space-between;
}
.form-row-50 .form-group {
    width: 49%;
}
.customer-login-form-wraper .form-group {
    margin-bottom: 10px;
}
.g-recaptcha {
    margin-top: 17px;
    display: block;
}
footer h3 {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.footer-bottom-col-left img {
	width: 40px;
	margin-right: 10px;
}
.footer-bottom-col-left.text-right p {
    margin-bottom: 0;
}
.social-icons-footer a{
    transition:.3s;
}
.social-icons-footer a:hover {
    color: #fff;
    opacity: .9;
    background: #ff7901;
    border-color: #ff7901;
}
/*8-7-21*/
.imageGrid .horizontalBar {
    position: absolute;
    top: 25%;
    border: 0;
    right: 0;
    left: 0;
    width: 90%;
    background-color: #ccc;
    height: 1px;
    display: inline-block;
}
.imageGrid .imageContainer {
    z-index: 1;
    width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imageGrid .image-base {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
}
.imageGrid .image-base .scheduleImg {
    margin: 15px;
    height: 34px;
    width: 34px;
}
.imageGrid .imageText {
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0 0;
}
.ScheduleCard-body {
    width: 700px;
    margin: auto;
    height: 300px;
    padding: 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    box-shadow:0 4px 12px rgb(170 217 255 / 50%);
    text-align:center;
}
.imageGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 15px 0;
    position: relative;
    top: -20px;
}
section.home-icons-sec {
    background: #f9f9f9;
    padding: 50px 0 80px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
    transition: .3s;
}.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
.owl-nav span {
    position: relative;
    top: -5px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffc10e !important;
    color: #FFF;
    border-color: #ffc10e !important;
    text-decoration: none;
}
hr.testimoial-divider {
    width: 180px;
    margin-left: 0;
    border: 2px solid #ffc10e;
    margin-top: 0;
    margin-bottom: 30px;
}
.trustted-global .row .col-md-6:first-child {
    background: #000;
    display: flex;
    align-items: center;
}
.trustted-global .row .col-md-6:first-child * {
    color: #fff;
}
.trustted-global img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: top;
}
.trustted-global .row .col-md-6:first-child div {
    width: 70%;
    margin: auto;
}
.trustted-global h4 {
    color: #9c9c9c !IMPORTANT;
}
.trustted-global h2.site-heading {
    margin: 20px 0 30px;
}
.trustted-global .site-btn {
    display: inline-block;
    width: auto !important;
}
.testimonial-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #dadbdd;
}
.testimonial-image img {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
}
.testimonial-text img {
    width: 40px;
    margin-bottom: 20px;
}
.testimonial-wrapper {
    padding: 30px 15px;
    margin-bottom: 30px;
}
.work-done-section.my-5.py-5 {
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-name {
    padding-left: 15px;
}
.testimonial-name h5 {
    color: #777;
    font-size: 17px;
}
.video-left-wrapper li {
    margin-bottom: 10px;
}
.video-left-wrapper ul {
    padding-left: 20px;
    margin: 20px 0 40px;
}
.video-wraper-youtube video {
    width: 100%;
}
/*1+-7-21*/
li.nav-item.dropdown.service-menu {
    position: inherit;
}
.navbar-expand-xl .navbar-nav .service-dropdown {
    position: absolute;
    margin-top: 0;
    width: 100%;
    padding: 20px 10px;
    border-radius: 0;
    top: 60px;
    transition:.5s !important;
}
nav.navbar.navbar-dark.px-0 {
    padding: 10px 0px 10px 0px !important;
    width: 100%;
    margin: auto;
}
nav.navbar .dropdown-item {
    padding: 6px 10px;
    color:#242424;
}
/*17-7-21*/
footer .col-lg-3.col-md-4 {
    padding-left: 4%;
}
footer .col-lg-3.col-md-4:first-child {
    padding-left: 0;
}
.navbar .dropdown-item:focus, .navbar  .dropdown-item:hover {
    color: #ff7901;
    text-decoration: none;
    background-color: inherit;
}
.navbar  .dropdown-item{
    transition:.3s;
}
.dropdown-toggle::after {
    display:none;
}

div#demo {
	padding: 8px;
}
div#demo2 {
	padding: 8px;
}
div#demo .carousel-item .col-lg-6 h3 {
    width: 100%;
    font-weight: 900;
    font-size: 58px;
    margin-bottom: 10px;
    font-family: 'Jost', sans-serif;
    text-align: left;
}
div#demo .carousel-indicators {
	display: flex;
	justify-content: center;
	width: auto;
	z-index: 0;
}
.banner-text-slider .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-clip: padding-box;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
div#demo .carousel-inner .carousel-item:nth-child(1) h3 {
    color:rgb(231, 149, 10);
}
div#demo .carousel-inner .carousel-item:nth-child(2) h3 {
    color:rgb(185, 37, 40);
}
div#demo .carousel-inner .carousel-item:nth-child(3) h3 {
    color:rgb(231, 149, 10);
}
.banner a.site-btn {
    font-size: 18px;
    padding: 15px 40px;
    margin-right: 10px;
}
div#demo .carousel-inner .carousel-item:nth-child(1) h3 {
    color:rgb(74, 57, 172);
}
div#demo .carousel-inner .carousel-item:nth-child(2) a.site-btn{
    background: rgb(185, 37, 40);
    color:#fff;
}
div#demo .carousel-inner .carousel-item:nth-child(1) a.site-btn{
    background:rgb(74, 57, 172);
    color:#fff;
}
div#demo .carousel-inner .carousel-item:nth-child(3) a.site-btn{
    background:  rgb(231, 149, 10); 
    color:#fff;
}
.banner-content-wrapper {
    width: 100%;
    margin-left: auto;
}
.banner-content-wrapper h5 {
    font-size: 24px;
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
}
div#append_certifications {
    margin:0;
}
.body-bg-section {
	background: #fff;
	margin-top: 1.9rem;
}
.body-bg-section {
    background: #fff;
}
.services-cotact .col-lg-6.mb-4.mb-lg-0 {
    background: #fff;
    padding: 30px;
}
.services-cotact input[type="submit"]{
    margin-left: 0;
    padding: 13px 40px;
    height: auto;
}
section.team-talent-section.home-course {
    padding-bottom: 50px;
}
.expertise-colum {
    border: 1px solid #dadbdd;
    padding: 20px;
    margin-top: 30px;
    transition:.3s;
}
.featured-blog {
    margin-top: 50px;
}
button:focus{
    outline:none;
}
.terms-connditions-body {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}
input#s_name {
    width: 89%;
    margin: 20px auto 5px;
}
.phone-nav-btn {
    display: flex;
}
.phone-nav-btn {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 20px;
}
.phone-nav-btn li.nav-item {
    width: 48%;
}
.navbar-dark .navbar-nav .phone-nav-btn .nav-btn {
    background: #26aa5d;
    color: #fff !important;
    text-align: center;
}
.phone-nav-btn li.nav-item:first-child a.nav-link.nav-btn {
    background: #ff7901;
}
.project-dashboard .employee-tabs .nav-tabs .nav-link {
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
	color: #000;
	text-align: center;
}
main.employee-certification.py-5.body-bg-section > .container {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}
main.employee-certification.py-5.body-bg-section.alert-bar > .container {
	box-shadow: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 99%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
body .dropdown-submenu:hover ul.dropdown-menu {
    display: block !important;
    width:300px;
}
.dropdown-submenu ul.dropdown-menu {
    display: none !important;
}
.dropdown-item {
    white-space: inherit;
}

.become-certified-dropdown ul.dropdown-menu {
    border-radius: 10px;
    min-width: 240px;
}
ul.dropdown-menu.submenu-height {
	height: 366px;
	overflow-y: scroll;
	top: 5px;
	scrollbar-width: thin;
	scrollbar-color: #31a1ff #bbb;
}
body::-webkit-scrollbar {
  width: 6px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #5d47c0;
  outline: 1px solid slategrey;
}
body {
	scrollbar-width: thin;
	scrollbar-color: #31a1ff #bbb;
}

/*ul.dropdown-menu.submenu-height::-webkit-scrollbar {*/
/*     width: 4px;*/
/*    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
/*    border-radius: 10px;*/
/*    height:90%;*/
/*    background:#ccc;*/
/*}*/
nav.navbar .dropdown-item {
    padding: 6px 10px;
}
.become-certified-dropdown > ul.dropdown-menu {
    top: 100%;
}
.menu-sign-arrow.float-right {
    position: relative;
    top: 4px;
}
.become-certified-dropdown .dropdown-menu::before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	border-bottom: 15px solid white;
	position: absolute;
	top: -8px;
	left: 20px;
}
.cart_page .media-body {
	font-size: 22px;
	margin-left: 0px;
	margin-top: 20px;
}
.search_bar {
	background: #2e115c;
	padding: 10px 15px;
	border-radius: 6px;
}
.top-talent-search-row {
	display: flex;
}
.btn-seller a {
	border: 1px solid #fff;
	padding: 8px 15px;
	color: #fff;
	border-radius: 10px;
}
.search_text .form-control{
	border-radius: 0;
}
.search_text .btn{
	border-radius:0 5px 5px 0;
}
.form-control{
	border-radius: 6px;
	height: 48px;
}
.search_text {
	margin-bottom: 30px;
}
.btn-seller.text-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-seller a:hover {
	background: #28a745;
	border: 1px solid #28a745;
}

.box-section-certified{
	transition: all .3s ease;
}
.box-section-certified .media-body {
	font-size: 22px;
	margin-left: 20px;
}

.box-section-certified {
	/* border: 1px solid #dadbdd; */
	position: relative;
	z-index: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	margin-bottom: 7px;
}
.box-section-certified:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}
.box-section-certified .media {
	margin-top: 0px;
	position: relative;
	z-index: 99;
}
.ready_box-page {
	padding-bottom: 10px;
	background: #fff;
	margin-bottom: 30px;
	/* border: 1px solid #e6e6e6; */
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.telent_page-section .ready_box-page {
	/* padding-bottom: 10px; */
	background: #fff;
	/* margin-bottom: 30px; */
	/* border: 1px solid #e6e6e6; */
	border-radius: 0;
	box-shadow: none;
} 
.ready_box-page:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}
.telent_page-section .ready_box-page:hover {
	box-shadow: none;
}
.ght {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}
.sww h5 {
	font-size: 19px;
	font-weight: 500;
	color: #4f4f4f;
}
.sww p {
	font-size: 18px;
	font-weight: 400;
}

.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#myCarousel .carousel-item img {
	object-fit: cover;
	height: 440px;
	width: 770px;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
} 

/*.service-menu a.nav-link.dropdown-toggle:before {*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    content: "";*/
/*    border-bottom: 15px solid white;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*}*/
/*.service-menu a.nav-link.dropdown-toggle {*/
/*    position: relative;*/
/*}*/

@media screen and (max-width: 767px){
    .trustted-global .row .col-md-6:first-child .site-btn {
        width: auto !important;
    }
    .reset-password .personal-profile-data, .info-header-right {
        padding: 15px;
    }
    .personal-profile-data h3 {
        font-size: 20px;
        margin-bottom: 3px;
    }
    span.edit-icon {
        margin-top: -6px;
    }
    .personal-profile-content-left.h-auto {
        margin-bottom: 30px;
    }
    .user-pic {
        margin-bottom: 30px;
    }
    .submit-your-requirements .form-row50 .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .submit-your-requirements .form-row30, .submit-your-requirements .form-row50 {
        display: block;
        justify-content: space-between;
    }
    #share-modal .modal-body {
        padding-bottom: 25px;
    }
    .employee-tabs-cirtified {
        padding: 30px 10px 0;
    }
    .video-wraper-youtube iframe {
        margin-top: 50px;
        height: 200px;
    }
    #demo .col-lg-6 {
        text-align: center;
    }
    .carousel-inner .carousel-item .row .col-lg-6:first-child {
        order: 2;
    }
    .banner-content-wrapper h5 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
        line-height: 30px;
        text-align:center;
    }
	.testimonial-items img {
		height: 100px;
		object-fit: cover;
		border-radius: 5px;
	}
    div#demo .carousel-item .col-lg-6 h3 {
        font-size: 33px;
        text-align: center;
    }
   div#demo .carousel-indicators {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0;
        margin: 0 0 13px;
    }
    .banner-content-wrapper {
        margin-top: 30px;
    }
    .expertise-colum {
        text-align: center;
        margin-top:0;
    }
    footer h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }
	.my-ss .categories-details-wrapper.jghh {
		height: 380px;
		margin-bottom: 1rem !important;
	}
    .owl-carousel .owl-nav button.owl-next {
        right: -17px;
        background: #fff !IMPORTANT;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -17px;
        background: #fff !important;
    }
    .employee-profile-text.text-md-left.text-center {
        padding: 0 10px;
    }
    h3.title {
        font-size: 26px;
    }
    .employee-tabs.employee-tabs-cirtified .tab-pane {
        padding: 0  !important;
    }
    .employee-tabs.employee-tabs-cirtified ul {
        padding-left: 7%;
    }
	.max {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.max .site-btn {
		width: 46%;
	}
	.employee-profile-text a.site-btn {
		float: left;
		margin: 5px 5px;
	}
	.employee-profile-text .media {
		margin-top: 10px;
		margin-bottom: 0.5rem;
	}
	#sample-certificate.modal {
		top: 30%;
	}
	.header_section {
		position: relative;
		margin-top: 0px;
	}
	.employee-profile-text .title {
		font-size: 28px;
	}
	.employee-tabs ul.nav.nav-tabs {
		margin-top: 30px;
	}
	.employee-tabs .nav-tabs .nav-link {
		font-size: 16px;
		padding: 10px 10px;
	}
	.employee-profile-text .media {
		margin-top: 5px;
		padding: 10px 10px;
		margin-right: 0;
	}
	.ratting-wrapper span {
		padding-left: 10px;
		display: block;
	}
	.new-text-box p {
		font-size: 16px;
		line-height: 20px;
	}
	.star-rating li {
		width: auto !important;
	}
	.image-box {
		margin-bottom: 20px;
	}
	.footer-mobile a {
		color: #242424;
		padding-right: 0;
		margin-bottom: 5px;
		font-weight: 500;
	}
	.rigister_section {
		padding: 30px 33px;
		background: #26aa5d;
		margin-top: 0px;
		height: 725px;
		display: none;
	}
	.rigister_section h4 {
		font-size: 20px;
	}
	.cart_page .media {
		display: block;
	} 
	.cart_page img {
		width: 140px !important;
		margin: 0 auto !important;
		height: 140px !important;
		display: table;
	}
	.banner-text h1 {
		font-size: 30px;
		text-align: center;
	}
	.banner-text {
		margin-top: 20px;
		text-align: center;
	}
	.employee-tabs .nav-tabs .nav-item {
		margin-left: 0px;
		border: 1px solid #ccc;
	}
	.project-dashboard .employee-tabs ul.nav.nav-tabs {
		border: 0px solid #ccc;
	}
	.project-dashboard .employee-tabs .nav-tabs .nav-link {
		border-right: 0px solid #d0d0d0;
	}
	.categories-details-wrapper {
		margin-right: 0px;
		padding: 15px 0;
	}
.socialShare img {
	width: 22px;
	object-fit: contain;
}
.wishlist_btn img {
	width: 22px;
	object-fit: contain;
}
.chat_box2 {
	width: auto;
}
.signature_sections {
	padding-top: 1rem;
}
	.signature_section p {
		font-size: 10px;
	}
.customer-login-form-wraper {
	box-shadow: 0 0 62px rgba(0, 0, 0, 0.12);
	width: auto;
	margin: 1rem;
}
#append_review_form .customer-login-form-wraper {
	box-shadow: none;
	width: auto;
	margin: 0;
}
#create-new-contract .customer-login-form-wraper {
	box-shadow: none;
}
.send-btns {
	margin-left: 0;
	margin-top: 6px;
}	
#scroll_msgs.modal-body {
	overflow-y: scroll;
	height: 250px;
}
.menu li a::after {
	color: #777;
	display: inline-block;
	/* height: 5px; */
	margin-right: 7px;
	/* font-family: "Font Awesome 5 Free"; */
	font-weight: 900;
	content: '\f107';
	font-size: 0;
	/* position: absolute; */
	top: 20px;
	right: 0;
}
a.hasDropdown::after {
	position: absolute;
	z-index: 2;
	bottom: -6px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #25283d;
	/* right: 0; */
	left: unset;
}
.testimonial-slider .owl-nav {
	top: 19%;
}
.testimonial-items h5 {
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
}
.testimonial-slider .owl-nav span {
	font-size: 35px;
	width: 35px;
	background: transparent;
	display: inline-block;
	height: 32px;
	border-radius: 50px;
	line-height: 26px;
	color: #000;
	box-shadow: none;
}
.navbar-toggler.d-md-none.d-block {
	z-index: 99;
}
.fiverr-box {
	padding: 20px 20px 5px;
}
.enthusiastic.mt-4 li a {
	font-size: 15px;
}
.ert .categories-details-wrapper {
	display: flex;
	align-items: center;
}
.rtrrr {
	margin-top: 2rem !important;
}
#share-modal .modal-body {
	display: block;
	align-items: center;
}
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
	margin-top: 0!important;
}
.resp-sharing-button__link, .resp-sharing-button__icon {
	position: relative;
	top: 0px!important;
}
.sww h5 {
	
}
.banner_bottom_data #demo img {
	width: 510px;
	margin: 0 auto;
	display: table;
	object-fit: contain;
	height: 200px;
}
.user-pic img {
	margin: 0 auto;
	display: table;
}
.header_section .personal-profile-content-left {
	box-shadow: none;
	padding-left: 4px;
}
#myHeader .navbar-toggler {
	font-size: 0.75rem;
	line-height: 1;
}
#collapsibleNavbar::before {
	width: 100%;
	height: 1px;
	background: #ddd;
	content: '';
	position: absolute;
	top: 54px;
	right: 0;
}
.telent_page-section .gabriel img {
	border: 1px solid #eaeaea;
	border-radius: 50%;
	width: 210px;
	height: 210px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
}
}
@media screen and (max-width: 575px){
    .banner a.site-btn {
        font-size: 13px;
        padding: 13px 13px;
        margin-right: 1px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .job-posting-meta-top li{
        width:100% !important;
        margin-bottom:15px;
    }
    .job-posting-footer {
        padding: 15px 10px;
    }
    .job-posting-footer .d-flex {
        display: block !important;
    }
    .job-posting-footer .d-flex p.mb-0.text-ligt {
        margin-bottom: 20px !important;
    }
    .resp-sharing-button__link {
        display: block !important;
        text-align: center;
    }
    .resp-sharing-button__link, .resp-sharing-button__icon {
        position: relative;
        top: 4px;
    }
    .form-btn input.site-btn{
        padding: 12px 15px;
    }
    .employee-certification .categories-link-btn a {
        font-size: 11px;
    }
	.name-text {
		font-size: 18px !important;
	}
	.certificat_img_datas h3 {
		font-size: 14px;
	}
	.this-is {
		font-size: 8px;
	}
	.certificat_img_datas h2 {
		font-size: 11px;
		letter-spacing: unset;
		line-height: 1.1;
	}
	.certificat_img_datas {
		right: 20px;
		top: 4%;
	}
	.signature_sections {
		padding-top: 1rem;
	}
	 .signature_section p {
		margin: 0;
		font-size: 8px;
	}
	.date-sections {
		font-size: 8px;
	}
	.signature_sections {
		padding-top: 0rem;
	}
}

@media screen and (max-width: 400px){
	.certificat_img_datas h3 {
 }
 .name-text {
	font-size: 14px !important;
}
 .name-text {
	font-size: 14px !important;
	margin: 0 !important;
	line-height: 25px;
}
 .certificat_img_datas h3 {
	font-size: 15px;
}
 .this-is {
	font-size: 8px;
}
.scoreds {
	font-size: 8px;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}
.certificate_nns {
	font-size: 8px;
	margin: 0;
}
.certificat_img_datas h1 {
	margin: 0;
}
 .certificat_img_datas h2 {
	margin: 0;
	line-height: 1.5;
}
 .date-sections {
	font-size: 8px;
	margin: 0;
}
 .certificat_img_datas {
	right: 5px;
	top: 4%;
}
.signature_sections {
	padding-top: 1rem;
}
 .signature_section p {
	margin: 0;
	font-size: 8px;
}
 
 
 
}