File: /var/www/html/wp-content/themes/exertio/css/theme.css
body {
color:#777;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
scroll-behavior: smooth;
font-family: Poppins;
}
/* heading font styles*/
h1{
font-size: 38px;
color:#242424;
}
h2{
font-size: 32px;
color:#242424;
}
h3{
font-size: 28px;
color:#242424;
}
h4{
font-size: 26px;
color:#242424;
}
h5{
font-size: 24px;
color:#242424;
}
h6{
font-size: 22px;
color:#242424;
}
a {
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
p{
margin: 0;
}
.form-control {
background-color: #f4f6f9;
border: none;
height: 50px;
line-height: 30px;
color: #777;
}
textarea.form-control {
height:150px;
padding:15px;
}
.form-control:focus{
background-color:#f4f6f9;
}
.form-control::placeholder {
color: #777;
}
.exertia-padding {
padding:80px 0 50px 0;
}
.actionbar_space {
padding:80px 0 140px 0 !important;
}
.adverts {
margin: 0 auto;
display: table;
margin-bottom: 30px;
}
.no-padding {
padding:0;
}
.btn-block {
width: 100%;
}
/* heading font styles*/
.icons-series{
background-color: #fe696a;
color:#fff;
padding: 6px 6px;
border-radius: 30px;
margin-left: 10px;
text-align: center;
font-size: 14px;
}
.icons-series2{
background-color: #29b2fe;
color:#fff;
padding: 6px 6px;
border-radius: 30px;
margin-left: 10px;
text-align: center;
font-size: 14px;
}
.icons-series3{
background-color: #e70b20;
color:#fff;
padding: 6px 6px;
border-radius: 30px;
margin-left: 10px;
text-align: center;
font-size: 14px;
}
a{
color:inherit;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-decoration: none;
}
a:hover {
color: #fe696a;
}
ul{
list-style: none;
padding: 0;
margin: 0;
}
.bg-color-x1{
background-color: rgba(55, 180, 224, 0.2);
color: #fff;
}
.bg-color-x2{
background-color: rgba(2, 200, 79, 0.2);
color: #fff;
}
.bg-color-x3{
background-color: rgba(254, 68, 69, 0.2);
color: #fff;
}
.bg-color-x4{
background-color:rgba(245, 140, 0, 0.2);
color: #fff;
}
.pretty.p-icon .state .icon {
font-size: 10px !important;
width: calc(1em + 7px) !important;
height: calc(1em + 13px) !important;
}
.pretty input:checked ~ .state.p-warning label::after, .pretty.p-toggle .state.p-warning label::after {
background-color: #fe696a !important;
}
/* MAIN WEBSITE LOADER */
.exertio-loader-container {
position:fixed;
background-color:#FFF;
width: 100%;
height: 100%;
z-index: 999;
}
.exertio-loader {
position: absolute;
top: 50%;
left: 50%;
width: 142px;
height: 40px;
margin: -20px 0 0 -71px;
background: #fff;
z-index:999;
}
.exertio-loader .exertio-dot {
position: absolute;
width: 14px;
height: 14px;
top: 12px;
background: #fe696a;
border-radius: 50%;
transform: translateX(0);
animation: exertio-dot 2.8s infinite;
}
.exertio-loader .exertio-dots {
transform: translateX(0);
margin-top: 12px;
margin-left: 31px;
animation: exertio-dots 2.8s infinite;
}
.exertio-loader .exertio-dots span {
display: block;
float: left;
width: 14px;
height: 14px;
margin-left: 10px;
background: #fe696a;
border-radius: 50%;
}
@-moz-keyframes exertio-dot {
50% {
transform: translateX(96px);
}
}
@-webkit-keyframes exertio-dot {
50% {
transform: translateX(96px);
}
}
@-o-keyframes exertio-dot {
50% {
transform: translateX(96px);
}
}
@keyframes exertio-dot {
50% {
transform: translateX(96px);
}
}
@-moz-keyframes exertio-dots {
50% {
transform: translateX(-31px);
}
}
@-webkit-keyframes exertio-dots {
50% {
transform: translateX(-31px);
}
}
@-o-keyframes exertio-dots {
50% {
transform: translateX(-31px);
}
}
@keyframes dots {
50% {
transform: translateX(-31px);
}
}
/*SPINEER CSS*/
@keyframes loading-inner-meta {
0% {
top: 50px;
left: 50px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 20px;
left: 20px;
width: 56px;
height: 56px;
opacity: 0;
}
}
.select2-container .select2-selection--single {
height: 50px;
border: none;
margin:0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
background-color: #f4f6f9;
border: none;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
position: absolute;
top: 0;
right: 3px;
width: 20px;
}
.select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #fe696a;
color: white;
}
.select2-results__option {
padding: 12px;
}
.loading-inner-meta div {
position: absolute;
border-width: 4px;
border-style: solid;
opacity: 1;
border-radius: 50%;
animation: loading-inner-meta 0.9803921568627451s cubic-bezier(0,0.2,0.8,1) infinite;
}
.loading-inner-meta div:nth-child(1) {
border-color: #f5f5f5
}
.loading-inner-meta div:nth-child(2) {
border-color: #242424;
animation-delay: -0.49019607843137253s;
}
.loading-inner {
width: 100px;
height: 100px;
display: inline-block;
overflow: hidden;
background: none;
position: absolute;
z-index: 999999;
text-align: center;
top: 50%;
left: 50%;
}
.loader-outer {
width:100%;
height:100%;
position: absolute;
display:none;
position: fixed;
z-index: 9999;
}
.loader-outer::after {
background: rgba(0,0,0,.2) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.loading-inner-meta {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
position:absolute;
}
.loading-inner-meta div { box-sizing: content-box; }
.protip-skin-default--size-normal {
font-size:14px;
padding:12px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
padding: 20px;
background-color: #242424;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
color:#FFF;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
padding:20px;
margin-bottom:0;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
padding:20px;
padding-top:0;
position: relative;
overflow: hidden;
float: none !important;
display: flex;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
padding:0;
border:none;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
color:#FFF !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
margin-bottom:0;
text-transform:capitalize;
font-weight:normal;
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
padding:15px 30px;
}
/*PAGINATION*/
.fl-navigation {
display: flex;
justify-content: flex-end;
}
.fl-navigation ul {
padding-left: 0;
list-style: none;
display: flex;
margin-top: 1rem;
justify-content: end;
}
.fl-navigation li {
background-color:#FFF;
border-radius:4px;
margin-right:10px;
}
.fl-navigation li.dots{
padding: 5px 11px;
}
.fl-navigation li:last-child {
margin:0;
}
.fl-navigation li.active {
background-color: #fe696a;
background-image: none;
border-color: #fe696a;
/* padding: 8px 15px; */
}
.fl-navigation li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #242424;
font-weight: 500;
font-size: 1rem;
border-radius: .2rem;
padding: 8px 15px;
}
.fl-navigation li.active a {
color: #FFF;
}
.fl-navigation li a i {
line-height:24px;
}
.fl-advert-box {
margin: 0 auto;
display: table;
margin-bottom: 30px;
}
.fl-advert-box.bottom {
margin-bottom:0;
margin-top:30px;
}
.nothing-found {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 0;
flex-direction: column;
background-color: #f4f6f9;
border-radius: 4px;
height:400px;
margin-bottom:30px;
}
.nothing-found img {
width:150px;
}
.nothing-found h4 {
display: block;
margin-top: 30px;
color: #777;
font-weight: normal;
}
.nothing-found.white {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
/* button styles*/
.btn-style{
background-color: #fe696a;
color: #242424;
padding: 13px 30px;
border: 1px solid #fe696a;
font-weight: 500;
border-radius: 4px;
font-size: 14px;
transition: .6s;
position: relative;
}
.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
padding:12px 30px;
border-radius:4px;
box-shadow:none;
border:1px solid #fe696a;
background-color:#fe696a;
color:#FFF;
text-decoration:none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.btn-theme:hover, .post-excerpt .wp-block-button .wp-block-button__link:hover, .post-excerpt .wp-block-search__button:hover, .post-excerpt .wp-block-file .wp-block-file__button:hover, .post-password-form input[type="submit"]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254,105,106,0.9);
color:#FFF;
background-color:#fe696a;
}
/*rgba(254,105,106,0.9)*/
a.btn-style::after:hover{
background: #D24D57;
transform: translateX(-50%) translateY(-50%);
}
.btn-theme-secondary {
padding:12px 30px;
border-radius:4px;
box-shadow:none;
border:1px solid #7209B7;
background-color:#7209B7;
color:#FFF;
text-decoration:none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.btn-theme-secondary:hover {
box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0,0,0,0.4);
color:#FFF;
background-color:#fe696a;
}
.bubbles {
display: none;
}
.btn-loading > .bubbles {
font-size: 7px;
position: relative;
bottom: 3px;
left: 3px;
}
.btn-loading > .bubbles.view {
display:inline-block;
}
.btn-loading > .bubbles i {
animation-name: breath;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.btn-loading > .bubbles i:nth-child(1) {
animation-delay: 0s;
}
.btn-loading > .bubbles i:nth-child(2) {
animation-delay: 0.5s;
}
.btn-loading > .bubbles i:nth-child(3) {
animation-delay: 1s;
}
@keyframes breath {
0% {
opacity: 0;
}
50% {
opacity: 100;
}
100% {
opacity: 0;
}
}
/* button styles*/
/* spacing classes*/
.section-padding{
padding: 80px 0;
}
.section-padding2{
padding: 80px 0 160px;
}
.section-padding3{
padding: 80px 0 180px;
}
.padding-bottom-80{
padding-bottom: 80px;
}
.padding-top-80{
padding-top: 80px;
}
.custom-padding{
padding: 80px 0 50px;
}
.padding-top-bottom{
padding:80px 0 140px;
}
.padding-top-bottom-2{
padding-bottom: 120px !important;
}
.padding-top-bottom-3{
padding-bottom: 160px !important;
}
/* spacing classes*/
/* heading styles*/
.heading-panel{
margin-bottom: 50px;
position:relative;
z-index:999;
}
.heading-panel.section-left .heading-meta {
display:inline-block;
}
.heading-panel h2{
font-size: 34px;
margin-bottom: 0;
color: #242424;
font-weight: 600;
line-height: 1.8;
}
.heading-panel h2 span{
font-weight: 400;
}
.heading-panel-2 {
text-align: center;
margin-bottom: 38px;
}
.heading-panel-2 h2 span{
font-weight: 400;
}
.heading-panel-2 p{
color: #888;
}
.heading-panel-2 h2 {
font-size: 30px;
margin-bottom: 10px;
color: #242424;
}
a:hover{
text-decoration: none;
}
/* heading styles*/
.heading-contents h3 {
font-size: 20px;
margin-bottom: 20px;
color: #242424;
}
.heading-panel-style-3 h3{
font-size: 18px;
color: #242424;
}
.heading-panel-style-3{
margin-bottom: 20px;
}
.heading-contents-2 h3{
font-size: 20px;
color:#242424;
margin-bottom: 10px;
}
.icons-checks{
background-color: #ccc !important;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: none;
}
.bg-gray-color{
background-color: #f4f4f4 !important;
}
.bg-gray-light-color{
background-color: #f1f1f1 !important;
}
.bg-white-color{
background-color: #FFFFFF;
}
.notify{
background-color:#fe696a;
width: 0px !important;
height: 14px;
padding: 2px 7px;
border-radius: 30px;
top: 0;
}
.notify-2{
border-radius: 30px;
height: 11px;
width: 11px;
display: inline-block;
background: #259d00;
}
/* header freelancer*/
.fr-menu .sb-menu {
float: none;
}
.fr-menu .sb-menu ul li > a {
font-size: 14px;
text-transform: capitalize;
}
.fr-menu .sb-menu ul li.fr-list {
position:relative;
z-index:0;
height:90px;
}
.fr-menu .sb-menu ul li.fr-list.loggedin {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
margin-right:15px;
}
.sb-menu ul li.fr-list.loggedin a{
height:auto;
line-height:normal;
}
.fr-menu .sb-menu ul li.fr-list .style-1 {
margin-right:5px;
height: auto;
line-height: normal;
margin-top: 23px;
overflow: hidden;
padding: 10px 30px;
transition: .6s;
margin-left: 10px;
display: inline-block;
font-weight: 500;
text-transform: uppercase;
border-radius:4px;
}
.fr-menu .sb-menu ul li.fr-list .btn-theme {
height: auto;
line-height: normal;
margin-top: 23px;
overflow: hidden;
padding: 10px 30px;
transition: .6s;
margin-left: 10px;
display: inline-block;
font-weight:500;
text-transform:uppercase;
}
.fr-list {
float: right !important;
}
.fr-list .style-1 {
float: left;
margin-right: 22px;
}
.fr-list a {
padding: 0;
}
.fr-list a i {
margin-left: 10px;
color: #242424;
}
.fr-menu .sb-menu ul li .btn-style i {
font-size: 14px;
margin-right: 6px;
font-weight: 500;
}
.fr-menu .sb-menu ul li:hover .btn-style {
background-color: #fe696a;
}
.fr-menu.sticky .sb-menu > ul > li > .btn-style {
height: auto;
line-height: 0;
margin-top: 14px;
}
.fr-list img {
max-width:45px;
float:left;
border-radius:50%;
box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.05);
}
.fr-list .profile-meta {
position:relative;
overflow:hidden;
display:inline-block;
margin-left: 10px;
}
.fr-list .profile-meta .nav-profile-name {
font-size:16px;
}
.fr-list .profile-meta small {
display:block;
}
.sb-menu.menu-caret ul li.dropdown_menu.fr-list > a > span {
display:none;
}
.fr-list li.wallet-contanier {
border-bottom: 1px solid #ebebeb;
padding: 20px 35px;
margin-bottom:15px;
}
.fr-list li.wallet-contanier a:before {
content:"";
background:none;
}
.sb-menu.menu-caret ul li.dropdown_menu.fr-list ul {
padding-top:0;
min-width:300px;
}
.fr-menu .sb-menu ul li.fr-list li.wallet-contanier a {
padding:0 !important;
}
.fr-list li.wallet-contanier span.text {
color:#777;
}
.fr-list li.wallet-contanier h4 {
font-size: 30px;
line-height: 50px;
color: #4d83ff;
margin-bottom: 0;
}
.fr-list li.wallet-contanier span {
color:#777;
}
.sb-menu ul li.fr-list ul li > a::before {
top:23px;
}
.sb-menu ul li.fr-list ul li > a {
padding:12px 35px !important;
}
/* header freelancer*/
/* hero-section freelancer*/
.fr-hero {
background: url("../images/bg-1.png");
height: auto;
background-position: center center;
background-size: cover;
}
.fr-hero .fr-hero-srch {
margin-top: 30px;
}
.fr-hero .fr-hero-content {
margin-top: 200px;
overflow: hidden;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 22px;
color: #242424;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
}
.fr-hero .fr-hero-content h1 {
font-size: 54px;
margin-top: 10px;
margin-bottom: 20px;
color: #242424;
line-height: 1.2em;
font-weight: 700;
}
.fr-hero .fr-hero-content h1 span {
font-weight: 400;
font-size: 32px;
text-transform: uppercase;
}
.fr-hero .fr-hero-content p {
color: #242424;
line-height: 30px;
margin-bottom: 50px;
}
.fr-hero .fr-hero-search-bar ul {
padding: 0;
margin: 0;
list-style: none;
}
.fr-hero .fr-hero-search-bar ul li {
float: left;
width: 40%;
}
.fr-hero .fr-hero-search-bar ul li .form-group {
margin-bottom: 0;
}
.fr-hero .fr-hero-search-bar ul li:last-child {
width: 20%;
}
.fr-hero .fr-hero-content .fr-hero-search-bar {
overflow: hidden;
position: relative;
}
.fr-hero .fr-hero-search-bar .select2-container {
width: 100% !important;
}
.fr-hero .fr-hero-search-bar ul li input {
height: 55px;
font-size: 14px;
color: #777;
padding: 16px;
border: none;
border-radius: 0;
border-radius: 6px 0 0 6px;
background-color: #FFF;
}
.fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
height: 55px;
border: none;
font-size: 14px;
border-radius: 0;
}
.fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #777;
border-left: 1px solid #ddd;
padding: 0 18px;
background-color: #FFF;
line-height: 55px;
}
.fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 15px;
height: 55px;
}
.fr-hero .fr-hero-search-bar .form-control::placeholder {
color: #777;
}
.fr-hero .fr-hero-search-bar .form-control:focus {
box-shadow: none;
}
.fr-hero .fr-hero-search-bar ul li .btn-style {
padding: 16px 28px ;
border-radius: 0 7px 7px 0;
background: #242424;
color: #fff;
font-size: 14px;
font-weight: 500;
z-index: 9;
position: relative;
border: 1px solid #242424;
height:55px;
}
.fr-hero .fr-hero-trending {
position: relative;
overflow: hidden;
margin-top: 30px;
}
.fr-hero .fr-hero-trending ul {
padding: 0;
margin: 0;
list-style: none;
}
.fr-hero .fr-hero-trending ul li {
float: left;
margin-right: 10px;
margin-bottom:10px;
}
.fr-hero .fr-hero-trending ul li:last-child {
margin-right:0;
}
.fr-hero .fr-hero-trending ul li:first-child {
line-height:32px;
}
.fr-hero .fr-hero-trending ul li a {
background-color: #fff;
color: #242424;
padding: 5px 12px;
border-radius: 4px;
font-size: 13px;
display: inline-block;
}
.fr-hero .fr-hero-trending ul li span {
font-size: 14px;
font-weight: 500;
margin-right: 12px;
color: #242424;
}
/* hero-section freelancer*/
/* explore categories*/
.fr-explore-cat .fr-explore-content .fr-explore-container ul {
padding: 0;
margin: 0;
list-style: none;
}
.fr-explore-cat .fr-explore-content .fr-explore-container ul li {
float: left;
}
.fr-explore-cat .fr-explore-content {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container {
position: absolute;
bottom: 20px;
left: 20px;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container span {
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
color: #fff;
font-size: 16px;
font-weight: 500;
margin-bottom: 1px;
}
.fr-explore-cat .fr-explore-content .fr-log-grid {
position: absolute;
right: 20px;
bottom: 20px;
}
.fr-explore-cat .fr-explore-content .fr-log-grid i {
width: 95%;
position: relative;
margin: 0 auto;
display: table;
border: 1px solid #fff;
padding: 12px 12px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 4px;
color:#FFF;
}
.fr-explore-cat .fr-explore-content .fr-log-grid img {
position: relative;
margin: 0 auto;
display: table;
border: 1px solid #fff;
padding: 8px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 4px;
color:#FFF;
width:40px;
height:40px;
}
.fr-explore-cat .fr-explore-style {
position: absolute;
top: 5%;
right: 1.5%;
overflow: hidden;
}
.fr-explore-cat .owl-dots {
display: none;
}
.fr-explore-cat .owl-nav {
position: absolute;
right: 13%;
top: -33%;
}
.fr-explore-cat .owl-theme .owl-nav [class*="owl-"]:hover {
background: none;
color: #242424;
text-decoration: none;
}
.fr-explore-cat .owl-prev i {
font-size: 20px;
transition: .6s;
}
.fr-explore-cat .owl-next i {
font-size: 20px;
transition: .6s;
}
/* explore categories*/
/* latest jobs start*/
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul {
padding: 0;
margin: 0;
list-style: none;
overflow: hidden;
width: 50%;
}
.fr-latest-jobs .owl-dots {
display: none;
}
.fr-latest-jobs .owl-nav {
position: absolute;
top: -57px;
right: 0%;
margin:0;
}
.fr-latest-jobs .owl-nav i {
font-size: 18px;
color:#fe696a;
}
.fr-latest-jobs .owl-theme .owl-nav [class*="owl-"]:hover {
background: none;
color: #fe696a;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
float: left;
margin-right: 16px;
margin-bottom: 4px;
}
.fr-latest-jobs .fr-jobs-content {
border: 1px solid #e9e9e9;
position: relative;
margin-bottom: 30px;
background-color: #fff;
}
.fr-latest-jobs .fr-jobs-content:last-child {
margin-bottom: 0;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details {
padding: 22px 26px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
font-size: 20px;
margin-bottom: 5px;
color: #000;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-emt span {
font-size: 14px;
font-weight: 500;
color: #242424;
vertical-align: middle;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews i {
color: #fe696a;
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews {
font-size: 14px;
font-weight: 500;
color: #242424;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews {
display: inline-block;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul .fr-jobs-emt i {
background: #25c22e;
color: #fff;
padding: 3px;
border-radius: 20px;
font-size: 10px;
margin-right: 2px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
font-size: 14px;
width: 85%;
color: #212121;
line-height: 26px;
margin-bottom: 0;
}
.fr-jobs-price .style-hd {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #242424;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews span {
margin-left: 3px;
}
.fr-right-detail-box .fr-jobs-price p {
color: #242424;
font-weight: 500;
margin: 0;
text-align: right;
font-size: 14px;
}
.fr-right-detail-box .fr-jobs-price {
position: absolute;
right: 20px;
top: 20px;
}
.fr-right-detail-box .fr-jobs-price .style-hd small {
font-size:13px;
margin-left:5px;
cursor:pointer;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul {
padding: 0;
margin: 0;
list-style: none;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li {
float: left;
margin-right: 15px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar {
overflow: hidden;
border-top: 1px solid #e9e9e9;
padding: 10px 25px;
position: relative;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
font-size: 14px;
font-weight: 500;
color: #212121;
text-transform: capitalize;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a i {
margin-right: 12px;
color: #75787d;
}
.fr-latest-jobs .heading-panel {
margin-bottom: 40px;
}
.fr-latest-jobs .fr-jobs-dc {
overflow: hidden;
position: absolute;
right: 3%;
bottom: 11%;
border: 1px solid #75787d;
padding: 4px 8px;
border-radius: 40px;
background: #fff;
}
.fr-latest-jobs .fr-jobs-recomend {
margin-top: 30px;
position: relative;
overflow: hidden;
}
.fr-latest-jobs .fr-jobs-recomend::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(to bottom, rgba(21, 21, 21, 0), #000);
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn {
float: left;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span.rating {
border: 1px solid #f4d96e;
background: rgba(255, 180, 19, 0.2);
font-size: 14px;
padding: 4px 10px;
color: #777;
display: inline-block;
border-radius: 4px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons {
position: absolute;
right: 20px;
bottom: -15px;
z-index:999;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons i {
background: #242424;
border-radius: 50px;
padding: 12px;
color: #fff;
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons:hover .active {
color: red;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
overflow: hidden;
width: 100%;
margin-top: 70px;
padding: 0 20px;
padding-bottom: 20px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location {
background: #f9f9f9;
padding: 10px 20px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
margin: 0;
font-size: 14px;
color: #777;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p i {
margin-right: 6px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span i {
font-size: 12px;
color: #fe696a;
margin-right: 5px;
}
.fr-latest-jobs .fr-jobs-box {
overflow: hidden;
position: relative;
border: 1px solid #e9e9e9;
border-radius: 4px;
}
.fr-jobs-main-content .fr-n-style {
font-size: 18px;
margin-bottom: 30px;
color: #242424;
font-weight: 500;
}
.fr-jobs-main-content {
box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
border-radius: 4px;
padding: 30px 20px;
background: #fff;
}
.fr-jobs-main-content .card.agent-1 {
margin-bottom:0;
}
.fr-jobs-main-content .fr3-product-detail-box {
margin-bottom:0;
box-shadow:none;
background-color: #f5f5f5;
}
.fr-jobs-main-content .fr3-product-price ul li {
background-color:#FFF;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p {
margin: 0;
color: #777;
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 30px;
margin-right: 4px;
font-size: 10px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p i.verified {
background: #259d00;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
font-size: 18px;
margin-top: 8px;
color: #242424;
line-height: 24px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-content {
background: #f9f9f9;
height: 140px;
padding: 15px 20px;
position:relative;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online {
width: 100%;
text-align: center;
margin-top: 75px;
z-index: 99;
position: relative;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online img {
width: 100px;
border-radius: 4px;
border: 1px solid #e9e9e9;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
position: absolute;
right: 38%;
top: 0;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify.active {
background: #25c22e;
border-color: #23c22e;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
position: relative;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
position: absolute;
bottom: 40px;
left: 30px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
color: #fff;
font-size: 22px;
margin-bottom: 5px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
color: #fff;
font-size: 14px;
margin-bottom: 15px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .btn-style {
background-color: transparent;
color: #fff;
border-radius: 6px;
border: 1px solid#fff;
padding: 6px 26px;
font-size: 14px;
font-weight: 500;
}
.bg-style {
background: url("../images/bg.png");
height: auto;
background-position: center center;
background-size: cover;
}
/* latest jobs start*/
/*company contents*/
.fr-company-contents {
position: relative;
min-height: 400px;
}
.fr-company-contents .fr-company-products .fr-style-3 {
font-size: 30px;
color: #fff;
font-weight: 500;
}
.fr-company-contents .fr-company-assets {
background: url("../images/s9.png");
height: 320px;
background-position: 100%;
background-size: cover;
margin-top: -200px;
width: 49%;
}
.fr-company-contents .fr-company-products {
position: relative;
padding: 50px 0;
}
.fr-company-contents .fr-company-products p {
color: #fff;
line-height: 30px;
font-size: 16px;
margin-top: 20px;
margin-bottom: 30px;
width: 70%;
font-weight: 400;
}
.fr-company-contents .fr-company-products a {
font-weight: 500;
}
.fr-company-contents .fr-company-products-2 a {
font-weight: 500;
}
.fr-company-contents .fr-company-products span {
font-weight: 500;
}
.fr-company-contents .fr-company-products-2 span {
font-weight: 500;
}
.fr-company-contents .fr-company-products-2 .fr-style-4 {
font-size: 30px;
color: #fff;
font-weight: 500;
}
.fr-company-contents .fr-company-assets-2 {
background: url("../images/s10.png");
height: 320px;
background-size: cover;
width: 49%;
margin-top: -321px;
position: absolute;
right: 0;
}
.fr-company-contents .fr-company-products-2 {
position: relative;
z-index: 9;
padding-top: 45px;
text-align: right;
}
.fr-company-contents .fr-company-products-2 p {
color: #fff;
line-height: 30px;
font-size: 16px;
margin-top: 20px;
margin-bottom: 30px;
width: 70%;
float: right;
}
.fr-company-contents .fr-main-content {
width: 100%;
overflow: hidden;
}
.sidebar-advertisement {
position:relative;
overflow: hidden;
margin-bottom: 30px;
}
.sidebar-advertisement.bottom {
margin-top:30px;
}
/*company contents*/
/*top services*/
.fr-top-contents .fr-top-details {
border-bottom: 1px solid #e9e9e9;
padding: 20px 15px;
position: relative;
}
.fr-top-contents .fr-top-details .fr-style-5 {
font-weight: 500;
font-size: 18px;
color: #242424;
margin-bottom: 10px;
line-height:1.6;
text-transform:capitalize;
}
.fr-top-contents .fr-top-details span.rating {
font-size: 12px;
color: #777;
}
.fr-top-contents .fr-top-details span.rating i {
color: #fe696a;
font-size: 10px;
margin-right: 10px;
}
.fr-top-contents .fr-top-details p .style-6 {
background-color: transparent;
color: #fe696a;
border: none;
font-size: 20px;
font-weight: 500;
padding: 0;
margin-left: 10px;
}
.fr-top-contents .fr-top-details p {
font-size: 14px;
color: #888;
margin: 0;
}
.fr-top-contents .fr-top-grid-bar {
padding: 12px 15px;
border-top: 1px solid #ebebeb;
}
.fr-top-contents .fr-top-grid-bar p {
font-size: 14px;
}
.fr-top-srvices .fr-top-contents .fr-top-grid-bar p {
margin: 0;
font-size: 14px;
color: #888;
font-weight: 500;
}
.fr-top-contents .fr-top-grid img {
width: 40px;
border-radius: 50px;
box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.05);
}
.fr-top-contents .fr-top-grid .notify {
background-color: #fe696a;
width: 0px !important;
height: 14px;
position: absolute;
right: 0;
padding: 2px 5px;
border-radius: 30px;
top: -7px;
}
.fr-top-contents .fr-top-grid .notify.active {
background: #25c22e;
border-color: #23c22e;
height: 10px;
top: -5px;
}
.fr-top-contents .fr-top-grid {
position: absolute;
right: 5%;
bottom: -12%;
}
.fr-top-contents {
position: relative;
margin-bottom: 30px;
transition: .6s;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
overflow:hidden;
border-radius: 4px;
}
.fr-top-contents .fr-top-product {
position: relative;
}
.fr-top-featured {
position: absolute;
top: 15px;
right: 10px;
}
.fr-top-featured span {
background: #c6071a;
color: #fff;
font-weight: 400;
padding: 7px 12px;
font-size: 14px;
}
.fr-top-rating {
position: absolute;
top: 8%;
left: 5%;
background-color: #fff;
border-radius: 30px;
z-index:1;
}
.fr-top-rating a i {
font-size: 14px;
color: #242424;
display: block;
padding: 10px;
}
.fr-top-rating a:hover, .fr-top-rating a.active i {
background-color: red;
border-radius: 50%;
color: #FFF;
}
.fr-top-srvices .fr-top-view {
text-align: center;
margin-top: 15px;
}
.fr-top-srvices .fr-top-view .btn-style {
padding: 10px 26px;
}
.top-services-2.owl-theme .owl-nav [class*="owl-"]:hover{
background-color:transparent;
color:#242424;
}
.top-services-2.owl-theme .owl-nav [class*="owl-"]:focus {
outline:none;
}
/*top services*/
/*top browse categories*/
.fr-browse-category {
position: relative;
}
.fr-browse-category .fr-browse-content ul {
padding: 0;
list-style: none;
margin: 0;
}
.fr-browse-category .fr-browse-content ul li a {
color: #777;
transition: .6s;
}
.fr-browse-category .fr-browse-content ul li a.view-more {
color:#fe696a;
text-decoration:underline;
}
.fr-browse-category .fr-browse-content ul li a:hover {
color: #fe696a;
}
.fr-browse-category .fr-browse-content ul li {
margin-bottom: 10px;
line-height:1.8;
}
.fr-browse-category .fr-browse-content h3 {
font-size: 20px;
margin-bottom: 15px;
color: #242424;
}
.fr-browse-category .heading-panel {
margin-bottom: 45px;
}
.fr-browse-category .fr-browse-content {
border-left: 1px solid #e9e9e9;
padding-left: 25px;
position: relative;
z-index: 9;
}
.fr-browse-category .fr-browse-content.browse-style {
border: none;
padding: 0;
margin-bottom:30px;
}
.fr-browse-category .fr-browse-client img {
width: 23%;
position: absolute;
right: 0;
top: 15%;
}
.fr-browse-category .fr-style-7 {
transform: rotate(86deg);
position: absolute;
left: 0;
top: 60%;
transition: .9s;
}
.fr-browse-category:hover .fr-style-7 {
margin-left: 50px;
transform: rotate(280deg);
}
/*top browse categories*/
/*fr gt details*/
.fr-gt-details {
position: relative;
}
.fr-gt-details::before {
content: "";
position: absolute;
width: 100%;
background-color: #2a2e43;
top: 0px;
bottom: 0;
max-height: 70px;
}
.fr-bg-style {
border-radius: 16px;
margin-top: -75px;
margin-left: 0;
margin-right: 0;
background-color: #fff;
box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
padding: 26px 30px;
}
.fr-gt-details .fr-bg-style {
margin-top: -37px;
}
.no-space {
margin-top: 0 !important;
}
.fr-gt-btn {
float: right;
}
.fr-gt-btn .btn-style {
background: #000;
color: #fff;
border: 1px solid #242424;
}
.fr-gt-content h3 {
font-size: 24px;
margin-bottom: 8px;
color: #242424;
}
.fr-gt-content p {
font-size: 16px;
line-height: 1.8;
margin: 0;
color: #777;
}
/*fr gt details*/
/*fr-footer start*/
.fr-footer .fr-footer-details p {
margin-top: 20px;
margin-bottom: 0;
line-height: 1.8;
}
.fr-footer .fr-footer-details img {
width:180px;
}
.fr-footer .fr-footer-content ul {
padding: 0;
margin: 0;
list-style: none;
}
.fr-footer .fr-footer-content ul li a {
color: #242424;
transition: .6s;
}
.fr-footer .fr-footer-content ul li {
margin-bottom: 10px;
}
.fr-footer .fr-footer-content .fr-style-8 {
color: #242424;
font-size: 20px;
margin-bottom: 20px;
}
.fr-footer .fr-footer-icons {
position:relative;
overflow:hidden;
margin-top:20px;
}
.fr-footer .fr-footer-icons ul li {
float: left;
margin-right: 10px;
}
.fr-footer .fr-footer-icons ul li a i {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 50px;
padding: 10px;
text-align: center;
transition: .6s;
min-width: 40px;
min-height: 40px;
}
.fr-footer .fr-footer-icons ul li a svg {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 50px;
padding: 10px;
text-align: center;
transition: .6s;
min-width: 38px;
min-height: 40px;
}
.fr-footer .fr-footer-icons ul li {
margin-top: 5px;
}
.fr-footer .fr-footer-icons ul li a i:hover {
color: #fff;
background-color: #fe696a;
border-color:#fe696a;
}
.fr-footer .fr-footer-content ul li a:hover {
color: #fe696a;
}
.fr-footer .fr-bottom {
text-align: center;
background: #242424;
padding: 20px;
color: #FFF;
}
.fr-footer .fr-bottom p {
margin: 0;
color: #fff;
color: rgba(255, 255, 255, 0.8)
}
.fr-footer .fr-bottom p a {
color: #fe696a;
font-weight:500;
}
/*fr-list start*/
.fr-list-product {
background: url("../images/sz.png");
background-position: center;
background-size: cover;
position: relative;
padding: 100px 0;
}
.fr-list-product::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background-color: rgba(0,0,0,0.6);
}
.fr-list-product.padding-bottom-breadcrumb {
padding-bottom:150px;
}
.fr-list-content .fr-list-details ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-list-content .fr-list-details ul li {
float: left;
margin-right: 30px;
position:relative;
}
.fr-list-content .fr-list-details ul li a {
color: #fff;
font-size: 14px;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
color: #fff;
font-size: 40px;
width:70%;
margin: 0 auto;
margin-bottom:10px;
word-break: break-word;
text-transform: capitalize;
}
.fr-list-product .fr-list-content {
position: relative;
overflow: hidden;
text-align: center;
margin: 0 auto;
}
.fr-list-product .fr-list-content .fr-list-details {
overflow: hidden;
margin: 0 auto;
display: table;
position: relative;
}
.fr-list-content .fr-list-details ul li::before {
content: "/";
position: absolute;
left:-20px;
color:#FFF;
}
.fr-list-content .fr-list-details ul li:first-child::before {
content:"";
}
.fr-list-content .fr-list-details ul li:last-child {
margin-right: 0;
}
/*fr-list end*/
/*fr-list side-bar*/
.fr-list-side-bar {
position:relative;
}
.fr-side-bar-filtered ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-side-bar-filtered ul li {
float: left;
width: 45%;
margin-right: 8px;
}
.fr-side-bar-filtered ul li:nth-child(2n+2) {
width: auto;
margin-right: 7px;
}
.fr-side-bar-content {
background-color: #fff;
padding: 22px 24px;
overflow: hidden;
position: relative;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.fr-side-bar-btn {
position: absolute;
top: 18px;
right: 27px;
color: #25c22e;
}
.fr-side-bar-btn span {
font-size: 14px;
font-weight: 500;
}
.fr-side-bar-btn i {
font-size: 12px;
}
.fr-side-bar-filtered ul li:last-child {
margin-right: 0;
}
.fr-side-bar-filtered ul li span {
font-size: 14px;
line-height: 44px;
color: #888;
}
.fr-side-bar-filtered {
overflow: hidden;
}
.fr-side-bar-filtered {
margin-bottom: 0;
}
.fr-side-bar-filtered label {
font-size: 16px;
margin-bottom: 18px;
color: #242424;
}
.fr-side-bar-filtered input {
font-size: 14px;
color: #888;
height: 45px;
border-radius: 0;
padding: 0 15px;
border: 1px solid #e9e9e9;
}
.fr-side-bar-filtered .fr-side-budget span {
font-size: 16px;
margin-bottom: 18px;
display: inline-block;
color: #242424;
}
.fr-side-bar-filtered .form-control::placeholder {
color: #888;
opacity: 1;
font-size: 14px;
}
.fr-side-bar-filtered .form-group {
margin-bottom: 20px;
}
.fr-side-bar-content .fr-side-bar-detaails ul {
list-style: none;
padding: 10px 0;
list-style: none;
}
.fr-side-bar-content .fr-side-bar-detaails ul:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.fr-side-bar-content .fr-side-bar-detaails .fr-style {
font-size: 16px;
margin-bottom: 6px;
color: #242424;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 10px;
margin-top: 15px;
}
.fr-side-bar-content .fr-side-bar-detaails .fr-style-2 {
margin-top: 0;
font-size: 16px;
margin-bottom: 6px;
color: #242424;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 10px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
color: #242424;
font-weight: 500;
margin-left: 2px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li {
margin-bottom: 10px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li .pretty .state label::before {
top: 3%;
}
.fr-side-bar-content .fr-side-bar-detaails ul li .pretty .state label::after {
top: 3%;
}
.fr-side-bar-content .fr-side-bar-detaails ul li .pretty {
margin-right: 0;
white-space: inherit;
}
.form-control:focus {
box-shadow: none;
}
.fr-list-side-bar .fr-right-bannner .fr-right-details {
color: #fff;
}
.fr-list-side-bar .fr-right-bannner p {
font-size: 14px;
line-height: 24px;
width: 60%;
color: #fff;
margin-bottom: 18px;
}
.fr-list-side-bar .fr-right-bannner h3 {
font-size: 26px;
margin-bottom: 8px;
color: #fff;
text-transform: capitalize;
}
.fr-list-side-bar .fr-right-bannner {
background: url("../images/1f.jpg");
padding: 32px 30px;
background-position: center center;
background-repeat: no-repeat;
height: auto;
}
.fr-list-side-bar .fr-right-bannner .btn-style {
background: transparent;
border: 1px solid #fe696a;
color: #fff;
}
.fr-list-side-bar .fr-right-bannner .btn-style:hover {
background: #fe696a;
}
.fr-right-detail-bar {
background: #fff;
padding: 20px;
overflow: hidden;
margin-bottom: 30px;
border-radius:4px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.fr-right-detail-bar h4 {
margin:0;
}
.fr-right-content {
float: left;
}
.fr-right-detail-bar .fr-right-srch-detail ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-right-srch-detail {
float: right;
}
.fr-right-detail-bar .fr-right-srch-detail ul li {
float: left;
margin-right: 15px;
}
.fr-right-detail-bar .fr-right-srch-detail ul li:last-child {
margin:0;
}
.fr-right-srch-detail ul li .select2-container {
width: 220px !important;
}
.fr-right-detail-bar .fr-right-srch-detail ul li i {
border: 1px solid #e9e9e9;
color: #ccc;
padding: 15px;
border-radius: 4px;
transition: .5s;
font-size: 20px;
display: inline-block;
}
.fr-right-detail-bar .fr-right-srch-detail ul li i:hover, .fr-right-detail-bar .fr-right-srch-detail ul li i.active {
background-color: #fe696a;
color: #fff;
border: 1px solid #fe696a;
}
.posted-projects {
position:relative;
overflow:hidden;
}
.posted-projects .fr-right-detail-box:last-child {
margin-bottom:0;
}
.fr-right-detail-box .fr-right-detail-content {
overflow: hidden;
position: relative;
}
.fr-right-details-products {
padding:20px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li {
float: left;
margin-right: 35px;
position: relative;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li::before {
content: " ";
border-right: 2px #e9e9e9 solid;
top: 24%;
height: 58%;
position: absolute;
left: -16%;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li:nth-child(2n+1)::before {
border-right: none;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views {
overflow: hidden;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 20px;
margin: 0;
color: #242424;
text-transform:capitalize;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3:hover {
color:#fe696a;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 {
width: 80%;
margin-bottom: 15px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
float: left;
margin-right: 15px;
margin-bottom:15px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li.hide {
display:none;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul.skills.active li.hide {
display:inline-block;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li a {
font-size: 14px;
color: #888;
background: rgba(255, 180, 19, 0.2);
padding: 4px 12px;
border-radius: 4px;
display: inline-block;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
font-size: 14px;
color: #777;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span strong {
margin-right: 5px;
font-weight: 500;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li .fa-check {
background-color: #DDD;
color: #fff;
padding: 3px;
border-radius: 30px;
font-size: 10px;
margin-right: 5px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li .fa-check.verified {
background-color: #25c22e;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li .fa-star {
color: #fe696a;
font-size: 14px;
margin-right: 2px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product {
overflow: hidden;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
margin: 0;
line-height: 26px;
color: #777;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li {
float: left;
margin-right: 50px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li p.heading {
color: #777;
font-size: 14px;
margin-bottom: 0;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li div, .fr-right-detail-box .fr-right-information .fr-right-list ul li div p.expired {
color: #242424;
text-transform: uppercase;
font-size:14px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li div p {
color:#242424;
font-size:14px;
}
.fr-right-detail-box .fr-right-information {
overflow: hidden;
padding: 15px 20px;
border-top: 1px solid #e1e1e1;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.fr-right-detail-box .fr-right-information .fr-right-bid {
float: right;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li .btn-theme {
margin-left: 10px;
font-size:14px;
margin-top:5px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li a i {
margin-top: 16px;
display: inline-block;
color: #bebebe;
transition: .6s;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li a.active i {
color:#fe696a;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li a.fav i{
color:#fe696a;
}
.fr-right-detail-box .fr-right-information .fr-right-bid .btn-theme {
padding:8px 20px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid ul li:last-child {
margin-right: 0;
}
.features-star::before {
content: '';
border-width: 20px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;
}
.features-star i {
font-size: 12px;
position: absolute;
left: 7px;
top: 7px;
color: #fff;
}
.fr-right-detail-box {
margin-bottom: 30px;
border-radius: 4px;
position: relative;
overflow: hidden;
background-color:#FFF;
}
.project-sidebar-shortcode .fr-right-detail-box {
background-color:#f5f5f5;
}
.fr-pagination .pagination {
float: right;
margin-top: 16px;
margin-bottom: 0;
}
.fr-pagination .pagination .page-link {
border: none;
color: #000;
font-size: 14px;
box-shadow: none;
font-weight: 500;
border-radius: 0;
transition: .6s;
}
.fr-pagination .pagination .page-link:hover.active {
background-color: #fe696a;
color: #fff;
}
.fr-pagination .pagination .page-link:hover {
background-color: inherit;
}
/*fr-list side-bar*/
/*fr-project-detail*/
.fr-project-details {
background-color: #f8f8f8;
}
.fr-project-details .fr-project-content {
position: relative;
margin-bottom: 30px;
}
.fr-project-details .fr-project-content .fr-project-list h2 {
margin: 0;
color: #242424;
text-transform: capitalize;
}
.fr-project-content .fr-project-meta {
position:relative;
margin-bottom:10px
}
.fr-project-content .fr-project-meta li {
display:inline-block;
margin-right:15px;
color: #777;
}
.fr-project-content .fr-project-meta li i {
margin-right:10px;
color:#fe696a;
}
.fr-project-details .fr-project-content .fr-project-list .fr-project-container {
position:relative;
padding: 30px;
border-bottom: 1px solid #e1e1e1;
}
.fr-project-details .fr-project-content .fr-project-list {
position:relative;
border-left: 3px solid #fe696a;
margin-bottom: 30px;
background-color: #FFF;
}
.fr-project-details .fr-project-content .fr-project-style {
position: absolute;
right: 2%;
top: -25px;
}
.fr-project-details .fr-project-content .fr-project-style i {
color: #242424;
padding: 16px;
background-color: #e1e1e1;
border-radius: 4px;
margin-right: 10px;
}
.fr-project-details .fr-project-content .fr-project-style:hover .active {
color: red;
}
.fr-project-details .fr-project-content .fr-project-des h3 {
font-size: 20px;
color: #242424;
margin-bottom: 10px;
}
.fr-project-details .fr-project-content .fr-project-des ul {
list-style:disc;
padding-left:40px;
margin:auto;
}
.fr-project-details .fr-project-content .fr-project-des ol {
list-style:decimal;
padding-left:40px;
margin:auto;
}
.fr-project-details .fr-project-content .fr-project-des ol li, .fr-project-details .fr-project-content .fr-project-des ul li {
color:#777;
line-height:35px;
}
.fr-project-details .fr-project-content .fr-project-des p {
color: #777;
font-size: 16px;
line-height: 30px;
margin-bottom: 10px;
}
.fr-project-details .fr-project-content .fr-project-f-des {
padding: 30px;
overflow: hidden;
position: relative;
background-color: #FFF;
border-radius: 4px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills {
margin-top: 20px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
font-size: 20px;
margin-bottom: 20px;
color: #242424;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
background-color: rgba(255, 180, 19, 0.2);
font-size: 14px;
padding: 5px 25px;
border-radius: 40px;
margin-right: 10px;
margin-bottom: 12px;
display: inline-block;
color: #1f2836;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a:hover {
background-color: #fe696a;
color: #fff;
}
.fr-project-f-des .fr-project-attachments h3 {
font-size: 18px;
margin-bottom: 20px;
color: #242424;
}
.fr-project-f-des .fr-project-address h3 {
font-size: 18px;
margin-bottom: 20px;
color: #242424;
}
.fr-project-f-des .fr-project-address {
margin-top:20px;
}
.fr-project-f-des .fr-project-attachments {
margin-top:20px;
}
.fr-project-f-des .fr-project-attachments p a {
text-decoration: underline;
}
.fr-project-f-des .fr-project-attachments .attacment-box {
position:relative;
overflow:hidden;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments {
width:49%;
float:left;
background-color:#f4f6f9;
padding:15px;
margin-right:10px;
margin-bottom:10px;
border-radius:4px;
position:relative;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments:nth-child(2n+2) {
margin-right:0;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments:nth-child(2) {
margin-right:0;
}
.fr-project-f-des .fr-project-attachments .attacment-box img {
width:50px;
margin-right:10px;
float: left;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments a {
position: relative;
overflow: hidden;
display: block;
}
.fr-project-f-des .fr-project-attachments .attacment-box div.attachment-data {
float:left;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachment-data h6 {
margin-bottom:0;
}
.fr-project-f-des .fr-project-attachments .attacment-box .download-icon {
position:absolute !important;
top:25%;
right:3%;
display: inline-flex !important;
background-color:#FFF;
padding:10px;
border-radius: 4px;
}
.fr-project-f-des .fr-project-attachments .attacment-box .download-icon svg {
font-size:20px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids {
float: right;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
margin: 0;
font-size: 14px;
color: #777;
}
.fr-project-bidding .fr-project-profile {
position: relative;
width: 100%;
float: left;
}
.fr-project-bidding {
background: #fff;
position: relative;
padding: 30px;
padding-bottom: 0;
float: left;
width:100%;
}
.fr-project-lastest-product {
position:relative;
border-radius:4px;
float: left;
width: 100%;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details {
right:0;
position:absolute;
}
.fr-project-bidding .fr-project-content-details ul li:last-child i.sealed {
background-color:#4198c6;
}
.fr-project-bidding .fr-project-content-details ul li:last-child i.featured {
background-color:#dc1c2b;
}
.fr-project-bidding .fr-project-content-details ul li:last-child i.sticky {
background-color:#f3d253;
}
.fr-project-bidding .fr-project-profile .fr-project-img-box {
float: left;
margin-right:10px
}
.fr-project-bidding .fr-project-user-details {
position:relative;
overflow: hidden;
float: left;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
font-size: 18px;
color: #242424;
font-weight: 500;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 i {
background-color: rgb(221, 221, 221);
color: #fff;
padding: 3px;
border-radius: 50%;
margin-left: 5px;
font-size: 9px;
vertical-align: middle;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 i.verified {
background-color: #48b300;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
font-size: 16px;
color: #777;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li i {
color: #fe696a;
vertical-align: middle;
font-size: 12px;
margin-right: 5px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li .la-star {
color: #fe696a;
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-img-box img {
border-radius: 4px;
width: 50px;
}
.fr-project-bidding .fr-project-assets .fr-project-icon span {
margin-right: 15px;
font-size: 14px;
color: #1f2836;
}
.fr-project-bidding .fr-project-assets .fr-project-icon i {
margin-right: 5px;
}
.fr-project-bidding .fr-project-assets p {
margin-bottom: 0;
font-size: 16px;
line-height: 30px;
width:90%;
}
.fr-project-bidding .fr-project-assets p a {
color: #fe696a;
}
.fr-project-bidding .fr-project-assets {
margin-top: 15px;
float: left;
width: 100%;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul {
position:relative;
display: inline-block;
min-width: 180px;
text-align: right;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details a.btn {
text-transform:uppercase;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul {
position: relative;
overflow: hidden;
display: flex;
color: #777;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
margin-right: 30px;
position: relative;
display:flex;
align-items: center;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li:last-child {
margin-right:0;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li::before {
content: "";
position: absolute;
border-left: 1px solid #777;
top: 32%;
left: -15px;
height: 45%
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li:first-child::before {
border-left: none;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li {
display: block;
vertical-align: middle;
position: relative;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:last-child {
margin-right:0;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li i {
font-size: 12px;
background-color:#fe696a;
color:#FFF;
padding:6px;
border-radius:4px;
width: 30px;
height: 30px;
text-align: center;
line-height: 20px;
margin-top:10px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
font-size: 24px;
display: inline-block;
border-radius: 4px;
font-weight:500;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:nth-child(2) span {
font-size: 14px;
display: block;
border-radius: 4px;
color:#777;
font-style:italic;
}
.fr-project-bidding .fr-project-profile-details {
width: 100%;
float: left;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:last-child span {
border-right: none;
}
.fr-project-bidding .fr-project-box h3 {
font-size: 20px;
color: #242424;
margin-bottom:0;
}
.fr-project-bidding .fr-project-box {
margin-bottom: 20px;
}
.fr-project-inner-content {
padding:20px;
background-color:#f4f6f9;
margin-bottom:30px;
border-radius:4px;
position: relative;
float: left;
width: 100%;
}
.project_awarded-content {
position: relative;
margin-bottom: 30px;
}
.project_awarded-content .fr-project-bidding {
padding-bottom:30px;
overflow: hidden;
position: relative;
}
#stars {
width: 3px;
height: 3px;
background: transparent;
opacity:0.6;
box-shadow: 915px 1637px #1892ee, 470px 1361px #1892ee, 795px 684px #1892ee, 1533px 1473px #1892ee, 431px 230px #1892ee, 538px 1219px #1892ee, 696px 169px #1892ee, 689px 819px #1892ee, 976px 1777px #1892ee, 1026px 718px #1892ee, 892px 845px #1892ee, 519px 1215px #1892ee, 869px 1455px #1892ee, 526px 595px #1892ee, 1740px 1188px #1892ee, 481px 1276px #1892ee, 46px 1149px #1892ee, 1065px 1528px #1892ee, 468px 1701px #1892ee, 347px 880px #1892ee, 1901px 893px #1892ee, 1498px 1952px #1892ee, 45px 77px #1892ee, 7px 1395px #1892ee, 1897px 785px #1892ee, 1154px 1429px #1892ee, 1495px 1690px #1892ee, 1858px 1863px #1892ee, 979px 1142px #1892ee, 1533px 1853px #1892ee, 808px 660px #1892ee, 112px 279px #1892ee, 162px 1964px #1892ee, 1465px 1101px #1892ee, 1384px 1888px #e10707, 1129px 1398px #1892ee, 260px 1116px #1892ee, 1985px 903px #1892ee, 691px 1174px #1892ee, 462px 371px #1892ee, 606px 1414px #1892ee, 83px 1868px #1892ee, 850px 1478px #1892ee, 1480px 1148px #1892ee, 1289px 1108px #1892ee, 267px 856px #1892ee, 78px 872px #1892ee, 245px 1600px #e10707, 1128px 1555px #1892ee, 669px 805px #1892ee, 263px 913px #1892ee, 1572px 1285px #1892ee, 187px 1912px #1892ee, 1449px 1344px #1892ee, 1697px 686px #1892ee, 1327px 1580px #1892ee, 867px 337px #1892ee, 1909px 987px #1892ee, 555px 1650px #1892ee, 757px 623px #1892ee, 1779px 676px #1892ee, 1264px 1806px #1892ee, 409px 626px #1892ee, 227px 103px #1892ee, 1039px 292px #1892ee, 266px 718px #1892ee, 1869px 1153px #1892ee, 713px 1334px #1892ee, 793px 1979px #e10707, 1752px 1665px #1892ee, 705px 1343px #1892ee, 731px 1971px #1892ee, 1279px 1193px #1892ee, 1790px 1755px #1892ee, 1016px 300px #1892ee, 1125px 988px #1892ee, 1320px 475px #1892ee, 1404px 693px #1892ee, 993px 1178px #1892ee, 852px 1544px #1892ee, 1807px 1458px #1892ee, 65px 1126px #1892ee, 1426px 1953px #1892ee, 152px 1420px #1892ee, 75px 209px #1892ee, 319px 199px #1892ee, 328px 1358px #1892ee, 1541px 1497px #1892ee, 557px 1452px #1892ee, 944px 1337px #1892ee, 611px 1491px #1892ee, 947px 1857px #1892ee, 325px 934px #1892ee, 86px 546px #1892ee, 1189px 1839px #1892ee, 655px 1742px #1892ee, 485px 1898px #1892ee, 1288px 1822px #1892ee, 1869px 1490px #1892ee, 1039px 290px #1892ee, 1638px 1386px #1892ee, 960px 1925px #1892ee, 757px 1047px #1892ee, 306px 357px #1892ee, 1103px 67px #1892ee, 471px 301px #1892ee, 303px 458px #1892ee, 1352px 913px #1892ee, 463px 978px #1892ee, 1360px 443px #1892ee, 232px 974px #1892ee, 1428px 286px #e10707, 1293px 476px #1892ee, 1567px 577px #1892ee, 1010px 1042px #e10707, 1210px 1927px #1892ee, 542px 1496px #1892ee, 1618px 35px #1892ee, 1866px 1522px #1892ee, 944px 857px #1892ee, 1430px 243px #1892ee, 1768px 1742px #1892ee, 1324px 757px #1892ee, 968px 1155px #1892ee, 794px 362px #1892ee, 1785px 227px #1892ee, 1468px 1530px #1892ee, 458px 1274px #1892ee, 404px 816px #1892ee, 1143px 1385px #1892ee, 543px 1921px #1892ee, 1947px 1937px #1892ee, 1729px 1045px #1892ee, 1479px 850px #1892ee, 1196px 1065px #1892ee, 1734px 1369px #1892ee, 1792px 1149px #1892ee, 706px 245px #1892ee, 1951px 57px #1892ee, 589px 897px #1892ee, 1818px 1666px #1892ee, 339px 527px #1892ee, 1535px 276px #1892ee, 926px 1176px #1892ee, 1574px 1643px #1892ee, 1431px 77px #1892ee, 596px 146px #1892ee, 367px 1666px #1892ee, 471px 479px #1892ee, 883px 802px #1892ee, 1939px 1095px #1892ee, 1798px 79px #1892ee, 887px 278px #1892ee, 367px 1304px #1892ee, 1408px 803px #1892ee, 269px 1452px #1892ee, 1136px 1540px #1892ee, 439px 1617px #1892ee, 59px 1624px #1892ee, 805px 1801px #1892ee, 928px 62px #1892ee, 596px 1271px #1892ee, 279px 264px #1892ee, 1245px 1607px #1892ee, 293px 635px #1892ee, 999px 1856px #1892ee, 971px 1547px #1892ee, 1884px 436px #1892ee, 1136px 153px #1892ee, 1522px 1544px #1892ee, 300px 1269px #1892ee, 547px 1031px #1892ee, 474px 1513px #1892ee, 1562px 790px #1892ee, 139px 969px #1892ee, 1862px 1440px #1892ee, 1004px 1609px #1892ee, 1907px 1062px #1892ee, 1615px 1398px #1892ee, 290px 196px #1892ee, 1755px 1620px #1892ee, 691px 961px #1892ee, 713px 189px #1892ee, 1430px 557px #1892ee, 1240px 705px #1892ee, 1256px 832px #1892ee, 718px 1643px #1892ee, 1554px 1181px #1892ee, 930px 288px #1892ee, 939px 889px #1892ee, 1109px 1215px #1892ee, 530px 193px #1892ee, 810px 1264px #1892ee, 1741px 1004px #1892ee, 1205px 1454px #1892ee, 588px 1738px #1892ee, 720px 1594px #1892ee, 369px 632px #1892ee, 1724px 1420px #1892ee, 955px 1084px #1892ee, 1292px 1945px #1892ee, 1497px 1758px #1892ee, 1686px 779px #1892ee, 743px 859px #1892ee, 1190px 1404px #1892ee, 620px 1779px #1892ee, 1584px 1429px #1892ee, 22px 1563px #1892ee, 1038px 485px #1892ee, 466px 34px #1892ee, 1592px 1627px #1892ee, 911px 675px #1892ee, 1679px 815px #1892ee, 1524px 574px #1892ee, 407px 768px #1892ee, 1420px 68px #1892ee, 1720px 1403px #1892ee, 1694px 508px #1892ee, 1244px 113px #1892ee, 1524px 1731px #1892ee, 453px 1548px #1892ee, 349px 1270px #1892ee, 1589px 1478px #1892ee, 668px 1338px #1892ee, 694px 906px #1892ee, 1199px 1188px #1892ee, 1891px 1537px #1892ee, 1017px 1922px #1892ee, 635px 1870px #1892ee, 1885px 853px #1892ee, 412px 1946px #1892ee, 1387px 558px #1892ee, 8px 1605px #1892ee, 90px 489px #1892ee, 953px 1056px #1892ee, 1780px 1845px #1892ee, 25px 1822px #1892ee, 255px 445px #1892ee, 1199px 59px #1892ee, 1088px 964px #1892ee, 136px 390px #1892ee, 1172px 1056px #1892ee, 746px 220px #1892ee, 942px 875px #1892ee, 1204px 1274px #1892ee, 1329px 1715px #1892ee, 356px 1353px #1892ee, 677px 1401px #1892ee, 1999px 1157px #1892ee, 1176px 1166px #1892ee, 59px 425px #1892ee, 1306px 27px #1892ee, 473px 889px #1892ee, 301px 186px #1892ee, 6px 162px #1892ee, 172px 1024px #1892ee, 213px 1545px #1892ee, 1957px 1959px #1892ee, 1034px 219px #1892ee, 1712px 157px #1892ee, 1249px 994px #1892ee, 1978px 586px #1892ee, 1257px 668px #1892ee, 1678px 602px #1892ee, 1344px 1044px #1892ee, 1376px 1339px #1892ee, 339px 625px #1892ee, 690px 1824px #1892ee, 1236px 1141px #1892ee, 863px 35px #1892ee, 1492px 1636px #1892ee, 1169px 1829px #1892ee, 970px 858px #1892ee, 573px 1415px #1892ee, 1412px 1033px #1892ee, 55px 988px #1892ee, 883px 890px #1892ee, 1215px 158px #1892ee, 1721px 1926px #1892ee, 1821px 845px #1892ee, 1029px 376px #1892ee, 1757px 1660px #1892ee, 588px 780px #1892ee, 1561px 1533px #1892ee, 53px 1347px #1892ee, 129px 1202px #1892ee, 1029px 818px #1892ee, 1199px 1026px #1892ee, 779px 1757px #1892ee, 1091px 1125px #1892ee, 1916px 955px #1892ee, 1028px 898px #1892ee, 475px 699px #1892ee, 29px 1340px #1892ee, 407px 966px #1892ee, 1495px 1652px #1892ee, 383px 418px #1892ee, 89px 1303px #1892ee, 464px 1328px #1892ee, 1002px 193px #1892ee, 1426px 1912px #1892ee, 944px 1994px #1892ee, 653px 1009px #1892ee, 93px 1669px #1892ee, 1909px 819px #1892ee, 1909px 1177px #1892ee, 1755px 400px #1892ee, 1726px 214px #1892ee, 346px 1209px #1892ee, 1312px 257px #1892ee, 300px 1818px #1892ee, 1783px 1669px #1892ee, 282px 1915px #1892ee, 545px 1947px #1892ee, 1886px 1482px #1892ee, 872px 499px #1892ee, 1160px 1161px #1892ee, 114px 501px #1892ee, 1818px 1186px #1892ee, 937px 928px #1892ee, 1074px 1413px #1892ee, 461px 417px #1892ee, 821px 1826px #1892ee, 1331px 164px #1892ee, 576px 160px #1892ee, 1371px 877px #1892ee, 1420px 170px #1892ee, 1970px 1780px #1892ee, 1519px 1955px #1892ee, 1033px 201px #1892ee, 479px 912px #1892ee, 1114px 1618px #1892ee, 1252px 575px #1892ee, 1055px 195px #1892ee, 1535px 674px #1892ee, 108px 1035px #1892ee, 405px 430px #1892ee, 52px 1577px #1892ee, 1655px 1px #1892ee, 301px 1255px #1892ee, 896px 944px #1892ee, 432px 1503px #1892ee, 597px 1320px #1892ee, 1093px 795px #1892ee, 1433px 903px #1892ee, 457px 1694px #1892ee, 650px 1981px #1892ee, 866px 1085px #1892ee, 1104px 669px #1892ee, 1053px 1922px #1892ee, 46px 335px #1892ee, 1442px 323px #1892ee, 427px 740px #1892ee, 1033px 729px #1892ee, 1021px 1259px #1892ee, 255px 848px #1892ee, 1524px 1460px #1892ee, 1139px 1351px #1892ee, 481px 103px #1892ee, 1139px 96px #1892ee, 1854px 1936px #1892ee, 858px 1083px #1892ee, 221px 306px #1892ee, 1984px 1964px #1892ee, 1235px 827px #1892ee, 268px 1219px #1892ee, 1206px 1792px #1892ee, 1987px 296px #1892ee, 1051px 1557px #1892ee, 18px 1760px #1892ee, 1774px 1226px #1892ee, 1732px 620px #1892ee, 1548px 894px #1892ee, 1751px 134px #1892ee, 1965px 956px #1892ee, 1162px 1090px #1892ee, 1497px 596px #1892ee, 1661px 165px #1892ee, 1818px 1125px #1892ee, 1920px 410px #1892ee, 201px 11px #1892ee, 1660px 691px #1892ee, 1652px 1933px #1892ee, 1115px 1313px #1892ee, 1453px 1375px #1892ee, 659px 1271px #1892ee, 97px 1649px #1892ee, 519px 424px #1892ee, 1014px 1881px #1892ee, 41px 1396px #1892ee, 926px 468px #1892ee, 1495px 1304px #1892ee, 598px 645px #1892ee, 665px 1684px #1892ee, 1592px 1602px #1892ee, 657px 1199px #1892ee, 437px 1725px #1892ee, 555px 144px #1892ee, 690px 1862px #1892ee, 1030px 1293px #1892ee, 1859px 1033px #1892ee, 1567px 368px #1892ee, 1834px 825px #1892ee, 556px 632px #1892ee, 257px 488px #1892ee, 872px 1333px #1892ee, 1353px 1918px #1892ee, 1410px 539px #1892ee, 575px 232px #1892ee, 1751px 1033px #1892ee, 674px 73px #1892ee, 424px 1779px #1892ee, 700px 1636px #1892ee, 698px 674px #1892ee, 360px 627px #1892ee, 6px 1741px #1892ee, 1249px 1554px #1892ee, 822px 1854px #1892ee, 1877px 1621px #1892ee, 1748px 1082px #1892ee, 1319px 284px #1892ee, 557px 547px #1892ee, 752px 813px #1892ee, 1251px 1206px #1892ee, 512px 273px #1892ee, 1423px 1817px #1892ee, 1860px 78px #1892ee, 1466px 397px #1892ee, 1232px 428px #1892ee, 894px 26px #1892ee, 617px 1171px #1892ee, 894px 1567px #1892ee, 506px 1762px #1892ee, 1110px 1077px #1892ee, 135px 1984px #1892ee, 121px 1px #1892ee, 219px 838px #1892ee, 1112px 567px #1892ee, 838px 1232px #1892ee, 1291px 1784px #1892ee, 1848px 486px #1892ee, 1748px 1286px #1892ee, 747px 448px #1892ee, 624px 683px #1892ee, 1643px 365px #1892ee, 696px 421px #1892ee, 1921px 1508px #1892ee, 917px 719px #1892ee, 1301px 1281px #1892ee, 1607px 1789px #1892ee, 1476px 738px #1892ee, 1822px 844px #1892ee, 540px 267px #1892ee, 1169px 805px #1892ee, 757px 1966px #1892ee, 290px 873px #1892ee, 1379px 1663px #1892ee, 1231px 109px #1892ee, 275px 1880px #1892ee, 513px 826px #1892ee, 1610px 1071px #1892ee, 1269px 469px #1892ee, 1403px 1162px #1892ee, 1450px 1100px #1892ee, 423px 1250px #1892ee, 522px 1503px #1892ee, 1804px 1723px #1892ee, 273px 385px #1892ee, 99px 190px #1892ee, 856px 1313px #1892ee, 566px 649px #1892ee, 419px 186px #1892ee, 1403px 1570px #1892ee, 1128px 1279px #1892ee, 1101px 417px #1892ee, 774px 1103px #1892ee, 1767px 1911px #1892ee, 503px 1453px #1892ee, 419px 1322px #1892ee, 1559px 1385px #1892ee, 879px 178px #1892ee, 1798px 213px #1892ee, 1495px 1913px #1892ee, 424px 1655px #1892ee, 1429px 1209px #1892ee, 784px 950px #1892ee, 1260px 1371px #1892ee, 1737px 676px #1892ee, 960px 1703px #1892ee, 100px 1616px #1892ee, 1055px 358px #1892ee, 383px 593px #1892ee, 378px 1679px #1892ee, 1678px 551px #1892ee, 667px 535px #1892ee, 380px 1547px #1892ee, 529px 1278px #1892ee, 1102px 340px #1892ee, 56px 952px #1892ee, 688px 1056px #1892ee, 1175px 165px #1892ee, 55px 1731px #1892ee, 556px 158px #1892ee, 155px 1792px #1892ee, 1349px 530px #1892ee, 860px 1211px #1892ee, 756px 1404px #1892ee, 677px 1668px #1892ee, 804px 79px #1892ee, 1808px 1519px #1892ee, 770px 1648px #1892ee, 1397px 1315px #1892ee, 1764px 401px #1892ee, 1816px 1371px #1892ee, 986px 548px #1892ee, 410px 1962px #1892ee, 759px 1769px #1892ee, 1189px 1239px #1892ee, 1675px 1769px #1892ee, 650px 908px #1892ee, 1915px 643px #1892ee, 1721px 629px #1892ee, 1351px 448px #1892ee, 741px 499px #1892ee, 608px 1620px #1892ee, 1437px 1563px #1892ee, 67px 739px #1892ee, 723px 436px #1892ee, 584px 1721px #1892ee, 1374px 1817px #1892ee, 987px 1161px #1892ee, 1800px 1444px #1892ee, 217px 447px #1892ee, 789px 1014px #1892ee, 1835px 1472px #1892ee, 1721px 1701px #1892ee, 1766px 1636px #1892ee, 587px 911px #1892ee, 1580px 430px #1892ee, 1299px 813px #1892ee, 729px 776px #1892ee, 957px 1664px #1892ee, 1514px 1042px #1892ee, 302px 22px #1892ee, 1354px 1884px #1892ee, 1644px 1390px #1892ee, 1514px 694px #1892ee, 985px 639px #1892ee, 1377px 977px #1892ee, 1453px 1490px #1892ee, 348px 433px #1892ee, 1879px 118px #1892ee, 672px 1209px #1892ee, 193px 65px #1892ee, 721px 1864px #1892ee, 370px 279px #1892ee, 1498px 334px #1892ee, 1811px 1289px #1892ee, 1133px 1980px #1892ee, 1194px 1099px #1892ee, 1903px 336px #1892ee, 262px 550px #1892ee, 1974px 239px #1892ee, 444px 1834px #1892ee, 1516px 1798px #1892ee, 1178px 560px #1892ee, 245px 442px #1892ee, 963px 1053px #1892ee, 1689px 1391px #1892ee, 1063px 453px #1892ee, 19px 504px #1892ee, 1541px 121px #1892ee, 1224px 184px #1892ee, 276px 834px #1892ee, 271px 332px #1892ee, 202px 198px #1892ee, 1282px 1599px #1892ee, 1739px 206px #1892ee, 474px 1000px #1892ee, 959px 1358px #1892ee, 1509px 1476px #1892ee, 14px 1772px #1892ee, 1680px 338px #1892ee, 1923px 1912px #1892ee, 227px 945px #1892ee, 1032px 1750px #1892ee, 113px 602px #1892ee, 1816px 35px #1892ee, 1958px 1850px #1892ee, 1285px 266px #1892ee, 314px 1711px #1892ee, 717px 382px #1892ee, 1929px 1444px #1892ee, 47px 581px #1892ee, 1843px 1588px #1892ee, 1971px 1248px #1892ee, 802px 823px #1892ee, 555px 377px #1892ee, 1694px 6px #1892ee, 54px 1157px #1892ee, 936px 1563px #1892ee, 476px 1611px #1892ee, 1841px 895px #1892ee, 1220px 1807px #1892ee, 434px 319px #1892ee, 1877px 1898px #1892ee, 1618px 96px #1892ee, 1619px 766px #1892ee, 988px 1479px #1892ee, 243px 584px #1892ee, 716px 372px #1892ee, 12px 1163px #1892ee, 1330px 1087px #1892ee, 1951px 1742px #1892ee, 992px 391px #1892ee, 1912px 423px #1892ee, 1556px 1260px #1892ee, 425px 1610px #1892ee, 1967px 311px #1892ee, 171px 1264px #1892ee, 1619px 1979px #1892ee, 844px 1505px #1892ee, 230px 530px #1892ee, 1192px 1256px #1892ee, 787px 784px #1892ee, 511px 452px #1892ee, 941px 225px #1892ee, 300px 1290px #1892ee, 623px 1230px #1892ee, 1033px 410px #1892ee, 106px 1128px #1892ee, 496px 374px #1892ee, 1854px 1442px #1892ee, 1454px 102px #1892ee, 1802px 1119px #1892ee, 293px 189px #1892ee, 1057px 1157px #1892ee, 1034px 746px #1892ee, 603px 1884px #1892ee, 962px 1101px #1892ee, 1600px 1938px #1892ee, 1365px 1782px #1892ee, 1945px 1064px #1892ee, 716px 797px #1892ee, 641px 940px #1892ee, 1553px 1351px #1892ee, 134px 1908px #1892ee, 1496px 1943px #1892ee, 1991px 1344px #1892ee, 1713px 317px #1892ee, 1990px 14px #1892ee, 366px 422px #1892ee, 1379px 1799px #1892ee, 433px 709px #1892ee, 1795px 1802px #1892ee, 1880px 802px #1892ee, 210px 1619px #1892ee, 838px 1297px #1892ee, 1352px 1948px #1892ee, 1779px 1407px #1892ee, 1870px 528px #1892ee, 678px 1675px #1892ee, 1609px 1623px #1892ee, 1726px 693px #1892ee, 1936px 1722px #1892ee, 744px 1404px #1892ee, 591px 815px #1892ee, 366px 151px #1892ee, 91px 253px #1892ee, 1304px 894px #1892ee, 771px 1563px #1892ee, 1327px 874px #1892ee, 1845px 1709px #1892ee, 1055px 966px #1892ee, 678px 1113px #1892ee, 1604px 1747px #1892ee, 1386px 670px #1892ee, 116px 165px #1892ee, 252px 940px #1892ee, 1452px 1266px #1892ee, 209px 1830px #1892ee, 514px 1316px #1892ee, 1252px 500px #1892ee, 1104px 1951px #1892ee, 667px 1001px #1892ee, 238px 1807px #1892ee, 1768px 856px #1892ee, 183px 1701px #1892ee, 1498px 865px #1892ee, 1671px 594px #1892ee, 626px 645px #1892ee, 1175px 244px #1892ee, 156px 1336px #1892ee, 1853px 752px #1892ee, 1736px 1692px #1892ee, 197px 607px #1892ee, 3px 1107px #1892ee, 840px 791px #1892ee, 1511px 1639px #1892ee, 1721px 109px #1892ee;
animation: animStar 50s linear infinite;
}
#stars:after {
content: " ";
width: 3px;
height: 3px;
background: transparent;
box-shadow: 915px 1637px #1892ee, 470px 1361px #1892ee, 795px 684px #1892ee, 1533px 1473px #1892ee, 431px 230px #1892ee, 538px 1219px #1892ee, 696px 169px #1892ee, 689px 819px #1892ee, 976px 1777px #1892ee, 1026px 718px #1892ee, 892px 845px #1892ee, 519px 1215px #1892ee, 869px 1455px #1892ee, 526px 595px #1892ee, 1740px 1188px #1892ee, 481px 1276px #1892ee, 46px 1149px #1892ee, 1065px 1528px #1892ee, 468px 1701px #1892ee, 347px 880px #1892ee, 1901px 893px #1892ee, 1498px 1952px #1892ee, 45px 77px #1892ee, 7px 1395px #1892ee, 1897px 785px #1892ee, 1154px 1429px #1892ee, 1495px 1690px #1892ee, 1858px 1863px #1892ee, 979px 1142px #1892ee, 1533px 1853px #1892ee, 808px 660px #1892ee, 112px 279px #1892ee, 162px 1964px #1892ee, 1465px 1101px #1892ee, 1384px 1888px #1892ee, 1129px 1398px #1892ee, 260px 1116px #1892ee, 1985px 903px #1892ee, 691px 1174px #1892ee, 462px 371px #1892ee, 606px 1414px #1892ee, 83px 1868px #1892ee, 850px 1478px #1892ee, 1480px 1148px #1892ee, 1289px 1108px #1892ee, 267px 856px #1892ee, 78px 872px #1892ee, 245px 1600px #1892ee, 1128px 1555px #1892ee, 669px 805px #1892ee, 263px 913px #1892ee, 1572px 1285px #1892ee, 187px 1912px #1892ee, 1449px 1344px #1892ee, 1697px 686px #1892ee, 1327px 1580px #1892ee, 867px 337px #1892ee, 1909px 987px #1892ee, 555px 1650px #1892ee, 757px 623px #1892ee, 1779px 676px #1892ee, 1264px 1806px #1892ee, 409px 626px #1892ee, 227px 103px #1892ee, 1039px 292px #1892ee, 266px 718px #1892ee, 1869px 1153px #1892ee, 713px 1334px #1892ee, 793px 1979px #1892ee, 1752px 1665px #1892ee, 705px 1343px #1892ee, 731px 1971px #1892ee, 1279px 1193px #1892ee, 1790px 1755px #1892ee, 1016px 300px #1892ee, 1125px 988px #1892ee, 1320px 475px #1892ee, 1404px 693px #1892ee, 993px 1178px #1892ee, 852px 1544px #1892ee, 1807px 1458px #1892ee, 65px 1126px #1892ee, 1426px 1953px #1892ee, 152px 1420px #1892ee, 75px 209px #1892ee, 319px 199px #1892ee, 328px 1358px #1892ee, 1541px 1497px #1892ee, 557px 1452px #1892ee, 944px 1337px #1892ee, 611px 1491px #1892ee, 947px 1857px #1892ee, 325px 934px #1892ee, 86px 546px #1892ee, 1189px 1839px #1892ee, 655px 1742px #1892ee, 485px 1898px #1892ee, 1288px 1822px #1892ee, 1869px 1490px #1892ee, 1039px 290px #1892ee, 1638px 1386px #1892ee, 960px 1925px #1892ee, 757px 1047px #1892ee, 306px 357px #1892ee, 1103px 67px #1892ee, 471px 301px #1892ee, 303px 458px #1892ee, 1352px 913px #1892ee, 463px 978px #1892ee, 1360px 443px #1892ee, 232px 974px #1892ee, 1428px 286px #1892ee, 1293px 476px #1892ee, 1567px 577px #1892ee, 1010px 1042px #1892ee, 1210px 1927px #1892ee, 542px 1496px #1892ee, 1618px 35px #1892ee, 1866px 1522px #1892ee, 944px 857px #1892ee, 1430px 243px #1892ee, 1768px 1742px #1892ee, 1324px 757px #1892ee, 968px 1155px #1892ee, 794px 362px #1892ee, 1785px 227px #1892ee, 1468px 1530px #1892ee, 458px 1274px #1892ee, 404px 816px #1892ee, 1143px 1385px #1892ee, 543px 1921px #1892ee, 1947px 1937px #1892ee, 1729px 1045px #1892ee, 1479px 850px #1892ee, 1196px 1065px #1892ee, 1734px 1369px #1892ee, 1792px 1149px #1892ee, 706px 245px #1892ee, 1951px 57px #1892ee, 589px 897px #1892ee, 1818px 1666px #1892ee, 339px 527px #1892ee, 1535px 276px #1892ee, 926px 1176px #1892ee, 1574px 1643px #1892ee, 1431px 77px #1892ee, 596px 146px #1892ee, 367px 1666px #1892ee, 471px 479px #1892ee, 883px 802px #1892ee, 1939px 1095px #1892ee, 1798px 79px #1892ee, 887px 278px #1892ee, 367px 1304px #1892ee, 1408px 803px #1892ee, 269px 1452px #1892ee, 1136px 1540px #1892ee, 439px 1617px #1892ee, 59px 1624px #1892ee, 805px 1801px #1892ee, 928px 62px #1892ee, 596px 1271px #1892ee, 279px 264px #1892ee, 1245px 1607px #1892ee, 293px 635px #1892ee, 999px 1856px #1892ee, 971px 1547px #1892ee, 1884px 436px #1892ee, 1136px 153px #1892ee, 1522px 1544px #1892ee, 300px 1269px #1892ee, 547px 1031px #1892ee, 474px 1513px #1892ee, 1562px 790px #1892ee, 139px 969px #1892ee, 1862px 1440px #1892ee, 1004px 1609px #1892ee, 1907px 1062px #1892ee, 1615px 1398px #1892ee, 290px 196px #1892ee, 1755px 1620px #1892ee, 691px 961px #1892ee, 713px 189px #1892ee, 1430px 557px #1892ee, 1240px 705px #1892ee, 1256px 832px #1892ee, 718px 1643px #1892ee, 1554px 1181px #1892ee, 930px 288px #1892ee, 939px 889px #1892ee, 1109px 1215px #1892ee, 530px 193px #1892ee, 810px 1264px #1892ee, 1741px 1004px #1892ee, 1205px 1454px #1892ee, 588px 1738px #1892ee, 720px 1594px #1892ee, 369px 632px #1892ee, 1724px 1420px #1892ee, 955px 1084px #1892ee, 1292px 1945px #1892ee, 1497px 1758px #1892ee, 1686px 779px #1892ee, 743px 859px #1892ee, 1190px 1404px #1892ee, 620px 1779px #1892ee, 1584px 1429px #1892ee, 22px 1563px #1892ee, 1038px 485px #1892ee, 466px 34px #1892ee, 1592px 1627px #1892ee, 911px 675px #1892ee, 1679px 815px #1892ee, 1524px 574px #1892ee, 407px 768px #1892ee, 1420px 68px #1892ee, 1720px 1403px #1892ee, 1694px 508px #1892ee, 1244px 113px #1892ee, 1524px 1731px #1892ee, 453px 1548px #1892ee, 349px 1270px #1892ee, 1589px 1478px #1892ee, 668px 1338px #1892ee, 694px 906px #1892ee, 1199px 1188px #1892ee, 1891px 1537px #1892ee, 1017px 1922px #1892ee, 635px 1870px #1892ee, 1885px 853px #1892ee, 412px 1946px #1892ee, 1387px 558px #1892ee, 8px 1605px #1892ee, 90px 489px #1892ee, 953px 1056px #1892ee, 1780px 1845px #1892ee, 25px 1822px #1892ee, 255px 445px #1892ee, 1199px 59px #1892ee, 1088px 964px #1892ee, 136px 390px #1892ee, 1172px 1056px #1892ee, 746px 220px #1892ee, 942px 875px #1892ee, 1204px 1274px #1892ee, 1329px 1715px #1892ee, 356px 1353px #1892ee, 677px 1401px #1892ee, 1999px 1157px #1892ee, 1176px 1166px #1892ee, 59px 425px #1892ee, 1306px 27px #1892ee, 473px 889px #1892ee, 301px 186px #1892ee, 6px 162px #1892ee, 172px 1024px #1892ee, 213px 1545px #1892ee, 1957px 1959px #1892ee, 1034px 219px #1892ee, 1712px 157px #1892ee, 1249px 994px #1892ee, 1978px 586px #1892ee, 1257px 668px #1892ee, 1678px 602px #1892ee, 1344px 1044px #1892ee, 1376px 1339px #1892ee, 339px 625px #1892ee, 690px 1824px #1892ee, 1236px 1141px #1892ee, 863px 35px #1892ee, 1492px 1636px #1892ee, 1169px 1829px #1892ee, 970px 858px #1892ee, 573px 1415px #1892ee, 1412px 1033px #1892ee, 55px 988px #1892ee, 883px 890px #1892ee, 1215px 158px #1892ee, 1721px 1926px #1892ee, 1821px 845px #1892ee, 1029px 376px #1892ee, 1757px 1660px #1892ee, 588px 780px #1892ee, 1561px 1533px #1892ee, 53px 1347px #1892ee, 129px 1202px #1892ee, 1029px 818px #1892ee, 1199px 1026px #1892ee, 779px 1757px #1892ee, 1091px 1125px #1892ee, 1916px 955px #1892ee, 1028px 898px #1892ee, 475px 699px #1892ee, 29px 1340px #1892ee, 407px 966px #1892ee, 1495px 1652px #1892ee, 383px 418px #1892ee, 89px 1303px #1892ee, 464px 1328px #1892ee, 1002px 193px #1892ee, 1426px 1912px #1892ee, 944px 1994px #1892ee, 653px 1009px #1892ee, 93px 1669px #1892ee, 1909px 819px #1892ee, 1909px 1177px #1892ee, 1755px 400px #1892ee, 1726px 214px #1892ee, 346px 1209px #1892ee, 1312px 257px #1892ee, 300px 1818px #1892ee, 1783px 1669px #1892ee, 282px 1915px #1892ee, 545px 1947px #1892ee, 1886px 1482px #1892ee, 872px 499px #1892ee, 1160px 1161px #1892ee, 114px 501px #1892ee, 1818px 1186px #1892ee, 937px 928px #1892ee, 1074px 1413px #1892ee, 461px 417px #1892ee, 821px 1826px #1892ee, 1331px 164px #1892ee, 576px 160px #1892ee, 1371px 877px #1892ee, 1420px 170px #1892ee, 1970px 1780px #1892ee, 1519px 1955px #1892ee, 1033px 201px #1892ee, 479px 912px #1892ee, 1114px 1618px #1892ee, 1252px 575px #1892ee, 1055px 195px #1892ee, 1535px 674px #1892ee, 108px 1035px #1892ee, 405px 430px #1892ee, 52px 1577px #1892ee, 1655px 1px #1892ee, 301px 1255px #1892ee, 896px 944px #1892ee, 432px 1503px #1892ee, 597px 1320px #1892ee, 1093px 795px #1892ee, 1433px 903px #1892ee, 457px 1694px #1892ee, 650px 1981px #1892ee, 866px 1085px #1892ee, 1104px 669px #1892ee, 1053px 1922px #1892ee, 46px 335px #1892ee, 1442px 323px #1892ee, 427px 740px #1892ee, 1033px 729px #1892ee, 1021px 1259px #1892ee, 255px 848px #1892ee, 1524px 1460px #1892ee, 1139px 1351px #1892ee, 481px 103px #1892ee, 1139px 96px #1892ee, 1854px 1936px #1892ee, 858px 1083px #1892ee, 221px 306px #1892ee, 1984px 1964px #1892ee, 1235px 827px #1892ee, 268px 1219px #1892ee, 1206px 1792px #1892ee, 1987px 296px #1892ee, 1051px 1557px #1892ee, 18px 1760px #1892ee, 1774px 1226px #1892ee, 1732px 620px #1892ee, 1548px 894px #1892ee, 1751px 134px #1892ee, 1965px 956px #1892ee, 1162px 1090px #1892ee, 1497px 596px #1892ee, 1661px 165px #1892ee, 1818px 1125px #1892ee, 1920px 410px #1892ee, 201px 11px #1892ee, 1660px 691px #1892ee, 1652px 1933px #1892ee, 1115px 1313px #1892ee, 1453px 1375px #1892ee, 659px 1271px #1892ee, 97px 1649px #1892ee, 519px 424px #1892ee, 1014px 1881px #1892ee, 41px 1396px #1892ee, 926px 468px #1892ee, 1495px 1304px #1892ee, 598px 645px #1892ee, 665px 1684px #1892ee, 1592px 1602px #1892ee, 657px 1199px #1892ee, 437px 1725px #1892ee, 555px 144px #1892ee, 690px 1862px #1892ee, 1030px 1293px #1892ee, 1859px 1033px #1892ee, 1567px 368px #1892ee, 1834px 825px #1892ee, 556px 632px #1892ee, 257px 488px #1892ee, 872px 1333px #1892ee, 1353px 1918px #1892ee, 1410px 539px #1892ee, 575px 232px #1892ee, 1751px 1033px #1892ee, 674px 73px #1892ee, 424px 1779px #1892ee, 700px 1636px #1892ee, 698px 674px #1892ee, 360px 627px #1892ee, 6px 1741px #1892ee, 1249px 1554px #1892ee, 822px 1854px #1892ee, 1877px 1621px #1892ee, 1748px 1082px #1892ee, 1319px 284px #1892ee, 557px 547px #1892ee, 752px 813px #1892ee, 1251px 1206px #1892ee, 512px 273px #1892ee, 1423px 1817px #1892ee, 1860px 78px #1892ee, 1466px 397px #1892ee, 1232px 428px #1892ee, 894px 26px #1892ee, 617px 1171px #1892ee, 894px 1567px #1892ee, 506px 1762px #1892ee, 1110px 1077px #1892ee, 135px 1984px #1892ee, 121px 1px #1892ee, 219px 838px #1892ee, 1112px 567px #1892ee, 838px 1232px #1892ee, 1291px 1784px #1892ee, 1848px 486px #1892ee, 1748px 1286px #1892ee, 747px 448px #1892ee, 624px 683px #1892ee, 1643px 365px #1892ee, 696px 421px #1892ee, 1921px 1508px #1892ee, 917px 719px #1892ee, 1301px 1281px #1892ee, 1607px 1789px #1892ee, 1476px 738px #1892ee, 1822px 844px #1892ee, 540px 267px #1892ee, 1169px 805px #1892ee, 757px 1966px #1892ee, 290px 873px #1892ee, 1379px 1663px #1892ee, 1231px 109px #1892ee, 275px 1880px #1892ee, 513px 826px #1892ee, 1610px 1071px #1892ee, 1269px 469px #1892ee, 1403px 1162px #1892ee, 1450px 1100px #1892ee, 423px 1250px #1892ee, 522px 1503px #1892ee, 1804px 1723px #1892ee, 273px 385px #1892ee, 99px 190px #1892ee, 856px 1313px #1892ee, 566px 649px #1892ee, 419px 186px #1892ee, 1403px 1570px #1892ee, 1128px 1279px #1892ee, 1101px 417px #1892ee, 774px 1103px #1892ee, 1767px 1911px #1892ee, 503px 1453px #1892ee, 419px 1322px #1892ee, 1559px 1385px #1892ee, 879px 178px #1892ee, 1798px 213px #1892ee, 1495px 1913px #1892ee, 424px 1655px #1892ee, 1429px 1209px #1892ee, 784px 950px #1892ee, 1260px 1371px #1892ee, 1737px 676px #1892ee, 960px 1703px #1892ee, 100px 1616px #1892ee, 1055px 358px #1892ee, 383px 593px #1892ee, 378px 1679px #1892ee, 1678px 551px #1892ee, 667px 535px #1892ee, 380px 1547px #1892ee, 529px 1278px #1892ee, 1102px 340px #1892ee, 56px 952px #1892ee, 688px 1056px #1892ee, 1175px 165px #1892ee, 55px 1731px #1892ee, 556px 158px #1892ee, 155px 1792px #1892ee, 1349px 530px #1892ee, 860px 1211px #1892ee, 756px 1404px #1892ee, 677px 1668px #1892ee, 804px 79px #1892ee, 1808px 1519px #1892ee, 770px 1648px #1892ee, 1397px 1315px #1892ee, 1764px 401px #1892ee, 1816px 1371px #1892ee, 986px 548px #1892ee, 410px 1962px #1892ee, 759px 1769px #1892ee, 1189px 1239px #1892ee, 1675px 1769px #1892ee, 650px 908px #1892ee, 1915px 643px #1892ee, 1721px 629px #1892ee, 1351px 448px #1892ee, 741px 499px #1892ee, 608px 1620px #1892ee, 1437px 1563px #1892ee, 67px 739px #1892ee, 723px 436px #1892ee, 584px 1721px #1892ee, 1374px 1817px #1892ee, 987px 1161px #1892ee, 1800px 1444px #1892ee, 217px 447px #1892ee, 789px 1014px #1892ee, 1835px 1472px #1892ee, 1721px 1701px #1892ee, 1766px 1636px #1892ee, 587px 911px #1892ee, 1580px 430px #1892ee, 1299px 813px #1892ee, 729px 776px #1892ee, 957px 1664px #1892ee, 1514px 1042px #1892ee, 302px 22px #1892ee, 1354px 1884px #1892ee, 1644px 1390px #1892ee, 1514px 694px #1892ee, 985px 639px #1892ee, 1377px 977px #1892ee, 1453px 1490px #1892ee, 348px 433px #1892ee, 1879px 118px #1892ee, 672px 1209px #1892ee, 193px 65px #1892ee, 721px 1864px #1892ee, 370px 279px #1892ee, 1498px 334px #1892ee, 1811px 1289px #1892ee, 1133px 1980px #1892ee, 1194px 1099px #1892ee, 1903px 336px #1892ee, 262px 550px #1892ee, 1974px 239px #1892ee, 444px 1834px #1892ee, 1516px 1798px #1892ee, 1178px 560px #1892ee, 245px 442px #1892ee, 963px 1053px #1892ee, 1689px 1391px #1892ee, 1063px 453px #1892ee, 19px 504px #1892ee, 1541px 121px #1892ee, 1224px 184px #1892ee, 276px 834px #1892ee, 271px 332px #1892ee, 202px 198px #1892ee, 1282px 1599px #1892ee, 1739px 206px #1892ee, 474px 1000px #1892ee, 959px 1358px #1892ee, 1509px 1476px #1892ee, 14px 1772px #1892ee, 1680px 338px #1892ee, 1923px 1912px #1892ee, 227px 945px #1892ee, 1032px 1750px #1892ee, 113px 602px #1892ee, 1816px 35px #1892ee, 1958px 1850px #1892ee, 1285px 266px #1892ee, 314px 1711px #1892ee, 717px 382px #1892ee, 1929px 1444px #1892ee, 47px 581px #1892ee, 1843px 1588px #1892ee, 1971px 1248px #1892ee, 802px 823px #1892ee, 555px 377px #1892ee, 1694px 6px #1892ee, 54px 1157px #1892ee, 936px 1563px #1892ee, 476px 1611px #1892ee, 1841px 895px #1892ee, 1220px 1807px #1892ee, 434px 319px #1892ee, 1877px 1898px #1892ee, 1618px 96px #1892ee, 1619px 766px #1892ee, 988px 1479px #1892ee, 243px 584px #1892ee, 716px 372px #1892ee, 12px 1163px #1892ee, 1330px 1087px #1892ee, 1951px 1742px #1892ee, 992px 391px #1892ee, 1912px 423px #1892ee, 1556px 1260px #1892ee, 425px 1610px #1892ee, 1967px 311px #1892ee, 171px 1264px #1892ee, 1619px 1979px #1892ee, 844px 1505px #1892ee, 230px 530px #1892ee, 1192px 1256px #1892ee, 787px 784px #1892ee, 511px 452px #1892ee, 941px 225px #1892ee, 300px 1290px #1892ee, 623px 1230px #1892ee, 1033px 410px #1892ee, 106px 1128px #1892ee, 496px 374px #1892ee, 1854px 1442px #1892ee, 1454px 102px #1892ee, 1802px 1119px #1892ee, 293px 189px #1892ee, 1057px 1157px #1892ee, 1034px 746px #1892ee, 603px 1884px #1892ee, 962px 1101px #1892ee, 1600px 1938px #1892ee, 1365px 1782px #1892ee, 1945px 1064px #1892ee, 716px 797px #1892ee, 641px 940px #1892ee, 1553px 1351px #1892ee, 134px 1908px #1892ee, 1496px 1943px #1892ee, 1991px 1344px #1892ee, 1713px 317px #1892ee, 1990px 14px #1892ee, 366px 422px #1892ee, 1379px 1799px #1892ee, 433px 709px #1892ee, 1795px 1802px #1892ee, 1880px 802px #1892ee, 210px 1619px #1892ee, 838px 1297px #1892ee, 1352px 1948px #1892ee, 1779px 1407px #1892ee, 1870px 528px #1892ee, 678px 1675px #1892ee, 1609px 1623px #1892ee, 1726px 693px #1892ee, 1936px 1722px #1892ee, 744px 1404px #1892ee, 591px 815px #1892ee, 366px 151px #1892ee, 91px 253px #1892ee, 1304px 894px #1892ee, 771px 1563px #1892ee, 1327px 874px #1892ee, 1845px 1709px #1892ee, 1055px 966px #1892ee, 678px 1113px #1892ee, 1604px 1747px #1892ee, 1386px 670px #1892ee, 116px 165px #1892ee, 252px 940px #1892ee, 1452px 1266px #1892ee, 209px 1830px #1892ee, 514px 1316px #1892ee, 1252px 500px #1892ee, 1104px 1951px #1892ee, 667px 1001px #1892ee, 238px 1807px #1892ee, 1768px 856px #1892ee, 183px 1701px #1892ee, 1498px 865px #1892ee, 1671px 594px #1892ee, 626px 645px #1892ee, 1175px 244px #1892ee, 156px 1336px #1892ee, 1853px 752px #1892ee, 1736px 1692px #1892ee, 197px 607px #1892ee, 3px 1107px #1892ee, 840px 791px #1892ee, 1511px 1639px #1892ee, 1721px 109px #1892ee;
}
#stars2 {
width: 4px;
height: 4px;
background: transparent;
opacity:0.6;
box-shadow: 1000px 1439px #e10707, 635px 948px #e10707, 1665px 1551px #e10707, 431px 1153px #e10707, 1457px 1810px #e10707, 26px 1853px #e10707, 1599px 1504px #e10707, 786px 1744px #e10707, 1992px 1601px #e10707, 997px 1310px #e10707, 1752px 36px #e10707, 865px 960px #e10707, 1775px 1428px #e10707, 489px 214px #e10707, 1927px 1505px #e10707, 1829px 1099px #e10707, 829px 393px #e10707, 1490px 1779px #e10707, 854px 1474px #e10707, 565px 96px #e10707, 1158px 1017px #e10707, 1801px 1811px #e10707, 1004px 956px #e10707, 176px 396px #e10707, 1773px 768px #e10707, 1340px 1621px #e10707, 495px 1845px #e10707, 1111px 329px #e10707, 467px 791px #e10707, 639px 1115px #e10707, 1677px 571px #e10707, 1460px 254px #e10707, 733px 1254px #e10707, 215px 823px #e10707, 53px 76px #e10707, 1492px 1673px #e10707, 1935px 1365px #e10707, 758px 483px #e10707, 762px 48px #e10707, 153px 1066px #e10707, 663px 513px #e10707, 866px 398px #e10707, 1604px 1731px #e10707, 518px 1644px #e10707, 597px 88px #e10707, 1751px 1163px #e10707, 237px 1389px #e10707, 284px 1154px #e10707, 1452px 1059px #e10707, 1419px 1080px #e10707, 2000px 1633px #e10707, 675px 1017px #e10707, 247px 211px #e10707, 1935px 1598px #e10707, 1129px 1438px #e10707, 149px 1268px #e10707, 814px 1315px #e10707, 1581px 1833px #e10707, 338px 534px #e10707, 1973px 92px #e10707, 1178px 1551px #e10707, 1088px 1015px #e10707, 1202px 1165px #e10707, 1421px 1762px #e10707, 630px 971px #e10707, 1070px 700px #e10707, 1937px 379px #e10707, 1282px 191px #e10707, 1936px 717px #e10707, 1916px 1763px #e10707, 1123px 1263px #e10707, 306px 1344px #e10707, 1838px 1863px #e10707, 1043px 314px #e10707, 1807px 1705px #e10707, 1195px 1525px #e10707, 81px 1563px #e10707, 1371px 924px #e10707, 22px 1368px #e10707, 556px 476px #e10707, 1293px 1244px #e10707, 107px 816px #e10707, 148px 1377px #e10707, 1375px 1874px #e10707, 1157px 1166px #e10707, 1481px 220px #e10707, 354px 448px #e10707, 143px 1410px #e10707, 698px 1111px #e10707, 770px 868px #e10707, 1891px 751px #e10707, 144px 1745px #e10707, 1494px 1842px #e10707, 294px 1457px #e10707, 42px 1416px #e10707, 14px 1113px #e10707, 862px 1754px #e10707, 1925px 694px #e10707, 124px 504px #e10707, 229px 1224px #e10707, 965px 18px #e10707, 1805px 1890px #e10707, 425px 168px #e10707, 1604px 897px #e10707, 782px 1547px #e10707, 1238px 1892px #e10707, 1735px 1326px #e10707, 1036px 920px #e10707, 423px 556px #e10707, 825px 1318px #e10707, 163px 772px #e10707, 514px 282px #e10707, 206px 452px #e10707, 1644px 1767px #e10707, 840px 1358px #e10707, 811px 1460px #e10707, 952px 484px #e10707, 1354px 773px #e10707, 533px 1255px #e10707, 1587px 1738px #e10707, 477px 1343px #e10707, 892px 1729px #e10707, 1858px 26px #e10707, 1063px 281px #e10707, 1849px 1420px #e10707, 829px 1003px #e10707, 525px 958px #e10707, 748px 701px #e10707, 1147px 555px #e10707, 781px 1981px #e10707, 230px 226px #e10707, 1075px 366px #e10707, 14px 1242px #e10707, 564px 580px #e10707, 890px 71px #e10707, 93px 194px #e10707, 356px 1353px #e10707, 413px 1395px #e10707, 1492px 618px #e10707, 221px 833px #e10707, 244px 680px #e10707, 524px 1624px #e10707, 1759px 929px #e10707, 1937px 1893px #e10707, 1127px 360px #e10707, 921px 466px #e10707, 333px 628px #e10707, 1472px 1527px #e10707, 1210px 1793px #e10707, 844px 696px #e10707, 177px 1598px #e10707, 147px 393px #e10707, 18px 1621px #e10707, 1786px 1008px #e10707, 1089px 1232px #e10707, 660px 1924px #e10707, 1393px 555px #e10707, 1009px 1674px #e10707, 1972px 1868px #e10707, 874px 1383px #e10707, 340px 10px #e10707, 1138px 127px #e10707, 710px 932px #e10707, 1750px 564px #e10707, 756px 501px #e10707, 84px 192px #e10707, 966px 361px #e10707, 883px 77px #e10707, 1919px 1369px #e10707, 125px 347px #e10707, 1372px 1217px #e10707, 1719px 268px #e10707, 543px 1467px #e10707, 1297px 1272px #e10707, 1280px 1902px #e10707, 278px 1920px #e10707, 378px 1799px #e10707, 727px 1600px #e10707, 49px 1814px #e10707, 1740px 1397px #e10707, 396px 806px #e10707, 407px 131px #e10707, 204px 1087px #e10707, 1809px 1496px #e10707, 600px 470px #e10707, 1091px 1264px #e10707, 300px 793px #e10707, 1339px 51px #e10707, 1285px 1146px #e10707, 1931px 549px #e10707, 275px 1844px #e10707, 796px 1109px #e10707, 544px 1926px #e10707, 1600px 344px #e10707, 1601px 983px #e10707, 506px 1785px #e10707, 1213px 1358px #e10707, 409px 330px #e10707, 1699px 56px #e10707, 334px 649px #e10707;
animation: animStar 100s linear infinite;
}
#stars2:after {
content: " ";
width: 3px;
height: 3px;
background: transparent;
box-shadow: 1000px 1439px #FFF, 635px 948px #FFF, 1665px 1551px #FFF, 431px 1153px #FFF, 1457px 1810px #FFF, 26px 1853px #FFF, 1599px 1504px #FFF, 786px 1744px #FFF, 1992px 1601px #FFF, 997px 1310px #FFF, 1752px 36px #FFF, 865px 960px #FFF, 1775px 1428px #FFF, 489px 214px #FFF, 1927px 1505px #FFF, 1829px 1099px #FFF, 829px 393px #FFF, 1490px 1779px #FFF, 854px 1474px #FFF, 565px 96px #FFF, 1158px 1017px #FFF, 1801px 1811px #FFF, 1004px 956px #FFF, 176px 396px #FFF, 1773px 768px #FFF, 1340px 1621px #FFF, 495px 1845px #FFF, 1111px 329px #FFF, 467px 791px #FFF, 639px 1115px #FFF, 1677px 571px #FFF, 1460px 254px #FFF, 733px 1254px #FFF, 215px 823px #FFF, 53px 76px #FFF, 1492px 1673px #FFF, 1935px 1365px #FFF, 758px 483px #FFF, 762px 48px #FFF, 153px 1066px #FFF, 663px 513px #FFF, 866px 398px #FFF, 1604px 1731px #FFF, 518px 1644px #FFF, 597px 88px #FFF, 1751px 1163px #FFF, 237px 1389px #FFF, 284px 1154px #FFF, 1452px 1059px #FFF, 1419px 1080px #FFF, 2000px 1633px #FFF, 675px 1017px #FFF, 247px 211px #FFF, 1935px 1598px #FFF, 1129px 1438px #FFF, 149px 1268px #FFF, 814px 1315px #FFF, 1581px 1833px #FFF, 338px 534px #FFF, 1973px 92px #FFF, 1178px 1551px #FFF, 1088px 1015px #FFF, 1202px 1165px #FFF, 1421px 1762px #FFF, 630px 971px #FFF, 1070px 700px #FFF, 1937px 379px #FFF, 1282px 191px #FFF, 1936px 717px #FFF, 1916px 1763px #FFF, 1123px 1263px #FFF, 306px 1344px #FFF, 1838px 1863px #FFF, 1043px 314px #FFF, 1807px 1705px #FFF, 1195px 1525px #FFF, 81px 1563px #FFF, 1371px 924px #FFF, 22px 1368px #FFF, 556px 476px #FFF, 1293px 1244px #FFF, 107px 816px #FFF, 148px 1377px #FFF, 1375px 1874px #FFF, 1157px 1166px #FFF, 1481px 220px #FFF, 354px 448px #FFF, 143px 1410px #FFF, 698px 1111px #FFF, 770px 868px #FFF, 1891px 751px #FFF, 144px 1745px #FFF, 1494px 1842px #FFF, 294px 1457px #FFF, 42px 1416px #FFF, 14px 1113px #FFF, 862px 1754px #FFF, 1925px 694px #FFF, 124px 504px #FFF, 229px 1224px #FFF, 965px 18px #FFF, 1805px 1890px #FFF, 425px 168px #FFF, 1604px 897px #FFF, 782px 1547px #FFF, 1238px 1892px #FFF, 1735px 1326px #FFF, 1036px 920px #FFF, 423px 556px #FFF, 825px 1318px #e10707, 163px 772px #FFF, 514px 282px #FFF, 206px 452px #FFF, 1644px 1767px #FFF, 840px 1358px #FFF, 811px 1460px #FFF, 952px 484px #FFF, 1354px 773px #FFF, 533px 1255px #FFF, 1587px 1738px #FFF, 477px 1343px #FFF, 892px 1729px #FFF, 1858px 26px #FFF, 1063px 281px #FFF, 1849px 1420px #FFF, 829px 1003px #FFF, 525px 958px #FFF, 748px 701px #FFF, 1147px 555px #FFF, 781px 1981px #FFF, 230px 226px #FFF, 1075px 366px #FFF, 14px 1242px #FFF, 564px 580px #FFF, 890px 71px #FFF, 93px 194px #FFF, 356px 1353px #FFF, 413px 1395px #FFF, 1492px 618px #e10707, 221px 833px #FFF, 244px 680px #FFF, 524px 1624px #FFF, 1759px 929px #FFF, 1937px 1893px #FFF, 1127px 360px #FFF, 921px 466px #FFF, 333px 628px #FFF, 1472px 1527px #FFF, 1210px 1793px #FFF, 844px 696px #FFF, 177px 1598px #FFF, 147px 393px #FFF, 18px 1621px #FFF, 1786px 1008px #FFF, 1089px 1232px #FFF, 660px 1924px #e10707, 1393px 555px #FFF, 1009px 1674px #FFF, 1972px 1868px #FFF, 874px 1383px #FFF, 340px 10px #FFF, 1138px 127px #FFF, 710px 932px #FFF, 1750px 564px #FFF, 756px 501px #FFF, 84px 192px #FFF, 966px 361px #FFF, 883px 77px #FFF, 1919px 1369px #e10707, 125px 347px #FFF, 1372px 1217px #FFF, 1719px 268px #FFF, 543px 1467px #FFF, 1297px 1272px #FFF, 1280px 1902px #FFF, 278px 1920px #FFF, 378px 1799px #FFF, 727px 1600px #FFF, 49px 1814px #FFF, 1740px 1397px #FFF, 396px 806px #FFF, 407px 131px #FFF, 204px 1087px #FFF, 1809px 1496px #FFF, 600px 470px #FFF, 1091px 1264px #FFF, 300px 793px #FFF, 1339px 51px #FFF, 1285px 1146px #FFF, 1931px 549px #FFF, 275px 1844px #FFF, 796px 1109px #FFF, 544px 1926px #FFF, 1600px 344px #FFF, 1601px 983px #FFF, 506px 1785px #FFF, 1213px 1358px #FFF, 409px 330px #FFF, 1699px 56px #FFF, 334px 649px #FFF;
}
#stars3 {
width: 3px;
height: 3px;
background: transparent;
opacity:0.6;
box-shadow: 1355px 1698px #FFF, 704px 1591px #FFF, 1565px 317px #FFF, 250px 1651px #FFF, 1688px 867px #FFF, 940px 1236px #FFF, 408px 978px #FFF, 1556px 932px #FFF, 1304px 686px #FFF, 1871px 1295px #FFF, 1759px 540px #FFF, 1745px 1703px #FFF, 1823px 954px #FFF, 771px 631px #FFF, 1345px 1171px #FFF, 699px 105px #FFF, 294px 479px #FFF, 1591px 67px #FFF, 1675px 247px #FFF, 1141px 393px #FFF, 362px 906px #FFF, 1919px 1253px #FFF, 1342px 387px #FFF, 1594px 1471px #FFF, 125px 1485px #FFF, 1538px 1969px #FFF, 1027px 1395px #FFF, 590px 1114px #FFF, 723px 116px #FFF, 1622px 1275px #FFF, 1078px 1784px #FFF, 1922px 1936px #FFF, 1130px 1979px #FFF, 1391px 1939px #FFF, 1106px 1755px #FFF, 1566px 875px #FFF, 1014px 1951px #FFF, 1412px 936px #FFF, 313px 1252px #FFF, 46px 1912px #FFF, 1889px 958px #FFF, 1572px 1015px #FFF, 1853px 1167px #FFF, 783px 680px #FFF, 888px 732px #FFF, 1510px 1118px #FFF, 312px 282px #FFF, 1450px 752px #FFF, 1967px 1415px #FFF, 918px 136px #FFF, 439px 567px #FFF, 1443px 875px #FFF, 1225px 1379px #FFF, 1136px 1073px #FFF, 7px 1973px #FFF, 253px 1742px #FFF, 1585px 1069px #FFF, 1909px 47px #FFF, 1357px 1830px #FFF, 1752px 699px #FFF, 1192px 785px #FFF, 1824px 1461px #FFF, 1960px 837px #FFF, 628px 137px #FFF, 286px 417px #FFF, 290px 1336px #FFF, 1884px 899px #FFF, 795px 1593px #FFF, 1931px 1948px #FFF, 691px 1784px #FFF, 1360px 1656px #FFF, 910px 832px #FFF, 409px 1193px #FFF, 1087px 791px #FFF, 875px 1373px #FFF, 1685px 261px #FFF, 896px 943px #FFF, 637px 1436px #FFF, 289px 4px #FFF, 1375px 630px #FFF, 1762px 354px #FFF, 1745px 1106px #FFF, 240px 760px #FFF, 1242px 657px #FFF, 1543px 638px #FFF, 1163px 1537px #FFF, 247px 1252px #FFF, 1267px 1241px #FFF, 1652px 446px #FFF, 1869px 1357px #FFF, 1798px 502px #FFF, 13px 1116px #FFF, 515px 1073px #e10707, 842px 387px #FFF, 195px 964px #FFF, 406px 1229px #FFF, 703px 1217px #FFF, 428px 891px #FFF, 1250px 877px #FFF, 855px 548px #FFF;
animation: animStar 150s linear infinite;
}
#stars3:after {
content: " ";
width: 3px;
height: 3px;
background: transparent;
box-shadow: 1355px 1698px #FFF, 704px 1591px #FFF, 1565px 317px #FFF, 250px 1651px #FFF, 1688px 867px #FFF, 940px 1236px #FFF, 408px 978px #FFF, 1556px 932px #FFF, 1304px 686px #FFF, 1871px 1295px #FFF, 1759px 540px #FFF, 1745px 1703px #FFF, 1823px 954px #FFF, 771px 631px #FFF, 1345px 1171px #FFF, 699px 105px #FFF, 294px 479px #FFF, 1591px 67px #FFF, 1675px 247px #FFF, 1141px 393px #FFF, 362px 906px #FFF, 1919px 1253px #FFF, 1342px 387px #FFF, 1594px 1471px #FFF, 125px 1485px #FFF, 1538px 1969px #FFF, 1027px 1395px #FFF, 590px 1114px #FFF, 723px 116px #FFF, 1622px 1275px #FFF, 1078px 1784px #e10707, 1922px 1936px #FFF, 1130px 1979px #FFF, 1391px 1939px #FFF, 1106px 1755px #FFF, 1566px 875px #FFF, 1014px 1951px #FFF, 1412px 936px #FFF, 313px 1252px #FFF, 46px 1912px #FFF, 1889px 958px #FFF, 1572px 1015px #FFF, 1853px 1167px #e10707, 783px 680px #FFF, 888px 732px #FFF, 1510px 1118px #FFF, 312px 282px #FFF, 1450px 752px #FFF, 1967px 1415px #FFF, 918px 136px #FFF, 439px 567px #FFF, 1443px 875px #FFF, 1225px 1379px #FFF, 1136px 1073px #FFF, 7px 1973px #FFF, 253px 1742px #FFF, 1585px 1069px #FFF, 1909px 47px #FFF, 1357px 1830px #FFF, 1752px 699px #FFF, 1192px 785px #FFF, 1824px 1461px #FFF, 1960px 837px #FFF, 628px 137px #FFF, 286px 417px #FFF, 290px 1336px #FFF, 1884px 899px #FFF, 795px 1593px #FFF, 1931px 1948px #FFF, 691px 1784px #FFF, 1360px 1656px #FFF, 910px 832px #FFF, 409px 1193px #FFF, 1087px 791px #FFF, 875px 1373px #FFF, 1685px 261px #FFF, 896px 943px #FFF, 637px 1436px #FFF, 289px 4px #FFF, 1375px 630px #FFF, 1762px 354px #FFF, 1745px 1106px #FFF, 240px 760px #FFF, 1242px 657px #FFF, 1543px 638px #FFF, 1163px 1537px #FFF, 247px 1252px #FFF, 1267px 1241px #FFF, 1652px 446px #FFF, 1869px 1357px #FFF, 1798px 502px #FFF, 13px 1116px #FFF, 515px 1073px #FFF, 842px 387px #FFF, 195px 964px #FFF, 406px 1229px #FFF, 703px 1217px #FFF, 428px 891px #FFF, 1250px 877px #FFF, 855px 548px #FFF;
}
@keyframes animStar {
from {
transform: translateY(0px);
}
to {
transform: translateY(-2000px);
}
}
.project_awarded-content.awarded {
background-color: rgba(255, 180, 19, 0.2);
border: 1px solid #f3d253;
float: left;
width: 100%;
}
.project_awarded-content.awarded .crown{
position: absolute;
width: 50px;
top: -25px;
transform: rotate(-40deg);
left: -23px;
z-index: 9;
}
.project_awarded-content.awarded .fr-project-inner-content {
margin-bottom:0;
padding:0;
background-color:transparent;
border:none;
}
.fr-project-inner-content.featured-proposal {
border: 1px solid rgba(243, 162, 168, 0.5);
background-color: rgba(243, 162, 168, 0.1);
}
.fr-project-inner-content.top-proposal {
background: rgba(255, 180, 19, 0.05);
border: 1px solid rgba(255, 180, 19, 0.4);
}
.fr-project-inner-content.sealed-proposal {
background: rgba(65, 152, 198, 0.08);
border: 1px solid rgba(65, 152, 198, 0.4);
}
.fr-project-lastest-product .fr-project-place {
background-color: #fff;
padding: 30px 26px;
padding-top: 24px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.fr-project-lastest-product .fr-project-place h3 {
font-size: 20px;
margin-bottom: 25px;
color: #242424;
}
.fr-project-place .form-group {
margin-bottom: 30px;
}
.fr-project-place label {
margin-bottom:.7rem;
font-size:14px;
width:100%;
}
.fr-project-place .input-group input {
height: 50px;
border: none;
background-color: #f4f6f9;
font-size: 14px;
}
.fr-project-place .input-group .input-group-text {
border: none;
background-color: #eaeaea;
font-size: 14px;
color: #000;
padding:10px 20px;
border-radius: 0 4px 4px 0;
height: 50px;
}
.fr-project-place .has-error input.form-control {
border: 1px solid #E90003;
}
.fr-project-place #bid-textarea {
height: 180px;
background-color: #f4f6f9;
border: none;
padding:15px;
}
.fr-project-place .form-control::placeholder {
color: #999;
}
.fr-project-place .pricing-section {
background-color:#f4f6f9;
padding:20px;
border-radius:4px;
margin-bottom:30px;
}
.proposal-box-scrollable {
max-height: 1200px;
}
.fr-project-place .pricing-section ul li {
border-bottom:1px dashed #ccc;
padding:15px 0;
position: relative;
overflow: hidden;
}
.fr-project-place .pricing-section ul li:first-child {
padding-top:0;
}
.fr-project-place .pricing-section ul li:last-child {
border:none;
padding-bottom:0;
}
.fr-project-place .pricing-section ul li div:first-child {
display:block;
width:80%;
float: left;
}
.fr-project-place .pricing-section ul li span small {
display:inline-block;
}
.fr-project-place .pricing-section ul li div:last-child {
float:right;
line-height: 45px;
display: block;
}
.fr-project-place .pricing-section ul li div:last-child p {
display:inline-block;
color:#242424;
font-size:16px;
}
.fr-project-place .pricing-section ul li p.pricing-desc {
font-style:italic;
font-size:12px;
}
#bid_form .price-section {
display:none;
}
#bid_form .price-breakdown {
color:#777;
font-style:italic;
float:right;
font-size:12px;
}
.fr-project-adons ul li {
float:left;
}
.fr-project-adons ul li:first-child {
float: left;
width: 4%;
}
.fr-project-adons ul li .pretty{
margin-right: 0px;
margin-top: 10px;
}
.fr-project-adons ul li:nth-child(2){
width:76%;
}
.fr-project-adons ul li:last-child {
width: 20%;
text-align:right;
}
.fr-project-adons {
overflow: hidden;
padding: 20px;
margin-top: 30px;
border-radius: 4px;
position:relative;
}
.fr-project-adons ul li i {
float: right;
margin: 0;
font-size: 30px;
}
.fr-project-adons ul li span {
font-size: 18px;
color: #242424;
font-weight: 500;
margin-bottom: 10px;
display: block;
}
.w1{
border: 1px solid #f3d253;
}
.w1 .bottom-icon i{
color: #ffc923;
position: absolute;
font-size: 60px;
right: 10px;
bottom: -10px;
opacity:0.2;
}
.w2{
border: 1px solid #8dc1dd;
}
.w2 .bottom-icon i{
color: #8dc1dd;
position: absolute;
font-size: 60px;
right: 10px;
bottom: -10px;
opacity:0.2;
}
.w3{
border: 1px solid #f3a2a8;
}
.w3 .bottom-icon i{
color: #f3a2a8;
position: absolute;
font-size: 60px;
right: 10px;
bottom: -10px;
opacity:0.2;
}
.icheckbox_minimal-yellow {
margin-right: 5px;
}
.fr-project-ad-content {
position:relative;
}
.fr-project-ad-content .btn-style {
position:relative;
}
.fr-project-ad-content .button-bid {
position:relative;
margin-top:30px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.fr-project-ad-content .button-bid .bid-text-checkbox {
display:flex;
color: #777;
}
.fr-project-ad-content .button-bid .bid-text-checkbox .form-group {
margin-bottom:0;
float: left;
position: inherit;
}
.fr-project-ad-content .button-bid .bid-text-checkbox .pretty {
vertical-align:middle;
margin-right:10px;
margin-top: 5px;
}
.fr-project-ad-content .button-bid .bid-text-checkbox a {
color:#242424;
text-transform: capitalize;
text-decoration: underline;
}
.fr-project-ad-content .button-bid .has-feedback .smk-error-msg {
left: 0;
text-align: left;
bottom: -10px;
}
.fr-project-ad-content .btn-style:hover {
color: #fff;
}
.fr-project-apply .btn-style {
width: 100% !important;
display: inline-block;
text-align: center;
font-size: 16px;
color: #000;
padding: 16px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.fr-poject-f-detail-box .fr-project-f-content {
text-align: center;
}
.fr-project-f-profile .fr-project-f-user-details {
text-align: center;
padding: 46px 20px;
padding-bottom: 30px;
}
.fr-project-f-profile .fr-project-f-user-details h3 {
font-size: 18px;
color: #242424;
}
.fr-project-f-profile .fr-project-f-user-details h3 i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 50%;
margin-right: 5px;
font-size: 9px;
vertical-align: middle;
}
.fr-project-f-profile .fr-project-f-user-details h3 i.verified {
background-color:#48b300;
}
.fr-project-f-profile .fr-project-f-user-details p {
margin: 0;
font-size: 14px;
color: #777;
}
.fr-project-f-profile .fr-project-f-product {
background: #f1f1f1;
height: 150px;
position: relative;
}
.fr-project-f-profile .fr-project-f-product img {
margin: 0 auto;
display: table;
border-radius: 100px;
max-width: 100px;
border: 5px solid #FFF;
background-color:#FFF;
}
.fr-project-f-profile .fr-project-f-user-details p i {
color: #fe696a;
margin-right: 8px;
font-size: 14px;
}
.fr-project-f-profile {
position: relative;
overflow: hidden;
background-color: #fff;
}
.fr-project-f-profile .btn-style {
display: inline-block;
width: 100% !important;
text-align: center;
padding: 12px;
background: #48b300;
border: none;
color: #fff;
font-size: 15px;
border-radius: 0;
}
.fr-project-f-fetured {
padding-top: 100px;
}
.fr-project-f-profile .fr-project-f-user-details span {
color: #777;
font-size: 14px;
display: inline-block;
}
.fr-project-f-employers {
background-color: #fff;
margin-top: 30px;
padding:20px;
border-radius:4px;
margin-bottom:20px;
}
.fr-project-employer-details h3 {
font-size: 18px;
color: #242424;
margin: 0;
font-weight: 500;
}
.fr-project-employer-details {
position:relative;
margin-bottom:15px;
}
.fr-project-f-employers ul li .fr-project-method span {
color: #242424;
margin-left: 5px;
font-size: 14px;
}
.fr-project-f-employers ul li .fr-project-method {
position:relative;
}
.fr-project-f-employers ul li .fr-project-method i {
color:#777;
display:none;
}
.fr-project-f-employers ul li .fr-project-checked {
position:relative;
}
.fr-project-f-employers ul li {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
align-items: center;
position:relative;
padding-left:20px;
}
.fr-project-f-employers ul li:before {
content: "";
position: absolute;
height: 100%;
width: 1px;
left: 3.5px;
top: calc(1.5em - 4px);
background-color: #f73859;
}
.fr-project-f-employers ul li:last-child:before {
background-color: transparent;
}
.fr-project-f-employers ul li:after {
content: "";
top: calc(1.5em - 4px);
left: 0;
position: absolute;
display: inline-block;
box-sizing: border-box;
width: 8px;
height: 8px;
border: 1px solid #f73859;
border-radius: 50%;
background-color: #fff;
flex-shrink: 0;
}
.fr-project-f-employers ul li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.fr-project-f-employers ul li .fr-project-checked i {
color: #e1e1e1;
font-size: 14px;
}
.fr-project-f-employers ul li .fr-project-checked.active i {
color:#48b300;
}
.fr-project-pckage-details {
background: #fff;
margin-top: 30px;
overflow: hidden;
position: relative;
padding: 18px 24px;
border: 1px solid #e9e9e9;
}
.fr-project-pckage-details .fr-style-6 h3 {
font-size: 16px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
color: #242424;
}
.fr-project-pckage-details ul li .fr-project-package-list {
float: left;
}
.fr-project-pckage-details ul li .fr-project-package-list p {
margin: 0;
color: #242424;
font-size: 14px;
}
.fr-project-pckage-details ul li .fr-project-package-list2 {
float: right;
}
.fr-project-pckage-details ul li {
width: 100%;
overflow: hidden;
border-bottom: 1px solid #e9e9e9;
padding: 12px 0;
}
.fr-project-pckage-details ul li .fr-project-package-list2 span {
color: #242424;
font-size: 14px;
vertical-align: middle;
}
.fr-project-pckage-details .fr-style-6 {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 10px;
}
.fr-project-pckage-details ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
/*fr-project-detail*/
/*freelance list-page inner 3 start*/
.fr-lance-details .fr-right-detail-bar {
margin-top: 0;
}
.fr-lance-usr-details span {
font-size: 14px;
color: #777;
width:100%;
display:block;
}
.fr-lance-content3 {
overflow: hidden;
background-color: #fff;
margin-bottom: 30px;
padding: 20px;
position: relative;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
border-radius:4px;
}
.fr-lance-content3 .fr-lance-detail-box {
float: left;
overflow: hidden;
margin-right: 20px;
}
.fr-lance-content3 .fr-lance-more-details {
overflow: hidden;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile img {
max-width: 100px;
border-radius: 8px;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p {
font-size: 14px;
margin-bottom: 0;
color: #777;
text-align: center;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p i {
font-size: 14px;
margin-right: 4px;
color: #fe696a;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
margin-right: 15px;
position: relative;
vertical-align: middle;
display: inline;
overflow: hidden;
font-size: 14px;
color: #777;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li a {
color:#777;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
color: #777;
font-size: 14px;
vertical-align: middle;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
font-size: 20px;
color: #242424;
margin-bottom: 5px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
width: 100%;
margin-bottom: 15px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
font-size: 14px;
margin: 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p i {
margin-right: 10px;
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
padding: 3px 14px;
font-size: 12px;
display: inline-block;
border-radius: 4px;
margin-right: 10px;
color:#777;
background-color:rgba(255, 180, 19, 0.2);
margin-bottom:15px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a.hide {
display:none;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style.active a.hide {
display:inline-block;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
position:relative;
overflow: hidden;
}
.fr-lance-content3 .fr-lance-more-details p {
margin: 0;
font-size: 14px;
color: #777;
line-height: 24px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 {
margin-bottom: 5px;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details {
display: table;
padding-top: 10px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li i {
background: #DDD;
color: #fff;
font-size: 9px;
padding: 3px;
border-radius: 20px;
margin-right: 5px;
vertical-align: middle;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li i.verified {
background: #48b300;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile {
position: relative;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile .notify-2 {
background: #259d00;
padding: 6px 6px;
border-radius: 30px;
position: absolute;
top: 18%;
right: 0;
border: 2px solid #fff;
}
.fr-lance-content3 .fr-lance-price2 p {
font-size: 24px;
color: #fe696a;
font-weight: 500;
}
.fr-lance-content3 .fr-lance-price2 span.bottom-text {
font-size: 14px;
float: right;
color:#777;
}
.fr-lance-content3 .fr-lance-price2 {
position: absolute;
right: 20px;
top: 25px;
}
/*freelance list-page inner 3 end*/
/*freelance detail page ssd*/
.fr-hero-detail {
padding-top: 250px;
background-position: top center;
background-size: cover;
position: relative;
background-repeat:no-repeat;
}
.fr-hero-detail::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(to bottom, rgba(140, 124, 124, 0.2), #000000db);
z-index: -1;
}
.fr-hero-details-content .fr-hero-details-products img {
max-width: 150px;
border-radius: 10px;
}
.fr-hero-details-content .fr-hero-details-products {
float: left;
margin-right: 25px;
position: relative;
}
.fr-hero-details-content .fr-hero-details-information {
overflow: hidden;
}
.fr-hero-details-content .fr-hero-details-information span.title {
color: #fff;
font-size: 16px;
vertical-align: middle;
}
.fr-hero-details-content .fr-hero-details-information span.title i {
background: #e1e1e1;
color: #fff;
font-weight: 500;
font-size: 10px;
padding: 4px;
border-radius: 20px;
vertical-align: middle;
margin-right: 5px;
}
.fr-hero-details-content .fr-hero-details-information span.title i.verified {
background: #48b300;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
float: left;
margin-right: 20px;
color: #FFF;
position: relative;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li:last-child {
margin-right:0;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs {
overflow: hidden;
width: 100%;
margin-top: 12px;
display: inline-block;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
float: left;
margin-right: 10px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span span {
font-size: 14px;
font-weight: 500;
}
.fr-hero-detail .fr-hero-m-jobs ul li {
color: #fff;
display: inline;
background: rgba(255, 255, 255, 0.3);
font-size: 14px;
padding: 6px 20px;
border-radius:4px;
margin-right:10px;
}
.fr-hero-detail .fr-hero-m-jobs ul {
margin-top:10px;
}
.fr-hero-detail .fr-hero-m-jobs ul li span {
font-size:20px;
margin-right:5px;
}
.fr-hero-hire {
float: right;
width: 100%;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
font-size: 18px;
margin-right: 4px;
vertical-align: inherit;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a i {
font-size: 14px;
}
.fr-hero-hire p {
color: #fff;
font-weight: 500;
font-size: 26px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li:last-child i {
color: #fe696a;
}
.fr-hero-hire span.type {
font-size: 14px;
color: #fff;
font-weight: 500;
}
.fr-hero-short-list {
float: right;
text-align: right;
}
.fr-hero-hire .fr-hero-short-list-2 {
overflow: hidden;
width: 100%;
margin-top: 15px;
display: inline-block;
}
.fr-hero-hire-content {
float: right;
}
fr-hero-m-deails {
overflow: hidden;
}
.fr-hero-hire-content i {
color: #888;
background: #fff;
padding: 10px;
border-radius: 30px;
font-size: 16px;
margin-right: 10px;
vertical-align: middle;
}
.fr-hero-hire-content i.active {
color:#f5365c;
}
.custom-product {
padding-bottom: 25px;
}
.fr-hero-details-content .fr-hero-details-products span {
padding: 8px;
position: absolute;
top: -5%;
right: -5%;
}
/*freelance detail page ssd*/
/*freelance description detail start*/
.fr-services2-details .main-box {
padding:30px;
background-color:#FFF;
border-radius:4px;
margin-bottom:30px;
}
.fr-product-description {
background-color: #F8F8F8;
}
.fr-product-des-box {
background: url(../images/bg-lines.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: top right;
background-attachment: scroll;
background-repeat:no-repeat;
background-color: #FFF;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
}
.fr-product-des-box ul {
list-style:disc;
margin-bottom:20px;
padding-left: 30px;
color: #777;
}
.fr-product-des-box ul li {
line-height:36px;
}
.fr-product-des-box ol {
margin-bottom:20px;
padding-left: 30px;
color: #777;
}
.fr-product-des-box ol li {
line-height:36px;
}
.fr-product-des-box p {
line-height: 30px;
margin-bottom: 15px;
}
.fr-product-des-box .mb-style {
margin-bottom: 24px;
}
.fr-product-progress ul li .fr-product-progress-content {
overflow: hidden;
margin-bottom: 6px;
}
.fr-product-progress ul li .fr-product-progress-content p {
margin: 0;
float: left;
font-size: 14px;
font-weight: 500;
color: #000;
}
.fr-product-progress ul li .fr-product-progress-content span {
float: right;
color: #000;
font-size: 14px;
}
.fr-product-progress.heading-contents h3 {
margin-bottom: 17px;
}
.fr-product-progress ul li {
margin-bottom: 30px;
}
.fr-product-progress {
background-color: #fff;
}
.fr-product-progress ul li .progress {
height: 10px;
}
.fr-product-progress ul li:last-child {
margin-bottom: 0;
}
/*freelance fr-services-content-2 start*/
.sidebar-heading h3 {
font-size:18px;
font-weight:500;
margin-bottom:20px;
}
.fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
margin: 0;
font-size: 12px;
color: #777;
}
.fr-services-content-2 .fr-top-contents {
border: 1px solid #e1e1e1;
}
.fr-services-content-2 {
position:relative;
}
.fr-bg-white-2 {
background-color: #fff;
}
.fr-services-content-2 .owl-theme .owl-dots {
display: none;
}
.fr-services-content-2 .owl-theme .owl-nav {
position: absolute;
top: -14%;
right: 0;
font-size: 18px;
margin: 0;
}
.fr-top-services {
padding:30px;
border-radius:4px;
position:relative;
overflow:hidden;
margin-bottom: 30px;
}
.fr-services-content-2 .fr-top-contents:hover {
margin-top: 0;
}
.fr-recent-reviews {
background-color: #f8f8f8;
}
.fr-recent-certification {
background-color: #fff;
}
.fr-recent-certification ul li .fr-recent-us-profile {
float: left;
margin-right: 15px;
max-width: 50px;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.fr-recent-certification ul li .fr-recent-us-skills {
overflow: hidden;
}
.fr-recent-certification ul li .fr-recent-us-skills p {
margin-bottom: 0px;
font-size: 16px;
color: #242424;
font-weight:500;
}
.fr-recent-certification ul li .fr-recent-us-skills span {
font-size: 14px;
color: #777;
}
.fr-recent-certification ul li {
overflow: hidden;
padding: 14px 0;
border-bottom: 1px solid #ebebeb;
}
.fr-recent-certification ul li:last-child {
padding-bottom: 0;
border: none;
}
.fr-recent-certification ul li:first-child {
padding-top:0;
}
.fr-recent-review-box {
position:relative;
overflow: hidden;
}
.fr-recent-review-box .nothing-found {
margin-bottom:0;
}
.fr-recent-review-box .fr-recent-content .fr-recent-review-profile {
float: left;
margin-right: 18px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details {
float: left;
width: auto;
margin-top: 2px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating {
float: right;
color: #777;
font-weight: normal;
margin-top: 5px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-review-profile img {
max-width: 65px;
border-radius: 70px;
box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.05);
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 {
font-size: 16px;
color: #242424;
margin-bottom:0;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 i {
background-color: #DDD;
color: #FFF;
font-size: 8px;
padding: 3px;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 i.verified {
background-color: #48b300;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li {
float: left;
margin-right: 20px;
position: relative;
color:#777;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i {
font-size: 12px;
color: #ccc;
margin-right:10px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i.colored{
color:#fe696a;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
font-size: 14px;
vertical-align: middle;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li .bg-green-style {
background: #6aec12e0;
color: #fff;
border-radius: 20px;
padding: 2px 3px;
font-size: 12px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating p {
font-size: 30px;
margin: 0;
text-align: center;
color: #242424;
font-weight: 500;
}
.fr-recent-review-box .fr-recent-container {
position:relative;
overflow:hidden;
}
.fr-recent-review-box:last-child .fr-recent-container {
border: none;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating i {
color: #fe696a;
margin-right: 8px;
font-size: 14px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-details-area {
overflow: hidden;
width: 100%;
}
.fr-recent-review-box .fr-recent-details-area p {
line-height: 26px;
font-size: 14px;
margin: 0;
}
.fr-recent-review-box .fr-recent-content {
position:relative;
}
.fr-recent-container.heading-contents h3 {
margin-bottom: 24px;
}
.fr-recent-review-box .fr-recent-content p.feedback {
font-size:14px;
padding-left: 80px;
}
.fr-recent-review-box .individual-stars {
display:flex;
flex-direction:column;
justify-content:space-between;
margin-left: 80px;
background-color: #f5f5f5;
padding: 20px;
margin-top: 20px;
border-radius: 4px;
}
.fr-recent-review-box .individual-stars .individual-star-boxs {
display:flex;
flex-direction:column;
flex-direction: row;
justify-content: space-between;
}
.fr-recent-review-box .individual-stars .individual-star-boxs label {
color:#242424;
margin-bottom:10px;
font-size: 14px;
}
.fr-recent-review-box .individual-stars .individual-star-boxs:last-child label {
margin-bottom:0;
}
.fr-recent-review-box .individual-stars .individual-star-boxs i {
color:#ccc;
font-size:12px;
}
.fr-recent-review-box .individual-stars .individual-star-boxs i.colored {
color:#fe696a;
}
.fr-recent-review-box .show-reviews {
margin-bottom: 30px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 30px;
}
.fr-recent-review-box .show-reviews:last-child {
margin-bottom:0;
border:none;
padding:0;
}
.freelance-sidebar {
background-color:#FFF;
border-radius:4px;
position: relative;
overflow: hidden;
margin-bottom:30px;
}
.freelance-sidebar .sidebar-box {
padding:30px;
border-bottom:1px solid #ebebeb;
}
.fr-recent-employers {
background: #fff;
}
.fr-recent-employers ul li span {
font-size: 14px;
color: #777;
}
.fr-recent-employers ul li p {
font-size: 16px;
color: #242424;
}
.fr-recent-employers ul li {
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
position: relative;
overflow: hidden;
}
.fr-recent-employers ul li:first-child {
padding-top: 0;
}
.fr-recent-employers ul li:last-child {
border: none;
padding-bottom: 0;
}
.fr-recent-employers ul li i {
font-size:20px;
margin-right:10px;
float:left;
float: left;
padding: 15px;
background-color: #F8F8F8;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
color:#777;
}
.show-reviews .fr-recent-content .reviews-header {
position:relative;
overflow:hidden;
}
.fr-recent-model {
position:relative;
overflow:hidden;
}
.fr-recent-model .thumb {
margin-bottom: 25px;
}
.fr-recent-model .heading-contents h3 {
margin-bottom: 22px;
}
.fr-recent-model .heading-contents {
width: 100%;
}
.fr-recent-model li {
margin-bottom: 20px;
float:left;
margin-right: 20px;
width: 31%;
}
.fr-recent-model .fancy-model {
position:relative;
overflow:hidden;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-radius: 10px;
}
.fr-recent-model li:nth-child(3n+3) {
margin-right:0;
}
.fr-recent-model li:last-child {
margin-right: 0;
}
.fancy-model.no-space {
margin-right: 0;
}
.fancy-model img {
}
.fr-recent-model li div.figcaption {
margin-top:20px;
text-align:center;
}
.fr-recent-model li div.figcaption h6 {
margin-bottom:0;
font-size:14px;
}
.fancybox-caption__body .project-title {
font-size:20px;
margin-bottom:10px;
position: relative;
overflow: hidden;
display: block;
}
.compensate-for-scrollbar {
margin:0 !important;
}
.fr-expertise-product .fr-expertise-product2 {
float: left;
margin-right: 20px;
line-height: 30px;
}
.fr-expertise-product .fr-expertise-details {
overflow: hidden;
}
.fr-expertise-content {
position:relative;
overflow:hidden;
}
.fr-expertise-product .fr-expertise-details h4 {
font-size: 16px;
color: #242424
}
.fr-expertise-details .experties-meta {
position:relative;
overflow:hidden;
}
.fr-expertise-details .experties-meta li {
display:inline-block;
margin-right: 15px;
}
.fr-expertise-product .fr-expertise-details span {
color: #fe696a;
}
.fr-expertise-product .fr-expertise-details p {
margin-top: 10px;
margin-bottom: 0;
color: #777;
line-height: 1.8;
}
.fr-expertise-product {
margin-bottom: 30px;
}
.fr-expertise-product:last-child {
margin-bottom:0;
}
.fr-expertise-content .heading-contents h3 {
font-size: 22px;
margin: 0;
}
.fr-expertise-product .fr-expertise-product2 i {
color: #fe696a;
}
.show_hide {
background-color: #fe696a;
color: #fff;
font-size: 14px;
display: inline-block;
}
.content p {
margin-top: 10px;
margin-bottom: 0;
}
.show_hide:hover {
color: #fff;
}
/*freelance fr-services-content-2 end*/
/*freelance sign in start*/
.fr-sign-content {
padding: 60px;
position: relative;
}
.fr-sign-container {
border-left: 1px solid #dfdbdb87;
display: flex;
flex-direction: column;
}
.col-xl-6.no-padding-hero {
padding-right: 0;
}
.fr-sign-background {
height: 100%;
width: 50%;
position: absolute;
right: 0;
top: 0;
}
.fr-sign-content .heading-panel{
z-index:1;
}
.fr-sign-form .fr-sign-logo {
position: absolute;
top: 18px;
left: 4%;
z-index: 9;
}
.fr-sign-form .form-group {
margin-bottom: 30px;
}
.fr-sign-form .form-group .passtrengthMeter .tooltip {
opacity:0;
}
.fr-sign-form .form-group .passtrengthMeter.very-strong .tooltip, .fr-sign-form .form-group .passtrengthMeter.strong .tooltip, .fr-sign-form .form-group .passtrengthMeter.medium .tooltip, .fr-sign-form .form-group .passtrengthMeter.weak .tooltip {
opacity:1;
}
.fr-sign-form {
position: relative;
}
.fr-sign-form .form-group label {
font-size: 14px;
color: #242424;
font-weight: 500;
margin-bottom: 2px;
}
.fr-sign-form .form-group input {
color: #999;
background: #fff;
padding: 15px;
border: 1px solid #e9e9e9;
border-radius: 4px;
height: auto;
padding-left: 50px;
box-shadow:none;
}
.fr-sign-form .form-control::placeholder {
color: #999;
}
.fr-sign-form .field-icon {
position: absolute;
z-index: 2;
color: #ccc;
top: 35%;
right: 4%;
}
.fr-sign-form .fr-sign-logo img {
width: 20px;
}
#signup-form .has-feedback .smk-error-msg, #signin-form .has-feedback .smk-error-msg, #fl-forget-form .has-feedback .smk-error-msg {
position:relative;
float:right;
margin-top:5px;
}
.fr-sign-user-dashboard {
height:100%;
}
.fr-sign-user-dashboard .sign-in {
margin-bottom:100px;
}
.fr-sign-in-hero {
position: relative;
background: #f8f8f8;
overflow: hidden;
}
.fr-sigin-requirements p {
float: left;
font-size: 14px;
margin-bottom: 0;
font-weight: 500;
}
.fr-sigin-requirements span {
float: right;
}
.fr-sigin-requirements span a {
text-decoration:underline;
}
.fr-sigin-requirements {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.fr-sigin-requirements p i {
margin-right: 7px;
color: #259d00;
font-size: 15px;
}
.fr-sigin-requirements .pretty.p-icon .state .icon {
width: calc(1em + 5px) !important;
height: calc(1em + 13px) !important;
top: calc((0% - (100% - 1.6em)) - 1%);
}
.auth-logo {
margin-bottom:30px;
width:220px;
}
.fr-sign-in-hero .heading-panel p {
position:relative;
}
.fr-sign-in-hero .heading-panel {
margin-bottom: 35px;
}
.fr-sign-submit .btn-style {
width: 100% !important;
font-weight: 500;
}
.fr-sign-top-content {
text-align: center;
margin-top: 23px;
}
.fr-sign-top-content p {
font-size: 14px;
font-weight: 500;
margin: 0;
position: relative;
}
.fr-sign-submit .form-group {
margin: 0;
}
.fr-sign-top-content p::before {
background-color: #e9e9e9;
bottom: auto;
content: "";
height: 1px;
left: 25%;
position: absolute;
right: auto;
width: 70px;
top: 8px;
}
.fr-sign-top-content p::after {
background-color: #e9e9e9;
bottom: auto;
content: "";
height: 1px;
left: auto;
position: absolute;
right: 25%;
width: 70px;
top: 8px;
}
.fr-sign-bundle-content {
text-align: center;
border-top: 1px solid #e9e9e9;
padding: 15px 0;
}
.fr-sign-bundle-content p {
font-size: 14px;
font-weight: 500;
}
.fr-sigin-requirements .pretty {
white-space: inherit;
margin: 0;
line-height: 18px;
}
.fr-sigin-requirements label {
font-size: 14px;
font-weight: 500 !important;
}
.fr-sigin-requirements .pretty .state label::before {
top: 8%;
}
.fr-sigin-requirements .pretty .state label::after {
top: 8%;
}
.fr-sign-bundle-content p span {
color: #fe696a;
}
.fr-sign-assets-2 {
position: relative;
background: #fff;
color: #242424;
margin-left: 2%;
border-radius: 4px;
padding: 20px;
overflow:hidden;
}
.fr-sign-assets-2 h3 {
font-size: 20px;
margin-bottom: 0;
}
.fr-sign-assets-2 p {
font-size: 14px;
}
.sr-style {
float: none !important;
}
.fr-sign-main-content {
float: left;
overflow: hidden;
margin-right: 15px;
margin-top: 10px;
}
.fr-sign-text {
overflow: hidden;
position:relative;
}
.owl-carousel .owl-item .fr-sign-main-content img {
width:50px;
}
.fr-sign-in-hero .owl-dots {
margin-top: 15px !important;
left: 45% !important;
}
.dashboard-style {
margin-top: 90% !important;
}
.fr-sign-social .fr-sign-s-media {
color: #fff;
background-color: #3b5998;
float: left;
margin-right: 14px;
padding: 10px 35px;
padding-left: 12px;
position: relative;
border-radius: 4px;
width:100%;
margin-bottom:20px;
}
.fr-sign-social .fr-sign-s-media:last-child {
margin-bottom: 0;
}
.fr-sign-social .fr-sign-s-media .fr-sign-icons {
float: left;
margin-right: 35px;
}
.fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
content: "";
top: 0;
position: absolute;
border-left: 1px solid rgba(255,255,255,0.3);
height: 100%;
left: 10%;
}
.fr-sign-social {
overflow: hidden;
margin-top: 26px;
}
.fr-sign-social .fr-sign-s-media span {
font-size: 14px;
font-weight: 500;
display: inline-block;
}
.fr-sign-social .fr-sign-s-media .fr-sign-icons i {
font-size: 20px;
vertical-align: middle;
}
.fr-sign-s-media-2 {
background-color: #dd4b39 !important;
}
.fr-sign-in-hero .owl-nav {
display: none;
}
.fr-sign-form {
position: relative;
}
.fr-report-form .form-group label {
font-size: 14px;
color: #242424;
font-weight: 500;
margin-bottom: 10px;
}
.fr-report-form .form-group input, .fr-report-form .form-group textarea {
color: #999;
background: #fff;
padding: 15px;
border: 1px solid #e9e9e9;
border-radius: 4px;
height: auto;
box-shadow:none;
}
.fr-report-form .form-control::placeholder {
color: #999;
}
.fr-report-form .form-group:last-child {
margin-bottom:0;
}
.fr-report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #999;
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 4px;
height: auto;
box-shadow:none;
}
.fr-report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:55px;
}
.fr-report-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:55px;
}
/*freelance sign in end*/
/*freelance employers*/
.fr-employ-content .fr-employ-box {
padding-top: 25px;
text-align: center;
height: 140px;
position: relative;
}
.fr-employ-container {
text-align: center;
background-color: #fff;
position: relative;
}
.fr-employ-content .fr-employ-box .fr-employ-social i {
color: #242424;
background-color: #fff;
height: 36px;
width: 36px;
border-radius: 30px;
line-height: 34px;
font-size: 16px;
margin-right: 5px;
border: 1px solid #e9e9e9;
transition: .6s;
}
.fr-employ-content .fr-employ-box .fr-employ-social a:last-child i {
margin-right:0;
}
.fr-employ-content .fr-employ-box .fr-employ-social i:hover {
background-color: #fe696a;
color: #fff;
border-color:#fe696a;
}
.fr-employ-container a.profile-img img {
width: 120px;
height: 120px;
padding: 5px;
border-radius:4px;
background-color: #FFF;
}
.fr-employ-container img {
margin-top: -53px;
}
.fr-employ-content .fr-employer-assets {
padding: 15px 0 30px;
}
.fr-employ-content .fr-employer-assets .btn-style {
background-color: transparent;
}
.fr-employ-content:hover .fr-employer-assets .btn-style {
background-color: #fe696a;
}
.fr-employ-content .fr-employer-assets h3 {
font-size: 20px;
color: #242424;
margin-top:0px;
margin-bottom: 5px;
}
.fr-employ-content .fr-employer-assets i {
background-color: #f8f8f8;
padding: 10px;
border-radius: 30px;
vertical-align: middle;
margin-right: 8px;
font-size: 18px;
}
.fr-employ-content .fr-employer-assets .following i {
background-color:#fe696a;
color:#FFF;
}
.fr-employ-content .fr-employer-assets span i {
font-size: 10px;
background-color: #DDD;
padding: 3px;
color: #fff;
margin-right: 5px;
}
.fr-employ-content .fr-employer-assets span i.verified {
background-color:#259d00;
}
.fr-employ-content .fr-employer-assets p {
margin-bottom:20px;
color:#777;
font-size: 14px;
}
.fr-employ-content .fr-employer-assets span {
vertical-align: middle;
font-size: 14px;
color: #777;
}
.fr-employ-content .fr-employer-assets .btn-theme {
padding:10px 20px;
font-size:14px;
color:#fe696a;
border-color:#fe696a;
background-color:transparent;
}
.fr-employ-content .fr-employer-assets .btn-theme:hover {
background-color:#fe696a;
color:#FFF;
}
.fr-employ-container .notify-2 {
position: absolute;
top: -28%;
margin-left: -2%;
}
.fr-employ-content {
margin-bottom: 30px;
transition: .7s;
position: relative;
overflow: hidden;
border-radius: 4px;
}
.fr-employ-content .fr-employ-box {
position:relative;
overflow:hidden;
}
.fr-employ-content .fr-employ-box::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background-color: rgba(0,0,0,0.4);
}
.fr-employ-social {
position: relative;
}
.fr-hero-theme {
height: 280px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.fr-expert {
background-color: rgba(255, 119, 0, 0.15);
padding: 30px 0;
min-height: 120px;
}
.fr-expert .fr-expert-details h1 {
font-size: 26px;
line-height: 30px;
margin-bottom: 10px;
}
.fr-expert .fr-expert-details {
position:relative;
}
.fr-expert .fr-expert-details p {
font-size: 16px;
}
.fr-expert .fr-expert-details p i {
margin-right: 10px;
font-size: 14px;
}
.fr-expert .fr-expert-content .btn-style {
background-color: transparent;
display: inline-block;
border-color:#FFF;
color:#FFF;
}
.fr-expert .fr-expert-content .btn-style:hover, .fr-expert .fr-expert-content .btn-style.following {
background-color: #FFF;
color:#242424;
}
.fr-c-detail-box .notify-2 {
position: absolute;
right: -5px;
top: -5px;
}
.fr-expert .fr-expert-content {
float: right;
}
.fr-c-detail-box {
text-align: center;
padding: 30px 0;
}
.fr-c-detail-box p {
font-size: 16px;
justify-content: center;
display: flex;
align-items: center;
}
.fr-c-detail-box p i {
font-size: 10px;
background-color: #DDD;
padding: 3px;
color: #fff;
margin-right: 5px;
border-radius: 30px;
}
.fr-c-detail-box p i.verified {
background-color: #259d00;
}
.fr-c-detail-box .fl-profile-img {
width: auto;
background: #fff;
max-width: 120px;
border-radius: 4px;
margin: 0 auto 20px;
border: 1px solid #ebebeb;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.fr-c-details .fr-c-followers ul li {
float: left;
text-align: center;
}
.fr-c-details .fr-c-followers::before {
content: "";
position: absolute;
border-right: 1px solid #e9e9e9;
top: 0;
height: 100%;
left: 50%;
}
.fr-c-details .fr-c-followers ul .fr-style-3 {
float: right;
}
.fr-c-details .fr-c-followers {
overflow: hidden;
border-bottom: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
padding: 30px 50px;
position: relative;
}
.fr-c-details .fr-c-container {
padding: 25px 20px;
border-bottom: 1px solid #e9e9e9;
}
.fr-c-details .fr-c-container h3 {
font-size: 18px;
margin: 0;
color: #242424;
}
.fr-c-details .fr-c-followers:last-child::before {
border: none;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details span {
font-size: 20px;
font-weight: 500;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
font-size: 16px;
}
.fr-c-information {
background-color: #f0f0f0;
}
.fr-c-information.actionbar_space{
padding-top:0 !important;
}
.fr-c-details {
background-color: #fff;
margin-top: -220px;
overflow: hidden;
margin-bottom: 30px;
border-radius:4px;
position: relative;
}
.fr-ca-more-details ul {
width:100%;
}
.fr-ca-more-details ul li {
border-bottom: 1px solid #e9e9e9;
padding: 15px 0;
}
.fr-ca-more-details ul li .fr-ca-logo {
float: left;
margin-right: 12px;
margin-top: 8px;
}
.fr-ca-more-details ul li .fr-ca-logo i {
font-size:20px;
}
.fr-ca-more-details .fr-c-full-details span {
font-size: 14px;
color:#777;
line-height:30px;
}
.fr-ca-more-details ul li .fr-c-full-details p {
color: #242424;
}
.fr-c-full-details {
position:relative;
}
.fr-ca-more-details {
padding: 0 20px;
padding-bottom: 0;
}
.fr-ca-more-details ul li:last-child {
margin-bottom: 0;
}
.fr-c-social-icons ul li {
float: left;
margin-right: 10px;
}
.fr-c-social-icons {
overflow: hidden;
padding: 22px 20px;
}
.fr-serices-content ul li {
float: left;
}
.fr-serices-content ul li:nth-child(2n+1) {
width: 37%;
}
.fr-serices-content ul li:nth-child(2n+2) {
width: 37%;
}
.fr-serices-content ul li:nth-child(2n+3) {
width: 26%;
}
.fr-serices-content {
overflow: hidden;
padding: 20px;
background: #fff;
margin-top: -50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-radius: 10px;
position: relative;
}
.fr-serices-content.show-content{
margin-top:50px;
}
.fr-serices-content ul li .select2-container {
width: 100% !important;
}
.fr-serices-content ul li .select2-container .select2-selection--single {
height: 56px;
border: none;
border-radius: 0;
border-left: 0;
}
.fr-serices-content ul li input {
height: 56px;
line-height: 46px;
border: none;
padding: 10px 18px;
background-color:transparent;
}
.fr-serices-content ul li input:focus, .fr-serices-content ul li input:active {
background-color:transparent;
}
.fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 56px;
border:none;
background-color:transparent;
}
.fr-serices-content ul li input::placeholder {
color: #777;
}
.fr-serices-content ul li .form-group {
margin: 0;
position: relative;
}
.fr-serices-content ul li .form-group::before {
content: "";
top: -20px;
position: absolute;
height: 175%;
border-right: 1px solid #e1e1e1;
right: 4%;
}
.fr-serices-content ul li .btn-style {
display: block;
line-height: 30px;
border-radius: 4px;
background-color: #242424;
border: none;
color: #fff;
}
.fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__arrow b {
top: 28px;
left: 0;
}
.fr-serices-content ul li .form-control:focus {
border-color: #E9E9E9;
}
.fr-serices-content p {
float: right;
color: #242424;
font-size: 14px;
font-weight: 500;
margin-top: 10px;
margin-bottom: 0;
}
.fr-serices-content p i {
margin-right: 6px;
}
.fr-list-product-2 {
padding: 90px 0 130px 0;
}
.fr-pagination {
text-align: center;
}
.fr-service-container {
position:relative;
}
.fr-service-container ul li.links {
float: left;
padding-right: 30px;
}
.fr-service-container ul li.links:last-child {
float:right;
}
.fr-service-container ul li.links:last-child ul li {
padding-right:20px;
}
.fr-service-container ul li.links:last-child ul li:last-child {
padding:0;
}
.fr-service-bar {
position: relative;
background-color: #242424;
padding: 20px 0;
}
.fr-service-container ul li a {
color: #fff;
}
.fr-service-marketing {
background: url("../images/g25-1.png");
height: auto;
background-position: center center;
background-size: cover;
padding: 35px 0;
}
.fr-m-contents {
position:relative;
background-color: #FFF;
padding: 20px;
border-bottom: 1px solid #ebebeb;
border-radius: 4px 4px 0 0;
border-top:2px solid #fe696a;
}
.fr-m-contents .fr-m-main-title span {
background: #fe696a;
color: #fff;
font-size: 12px;
padding: 5px 15px;
display: inline-block;
margin-bottom: 15px;
border-radius: 4px 4px 0 0;
text-transform: uppercase;
position: absolute;
top: -34px;
left: 0;
}
.fr-m-contents .fr-m-main-title p {
font-size: 16px;
}
.fr-m-contents .fr-m-main-title h1 {
font-size: 30px;
color: #242424;
margin-bottom:0;
text-transform: capitalize;
}
.fr-m-products {
position:relative;
overflow:hidden;
}
.fr-m-products ul li {
float: left;
margin-right: 20px;
position: relative;
}
.fr-m-contents .fr-m-main-title p strong {
color: #fe696a;
font-weight: 500;
}
.fr-m-products ul li:last-child {
margin-right: 0;
}
.fr-m-products ul li:last-child::before {
border: none;
}
.fr-m-products-2 ul li {
float: left;
}
.fr-m-products-2 ul li:last-child {
margin-right:0;
}
.fr-m-products-2 ul li .fr-m-assets {
position:relative;
}
.fr-m-products-2 ul li .save_service.active i.fa-heart {
color:red;
}
.fr-m-products-2 ul li img {
margin: 0 auto;
display: table;
width: 95%;
}
.fr-m-products-2 ul li i {
font-size: 14px;
color: #FFF;
}
.fr-m-products ul li p {
font-size: 16px;
margin-bottom: 0;
}
.fr-m-products ul li p i {
color: #fe696a;
margin-right: 10px;
font-size: 16px;
}
.fr-m-products-2 {
display:flex;
justify-content:flex-end;
}
.fr-m-products-2 ul {
display:flex;
flex-direction:row;
}
.fr-m-products-2 ul li p {
font-size: 16px;
color: #242424;
}
.fr-m-products-2 ul li p i {
margin-right: 7px;
}
.fr-m-products-2 ul li.social-share:last-child i {
margin-right: 10px;
}
.fr-m-products-2 ul li.social-share span {
color: #FFF;
line-height: 20px;
}
.slider-box {
position:relative;
overflow:hidden;
}
.slider-box .fr-slick .slides li {
margin: 0;
padding: 0;
/*height: 370px;*/
cursor: pointer;
display: block;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
-webkit-flex-direction: row;
flex-direction: row;
position:relative;
background-color: #FFF;
border-radius: 4px 4px 0 0;
}
/*.slider-box .fr-slick .slides li img {
position: absolute;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
width: 100%;
}*/
.slider-box .fr-slick .slides li iframe{
min-height:450px;
}
.slider-box .fr-slick {
position: relative;
margin-bottom:0;
border-radius: 4px 4px 0 0;
border:none;
}
.slider-box .flex-direction-nav a {
background-color:rgba(255,255,255,0.5);
padding: 20px 12px;
border-radius:4px;
color:#242424;
cursor:pointer;
width:auto;
height:auto;
}
.slider-box .flex-direction-nav .flex-prev {
left: 10px;
}
.slider-box .flex-direction-nav .flex-next {
right: 10px;
}
.slider-box .flex-direction-nav a i {
display:inline-block;
}
/*.slider-box .fr-slick-thumb {
position: absolute;
bottom:15px;
}
{
height:70px;
width:120px !important;
position: relative;
border: 1px solid rgba(255,255,255,0.6);
background-color: rgba(255,255,255,0.6);
margin-right: 10px;
border-radius: 4px;
z-index:9;
}
.slider-box .fr-slick-thumb ul li img {
position: absolute;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
width: 100%;
}*/
.slider-box .fr-slick-thumb ul li {
cursor:pointer;
background-color: #FFF;
border-radius: 4px;
}
.slider-box .fr-slick-thumb ul li:last-child {
margin-right:0;
}
.slider-box .fr-slick-thumb ul li img {
border-radius:4px;
}
.flex-direction-nav a::before, .flex-direction-nav a.flex-next::before {
content:"";
}
.slider-box .flexslider.fr-slick-thumb {
bottom: 0;
padding: 15px;
border: none;
width:100%;
height:36%;
margin-bottom: 30px;
}
.slider-box .flexslider.fr-slick-thumb .flex-active-slide{
border:2px solid #fe696a;
}
.fr-services2-id ul li .fr-services2-id p {
float: left;
margin-right: 5px;
}
.fr-services2-id ul li .fr-services2-id {
padding: 8px 22px;
color: #fff;
}
.fr-services2-id ul {
display: flex;
flex-direction: row;
}
.fr-services2-id ul li {
display: flex;
flex-direction: row;
width: 33%;
}
.fr-services2-id .fr-services2-content p {
font-size: 18px;
font-weight: 500;
color: #242424;
}
.fr-services2-id .fr-services2-content span {
font-size: 14px;
vertical-align: middle;
color: #242424;
}
.fr-services2-id .fr-services2-content {
overflow: hidden;
padding: 15px;
width: 100%;
}
.fr-services2-id ul li:last-child {
margin-right: 0;
}
.fr-services2-id {
overflow: hidden;
padding: 20px;
background-color: #fff;
border-radius:0 0 4px 4px;
margin-bottom:30px;
}
.fr-sevices-contact-form .select2-container {
width: 100% !important;
}
.fr-sevices-contact-form .select2-container .select2-selection--single {
height: 45px;
border: 1px solid #e9e9e9;
padding: 0 10px;
border-radius: 0;
}
.fr-sevices-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 42px;
font-size: 14px;
}
.fr-sevices-contact-form textarea.form-control {
border: 1px solid #e9e9e9;
}
.fr-sevices-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
top: 83%;
left: 15%;
}
.fr-sevices-contact-form {
background-color: #fff;
padding: 20px;
overflow: hidden;
}
.fr-sevices-contact-form .form-group {
margin-bottom: 30px;
}
.fr-sevices-contact-form h3 {
font-size: 20px;
font-weight: 500;
color: #242424;
margin-bottom: 20px;
}
.fr-sevices-contact-form .btn-style {
float: right;
background-color: transparent;
}
.fr-services2-box .fr-services2-sm {
float: left;
overflow: hidden;
}
.fr-services2-box .fr-services2-sm-1 {
overflow: hidden;
}
.fr-services2-box .fr-services2-sm-1 p {
position:relative;
font-size:14px;
margin-top:5px;
line-height:1.8;
}
.fr-services2-box .fr-services2-sm .pretty {
margin-right: 10px;
}
.fr-services2-h-style h3 {
font-size: 20px;
color: #242424;
margin-bottom: 0;
position: relative;
}
.fr-services2-h-style h3::before {
background-color: #fe696a;
bottom: -14px;
content: "";
height: 3px;
left: 0;
position: absolute;
right: 0;
width: 50px;
}
.fr-services2-box .fr-services2-sm-1 span {
font-weight: 500;
color: #fe696a;
display: block;
}
.fr-services2-box .fr-services2-sm-1 span span {
display:inline;
}
.fr-services2-box .fr-services-list {
color: #242424;
font-size: 16px;
margin-bottom:10px;
font-weight: 500;
}
.fr-services-products {
border-bottom: 1px solid #e9e9e9;
padding: 20px 25px;
position: relative
}
.fr-services2-box .pretty .state label::before {
border-radius: 4px;
}
.fr-services2-h-style {
padding: 20px;
padding-bottom: 17px;
}
.fr-services2-box {
position: relative;
background-color: #fff;
border-radius: 4px;
overflow:hidden;
margin-bottom: 20px;
margin-top: 30px;
}
.fr-services2-box .btn-theme {
width: 100%;
padding: 13px;
font-size: 15px;
font-weight: 500;
border-radius: 0;
position: relative;
}
.fr-services-content-data {
font-size: 14px;
padding: 20px 25px;
text-align:center;
color:#777;
}
.fr-services-f-details {
text-align: center;
margin: 0 auto;
width: 88%;
}
.fr-services-f-details span {
padding: 12px 0;
display: inline-block;
color: #242424;
font-size: 16px;
width: 100%;
font-weight: 500;
}
.fr-seller-servives {
padding: 20px 30px;
overflow: hidden;
background-color: #fff;
border-radius:4px 4px 0 0;
}
.fr-seller-servives-2 {
margin-bottom:30px;
}
.fr-seller-servives .fr-seller-profile {
float: left;
margin-right: 15px;
}
.fr-seller-servives .fr-seller-profile img {
max-width: 65px;
border-radius: 50%;
}
.fr-seller-servives .fr-seller-details {
overflow: hidden;
flex-grow: 2;
}
.fr-seller-servives .fr-seller-view {
position:relative;
align-self: center;
}
.fr-seller-servives .fr-seller-details h3 {
font-size: 18px;
color: #242424;
margin-bottom:0;
}
.fr-seller-servives .fr-seller-details span {
font-size: 14px;
color:#777;
}
.fr-seller-servives .fr-seller-rating i {
color:#CCC;
}
.fr-seller-servives .fr-seller-rating {
color:#777;
font-size:14px;
}
.fr-seller-rating i.colored {
color: #fe696a;
}
.fr-seller-servives .fr-seller-f-details p {
font-size: 14px;
line-height: 26px;
}
.fr-seller-servives .fr-seller-details span i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 20px;
font-size: 10px;
margin-right: 10px;
vertical-align: middle;
}
.fr-seller-servives .fr-seller-details span i.verified {
background: #25c22e;
}
.fr-seller-servives h2 {
font-size: 20px;
color: #242424;
margin-bottom: 24px;
}
.fr-seller-servives .fr-seller-servives-meta {
position:relative;
overflow:hidden;
display: flex;
flex-direction: row;
align-content: space-around;
}
.fr-seller-rating span {
font-size: 14px;
font-weight: 500;
color: #242424;
}
.fr-seller-rating span strong {
font-size: 14px;
font-weight: 500;
color: #777;
}
.fr-seller-contents {
overflow: hidden;
padding: 16px 30px;
width: 100%;
background-color: #fafafa;
display: flex;
flex-direction: column;
border-radius:0 0 4px 4px;
}
.fr-seller-contents ul {
display: flex;
justify-content: space-between;
}
.fr-seller-contents ul li {
display:flex;
}
.fr-seller-contents ul li p {
font-size: 14px;
font-weight: 500;
color: #242424;
margin-right:15px;
}
.fr-seller-contents ul li span {
font-size: 14px;
color:#777;
}
.fr-frquntly-qa {
background-color: #fff;
padding: 20px 30px;
margin-bottom: 30px;
border-radius:4px;
}
.fr-frquntly-qa h2 {
font-size: 20px;
color: #242424;
margin-bottom: 15px;
}
.fr-frquntly-qa .btn-link {
color: #242424;
width: 100%;
background-color:#fafafa;
padding: 15px 20px;
}
.fr-frquntly-qa .btn-link i {
color:#777;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.fr-frquntly-qa .btn-link.collapsed i {
transform: rotate(-90deg);
}
.fr-frquntly-qa .btn-link p {
float: left;
margin: 0;
font-weight:500;
color:#242424;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.fr-frquntly-qa .btn-link {
color:#777;
text-align:left;
text-decoration:none;
}
.fr-frquntly-qa .btn-link span {
float: right;
}
.fr-frquntly-qa .all-accordion .accordion {
margin-bottom:20px;
}
.fr-frquntly-qa .all-accordion .accordion:last-child {
margin-bottom:10px;
}
.fr-services2-details {
padding:60px 0;
}
.fr-services2-details .accordion > .card {
border: none;
}
.fr-services2-details .card-header {
background-color: #fff;
padding: 0;
border:none;
}
.fr-services2-details .card-body {
padding:20px;
line-height: 30px;
color: #777;
}
.fr-reviews-star-rat ul li {
float: left;
margin-right: 30px;
}
.fr-reviews-star-rat ul li:last-child {
margin-right: 0;
}
.fr-reviews-star-rat ul li p {
color: #242424;
font-size: 15px;
font-weight: 500;
margin-bottom: 4px;
}
.fr-reviews-star-rat {
overflow: hidden;
margin-bottom: 30px;
}
.fr-services-review .form-group input {
background-color: #f0f0f0;
border-radius: 0;
border: 1px solid #f0f0f0;
height: 48px;
font-size: 14px;
}
.fr-services-review {
background-color: #fff;
margin-top: 30px;
padding: 25px;
overflow: hidden;
}
.fr-services-review .form-control::placeholder {
color:#242424;
}
.fr-services-review textarea.form-control {
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
border-radius: 0;
}
.fr-services-review .form-row {
margin-bottom: 30px;
}
.fr-services-review .form-group {
margin-bottom: 0;
}
.fr-services-review h2 {
font-size: 20px;
color: #242424;
margin-bottom: 17px;
}
.fr-fm-form {
float: right;
margin-top: 30px;
}
.fr-top-content-2 {
background-color: #fff;
}
.fr-recomended-2 .owl-dots {
display: none;
}
.fr-recomended-2 .owl-nav {
position: absolute;
right: 0;
top: -24%;
font-size: 20px;
}
.fr-recomended-2 {
position: relative;
}
.fr-reviews-star-rat ul li i {
margin-right: 4px;
font-size: 14px;
}
.fr-recomended-2 .owl-theme .owl-nav [class*="owl-"]:hover {
background-color: transparent;
color: #777;
}
.fr-about-conrent span {
font-size: 16px;
color: #777;
}
.fr-about-conrent h2 {
color: #242424;
margin-top: 10px;
margin-bottom: 30px;
}
.fr-about-conrent h2 span {
font-weight: 500;
}
.fr-about-conrent p {
font-size: 16px;
line-height: 30px;
margin-bottom: 20px;
}
.fr-about-conrent .btn-style {
margin-top: 12px;
}
.fr-about-future {
height: auto;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.fr-about-conrent .fr-product-checks {
position:relative;
overflow: hidden;
margin-top:15px;
}
.fr-about-conrent .fr-product-checks ul li {
margin-bottom: 15px;
width: 50%;
float: left;
line-height:30px;
}
.fr-about-conrent .fr-product-checks ul li img {
width: 15px;
margin-right: 10px;
}
.fr-about-conrent .btn-theme {
margin-top: 20px;
}
.fr-about-video {
position:relative;
overflow: hidden;
}
.fr-about-video i {
font-size: 20px;
background-color: #242424;
color: #FFF;
border-radius: 50%;
padding: 20px 23px;
vertical-align: middle;
width: 60px;
height: 60px;
}
.fr-about-video .bla-2 {
position: absolute;
bottom: 6%;
left: 6%;
}
.fr-about-video .la-play::before {
background: #fff;
padding: 0px;
border-radius: 60px;
}
.fr-about-reviews ul li {
float: left;
width: 25%;
position: relative;
}
.fr-about-reviews ul li:last-child {
margin-right: 0;
}
.fr-about-reviews ul li:last-child::before {
border-right: none;
}
.fr-about-reviews ul li::before {
content: "";
position: absolute;
top: 0;
height: 100%;
border-right: 1px solid #e9e9e9;
right: 55px;
}
.fr-about-reviews ul li .fr-about-icons {
float: left;
position: relative;
}
.fr-about-reviews ul li .fr-about-icons img {
width: 55px;
margin-right: 15px;
margin-top: 5px;
}
.fr-about-i-details {
overflow: hidden;
}
.fr-about-i-details .counter-js {
position:relative;
overflow: hidden;
}
.fr-about-i-details .counter-js span {
color: #242424;
font-size: 38px;
float: left;
line-height: 40px;
font-weight:600;
}
.fr-about-i-details p {
font-size: 16px;
margin-top: 5px;
}
.fr-about-reviews {
overflow: hidden;
margin-top: 50px;
border-top: 1px solid #e9e9e9;
padding-top: 50px;
height: auto;
}
.style-s1 {
height: 600px;
width: 45%;
position: absolute;
left: 0;
top: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.style-s2 {
background: url("../images/cm-9.png");
height: 535px;
width: 50%;
position: absolute;
right: 0;
top: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.fr-about-buisness {
position: relative;
overflow:hidden;
}
.fr-bissness-details {
position: relative;
z-index: 9;
padding: 60px;
padding-right: 0;
}
.fr-about-i-details i {
margin-left: 5px;
margin-top: 19px;
color: #242424;
}
.fr-buisnes-content span {
font-style: italic;
color: #fff;
font-size: 14px;
}
.fr-buisnes-content h3 {
color: #fff;
margin-top: 10px;
font-size: 30px;
margin-bottom: 30px;
}
.fr-buisnes-content h3 span {
font-weight: 500;
}
.fr-buisnes-content p {
color: #fff;
line-height: 30px;
margin-bottom: 30px;
}
.fr-buisness-xt ul {
margin-top: 50px;
position: relative;
overflow: hidden;
}
.fr-buisness-xt ul li {
float: left;
width: 45%;
margin-right: 10px;
}
.fr-buisness-xt ul li img {
width:50px;
}
.fr-buisness-xt ul li h3 {
font-size: 20px;
color: #fff;
margin-top: 15px;
}
.fr-buisness-xt ul li p {
color: #fff;
font-size: 14px;
line-height: 24px;
}
.fr-buisness-xt {
overflow: hidden;
position:relative;
}
.fr-plan-basics {
background-color: #000;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
position:relative;
overflow: hidden;
}
.pricing-badge {
background-color: #fe696a;
float: left;
position: absolute;
transform: rotate(45deg);
right: -70px;
top: 12px;
text-align: center;
width: 200px;
font-size: 12.5px;
margin: 0;
z-index: 999;
font-weight: 500;
line-height: 28px;
color: #FFF;
}
.featured-pricing {
margin-left: -1px;
margin-right: -1px;
transform: translateY(-20px);
z-index: 11;
}
.fr-plan-content {
position: relative;
overflow: hidden;
}
.fr-plan-basics-2 {
background-color: #fff;
}
.fr-plan-basics-2 .fr-plan-content h2 {
color: #242424;
}
.fr-plan-basics-2 .fr-plan-content p {
color: #777;
}
.fr-plan-basics-2 .fr-plan-content h3 {
color: #242424;
}
.fr-plan-basics-2 .fr-plan-content button {
color: #242424;
border: 1px solid #242424;
}
.fr-plan-basics-2 .fr-plan-details li {
color: #242424;
}
.fr-plan-basics-2 {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.fr-plan-content h2 {
color: #fff;
font-size: 24px;
margin-bottom: 10px;
}
.fr-plan-content p {
color: #fff;
font-size: 14px;
line-height: 24px;
margin-bottom: 15px;
}
.fr-plan-content h3 {
color: #fff;
font-size: 40px;
margin-bottom: 20px;
display: flex;
}
.fr-plan-content h3 span.strike {
font-size: 16px;
color: #777;
margin-right: 10px;
text-decoration:line-through;
}
.fr-plan-content button {
border: 1px solid #fff;
width: 100%;
display: inline-block;
color: #fff;
font-size: 16px;
padding: 10px;
text-align: center;
background-color: transparent;
}
.fr-plan-details li {
color: #fff;
font-size: 14px;
margin-bottom: 11px;
}
.fr-plan-details li:last-child {
margin-bottom: 0;
}
.fr-plan-details li i {
font-size: 18px;
color: #289918;
margin-right: 15px;
}
.fr-plan-details li i.fa-times {
color:red;
}
.fr-plan-content h3 span {
font-size: 22px;
color: #fe696a;
margin-right: 5px;
font-weight: 500;
}
.fr-plan-details {
margin-top: 23px;
}
.fr-tab-pills {
margin: 0 auto;
display: table;
padding-bottom: 25px;
}
.nav-pills .nav-link.active {
padding: 10px 30px;
background-color: #fe696a;
}
.nav-pills .nav-link {
padding: 10px 30px;
background-color: #f9f9f9;
}
.nav-pills a:hover {
color: #242424;
}
.fr-about-plan .heading-panel-2 {
margin-bottom: 30px;
}
.fr-tab-pills .badge {
background-color: #00c048;
color: #fff;
font-weight: 500;
border-radius: 30px;
padding: 2px 6px;
position: absolute;
top: 0;
right: -14%;
}
.fr-tab-pills {
position: relative;
}
.fr-about-client {
height: auto;
padding: 60px 0 130px;
}
.fr-about-client::before {
background: rgba(0,0,0,0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.fr-c-about-profile {
float: left;
width: 100px;
margin-right: 20px;
margin-top: 78px;
height:100px;
position:relative;
border-radius:50%;
overflow:hidden;
}
.client-slider.owl-carousel .owl-item img {
width: 100px;
}
.fr-c-about-style {
margin-top: 50px;
}
.fr-client-about-details {
overflow: hidden;
}
.fr-client-about-details h3 {
font-size: 28px;
color: #fff;
margin-bottom: 12px;
}
.fr-client-about-details p {
font-size: 16px;
line-height: 30px;
color: #fff;
}
.fr-client-about-details span {
font-size: 16px;
color: #fff;
display: inline-block;
}
.fr-client-sm p {
color: #fe696a;
font-size: 18px;
font-weight: 500;
}
.fr-client-sm span {
color: #fff;
font-size: 14px;
}
.fr-client-sm {
margin-top: 30px;
}
.fr-about-client .owl-theme .owl-dot.active span {
width: 22px;
height: 10px;
}
.fr-about-client .owl-theme .owl-nav {
display: none;
}
.fr-about-client .owl-theme .owl-dots {
margin-left: 18%;
margin-top: 20px;
text-align: inherit;
}
.fr-gt-details-2 .fr-bg-style {
margin-top: -84px;
}
.fr-gt-details-2.fr-gt-details::before {
background-color: transparent;
}
.fr-co-contents ul li .fr-co-logo {
float: left;
padding-top: 10px;
padding-right: 10px;
}
.fr-co-contents ul li .fr-co-logo img {
width: 40px;
}
.fr-co-contents ul li .fr-co-user-details {
overflow: hidden;
}
.fr-co-contents ul li .fr-co-user-details h3 {
color: #242424;
font-size: 16px;
margin-bottom: 5px;
}
.fr-co-contents ul li {
margin-bottom: 23px;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 23px;
}
.fr-co-contents ul {
margin-top: 30px;
}
.fr-co-contents {
padding: 30px;
border-radius: 12px;
background-color: #FFF;
}
.fr-co-contents ul li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom:0;
}
.fr-contact-form .fr-con-collection {
float: left;
margin-right: 16px;
overflow: hidden;
margin-top: 10px;
width:40px;
}
.fr-contact-form .heading-contents-2 {
overflow: hidden;
}
.fr-contact-form {
background-color: #fff;
padding: 30px;
border-radius: 12px;
position: relative;
overflow: hidden;
}
.fr-contact-form input {
height: 48px;
font-size: 14px;
margin-bottom: 30px;
background-color: #f0f0f0;
border: none;
}
.fr-contact-form .form-control:focus {
background-color: #f0f0f0;
}
.fr-contact-form textarea.form-control {
background-color: #f0f0f0;
border: none;
}
.fr-contact-form form {
margin-top: 30px;
}
.fr-contact-form a {
float: right;
margin-top: 30px;
display: inline-block;
}
.fr-contact-form ::placeholder {
color: #242424;
}
.fr-contact-form label {
display:block;
margin-bottom: 20px;
}
.fr-contact-form label .wpcf7-form-control-wrap input.form-control, .fr-contact-form label .wpcf7-form-control-wrap textarea.form-control {
margin-top:10px;
margin-bottom: 0;
}
.fr-list-product-3 {
padding: 100px 0 200px;
}
.fr-contact {
margin-top: -50px;
}
.fr-contact-spacing{
padding-top:80px;
}
.fr-er-404 {
margin: 0 auto;
display: table;
text-align: center;
}
.fr-er-404 .fr-er-content h2 {
font-size: 40px;
color: #242424;
margin: 30px 0;
}
.fr-er-404 .fr-er-content h2 span {
color: #fe696a;
}
.fr-er-404 .fr-er-content p {
width: 80%;
margin: 0 auto;
line-height: 1.8;
}
.fr-er-list {
margin: 30px 0;
}
.fr-er-list span a i {
margin-left: 10px;
vertical-align: middle;
font-weight: 400;
}
.fr-404 {
height: auto;
background-position: center center;
background-size: cover;
padding: 120px 0;
}
.fr-latest-style {
overflow: hidden;
background-color: #f4f4f4;
border: 1px solid #ebebeb;
border-radius: 20px;
border-radius: 20px 0 0 20px;
border-right: none;
}
.fr-latest-style ul {
display:flex;
flex-direction:row;
}
.fr-latest-content {
border-radius:12px 12px 0 0;
position:relative;
overflow:hidden;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.fr-latest-content h3 {
font-size: 20px;
margin-bottom: 20px;
line-height: 28px;
padding-right:25px;
text-transform:capitalize;
}
.fr-latest-content h3 a {
color:#20292f;
}
.fr-latest-content h3 a:hover {
color:#fe696a;
}
.fr-latest-style ul li .fr-latest-profile img {
max-width: 40px;
border-radius: 50px;
}
.fr-latest-style ul li .fr-latest-profile {
overflow: hidden;
display: flex;
align-items: center;
}
.fr-latest-style ul li {
display: flex;
align-items: center;
margin-right: 15px;
}
.fr-latest-style ul li .fr-latest-profile span {
font-size: 14px;
margin-left: 10px;
color:#6d7c90;
text-transform: capitalize;
}
.fr-latest-style ul li:last-child {
margin-right: 0;
}
.fr-latest-sm {
background-color: #fff;
padding: 25px;
padding-right: 0;
border-radius: 0 0 12px 12px;
}
.fr-latest-container {
margin-top: 20px;
padding-right: 25px;
position: relative;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.fr-latest-container span.readmore {
margin-top: 15px;
color: #fe696a;
display:inline-block;
}
.fr-latest-container span.readmore i {
margin-left: 7px;
vertical-align: middle;
}
.fr-latest-style ul li .fr-latest-profile i {
color: #fe696a;
font-size: 14px;
}
.fr-latest-box {
margin-bottom: 30px;
background-color: #FFF;
border-radius: 12px;
position: relative;
overflow: hidden;
}
.fr-blog-content ul li {
float: left;
margin-right: 12px;
}
.fr-blog-content ul li i {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 50px;
width: 33px;
height: 32px;
padding: 8px;
text-align: center;
font-size: 16px;
line-height: 15px;
color: #242424;
transition: .6s;
}
.fr-blog-content {
overflow: hidden;
background-color: #000;
padding: 50px 20px;
text-align: center;
position: relative;
}
.fr-blog-content h3 {
font-size: 22px;
color: #FFF;
margin-bottom: 8px;
}
.fr-blog-content ul {
overflow: hidden;
margin: 0 auto;
display: table;
}
.fr-blog-content p {
color: #fff;
margin-bottom: 20px;
line-height: 24px;
font-size: 14px;
}
.fr-blog-content img {
max-width: 140px;
border-radius: 100px;
margin-bottom: 18px;
}
.fr-blog-content ul li i:hover {
background-color: #fe696a;
color: #fff;
border-color: #fe696a;
}
.fr-bg-style-2 {
position: absolute;
right: 40px;
top: 0;
}
.fr-latest-srch-box {
background: url("../images/abs.png");
padding: 26px 28px;
margin-top: 30px;
background-position: center center;
background-size: cover;
}
.fr-src-content {
margin-top: 22px;
}
.fr-src-content .form-group {
margin-bottom: 0;
}
.fr-src-content input {
height: 48px;
background-color: #f0f0f0;
border: none;
font-size: 14px;
border-radius: 0;
}
.fr-src-content .form-control:focus {
background-color: #f0f0f0;
}
.fr-latest-post {
background-color: #fff;
padding: 20px 25px;
margin-top: 30px;
}
.fr-latest-components {
overflow: hidden;
margin-top: 20px;
}
.fr-latest-components ul li .fr-cm-profile {
float: left;
margin-right: 10px;
}
.fr-latest-components ul li .fr-cm-details {
overflow: hidden;
}
.fr-latest-components ul li .fr-cm-profile img {
max-width: 80px;
border-radius: 12px;
}
.fr-latest-components ul li .fr-cm-details span {
font-size: 14px;
}
.fr-latest-components ul li .fr-cm-details p {
font-size: 17px;
line-height: 24px;
color: #242424;
}
.fr-latest-components ul li {
width: 100%;
margin-bottom: 22px;
overflow: hidden;
padding-bottom: 22px;
border-bottom: 1px solid #e9e9e9;
}
.fr-latest-components ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.fr-latest-post .heading-contents-2 {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 10px;
}
.fr-latest-tags {
background-color: #fff;
padding: 20px 25px;
margin-top: 30px;
}
.fr-tag-list a {
background-color: #f0f0f0;
font-size: 14px;
border-radius: 6px;
padding: 6px 20px;
margin-right: 3px;
margin-bottom: 13px;
display: inline-block;
transition: .6s;
}
.fr-tag-list {
margin-top: 22px;
}
.fr-tag-list a:hover {
color: #242424;
background-color: #fe696a;
}
.fr-latest-pagination {
margin-top: 20px;
float: right;
margin-bottom:30px;
}
.fr-latest-pagination .pagination li {
background-color:#FFF;
margin-right: 10px;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.fr-latest-pagination .pagination li:last-child {
margin:0;
}
.fr-latest-pagination .pagination a {
color: #242424;
font-size: 14px;
margin:0;
padding:10px 15px;
display: block;
line-height: 26px;
border:none;
}
.fr-latest-pagination .pagination .page-item.active .page-link {
background-color: #fe696a;
border-color: #fe696a;
}
.fr-latest-pagination .page-link:focus {
box-shadow: none;
}
.fr-latest-pagination .page-link:hover {
background-color: #fe696a;
border-color: #fe696a;
color:#FFF;
}
.fr-blog-banner {
margin-bottom: 30px;
text-align:center;
}
.post-desc {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-desc .fr-latest-container p {
line-height:1.8;
}
.post-desc p:not(:last-child) {
margin-bottom: 1rem;
}
.fr-latest-blog-2 .fr-latest-box {
margin-bottom: 0;
}
.post-desc .fr-latest-sm {
border-radius: 0 0 4px 4px;
margin-bottom:30px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-desc .fr-latest-box {
background-color:transparent;
border-radius: 0 0 4px 4px;
}
.post-desc .comment-form p a {
color:#fe696a;
}
.post-desc .comment-form .form-group {
margin-bottom:20px;
}
.post-desc .comment-form label {
margin-bottom: 15px;
}
.fr-latest-main-content {
background-color: #000;
margin-right: 20px;
padding: 10px;
margin-top: 22px;
}
.fr-latest-main-content p {
color: #fff;
line-height: 30px;
font-size: 16px;
font-weight: 500;
}
.fr-latest-main-product {
border: 1px solid rgba(255,255,255,0.5);
padding: 18px 20px;
}
.fr-latest-blog-components {
margin-right: 20px;
margin-top: 20px;
}
.fr-latest-blog-container {
float: left;
width: 50%;
margin-top: 45px;
}
.fr-latest-blog-content {
overflow: hidden;
}
.fr-latest-blog-content img {
width: 100%;
}
.fr-latest-blog-container p {
font-size: 16px;
line-height: 30px;
margin-bottom: 25px;
}
.fr-latest-blog-components p {
font-size: 14px;
line-height: 28px;
margin-top: 0;
overflow: hidden;
width: 95%;
}
.fr-latest-tags-2 {
overflow: hidden;
margin-top: 20px;
margin-right: 25px;
display: flex;
flex-direction: column;
}
.fr-latest-t-content {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.fr-latest-t-box > span {
font-style: italic;
padding-right: 1rem;
}
.fr-latest-t-content .fr-latest-t-box a, .tagcloud a.tag-cloud-link, .wp-block-tag-cloud .tag-cloud-link {
color: #6d7c90;
font-size: 0.875rem !important;
line-height: 2rem;
white-space: nowrap;
padding: 0 1rem;
background: #f4f4f4;
font-style: italic;
display: inline-block;
margin: 5px;
border-radius:4px;
}
.fr-latest-t-content .fr-latest-t-box a:hover, .tagcloud a.tag-cloud-link:hover, .wp-block-tag-cloud .tag-cloud-link:hover {
background-color:#fe696a;
color:#FFF;
}
.fr-latest-tags-2 .fr-latest-t-icons {
display: flex;
margin-top: 20px;
}
.fr-latest-t-icons i {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 50px;
width: 35px;
height: 35px;
padding: 8px;
text-align: center;
font-size: 16px;
line-height: 17px;
color: #242424;
transition: .6s;
margin-right: 8px;
}
.fr-latest-t-icons i:hover {
background-color: #fe696a;
color: #fff;
border-color:#fe696a;
}
.fr-latest-blog-2 .fr-contact-form form {
margin-top: 20px;
}
.fr-latest-blog-2 .fr-contact-form {
padding: 45px 30px;
}
.fr-latest-user-reviews {
background-color: #fff;
padding: 30px;
overflow: hidden;
margin-bottom:30px;
border-radius:4px;
margin-top:30px;
}
.fr-latest-user-reviews .heading-contents-2 h3 {
font-size: 22px;
}
.fr-user-reviews-2 img {
max-width: 100px;
border-radius: 60px;
}
.fr-user-reviews-2 {
float: left;
margin-right: 15px;
}
.fr-user-reviews-2-sm {
overflow: hidden;
}
.fr-user-reviews-2-sm ul li {
float: left;
margin-right: 25px;
font-size: 20px;
font-weight: 500;
color: #242424;
}
.fr-user-reviews-2-sm ul {
overflow: hidden;
}
.fr-user-reviews-2-sm a {
font-size: 14px;
font-weight: 500;
color: #242424;
}
.fr-user-reviews-2-sm p {
margin-top: 6px;
font-size: 14px;
line-height: 28px;
margin-bottom: 12px;
}
.fr-user-reviews-2-sm ul li span {
font-weight: 400;
margin-left: 40px;
font-size: 14px
}
.fr-user-reviews-2-sm a i {
margin-right: 10px;
color: #fe696a;
}
.fr-latest-f1 {
border-bottom: 1px solid #e9e9e9;
padding: 32px 0;
}
.fr-latest-f1:last-child {
border-bottom: none;
padding-bottom: 0;
}
.fr-user-reviews-2-sm .sm-style-2::before{
content: "";
top: 1px;
border-right: 2px solid
#242424;
right: -24px;
position: absolute;
height: 75%;
transform: rotate(20deg);
}
.fr-user-reviews-2-sm .sm-style-2 {
font-size: 18px;
position: relative;
}
.fr-latest-content h2 {
font-size: 30px;
margin-bottom: 20px;
padding-right:15px;
}
.fr-blog-f-details .fr-latest-style-detai ul {
display:flex;
flex-direction:row;
list-style: none;
padding: 0;
}
.fr-blog-f-details .fr-latest-style-detai ul li {
display: flex;
align-items: center;
margin-right:30px;
-ms-word-wrap: anywhere;
word-wrap: anywhere;
}
.fr-blog-f-details .fr-latest-style-detai ul li:last-child {
margin-right:0;
}
.fr-blog-f-details .fr-latest-style-detai ul li i {
color:#fe696a;
margin-right:10px;
}
.fr-blog-f-details .fr-latest-style-detai ul li img{
max-width: 40px;
border-radius: 50px;
margin-right: 10px;
}
.fr-blog-f-details .fr-latest-style-detai ul li span {
font-size: 16px;
color:#6d7c90;
text-transform:capitalize;
vertical-align:middle;
}
.fr-blog-f-product {
position: relative;
overflow: hidden;
}
.fr-blog-f-details {
position:relative;
overflow: hidden;
border-radius: 4px;
}
/*freelance employers*/
.project-sidebar {
top:0;
}
.project-price {
background-color:#FFF;
border-radius:4px;
}
.fr-project-apply {
margin-bottom:30px;
}
.project-price .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 0;
padding: 1.5rem 1.5rem;
position: relative;
}
.project-price .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.project-price .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.project-price .project {
display: flex;
width: 45px;
height: 45px;
line-height: 2em;
vertical-align: middle;
padding-top: 0px;
color: #fff;
font-size: 20px;
border-radius: 50px;
position: relative;
align-items: center;
text-align: center;
left: 0;
right: 0;
justify-content: center;
font-weight: 500;
}
.project-price .feature i {
font-size:70px;
color:#777;
opacity:0.3;
position:absolute;
top: 20px;
right: 25px;
}
.project-price .price-label {
color:#777;
font-size:12px;
}
.project-price .price {
font-size:30px;
font-weight:500;
margin-top:5px;
}
.project-price .price-bottom {
margin-top:20px;
}
.project-price .price-bottom .price-type {
text-transform: uppercase;
color: #242424;
}
.project-price .price-bottom p {
color:#48b300;
float: right;
}
.project-price .price-bottom small {
font-size:14px;
text-transform:uppercase
}
.fr-project-f-des .fr-project-product {
position:relative;
overflow:hidden;
}
.fr-project-product-features {
position:relative;
padding:30px;
}
.fr-project-product-features .fr-project-product ul {
list-style: none;
position: relative;
overflow: hidden;
}
.fr-project-product-features .fr-project-product ul li {
position: relative;
overflow: hidden;
margin-bottom: 20px;
width: 33%;
float: left;
}
.fr-project-product-features .fr-project-product .short-detail-icon {
float: left;
margin-right: 15px;
}
.fr-project-product-features .fr-project-product .short-detail-icon img {
margin-top: 5px;
}
.fr-project-product-features .fr-project-product .short-detail-icon i {
font-size:30px;
line-height:50px;
color:#fe696a;
}
.fr-project-product-features .fr-project-product .short-detail-meta {
position: relative;
overflow: hidden;
}
.fr-project-product-features .fr-project-product .short-detail-meta small {
display: block;
font-size: 12px;
color: #777;
}
.fr-project-product-features .fr-project-product .short-detail-meta strong {
font-weight: 400 !important;
font-size: 16px;
}
.custom-widget {
background-color: #fff;
border-radius: 4px;
color: #242424;
margin-bottom: 20px;
padding: 15px;
margin-top:30px;
}
.widget-custom-heading {
margin-bottom: 20px;
position: relative;
overflow: hidden;
padding-bottom: 16px;
border-bottom: 1px solid #e9e9e9;
font-size:18px;
font-weight:400;
}
.listing-viewed-card {
display: flex;
flex-direction: row;
background: #fff;
overflow: hidden;
margin-bottom: 20px;
border-bottom: solid 1px #f5f5f5;
padding-bottom: 20px;
}
.listing-viewed-img {
transition: opacity .3s ease;
display: block;
object-fit: cover;
width: 100px;
height: 66px;
}
.listing-viewed-detailz {
position: relative;
width: 100%;
}
.listing-viewed-card .date a {
font-size: 12px;
color: #a3a3a3;
}
.listing-viewed-title {
transition: color .3s ease;
font-size: 16px;
line-height: 20px;
color: #242424;
font-weight: 400;
}
.listing-viewed-title a {
color:#242424;
}
.listing-viewed-title a:hover {
color:#fe696a;
}
.listing-viewed-stats {
display: inline-block;
float: none;
list-style: outside none none;
margin: 0;
padding-left: 0;
}
.listing-viewed-stats > li:last-child {
border-right:0;
padding-right:0;
margin-right:0;
}
.listing-viewed-stats > li {
float: left;
margin-right: 10px;
font-size: 12px;
color: #a3a3a3;
border-right: 1px solid #f0f0f0;
line-height: 10px;
padding-right: 10px;
}
.listing-viewed-stats > li p {
color:#999;
}
.custom-widget-body ul.related-lists:last-child .listing-viewed-card{
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}
.pro-section.project-details {
margin-bottom:30px;
}
.project-details .pro-box {
background-color: #f3f7fd;
padding: 30px 20px;
border:none !important;
}
.proposals-dashboard .fr-project-profile .fr-project-img-box img {
width:65px;
}
.proposals-dashboard .fr-project-profile .fr-project-user-details .h-style2 {
font-size: 18px;
}
.proposals-dashboard .fr-project-profile .fr-project-user-details ul {
position:relative;
margin-top:10px;
overflow:hidden;
}
.proposals-dashboard .fr-project-inner-content {
background-color:#f3f7fd;
border:none;
}
.proposals-dashboard .fr-project-assets {
display:none;
-moz-transition: opacity 1s, visibility 1.3s;
-webkit-transition: opacity 1s, visibility 1.3s;
-o-transition: opacity 1s, visibility 1.3s;
transition: opacity 1s, visibility 1.3s;
margin-left: 60px;
background-color:#fff;
padding:15px;
width: auto;
border-radius: 4px;
position: relative;
overflow: hidden;
float: none;
}
.proposals-dashboard .fr-project-assets.showhide {
display:block;
-moz-transition: opacity 1s, visibility 1.3s;
-webkit-transition: opacity 1s, visibility 1.3s;
-o-transition: opacity 1s, visibility 1.3s;
transition: opacity 1s, visibility 1.3s;
}
.proposals-dashboard .fr-project-assets p {
font-size:16px;
}
.fr-project-bidding.proposals-dashboard .fr-project-profile .fr-project-content-details ul li:first-child span {
background-color:transparent;
border:none;
font-size:30px;
}
.proposals-dashboard .fr-project-content-details ul li:first-child span small {
display:block;
color:#777;
font-size:40%;
text-align:right;
}
.proposals-dashboard.fr-project-bidding .fr-project-box h3 {
font-size:20px;
}
.project-price .price-bottom .hourly-text {
color:#777;
display:block;
font-size:12px;
}
.protip-skin-default--scheme-black.protip-container {
font-family: Poppins;
}
.form-group .richText-editor p {
font-size:14px;
font-style:normal;
}
.alert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 1rem 2rem;
margin: 0 0 20px 0;
border-radius: 4px
}
.alert .alert-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 1.25rem 0 0
}
.alert .alert-icon i {
font-size: 1.5rem
}
.alert .alert-icon.alert-icon-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch
}
.alert .alert-text {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.alert .alert-close {
padding: 0 0 0 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.alert .alert-close .close {
text-shadow: none!important
}
.alert .alert-close i {
opacity: .8;
-webkit-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
font-size:1rem;
}
.alert .alert-close i:hover {
-webkit-transition: all .3s ease;
transition: all .3s ease;
opacity: 1
}
.alert.alert-elevate {
-webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1);
box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1)
}
.alert.alert-primary .alert-text hr {
border-top-color: #fff;
opacity: .4
}
.alert.alert-secondary .alert-icon i {
color: #74788d
}
.imageview .title,
.imageview .prev,
.imageview .next,
.imageview .hide {
-background-color: rgba(0, 255, 0, 0.2);
}
.imageview {
display: none;
position: fixed;
z-index: 10000;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: rgba(0,0,0,0.9);
}
.imageview .prev,
.imageview .next,
.imageview .hide {
position: absolute;
opacity: 0.5;
background-repeat: no-repeat;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
cursor: pointer;
}
.imageview .prev:hover,
.imageview .next:hover,
.imageview .hide:hover {
opacity: 1;
}
.imageview .prev,
.imageview .next {
z-index: 10001;
width: 80px;
height: 100%;
background-position: 30px 50%;
background-size: 28px 100%;
}
.imageview .prev {
left: 0px;
background-position: 30px 50%;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik05Ny4xNDEsMjI1LjkyYzAtOC4wOTUsMy4wOTEtMTYuMTkyLDkuMjU5LTIyLjM2NkwzMDAuNjg5LDkuMjdjMTIuMzU5LTEyLjM1OSwzMi4zOTctMTIuMzU5LDQ0Ljc1MSwwYzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM4OCwwLDQ0Ljc0OEwxNzMuNTI1LDIyNS45MmwxNzEuOTAzLDE3MS45MDljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzkxLDAsNDQuNzQ0Yy0xMi4zNTQsMTIuMzY1LTMyLjM4NiwxMi4zNjUtNDQuNzQ1LDBsLTE5NC4yOS0xOTQuMjgxQzEwMC4yMjYsMjQyLjExNSw5Ny4xNDEsMjM0LjAxOCw5Ny4xNDEsMjI1LjkyeiIvPjwvc3ZnPg==');
}
.imageview .next {
right: 0px;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zNDUuNDQxLDI0OC4yOTJMMTUxLjE1NCw0NDIuNTczYy0xMi4zNTksMTIuMzY1LTMyLjM5NywxMi4zNjUtNDQuNzUsMGMtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxLDAtNDQuNzQ0TDI3OC4zMTgsMjI1LjkyTDEwNi40MDksNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQsMC00NC43NDhjMTIuMzU0LTEyLjM1OSwzMi4zOTEtMTIuMzU5LDQ0Ljc1LDBsMTk0LjI4NywxOTQuMjg0YzYuMTc3LDYuMTgsOS4yNjIsMTQuMjcxLDkuMjYyLDIyLjM2NkMzNTQuNzA4LDIzNC4wMTgsMzUxLjYxNywyNDIuMTE1LDM0NS40NDEsMjQ4LjI5MnoiLz48L3N2Zz4=');
}
.imageview .hide {
z-index: 10002;
top: 0%;
right: 0%;
width: 80px;
height: 80px;
background-position: 30px 50%;
background-size: 20px 20px;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyMTIuOTgyIDIxMi45ODIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3YzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiLz48L3N2Zz4=');
}
.imageview .title {
position: absolute;
opacity: 0.5;
z-index: 10000;
top: 0%;
left: 0%;
width: 100%;
height: 80px;
line-height: 80px;
vertical-align: bottom;
text-indent: 30px;
font-family: Arial;
font-size: 18px;
color: #fff;
}
.imageview .image {
display: flex;
position: absolute;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.imageview .image img {
display: none;
max-width: 100%;
max-height: 100%;
}
.service-sidebar {
top:0;
}
.service-sidebar .ref-id {
color:#999;
text-align:right;
font-size:14px;
font-style:italic;
}
.fr-services2-details small.report {
font-style:italic;
color:#777;
padding:20px;
text-align:center;
display:block;
}
.fr-services2-details small.report i {
margin-right:10px;
}
.service-sidebar .whizzchat-button {
background-color:#FFF;
padding:20px;
width:100%;
border-radius:4px;
margin-bottom:30px;
}
.service-sidebar .whizzchat-button a {
width:100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
font-size: 18px;
}
.service-sidebar .whizzchat-button i {
color:#ccc;
text-align:right;
}
.service-sidebar .whizzchat-button img {
display:inline-block;
margin-right:10px;
width:30px;
}
.project-price.service {
border: 1px solid #242424;
border-radius: 4px;
background-color: #242424;
margin-top:0;
}
.project-price.service .price-label {
color: #FFF;
}
.project-price.service .price {
color: #FFF;
}
.project-price.service .feature i {
color:#FFF;
}
/*SERVICE DETAIL SHARE BUTTON*/
.social-share #wrapper {
position: relative;
z-index:9;
}
.social-share input[type="checkbox"] {
display: none;
}
.social-share .checkbox:checked + .label {
background: #242424;
color: #FFF;
}
.social-share .checkbox:checked + .label i, .social-share .checkbox:checked + .label span {
color:#FFF;
}
.social-share .checkbox:checked ~ .social {
opacity: 1;
transform: scale(1) translate(-100px, -100px);
}
.social-share .label {
margin-bottom:0;
cursor: pointer;
}
.social-share .social {
transform-origin: 15% 0%;
transform: scale(0) translate(-100px, -100px);
opacity: 0;
transition: 0.5s;
position:absolute;
left:20px;
}
.social-share ul {
position: relative;
display: flex;
flex-direction: row;
margin: -15px auto 0;
color: #fff;
background: #242424;
padding: 0;
list-style: none;
border-radius:4px;
box-shadow: 0 9.5px 12.7px 0 rgba(0,0,0,.05);
}
.social-share ul li {
font-size: 20px;
margin: 0;
display: block;
padding-right: 0 !important;
}
.social-share ul li a {
width:50px;
height:50px;
justify-content: center;
display: flex;
align-content: center;
align-items: center;
}
.social-share ul li:hover {
color: rgba(0, 0, 0, 0.5);
}
.social-share ul:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
margin: 50px auto;
height: 0;
width: 0;
border-left: 24px solid transparent;
border-right: 24px solid transparent;
border-top: 20px solid #c8232c;
}
.social-share li[class*="twitter"] {
background: #6cdfea;
}
.social-share li[class*="instagram"] {
background: #0e68ce;
}
.social-share li[class*="facebook"] {
background: #3b5998;
}
.social-share li[class*="linkedin"] {
background: #2867B2;
}
.social-share li[class*="linkedin"] {
background: #2867B2;
}
.social-share li[class*="pinterest"] {
background: #c8232c;
}
.social-share .social ul li i {
margin:0 !important;
color:#FFF;
}
.listing-page-slider.owl-carousel .owl-item img {
display: block;
width: 100%;
height: 593px;
}
/*FREELANCER STYLE-1*/
.fr-hero-detail.style-1 {
background:none;
background-color: #F8F8F8;
padding: 50px 0;
}
.fr-hero-detail.style-1::before {
background:none;
content:normal;
}
.fr-hero-detail.style-1 .custom-product {
padding-bottom: 25px;
background-color: #FFF;
padding: 30px 15px;
margin: 0 ;
border-radius: 4px;
margin-top: -180px;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information span.title {
color:#242424;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
color:#999;
}
.fr-hero-detail.style-1 .fr-hero-hire p, .fr-hero-detail.style-1 .fr-hero-hire span {
color:#242424;
}
.fr-hero-m-jobs-bottom {
position:relative;
overflow:hidden;
background-color:#FFF;
border-radius:0 0 4px 4px;
}
.fr-hero-m-jobs-bottom ul {
display:flex;
border-top: 1px solid #e1e1e1;
}
.fr-hero-m-jobs-bottom ul li {
padding:15px 30px;
display: flex;
width: 100%;
text-align: center;
justify-content: center;
color: #999;
border-right: 1px solid #e1e1e1;
font-size: 14px;
}
.fr-hero-m-jobs-bottom ul li:last-child {
border:none;
}
.fr-hero-theme.freelancer {
height: 400px;
position:relative;
}
.fr-hero-theme.freelancer:before{
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(to bottom, rgba(140, 124, 124, 0.2), #000000db);
}
.fr-hero-m-jobs-bottom ul li:nth-child(4n+1) small {
color:#3398fb;
}
.fr-hero-m-jobs-bottom ul li:nth-child(4n+2) small{
color: #f5365c;
}
.fr-hero-m-jobs-bottom ul li:nth-child(4n+3) small{
color:#8553ee;
}
.fr-hero-m-jobs-bottom ul li:nth-child(4n+4) small{
color:#f56036;
}
.fr-hero-m-jobs-bottom ul li span small {
font-size: 24px;
font-weight: 500;
margin-right: 5px;
}
.fr-hero-details-content .fr-hero-details-information h1 {
font-size:26px;
margin-bottom:0;
color:#FFF;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
max-width: 130px;
border-radius: 10px;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
padding-top: 14px;
}
.fr-hero-detail.style-1 .fr-hero-details-information h1 {
color:#242424;
}
.fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
margin-top: 25px;
}
.freelancer-profile-img {
width: auto;
max-width: 170px;
border-radius: 10px;
position:relative;
border-radius:10px;
background-color:#FFF;
padding:7px;
}
.freelancer-profile-img img {
position:relative;
border-radius:10px;
}
.freelancer-profile-img span {
padding: 8px;
position: absolute;
top: -4%;
right: -4%;
}
.fr-product-description .main-box {
padding: 30px;
position: relative;
overflow: hidden;
background-color: #FFF;
border-radius: 4px;
margin-bottom:30px;
}
#toast-container>div {
border-radius:4px;
}
.forget_pwd .modal-body {
padding:30px;
background-color:#f8f8f8;
border-radius: 0 0 4px 4px;
}
.forget_pwd .modal-body .btn-style {
float:right;
}
.forget_pwd .modal-header {
padding:20px 30px;
background-color: #242424;
border-radius: 4px 4px 0 0;
}
.forget_pwd .modal-header h5 {
color:#FFF;
font-size:18px;
}
.forget_pwd button.close {
color:#FFF;
background-color: transparent;
border: none;
}
/* Shop CSS */
.woocommerce-topbar {
background-color: #fcfbfb;
padding: 20px 25px;
margin-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #eee;
}
.woocommerce-topbar p.woocommerce-result-count {
margin: 10px 0 0;
font-weight: 500;
color: #484848;
font-size: 14px;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
margin: 0;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
cursor: pointer;
background-color: #fff;
border-color: #ebebeb;
border-radius: 4px;
}
.woocommerce .shop-area ul.products li.product {
margin-bottom: 0 !important;
}
.woocommerce .shop-area ul.products li.product img {
margin: 0 !important;
}
.woocommerce .shop-area ul.products li.product .price {
color: #212529;
font-size: 14px;
font-weight: 500;
}
.woocommerce .shop-area ul.products li.product del {
padding-right: 5px;
opacity: .8 !important;
}
.woocommerce .shop-area ul.products li.product ins {
text-decoration: none;
font-weight: 500 !important;
}
.woocommerce.shop-area .content-area span.sale-btn {
position: absolute;
top: 0;
left: 0;
background: #ff2d2d;
color: #fff;
z-index: 2;
padding: 0 10px;
font-size: 14px;
}
/* Woocommerce pagination */
.woocommerce-pagination .page-numbers {
border: none !important;
}
.woocommerce-pagination .page-numbers li {
border: none !important;
}
.woocommerce-form .woocommerce-form__label {
width: 100%;
}
.woocommerce-form .woocommerce-form__label span {
font-size: 14px;
padding-left: 4px;
}
.woocommerce-form .woocommerce-button {
display: block !important;
color: #fff !important;
padding: 13px 30px !important;
}
.woocommerce-form p.woocommerce-LostPassword.lost_password {
margin: 15px 0 0;
}
.woocommerce-ResetPassword .woocommerce-Button {
display: block !important;
color: #fff !important;
padding: 15px 30px !important;
margin-top: 10px !important;
}
.woocommerce .woocommerce-MyAccount-navigation {
background: #FFF;
border: 1px solid #eee;
padding: 30px;
border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
list-style-type: none;
margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 7px 20px;
color: #242424;
text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
padding-top:0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
padding-bottom:0;
}
.woocommerce .woocommerce-MyAccount-content {
position:relative;
overflow: hidden;
background-color: #FFF;
padding: 30px;
border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-content form label {
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .col-1 {
max-width: 48%;
padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .col-2 {
max-width: 48%;
padding: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
font-size: 18px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
border: 1px solid #eee;
height: 45px;
padding: 5px 15px;
font-size: 14px;
color: #777777;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
font-size: 14px;
display: inline-block;
margin-top: 10px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
font-size: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
margin-bottom: 20px;
padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
width: 100%;
line-height: 1;
font-size: 14px;
margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
display: block;
width: 100%;
border: 1px solid #eee;
height: 45px;
padding: 5px 15px;
font-size: 14px;
color: #62618d;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
height: 45px;
border: 1px solid #eee;
border-radius: 0;
padding: 8px 15px;
font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content .button {
color: #fff;
font-size: 16px;
padding: 12px 30px;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
background-color: #000;
color: #fff;
}
.woocommerce .woocommerce-MyAccount-content address {
font-style: normal;
font-size: 14px;
border: 1px solid #eee;
padding: 10px 20px;
margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-content p {
margin-top: 0;
}
.woocommerce .single-products {
text-align: center;
position: relative;
margin-bottom: 20px;
}
.woocommerce .single-products .products-content {
margin-top: 15px;
}
.woocommerce .single-products .products-content h3 {
font-size: 18px !important;
margin-bottom: 10px;
}
.woocommerce .single-products .products-content ul {
padding: 0;
margin: 10px 0 12px;
list-style-type: none;
}
.woocommerce .single-products .products-content ul li {
display: inline-block;
color: #eac11d;
}
.woocommerce .single-products .products-content ul li i::before {
font-size: 15px;
}
.woocommerce .single-products .products-content .add-to-cart-btn {
display: block;
width: 100%;
color: #0e314c;
border: 1px solid #0e314c;
padding: 15px;
text-transform: uppercase;
font-weight: 500;
background: #fff;
border-radius: 0;
font-size: 14px;
margin-top: 20px !important;
}
.woocommerce .single-products .sale-btn, .single-products .onsale {
position: absolute;
top: 25px;
right: 0;
background: #ff2d2d;
color: #fff;
z-index: 2;
padding: 0 10px;
font-size: 14px;
}
.woocommerce .single-products .products-image {
overflow: hidden;
position: relative;
}
.woocommerce .single-products .products-image a {
display: block;
}
.woocommerce .single-products .products-image img {
-webkit-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
width: 100%;
}
.woocommerce .single-products .products-image::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: gray;
content: '';
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: 1;
opacity: 0;
visibility: hidden;
}
.woocommerce .single-products .products-image ul {
padding: 0;
z-index: 2;
list-style-type: none;
margin: 0;
position: absolute;
left: 0;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.woocommerce .single-products .products-image ul li {
display: inline-block;
}
.woocommerce .single-products .products-image ul li a {
display: block;
background: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
}
.woocommerce .single-products .products-image ul li a svg {
width: 20px;
}
.woocommerce .single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
color: #ffffff;
}
.woocommerce .single-products .products-image ul li a:nth-child(1) {
margin-left: -15px;
}
.woocommerce .single-products .products-image ul li a:nth-child(3) {
margin-right: -15px;
}
.woocommerce .single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
background-color: #0e314c;
color: #ffffff;
}
.woocommerce .single-products:hover .products-image::before, .single-products:focus .products-image::before {
opacity: .40;
visibility: visible;
}
.woocommerce .single-products:hover .products-image ul, .single-products:focus .products-image ul {
opacity: 1;
visibility: visible;
}
.woocommerce .single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
margin-left: 0;
}
.woocommerce .single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
margin-right: 0;
}
.woocommerce .single-products .star-rating {
margin-left: auto !important;
margin-right: auto !important;
}
.woocommerce .product-btn-hover a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
display: none;
}
/* Shop Details CSS */
.woocommerce .products-details-image img {
width: 100%;
}
.woocommerce .products-details-image .slick-slider {
position: relative;
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce .products-details-image .slick-dots {
padding: 0;
text-align: center;
margin: 10px 0 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.woocommerce .products-details-image .slick-dots li {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 0 5px;
}
.woocommerce .products-details-image .slick-dots li button {
padding: 0;
outline: 0;
border: none;
margin: 0;
cursor: pointer;
}
.woocommerce .products-details-image .slick-dots li:last-child {
margin-right: 0;
}
.woocommerce .products-details-image .slick-dots li:first-child {
margin-left: 0;
}
.woocommerce .products-details-image .slick-thumbs {
display: none;
}
.woocommerce .products-details h3 {
font-size: 20px;
margin-bottom: 8px;
font-weight: 600;
}
.woocommerce .products-details .price {
margin-bottom: 14px;
font-weight: 600;
}
.woocommerce .products-details .price span {
color: #777777;
}
.woocommerce .products-details .rating {
padding: 0;
margin: 0 0 12px;
list-style-type: none;
}
.woocommerce .products-details .rating li {
display: inline-block;
color: #eac11d;
}
.woocommerce .products-details .rating li i::before {
font-size: 15px;
}
.woocommerce .products-details .availability {
margin-bottom: 20px;
}
.woocommerce .products-details form .quantity {
display: inline-block;
padding-right: 10px;
}
.woocommerce .products-details form .quantity span {
padding-right: 10px;
}
.woocommerce .products-details form .quantity input {
border: 1px solid #eeeeee;
background: #ffffff;
height: 45px;
padding: 5px;
width: 100px !important;
outline: 0;
font-size: 17px;
}
.woocommerce .products-details form button {
color: #ffffff;
border: none;
height: 46px;
padding: 0 20px;
position: relative;
top: -3px;
cursor: pointer;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.woocommerce .products-details form button:hover, .products-details form button:focus {
color: #ffffff;
}
.woocommerce .products-details form .add-to-wishlist-btn {
margin-left: 5px;
background: transparent;
color: #0e314c;
border: 1px solid #eeeeee;
position: relative;
top: -3px;
cursor: pointer;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
}
.woocommerce .products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
color: #ffffff;
}
.woocommerce .products-details form .buy-btn {
margin-left: 0;
clear: both;
float: left;
margin-top: 20px;
}
.woocommerce .products-details form .buy-btn .btn-primary {
-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
padding: 10px 30px;
}
.woocommerce .products-details form .buy-btn .btn-primary::after, .products-details form .buy-btn .btn-primary::before {
-webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.woocommerce .products-details .custom-payment-options {
margin-top: 20px;
}
.woocommerce .products-details .custom-payment-options span {
display: block;
margin-bottom: 10px;
}
.woocommerce .products-details .products-share-social {
margin-top: 25px;
}
.woocommerce .products-details .products-share-social span {
display: inline-block;
margin-right: 10px;
}
.woocommerce .products-details .products-share-social ul {
padding: 0;
margin: 0;
list-style-type: none;
display: inline-block;
}
.woocommerce .products-details .products-share-social ul li {
display: inline-block;
}
.woocommerce .products-details .products-share-social ul li a {
width: 32px;
text-align: center;
line-height: 27px;
height: 32px;
border: 1px solid;
border-radius: 50%;
}
.woocommerce .products-details .products-share-social ul li a svg {
width: 15px;
}
.woocommerce .products-details .products-share-social ul li a.facebook {
border-color: #4267b2;
color: #4267b2;
}
.woocommerce .products-details .products-share-social ul li a.facebook:hover {
background: #4267b2;
color: #ffffff;
}
.woocommerce .products-details .products-share-social ul li a.twitter {
border-color: #38A1F3;
color: #38A1F3;
}
.woocommerce .products-details .products-share-social ul li a.twitter:hover {
background: #38A1F3;
color: #ffffff;
}
.woocommerce .products-details .products-share-social ul li a.linkedin {
border-color: #0077B5;
color: #0077B5;
}
.woocommerce .products-details .products-share-social ul li a.linkedin:hover {
background: #0077B5;
color: #ffffff;
}
.woocommerce .products-details .products-share-social ul li a.instagram {
border-color: #231F20;
color: #231F20;
}
.woocommerce .products-details .products-share-social ul li a.instagram:hover {
background: #231F20;
color: #ffffff;
}
.woocommerce .products-details .products-share-social ul li a:hover {
color: #ffffff;
}
.woocommerce .products-details .woocommerce-product-details__short-description {
margin-bottom: 10px;
}
.woocommerce .products-details .variations .label label {
margin-top: 10px;
}
.woocommerce .products-details .variations .value select {
height: 45px;
border-radius: 0;
border: 1px solid #eee;
padding: 10px 15px;
}
.woocommerce .related.products h2 {
font-size: 20px;
margin: 0;
font-weight: 600;
}
.woocommerce .related.products span.sale-btn {
top: 25px;
right: 0;
left: auto;
}
.woocommerce .related.products .products-content h3 {
font-size: 15px !important;
}
.woocommerce .products-details-tabs {
margin-top: 40px;
}
.woocommerce .products-details-tabs #tabs {
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce .products-details-tabs #tabs li {
display: inline-block;
padding: 12px 30px 8px;
cursor: pointer;
margin: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #eaeaea;
font-weight: 500;
}
.woocommerce .products-details-tabs #tabs li.active {
background-color: #ffffff;
position: relative;
}
.woocommerce .products-details-tabs #tabs li.inactive {
background-color: #eeeeee;
padding: 12px 50px;
}
.woocommerce .products-details-tabs #tabs a {
padding: 0;
}
.woocommerce .products-details-tabs .content {
display: none;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 25px !important;
}
.woocommerce .products-details-tabs .content.show {
display: block;
}
.woocommerce .products-details-tabs .content h3 {
margin-bottom: 12px;
font-size: 18px;
}
.woocommerce .products-details-tabs .content .additional-information {
padding: 0;
margin: 25px 0 0;
list-style-type: none;
text-align: left;
}
.woocommerce .products-details-tabs .content .additional-information li {
border: 1px solid #eeeeee;
border-bottom: none;
padding: 10px 15px;
color: #666666;
}
.woocommerce .products-details-tabs .content .additional-information li:last-child {
border-bottom: 1px solid #eeeeee;
}
.woocommerce .products-details-tabs .content .additional-information li span {
display: inline-block;
width: 45%;
}
.woocommerce .products-details-tabs .content .products-reviews {
text-align: left;
max-width: 500px;
margin: 0 auto;
}
.woocommerce .products-details-tabs .content .products-reviews p {
margin-bottom: 0;
}
.woocommerce .products-details-tabs .content .products-reviews .review-form {
margin-top: 20px;
max-width: 620px;
}
.woocommerce .products-details-tabs .content .products-reviews .review-form p {
margin-bottom: 0;
}
.woocommerce .products-details-tabs .content .products-reviews .review-form .form-control {
background: transparent;
}
.woocommerce .products-details-tabs .content .products-reviews .star-source {
width: 0;
height: 0;
margin-top: 5px;
visibility: hidden;
}
.woocommerce .products-details-tabs .content .products-reviews .star-source svg {
width: 1.5rem;
height: 1.5rem;
padding: 0 0.15rem;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 105px;
margin-bottom: 10px;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating label {
cursor: pointer;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating label .star {
color: transparent;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .woocommerce .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .woocommerce .products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus ~ label .star, .woocommerce .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked ~ label .star {
color: #f2b01e;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating svg {
width: 1.5rem;
height: 1.5rem;
padding: 0 0.15rem;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating input[name="star"] {
display: inline-block;
width: 0;
opacity: 0;
margin-left: -2px;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label {
-webkit-animation: scaleup 1s;
animation: scaleup 1s;
}
.woocommerce .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label .star {
-webkit-animation: starred 0.5s;
animation: starred 0.5s;
}
.woocommerce .products-details-tabs .content .shop_attributes th, .products-details-tabs .content .shop_attributes td {
padding: 10px 15px;
border: 1px solid #eee;
}
.woocommerce .products-details-tabs .content .woocommerce-Reviews-title {
margin-bottom: 20px !important;
}
.woocommerce .products-details-tabs .content .products-reviews .commentlist {
padding: 0;
}
.woocommerce .products-details-tabs .content .products-reviews .commentlist li .comment-text p.meta {
font-size: 14px !important;
margin-bottom: 5px !important;
color: #0e314c !important;
}
.woocommerce .products-details-tabs .content .products-reviews .comment-reply-title {
font-size: 18px;
line-height: 30px;
margin-top: 0;
font-weight: 500;
color: #0e314c;
}
.woocommerce .products-details-tabs .content .products-reviews p.stars {
margin-bottom: 15px !important;
}
.woocommerce .products-details-tabs .content .products-reviews .form-submit .btn {
color: #fff !important;
padding: 15px 25px !important;
display: inline-block !important;
font-weight: 500 !important;
cursor: pointer !important;
font-size: 15px !important;
border-radius: 0 !important;
text-transform: uppercase;
letter-spacing: 1px;
transition: .5s;
-webkit-transition: .5s;
}
.woocommerce .products-details-tabs .content p.comment-form-cookies-consent {
margin: 10px 0 20px !important;
}
@-webkit-keyframes scaleup {
from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleup {
from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes starred {
from {
color: #f2b01e;
}
to {
color: #f2b01e;
}
}
@keyframes starred {
from {
color: #f2b01e;
}
to {
color: #f2b01e;
}
}
/* Cart CSS */
.woocommerce .cart-table {
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce .cart-table table {
margin-bottom: 0;
background-color: #FFF;
border: none;
}
.woocommerce .cart-table tr:last-child td {
border:none;
}
.woocommerce .cart-table table thead tr th {
border-bottom-width: 0px;
vertical-align: middle;
font-weight: 500;
padding: 15px;
font-size: 15px;
border: none;
}
.woocommerce .cart-table table tbody tr td {
vertical-align: middle;
color: #666666;
border-color: #eaedff;
border-left: none;
border-right: none;
padding:15px;
}
.woocommerce .cart-table .coupon .input-text {
background-color: #f4f6f9;
border: none;
height: 50px;
line-height: 30px;
color: #777;
border-radius:4px;
}
.woocommerce .cart-table .coupon, .woocommerce-form-coupon-toggle {
display:none;
}
.woocommerce .fl-woocommerce-cart #respond input#submit, .woocommerce .fl-woocommerce-cart a.button, .woocommerce .fl-woocommerce-cart button.button, .woocommerce .fl-woocommerce-cart input.button, .woocommerce .fl-woocommerce-cart button.button:disabled[disabled] {
background-color: #fe696a;
color: #FFF;
padding: 13px 30px;
border: 1px solid #fe696a;
font-weight: 500;
border-radius: 4px;
font-size: 14px;
width: auto !important;
transition: .6s;
position: relative;
height: 50px;
}
.woocommerce .fl-woocommerce-cart #respond input#submit:hover, .woocommerce .fl-woocommerce-cart a.button:hover, .woocommerce .fl-woocommerce-cart button.button:hover, .woocommerce .fl-woocommerce-cart input.button:hover, .woocommerce .fl-woocommerce-cart button.button:disabled[disabled]:hover {
background-color:#fe696a;
}
.woocommerce .cart-table table tbody tr td.product-thumbnail a {
display: block;
}
.woocommerce .cart-table table tbody tr td.product-thumbnail a img {
width: 60px;
}
.woocommerce .cart-table table tbody tr td.product-name a {
color: #777;
font-weight: 500;
display: inline-block;
}
.woocommerce .cart-table table tbody tr td.product-subtotal .remove {
color: red;
margin-left: 25px;
position: relative;
top: -1px;
}
.woocommerce .cart-table table tbody tr td.product-subtotal .remove svg {
width: 19px;
}
.woocommerce .cart-table table tbody tr td.product-quantity .form-control {
background: transparent;
width: 80px;
}
.woocommerce .cart-table .coupon .input-text {
width: 180px !important;
padding: 5px 15px !important;
}
.woocommerce .cart-table .coupon .btn-light {
margin-left: 5px;
}
.woocommerce .cart-table .btn-light {
height: 45px;
color: #fff;
padding: 5px 30px;
border-radius: 0;
}
.woocommerce .cart-buttons {
margin-top: 30px;
}
.woocommerce .cart-buttons .btn-light {
background-color: #eaedff;
}
.woocommerce .cart-buttons .btn-light:hover, .woocommerce .cart-buttons .btn-light:focus {
color: #ffffff;
}
.woocommerce .cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active, .woocommerce .cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active, .woocommerce .cart-buttons .btn-light:hover .show > .btn-light.dropdown-toggle, .woocommerce .cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active, .woocommerce .cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active, .woocommerce .cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle {
color: #ffffff;
}
.woocommerce .cart-buttons .btn-light:focus {
color: #ffffff;
}
.woocommerce .cart-totals .btn {
color:#FFF;
}
.woocommerce .cart-totals {
background: #ffffff;
padding: 40px;
max-width: 600px;
width: 100% !important;
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
border-radius: 5px;
margin: 45px auto 0;
float: inherit !important;
}
.woocommerce .cart-totals h3 {
font-size: 18px !important;
margin-bottom: 20px !important;
margin-top:0;
}
.woocommerce .cart-totals ul {
padding: 0;
margin: 0 0 25px;
list-style-type: none;
}
.woocommerce .cart-totals ul li {
border: 1px solid #eaedff;
padding: 10px 15px;
color: #0e314c;
overflow: hidden;
}
.woocommerce .cart-totals ul li:first-child {
border-bottom: none;
}
.woocommerce .cart-totals ul li:last-child {
border-top: none;
}
.woocommerce .cart-totals ul li span {
float: right;
color: #777;
}
.woocommerce .cart-totals .shop_table th, .cart-totals .shop_table td {
border: 1px solid #eee;
font-weight: 500;
}
.woocommerce .cart-totals .wc-proceed-to-checkout {
padding: 0;
margin-top: 25px;
}
.woocommerce .shop_table a.remove:hover {
background: none;
color: #000 !important;
}
/* Checkout CSS */
.woocommerce .user-actions {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 18px 25px 15px;
margin-bottom: 35px;
border-top: 3px solid;
}
.woocommerce .user-actions svg {
margin-right: 4px;
width: 16px;
}
.woocommerce .user-actions span {
display: inline-block;
}
.woocommerce .user-actions span a {
font-weight: 500;
display: inline-block;
color: #0e314c;
}
.checkout-area .title {
font-size: 18px;
margin-bottom: 25px;
}
.woocommerce .billing-details {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 25px;
border-radius: 5px;
}
.woocommerce .billing-details .form-group label {
display: block;
color: #777;
margin-bottom: 8px;
font-size: 14px;
font-weight: 400;
}
.woocommerce .billing-details .form-group label .required {
color: red;
}
.woocommerce .billing-details .form-group .form-control {
background: transparent;
}
.woocommerce .billing-details .form-group select {
cursor: pointer;
}
.woocommerce .billing-details .form-check {
margin-bottom: 15px;
}
.woocommerce .billing-details .form-check .form-check-label {
color: #777;
}
.woocommerce .billing-details .form-check label {
font-size: 14px;
font-weight: 400;
}
.woocommerce .order-details {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 25px;
border-radius: 5px;
}
.woocommerce .order-details .order-table table {
margin-bottom: 0;
text-align: left;
}
.woocommerce .order-details .order-table table thead tr th {
border-bottom-width: 0px;
vertical-align: middle;
font-weight: 500;
border-color: #eaedff;
padding: 15px 20px;
}
.woocommerce .order-details .order-table table tbody tr td {
vertical-align: middle;
color: #777;
border-color: #eaedff;
font-size: 14px;
}
.woocommerce .order-details .order-table table tbody tr td.product-name a {
color: #777;
display: inline-block;
}
.woocommerce .order-details .order-table table tbody tr td.order-subtotal span, .woocommerce .order-details .order-table table tbody tr td.order-shipping span, .woocommerce .order-details .order-table table tbody tr td.total-price span {
color: #0e314c;
font-weight: 500;
}
.woocommerce .order-details .woocommerce-checkout-payment ul {
list-style-type: none;
}
.woocommerce .order-details .woocommerce-checkout-payment ul li {
list-style-type: none;
}
.woocommerce .order-details .woocommerce-checkout-payment ul .woocommerce-notice {
padding-left: 40px;
}
.woocommerce .order-details .woocommerce-checkout-payment ul .woocommerce-notice::before, .woocommerce .order-details .woocommerce-checkout-payment ul .woocommerce-notice::before, .woocommerce .order-details .woocommerce-checkout-payment ul .woocommerce-notice::before {
top: 18px;
left: 18px;
}
.woocommerce .order-details .payment-method {
margin-top: 40px;
border-top: 1px solid #eaedff;
padding-top: 35px;
}
.woocommerce .order-details .payment-method p {
font-size: 14px;
}
.woocommerce .order-details .payment-method p [type="radio"]:checked, .woocommerce .order-details .payment-method p [type="radio"]:not(:checked) {
display: none;
}
.woocommerce .order-details .payment-method p [type="radio"]:checked + label, .woocommerce .order-details .payment-method p [type="radio"]:not(:checked) + label {
padding-left: 27px;
cursor: pointer;
display: block;
font-weight: 600;
color: #0e314c;
position: relative;
margin-bottom: 8px;
}
.woocommerce .order-details .payment-method p [type="radio"]:checked + label::before, .woocommerce .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
content: '';
position: absolute;
left: 0;
top: 4px;
width: 18px;
height: 18px;
border: 1px solid #dddddd;
border-radius: 50%;
background: #ffffff;
}
.woocommerce .order-details .payment-method p [type="radio"]:checked + label::after, .woocommerce .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
content: '';
width: 12px;
height: 12px;
position: absolute;
top: 7px;
left: 3px;
border-radius: 50%;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.woocommerce .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
transform: scale(0);
}
.woocommerce .order-details .payment-method p [type="radio"]:checked + label::after {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.woocommerce .order-details .btn.order-btn {
display: block;
}
.woocommerce .billing-details .select2-selection--single {
height: 45px;
padding: 5px 10px;
border: 1px solid #eee;
border-radius: 0;
}
.woocommerce .billing-details .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 35px;
}
.woocommerce .billing-details .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 5px;
}
.woocommerce .woocommerce-shipping-fields {
margin-top: 15px;
}
.woocommerce .woocommerce-shipping-fields .select2-selection--single {
height: 45px;
padding: 5px 10px;
border: 1px solid #eee;
border-radius: 0;
}
.woocommerce .woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 35px;
}
.woocommerce .woocommerce-shipping-fields .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 5px;
}
.woocommerce .woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 3.5em !important;
}
.woocommerce .checkout_coupon .input-text {
border: 1px solid #eee;
height: 45px;
padding: 5px 15px;
}
.woocommerce .checkout_coupon .button {
color: #fff !important;
border-radius: 0 !important;
font-weight: 600 !important;
height: 45px;
padding: 5px 30px !important;
}
.woocommerce .checkout_coupon .button:hover {
background-color: #000 !important;
color: #fff !important;
}
.woocommerce .return-to-shop .button {
padding: 15px 30px !important;
text-decoration: none !important;
}
.woocommerce form .fl-checkout-form .form-row input.input-text {
background-color: #f4f6f9;
border: none;
height: 50px;
line-height: 30px;
color: #777;
padding:15px;
border-radius:4px;
}
.woocommerce form .fl-checkout-form .form-row textarea {
background-color: #f4f6f9;
border: none;
height: 100px;
line-height: 30px;
color: #777;
padding:15px;
border-radius:4px;
}
.fl-checkout-form .select2-container--default .select2-selection--single {
height: 50px;
background-color: #f4f6f9;
border: none;
}
.fl-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #242424;
line-height: 40px;
}
.fl-checkout-form .billing-details {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 25px;
border-radius: 5px;
margin-bottom: 30px;
}
.fl-checkout-form .billing-details h3, .fl-checkout-form .woocommerce-additional-fields, .fl-checkout-form .order-details1 h3#order_review_heading {
margin-top:0;
}
.fl-checkout-form .woocommerce-additional-fields {
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 25px;
border-radius: 5px;
margin-bottom: 30px;
}
.fl-checkout-form table td, .fl-checkout-form table th {
padding: .5em;
border: none;
word-break: break-all;
}
.fl-woocommerce-order .woocommerce-thankyou-order-details {
background-color: #FFF;
padding: 30px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-radius: 4px;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
margin-bottom:30px;
}
.fl-woocommerce-order .woocommerce-thankyou-order-received {
font-size:30px;
text-align:center;
margin-bottom:50px;
color:#242424;
}
.woocommerce .fl-woocommerce-order .woocommerce-customer-details address {
padding:15px;
line-height:30px;
}
.woocommerce .fl-woocommerce-order .btn-custom {
margin:0 auto;
text-align:center;
margin-bottom:50px;
}
.woocommerce .fl-woocommerce-order .btn-custom .btn {
color:#FFF;
}
/* Shop widget area */
.woocommerce .widget-area .widget_shopping_cart .total {
border-top: 3px double #ebe9eb;
padding: 10px 0 15px;
margin: 0;
}
.woocommerce .widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward {
color: #fff;
}
.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
background-color: #0e314c;
color: #fff;
margin-left: 10px;
}
.woocommerce .widget-area .widget_product_search .woocommerce-product-search {
position: relative;
}
.woocommerce .widget-area .widget_product_search .woocommerce-product-search .search-field {
width: 100%;
height: 45px;
border: 1px solid #eee;
padding: 8px 15px;
}
.woocommerce .widget-area .widget_product_search .woocommerce-product-search .search-field:focus {
outline: 0;
}
.woocommerce .widget-area .widget_product_search button {
border: 1px solid;
color: #fff;
height: 45px;
padding: 10px 15px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.woocommerce.widget_product_search button{
border: 1px solid;
color: #fff;
height: 45px;
padding: 10px 15px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.woocommerce.widget_product_search .widget-content{
position:relative;
}
.blog-sidebar .widget {
padding: 15px 25px;
}
.shop-sidebar {
background-color: #FFF;
box-shadow: 1px 0px 20px rgb(0 0 0 / 7%);
border-radius: 4px;
}
.shop-sidebar .heading {
padding: 20px;
border-bottom: 1px solid #ebebeb;
}
.shop-sidebar .heading h4 {
margin: 0;
display: inline-block;
font-weight: 500;
}
.shop-sidebar .heading a {
float: right;
font-size: 12px;
}
.woocommerce.widget_product_search button:hover {
background-color: #000;
border-color: #000;
color: #fff;
}
.woocommerce.widget_product_search .search-field:focus {
outline: 0;
}
.woocommerce.widget_product_search .search-field {
width: 100%;
height: 45px;
border: 1px solid #eee;
padding: 8px 15px;
}
.woocommerce .widget-area .widget_product_search .woocommerce-product-search button:hover {
background-color: #000;
border-color: #000;
color: #fff;
}
.exertio-shop ul.products li{
padding: 20px !important;
box-shadow: 1px 0px 20px rgb(0 0 0 / 7%);
background-color: #fff;
position: relative;
margin-bottom: 30px;
overflow: hidden;
border-radius: 4px;
text-align: center;
}
.woocommerce .widget-area span.count {
float: right;
}
.woocommerce .widget-area .woocommerce-widget-layered-nav .select2-selection--multiple {
border: 1px solid #eee;
border-radius: 0;
padding: 0 10px;
font-size: 14px;
height: 45px;
}
.woocommerce .widget-area .woocommerce-widget-layered-nav .select2-selection--multiple .select2-selection__rendered li {
margin-top: 10px;
}
.woocommerce .widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit {
color: #fff;
border: 1px solid;
cursor: pointer;
padding: 6px 20px;
border-radius: 2px;
}
.woocommerce .widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit:hover {
background-color: #000;
color: #fff;
border-color: #000;
}
.woocommerce .widget-area .widget_price_filter button.button {
color: #fff;
border: 1px solid;
font-size: 13px !important;
font-weight: 500;
}
.woocommerce .widget-area .widget_price_filter button.button:hover {
background-color: #000;
border-color: #000;
color: #fff;
}
.woocommerce .widget-area .select2-container--default .select2-selection--single {
border: 1px solid #eee;
border-radius: 0;
height: 45px;
}
.woocommerce .widget-area .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
padding: 0 15px;
}
.woocommerce .widget-area .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px;
right: 6px;
}
.widget-area span.product-title {
font-weight: 500;
}
.woocommerce .widget-area span.woocommerce-Price-amount.amount {
font-size: 14px;
}
.woocommerce .widget-area .star-rating {
margin: 5px 0;
}
.woocommerce .widget-area .select2-selection__clear {
margin-right: 10px;
}
/*BLOG CSS*/
.blog-sidebar .widget ul li, .wp-block-archives-list li, .wp-block-rss li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 15px 0;
border-bottom: 1px solid #ebebeb;
color: #aaa;
}
.blog-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative;
}
.blog-sidebar .widget ul li a::before {
color: gray;
font-family: "Font Awesome 5 Free";
width: 30px;
text-align: left;
position: absolute;
left: 0;
font-weight: 900;
content: '\f0da';
}
.blog-sidebar .widget ul li:last-child {
border-bottom: medium none;
padding-bottom: 0;
}
.blog-sidebar .widget ul li a {
text-align: left;
color: #000;
float: left;
font-size: .9375rem;
margin-left: 15px;
margin-right: 5px;
}
.widget .widget-heading {
position: relative;
margin-bottom: 20px;
}
.blog-sidebar .widget .widget-heading h3 {
color: #20292f;
margin-bottom: 0;
text-transform: capitalize;
position: relative;
font-size: 18px;
padding-bottom:20px;
line-height:1.2;
}
.blog-sidebar .widget {
position: relative;
margin-top: 0;
background-color: #fff;
padding: 25px;
overflow: hidden;
margin-bottom: 30px;
border-radius: 4px;
}
.fl-search-blog .input-group .input-group-append .blog-search-btn {
color: #fff;
background-color: #fe696a;
border: 1px solid #fe696a;
padding: 10px 20px;
border-radius: 0 4px 4px 0;
height: 50px;
}
.widget .search-form input.search-submit {
display: none !important;
}
.heading-dots {
position: relative;
width: 100%;
}
.heading-dots .h-dot {
position: relative;
display: block;
float: left;
width: 3px;
height: 3px;
border-right: 3px solid #fe696a;
margin-right: 3px;
}
.heading-dots .h-dot.line-dot {
border-right: 40px solid #fe696a;
}
/*BLOG CSS*/
.exertio-comms-list .post.pingback {
margin-top:20px;
}
.exertio-comms {
padding: 25px 0;
border-bottom: 1px dashed #BBB;
}
.exertio-comms .comment-user {
display: flex;
align-items: center;
}
.exertio-comms .comment-user .comm-avatar img {
width: 35px;
height: 35px;
border-radius: 50%;
margin-right:10px;
}
.exertio-comms .comment-user .user-details {
color: #777;
}
.exertio-comms .comment-user .username {
text-decoration: underline;
color: #fe696a;
margin-right:5px;
}
.exertio-comms .comment-user .username a {
color:#fe696a;
}
.post-desc a, .wp-caption-text a {
text-decoration: none;
/*color: #fe696a;*/
}
.exertio-comms .comment-text {
padding: 10px 0 0;
}
.widget-seprator .widget-seprator-heading {
margin-bottom:20px;
}
.widget-seprator .widget-seprator-heading.comments-special {
margin-bottom:0;
}
.widget-seprator .widget-seprator-heading .sec-title {
font-size:24px;
font-weight:500;
margin-bottom:0;
margin-top:0;
}
/*BLOG SIDEBAR THEME UNIT TEST*/
.single-blog.blog-detial .blog-post .post-excerpt dl {
margin-top: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt dl dd, .single-blog.blog-detial .blog-post .post-excerpt dl dt {
margin-bottom: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt p em strong, .single-blog.blog-detial .blog-post .post-excerpt p strong, .single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
color: #20292f
}
.about-us-content p {
margin-bottom: 15px
}
.blog-sidebar .widget.widget-content .textwidget p strong {
color: #20292f
}
.blog-sidebar .widget.widget-content a.rsswidget {
display: inline-block
}
.blog-sidebar .widget {
padding: 20px 25px
}
.blog-sidebar .widget .widget-heading h4.panel-title {
margin-bottom: 10px
}
.blog-sidebar .widget .widget-heading h4 a {
padding: 0
}
.blog-sidebar .widget select {
margin-top: 15px
}
.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
padding: 0;
margin-left: 10px!important
}
.shop-sidebar .widget_product_search{
padding-bottom:0;
}
.gallery {
margin-left: -.5em;
margin-right: -.5em
}
.gallery:after {
display: table;
content: "";
clear: both
}
.gallery-item {
margin: 0;
float: left;
padding: .5em
}
.gallery-item img {
width: 100%
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-3 .gallery-item {
width: 33.33%
}
.wp-caption-text.gallery-caption {
margin-top: 5px
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery-columns-5 .gallery-item {
width: 20%
}
.gallery-columns-6 .gallery-item {
width: 16.6667%
}
.gallery-columns-7 .gallery-item {
width: 14.2857%
}
.gallery-columns-8 .gallery-item {
width: 12.5%
}
.gallery-columns-9 .gallery-item {
width: 11.1111%
}
/*.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left
}*/
.post-desc table, .post-desc td, .post-desc th {
border: 1px solid #ddd
}
.post-desc table {
border-collapse: collapse;
width: 100%;
color: #375174
}
.post-desc dt, .post-desc th {
color: #242424;
font-weight:600;
}
.post-desc dd {
color:#777;
}
.post-desc td, .post-desc th {
padding: 15px
}
.media .children li {
margin-bottom: 0!important
}
.comment_form {
margin-top: 0!important
}
.commentform .form-submit {
padding-left: 15px
}
.comment-reply-title {
margin-top: 0!important;
font-size: 18px;
color: #777;
font-weight: 400;
}
.comment-reply-title a {
color: #e52d27
}
#cancel-comment-reply-link {
font-size: 14px!important;
color: #777
}
.sb_margin_top {
margin-top: 40px
}
.sb_margin_bottom {
margin-bottom: 40px
}
#wp-calendar {
width: 100%;
font-size: 16px;
background-color: #fff
}
#wp-calendar thead th {
background: #f5f5f5;
border: 1px solid #ebebeb;
border-top: 0;
font-size: 14px
}
#wp-calendar tbody td {
text-align: center;
border: 1px solid #ebebeb;
line-height: 2.5em;
transition: background .15s ease;
-webkit-transition: background .15s ease;
-o-transition: background .15s ease;
-moz-transition: background .15s ease
}
#wp-calendar tbody td:hover {
background: #f1f1f1;
color: #1a1a1a
}
#wp-calendar tbody td a {
display: block;
text-decoration: none;
background: #f1f1f1;
color: #1a1a1a
}
#wp-calendar tbody td:hover a {
background: #4d4d4d;
color: #fff
}
#wp-calendar tfoot td {
padding-top: 1px;
padding: 4px
}
#wp-calendar caption {
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 12px;
outline: 0 none!important;
border: 1px solid #ddd;
color: #20292f
}
#wp-calendar tbody a {
display: block;
text-decoration: underline
}
#wp-calendar th {
text-align: center;
border: 1px solid transparent;
border-top: 0;
padding: 7px 0;
color: #a7a7a7
}
#footer #wp-calendar thead th {
background: #222
}
#footer #wp-calendar tbody td {
border-color: #222
}
.screen-reader-text {
display: none
}
.textwidget img {
height: auto;
max-width: 100%;
}
.blog-sidebar .widget .sub-menu ul.children {
margin-left: 5px!important
}
.blog-sidebar .widget.widget-content ul.children {
padding-top: 2px;
margin-top: 0;
padding-left: 0;
padding-bottom: 2px
}
.post-desc h1 {
font-size: 40px;
margin: 20px 0
}
.post-desc h2 {
font-size: 32px;
margin: 20px 0
}
.post-desc h3 {
margin: 20px 0
}
.post-desc h4 {
font-size: 24px;
margin: 20px 0
}
.post-desc h5 {
font-size: 20px;
margin: 20px 0
}
.post-desc h6 {
font-size: 16px;
margin: 20px 0
}
.post-desc img, .post-desc img[class*=align], .post-desc img[class*=attachment-], .post-desc img[class*=wp-image-], .post-desc img[height] {
height: auto;
max-width: 100%;
clear: both
}
.comment-list .comment .comment-content p {
font-size: 16px;
color: #1a1a1a
}
.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
display: none
}
.sb-top-bar_notification {
background-color: #fcf8e3;
text-align: center;
padding: .6em;
color: #20292f;
font-size: smaller;
font-weight: 800;
display: none
}
.sb-top-bar_notification a {
text-decoration: none;
color: #8a6d3b
}
.user-img {
width: 50px!important
}
.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
left: auto;
right: 0!important
}
blockquote, blockquote p {
margin: 1em auto 1.4em;
line-height: 1.8em;
color: #20292f;
max-width: 750px;
font-size: 1.2em;
position: relative;
padding: 0 40px
}
blockquote::after {
color: #fe696a;
content: '\201C';
display: block;
font-size: 100px;
position: absolute;
left: 24px;
top: 16px
}
.blog-sidebar .widget .input-group-addon {
color: #fff;
border: medium none;
border-radius: 0
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
color: #fff;
padding: 2px 15px
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
background-color: #242424;
border: 1px solid #242424
}
.static-page .post-excerpt {
margin-bottom: 0
}
.static-page .single-blog.blog-detial .post-excerpt.post-desc ol {
margin-bottom: 0
}
.post-ad-form .row .col-md-6 {
min-height: 97px
}
.blog-detial .comment-info .author-desc {
margin-left: 90px
}
.blog-detial .comment-info .author-desc.no-margin {
margin-left: 0
}
.blog-detial .comment-info img {
max-width: 70px
}
.blog-detial .comment-info .author-title {
margin-bottom: 0
}
.comment-list .comment .comment-info .author-desc .author-title li a {
color: #777;
font-size: 14px
}
.blog-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative
}
.blog-sidebar .widget ul li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 15px 0;
border-bottom: 1px solid #ebebeb;
color: #aaa
}
.blog-sidebar .widget ul li ul.children {
padding-left: 20px
}
.blog-sidebar .widget ul.sub-menu {
padding-left: 20px
}
.blog-sidebar .widget ul li.recentcomments {
display: inline-block
}
.blog-sidebar .widget ul li.recentcomments a {
float: none;
margin-left: 5px;
margin-right: 0
}
.blog-sidebar .widget ul li.recentcomments span.comment-author-link {
margin-left: 15px;
margin-right: 0
}
.blog-sidebar .widget ul li.recentcomments span.comment-author-link a {
margin-left: 0
}
.blog-sidebar .change ul li {
width: 100%;
margin: 0;
text-align: left;
display: inline;
padding: 0;
border-bottom: 0
}
.blog-sidebar .change ul li a {
text-align: left;
float: right;
padding: 4px 7px 4px 7px;
background-color: rgba(0, 0, 0, .7);
text-decoration: none;
color: #fff;
border-radius: 4px;
margin-top: 10px;
margin: 0 7px
}
.blog-sidebar .change ul li a i {
font-size: 14px;
vertical-align: middle
}
.blog-sidebar .title-b {
position: absolute;
left: 20px;
bottom: 15px
}
.blog-sidebar .card-title {
font-size: 1.25rem;
font-weight: 500;
text-transform: capitalize;
line-height: 35px;
color: #fff
}
.blog-sidebar .card-title a {
color: #fff
}
.blog-sidebar .card-title a:hover {
color: #fe696a
}
.blog-sidebar .widget ul li a:hover {
color: #fe696a
}
.blog-sidebar .widget .textwidget {
color: #20292f
}
.blog-sidebar .widget .textwidget p strong {
color: #20292f
}
.wp-block-button {
color: #fff;
margin-bottom: 16px
}
.post-excerpt .wp-block-button:not(.is-style-squared) .wp-block-button__link {
border-radius: 5px
}
.post-excerpt .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
background: 0 0;
color: #20292f;
border: 2px solid #fe696a
}
.post-excerpt .wp-block-cover p:not(.has-text-color) {
font-size: 2.25em;
max-width: 100%;
color: #fff;
font-weight: 500;
margin-bottom:0;
}
.post-excerpt .wp-block-cover-text a, .post-excerpt .wp-block-cover-text strong {
color: #fff;
font-weight: 700
}
.post-excerpt .wp-block-cover, .post-excerpt .wp-block-cover-image {
padding: 1rem 2%;
position: relative;
margin-bottom: 16px
}
.post-excerpt .wp-block-gallery .blocks-gallery-grid, .post-excerpt .wp-block-gallery .wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0
}
.post-excerpt .wp-block-columns ol {
padding-left: 15px
}
.post-excerpt .wp-block-columns blockquote, .post-excerpt .wp-block-columns blockquote p {
padding: 0 10px;
margin-top: 0;
margin-bottom: 0
}
.post-excerpt .wp-block-columns blockquote::after {
display: none
}
blockquote cite {
color: #375174;
font-size: 14px;
display: block;
margin-top: 5px
}
p.has-drop-cap:first-letter {
color: #fe696a;
initial-letter: 2;
font-size: 82px!important;
font-weight: 500
}
.post-excerpt .has-large-font-size {
font-size: 36px;
line-height: 1.4
}
.wp-block-file a {
text-decoration: underline;
display: block;
margin-bottom: 16px;
color: #001733;
}
.wp-block-file .wp-block-file__button {
padding: 12px 30px;
background: #fe696a;
border: 1px solid #fe696a;
border-radius: 0;
color: #fff;
position: relative;
text-transform: capitalize;
-webkit-transition: all 150ms ease-out;
-moz-transition: all 150ms ease-out;
-o-transition: all 150ms ease-out;
transition: all 150ms ease-out;
font-size: 16px;
display: inline-table
}
.wp-block-file * + .wp-block-file__button {
margin-left: 0;
margin-bottom: 0
}
.wp-block-archives-dropdown, .wp-block-calendar, .wp-block-categories-dropdown, .wp-block-columns, .wp-block-file, .wp-block-group.has-background, .wp-block-media-text, .wp-block-rss, .wp-block-search {
margin-bottom: 16px
}
.post-desc .wp-block-latest-comments, .post-desc .wp-block-rss, .wp-block-archives.wp-block-archives-list {
padding-left: 0;
list-style: none;
margin-bottom: 16px
}
.blog-sidebar .widget ul li, .wp-block-archives-list li, .wp-block-rss li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 15px 0;
border-bottom: 1px solid #ebebeb;
color: #aaa;
position:relative;
}
.wp-block-archives-list li a, .wp-block-rss li a {
text-align: left;
color: #20292f;
float: left;
font-size: .9375rem;
margin-left: 0;
margin-right: 5px;
font-weight: 500
}
.wp-block-archives-list li:last-child, .wp-block-rss li:last-child {
border-bottom: medium none;
padding-bottom: 0
}
.wp-block-archives .select2-container .select2-selection--single, .wp-block-categories .select2-container .select2-selection--single {
background-color: #fff
}
.post-excerpt .wp-block-latest-comments__comment a, .post-excerpt .wp-block-latest-comments__comment-author {
font-size: 18px;
color: #20292f;
font-weight: 500;
text-transform: capitalize
}
.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list {
list-style: none;
padding: 0
}
.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 1em
}
.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li a {
font-weight: 500;
font-size: 18px;
text-transform: capitalize;
color: #20292f
}
.post-excerpt .wp-block-search__input {
border-radius: 0;
box-shadow: none;
color: #777;
font-size: 14px;
background: #fbfdff;
height: auto;
padding: 10px 20px 10px 20px;
transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
border: 1px solid #dde6ef
}
.wp-block-search .wp-block-search__label {
width: 100%;
display: none
}
.post-excerpt .wp-block-group.has-background .wp-block-group__inner-container {
word-break: break-word;
padding: 25px
}
.post-excerpt .wp-block-separator, .post-excerpt .wp-block-separator hr {
background-color: #e6e6e6;
border: 0;
height: 1px;
margin-bottom: 2rem;
margin-top: 2rem;
max-width: 2.25em;
text-align: left
}
.post-excerpt hr.is-style-wide {
max-width: 100%
}
.post-excerpt .wp-block-separator.is-style-dots {
max-width: 100%;
text-align: center
}
.post-desc .page_with_pagination .page-links a {
text-decoration: none
}
.sticky .fr-latest-sm, .tag-sticky-2 .fr-latest-sm {
background-color: #fff4d3;
}
.sticky .blog-read-more, .tag-sticky-2 .blog-read-more {
border-top: 1px solid #d7e1e1;
}
.for-sp.is-sticky .card-body .custom_radioss {
margin-bottom: 5px;
}
.for-sp.is-sticky .card-body .btn {
margin-top: 15px;
}
.is-sticky.position-sticky {
top:30px;
}
.post-desc ul {
list-style: circle;
margin-bottom: 0;
padding-left: 40px;
}
.post-desc ul li, .post-desc ol li {
color:#777777;
line-height: 1.8;
}
.fr-latest-container ol {
position:relative;
}
.post-excerpt .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
background: 0 0;
color: #20292f;
border: 2px solid #fe696a;
}
.post-excerpt .wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.gallery {
margin: 0 auto 18px
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery img {
box-shadow: 0 0 4px #777;
border: 1px solid #fff;
padding: 8px;
background: #f2f2f2
}
.gallery img:hover {
background: #fff
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px
}
.gallery dl, .gallery dt {
margin: 0
}
.gallery br + br {
display: none
}
.none {
display: none !important;
}
iframe {
width: 100%;
height:100%;
}
.wp-block-embed iframe {
max-width: 100%;
height: 450px;
}
.aligncenter {
clear: both;
display: block;
margin: 6px auto;
text-align: center
}
.alignleft {
float: left;
margin-bottom: 6px!important;
margin-left: 0;
margin-right: 24px;
margin-top: 6px
}
.alignright {
float: right;
margin-bottom: 6px!important;
margin-left: 24px;
margin-right: 0;
margin-top: 6px
}
.wp-caption-dd, .wp-caption-text {
color: #686868;
font-style: italic;
font-weight: 500;
line-height: 17px;
margin: 6px 0 26px;
text-align: left
}
.wp-block-file * + .wp-block-file__button {
margin-left: 0;
margin-bottom: 0;
}
.page_with_pagination {
position: relative;
margin-top: 20px;
}
.page-links .current .no {
color: #fff;
background-color:#fe696a;
}
.page-links .no {
padding: .7rem .85rem;
color: #20292f;
background: #f5f5f5;
text-decoration: none;
border-radius:4px;
display: inline-block;
position: relative;
overflow: hidden;
}
.page-links span {
margin-top:0;
}
.post-desc pre {
border: 1px solid #f4f4f4;
max-width: 100%;
overflow: hidden;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
border-radius: 0;
background-color: #f4f4f4;
color: #375174;
}
.bold, strong, b {
font-weight: 700 !important;
color:#242424;
}
.wp-caption {
max-width: 100%;
}
.post-password-form input[type="password"] {
display: block;
width: 100%;
padding: .575rem .75rem;
font-size: 1rem;
background-clip: padding-box;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
margin-bottom: 15px;
background-color: #f4f6f9;
border: none;
height: 50px;
line-height: 30px;
color: #777;
}
.comment-reply-link {
margin-left: 5px;
}
.post-desc p {
line-height:1.8;
position: relative;
}
.blog-nothing-found {
background-color:#FFF;
border-radius:4px;
padding:20px 25px;
position:relative;
}
.blog-nothing-found .search-submit {
display:none;
}
.blog-nothing-found h3 {
margin-bottom:20px;
}
.blog-nothing-found p {
line-height:1.8;
}
.blog-nothing-found form {
margin:30px 0;
}
/*SERVICES FILTER*/
.services-filter-2 {
background-color: #FFF;
position: relative;
padding: 20px;
margin-bottom: 30px;
border-radius: 4px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
width: 100%;
display:flex;
flex-direction:row;
}
.services-filter-2 form {
display:flex;
flex-direction:row;
width: 100%;
justify-content: space-between;
}
.services-filter-2 form .filters {
min-width:400px;
display:flex;
}
.services-filter-2 h4 {
margin: 0;
margin-bottom: 0px;
color: #242424;
font-weight: 500;
display:inline-block;
}
.services-filter-2 .select2-container {
width:100% !important;
}
.services-filter-2 ul.top-filters {
display: flex;
float: right;
}
.services-filter-2 ul.top-filters li {
display: flex;
flex-direction: row;
}
.services-filter-2 .services-list-icon {
background-color: #f4f6f9;
border-radius: 4px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 17px;
margin-right:15px;
}
.services-filter-2 .services-list-icon span {
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 0px;
background-color: #242424;
height: 2px;
width: 10px;
border-radius: 4px;
margin-bottom: 3px;
display: block;
}
.services-filter-2 .services-list-icon.active span {
background-color:#FFF;
}
.services-filter-2 .services-list-icon span:nth-child(2) {
width: 16px;
}
.services-filter-2 .services-list-icon span:nth-child(3) {
margin-bottom:0;
}
.services-filter-2 .services-grid-icon.active, .services-filter-2 .services-list-icon.active {
background-color: #fe696a;
}
.services-filter-2 .services-grid-icon {
background-color: #f4f6f9;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
padding: 17px;
margin-right:15px;
}
.services-filter-2 .services-grid-icon span {
background-color: #242424;
width: 2px;
height: 10px;
margin-right: 3px;
}
.services-filter-2 .services-grid-icon.active span {
background-color:#FFF;
}
.services-filter-2 .services-grid-icon span:nth-child(2) {
height: 16px;
}
.services-filter-2 .services-grid-icon span:nth-child(3)
{
margin:0;
}
.services-filter-2 .heading-area {
position:relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.services-filter {
position: relative;
display: flex;
flex-direction: row;
background-color: #FFF;
padding: 20px;
margin-bottom:30px;
border-radius:4px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
justify-content: space-between;
}
.services-filter h4 {
margin:0;
display: flex;
align-content: center;
align-items: center;
}
.services-filter ul {
width: 100%;
display: flex;
align-items: center;
}
.services-filter ul.top-filters li {
display: flex;
align-items: center;
width: 70%;
}
.services-filter ul.top-filters li:nth-child(1)
{
width: 30%;
}
.services-filter ul.top-filters li form {
width:100%;
}
.services-filter ul li span.lsit {
position:relative;
}
.services-filter ul li:nth-child(1) a {
margin-right:10px;
cursor:pointer;
}
.services-filter ul.top-filters li .select2-container {
width:100% !important;
}
.services-filter .services-list-icon:hover, .services-filter .services-list-icon .active {
background-color: #fe696a;
}
.services-filter .services-grid-icon:hover, .services-filter .services-grid-icon .active {
background-color: #fe696a;
}
.services-filter .services-list-icon:hover span, .services-filter .services-list-icon .active span {
background-color: #FFF;
}
.services-filter .services-grid-icon:hover span, .services-filter .services-grid-icon .active span {
background-color: #FFF;
}
.services-filter .services-list-icon {
background-color: #f4f6f9;
border-radius: 4px;
height: 45px;
width:110px;
display: flex;
flex-direction: column;
justify-content: center;
}
.services-filter .services-grid-icon {
background-color: #f4f6f9;
border-radius: 4px;
height: 45px;
width:110px;
display:flex;
align-items: center;
justify-content: center;
}
.services-filter ul li a {
color: #666666;
font-size: 12px;
}
.services-filter .services-list-icon span {
margin: 0 auto;
margin-bottom: 0px;
background-color: #242424;
height: 2px;
width: 10px;
border-radius: 3px;
margin-bottom: 2px;
display: block;
}
.services-filter .services-list-icon span:nth-child(2) {
width: 16px;
}
.services-filter .services-grid-icon span {
background-color: #242424;
width: 2px;
height: 10px;
margin-right: 2px;
}
.services-filter .services-grid-icon span:nth-child(2) {
height: 16px;
}
.services-filter .services-grid-icon.active, .services-filter .services-list-icon.active {
background-color:#fe696a;
}
.services-filter .services-grid-icon.active span, .services-filter .services-list-icon.active span {
background-color:#FFF;
}
.services-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.services-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
/*SEARCH SIDEBAR*/
.service-side {
background-color: #FFF;
border-radius: 4px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
position:relative;
overflow:hidden;
}
.service-side .heading {
padding:20px;
border-bottom:1px solid #ebebeb;
}
.service-side .heading h4 {
margin: 0;
display: inline-block;
font-weight: 500;
}
.service-side .heading a {
float:right;
font-size:12px;
color:#fe696a;
}
.service-side .panel-default {
border-radius: 0;
border-bottom: 1px solid #ebebeb;
padding: 20px;
}
.service-side .panel-default > .panel-heading {
padding: 0;
border: none;
}
.service-side .panel-default > .panel-heading a {
color:#242424;
display:block;
}
.service-side .panel-heading a::before {
font-family: 'Font Awesome 5 Free';
content: "\f078";
color: #777;
transition: all 0.5s;
right: 30px;
position: absolute;
font-size: 12px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.service-side .panel-heading a.collapsed::before {
font-family: 'Font Awesome 5 Free';
content: "\f077";
}
.service-side .panel-default .panel-collapse .panel-body {
border: none;
padding: 0;
margin-top: 20px;
max-height: 400px;
overflow-y: auto;
}
.service-side .panel-default .panel-body ul {
position:relative;
padding-left:10px;
}
.service-side .panel-default .panel-body ul li {
font-size: 14px;
margin-bottom: 10px;
color:#777;
padding-top: 10px;
}
.service-side .panel-default .panel-body ul li:last-child {
margin-bottom:0;
}
.service-side .panel-default .panel-body ul li .pretty {
margin-right:10px;
}
.service-side .panel-default .panel-body ul li ul {
margin-top:10px;
padding-left:20px;
}
.service-side .panel-default .panel-body ul li i.fa-plus {
float:right;
}
.service-side .submit-btn {
position:relative;
padding:20px;
}
.service-side .submit-btn p {
color:#777;
font-size:13px;
text-align:center;
margin-bottom:15px;
}
.service-side .range-slider {
padding: 0 15px;
}
.service-side .extra-controls {
margin-top:15px;
}
.service-side .extra-controls input.form-control {
width: 40%;
float: left;
margin: 0 15px;
}
.service-side .range-slider .irs--round .irs-from::before, .service-side .range-slider .irs--round .irs-to::before, .service-side .range-slider .irs--round .irs-single::before {
border-top-color: #fe696a;
}
.service-side .range-slider .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
background-color:#fe696a;
}
.service-side .range-slider .irs--round .irs-handle {
border: 4px solid #fe696a;
top: 28px;
width: 20px;
height: 20px;
}
.service-side .range-slider .irs--round .irs-bar {
background-color: #fe696a;
}
.service-side .range-slider .irs--round .irs-from, .service-side .range-slider .irs--round .irs-to, .service-side .range-slider .irs--round .irs-single {
background-color: #fe696a;
}
.exertio-services-box {
position:relative;
display:flex;
flex-direction:column;
}
.exertio-service-list {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
border-radius:4px;
position:relative;
overflow:hidden;
margin-bottom:30px;
}
.exertio-service-list .featured-image {
position:relative;
overflow:hidden;
height:165px;
}
.exertio-service-list .featured-image::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
z-index:1;
}
.exertio-service-list .featured-image img {
position: absolute;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
width: 100%;
}
.exertio-service-list .features-star {
z-index: 9;
}
.exertio-service-list .features-star i {
left: 6px;
z-index: 99;
}
.exertio-service-list .exertio-service-desc {
padding:15px;
}
.exertio-service-list .exertio-service-title {
position:relative;
overflow:hidden;
}
.exertio-service-list .exertio-service-title a {
font-size:18px;
color:#242424;
font-weight:500;
}
.exertio-service-list .exertio-service-title a:hover {
color:#fe696a;
}
.exertio-service-list .exertio-service-desc span.desc-meta {
font-size:14px;
}
.exertio-service-list .exertio-service-desc span.desc-meta a {
color: #777;
}
.exertio-services-bottom {
position:relative;
overflow:hidden;
border-top:1px solid #ebebeb;
padding:15px;
}
.exertio-services-bottom ul li {
display:inline-block;
}
.exertio-services-bottom ul li.orders {
font-size:12px;
color: #777;
float:right;
}
.exertio-services-box .exertio-service-desc span.rating {
font-size: 12px;
color: #777;
margin-bottom: 5px;
display: block;
}
.exertio-services-box .exertio-service-desc span.rating i {
color: #fe696a;
margin-right: 10px;
}
.exertio-services-box .fr-top-rating {
right: 15px;
left: auto;
top: auto;
bottom: 40px;
z-index: 9;
border: 1px solid #ebebeb;
}
.exertio-services-box .fr-top-rating a.active {
border:none;
}
.exertio-services-box .exertio-services-bottom .style-6 {
background-color: transparent;
color: #fe696a;
border: none;
font-size: 20px;
font-weight: 500;
padding: 0;
margin-left: 10px;
}
.exertio-services-list-2 {
background-color:#FFF;
padding:20px;
position:relative;
overflow:hidden;
margin-bottom:30px;
border-radius:4px;
border-left:3px solid #fe696a;
display:flex;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.exertio-services-list-2 .exertio-services-user-pic {
display:flex;
flex-direction:row;
}
.exertio-services-2-meta {
position:relative;
display:flex;
width: 100%;
}
.exertio-services-2-meta ul {
display:flex;
flex-direction:row;
width: 100%;
justify-content: space-between;
}
.exertio-services-2-meta ul li {
position:relative;
}
.exertio-services-2-meta ul li span.style-6 {
display:block;
color:#fe696a;
font-size:24px;
font-weight:500;
line-height:1.5;
}
.exertio-services-2-meta ul li:nth-child(2)
{
font-size:14px;
color:#777;
text-align:right;
}
.exertio-services-list-2 .exertio-services-2-meta div.rating {
font-size:14px;
color:#777;
}
.exertio-services-list-2 .exertio-services-2-meta div.rating i {
color: #fe696a;
font-size: 12px;
margin-right: 5px;
}
.exertio-services-list-2 .exertio-services-2-meta .btn {
font-size:14px;
padding:10px 20px;
}
.exertio-services-list-2 .exertio-services-2-meta ul li:nth-child(3) p {
margin-top:10px;
font-size:12px;
}
.exertio-services-list-2 .exertio-services-2-meta h3 {
font-size:18px;
margin-bottom:0;
}
.exertio-services-list-2 .exertio-services-2-meta h3 a {
color:#242424;
}
.exertio-services-list-2 .exertio-services-2-meta p {
font-size:14px;
}
.exertio-services-list-2 .exertio-services-2-meta p a {
margin-right:20px;
}
.exertio-services-list-2 .exertio-services-2-meta p a.author {
text-transform:capitalize;
color: #fe696a;
}
.exertio-services-list-2 .exertio-services-2-meta p a i {
color:#aaa;
margin-right:5px;
}
.exertio-services-list-2 .exertio-services-2-meta p a i.fa-check {
background-color: #DDD;
color: #fff;
padding: 3px;
border-radius: 10px;
margin-right: 5px;
font-size: 9px;
vertical-align: middle;
}
.exertio-services-list-2 .exertio-services-2-meta p a i.verified {
background-color:#559250;
}
/*PROJECT SIDEBAR*/
.project-sidebar {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
border-radius: 4px;
}
.project-sidebar .panel-default {
border-bottom: 1px solid #ebebeb;
padding: 20px;
position: relative;
}
.project-sidebar .panel-heading a.collapsed::before {
font-family: 'Font Awesome 5 Free';
content: "\f077";
}
.project-sidebar .panel-heading a::before {
font-family: 'Font Awesome 5 Free';
content: "\f078";
color: #777;
transition: all 0.5s;
right: 35px;
position: absolute;
font-size: 12px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.project-sidebar .panel-heading a {
font-size:16px;
color:#242424;
display:block;
}
.search-finder {
position: relative;
overflow: hidden;
margin-top: 15px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.search-finder .search-clear-btn {
position:absolute;
right: 15px;
top: 15px;
color: #999;
}
.project-sidebar .sub_li_hide, .service-side .sub_li_hide {
padding:0 !important;
margin: 0 !important;
}
.project-sidebar .sub_ul_hide, .service-side .sub_ul_hide {
padding:0 !important;
}
.project-sidebar .submit-btn p {
color: #777;
font-size: 14px;
text-align: center;
margin-bottom: 20px;
}
.project-sidebar .panel-body .select2-container {
width:100% !important;
}
.project-sidebar .panel-default .panel-collapse .panel-body {
border: none;
padding: 0;
max-height: 400px;
margin-top: 20px;
}
.project-sidebar .panel-default .panel-collapse .panel-body .range-slider {
padding-right:20px;
}
.project-sidebar .panel-default .panel-body ul {
position: relative;
padding-left: 10px;
}
.project-sidebar .panel-default .panel-body ul li {
font-size: 14px;
margin-bottom: 10px;
color: #777;
padding-top: 10px;
}
.project-sidebar .panel-default .panel-body ul li .pretty {
margin-right: 5px;
}
.project-sidebar .panel-default .panel-body ul li ul {
margin-top: 10px;
padding-left:20px;
}
.project-sidebar .extra-controls {
margin-top:15px;
position: relative;
overflow: hidden;
}
.project-sidebar .extra-controls .range-slider {
padding-right:20px;
}
.project-sidebar .extra-controls input.form-control {
width: 47%;
float: left;
margin-right:15px;
}
.project-sidebar .extra-controls input.form-control:last-child {
margin:0;
}
.project-sidebar .range-slider .irs--round .irs-from::before, .project-sidebar .range-slider .irs--round .irs-to::before, .project-sidebar .range-slider .irs--round .irs-single::before {
border-top-color: #fe696a;
}
.project-sidebar .range-slider .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
background-color:#fe696a;
}
.project-sidebar .range-slider .irs--round .irs-handle {
border: 4px solid #fe696a;
top: 28px;
width: 20px;
height: 20px;
}
.project-sidebar .range-slider .irs--round .irs-bar {
background-color: #fe696a;
}
.project-sidebar .range-slider .irs--round .irs-from, .project-sidebar .range-slider .irs--round .irs-to, .project-sidebar .range-slider .irs--round .irs-single {
background-color: #fe696a;
}
.project-sidebar .submit-btn {
position: relative;
padding: 20px;
}
.project-sidebar .heading {
padding: 20px;
border-bottom: 1px solid #ebebeb;
}
.project-sidebar .heading h4 {
margin: 0;
display: inline-block;
font-weight: 500;
}
.project-sidebar .heading a {
float: right;
font-size: 12px;
color: #fe696a;
}
.report-button {
font-size:14px;
text-align:right;
padding:20px;
padding-top:0;
}
.report-button i {
margin-right:10px;
}
.fr-lance-banner {
margin-bottom:30px;
}
.project-sidebar .posted-projects .fr-right-detail-box{
border-bottom: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
}
.fr-project-f-open-jobs {
background-color: #fff;
margin-top: 30px;
padding:15px;
border-radius:4px;
margin-bottom:20px;
}
.fr-project-f-open-jobs h3 {
font-size: 18px;
color: #242424;
margin: 0;
font-weight: 500;
}
.fr-project-f-open-jobs .fr-project-open-details h3{
padding: 10px 20px;
}
.fr-project-f-open-jobs {
padding:20px 0;
}
/*NEW HOME PAGES CSS*/
.fr-menu-trans .sb-menu.separate-line > ul > li > a::before {
display: none;
}
.fr-menu-trans .sb-menu {
float: none;
}
.fr-menu-trans .fr-m-right {
float: right;
line-height: 90px;
}
.fr-menu-trans.sb-header .logo {
margin-right: 10%;
}
.fr-menu-trans .sb-menu.separate-line > ul > li > a {
padding: 0 20px;
color: #fff;
font-weight: 500;
text-transform: capitalize;
}
.fr-menu-trans.sticky .fr-m-right {
line-height: 70px;
}
.fr-menu-trans .fr-m-right a {
margin-right: 10px;
}
.fr-menu-trans .fr-m-right a:last-child {
margin-right: 0;
}
.fr-menu-trans .sb-menu.separate-line > ul > li:last-child > a {
padding: 0;
}
.sb-header.header-opacity-on {
background-color: transparent;
}
.fr-menu-trans.sticky .sb-menu.separate-line > ul > li > a {
color: #232323;
}
.fr-menu-trans .fr-m-right .btn-style {
padding: 8px 24px !important;
border-radius: 4px;
}
.fr-menu-trans .fr-m-right .btn-theme {
background-color: #fff !important;
color: #232323;
border-radius: 4px;
border: 1px solid #fff;
padding: 8px 20px;
}
.fr-menu-trans .fr-m-right .btn-theme i {
color: #fe696a;
}
.fr-menu-trans .fr-m-right a {
text-transform: capitalize;
font-weight: 500;
}
.fr-menu-trans .fr-m-right .info-menu {
position: relative;
}
.fr-menu-trans {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.fr-menu-trans .fr-m-right i {
margin-right: 7px;
font-size: 14px;
}
.fr-hero-2 {
background: url("../images/7676.png");
height: 650px;
background-position: center center;
background-size: cover;
}
.fr-hero-ad{
height: 800px;
position: relative;
}
.fr-hero-ad .owl-theme .owl-nav{
display: none;
}
.fr-hero-ad .owl-theme .owl-dots{
display: none;
}
.fr-main-img img{
max-height: 550px;
}
.elbow.owl-carousel.owl-drag .owl-item{
margin-top: 210px;
}
.fr-hero-vid4{
overflow: hidden;
width: 100%;
margin-top: 50px;
display:flex;
align-items: center;
}
.fr-hero-rating{
background: #fff;
border-radius: 0 40px 40px 0;
padding: 12px 22px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
width: 75%;
border-left: 3px solid #fe696a;
display: block;
margin: 0 auto;
margin-bottom: 100px;
}
.fr-h-star{
margin-bottom: 4px;
}
.fr-h-info p{
font-size: 14px;
}
.fr-h-info p span {
font-size: 18px;
color: #242424;
font-weight: 500;
}
.fr-h-info i{
background-color: #47b300;
color: #fff;
padding: 2px;
font-size: 14px;
border-radius: 10px;
margin-right: 10px;
}
.fr-h-star i{
color: #fe696a;
font-size: 14px;
}
.fr-h-star span{
color: #000;
font-size: 14px;
font-weight: 500;
margin-left: 5px;
}
.fr-vid-style i{
font-size: 18px;
background-color: #fff;
color: #000;
padding: 12px 14px;
border-radius: 30px;
text-align: center;
}
.fr-vid-details p{
color: #000;
font-size: 16px;
font-weight: 500;
}
.fr-vid-details span{
font-size: 14px;
color: #000;
}
.fr-vid-style{
float: left;
margin-right: 10px;
border: 1px solid #000;
border-radius: 40px;
padding: 8px;
}
.fr-vid-details{
overflow: hidden;
}
.fr-hero-ad .fr-hero-srch img{
width: 80%;
}
.fr-hero2-content {
text-align: center;
overflow: hidden;
margin: 0 auto;
display: table;
padding-top: 200px;
width: 70%;
}
.fr-hero2-form li {
float: left;
width: 40%;
}
.fr-hero2-form li input {
height: 62px;
padding: 0 20px;
font-size: 14px;
border-radius: 0px;
border: none;
}
.fr-hero2-form .select2-container {
width: 100% !important;
}
.fr-hero2-form .select2-container .select2-selection--single {
height: 62px;
border-radius: 0px 6px 6px 0px;
border: none;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #888;
line-height: 64px;
font-size: 14px;
text-align: left;
padding: 0 20px;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
right: 15px;
}
.fr-hero2-form li:last-child {
width: 20%;
}
.fr-hero2-form li button {
height: 62px;
line-height: 32px;
border-radius: 4px;
}
.fr-hero2-title h1 {
color: #fff;
font-size: 46px;
margin-bottom: 12px;
}
.fr-hero2-title p {
color: #fff;
width: 80%;
text-align: center;
margin: 0 auto;
line-height: 30px;
}
.fr-hero2-title {
margin-bottom: 26px;
}
.fr-hero2-form {
overflow: hidden;
margin-bottom: 17px;
}
.fr-hero2-form li .form-group {
margin-bottom: 0;
}
.fr-hero2-info span {
color: #fff;
font-size: 14px;
margin-right: 18px;
font-weight: 500;
}
.fr-hero2-info a {
background-color: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.3);
font-size: 12px;
margin-right: 12px;
color: #fff;
padding: 2px 8px;
display: inline-block;
border-radius: 4px;
text-decoration: none;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered::before {
content: " ";
position: absolute;
border-left: 1px #ccc solid;
top: 28%;
height: 42%;
left: 0;
}
.fr-hero2-form .style-bind {
border-left: 3px solid #fe696a;
}
.fr-hero2-form li i {
margin-right: 5px;
}
.fr-hero2-video {
text-align: center;
margin: 0 auto;
display: table;
padding-top: 70px;
position: relative;
}
.fr-hero2-video a {
border: 2px solid #fe696a;
padding: 12px 14px;
border-radius: 70px;
display: inline-block;
margin-top: 20px;
z-index: 99;
position: relative;
}
.fr-hero2-video i {
background-color: #fe696a;
color: #FFF;
padding: 18px 20px;
font-size: 22px;
border-radius: 35px;
text-align: center;
}
.fr-hero2-video p {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.fr-hero2-video span {
font-size: 14px;
color: #fff;
display: inherit;
}
.sr img {
margin: 0 auto;
display: table;
}
.sr img:last-child {
margin-right: 0;
}
.fr-logos {
background-color: #f8f8fa;
padding: 30px 0;
}
.section-center {
text-align: center;
margin-bottom: 50px;
}
.no-arrow .owl-nav {
display: none;
}
.fr-about2-texts .text-weight {
font-weight: 600;
margin-bottom: 20px;
font-size: 16px;
line-height: 28px;
}
.fr-about2-texts h2 {
color: #000;
font-size: 36px;
margin-bottom: 15px;
}
.fr-about2-texts {
position: relative;
}
.fr-about2-texts p {
color: #777;
margin-bottom: 15px;
line-height: 26px;
width: 85%;
}
.fr-about2-texts .btn-theme {
padding: 8px 30px;
}
.fr-about2-texts span {
color: #888;
font-size: 16px;
margin-bottom: 6px;
display: inline-block;
}
.fr-serv2 {
background-color: transparent;
}
.fr-serv2 a {
text-decoration: none;
}
.fr-serv-2 {
height: auto;
background-position: center center;
background-size: cover;
}
.fr-serv-2 .row {
padding: 0 !important;
}
.fr-serv2 .heading-contents h3 {
font-size: 28px;
margin-bottom: 10px !important;
}
.fr-serv2 .heading-contents h3 span {
font-weight: 500;
}
.fr-serv2 .heading-contents {
margin-bottom: 50px;
float: left;
}
.fr-serv2 .fr-top-details {
background-color: #fff;
}
.fr-serv2 .top-services-2 {
display: flex !important;
}
.fr-serv2-btn {
float: right;
margin-top: 10px;
}
/*.fr-serv2 .owl-theme .owl-nav {*/
/* display: none;*/
/*}*/
.fr-serv2 .fr-top-product img {
border-radius: 6px 6px 0px 0px;
}
.fr-serv2 .fr-top-product::before {
border-radius: 6px 6px 0px 0px;
}
.fr-about2-client.fr-about-client {
padding: 120px 0;
}
.fr-c-about-products {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.fr-c-about-products img {
position: absolute;
top: 0;
right: -60px;
}
.fr-blog-center.heading-panel {
text-align: center;
margin-bottom: 50px;
}
.fr-blog-center.heading-panel h3 {
color: #393939;
font-weight: 700;
}
.fr-blog-center.heading-panel h3 span {
font-weight: 500;
}
.no-margin .fr-latest-box {
margin-bottom: 0;
}
.no-color.fr-gt-details::before {
display: none;
}
.fr-about2-img {
float: right;
}
.fr-footer-2 {
background: url("../images/444.png");
background-position: center center;
background-size: cover;
position: relative;
padding: 150px 0 0 0;
margin-top: -4%;
}
.fr-footer-2::before {
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: -webkit-linear-gradient(to right, #0575e6, #021b79);
background: linear-gradient(to right, rgba(5, 5, 51, 0.74), rgb(20, 26, 71));
}
.footer-n {
position: relative;
margin-bottom: 50px;
}
.no-color .fr-bg-style {
margin-top: -15px;
position: relative;
z-index: 9;
}
.fr-footer2-icons ul li {
float: left;
margin-right: 10px;
}
.fr-footer2-icons ul li i {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 50px;
width: 32px;
height: 32px;
padding: 8px;
text-align: center;
transition: .6s;
color: #000;
line-height: 16px;
font-size: 16px;
}
.fr-footer2-icons ul li i:hover {
background-color: #fe696a;
color: #000;
border-color: #fe696a;
}
.footer-info {
z-index: 9;
position: relative;
text-align: center;
}
.footer-info p {
color: #fff;
font-size: 14px;
}
.footer-info a {
color: #fe696a;
}
.fr-footer2-icons {
overflow: hidden;
margin-top: 26px;
}
.fr-footer2-icons h3 {
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
text-transform: capitalize;
}
.fr-footer2-icons ul li a {
color: #fff;
font-size: 14px;
}
.fr-footer2-content p {
color: #fff;
font-size: 14px;
line-height: 26px;
margin-top: 18px;
}
.fr-footer-2-product h3 {
color: #fff;
font-size: 20px;
font-weight: 700;
margin-bottom: 17px;
}
.fr-footer-2-product ul li a {
color: #fff;
font-size: 14px;
transition: .6s;
}
.fr-footer-2-product ul li a:hover {
color: #fe696a;
}
.fr-footer2-product {
border-top: 1px solid rgba(255,255,255,0.1);
position: relative;
padding: 20px 0;
}
.fr-footer-2-product ul li {
margin-bottom: 8px;
}
.fr-bg-style {
z-index: 9;
position: relative;
}
.ripple {
background-color: #fff;
width: 1rem;
height: 1rem;
border-radius: 50%;
animation: ripple 4s linear infinite;
position: absolute;
left: 45%;
bottom: 12%;
}
.ripple::before, .ripple::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
animation: ripple 3s linear infinite 1s;
}
.ripple::after {
animation: ripple 3s linear infinite 2s;
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 .3rem rgba(254, 105, 106, 0.1);
}
90% {
box-shadow: 0 0 0 5rem rgba(254, 105, 106, 0.1);
}
}
.herosection-2 {
height:830px;
}
.fr-menu3 .sb-menu.separate-line > ul > li > a {
color: #000;
}
.fr-menu3 {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fr-hero3-main {
margin-top: 250px;
position: relative;
}
.fr-hero3-srch ul li {
float: left;
width: 45%;
}
.fr-hero3-srch ul li .form-group {
margin-bottom: 0;
}
.fr-hero3-srch ul li:last-child {
width: 55%;
}
.fr-her3-elemnt {
overflow: hidden;
display: flex;
margin-top: 24px;
flex-wrap: wrap;
}
.fr-her3-elemnt p {
margin-right: 25px;
font-size: 14px;
color: #242424;
font-weight: 500;
display: flex;
align-items: center;
}
.fr-her3-elemnt a {
font-size: 14px;
margin-right: 10px;
background-color: rgba(255, 180, 19, 0.6);
padding: 2px 10px;
border-radius: 4px;
color: #242424;
margin-bottom: 10px;
}
.fr-her3-elemnt a:hover {
color:#242424;
}
.fr-her3-elemnt a:first-child {
margin-left:15px;
}
.herosection-2 .fr-hero3-video {
position: absolute;
right: 31%;
margin-top: 30px;
display: flex;
align-items: center;
}
.fr-hero3-video {
margin-top: 30px;
display:flex;
align-items:center;
}
.fr-hero3-video i {
background-color: #242424;
color: #FFF;
padding: 18px 20px;
font-size: 22px;
border-radius: 35px;
text-align: center;
}
.fr-hero3-text {
float: left;
margin-right: 25px;
text-align: center;
}
.fr-hero3-text span {
width: 100%;
font-size: 16px;
color: #000;
font-weight: 500;
}
.fr-hero3-text p {
font-size: 14px;
color: #888;
}
.fr-hero3-video a {
border: 2px solid #242424;
padding: 12px;
border-radius: 50%;
display: inline-block;
z-index: 99;
position: relative;
}
.fr-hero3-srch ul li input {
height: 60px;
border-radius: 0;
color: #777;
border-left: 2px solid #fe696a !important;
border: none;
padding: 25px;
background-color: #FFF;
}
.fr-hero3-srch ul li .select2-container .select2-selection--single {
height: 60px;
border-radius: 0;
border: none;
}
.fr-hero3-srch ul li .select2-container {
width: 100% !important;
}
.fr-hero3-content {
width: 75%;
margin-bottom: 35px;
}
.fr-hero3-content h1 {
color: #000;
font-size: 40px;
font-weight: 700;
margin-top: 5px;
}
.fr-hero3-content span {
color: #fe696a;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
.fr-hero3-content p {
color: #777;
font-size: 16px;
line-height: 30px;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 60px;
padding-left: 20px;
background-color: #FFF;
}
.fr-hero3-srch {
overflow: hidden;
border: 1px solid #EEE;
position: relative;
border-radius: 0 7px 7px 0px;
}
.fr-hero3-submit {
position: absolute;
top: 7px;
right: 5px;
}
.fr-hero3-submit button {
font-size: 14px;
border-radius: 4px;
}
.fr-hero3-submit i {
margin-right: 5px;
}
.fr-top3-content .heading-panel h3 span {
font-weight: 500;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 8%;
right: 40%;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
content: " ";
position: absolute;
border-left: 1px #ccc solid;
top: 28%;
height: 42%;
left: 0;
}
.fr-top3-content {
text-align: center;
}
.fr-top-icons {
text-align: center;
position: relative;
padding: 50px 0;
}
.fr-top-icons::before {
content: "";
top: 0;
position: absolute;
right: 0;
border-right: 1px solid #e9e9e9;
height: 100%;
}.fr-top-icons::after {
content: "";
bottom: 0;
position: absolute;
left: 0;
border-bottom: 1px solid #e9e9e9;
width: 100%;
}
.fr-top3-category .col-xl-3:nth-child(4n+4) .fr-top-icons::before{
border-right: none;
}
.fr-top3-category .col-xl-3:nth-last-child(-n+4) .fr-top-icons::after {
border-bottom: none;
}
.top-style {
color: #000;
font-size: 20px;
margin: 20px 0;
font-weight:500;
}
.fr-top-icons span {
background-color: #f8f8fa;
padding: 2px 10px;
font-size: 14px;
border: 1px solid #e9e9e9;
border-radius: 4px;
}
.fr-top-icons p {
width: 50px;
height: 50px;
border-radius: 60px;
background-color: #f5f5f5;
position: absolute;
top: 16%;
left: 50%;
}
.fr-top-icons img {
position: relative;
z-index: 9;
width:55px;
}
.fr-top3-content .heading-panel {
margin-bottom: 60px;
z-index: 0;
}
.fr-top3-content .heading-panel h3 {
font-size: 30px;
color: #000;
font-weight: 700;
}
.fr-latest2-content-box {
overflow: hidden;
position: relative;
padding: 20px 30px;
background-color: #fff;
margin-bottom: 30px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 4px;
}
.fr-latest2-job {
background-position: center center;
background-size: cover;
height: auto;
}
.fr-latest2-content-box .fr-latest2-rating ul li::before {
content: "";
top: 4px;
position: absolute;
height: 70%;
border-right: 2px solid #e9e9e9;
right: -14px;
}
.fr-latest2-content-box .fr-latest2-rating ul li::before {
border-right: none;
}
.fr-latest2-content-box .fr-latest2-rating ul li:last-child {
margin-right: 0;
}
.fr-latest2-content-box .fr-latest2-rating ul li p {
font-size: 14px;
color: #888;
}
.fr-latest2-content-box .fr-latest2-rating ul li span {
color: #888;
font-size: 14px;
margin-left: 5px;
}
.fr-latest2-content-box .fr-latest2-rating ul li p i {
margin-right: 5px;
background-color: #DDD;
color: #fff;
padding: 3px;
font-size: 9px;
border-radius: 20px;
}
.fr-latest2-content-box .fr-latest2-rating ul li p i.verified {
background-color: #259d00;
}
.fr-latest2-content-box .fr-latest2-rating ul li i {
color: #fe696a;
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-bid i {
margin-right: 20px;
font-size: 14px;
color: #bebebe;
}
.fr-latest2-content-box .fr-latest2-bid .mark_fav.fav i {
color: #fe696a;
}
.fr-project-style .mark_fav.fav i {
background: #fe696a;
color: #ffff;
}
.fr-latest2-content-box .fr-latest2-rating .style-text {
width: 100%;
overflow: hidden;
font-size: 20px;
font-weight: 500;
color: #242424;
}
.fr-latest2-content-box .fr-latest2-rating .res-us-exp {
margin-top: 10px;
}
.fr-latest2-content-box .fr-latest2-rating .res-us-exp a {
background-color: transparent;
padding: 0;
border-radius: 0;
font-size: 12px;
margin-bottom: 0 !important;
color: #777;
font-style: italic;
}
.fr-latest2-heading .heading-panel {
text-align: center;
margin-bottom: 55px;
}
.fr-latest2-heading .heading-panel h3 {
font-size: 30px;
}
.fr-latest2-heading .heading-panel h3 span {
font-weight: 500;
}
.fr-latest2-content-box .fr-latest2-price {
overflow: hidden;
}
.fr-latest2-content-box .fr-latest2-bid {
position: relative;
}
.fr-latest2-content-box .fr-latest2-price ul {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.fr-latest2-content-box .fr-latest2-price ul li {
display: flex;
flex-direction: column;
margin-right: 50px;
}
.fr-latest2-content-box .fr-latest2-price ul li:last-child {
margin-right: 0;
}
.fr-latest2-content-box .fr-latest2-price ul li p.info-in {
color: #fe696a;
font-weight: 500;
font-size: 22px;
}
.fr-latest2-content-box .fr-latest2-price ul li p.info-in i {
font-size: 12px;
margin-left: 5px;
color: #777;
}
.fr-latest2-content-box .fr-latest2-price ul li .info-in {
font-size: 14px;
color: #888;
}
.fr-latest2-content-box .fr-latest2-price ul li span {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-price ul li .info-col {
color: #000;
}
.fr-latest2-content-box .features-star {
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;
}
.fr-latest2-content-box .features-star::before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;
}
.fr-latest2-content-box .features-star i {
font-size: 14px;
position: absolute;
left: 14%;
top: 14%;
color: #fff;
}
.fr-center-btn {
text-align: center;
padding-top: 30px;
}
.fr-center-btn .btn-style {
padding: 8px 30px;
font-size: 14px;
}
.fr-browse2.fr-browse-category {
background-color: #fff;
}
.fr-menu3.sticky {
border-bottom: none;
}
.fr-left-align {
float: none !important;
margin-top: 25px;
}
.fr-rev-2.fr-rev {
overflow: hidden;
border-top: none;
height: auto;
background-color: #fff;
padding: 35px 50px;
border-radius: 25px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-top: 0;
}
.fr-rev-2.fr-rev.section-position {
margin-top:-80px;
}
.fr-rev-2.fr-rev ul li:nth-child(4n+4) {
margin-right:0;
}
.project-sidebar-shortcode .fr-latest2-content-box .fr-latest2-bid {
position: absolute;
overflow: hidden;
background-color: #FFF;
padding: 35px 30px;
transition: 0.5s;
right: -250px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.project-sidebar-shortcode .fr-latest2-content-box:hover .fr-latest2-bid {
right: 0;
transition: 0.5s;
}
/*LISTING STYLE 2*/
.project-list-2 {
padding:20px;
position:relative;
overflow:hidden;
background-color:#FFF;
margin-bottom:30px;
border-radius:4px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.project-list-2 .top-side {
border-bottom:1px solid #e9e9e9;
padding-bottom:15px;
margin-bottom:15px;
}
.project-list-2 .top-side .listing2-project-price {
position:absolute;
top:20px;
right:20px;
}
.project-list-2 .top-side .listing2-project-price {
font-size: 24px;
}
.project-list-2 .top-side .listing2-project-price small {
font-size: 13px;
margin-left: 5px;
cursor: pointer;
}
.project-list-2 .top-side .listing2-project-price span {
display:block;
font-size:12px;
text-align:right;
}
.project-list-2 .features-star {
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;
}
.project-list-2 .features-star i {
color: #fff;
position: relative;
padding: 2px;
font-size: 12px;
float: left;
}
.project-list-2 .top-side .user-name {
color:#888;
font-size:14px;
margin-bottom: 5px;
display: inline-block;
}
.project-list-2 .top-side .user-name a {
color:#fe696a;
}
.project-list-2 .top-side .user-name i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 50%;
margin-right: 10px;
font-size: 9px;
}
.project-list-2 .top-side .user-name i.verified {
background: #559250;
}
.project-list-2 .top-side h4.project-title {
font-size:20px;
width:80%;
}
.project-list-2 .top-side h4.project-title a {
color:#242424;
}
.project-list-2 .top-side h4.project-title a:hover {
color:#fe696a;
}
.project-list-2 .top-side .project-location {
color:#888;
font-size:14px;
}
.project-list-2 .bottom-side {
position:relative;
}
.project-list-2 .bottom-side ul.features {
margin-bottom:15px;
}
.project-list-2 .bottom-side ul.features li {
display:inline-block;
margin-right:15px;
color:#888;
font-size:14px;
}
.project-list-2 .bottom-side ul.features li i {
color:#fe696a;
margin-right:5px;
}
.project-list-2 .bottom-side ul.features li p {
display:inline;
}
.project-list-2 .bottom-side p {
font-size:14px;
color:#888;
line-height:1.8;
}
.project-list-2 .bottom-side ul.skills {
position:relative;
overflow:hidden;
width: 70%;
}
.project-list-2 .bottom-side ul.skills li {
display:inline-block;
}
.project-list-2 .bottom-side ul.skills li.hide {
display:none;
}
.project-list-2 .bottom-side ul.skills.active li.hide {
display:inline-block;
}
.project-list-2 .bottom-side ul.skills li a {
padding:5px 15px;
border-radius:4px;
display:inline-block;
margin-right:5px;
font-size:12px;
background-color:#f5f5f5;
color:#777;
margin-bottom:10px;
}
.project-list-2 .bottom-side ul.skills li a:hover {
background-color:#fe696a;
color:#FFF;
}
.project-list-2 .bottom-side .view-btn {
justify-content: flex-end;
display: flex;
flex-direction: row;
position: relative;
}
.project-list-2 .bottom-side .view-btn .mark_fav {
padding:10px;
}
.project-list-2 .bottom-side .view-btn .mark_fav i {
color:#bebebe;
}
.project-list-2 .bottom-side .view-btn .mark_fav.active {
color:red;
}
.project-list-2 .bottom-side .view-btn a.btn {
padding:10px 20px;
}
.project-list-2 .project-list-2-bottom {
position:relative;
overflow:hidden;
padding-top:15px;
}
.project-list-2 .project-list-2-bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
/*NEW GRID AND LIST STYLE*/
.fr3-job-detail .fr3-job-img {
float: left;
margin-right: 20px;
}
.fr3-job-detail .fr3-job-img img {
max-width: 150px;
border-radius: 4px;
}
.fr3-job-detail .fr3-job-img p {
font-size:14px;
color:#777;
text-align:center;
margin-top:10px;
}
.fr3-job-detail .fr3-job-img p i {
color: #fe696a;
margin-right: 5px;
}
.fr3-job-detail .fr3-job-text {
overflow: hidden;
}
.fr3-job-detail .fr3-job-text span.name a {
color: #777;
font-size: 14px;
vertical-align: middle;
}
.fr3-job-detail .fr3-job-text h3 {
font-size: 20px;
color: #242424;
margin-bottom: 5px;
}
.fr3-job-detail .fr3-job-text p.price-tag {
font-size: 20px;
color: #fe696a;
margin-bottom: 10px;
font-weight: 500;
}
.fr3-job-detail .fr3-job-text p.price-tag span.bottom-text {
font-size: 14px;
color: #777;
font-weight:400;
}
.fr3-job-detail .fr3-job-text p.excerpt {
margin-bottom:15px;
font-size:14px;
}
.fr3-details .fr3-job-detail {
position:relative;
overflow: hidden;
}
.fr3-details .fr-job-btn {
overflow: hidden;
align-self: center;
margin-left: auto;
}
.fr3-job-text ul.lists {
position:relative;
overflow:hidden;
}
.fr3-job-text ul.lists li {
color:#777;
font-size:14px;
}
.fr3-job-detail .fr3-job-text .follow {
position:absolute;
bottom:0;
right:0;
background-color:#f5f5f5;
padding: 5px 15px;
font-size: 14px;
border-radius: 4px ;
color: #777;
}
.fr3-job-detail .fr3-job-text .follow i {
margin-right:5px;
}
.fr3-job-detail .fr3-job-text .follow.active {
background-color:#fe696a;
color:#FFF;
}
.fr3-details {
background-color: #fff;
padding: 20px;
overflow: hidden;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
position: relative;
margin-bottom: 30px;
border-radius:4px;
}
.fr3-details .features-star {
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;
}
.fr3-details .features-star::before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;
}
.fr3-product-img img {
max-width: 100px;
border-radius: 50%;
}
.fr3-main-product {
text-align:center;
}
.fr3-main-product .fr3-product-img {
text-align: center;
margin-bottom: 15px;
display: flex;
justify-content: center;
}
.fr3-main-product .fr3-product-text {
overflow: hidden;
}
.fr3-main-product .fr3-product-text p {
margin: 0;
font-size: 14px;
color: #777;
}
.fr3-main-product .fr3-product-text p a {
color:#777;
}
.fr3-main-product .inline-style {
overflow: hidden;
width: 100%;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
color: #777;
margin-top: 10px;
}
.fr3-product-detail-box {
padding: 20px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
background-color: #fff;
position: relative;
margin-bottom:30px;
overflow:hidden;
border-radius:4px;
text-align: center;
}
.fr3-main-product .fr3-product-text h3 {
font-size: 20px;
color: #242424;
margin-bottom: 0;
line-height: 30px;
}
.fr3-main-product .fr3-product-text h3 a {
color:#242424;
}
.fr3-product-skills a {
background-color: rgba(255, 180, 19, 0.2);
color: #242424;
padding: 4px 16px;
border-radius: 4px;
font-size: 12px;
margin-right: 10px;
margin-bottom: 10px;
transition: .6s;
display: inline-block;
}
.fr3-product-skills a:hover {
color: #242424;
}
.fr3-product-skills a.hide {
display:none;
}
.fr3-product-skills.active a.hide {
display:inline-block;
}
.fr3-product-skills {
margin-top: 10px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.fr3-product-price ul li {
background-color: #f8f8fa;
width: 45%;
margin-right: 5%;
float: left;
text-align: center;
padding: 10px;
border-radius: 4px;
display: flex;
flex-direction: column;
justify-content: center;
}
.fr3-product-price ul li:last-child {
margin-right: 0;
}
.fr3-product-price {
overflow: hidden;
margin-bottom: 15px;
}
.fr3-product-price ul {
position:relative;
overflow:hidden;
display: flex;
text-align: center;
justify-content: center;
}
.fr3-product-price p {
color: #242424;
margin-bottom: 0px;
font-size: 16px;
}
.fr3-product-price p span.text {
display:block;
}
.fr3-product-price span.review-count {
font-size: 14px;
color: #777;
display:block;
}
.fr3-product-btn {
margin-top: 15px;
text-align: center;
}
.fr3-product-btn .btn {
padding: 10px 20px;
font-size: 14px;
color: #fe696a;
border-color: #fe696a;
background-color: transparent;
}
.fr2-text-center p {
color: #777;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.fr2-text-center p svg {
margin-right:10px;
}
.fr2-text-center {
text-align: center;
}
.fr3-product-detail-box .fr3-details .features-star {
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;
}
.fr3-product-detail-box .fr3-details .features-star::before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;
}
.fr3-product-icons .features-star {
position: absolute;
top: 0;
left: auto;
right: 0;
width: 42px;
height: 42px;
}
.fr3-product-icons .features-star::before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;
transform: rotate(90deg);
}
.fr3-grid-box {
margin-bottom: 30px;
background-color: #fff;
padding: 15px;
border-radius:4px;
position: relative;
overflow: hidden;
}
.fr3-grid-box .features-star::before {
z-index:9;
}
.fr3-grid-box .features-star i {
font-size: 12px;
position: absolute;
left: 2%;
top: 2%;
color: #fff;
z-index:99;
}
.fr3-job-detail .fr3-job-text span.name i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 10px;
margin-right: 5px;
font-size: 9px;
vertical-align: middle;
}
.fr3-job-detail .fr3-job-text span.name i.verified {
background-color:#559250;
}
.fr3-details .features-star i {
color: #fff;
font-size: 12px;
}
.fr3-product-icons .features-star i {
left: auto;
right:7px;
}
.fr3-grid-text p {
color: #777;
font-size: 14px;
}
.fr3-grid-text p a {
color:#777;
}
.fr3-grid-text h3 {
font-size: 20px;
margin-bottom: 0;
}
.fr3-grid-text .btn-theme {
width: 100%;
}
.fr3-grid-text {
padding: 20px 15px;
padding-bottom: 10px;
padding-top: 40px;
}
.fr3-box-img {
position: relative;
max-height: 150px;
height: 150px;
border-radius:4px;
}
.fr3-box-user-profile {
position: absolute;
bottom: -20%;
left: 15px;
background-color: #FFF;
border-radius: 50%;
border: 5px solid #FFF;
}
.fr3-box-img .fr3-box-user-profile img {
max-width: 50px;
border-radius: 50%;
}
.fr3-grid-text p i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 10px;
margin-right: 10px;
font-size: 9px;
vertical-align: middle;
}
.fr3-grid-text p i.verified {
background-color:#559250;
}
.fr3-box-img img {
border-radius: 6px;
}
.fr3-box-icons {
position: absolute;
bottom: -20px;
right: 14px;
}
.fr3-box-icons i {
background-color: #FFF;
padding: 10px;
border-radius: 20px;
font-size: 14px;
vertical-align: revert;
}
.fr3-box-icons .following i {
background-color:#fe696a;
color:#FFF;
}
.fr3-main-product .fr3-product-text p i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 10px;
margin-right: 6px;
font-size: 9px;
vertical-align: middle;
}
.fr3-main-product .fr3-product-text p i.verified{
background-color:#559250;
}
.fr3-product-price p i {
color: #fe696a;
margin-right: 5px;
}
.fr-btn-grid a {
color: #fe696a;
}
.fr-btn-grid {
color: #fe696a;
position: relative;
overflow: hidden;
padding-left: 15px;
}
.res-us-profile img {
max-width: 80px;
border-radius: 60px;
}
.res-us-profile{
float: left;
margin-right: 15px;
}
.res-us-details{
background: #fff;
padding: 20px;
position: relative;
overflow: hidden;
border-radius: 6px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom: 30px;
display:flex;
}
.res-us-product{
overflow: hidden;
padding-right:10px;
}
.res-us-inline{
float: right;
padding-left: 20px;
border-left: 1px solid #e9e9e9;
width:30%;
}
.res-us-inline p{
display:inline-block;
font-size:14px;
}
.res-us-inline li i {
color:#fe696a;
margin-right:5px;
}
.res-us-skills{
float: left;
width: 70%;
}
.res-us-product ul li{
float: left;
margin-right: 20px;
}
.res-us-product h3 {
font-size: 20px;
color: #242424;
margin-bottom: 4px;
overflow: hidden;
margin-top: 4px;
width: 100%;
}
.res-us-product h3 a{
color: #242424;
}
.res-us-product ul li span{
font-size: 14px;
color: #777;
}
.res-us-product ul li span i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 50%;
margin-right: 10px;
font-size: 9px;
}
.res-us-product ul li span i.verified {
background: #559250;
color: #fff;
padding: 3px;
border-radius: 50%;
margin-right: 10px;
font-size: 9px;
}
.res-us-product p.price {
font-size: 20px;
margin: 0;
color: #fe696a;
font-weight:500;
display:flex;
}
.res-us-product p.price strong{
font-size: 12px;
font-weight: normal !important;
color: #777;
margin-left: 5px;
}
.res-us-product p.price small {
margin-left:5px;
color:#777;
font-size:12px;
}
.res-us-product p.desc {
font-size:14px;
margin-top:10px;
}
.res-us-exp a {
background-color: rgba(255, 180, 19, 0.2);
color: #242424;
padding: 5px 12px;
border-radius: 3px;
font-size: 12px;
margin-right: 10px;
display: inline-block;
transition: .6s;
}
.res-us-exp a:hover{
color: #242424;
}
.res-us-exp a.hide {
display:none;
}
.res-us-exp.skills.active .hide {
display:inline-block;
}
.res-us-exp.skills.active a {
margin-bottom:10px;
}
.res-us-exp{
margin-top: 15px;
}
.res-us-exp a:last-child{
margin-right: 0;
}
.res-us-product ul li span img {
vertical-align: text-top;
margin-right: 6px;
}
.res-us-inline ul li {
margin-bottom: 10px;
}
.res-us-inline ul li:last-child {
margin-bottom:0;
}
.res-us-inline span {
font-size: 14px;
color: #777;
display: inline-block;
}
.res-us-inline p .btn-theme {
color: #fff;
border: none;
padding: 8px 28px;
display:block;
font-size:14px;
}
.res-us-inline span i.fa-heart {
background-color: #f5f5f5;
color: #777;
padding: 12px 14px;
text-align: center;
vertical-align: middle;
border-radius: 4px;
margin-right: 10px
}
.res-us-inline span .fav i {
color:#FFF;
background-color:#fe696a;
}
.res-us-inline .fr1-top-content {
margin-top: 10px;
display: flex;
flex-direction: row;
}
.res-us-inline .fr1-top-content p {
display: block;
width: 100%;
}
.res-us-details .features-star {
position: absolute;
top: 0;
right: 0;
width: 42px;
height: 42px;
}
.res-us-details .features-star::before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 #E52D27 transparent transparent;
position: absolute;
top: 0;
left: 0;
}
.res-us-details .features-star i {
color: #fff;
position: relative;
padding: 4px 10px;
font-size: 12px;
float: right;
}
.fr-latest-img img{
width: 100%;
}
.fr-latest-details {
display: flex;
flex-direction:column;
overflow: hidden;
padding-top: 15px;
}
.fr-latest-details .fr-latest-bottom p {
margin: 0;
color: #777;
font-size: 14px;
}
.fr-latest-details .fr-latest-bottom {
border-top:1px solid #ebebeb;
padding-top: 10px;
margin-top:15px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.fr-latest-details .fr-latest-bottom .save_service.active i {
color:#fe696a;
}
.fr-latest-details .fr-latest-bottom .save_service i {
display:flex;
align-self: center;
color:#DDD;
}
.fr-latest-grid {
background-color: #fff;
padding: 15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
border-radius:4px;
}
.fr-latest-details p span{
color: #fe696a;
font-weight: 500;
font-size: 18px;
margin-left: 5px;
vertical-align: baseline;
}
.fr-latest-img{
position: relative;
border-radius: 4px;
overflow: hidden;
}
.fr-latest-content-service {
position:relative;
}
.fr-latest-content-service .fr-latest-profile {
position:relative;
overflow:hidden;
margin-bottom:10px;
}
.fr-latest-content-service .fr-latest-profile .user-image {
float: left;
margin-right: 10px;
}
.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data {
display:inline-block;
line-height: 30px;
}
.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name {
color:#242424;
line-height: 30px;
font-size:14px;
}
.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name i {
background-color:#DDD;
color:#FFF;
font-size: 8px;
padding: 3px;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
}
.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name i.verified {
background-color:#559250;
}
.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-member {
color:#777;
}
.fr-latest-content-service p {
margin-bottom: 10px;
font-size: 18px;
line-height: 30px;
font-weight: 500;
}
.fr-latest-content-service p a {
color:#242424;
text-transform:capitalize;
}
.fr-latest-content-service p a:hover {
color:#fe696a;
}
.fr-latest-content-service span.reviews {
color: #777;
font-size: 14px;
display:block;
}
.fr-latest-content-service span.reviews i{
color: #fe696a;
margin-right: 5px;
}
.fr-latest-content-service a.queue {
font-size:14px;
color:#777;
margin-bottom: 5px;
display: block;
}
.fr-latest-content-service img {
max-width: 30px;
border-radius: 50%;
}
.fr-latest-btn span{
background: #E52D27;
color: #fff;
position: relative;
font-size: 14px;
padding: 7px 12px;
border-radius: 4px;
font-weight: 400;
display: inline-block;
}
.fr-latest-btn{
position: absolute;
top: 10px;
left: 10px;
}
.extra-features {
position:relative;
overflow:hidden;
margin-bottom:30px;
padding: 20px;
background-color: #FFF;
border-radius:0 0 4px 4px;
}
.extra-features ul li {
display:inline-block;
width:32%;
}
.extra-features ul li span {
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
}
.extra-features ul li span small {
display: block;
font-size: 14px;
color: #777;
text-transform: uppercase;
}
.extra-features ul li img {
border-radius:50%;
padding:8px;
width:50px;
margin-right:10px;
}
.extra-features ul li:first-child img {
background-color:#a64ca6;
}
.extra-features ul li:nth-child(2) img{
background-color:#ff2f2f;
}
.extra-features ul li:nth-child(3) img{
background-color:#00b800;
}
.related-posts {
position:relative;
padding: 30px;
background-color: #FFF;
margin-top:30px;
border-radius:4px;
}
.related-posts .fr-top-contents {
border:1px solid #ebebeb;
box-shadow:none;
}
.related-posts .owl-nav {
position: absolute;
top: -40%;
right: 0;
margin: 0;
}
.related-posts .fr-top-contents {
margin-bottom:0;
}
.related-posts .owl-nav i {
background-color:#fe696a;
padding:12px;
color:#FFF;
border-radius:4px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.related-posts .owl-nav i:hover {
box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254,105,106,0.9);
color: #FFF;
}
.white.category-grid-box-1 img {
width: 100%;
height: 100%;
position: absolute !important;
top: 0;
left: 0;
object-fit: cover;
}
.category-grid-box-1 .image {
height: 195px;
}
/*WOOCOMMERCE CSS*/
.exertio-woo-notifications.woocommerce-error {
margin-top: 50px;
margin-bottom: 0;
}
.exertio-cart .woocommerce-cart-form__cart-item .main-product-name h3 , .exertio-cart .woocommerce-cart-form__cart-item .main-product-name h3 a{
margin-bottom: 10px;
color: #20292f;
}
.exertio-cart .woocommerce-cart-form .form-control {
height: 49.6px;
}
.exertio-cart .woocommerce-cart-form .btn-outline-secondary {
padding: 12px 30px;
border-radius: 4px;
}
.woocommerce .exertio-cart .cart-collaterals .cart_totals, .woocommerce-page .exertio-cart .cart-collaterals .cart_totals {
float: none;
width: 100%;
padding: 20px;
}
.woocommerce .exertio-cart .woocommerce-cart-form__cart-item .product-thumbnail img{
width: 90px;
}
.woocommerce .exertio-cart ul#shipping_method .amount {
float: right;
font-weight: normal;
}
.woocommerce .exertio-cart .shipping-calculator-button {
font-size: 16px;
}
.woocommerce .exertio-checkout form .form-row label {
display: block;
margin-bottom: 5px;
color: #20292f;
padding: 0 0 10px 0;
line-height: inherit;
font-weight: 500;
font-size: 16px;
}
.woocommerce .exertio-checkout form .form-row .woocommerce-input-wrapper {
display: block;
width: 100%;
}
.woocommerce .exertio-checkout form .form-row {
padding: 0;
margin: 0 0 20px;
}
.woocommerce .exertio-checkout .blog-sidebar {
padding-left: 25px;
top: 0;
}
.woocommerce .exertio-checkout .entry-left::before {
background: #fff;
}
.woocommerce .exertio-checkout ul#shipping_method .amount {
float: right;
}
.woocommerce .exertio-checkout .woocommerce-cart #payment, .woocommerce .exertio-checkout .woocommerce-checkout #payment, .woocommerce .exertio-checkout #add_payment_method #payment {
background: #edeff8;
border-radius: 0;
}
.woocommerce .exertio-checkout table.shop_table {
margin: 20px -1px 24px 0;
border-radius: 0;
}
.prop-coupon-btn .btn {
padding: 13.61px 25px;
}
.woocommerce .exertio-checkout .woocommerce-billing-fields h3 {
display:none;
}
.woocommerce .exertio-checkout .woocommerce-shipping-fields h3{
margin-top: 30px;
}
.woocommerce .exertio-checkout form .form-row .woocommerce-input-wrapper textarea{
height:200px;
}
.woocommerce .exertio-checkout .select2-container .select2-selection--single .select2-selection__clear {
margin-right: 10px;
}
.woocommerce .exertio-checkout .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 15px;
}
.woocommerce .exertio-thanksyou {
background: #f7f8fc;
}
.woocommerce .exertio-thanksyou p {
margin-bottom: 30px;
}
.woocommerce .exertio-thanksyou .dashboard-statistic-block {
background: #fff;
padding: 15px;
border-radius: 4px;
display: flex;
align-items: center;
box-shadow: 0 3px 15px rgba(0,0,0,.05);
margin-bottom: 30px;
}
.woocommerce .exertio-thanksyou .dashboard-statistic-block .icon {
width: 3rem;
height: 3rem;
max-width: 100%;
flex: 0 0 auto;
margin-right: 15px;
display: inline-flex;
padding: 7px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.woocommerce .exertio-thanksyou .gradient-1 {
background: #3398fb;
background: -moz-linear-gradient(left, #3398fb 0%, #8553ee 100%);
background: -webkit-linear-gradient(left, #3398fb 0%, #8553ee 100%);
background: linear-gradient(to right, #3398fb 0%, #8553ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3398fb', endColorstr='#8553ee', GradientType=1);
}
.woocommerce .exertio-thanksyou .icon i, .woocommerce .exertio-thanksyou .icon svg {
font-size: 20px;
color: #fff;
}
.woocommerce .exertio-thanksyou .dashboard-statistic-block h5 {
color: #a1a8c3;
margin: 0;
font-weight: normal;
font-size: 14px;
text-transform:uppercase;
}
.woocommerce .exertio-thanksyou .dashboard-statistic-block h2 {
margin: 0px;
font-size: 14px;
line-height: 30px;
word-wrap: anywhere;
}
.woocommerce .exertio-thanksyou .gradient-9 {
background: linear-gradient(87deg, #f5365c 0, #f56036 100%);
}
.woocommerce .exertio-thanksyou .gradient-4 {
background: #23bdb8;
background: -moz-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
background: -webkit-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23bdb8', endColorstr='#43e794', GradientType=1);
}
.woocommerce .exertio-thanksyou .gradient-5 {
background: #9a56ff;
background: -moz-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
background: -webkit-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a56ff', endColorstr='#e36cd9', GradientType=1);
}
.woocommerce .exertio-thanksyou .woocommerce-order-details__title , .woocommerce .exertio-thanksyou .woocommerce-order-downloads__title{
margin-bottom: 30px;
margin-top:0;
}
.woocommerce .exertio-thanksyou .woocommerce-order-details {
margin-bottom: 0;
}
.woocommerce .exertio-thanksyou table.shop_table th {
color: #20292f;
}
#prop_submission .custom-alert__heading {
margin-bottom: 0px;
}
.woocommerce .woocommerce-breadcrumb {
display:none;
}
.woocommerce .exertio-shop ul.products li.product .onsale {
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1000;
top: 12px;
right: 12px;
color: #fff;
padding: 6px 12px;
background: #00ADEF;
font-weight: 700;
border-radius: 100px;
min-width: inherit;
min-height: inherit;
margin: auto;
left: auto;
}
.woocommerce .exertio-shop-detail span.onsale {
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1000;
top: 30px;
right: auto;
color: #fff;
padding: 6px 12px;
background: #00ADEF;
font-weight: 500;
border-radius: 100px;
min-width: inherit;
min-height: inherit;
margin: auto;
left: 30px;
}
.woocommerce .exertio-shop ul.products li.product .woocommerce-loop-category__title, .woocommerce .exertio-shop ul.products li.product .woocommerce-loop-product__title,.woocommerce .exertio-shop ul.products li.product h3 , .woocommerce .exertio-shop-detail ul.products li.product .woocommerce-loop-category__title, .woocommerce .exertio-shop-detail ul.products li.product .woocommerce-loop-product__title,.woocommerce .exertio-shop-detail ul.products li.product h3{
padding: inherit;
margin-bottom: 5px;
font-size: 20px;
}
.woocommerce .exertio-shop ul.products li.product .price del , .woocommerce .exertio-shop-detail ul.products li.product .price del , .woocommerce .exertio-shop-detail div.product p.price, .woocommerce .exertio-shop-detail div.product p.price del, .woocommerce .exertio-shop-detail div.product span.price del {
color:tomato;
}
.woocommerce .exertio-shop ul.products li.product .price , .woocommerce .exertio-shop-detail ul.products li.product .price{
color: #000;
display: block;
font-weight: 400;
margin-bottom: 0;
font-size: 16px;
}
.woocommerce .exertio-shop-detail div.product p.price, .woocommerce .exertio-shop-detail div.product span.price{
display: block;
font-weight: 700;
margin-bottom: 0;
font-size: 19px;
}
.woocommerce .exertio-shop ul.products li.product .price ins , .woocommerce .exertio-shop-detail ul.products li.product .price ins{
background: 0 0;
font-weight: 700;
display: inline-block;
color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
color:#fff;
font-weight: normal;
text-transform: capitalize;
}
.woocommerce .exertio-shop nav.woocommerce-pagination {
float:right;
}
.woocommerce .exertio-shop nav.woocommerce-pagination ul li {
position: relative;
display: block;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #fe696a;
float: inherit;
margin-right:10px;
border-radius:4px;
}
.woocommerce .exertio-shop nav.woocommerce-pagination ul {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
border: none;
}
.woocommerce .exertio-shop nav.woocommerce-pagination ul li a:focus, .woocommerce .exertio-shop nav.woocommerce-pagination ul li a:hover, .woocommerce .exertio-shop nav.woocommerce-pagination ul li span.current {
color: #fff;
background-color:#fe696a;
}
.woocommerce .exertio-shop nav.woocommerce-pagination ul li a, .woocommerce .exertio-shop nav.woocommerce-pagination ul li span {
padding: 12px 15px;
color:#242424;
border-radius:4px;
}
.woocommerce .exertio-shop .select2-container .select2-selection--single {
width: 230px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
margin-top: 10px;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-tabs .panel h2{
margin-bottom: 20px;
font-size: 23px;
text-transform: capitalize;
}
.woocommerce .exertio-shop-detail .related.products h2 {
margin-bottom: 30px;
font-size: 23px;
text-transform: capitalize;
}
.woocommerce .exertio-shop-detail div.product .product_title {
font-size: 26px;
margin-bottom: 10px;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-product-rating {
margin-bottom: 5px;
color: orange;
}
.woocommerce .exertio-shop-detail div.product p.price ins, .woocommerce .exertio-shop-detail div.product span.price ins {
background: #007acc;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-product-details__short-description p {
margin-top: 10px;
}
.woocommerce .exertio-shop-detail div.product form.cart {
margin-bottom: 10px;
margin-top: 10px;
}
.woocommerce .exertio-shop-detail .quantity .qty {
height: 42px;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
margin: auto;
}
.woocommerce .exertio-shop-detail div.product .product_meta span:not(.sku){
display: block;
font-weight: 700;
color: #20292f
}
.woocommerce .exertio-shop-detail div.product .product_meta span a {
font-weight: normal;
}
.woocommerce .exertio-shop-detail div.product p.stock {
font-size: inherit;
padding-top: 5px;
font-weight: 700;
color: green;
}
.woocommerce .exertio-shop-detail div.product p.stock.out-of-stock {
color:red;
}
.woocommerce .exertio-shop-detail .comment-form .comment-form-author, .woocommerce .exertio-shop-detail .comment-form .comment-form-email {
width: calc(50% - 0.5rem);
float: left;
}
.woocommerce .exertio-shop-detail .comment-form .comment-form-email {
margin-left: 1rem !important;
}
.woocommerce .exertio-shop .star-rating span {
color: orange;
}
.woocommerce .exertio-shop .products .star-rating {
margin: 0 ;
float: right;
margin-top: 10px;
}
.woocommerce .exertio-shop-detail ul.flex-direction-nav {
position: absolute;
top: 30%;
z-index: 5;
width: 100%;
left: 0;
margin: 0;
padding: 0px;
list-style: none;}
.woocommerce .exertio-shop-detail li.flex-nav-prev {float: left;}
.woocommerce .exertio-shop-detail li.flex-nav-next {float: right;}
.woocommerce .exertio-shop-detail a.flex-next {visibility:hidden;}
.woocommerce .exertio-shop-detail a.flex-prev {visibility:hidden;}
.woocommerce .exertio-shop-detail a.flex-next::after {
visibility:visible;content: '\f054';
font-family: 'Font Awesome 5 Free';
margin-right: 10px;
font-size: 20px;
font-weight: bold;
}
.woocommerce .exertio-shop-detail a.flex-prev::before {
visibility:visible;
content: '\f053';
font-family: 'Font Awesome 5 Free';
margin-left: 10px;
font-size: 20px;
font-weight: bold;
}
.woocommerce .exertio-shop-detail ul.flex-direction-nav li a {
color: #ccc;
}
.woocommerce .exertio-shop-detail ul.flex-direction-nav li a:hover {
text-decoration: none;
}
.woocommerce .exertio-shop-detail div.product div.images .woocommerce-product-gallery__trigger {
top: 30px;
}
.woocommerce .exertio-shop-detail div.product div.images .flex-control-thumbs {
margin: 10px 0;
padding: 0;
}
.woocommerce .exertio-shop-detail div.product div.images .flex-control-thumbs li {
width: 19.24%;
margin-right: 5px;
}
.woocommerce .exertio-shop-detail div.product div.images .flex-control-thumbs li img {
margin-bottom: 5px;
}
.woocommerce .exertio-shop-detail div.product div.images .flex-control-thumbs li:nth-child(5n+0) {
margin-right: 0;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear:inherit;
}
.woocommerce .exertio-shop-detail div.product .woocommerce-product-rating a {
color: #6d7c90;
}
.woocommerce .exertio-shop-detail div.product table.woocommerce-product-attributes:not(.has-background) th {
background-color: #f8f8f8;
}
.woocommerce .exertio-shop-detail div.product table.woocommerce-product-attributes:not(.has-background) tbody td {
background-color: #fdfdfd;
}
.woocommerce .exertio-shop-detail #reviews #comments ol.commentlist {
padding-left: 0;
}
.woocommerce .exertio-shop-detail .star-rating span , .woocommerce .exertio-shop-detail p.stars a {
color: orange;
}
.woocommerce .exertio-shop-detail .woocommerce-review__author {
font-size: 16px;
}
.woocommerce .exertio-shop-detail #content div.product div.summary, .woocommerce .exertio-shop-detail div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 50%;
}
.woocommerce .exertio-shop-detail .woocommerce-grouped-product-list-item__label label a{
color: #20292f;
font-weight: 700;
}
.woocommerce .exertio-shop-detail .woocommerce-grouped-product-list-item__label label {
margin-bottom:0;
}
.woocommerce .exertio-shop-detail div.product form.cart table {
width: 100%;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
}
.woocommerce .woocommerce-result-count {
margin: 15px 0;
}
.box-shadow-lg {
box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1) !important;
}
.woocommerce .exertio-shop-detail div.product p.price ins, .woocommerce .exertio-shop-detail div.product span.price ins {
background: #007acc;
}
ins, mark {
background: #007acc;
color: #fff;
padding: .125em .25em;
text-decoration: none;
}
#review_form_wrapper .comment-reply-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
display: inline-block;
margin-top: 20px;
}
.woocommerce table.shop_table th {
border:none;
font-weight:500;
}
.woocommerce table.shop_table tfoot th {
font-weight:500;
}
.woocommerce table.shop_table td {
border:none;
border-top: 1px solid rgba(0,0,0,.1);
padding: 9px 12px;
vertical-align: middle;
line-height: 1.5em;
font-size:14px;
}
.exertio-checkout #order_review_heading {
font-size:18px;
margin:0;
}
#exertio-carousal {
min-height:750px;
}
.hero-slider {
position: absolute;
top: 0;
width:100%;
z-index: 9;
min-height: 750px;
}
.hero-slider .fr-hero3-srch ul li {
margin-right: 0;
}
.hero-slider .fr-hero3-srch {
border-radius: 50px;
background-color: #FFF;
}
.hero-slider .fr-hero3-submit button {
border-radius: 50px;
padding: 15px 30px;
}
.hero-slider .fr-hero3-srch ul li input {
border: none !important;
}
.hero-slider .fr-hero3-srch ul li input.form-control:focus {
background-color: #FFF;
}
.hero-slider .fr-hero3-submit {
top: 4px;
right: 5px;
}
.hero-slider .fr-hero3-text {
float: right;
text-align: left;
margin-right: 0;
margin-left: 15px;
}
.hero-slider .fr-hero3-video {
margin-top: 30px;
display: flex;
flex-direction: row;
align-items: center;
}
.hero-slider .fr-hero3-content h1 {
font-size: 54px;
font-weight: 700;
margin-top: 0;
line-height: 1.2em;
margin-bottom:20px;
}
/*PRICING 2 SECTION*/
.exertio-pricing-2-main {
position:relative;
overflow: hidden;
background-color: #FFF;
border-radius: 15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
}
.exertio-pricing-2-main .exertio-pricing-price {
background-color: #fe696a;
padding: 30px;
color: #FFF;
border-radius: 15px;
}
.exertio-pricing-2-main .exertio-pricing-price h4 {
font-size: 20px;
color: #FFF;
margin-top: 0;
margin-bottom: 15px;
}
.exertio-pricing-2-main .exertio-pricing-price span {
font-size: 40px;
color: #FFF;
line-height: 50px;
font-weight: 700;
}
.exertio-pricing-2-main .exertio-pricing-price span.strike {
font-size:20px;
font-weight: normal;
margin-right: 10px;
text-decoration:line-through;
vertical-align: middle;
}
.exertio-pricing-2-main .exertio-pricing-price p {
color: #FFF;
font-size: 14px;
}
.exertio-pricing-2-main .exertio-price-detail {
padding: 30px;
}
.exertio-pricing-2-main .exertio-price-detail ul {
position:relative;
overflow: hidden;
margin-bottom: 30px;
}
.exertio-pricing-2-main .exertio-price-detail ul li {
line-height: 40px;
}
.exertio-pricing-2-main .exertio-price-detail ul li i {
font-size: 18px;
color: #289918;
margin-right: 15px;
}
.exertio-pricing-2-main .exertio-price-detail ul li i.fa-times {
color: red;
}
.exertio-pricing-2-main .exertio-price-detail .btn {
width: 100%;
}
.exertio-pricing-2-main.featured {
margin-left: -1px;
margin-right: -1px;
transform: translateY(-20px);
z-index: 11;
}
.exertio-pricing-2-main.black .exertio-pricing-price {
background-color: #000;
}
.exertio-pricing-2-main.black .exertio-price-detail .btn {
background-color: #000;
border-color: #000;
}
.exertio-pricing-2-main .pricing-badge {
background-color: #FFF;
color: #242424;
}
.exertio-app-one {
position:relative;
overflow:hidden;
}
.exertio-app-one .exertio-app-box {
width: 60%;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.exertio-app-one .exertio-app-box h3 {
margin-bottom:20px;
font-size:34px;
font-weight:600;
}
.exertio-app-one .exertio-app-box p {
font-size:18px;
line-height:30px;
}
.exertio-app-one .exertio-app-box .exertio-app-upper {
text-align:center;
}
.exertio-app-one .exertio-app-box .exertio-app-icons {
margin: 0 auto;
display: flex;
flex-direction: row;
margin-top: 30px;
}
.exertio-app-one .exertio-app-box .exertio-app-icons ul {
display: flex;
justify-content: space-between;
}
.exertio-app-one .exertio-app-box .exertio-app-icons ul li {
margin:0 10px;
}
.exertio-app-one .exertio-app-main-img {
display:flex;
justify-content:center;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0 !important;
}
.testimonial-section-fancy .details p {
font-size: 24px;
margin: 0 0 1em;
line-height:1.8;
}
.testimonial-section-fancy .details h4 {
font-size: 18px;
line-height: 1.5;
margin-bottom: 0;
text-transform: capitalize;
}
.testimonial-section-fancy .details h4 + span {
font-size: 16px;
color: #fe696a;
line-height: 1.8;
}
.img-holder {
position:relative;
}
.img-holder .icons-img {
position: absolute;
top: 100px;
width: 150px;
opacity: 0.1;
right: -60px;
z-index: -9;
}
.about-grid-margin {
margin-bottom: 6.25rem;
}
.about-grid-margin .about-grid-img {
position: relative;
}
.about-grid-margin .about-grid-img img {
-webkit-box-shadow: 0 11px 29px 0 rgba(0,0,0,.3);
box-shadow: 0 11px 29px 0 rgba(0,0,0,.3);
border-radius: 3px;
width: 100%;
}
.about-grid-content h2 {
margin-bottom: 20px;
font-weight: 600;
font-size: 36px;
line-height: 1.5;
}
.about-grid-content .subtitle {
font-size: 18px;
margin-bottom: 16px;
font-weight: 600;
color: #242424;
line-height:1.8;
}
.about-grid-content p {
margin-bottom: 30px;
}
.about-grid-margin .about-grid-img .about-grid-count {
font-size: 200px;
color: #f1f1f1;
font-weight: 700;
position: absolute;
top: 0px;
left: -86px;
z-index: -1;
}
.about-grid-margin .about-grid-img .about-grid-count.right {
right: -86px;
left:auto;
}
.feature-block {
z-index: 0;
position: relative;
background: #fff;
box-shadow: 0 0 0 1px #ebebeb;
box-sizing: border-box;
-webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
padding: 3rem;
}
.feature-block:hover {
z-index: 1;
box-shadow: 0 8px 50px rgba(0, 0, 0, .2);
-webkit-transform: scale(1);
transform: scale(1);
border-radius: 4px;
-webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
}
.feature-block img {
-ms-transition: all .8s cubic-bezier(.19, 1, .22, 1);
transition: all .8s cubic-bezier(.19, 1, .22, 1);
backface-visibility: hidden;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
width: 80px;
}
.feature-block > h4 {
margin: 20px 0 15px;
font-size: 18px;
}
.feature-block p {
margin-bottom: 0;
line-height:1.8;
}
.call-actionz .parallex-text h5 {
color: #fe696a;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 0;
}
.call-actionz .parallex-text h4 {
font-size: 40px;
margin: 0 0 20px;
color: #fff;
text-transform: capitalize;
line-height: 1.5;
}
.call-actionz p {
width: 60%;
margin: 0 auto;
margin-bottom: 0px;
margin-bottom: 0;
margin-bottom: 40px;
font-size: 22px;
color: #fff;
line-height: 1.8em;
}
.call-actionz a.btn {
margin:0 10px;
}
.our-process-cycle {
text-align: center;
padding: 30px;
position: relative;
z-index: 1;
margin-bottom: 30px;
-webkit-transition: all .5s;
transition: all .5s;
background-color: #fff;
-webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
border-radius: 4px;
}
.our-process-cycle img {
max-width: 70px;
margin-bottom: 20px;
}
.our-process-cycle h3 {
margin-bottom: 15px;
font-size:20px;
}
.our-process-cycle span {
top: 0;
right: 0;
width: 60px;
height: 60px;
border-radius: 0 0 0 30px;
font-size: 20px;
line-height: 60px;
position: absolute;
text-align: center;
background-color: #04b8e5;
color: #fff;
font-weight: 600;
-webkit-transition: all .5s;
transition: all .5s;
}
.card.agent-1 {
box-shadow: none;
border: 1px solid #ebebeb;
margin-bottom: 30px;
}
.agent-1 .card-image {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.agent-1 .card-image .agent-type {
position: absolute;
top: 15px;
left: 15px;
}
.agent-1 .card-image img {
padding:15px;
padding-bottom:0;
}
.agent-1 .card-body {
padding:20px;
}
.agent-1 .card-title {
margin-bottom: 0;
font-size: 18px;
}
.dropdown-divider {
height: 0;
margin: .7rem 0;
overflow: hidden;
border-top: 1px solid #ebebeb;
}
.agent-1 .agent-short-detials .widget-inner-elements:not(:last-child) {
margin-bottom: 10px;
}
.widget-inner-elements {
color: #6d7c90;
}
.widget-inner-elements {
width: 100%;
display: flex;
font-size: 15px;
color: #777;
}
.widget-inner-icon, .widget-inner-text .fa-star {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
margin-right: 5px;
color: #fe696a;
font-size: 16px;
text-align: center;
border-radius: 50%;
background-color: #f3f3f6;
vertical-align: middle;
}
.widget-inner-text {
display: flex;
vertical-align: middle;
justify-content: center;
align-items: center;
}
.widget-inner-text a {
color: #777;
vertical-align: middle;
}
.agent-1 .hourly-rate {
position:relative;
color:#777;
}
.agent-1 .hourly-rate svg {
font-size:20px;
margin-right:5px;
}
.agent-1 .hourly-rate p {
display:inline-block;
}
.agent-1 .card-body .username {
line-height:30px;
font-size:14px;
color: #fe696a;
}
.agent-1 .card-body .username i {
background: #DDD;
color: #fff;
padding: 3px;
border-radius: 10px;
margin-right: 6px;
font-size: 9px;
vertical-align: middle;
}
.agent-1 .card-body .username i.verified {
background-color: #259d00;
}
.agent-type .badge-agent-type {
background-color:#E52D27;
font-weight:normal;
padding: 5px 10px;
font-size: 14px;
text-transform: uppercase;
border-radius:0;
}
.commentlist .bypostauthor {border-top: 10px solid #e18728;}
.commentlist li ul.children li.bypostauthor {border-top: 10px solid #e18728;}
#toast-container div.toast{
border-radius: 4px;
}
.fr-sign-form label.radio input:checked + span {
border-color: #fe696a;
background-color: #fe696a;
color: #FFF;
}
.fr-sign-form label.radio input {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none;
}
.fr-sign-form label.radio {
cursor: pointer;
width: 100%;
}
.fr-sign-form label.radio span {
padding: 12px 30px;
border: 1px solid #242424;
display: inline-block;
color: #242424;
width: 100%;
text-align: center;
font-weight: 500;
border-radius: 4px;
}
.register-type {
display:flex;
flex-direction: row;
justify-content: center;
}
.register-type .register-type-btn:first-child {
margin-right:10px;
}
.service-sidebar .services-charges {
background-color: #fff;
padding: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
/*HERO SECTION 4*/
.fr-hero4-content {
position:relative;
}
.fr-hero4-content h1 {
line-height: 90px;
font-weight: 600;
font-size: 70px;
}
.fr-hero4-content p {
font-size: 20px;
line-height: 30px;
margin-bottom: 30px;
}
.fr-hero4-content .buttons {
position:relative;
margin-bottom: 50px;
}
.fr-hero4-main .clients {
position:relative;
}
.fr-hero4-main .clients span {
width:33%;
position: relative;
display: inline-block;
}
.fr-hero4-main .clients span img {
position:relative;
margin-bottom: 15px;
margin-right: 15px;
}
.fr-hero4-main .second-content h3 {
font-size:20px;
margin: 0;
}
/*HEADER STYLE 2*/
.headerstyle-2 {
position:relative;
}
.headerstyle-2.fr-menu .sb-menu {
float:right;
}
.headerstyle-2.fr-menu .logo .header-form {
display:inline-block;
position: relative;
margin-left: 80px;
}
.headerstyle-2.fr-menu .logo .header-form .select2-selection__rendered {
display:none;
}
.headerstyle-2.fr-menu .logo .header-form input {
display:inline-block;
position: relative;
width: auto;
border-radius: 50px 0 0 50px;
background-color: #f1f1f1;
}
.headerstyle-2.fr-menu .logo .header-form button {
display:inline-block;
position: relative;
width: auto;
border-radius: 0 50px 50px 0;
background-color: #f1f1f1;
}
.cpt-dropdown-header {
position:absolute;
top:50px;
background-color: #FFF;
width: 100%;
text-align: left;
padding: 0 20px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
display: none;
}
.cpt-dropdown-header li {
line-height:50px;
border-bottom: 1px solid #f1f1f1;
color: #777777;
cursor: pointer;
}
.cpt-dropdown-header li:last-child {
border:none;
}
.header-form {
background-color:#f1f1f1;
border-radius: 50px;
}
.header-form .arrow-down {
margin-left: 20px;
cursor: pointer;
}
.header-categories {
background-color:#2E2E2E;
position: relative;
overflow: hidden;
padding: 20px 0;
}
.header-categories ul {
position:relative;
overflow: hidden;
}
.header-categories ul li {
display: inline-block;
padding: 0 20px;
}
.header-categories ul li:first-child {
padding-left:0;
}
.header-categories ul li:last-child {
padding-right:0;
}
.header-categories ul li a {
color:#ccc;
font-size: 14px;
}
.header-cat-slider {
position:relative;
}
.header-cat-slider .item {
text-align:center;
}
.header-cat-slider .item a {
color:#ccc;
font-size: 14px;
}
.header-cat-slider.owl-carousel .owl-nav button{
position: absolute;
top: 0;
color: #ccc;
}
.header-cat-slider.owl-carousel .owl-nav button.owl-prev{
left: 0;
}
.header-cat-slider.owl-carousel .owl-nav button.owl-next{
right: 0;
}
.woocommerce table.exertio-cart-total {
border:none;
}
.woocommerce-cart .cart-collaterals .cart_totals .exertio-cart-total tr th, .woocommerce-cart .cart-collaterals .cart_totals .exertio-cart-total tr td {
border:none;
}
.woocommerce-cart .cart-collaterals .cart_totals .exertio-cart-total tr th {
font-weight:500;
}
/*CUSTOM FIELDS DESIGN*/
.widget-seprator {
margin-bottom: 30px;
position: relative;
overflow: hidden;
padding: 35px 30px;
-ms-word-wrap: break-word;
word-wrap: break-word;
background-color: #fff;
}
.widget-seprator .widget-seprator-heading, .single-detial-reviews .widget-seprator-heading {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.widget-seprator h3.sec-titles, .single-detial-reviews h3.sec-titles {
font-size: 20px;
display: flex;
flex-direction: column;
margin-bottom: 0;
}
.exertio-specs-row {
border-bottom: #e7e7e8 solid 1px;
padding: 10px 10px;
float: left;
width: 100%;
clear: both;
position: relative;
background-color: #f8f8f8;
}
.spk-3 {
display: inline;
}
.key-specs-3 small {
font-size: 14px;
color: #777;
}
.exertio-acf-custom .key-specs-3 h6 {
padding-left: 0;
}
.key-specs-3 h6 {
font-size: 16px;
padding-left: 26px;
font-weight: 400;
color: #242424;
margin-top: 5px;
}
.listing-features {
width: 100%;
position: relative;
padding-bottom: 20px;
}
.listing-features li {
color: #0f0d1d;
list-style: outside none none;
margin: 0;
padding-bottom: 10px;
width: 24%;
margin-right: 0 !important;
}
.listing-features li i {
color: #1bc744;
vertical-align: middle;
}
.listing-features li span {
padding-left: 5px;
vertical-align: middle;
}
/*mobile devices*/
@media (min-width: 320px) and (max-width: 575.8px) {
.listing-features li {
width:100%;
}
.headerstyle-2.fr-menu .logo .header-form {
margin-left:0;
margin-top: 30px;
}
.headerstyle-2.fr-menu .logo .header-form form {
display: flex;
flex-direction: row;
}
.headerstyle-2.fr-menu .logo .header-form svg.arrow-down {
align-self: center;
}
.headerstyle-2.fr-menu .logo .header-form input {
width:100%;
}
.headerstyle-2.fr-menu .sb-menu {
float:none;
}
.fr-hero4-main .clients span {
width: 50%;
}
.fr-hero4-content h1 {
line-height: 60px;
font-weight: 600;
font-size: 40px;
}
.fr-blog-f-details .fr-latest-style-detai ul li:last-child {
margin-right: 0;
display:none;
}
.fr-blog-f-details .fr-latest-style-detai ul li:nth-child(2) {
margin-right:0;
}
.fr-blog-f-details .fr-latest-style-detai ul li span {
margin-left:0;
}
.fr-blog-f-details .fr-latest-style-detai ul li img {
display:none;
}
.fr-blog-f-details .fr-latest-style-detai ul li {
margin-right:20px;
}
.fr-er-404 .fr-er-content h2 {
font-size: 22px;
}
.fr-bissness-details {
margin-right:60px;
}
.fr-recent-model li:nth-child(2n+2){
margin-right:0;
}
.fr-recent-model li {
margin-right: 15px;
width: 45%;
}
.fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
margin-top: 0;
float: right;
width: auto;
}
.fr-services-content-2 .owl-theme .owl-nav {
top: -40px;
}
.fr3-job-detail .fr3-job-img {
float:none;
margin-right:0;
}
.fr3-job-detail .fr3-job-img p {
text-align:left;
}
.fr3-job-detail .fr3-job-img img {
max-width:100%;
width:100%;
}
.services-filter-2 form .filters {
min-width:auto;
margin-top:10px;
}
.fr3-job-detail .fr3-job-text p.excerpt {
display:none;
}
.services-filter-2 {
margin-top:30px;
}
.fr-right-detail-box .fr-right-information {
flex-direction:column;
align-items: flex-start;
}
.testimonial-section-fancy .details p {
margin-top:15px;
font-size:20px;
}
.img-holder .icons-img {
right:0;
}
.related-posts {
padding:20px;
}
.slider-box .fr-slick .slides li iframe {
min-height: 170px;
}
.fr-project-details .fr-project-content .fr-project-style {
position: relative;
right: 0;
top: 0;
margin-top: 15px;
}
.fr-project-details .fr-project-content .fr-project-style i {
padding: 14px;
}
.fr-logos {
text-align:center;
}
.sr img:last-child {
margin-right:auto;
margin-bottom:0;
}
.about-grid-margin {
margin-bottom:30px;
}
.about-grid-content h2 {
font-size: 20px;
}
.about-grid-content .subtitle {
font-size:16px;
}
.about-grid-content {
margin-bottom:30px;
}
.about-grid-content p {
font-size:14px;
}
.fr-serv2 .fr-top-product img {
width:100%;
}
.fr-top-icons::after {
border:none;
}
.herosection-2.fr-hero3 {
background-color: #FFF;
}
.herosection-2 .fr-hero3-srch {
border-radius: 0;
box-shadow: none;
border:none;
}
.herosection-2 .fr-hero3-submit, .herosection-2 .fr-hero3-submit button {
width:100%;
}
.exertio-app-one .exertio-app-box h3 {
font-size:24px;
}
.exertio-app-one .exertio-app-box p {
font-size: 16px;
}
.exertio-app-one .exertio-app-box {
width:100%;
}
.agent-1 .card-image img, .agent-1 .card-image a, .fr-latest-content img {
width: 100%;
}
.call-actionz .parallex-text h4 {
font-size:24px;
}
.call-actionz p {
width: 100%;
font-size: 16px;
}
.services-filter-2 form {
flex-direction: column;
}
.fr-company-contents .fr-company-products {
padding-bottom:0;
}
.fr-company-contents {
background-color: #242424;
}
.fr-hero-rating {
width:100%;
margin-bottom:0;
}
.fr-hero .fr-hero-content {
margin-top: 50px;
}
.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn-theme-secondary {
padding: 10px 20px;
font-size: 14px;
}
.fr-rev-2.fr-rev.section-position {
margin-top: 0;
}
.fr-explore-cat .fr-explore-content {
position: relative;
margin-bottom: 20px;
}
.featured-pricing {
margin-left: -1px;
margin-right: -1px;
transform: translateY(0px);
z-index: 11;
}
.fr-hero2-form .select2-container .select2-selection--single {
border-radius: 4px;
}
.fr-hero2-form li button {
height: 50px;
line-height: normal;
border-radius: 4px;
width: 100%;
}
.fr-latest2-content-box .fr-latest2-price ul {
flex-direction: column;
align-items: flex-start;
}
.fr-latest2-content-box {
padding: 20px;
flex-direction: column;
}
.fr-hero3-text {
text-align: left;
}
.fr-hero3-srch ul li .select2-container .select2-selection--single {
border-radius: 4px;
}
.fr-hero3-submit {
position: relative;
top: auto;
right: auto;
margin-top: 20px;
}
.fr-hero3-content {
width: 100%;
}
.hero-slider .fr-hero3-video {
position: relative;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
border-left: none;
}
.hero-slider .fr-hero3-submit {
margin-top:20px;
position:relative;
border-radius:4px;
top:auto;
right:auto;
}
.hero-slider .fr-hero3-submit .btn {
border-radius:4px;
width:100%;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
right:0;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered{
background-color:#f4f6f9;
}
.hero-slider .fr-hero3-srch {
border-radius: 4px;
border:none;
}
.hero-slider .fr-hero3-content h1 {
font-size: 30px;
line-height: 40px;
}
.hero-slider {
position: relative;
height: auto !important;
}
.sb-header.transparent {
position: relative;
box-shadow:0px 0px 10px rgba(0,0,0,0.08);
}
#exertio-carousal .carousel-inner {
display:none;
}
.fr-expert .fr-expert-content {
float: none;
margin-top: 20px;
}
.fr-project-ad-content .button-bid {
flex-direction: column;
}
.fr-project-ad-content .button-bid .bid-text-checkbox {
margin-bottom:15px;
}
.fr-project-adons ul li:last-child {
width: 100%;
text-align: left;
}
.fr-project-adons ul li:nth-child(2) {
width: 90%;
}
.fr-project-adons ul li:first-child {
float: left;
width: 10%;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments {
width:100%;
}
.fr-project-content .fr-project-meta li {
font-size: 14px;
}
.fr-hero-detail.style-1, .fr-services-content-2 {
padding: 20px 0;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
padding:0;
}
.fr-hero-m-jobs-bottom ul li {
border-right:none;
text-align:left;
justify-content: flex-start;
}
.fr-hero-m-jobs-bottom ul {
flex-direction: column;
}
.fr-hero-details-content .fr-hero-details-information h1 {
font-size: 20px;
line-height:40px;
}
.fr-product-description .main-box {
padding:20px;
}
.fr-recent-review-box .fr-recent-content p.feedback {
padding-left:0;
}
.fr-recent-review-box .individual-stars {
margin-left:0;
}
.fr-menu .sb-menu ul li.fr-list.loggedin {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: flex-start;
margin-right: 15px;
height: auto;
}
.fr-seller-servives .fr-seller-servives-meta {
flex-direction: column;
align-content: space-around;
}
.fr-seller-servives .fr-seller-servives-meta a .fr-seller-profile {
display:none;
}
.fr-seller-servives .fr-seller-view {
align-self:flex-start;
}
.service-sidebar {
margin-top:20px;
}
.fr-m-contents .fr-m-main-title h1 {
font-size: 24px;
margin-bottom: 10px;
line-height: 40px;
}
.extra-features ul li {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.fr-service-container ul li.links {
display: none;
}
.fr-service-container ul li.links:last-child {
float: none;
display: block;
padding: 0;
margin: 0 auto;
}
.fr-latest-main-content p {
line-height: 28px;
font-size: 14px;
}
.fr-latest-blog-container {
float: none;
width: 100%;
margin-top: 45px;
}
.fr-user-reviews-2-sm a{
font-size:14px;
}
.fr-latest-user-reviews .heading-contents-2 h3 {
font-size: 20px;
}
.fr-user-reviews-2-sm .sm-style-2 {
font-size: 16px;
}
.fr-user-reviews-2-sm ul li span{
font-size:13px;
}
.fr-user-reviews-2-sm p {
font-size: 14px;
line-height: 26px;
}
.fr-latest-blog-components p {
font-size: 14px;
line-height: 24px;
}
.fr-latest-tags-2 .fr-latest-t-content span{
font-size:12px;
}
.fr-latest-tags-2 .fr-latest-t-icons {
float: left;
margin-top: 30px;
}
.fr-user-reviews-2 {
float: none;
margin-right: 0;
}
.fr-latest-t-content .heading-contents-2 {
margin-bottom: 20px;
}
.fr-latest-t-content .heading-contents-2 h3 {
font-size: 18px;
}
.fr-latest-blog-content {
margin-bottom: 30px;
}
.fr-src-content input {
height: 45px;
font-size: 12px;
}
.fr-latest-components ul li .fr-cm-details span {
font-size: 12px;
}
.fr-latest-components ul li .fr-cm-details p {
font-size: 14px;
line-height: 20px;
}
.fr-tag-list a {
font-size: 12px;
padding: 4px 16px;
margin-bottom: 12px;
}
.fr-tag-list {
margin-top: 18px;
}
.fr-blog-content img {
max-width: 110px;
margin-bottom: 12px;
}
.fr-src-content {
margin-top: 18px;
}
.fr-blog-content h3 {
font-size: 18px;
margin-bottom: 6px;
}
.fr-blog-content p {
margin-bottom: 16px;
line-height: 20px;
font-size: 12px;
}
.fr-blog-content ul li i {
width: 30px;
height: 30px;
padding: 8px;
font-size: 14px;
}
.fr-latest-pagination .pagination a {
font-size: 14px;
}
.fr-latest-pagination {
margin-top: 0;
float: none;
overflow: hidden;
}
.fr-blog-content {
margin-top: 30px;
padding: 40px 20px;
}
.fr-latest-container {
margin-top: 12px;
}
.fr-er-404 .fr-er-content h3 {
font-size: 22px;
margin-top: 15px;
margin-bottom: 10px;
}
.fr-static .btn-style {
border-radius: 0;
width: 100% !important;
padding: 13px 30px;
}
.fr-er-list span {
font-size: 14px;
}
.fr-er-404 .fr-er-content p {
padding-bottom: 22px;
font-size: 14px;
}
.fr-static {
position: relative;
right: inherit;
top: inherit;
}
.fr-er-404 .form-group {
margin-bottom: 0;
margin-left: 0;
}
.fr-er-404 .form-group input {
width: 100%;
height: 45px;
font-size: 12px;
border-radius: 0;
margin-bottom: 20px;
}
.fr-contact {
margin-top: 50px;
}
.fr-co-contents ul li {
margin-bottom: 18px;
padding-bottom: 18px;
}
.fr-contact-form {
padding: 25px 15px;
}
.fr-contact-form input {
font-size: 14px;
}
.heading-contents-2 h3 {
font-size: 18px;
margin-bottom: 5px;
}
.fr-co-contents {
margin-bottom: 30px;
}
.fr-c-about-profile {
float: none;
margin-top:0;
margin-bottom: 20px;
}
.fr-c-about-style {
margin-top:0;
}
.fr-client-about-details h3 {
font-size: 24px;
margin-bottom: 10px;
}
.fr-about-client .owl-theme .owl-dots {
margin-left: 0;
}
.fr-c-about-profile img {
margin-bottom:10px;
}
.fr-c-about-products {
display:none;
}
.fr-about2-client.fr-about-client {
padding: 50px 0;
}
.fr-plan-basics {
margin-bottom: 30px;
}
.fr-plan-content button {
font-size: 14px;
}
.fr-plan-content h3 {
font-size: 38px;
}
.fr-plan-content h2 {
font-size: 22px;
}
.heading-panel-2 h2 {
font-size: 20px;
}
.heading-panel-2 p {
font-size: 14px;
}
.fr-about-i-details i {
margin-top: 13px;
font-size: 14px;
}
.fr-about-reviews ul li::before {
display: none;
}
.fr-about-reviews ul li .fr-about-icons img {
width: 60%;
}
.fr-about-reviews ul li .fr-about-icons img {
width: 40px;
margin-right: 10px;
margin-top: 10px;
}
.fr-about-reviews ul li .fr-about-icons {
margin-right: 0;
}
.fr-buisness-xt ul li {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.fr-buisnes-content p {
line-height: 24px;
}
.fr-buisnes-content h3 {
font-size: 20px;
margin-bottom: 15px;
line-height: 30px;
}
.fr-buisnes-content strong {
font-size: 14px;
}
.style-s2 {
display:none;
}
.style-s1 {
display: none;
}
.fr-about-i-details .counter-js span {
font-size: 20px;
line-height:normal;
}
.fr-about-i-details p {
display: inline-block;
margin-top:0;
font-size:14px;
}
.fr-about-reviews ul li {
margin-right: 0;
width: 50%;
margin-bottom: 30px;
}
.fr-about-conrent h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 10px;
}
.fr-serices-content ul li {
float: none;
}
.fr-services2-details .card-body {
line-height: 24px;
font-size: 12px;
padding: 14px 20px;
}
.fr-sevices-contact-form h3 {
margin-bottom: 20px;
font-size: 18px;
}
.fr-services-content-data {
font-size: 14px;
line-height: 18px;
}
.fr-services-review .form-group input {
margin-bottom: 20px;
}
.fr-services-review .form-row {
margin-bottom: 20px;
}
.fr-reviews-star-rat ul li {
float: none;
margin-right: 0;
margin-bottom: 20px;
}
.fr-frquntly-qa h2 {
font-size: 16px;
margin-bottom: 13px;
}
.fr-frquntly-qa .btn-link p {
font-size: 14px;
}
.fr-frquntly-qa .btn-link {
padding: 10px 15px;
}
.fr-seller-servives h2 {
font-size: 18px;
margin-bottom: 20px;
}
.fr-seller-contents ul {
flex-direction: column;
}
.fr-seller-contents ul li {
margin-bottom: 20px;
}
.fr-seller-contents ul li:last-child {
margin-bottom:0;
}
.fr-seller-contents {
padding: 16px 20px;
}
.fr-seller-servives {
padding: 20px;
}
.fr-seller-servives .fr-seller-details span {
font-size: 12px;
}
.fr-seller-rating span strong {
font-size: 12px;
}
.fr-seller-servives .fr-seller-f-details p {
font-size: 14px;
line-height: 24px;
}
.fr-seller-servives .fr-seller-details h3 {
font-size: 16px;
}
.fr-seller-servives .fr-seller-profile {
float: none;
margin-right: 0;
}
.fr-seller-servives .fr-seller-details {
overflow: hidden;
float: none;
width: 100%;
margin-bottom: 22px;
}
.fr-sm-margin .slick-slide {
margin-right: 12px;
}
.fr-m-products-2 ul li span {
font-size: 14px;
}
.fr-m-products-2 ul li img {
width: 86%;
}
.fr-services2-id ul li {
float: none;
margin-right: 0px;
width: 100%;
margin-bottom: 10px;
}
.fr-about-video {
margin-top: 30px;
}
.fr-about-conrent .fr-product-checks ul li {
width:100%;
}
.fr-services2-id .fr-services2-content span {
font-size: 14px;
padding-top: 0;
}
.fr-services2-id .fr-services2-content p {
font-size: 16px;
}
.fr-m-products-2 {
float: none;
}
.fr-m-contents .fr-m-main-title h3 {
line-height: 22px;
font-size: 16px;
margin-bottom: 5px;
}
.fr-m-products ul li p {
font-size: 12px;
}
.fr-m-contents .fr-m-main-title p {
font-size: 12px;
}
.fr-service-container ul li a {
font-size: 12px;
}
.fr-service-container ul {
display:flex;
}
.fr-serices-content ul li:nth-child(2n+1) {
width: 100%;
}
.fr-serices-content ul li:nth-child(2n+2) {
width: 100%;
}
.fr-serices-content ul li:nth-child(2n+3) {
width: 100%;
}
.fr-serices-content ul li input {
border: 1px solid #e9e9e9 !important;
height: 42px;
border-radius: 0;
font-size: 12px;
padding: 10px 7px;
}
.fr-serices-content ul li .form-group::before {
border: none;
}
.fr-serices-content {
margin-top: -120px;
}
.fr-serices-content ul li .btn-style {
line-height: inherit;
}
.fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 12px;
line-height: 41px;
}
.fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__arrow b {
top: 21px;
left: 0;
}
.fr-serices-content ul li .select2-container .select2-selection--single {
border: 1px solid #e9e9e9 !important;
height: 42px;
border-radius: 0;
}
.fr-serices-content p {
margin-top: 0;
font-size: 12px;
}
.fr-serices-content ul li {
margin-bottom: 25px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating p {
text-align: left;
font-size: 18px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 12px;
margin-left: 0;
}
.fr-c-details {
margin-top: 30px;
}
.fr-c-social-icons h3 {
font-size: 15px;
margin-bottom: 12px;
}
.fr-c-detail-box p {
font-size: 14px;
margin-top: 10px;
}
.fr-expert .fr-expert-content .btn-style {
padding: 10px 22px !important;
font-size: 12px !important;
}
.fr-expert .fr-expert-details {
float: none;
}
.fr-expert .fr-expert-details h2 {
font-size: 18px;
}
.fr-expert .fr-expert-details p {
font-size: 14px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details span {
font-size: 16px;
}
.fr-c-social-icons ul li img {
width: 80%;
}
.fr-c-social-icons ul li {
margin-right: 5px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
font-size: 14px;
}
.fr-c-details .fr-c-container h3 {
font-size: 14px;
}
.fr-c-details .fr-c-container {
padding: 20px;
}
.fr-ca-more-details .fr-c-full-details span {
font-size: 12px;
}
.fr-ca-more-details ul li .fr-c-full-details p {
font-size: 14px;
}
.fr-employ-content .fr-employer-assets span {
font-size: 14px;
}
.fr-employ-content .fr-employer-assets i {
padding: 8px;
font-size: 16px;
}
.fr-employ-content .fr-employer-assets h3 {
font-size: 16px;
margin-bottom: 16px;
margin-top: 4px;
}
.fr-employ-content .fr-employer-assets .btn-style {
font-size: 13px !important;
padding: 8px 22px !important;
}
.fr-employ-content .fr-employer-assets {
padding: 10px 0 22px;
}
.fr-employ-container img {
margin-top: -52px;
}
.fr-employ-container .notify-2 {
top: -30%;
margin-left: -3%;
}
.fr-employ-content .fr-employ-box .fr-employ-social i {
height: 30px;
width: 30px;
line-height: 28px;
font-size: 14px;
}
.fr-sign-social .fr-sign-s-media span {
margin: 0 auto;
display: table;
}
.fr-sign-assets-2 {
margin-left: 0;
}
.fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
left: 14%;
}
.fr-sigin-requirements .pretty .state label::after {
top: 7%;
}
.fr-sign-in-hero .owl-dots {
display: none;
}
.fr-sign-social .fr-sign-s-media {
float: none;
margin-right: 0;
margin-bottom: 15px;
}
.fr-sign-main-content {
background-color: #fff;
}
.fr-sign-text {
overflow: hidden;
padding: 10px 10px;
}
.fr-sign-assets-2 h2 {
font-size: 16px;
}
.fr-sign-content {
padding: 45px 0;
border: none;
}
.fr-sign-form .form-group label {
font-size: 12px;
}
.fr-sign-form .form-group input {
font-size: 12px;
}
.fr-sigin-requirements span {
font-size: 12px;
}
.fr-sign-background {
display: none;
position: relative;
}
.fr-sign-user-dashboard {
margin-top: 0;
}
.fr-sign-in-hero .heading-panel {
margin-bottom: 20px;
}
.fr-sign-in-hero .heading-panel h2 {
font-size: 20px;
}
.fr-project-lastest-product .fr-project-place {
padding:20px;
}
.fr-project-adons ul li .pretty {
font-size: 14px;
margin-top:0;
}
.fr-project-adons ul li {
font-size:14px;
}
.fr-company-contents .fr-company-products-2 {
padding-bottom:30px;
}
.fr-jobs-price .style-hd {
font-size: 18px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
font-size: 16px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details {
margin-top: 5px;
}
.fr-recent-review-box .fr-recent-details-area p {
line-height: 24px;
font-size: 14px;
}
.fr-expertise-content .heading-contents h3 {
font-size: 18px;
}
.fr-expertise-product .fr-expertise-details h3 {
font-size: 16px;
margin-bottom: 0;
}
.fr-expertise-product {
margin-top: 15px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-review-profile img {
max-width: 60px;
}
.fr-recent-model a {
margin-bottom: 30px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating i {
margin-right: 6px;
font-size: 12px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
font-size: 14px;
}
.fr-hero-hire .fr-hero-short-list-2 {
overflow: inherit;
}
.fr-hero-hire .fr-hero-short-list-2 .btn-style {
padding: 6px 26px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
margin-right: 0;
float:none;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li::before {
right: -10%;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
margin-bottom: 20px;
padding: 6px 8px;
}
.fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
}
.fr-hero-details-content .fr-hero-details-products span {
left: 25%;
}
.fr-product-progress {
margin-top: 30px;
}
.fr-product-progress ul li .fr-product-progress-content p {
font-size: 14px;
}
.fr-product-progress ul li .fr-product-progress-content span {
font-size: 14px;
}
.fr-product-des-box p {
font-size: 14px;
}
.fr-product-des-box .mb-style-2 {
width: 100%;
}
.fr-product-des-box .fr-product-logo {
position: relative;
right: inherit;
top: inherit;
display: none;
}
.heading-contents h3 {
font-size: 16px;
margin-bottom: 8px;
}
.fr-hero-hire-content {
float: left;
}
.fr-hero-hire span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-products img {
max-width: 100px;
}
.fr-hero-hire p {
display: inline;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-products {
margin-right: 0;
float:none;
margin-bottom:10px;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
max-width: 100%;
width: 100%;
}
.fr-hero-details-content .fr-hero-details-information span {
font-size: 20px;
}
.fr-hero-short-list {
float: left;
text-align: left;
margin-top: 10px;
}
.fr-right-detail-bar p {
font-size: 14px;
margin-top: 0;
margin-bottom: 10px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
width: 70%;
}
.fr-right-detail-bar .fr-right-srch-detail ul li a {
float: left;
margin-right: 10px;
margin-top: 10px;
}
.fr-right-detail-bar .fr-right-srch-detail ul li {
float: none;
margin-right: 0;
}
.fr-right-srch-detail ul li .select2-container {
width: 100% !important;
}
.fr-right-srch-detail {
float: none;
width: 100%;
}
.fr-lance-content3 .fr-lance-price2 p {
font-size: 18px;
line-height: 22px;
}
.fr-lance-content3 .fr-lance-price2 span {
font-size: 16px;
}
.fr-lance-content3 .fr-lance-price2 {
top: 28%;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
margin-bottom: 10px;
font-size: 14px;
margin-right: 0px;
padding: 2px 10px;
}
.fr-lance-usr-details span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details p {
font-size: 14px;
line-height: 22px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
margin-bottom: 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
float: none;
margin-right: 0px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
font-size: 16px;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile .notify-2 {
padding: 5px 5px;
top: 18%;
right: 0;
}
.fr-lance-content3 .fr-lance-detail-box {
float: none;
overflow: hidden;
margin-right: 0;
margin: 0 auto;
display: table;
}
.fr-side-bar-filtered ul li:nth-child(2n+2) {
width: auto;
margin-right: 0;
display: none;
}
.fr-side-bar-filtered ul li {
float: none;
width: 100%;
margin-right: 0;
}
.fr-lance-banner .btn-style {
padding: 8px 24px;
font-size: 14px;
}
.fr-list-product .fr-list-content .fr-list-srch {
margin-bottom: 4px;
}
.fr-lance-banner p {
font-size: 14px;
}
.fr-lance-banner h3 {
font-size: 20px;
margin-bottom: 4px;
}
.fr-list-product {
padding: 60px 0;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
font-size: 18px;
}
.fr-project-bidding .fr-project-assets .fr-project-icon span {
font-size: 14px;
}
.fr-project-bidding .fr-project-assets p {
font-size: 14px;
line-height: 24px;
}
.fr-project-lastest-product .fr-project-place h3 {
font-size: 18px;
margin-bottom: 20px;
}
.fr-project-adons ul li i {
font-size: 26px;
}
.fr-project-apply .btn-style {
font-size: 14px;
font-weight: 500;
}
.fr-project-bidding .fr-project-box {
margin-bottom: 20px;
}
.fr-project-bidding .fr-project-box h3 {
font-size: 16px;
}
.fr-project-f-profile .fr-project-f-user-details h3 {
font-size: 16px;
margin-bottom: 3px;
}
.fr-project-bidding .fr-project-assets {
overflow: hidden;
width: 100%;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li:last-child {
margin-right: 0;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
margin-right: 20px;
}
.fr-project-bidding .fr-project-user-details {
margin-bottom: 10px;
}
.fr-project-bidding .fr-project-profile .fr-project-img-box {
display:none;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details {
position:relative;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul {
text-align: left;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
margin-bottom: 16px;
margin-right: 0;
}
.fr-project-details .fr-project-product ul li {
margin-bottom: 15px;
width:100%;
float:none;
}
.fr-project-details .fr-project-content .fr-project-f-des {
padding: 20px 16px;
}
.fr-project-details .fr-project-content .fr-project-list h2 {
font-size: 20px;
line-height: 30px;
}
.fr-browse-category .fr-style-7 {
display: none;
}
.fr-pagination {
overflow: hidden;
}
.fr-list-side-bar .fr-pagination .pagination {
float: none;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
left: 22px;
width: 80%;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
line-height: 24px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li {
float: left;
margin-right: 20px;
margin-bottom: 12px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid {
display:none;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 10px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
margin-right: 5px;
margin-bottom: 10px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li {
float: none;
margin-right: 0;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
width: 100%;
font-size: 14px;
line-height: 24px;
}
.fr-browse-category .heading-panel {
margin-bottom: 40px;
}
.heading-panel h2 {
font-size: 24px;
}
.fr-browse-category .fr-browse-content h3 {
font-size: 18px;
margin-bottom: 10px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
font-size: 14px;
}
.fr-list-side-bar .fr-right-detail-bar p {
margin-top: 0;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 16px;
line-height: 22px;
}
.fr-right-list {
overflow: hidden;
}
.fr-footer .fr-footer-content ul li a {
font-size: 14px;
}
.fr-jobs-price .style-hd {
font-size: 18px;
}
.fr-jobs-price {
top: 5%;
}
.fr-jobs-price p {
font-size: 12px;
line-height: 12px;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li {
margin-bottom: 14px;
float: none;
margin-right: 0;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li i {
float: left;
margin-right: 10px;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li .select2-container {
width: 100% !important;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
float: none;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-content {
float: none;
margin-bottom: 12px;
}
.fr-list-side-bar .fr-right-bannner {
margin-top: 25px;
}
.fr-list-side-bar .fr-right-bannner h3 {
font-size: 22px;
margin-bottom: 7px;
}
.fr-list-side-bar .fr-right-bannner .btn-style {
padding: 8px 26px;
}
.fr-list-side-bar .fr-right-bannner p {
font-size: 14px;
line-height: 24px;
width: 100%;
}
.fr-list-side-bar .fr-side-bar-filtered input {
height: 42px;
}
.fr-side-bar-btn span {
font-size: 14px;
}
.fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
}
.fr-list-side-bar .fr-side-bar-filtered ul li {
float: left;
width: 44%;
}
.fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
margin-right: 11px;
}
.fr-list-side-bar .fr-side-bar-filtered label {
font-size: 14px;
margin-bottom: 15px;
}
.fr-side-bar-filtered .fr-side-budget span {
font-size: 14px;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
font-size: 22px;
line-height: 30px;
width:90%;
}
.fr-footer .fr-footer-content .fr-style-8 {
font-size: 16px;
}
.fr-browse-category .fr-browse-content ul li a {
font-size: 14px;
}
.fr-hero .fr-hero-content h1 {
font-size: 28px;
line-height: 30px;
margin-bottom: 8px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 22px;
}
.fr-hero .fr-hero-content p {
line-height: 26px;
font-size: 14px;
}
.fr-hero .fr-hero-search-bar ul li {
float: none;
width: 100%;
margin-bottom: 25px;
}
.fr-hero .fr-hero-search-bar ul li input {
border-radius: 4px;
}
.fr-hero .fr-hero-search-bar ul li:last-child {
width: 100%;
}
.fr-hero .fr-hero-search-bar ul li .btn-style {
padding: 14px 28px;
border-radius: 4px;
width: 100%;
}
.fr-hero .fr-hero-trending ul li {
margin-bottom: 12px;
}
.fr-hero .fr-hero-trending ul li:first-child{
float:none;
}
.fr-list {
float: none !important;
margin-top: 16px;
}
.fr-list .style-1 {
float: none;
}
.fr-menu .sb-menu > ul {
list-style: none;
}
.fr-list a i {
font-size: 12px;
}
.heading-panel p {
font-size: 14px;
line-height: 24px;
}
.heading-panel {
margin-bottom: 25px;
}
.fr-explore-cat .owl-nav {
position: absolute;
right: 13%;
top: -21%;
}
.fr-explore-cat .fr-explore-style {
position: relative;
top: auto;
right: auto;
overflow: hidden;
bottom: 0;
margin-bottom: 30px;
}
.fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
border-radius:4px;
}
/* latest jobs extra html*/
.fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
font-size: 16px;
line-height: 22px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details {
padding: 22px 15px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
float: left;
margin-right: 0;
margin-bottom: 6px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-price .style-hd {
font-size: 20px;
line-height: 28px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-price {
top: 18%;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-price p {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
width: 100%;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar {
padding: 10px 16px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
font-size: 14px;
}
/* latest jobs extra html*/
.fr-latest-jobs .fr-jobs-dc {
bottom: 13%;
}
.fr-jobs-main-content {
margin-top: 30px;
}
.fr-latest-jobs .owl-nav {
top: 8%;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
font-size: 16px;
line-height: 22px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
font-size: 20px;
}
.fr-top-srvices .fr-top-contents .fr-top-product img {
width: 100%;
}
.fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
}
.fr-browse-category .fr-browse-content {
border-left: none;
padding-left: 0;
margin-bottom: 25px;
}
.fr-browse-client {
display: none;
}
.fr-footer .fr-footer-content {
float: none;
margin-top: 30px;
}
.fr-footer .fr-footer-content ul {
columns: 2;
}
.fr-footer-icons ul {
columns: auto !important;
}
.fr-gt-content p {
font-size: 14px;
line-height: 24px;
}
.fr-gt-content h3 {
font-size: 20px;
margin-bottom: 7px;
}
.fr-gt-btn {
float: left;
margin-top: 20px;
}
.fr-footer .fr-bottom p {
line-height: 26px;
}
.fr-bg-style {
padding: 26px 20px;
}
.fr-company-contents .fr-company-assets {
height: 246px;
background-position: 100%;
background-size: cover;
margin-top: 0;
position: absolute;
top: 2%;
width: 100% !important;
}
.fr-company-contents .fr-company-assets-2 {
height: 230px;
background-size: cover;
width: 100%;
position: relative;
top: inherit;
margin-top: -55%;
}
.fr-company-contents .fr-company-products .fr-style-3 {
font-size: 24px;
}
.fr-company-contents .fr-company-products p {
width:100%;
margin-bottom: 12px;
}
.fr-company-contents .fr-company-products a {
font-weight: 500;
padding: 8px 30px;
font-size: 14px;
}
.fr-company-contents .fr-company-products-2 .fr-style-4 {
font-size: 24px;
}
.fr-company-contents .fr-company-products-2 p {
line-height: 24px;
margin-bottom: 12px;
}
.fr-company-contents .fr-company-products-2 a {
font-weight: 500;
padding: 8px 30px;
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
padding: 0;
}
.sb-header .logo {
padding: 30px 0;
}
/*NEW HOME PAGES CSS*/
.fr-hero3-srch ul li input {
background-color: #f4f6f9;
border-radius: 4px !important;
}
.fr-hero-ad {
height: auto !important;
}
.elbow.owl-carousel.owl-drag .owl-item {
margin-top: 2%;
}
.fr-h-star i {
font-size: 12px;
}
.no-top-margin {
padding-top: 0 !important;
}
.fr-rev-2.fr-rev {
margin-bottom: 50px;
padding: 35px 15px;
}
.fr-latest2-content-box .fr-latest2-price ul li p {
font-size: 16px;
}
.fr-latest2-content-box .fr-latest2-price ul li {
float: none;
margin-right: 0;
margin-bottom: 15px;
}
.fr-latest2-content-box .fr-latest2-rating .style-text {
font-size: 18px;
line-height: 25px;
}
.fr-latest2-content-box .fr-latest2-rating ul li p i {
font-size: 12px;
}
.fr-latest2-content-box .fr-latest2-rating ul li span {
margin-left: 14px;
}
.fr-latest2-content-box .fr-latest2-bid {
width: 100%;
}
.fr-latest2-content-box .fr-latest2-price {
overflow: hidden;
float: none;
width: 100%;
margin-top:10px;
}
.fr-latest2-content-box .fr-latest2-rating {
float: none;
width: 100%;
margin-right: 0;
}
.fr-latest2-heading .heading-panel h3 {
font-size: 24px;
}
.fr-latest2-heading .heading-panel {
margin-bottom: 35px;
}
.fr-top-icons::before {
border: none;
}
.top-style {
font-size: 16px;
margin-bottom: 12px;
}
.fr-top-icons {
margin-bottom: 20px;
padding:20px 0;
}
.fr-top3-content .heading-panel {
margin-bottom: 35px;
}
.fr-hero3-submit button {
padding:12px 30px;
}
.fr-her3-elemnt a {
font-size: 12px;
margin-right: 5px;
background-color: rgba(255, 180, 19, 0.6);
display: inline-block;
margin-bottom:5px;
}
.fr-her3-elemnt p {
margin-right: 0;
font-size: 14px;
margin-bottom: 10px;
}
.fr-hero3-video a {
border: none;
padding: 0;
}
.fr-hero3-text span {
font-size: 14px;
}
.fr-hero3-video i {
padding: 18px 20px;
font-size: 22px;
}
.fr-hero3-srch {
border-radius: 0;
box-shadow: none;
}
.fr-hero3-video {
right: auto;
margin-top: 25px;
}
.fr-top3-content .heading-panel h3 {
font-size: 20px;
}
.fr-her3-elemnt {
display: block;
}
.fr-hero3 {
background-position: bottom;
height: 660px;
}
.herosection-2.fr-hero3 {
height: 730px;
}
.herosection-2 .fr-hero3-main {
margin-bottom:0;
}
.herosection-2 .fr-hero3-video {
right: auto;
left: 7%;
}
.fr-hero3-main {
margin-top: 50px;
margin-bottom: 50px;
padding: 0 20px;
}
.fr-hero3-content span {
font-size: 16px;
}
.fr-hero3-content h1 {
font-size: 26px;
line-height: 34px;
}
.fr-hero3-srch ul li {
float: none;
width: 100%;
margin-bottom: 20px;
}
.fr-hero3-srch ul li:last-child {
width: 100%;
position: relative;
margin-bottom:0;
}
.fr-hero2-content {
padding-top: 80px;
width: 90%;
}
.fr-logos img {
margin-bottom: 25px;
}
.fr-hero2-title h1 {
font-size: 28px;
margin-bottom: 14px;
line-height: 36px;
}
.fr-hero2-title p {
line-height: 26px;
font-size: 14px;
width: 100%;
}
.fr-hero2-form li {
float: none;
width: 100%;
margin-bottom: 20px;
}
.fr-hero2-form .select2-container .select2-selection--single {
height: 50px;
}
.fr-hero2-form li input {
height: 50px;
border-radius:4px;
}
.fr-hero2-form .style-bind {
border-left: none;
}
.fr-hero2-form li a {
height: auto;
line-height: inherit;
border-radius: 0px;
font-size: 12px;
width: 100% !important;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #888;
line-height: 52px;
font-size: 12px;
}
.fr-hero2-form li:last-child {
width: 100%;
}
.fr-menu-trans .fr-m-right {
float: none;
line-height: inherit;
}
.fr-menu-trans .sb-menu.separate-line > ul > li > a {
padding: 15px 20px;
color: #000;
font-size: 12px;
}
.fr-menu-trans .fr-m-right .btn-theme {
font-size: 12px;
}
.fr-menu-trans .fr-m-right .btn-style {
font-size: 12px;
}
.fr-menu-trans .fr-m-right a {
margin-right: 5px;
}
.fr-hero2-info a {
margin-bottom: 10px;
}
.fr-about2-texts p {
width:100%;
}
.fr-hero2-video p {
font-size: 14px;
}
.fr-hero2-video i {
font-size: 18px;
}
.ripple {
bottom: 20%;
}
.fr-hero-2 {
height: 700px;
}
.fr-hero2-video {
display:none;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 0;
}
.fr-about2-texts h2 {
font-size: 22px;
line-height: 30px;
}
.fr-about2-texts .btn-style {
font-size: 14px;
}
.fr-about2-img {
margin-top: 30px;
float: none;
}
.fr-serv2 .heading-contents h3 {
font-size: 20px;
}
.fr-serv2 .heading-contents p {
font-size: 14px;
line-height: 24px;
}
.fr-serv2-btn {
float: none;
margin-top: 0;
margin-bottom: 20px;
margin-top:20px;
}
.fr-serv2 .heading-contents {
margin-bottom: 20px;
float: none;
}
.fr-serv2-btn .btn-style {
font-size: 12px;
}
.fr-blog-center.heading-panel h3 {
font-size: 22px;
}
.no-margin .fr-latest-box {
margin-bottom: 30px;
}
.fr-footer-2-product ul li a {
font-size: 12px;
}
.fr-footer-2-product h3 {
font-size: 16px;
margin-bottom: 15px;
}
.fr-footer2-icons {
margin-top: 20px;
margin-bottom: 20px;
}
.fr-footer2-icons ul li i {
width: 30px;
height: 30px;
line-height: 14px;
font-size: 14px;
}
.fr-footer2-content p {
color: #fff;
font-size: 14px;
line-height: 26px;
}
.footer-info p {
font-size: 12px;
line-height: 24px;
}
.fr-latest-details i{
font-size: 14px;
}
.fr-latest-content p{
font-size: 16px;
}
.fr-latest-details p span{
font-size: 16px;
}
.res-us-profile {
float: none;
margin-right: 0;
margin-bottom: 8px;
}
.res-us-inline span i{
padding: 10px 12px;
}
.res-us-inline p .btn-theme{
padding: 7px 24px;
font-size: 12px;
}
.res-us-inline p{
font-size: 12px;
}
.res-us-inline span{
font-size: 12px;
}
.res-us-inline {
float: none;
padding-left: 0;
border-left: none;
margin-top: 15px;
display: inline-block;
}
.res-us-exp a {
padding: 4px 12px;
font-size: 12px;
margin-right: 5px;
margin-bottom: 10px;
}
.res-us-product h3{
font-size: 18px;
line-height: 24px;
}
.res-us-product ul li span{
font-size: 12px;
}
.res-us-product ul li {
margin-right: 7px;
}
.res-us-product ul li span i{
padding: 2px;
}
.res-us-product p{
font-size: 16px;
}
.res-us-product span{
font-size: 14px;
}
.res-us-profile img {
max-width: 65px;
}
.res-us-details {
background: #fff;
padding: 30px 20px;
}
.col-xl-6.no-padding-hero {
padding-right:calc(var(--bs-gutter-x)/ 2);
}
.fr-sign-container {
border-left:none;
}
.fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
margin-top:0;
float: left;
}
.fr-menu .sb-menu ul li.fr-list {
height: 50px;
}
.service-side {
margin-bottom:30px;
}
.padding-top-bottom-3 {
padding-bottom: 60px !important;
}
.section-padding {
padding: 50px 0;
}
.about-us-grids .about-grid-margin .about-grid-img .about-grid-count.right,
.about-grid-margin .about-grid-img .about-grid-count
{
display: none;
}
}
/*for md devices*/
@media (min-width: 768px) and (max-width: 991.8px) {
.listing-features li {
width:32%;
}
#exertio-carousal {
min-height: 550px;
}
.headerstyle-2.fr-menu .logo .header-form {
margin-left:0;
}
.headerstyle-2.fr-menu .sb-menu {
float: none;
}
.fr-hero4-content h1 {
line-height: 60px;
font-size: 45px;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
padding:0;
}
.services-filter-2 form .filters {
min-width: 200px;
}
.services-filter-2 {
margin-top:30px;
}
.slider-box .fr-slick .slides li iframe {
min-height: 360px;
}
.fr-m-contents .fr-m-main-title h1 {
font-size: 24px;
line-height: 40px;
}
.fr-project-details .fr-project-content .fr-project-style i {
padding:14px;
}
.fr-project-details .fr-project-content .fr-project-style {
position: relative;
right: 0;
top: 0;
margin-top: 20px;
}
.fr-project-product-features .fr-project-product ul li {
width: 50%;
}
.project-list-2 .bottom-side ul.skills {
width:100%;
}
.project-list-2 .bottom-side .view-btn {
display:none;
}
.fr-gt-btn {
float:left;
margin-top:15px;
}
.about-grid-content {
margin-bottom:30px;
}
.about-grid-content p {
font-size:14px;
}
.about-grid-content .subtitle {
font-size:16px;
}
.about-grid-content h2 {
font-size:20px;
}
.fr-hero .fr-hero-content {
margin-top: 160px;
}
.fr-hero-ad {
height: 530px;
}
.elbow.owl-carousel {
display:none;
}
.fr-hero .fr-hero-content h1 {
font-size: 36px;
}
.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn-theme-secondary {
padding:10px 20px;
font-size:14px;
}
.fr-latest2-content-box .fr-latest2-bid {
margin-top:15px;
}
.herosection-2 {
height: 680px;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
border:none;
}
.herosection-2 .fr-hero3-main {
margin-top: 0;
padding: 80px 0;
padding-bottom:0;
}
.herosection-2 .fr-hero3-content p {
width: 80%;
}
.herosection-2 .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered, .herosection-2 .fr-hero3-srch ul li input {
background-color: #f4f6f9;
border:1px solid #EEE;
border-radius:4px;
}
.fr-hero3-srch ul li .select2-container .select2-selection--single {
border-radius:4px;
}
.herosection-2 .fr-hero3-srch ul li {
float:none;
width:100%;
margin-bottom:15px;
}
.herosection-2 .fr-hero3-srch {
border:none;
}
.herosection-2 .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 32%;
}
.exertio-app-one .exertio-app-box {
width: 90%;
}
.fr-c-about-products {
display:none;
}
.call-actionz .parallex-text h4 {
font-size: 30px;
}
.call-actionz p {
font-size: 18px;
}
.exertio-pricing-2-main .exertio-pricing-price h4 {
font-size: 18px;
}
.fr-about-conrent .fr-product-checks ul li {
width: 100%;
}
.hero-slider .fr-hero3-video {
position: relative;
margin-top:20px;
}
.hero-slider {
position: relative;
top: 0;
width: 100%;
z-index: 999;
min-height: 550px;
}
.fr-footer-content {
margin-top:30px;
}
.fr-rev-2.fr-rev.section-position {
margin-top: 0;
}
.fr-c-about-style {
margin-top: 0;
}
.fr-about2-client.fr-about-client {
padding: 50px 0;
}
.featured-pricing {
transform: translateY(0px);
}
.fr-plan-content h2 {
font-size: 20px;
}
.heading-panel.section-left .heading-meta {
width: 70%;
}
.fr-latest2-content-box {
padding:20px;
flex-direction: column;
align-items: flex-start;
}
.sb-header.transparent {
position:relative;
box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.fr-project-apply {
display:none;
}
.fr-hero-m-jobs-bottom ul li span small {
margin-right: 0;
width: 100%;
display: block;
}
.fr-hero-details-content .fr-hero-details-information h1 {
font-size: 24px;
line-height: 40px;
}
.fr-hero-detail.style-1 .custom-product{
padding:15px;
}
.fr-menu .sb-menu ul li.fr-list.loggedin {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: flex-start;
margin-right:0;
height: auto;
}
.fr-sign-background {
display: none;
}
.service-sidebar {
margin-top:20px;
}
.fr-latest-blog-components p {
font-size: 14px;
line-height: 24px;
}
.fr-user-reviews-2-sm .sm-style-2 {
font-size: 16px;
}
.fr-user-reviews-2-sm ul li span{
font-size: 14px;
}
.fr-user-reviews-2-sm p {
font-size: 14px;
line-height: 26px;
}
.fr-user-reviews-2-sm a{
font-size: 14px;
}
.fr-latest-user-reviews .heading-contents-2 h3 {
font-size: 20px;
}
.fr-latest-t-content .heading-contents-2 {
margin-bottom: 20px;
}
.fr-latest-t-content .heading-contents-2 h3 {
font-size: 18px;
}
.fr-latest-tags-2 .fr-latest-t-content span{
font-size:13px;
}
.fr-latest-tags-2 .fr-latest-t-icons {
margin-top: 38px;
}
.fr-latest-pagination {
margin-top: 0;
}
.fr-tag-list a {
font-size: 12px;
}
.fr-src-content {
margin-top: 18px;
}
.fr-latest-components ul li .fr-cm-details {
overflow: hidden;
margin-top: 10px;
}
.fr-latest-components ul li .fr-cm-details p {
font-size: 16px;
}
.fr-latest-components ul li .fr-cm-details span {
font-size: 12px;
}
.fr-src-content input {
height: 45px;
font-size: 12px;
}
.fr-latest-pagination .pagination a {
font-size: 12px;
}
.fr-latest-style ul li .fr-latest-profile span {
margin-left: 10px;
}
.fr-blog-content {
margin-top: 30px;
}
.fr-latest-container span {
margin-top: 10px;
}
.fr-latest-container {
margin-top: 10px;
}
.fr-latest-content h3 {
font-size: 18px;
margin-bottom: 15px;
}
.fr-er-list {
margin-top: 16px;
}
.fr-er-404 .fr-er-content h3 {
font-size: 24px;
margin-top: 15px;
margin-bottom: 10px;
}
.fr-static .btn-style {
padding: 12px 30px;
}
.fr-er-404 .fr-er-content p {
line-height: 24px;
padding-bottom: 22px;
font-size: 14px;
}
.fr-er-404 .form-group input {
height: 45px;
font-size: 12px;
}
.fr-contact {
margin-top: 50px;
}
.fr-contact-form input {
height: 45px;
font-size: 14px;
}
.fr-co-contents ul li .fr-co-logo {
margin-right:10px;
}
.fr-co-contents {
padding: 20px;
margin-bottom: 30px;
}
.fr-plan-basics {
margin-bottom: 30px;
}
.fr-client-about-details h3 {
font-size: 22px;
margin-bottom: 10px;
}
.fr-client-sm p {
font-size: 16px;
}
.fr-client-sm span {
font-size: 14px;
}
.fr-plan-content p {
font-size: 14px;
line-height: 22px;
margin-bottom: 11px;
}
.fr-plan-details {
margin-top: 20px;
}
.fr-plan-details li {
font-size: 14px;
margin-bottom: 10px;
}
.fr-plan-content h3 {
font-size: 38px;
margin-bottom: 20px;
}
.fr-plan-content button {
font-size: 14px;
}
.style-s1 {
display:none;
}
.fr-bissness-details {
padding:60px 0;
}
.style-s2 {
display:none;
}
.fr-buisness-xt ul li {
width: 100%;
margin-bottom: 30px;
}
.fr-about-video .bla-2 {
bottom: 6%;
}
.fr-about-conrent h2 {
font-size: 24px;
}
.fr-about-conrent strong {
font-size: 14px;
}
.fr-about-reviews ul li {
margin-bottom: 20px;
width: 50%;
}
.fr-about-i-details .counter-js span {
font-size: 26px;
}
.fr-about-reviews ul li::before {
display: none;
}
.fr-about-i-details p {
font-size: 14px;
line-height: 15px;
}
.fr-about-i-details i {
margin-top: 15px;
font-size: 14px;
}
.fr-about-conrent p {
margin-bottom: 20px;
}
.fr-services2-details .card-body {
line-height: 24px;
font-size: 14px;
}
.fr-sevices-contact-form h3 {
font-size: 18px;
margin-bottom: 22px;
}
.fr-services-review {
margin-bottom: 30px;
}
.fr-services2-box .fr-services2-sm-1 p {
font-size: 14px;
}
.fr-services-content-data {
font-size: 14px;
padding: 15px 25px;
}
.fr-reviews-star-rat ul li p {
font-size: 14px;
}
.fr-services-f-details span {
font-size: 14px;
}
.fr-seller-rating span strong {
font-size: 14px;
}
.fr-services-review .form-group input {
font-size: 14px;
}
.fr-seller-servives .fr-seller-f-details p {
font-size: 14px;
line-height: 24px;
}
.fr-seller-contents ul li p {
font-size: 14px;
line-height: 10px;
}
.fr-frquntly-qa .btn-link {
font-size: 14px;
}
.fr-frquntly-qa h2 {
font-size: 16px;
margin-bottom: 16px;
}
.fr-seller-contents ul li span {
font-size: 14px;
}
.fr-seller-servives .fr-seller-details span {
font-size: 14px;
}
.fr-seller-servives h2 {
font-size: 16px;
margin-bottom: 22px;
}
.fr-service-container ul li a {
font-size: 14px;
}
.fr-seller-servives .fr-seller-details h3 {
font-size: 16px;
}
.fr-services2-id .fr-services2-content span {
font-size: 14px;
padding-top: 0;
}
.fr-service-container ul li.links {
margin-right: 20px;
padding-right:0;
}
.fr-m-products-2 ul li img {
width: 80%;
}
.fr-services2-id .fr-services2-content p {
font-size: 16px;
}
.fr-m-products-2 ul li span {
font-size: 14px;
}
.fr-m-products-2 ul li {
margin-right: 4px;
}
.fr-m-contents .fr-m-main-title p {
font-size: 14px;
}
.fr-m-products ul li p {
font-size: 14px;
}
.fr-m-contents .fr-m-main-title h3 {
font-size: 16px;
margin-bottom: 6px;
}
.fr-serices-content p {
font-size: 14px;
}
.fr-expert .fr-expert-details h2 {
font-size: 20px;
}
.fr-expert .fr-expert-details {
float: none;
}
.fr-expert .fr-expert-details p {
font-size: 14px;
}
.fr-c-details {
margin-top: 30px;
}
.fr-c-social-icons h3 {
font-size: 14px;
margin-bottom: 13px;
}
.fr-ca-more-details ul li .fr-c-full-details p {
font-size: 14px;
}
.fr-c-social-icons ul li img {
width: 85%;
}
.fr-c-social-icons ul li {
margin-right: 2px;
}
.fr-ca-more-details .fr-c-full-details span {
font-size: 14px;
}
.fr-c-detail-box p {
font-size: 14px;
margin-top: 10px;
}
.fr-c-details .fr-c-container h3 {
font-size: 14px;
}
.fr-ca-more-details {
padding: 0 10px;
}
.fr-c-details .fr-c-container {
padding: 20px;
}
.fr-c-details .fr-c-followers {
padding: 15px 20px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
font-size: 14px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details span {
font-size: 15px;
}
.fr-employ-content .fr-employer-assets span i {
margin-bottom: 0;
}
.fr-side-bar-filtered .form-group {
margin-bottom: 10px;
}
.fr-side-bar-filtered ul li {
float: none;
width: 100%;
margin-right: 0;
}
.fr-employ-content .fr-employ-box .fr-employ-social i {
height: 25px;
width: 25px;
line-height: 24px;
font-size: 14px;
margin-right: 5px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
}
.fr-employ-content .fr-employer-assets h3 {
font-size: 15px;
margin-bottom: 11px;
margin-top: 5px;
line-height: 22px;
}
.fr-employ-content .fr-employer-assets .btn-style {
padding: 10px 22px !important;
font-size: 13px !important;
}
.fr-employ-content .fr-employer-assets span {
font-size: 14px;
}
.fr-employ-container .notify-2 {
position: absolute;
top: -23%;
margin-left: -3%;
}
.fr-employ-content .fr-employer-assets {
padding: 12px;
}
.fr-employ-content .fr-employer-assets i {
font-size: 14px;
display: inline-block;
margin-bottom: 12px;
}
.fr-sign-social .fr-sign-s-media span {
margin: 0 auto;
display: table;
}
.fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
left: 15%;
}
.fr-sign-main-content {
padding: 10px 14px;
}
.fr-sign-social .fr-sign-s-media {
float: none;
margin-right: 0;
margin-bottom: 15px;
}
.fr-sign-user-dashboard {
margin-top: 0;
}
.fr-sigin-requirements span {
font-size: 14px;
}
.fr-sign-form .form-group label {
font-size: 14px;
}
.fr-sign-assets-2 h2 {
font-size: 18px;
}
.fr-sign-form .form-group input {
font-size: 14px;
}
.fr-sign-assets-2 p {
font-size: 14px;
line-height: 24px;
}
.fr-project-adons ul li .pretty {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
width: 80%;
}
.fr-expertise-product .fr-expertise-details h3 {
font-size: 16px;
}
.fr-expertise-product .fr-expertise-details span {
font-size: 14px;
}
.fr-expertise-product .fr-expertise-details p {
font-size: 14px;
line-height: 24px;
}
.fr-expertise-content .heading-contents h3 {
font-size: 20px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
font-size: 14px;
}
.fr-recent-certification ul li .fr-recent-us-profile {
margin-right: 12px;
}
.fr-recent-certification ul li .fr-recent-us-skills p {
font-size: 14px;
font-weight: 500;
}
.fr-recent-certification {
padding: 24px 12px;
}
.fr-recent-employers {
padding: 22px 12px;
}
.fr-recent-employers ul li span {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating p {
text-align: left;
margin-top: 8px;
line-height: 18px;
}
.fr-recent-review-box .fr-recent-details-area p {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
font-size: 16px;
margin-bottom: 2px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i {
font-size: 14px;
}
.fr-top-contents .fr-top-grid {
bottom: -15%;
}
.fr-hero-details-content .fr-hero-details-products img {
max-width: 100px;
}
.fr-top-contents .fr-top-details p .style-6 {
font-size: 14px;
}
.fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information span {
font-size: 20px;
}
.fr-product-progress {
padding: 20px 15px;
}
.fr-product-progress ul li .fr-product-progress-content span {
font-size: 14px;
}
.heading-contents h3 {
font-size: 16px;
}
.fr-hero-details-content .fr-hero-details-products {
margin-right: 18px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
margin-right: 15px;
}
.fr-hero-details-content .fr-hero-details-information span i {
margin-right: 8px;
padding: 3px;
}
.fr-product-des-box p {
font-size: 14px;
}
.fr-hero-hire p {
font-size: 20px;
}
.fr-hero-hire span {
font-size: 14px;
}
.fr-hero-hire .fr-hero-short-list-2 {
overflow: inherit;
margin-top: 20px;
}
.fr-hero-hire .fr-hero-short-list-2 .btn-style {
padding: 6px 24px;
}
.fr-hero-hire-content i {
padding: 0
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
margin-bottom: 6px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
padding: 4px 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
font-size: 14px;
margin-right: 2px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li::before {
display: none;
}
.fr-right-detail-bar .fr-right-srch-detail ul li a {
display: inline-block;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li::before {
right: -16%;
}
.fr-lance-content3 .fr-lance-price2 {
top: 22%;
right: 6%;
}
.fr-right-srch-detail {
float: none;
overflow: hidden;
width: 100%;
}
.fr-right-content {
margin-bottom: 12px;
}
.fr-right-detail-bar .fr-right-srch-detail ul li {
float: left;
margin-right: 8px;
}
.fr-lance-content3 .fr-lance-price2 p {
font-size: 18px;
}
.fr-lance-content3 .fr-lance-price2 span {
font-size: 14px;
}
.fr-list-product {
padding: 60px 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
margin-bottom: 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
padding: 2px 12px;
font-size: 14px;
margin-right: 5px;
margin-bottom: 10px;
}
.fr-lance-usr-details span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 {
margin-bottom: 3px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
font-size: 18px;
margin-bottom: 4px;
line-height: 26px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
margin-right: 25px;
}
.fr-lance-content3 .fr-lance-more-details {
text-align: center;
margin: 0 auto;
display: table;
}
.fr-lance-content3 .fr-lance-detail-box {
float: none;
margin: 0 auto;
display: table;
}
.fr-lance-banner .btn-style {
padding: 8px 26px;
}
.fr-lance-banner p {
font-size: 14px;
}
.fr-lance-banner h3 {
font-size: 22px;
margin-bottom: 6px;
}
.fr-project-f-profile .fr-project-f-user-details p {
font-size: 14px;
}
.fr-project-f-profile .fr-project-f-user-details span {
font-size: 14px;
margin-top: 3px;
}
.fr-project-f-profile .fr-project-f-product img {
max-width: 90px;
}
.fr-project-pckage-details ul li .fr-project-package-list {
margin-top: 2px;
}
.fr-project-f-employers ul li .fr-project-method span {
font-size: 14px;
}
.fr-project-pckage-details ul li .fr-project-package-list p {
font-size: 14px;
}
.fr-project-adons {
padding: 12px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
font-size: 14px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
font-size: 14px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
font-size: 16px;
margin-bottom: 15px;
}
.fr-project-apply .btn-style {
font-size: 14px;
font-weight: 500;
}
.fr-poject-f-detail-box .fr-project-f-content p {
font-size: 14px;
}
.fr-poject-f-detail-box .fr-project-f-content span {
font-size: 14px;
}
.fr-project-details .fr-project-product ul li span {
font-size: 14px;
}
.fr-project-pckage-details {
padding: 18px 20px;
}
.fr-project-details .fr-project-content .fr-project-list h2 {
width: 100%;
font-size: 24px;
}
.fr-project-details .fr-project-content .fr-project-des p {
font-size: 14px;
line-height: 24px;
}
.fr-project-f-profile .fr-project-f-user-details h3 {
font-size: 16px;
margin-bottom: 6px;
}
.fr-project-bidding .fr-project-box {
margin-bottom: 28px;
}
.fr-project-f-employers {
padding: 20px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li::before {
left: -6%;
}
.fr-project-bidding .fr-project-assets {
margin-top: 6px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
margin-top: 1px;
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-assets p {
font-size: 14px;
line-height: 24px;
}
.fr-project-bidding .fr-project-assets .fr-project-icon span {
font-size: 14px;
}
.fr-project-lastest-product .fr-project-place h3 {
font-size: 18px;
margin-bottom: 22px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details {
float: none;
margin-top: 10px;
overflow: hidden;
display: inline-block;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
margin-right: 15px;
}
.fr-project-details .fr-project-content .fr-project-des h3 {
font-size: 16px;
margin-bottom: 10px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid {
float: left;
overflow: hidden;
margin-top: 10px;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
float: none;
margin-top: 12px;
overflow: hidden;
display: inline-block;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li {
float: left;
margin-right: 26px;
}
.fr-gt-content h3 {
font-size: 20px;
margin-bottom: 5px;
}
.fr-gt-content p {
font-size: 14px;
line-height: 24px;
}
.fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
margin-left: 3px;
}
.fr-list-side-bar .fr-right-bannner p {
font-size: 14px;
line-height: 26px;
width: 100%;
}
.fr-list-side-bar .fr-right-bannner h3 {
font-size: 22px;
}
.fr-list-side-bar .fr-right-bannner .btn-style {
padding: 8px 26px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
font-size: 14px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li {
margin-right: 20px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li p {
font-size: 14px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li span {
font-size: 14px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 18px;
width: 90%;
line-height: 24px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 4px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
margin-bottom: 10px;
}
.fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
display: none;
}
.fr-jobs-price .style-hd {
font-size: 20px;
line-height: 30px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
font-size: 14px;
line-height: 24px;
}
.fr-jobs-price p {
font-size: 14px;
}
.fr-jobs-price {
top: 18%;
}
.fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails .fr-style {
font-size: 14px;
padding-bottom: 10px;
}
.fr-side-bar-filtered .fr-side-budget span {
font-size: 14px;
margin-bottom: 14px;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
font-size: 26px;
line-height: 30px;
}
.fr-menu .sb-menu ul li.current-menu > a {
background-color: transparent;
}
.fr-list a i {
margin-right: 3px;
font-size: 14px;
}
.fr-footer .fr-footer-content .fr-style-8 {
font-size: 16px;
}
.fr-menu .sb-menu > ul {
list-style: none;
}
.fr-list {
float: none !important;
}
.fr-footer .fr-footer-content ul li {
margin-bottom: 10px;
}
.fr-browse-category .fr-browse-content h3 {
font-size: 18px;
margin-bottom: 10px;
}
.fr-browse-category .fr-browse-content ul li a {
font-size: 14px;
}
.fr-gt-details .fr-gt-content p {
font-size: 14px;
line-height: 22px;
width: 80%;
}
.fr-gt-details .fr-gt-content h3 {
font-size: 20px;
margin-bottom: 6px;
}
.fr-top-srvices .fr-top-contents .fr-top-details span {
padding: 3px 8px;
}
.heading-panel-2 h2 {
font-size: 24px;
margin-bottom: 6px;
}
.heading-panel-2 p {
font-size: 14px;
}
.fr-top-srvices .fr-top-contents .fr-top-details p .style-6 {
font-size: 14px;
}
.fr-browse-client {
display: none;
}
.fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
line-height: 22px;
margin-bottom: 8px;
margin-top: 13px;
}
.fr-top-srvices .fr-top-contents .fr-top-grid .notify.active {
padding: 3px 3px;
height: 10px;
top: 0px;
right: -1px;
}
.fr-top-srvices .fr-top-contents .fr-top-grid .notify {
padding: 3px 3px;
height: 10px;
top: 0px;
}
.fr-top-srvices .fr-top-contents .fr-top-details p {
font-size: 14px;
}
.fr-company-contents .fr-company-assets {
background-position: 90%;
}
.fr-company-contents .fr-company-products .fr-style-3 {
font-size: 24px;
}
.fr-company-contents .fr-company-products p {
margin-top: 2px;
margin-bottom: 15px;
}
.fr-company-contents .fr-company-products-2 .fr-style-4 {
font-size: 24px;
}
.fr-company-contents .fr-company-products-2 p {
margin-top: 2px;
margin-bottom: 15px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
bottom: 25px;
left: 22px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
font-size: 14px;
margin-bottom: 13px;
line-height: 22px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
font-size: 18px;
margin-bottom: 4px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons i {
padding: 4px;
font-size: 10px;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
height: 10px;
right: 34%;
padding: 2px 5px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
font-size: 15px;
line-height: 20px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-content {
padding: 15px 10px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
padding: 14px 10px;
margin-top: 30px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span i {
font-size: 10px;
margin-right: 4px;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online {
margin-top: 88px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span {
font-size: 14px;
padding: 4px 2px;
}
.fr-latest-jobs .owl-nav {
top: 0;
}
.fr-jobs-main-content {
padding: 10px;
}
.fr-jobs-main-content .fr-n-style {
font-size: 16px;
margin-bottom: 16px;
}
.fr-latest-jobs .owl-nav i {
font-size: 16px;
}
.fr-hero .fr-hero-content h1 {
font-size: 30px;
line-height: 42px;
margin-bottom: 0px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 24px;
}
.fr-hero .fr-hero-srch img {
width: 60%;
margin: 0 auto;
display: table;
}
.fr-hero .fr-hero-srch {
display: none;
}
.fr-hero .fr-hero-content {
margin-top: 0;
padding: 70px 0;
padding-bottom:30px;
}
.fr-hero .fr-hero-content p {
line-height: 25px;
font-size: 14px;
width: 80%;
}
.heading-panel h2 {
font-size: 30px;
}
.fr-explore-cat .owl-nav {
right: 20%;
top: -38%;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
font-size: 14px;
margin-bottom: 0px;
}
/*NEW HOME PAGE CSS*/
.fr-hero2-title h1 {
font-size: 34px;
}
.fr-h-star span{
font-size: 14px;
}
.fr-hero .fr-hero-search-bar ul li input{
font-size: 14px;
}
.fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered{
font-size: 14px;
}
.fr-h-star i{
font-size: 14px;
}
.fr-h-star span{
font-size: 14px;
}
.fr-h-info p{
font-size: 14px;
}
.fr-hero-rating{
width: 100%;
}
.fr-hero-vid4{
margin-top: 0;
}
.fr-rev-2.fr-rev ul li {
width: 50%;
margin-right: 0;
margin-bottom: 20px;
}
.fr-rev-2.fr-rev ul li:last-child {
margin-bottom:0;
}
.fr-rev-2.fr-rev ul li:nth-last-child(2) {
margin-bottom:0;
}
.no-top-margin {
padding-top: 0 !important;
}
.fr-latest2-content-box .fr-latest2-bid .btn-style {
font-size: 14px;
}
.fr-latest2-heading .heading-panel h3 {
font-size: 26px;
}
.fr-latest2-content-box .fr-latest2-rating ul li p {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-rating ul li span {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-price {
overflow: hidden;
float: none;
width: auto;
margin-top:15px;
}
.fr-latest2-content-box .fr-latest2-rating {
float: none;
width: auto;
margin-right: 0;
}
.fr-top-icons span {
font-size: 14px;
}
.top-style {
font-size: 16px;
margin-bottom: 13px;
}
.fr-top3-category .col-xl-3:nth-child(4n+4) .fr-top-icons::before{
border-right: 1px solid #e9e9e9;
}
.fr-top3-category .col-xl-3:nth-last-child(-n+4) .fr-top-icons::after {
border-bottom: 1px solid #e9e9e9
}
.fr-top3-category .col-md-4:nth-child(3n+3) .fr-top-icons::before{
border-right: none;
}
.fr-top3-category .col-md-4:nth-last-child(-n+3) .fr-top-icons::after {
border-bottom: none;
}
.fr-top3-content .heading-panel h3 {
font-size: 24px;
}
.fr-top3-content .heading-panel {
margin-bottom: 50px;
}
.fr-her3-elemnt p {
margin-right: 15px;
font-size: 14px;
display: inline;
}
.fr-hero3-video a {
border: none;
padding: inherit;
}
.fr-hero3-video i {
font-size: 20px;
}
.fr-her3-elemnt a {
margin-right: 10px;
margin-bottom:10px;
font-size: 12px;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 14px;
}
.fr-hero3-text span {
font-size: 14px;
}
.fr-hero3-submit button {
font-size: 14px;
padding:12px 20px;
}
.fr-hero3-content p {
font-size: 14px;
}
.fr-hero3-srch ul li input {
font-size: 14px;
}
.fr-hero3-content h1 {
font-size: 34px;
}
.fr-hero3-content span {
font-size: 16px;
}
.fr-hero3-main {
margin-top: 0;
padding:50px 0;
}
#exertio-carousal .carousel-inner {
display:none;
}
.hero-slider .fr-hero3-content h1 {
font-size: 32px;
font-weight: 700;
margin-top: 0;
}
.fr-hero2-content {
padding-top: 130px;
width: 100%;
}
.fr-hero3-content {
width:100%;
margin-bottom:20px;
}
.fr-hero2-title p {
line-height: 26px;
font-size: 14px;
width: 90%;
}
.fr-hero2-form li input {
font-size: 14px;
margin-bottom: 20px;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 14px;
line-height: 62px;
}
.fr-hero2-form li a {
height: auto;
line-height: inherit;
border-radius: 0;
width: 100% !important;
padding: 14px;
}
.fr-hero2-info a {
font-size: 10px;
}
.fr-hero2-info span {
font-size: 14px;
}
.ripple {
display: none;
}
.fr-hero2-video a {
border: none;
padding: 0;
}
.fr-hero-2 {
height: 665px;
}
.fr-menu-trans .fr-m-right {
float: none;
}
.fr-menu-trans .sb-menu.separate-line > ul > li > a {
padding: 15px 20px;
color: #000;
font-size: 14px;
}
.fr-menu-trans .fr-m-right .btn-theme {
font-size: 14px;
}
.fr-menu-trans .fr-m-right .btn-style {
font-size: 14px;
}
.fr-about2-texts h2 {
font-size: 24px;
line-height: 32px;
}
.fr-about2-texts p {
font-size: 14px;
line-height: 24px;
width: 100%;
}
.fr-about2-texts .text-weight {
font-weight: 500;
font-size: 14px;
line-height: 28px;
}
.fr-about2-texts .btn-style {
font-size: 14px;
}
.fr-about2-texts span {
font-size: 14px;
}
.fr-serv2 .heading-contents h3 {
font-size: 22px;
margin-bottom: 8px !important;
}
.fr-serv2 .heading-contents p {
font-size: 14px;
}
.fr-serv2-btn .btn-style {
font-size: 14px;
}
.no-margin .fr-latest-box {
margin-bottom: 30px;
}
.fr-footer-2-product ul li a {
font-size: 14px;
}
.fr-footer-2-product h3 {
font-size: 18px;
margin-bottom: 15px;
}
.fr-footer2-content p {
font-size: 14px;
}
.footer-info p {
font-size: 14px;
}
.fr-hero2-content {
padding-top: 120px;
width: 90%;
}
.res-us-inline{
border-left: none;
padding: 0;
}
.fr-latest-content p{
font-size: 16px;
}
.res-us-details{
padding: 30px 20px;
}
.res-us-product h3{
font-size: 18px;
}
.res-us-product ul li span{
font-size: 14px;
}
.res-us-product ul li span i{
padding: 2px;
font-size: 10px;
}
.res-us-product p{
font-size: 16px;
}
.res-us-product p strong{
font-size: 14px;
}
.res-us-exp a{
font-size: 14px;
}
.res-us-profile img {
max-width: 65px;
}
.res-us-inline p{
font-size: 14px;
}
.res-us-inline span{
font-size: 14px;
}
.res-us-inline p .btn-theme{
padding: 7px 26px;
font-size: 14px;
}
.res-us-inline span i{
padding: 12px;
}
.res-us-inline .fr1-top-content {
margin-top: 10px;
}
.fr-sign-container {
border:none;
}
.fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
margin-top:0;
float: left;
}
.fr-menu .sb-menu ul li.fr-list {
height: 50px;
}
.sb-header .logo img {
width: 200px;
}
.services-filter-2 .heading-area {
margin-bottom: 20px;
}
.service-side {
margin-bottom:30px;
}
.padding-top-bottom-3 {
padding-bottom: 90px !important;
}
.section-padding {
padding: 50px 0;
}
.fr-list-product.padding-bottom-breadcrumb {
padding-bottom: 100px;
}
}
/*for lg devices*/
@media (min-width: 992px) and (max-width: 1199px) {
.listing-features li {
width:32%;
}
#exertio-carousal {
min-height: 500px;
}
#exertio-carousal .carousel-indicators {
display:none;
}
.fr-hero4-content h1 {
line-height: 65px;
font-weight: 600;
font-size: 50px;
}
.headerstyle-2.fr-menu .sb-menu {
float: none;
}
.elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 250px auto !important;
}
.fr-hero-m-jobs-bottom ul li span small {
font-size:16px;
}
.slider-box .fr-slick .slides li iframe {
min-height: 325px;
}
.extra-features ul li {
width: 49%;
margin-bottom: 20px;
}
.fr-m-contents .fr-m-main-title h1 {
font-size: 24px;
line-height: 40px;
}
.fr-project-details .fr-project-content .fr-project-style
{
position:relative;
margin-top:15px;
top:auto;
right:auto;
}
.fr-project-product-features .fr-project-product ul li {
width:50%;
}
.about-grid-content h2 {
font-size:26px;
}
.about-grid-content .subtitle {
font-size:16px;
font-weight:normal;
}
.about-grid-content p {
font-size:14px;
}
.about-grid-content {
margin-bottom:30px;
}
.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn-theme-secondary {
padding:10px 20px;
font-size:14px;
}
.elbow.owl-carousel {
display:none;
}
.fr-about-reviews ul li::before {
border:none;
}
.herosection-2 {
height: 580px;
}
.herosection-2 .fr-hero3-main {
margin-top: 70px;
}
.herosection-2 .fr-hero3-content h1 {
font-size: 34px;
}
.fr-hero3-content p {
font-size: 14px;
width:90%;
}
.fr-footer-content {
margin-top: 30px;
}
.agent-1 .card-image img, .agent-1 .card-image a, .fr-latest-content img {
width: 100%;
}
.exertio-app-one .exertio-app-box {
width: 80%;
}
.agent-1 .card-title {
font-size: 18px;
}
.fr-hero-vid4 {
margin-top:30px;
}
.fr-hero-rating {
width:100%;
}
.fr-co-contents ul li .fr-co-logo img {
width: 30px;
margin-right: 10px;
}
.fr-c-about-profile {
width:75px;
height:75px;
margin-top: 60px;
}
.fr-c-about-style {
margin-top: 30px;
}
.fr-about2-client.fr-about-client {
padding: 80px 0;
}
.fr-plan-content h2 {
font-size: 20px;
}
.heading-panel.section-left .heading-meta {
width: 80%;
}
.fr-hero3-video {
position:relative;
right:auto;
}
.sb-header.transparent {
position: relative;
}
.hero-slider .fr-hero3-content h1 {
font-size: 32px;
}
.fr-project-apply {
display:none;
}
.fr-menu .sb-menu ul li.fr-list.loggedin {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: flex-start;
margin-right: 15px;
height: auto;
}
.fr-about-conrent h2 {
font-size: 30px;
}
.fr-latest-t-content .heading-contents-2 {
margin-bottom: 20px;
}
.fr-user-reviews-2-sm .sm-style-2 {
font-size: 16px;
}
.fr-user-reviews-2-sm ul li span{
font-size: 14px;
}
.fr-user-reviews-2-sm p {
font-size: 14px;
line-height: 26px;
}
.fr-user-reviews-2-sm a{
font-size: 14px;
}
.fr-latest-user-reviews .heading-contents-2 h3 {
font-size: 20px;
}
.fr-latest-t-icons i {
height: 32px;
width: 32px;
font-size: 14px;
line-height: 13px;
}
.fr-latest-tags-2 .fr-latest-t-icons {
margin-top: 35px;
}
.fr-latest-t-content .heading-contents-2 h3 {
font-size: 18px;
}
.fr-latest-tags-2 .fr-latest-t-content span{
font-size: 14px;
}
.fr-latest-main-content p {
line-height: 28px;
font-size: 14px;
}
.fr-latest-blog-container {
float: none;
width: 100%;
}
.fr-latest-blog-components p {
font-size: 14px;
line-height: 26px;
}
.fr-latest-blog-content{
margin-bottom:30px;
}
.fr-latest-components ul li .fr-cm-details span {
font-size: 14px;
}
.fr-latest-components ul li .fr-cm-details p {
font-size: 14px;
line-height: 22px;
}
.fr-tag-list {
margin-top: 18px;
}
.fr-tag-list a {
font-size: 14px;
padding: 4px 16px;
}
.fr-blog-content img {
margin-bottom: 16px;
}
.fr-blog-content h3 {
font-size: 20px;
margin-bottom: 8px;
}
.fr-blog-content p {
margin-bottom: 18px;
line-height: 22px;
font-size: 14px;
}
.fr-blog-content ul li i {
height: 30px;
width: 30px;
font-size: 14px;
line-height: 13px;
}
.fr-src-content {
margin-top: 18px;
}
.fr-src-content input {
height: 45px;
font-size: 14px;
}
.fr-latest-style ul li .fr-latest-profile span {
margin-left: 10px;
}
.fr-latest-content h3 {
margin-bottom: 15px;
}
.fr-latest-container {
margin-top: 10px;
}
.fr-er-404 .fr-er-content p {
line-height: 22px;
padding-bottom: 22px;
font-size: 14px;
}
.fr-er-list span {
font-size: 14px;
}
.fr-static .btn-style {
padding: 11px 30px;
}
.fr-er-list {
margin-top: 18px;
}
.fr-er-404 .fr-er-content h3 {
font-size: 26px;
margin-top: 18px;
margin-bottom: 8px;
}
.fr-er-404 .form-group input {
height: 45px;
font-size: 14px;
}
.fr-contact-form input {
height: 45px;
font-size: 14px;
}
.fr-co-contents {
padding: 34px 18px;
}
.fr-co-contents ul {
margin-top: 28px;
}
.fr-co-contents ul li .fr-co-logo {
padding-top: 10px;
text-align: inherit;
margin: inherit;
padding-right: 0;
}
.heading-contents-2 h3 {
font-size: 18px;
margin-bottom: 5px;
}
.heading-contents-2 p {
font-size: 14px;
line-height: 22px;
}
.fr-co-contents ul li .fr-co-user-details h3 {
font-size: 14px;
margin-bottom: 3px;
}
.fr-co-contents ul li .fr-co-user-details p {
font-size: 14px;
line-height: 20px;
}
.fr-buisnes-content strong {
font-size: 14px;
}
.fr-plan-content p {
font-size: 14px;
line-height: 22px;
}
.fr-plan-details li {
font-size: 14px;
}
.fr-client-about-details h3 {
font-size: 22px;
margin-bottom: 12px;
}
.fr-client-sm p {
font-size: 16px;
}
.fr-client-sm span {
font-size: 14px;
margin: 0;
}
.fr-plan-content h3 {
font-size: 40px;
margin-bottom: 16px;
}
.fr-plan-content button {
font-size: 14px;
}
.heading-panel-2 h2 {
font-size: 24px;
margin-bottom: 8px;
}
.heading-panel-2 p {
font-size: 14px;
}
.fr-buisness-xt ul li h3 {
font-size: 16px;
}
.fr-buisness-xt ul li p {
font-size: 14px;
line-height: 22px;
}
.fr-buisnes-content h3 {
font-size: 22px;
line-height: 32px;
}
.fr-buisnes-content p {
font-size: 14px;
line-height: 24px;
}
.fr-about-i-details p {
font-size: 14px;
}
.fr-about-i-details .counter-js span {
font-size: 26px;
}
.fr-about-i-details i {
margin-top: 13px;
}
.fr-about-conrent strong {
font-size: 14px;
}
.fr-services-content-data {
font-size: 14px;
padding: 15px 25px;
}
.fr-top-contents .fr-top-details p {
font-size: 14px;
}
.fr-sevices-contact-form h3 {
font-size: 18px;
margin-bottom: 18px;
}
.fr-services2-box .fr-services2-sm-1 p {
font-size: 14px;
}
.fr-services2-box .fr-services-list {
font-size: 14px;
}
.fr-frquntly-qa .btn-link {
font-size: 14px;
padding: 15px 10px;
}
.fr-reviews-star-rat ul li p {
font-size: 14px;
margin-bottom: 2px;
}
.fr-services-review {
margin-bottom: 30px;
}
.fr-services-review h2 {
font-size: 18px;
margin-bottom: 12px;
}
.fr-services-f-details span {
font-size: 14px;
}
.fr-services-review .form-group input {
font-size: 14px;
}
.fr-services2-details .card-body {
line-height: 24px;
font-size: 14px;
}
.fr-frquntly-qa h2 {
font-size: 16px;
margin-bottom: 15px;
}
.fr-seller-servives h2 {
font-size: 16px;
margin-bottom: 16px;
}
.fr-seller-f-details {
margin-top: 2px;
}
.fr-seller-rating i {
font-size: 14px;
}
.fr-seller-servives .fr-seller-f-details p {
font-size: 14px;
line-height: 24px;
}
.fr-seller-servives .fr-seller-details h3 {
font-size: 16px;
margin-bottom: 3px;
}
.fr-seller-rating span strong {
font-size: 14px;
}
.fr-seller-servives .fr-seller-details span {
font-size: 14px;
}
.fr-m-contents .fr-m-main-title p {
font-size: 14px;
}
.fr-product-checks ul li span {
font-size: 14px;
}
.fr-services2-id .fr-services2-content span {
font-size: 14px;
padding-top: 0;
}
.fr-services2-id .fr-services2-content p {
font-size: 16px;
}
.fr-m-products-2 ul li span {
font-size: 14px;
}
.fr-m-products ul li p {
font-size: 14px;
}
.fr-m-contents .fr-m-main-title h3 {
font-size: 16px;
margin-bottom: 5px;
}
.fr-service-container ul li a {
font-size: 14px;
}
.fr-service-container ul li {
padding-right:20px;
}
.fr-serices-content p {
font-size: 14px;
}
.fr-expert .fr-expert-details {
float: none;
}
.fr-c-detail-box p {
font-size: 14px;
margin-top: 10px;
}
.fr-c-social-icons ul li img {
width: 90%;
}
.fr-c-details .fr-c-container h3 {
font-size: 14px;
}
.fr-c-details .fr-c-container {
padding: 20px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
font-size: 14px;
}
.fr-ca-more-details ul li .fr-c-full-details p {
font-size: 14px;
}
.fr-ca-more-details ul li .fr-c-full-details span {
font-size: 14px;
}
.fr-expert .fr-expert-details h2 {
font-size: 20px;
}
.fr-expert .fr-expert-details p {
font-size: 14px;
}
.fr-c-details, .fr-product-des-box {
margin-top: 30px;
}
.fr-side-bar-filtered ul li {
float: none;
width: 100%;
margin-right: 0;
}
.fr-right-detail-box .fr-right-information {
padding: 12px 20px;
}
.fr-side-bar-filtered .form-group {
margin-bottom: 12px;
}
.fr-employ-content .fr-employer-assets .btn-style {
padding: 8px 24px !important;
}
.fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
margin: 0;
}
.fr-employ-content .fr-employ-box .fr-employ-social i {
height: 28px;
width: 28px;
line-height: 28px;
font-size: 14px;
}
.fr-employ-content .fr-employer-assets span {
font-size: 14px;
}
.fr-sign-in-hero .heading-panel h2 {
font-size: 20px;
}
.fr-sign-in-hero .heading-panel p {
font-size: 14px;
}
.fr-sign-in-hero .heading-panel {
margin-bottom: 30px;
}
.fr-sign-bundle-content p {
font-size: 14px;
}
.fr-sign-assets-2 h2 {
font-size: 20px;
margin-bottom: 2px;
}
.fr-sign-assets-2 p {
font-size: 14px;
line-height: 24px;
}
.fr-sign-text {
overflow: hidden;
padding: 11px 20px;
}
.fr-sign-form .form-group label {
font-size: 14px;
margin-bottom: 1px;
}
.fr-sign-form .form-group input {
font-size: 14px;
}
.fr-sigin-requirements span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information span {
font-size: 20px;
}
.fr-project-adons ul li .pretty {
font-size: 14px;
margin-top:0;
}
.fr-recent-model li {
width: 30%;
}
.fr-hero .fr-hero-content {
margin-top: 50px;
}
.fr-expertise-product .fr-expertise-details h3 {
font-size: 16px;
margin-bottom: 0px;
}
.fr-expertise-content .heading-contents h3 {
font-size: 20px;
}
.fr-expertise-product .fr-expertise-details span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
font-size: 16px;
margin-right: 3px;
vertical-align: inherit;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
padding: 4px 18px;
}
.fr-hero-hire p {
font-size: 22px;
}
.fr-hero-hire span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-products img {
max-width: 100px;
}
.fr-hero-hire-content i {
padding: 8px;
}
.fr-hero-hire .fr-hero-short-list-2 {
overflow: inherit;
margin-top: 20px;
}
.fr-hero-hire .fr-hero-short-list-2 .btn-style {
padding: 8px 26px;
}
.fr-hero-details-content .fr-hero-details-products {
margin-right: 20px;
}
.heading-contents h3 {
font-size: 18px;
}
.fr-product-progress ul li .fr-product-progress-content p {
font-size: 14px;
}
.fr-top-contents .fr-top-grid-bar p {
font-size: 14px;
}
.fr-product-progress ul li .fr-product-progress-content span {
font-size: 14px;
}
.fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
margin-bottom: 7px;
}
.fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
font-size: 13px
}
.fr-recent-review-box .fr-recent-details-area p {
font-size: 14px;
line-height: 24px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
font-size: 16px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
font-size: 14px;
}
.fr-recent-employers ul li span {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
font-size: 14px;
}
.fr-recent-certification ul li .fr-recent-us-skills p {
font-size: 14px;
font-weight: 500;
}
.fr-product-des-box p {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
width: 70%;
}
.fr-list-product {
padding: 80px 0;
}
.fr-right-srch-detail ul li .select2-container {
width: 165px !important;
}
.fr-lance-content3 .fr-lance-price2 span {
font-size: 16px;
}
.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile img {
max-width: 90px;
}
.fr-lance-content3 .fr-lance-price2 p {
font-size: 20px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
margin-bottom: 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
padding: 2px 12px;
font-size: 14px;
margin-right: 2px;
margin-bottom: 10px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
font-size: 18px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
font-size: 14px;
}
.fr-lance-banner .btn-style {
padding: 8px 22px;
}
.fr-lance-banner p {
font-size: 14px;
}
.fr-lance-banner h3 {
font-size: 22px;
margin-bottom: 5px;
}
.fr-project-lastest-product .fr-project-place h3 {
font-size: 18px;
margin-bottom: 20px;
}
.fr-project-adons ul li:first-child {
width: 5%;
}
.fr-project-adons ul li:nth-child(2) {
width: 75%;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
font-size: 14px;
}
.fr-project-pckage-details ul li .fr-project-package-list p {
font-size: 14px;
}
.fr-project-pckage-details ul li .fr-project-package-list2 span {
font-size: 14px;
display: list-item;
vertical-align: inherit;
}
.fr-project-bidding .fr-project-assets p {
font-size: 14px;
line-height: 24px;
margin-top: 6px;
}
.fr-project-bidding .fr-project-box {
margin-bottom: 22px;
}
.fr-project-bidding .fr-project-box h3 {
font-size: 16px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-assets .fr-project-icon span {
font-size: 14px;
}
.fr-poject-f-detail-box .fr-project-f-content p {
font-size: 14px;
}
.fr-poject-f-detail-box .fr-project-f-content span {
font-size: 14px;
}
.fr-project-apply .btn-style {
font-size: 14px;
font-weight: 500;
}
.fr-project-f-profile .fr-project-f-user-details p {
font-size: 14px;
}
.fr-project-f-profile .fr-project-f-user-details span {
font-size: 14px;
margin-top: 0;
}
.fr-project-f-profile .btn-style {
font-size: 14px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
font-size: 16px;
margin-bottom: 16px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
font-size: 13px
}
.fr-project-employer-details h3 {
font-size: 16px;
}
.fr-project-employer-details {
margin-bottom:0;
}
.fr-project-f-employers ul li .fr-project-method span {
margin-left: 6px;
font-size: 14px;
}
.fr-project-bidding .fr-project-assets {
margin-top: 10px;
}
.fr-project-f-profile .fr-project-f-user-details h3 {
font-size: 16px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 18px;
}
.fr-list-side-bar .fr-right-bannner h3 {
font-size: 24px;
margin-bottom: 7px;
}
.fr-list-side-bar .fr-right-bannner p {
font-size: 14px;
line-height: 24px;
width: 70%;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 {
width: 100%;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li {
margin-right: 35px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li p {
font-size: 14px;
}
.fr-right-detail-box .fr-right-information .fr-right-list ul li span {
font-size: 14px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 15px;
}
.fr-jobs-price .style-hd {
font-size: 22px;
}
.fr-jobs-price p {
font-size: 14px;
}
.fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
margin-right: 3px;
}
.fr-list-side-bar .fr-side-bar-filtered ul li {
margin-right: 0;
width: 100%;
float: none;
}
.fr-list-side-bar .fr-right-bannner .btn-style {
padding: 8px 26px;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li .select2-container {
width: 170px !important;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
font-size: 30px;
line-height: 30px;
width:90%;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
margin-top: 28px;
}
.fr-hero .fr-hero-content p {
font-size: 14px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 16px;
}
.fr-hero .fr-hero-content h1 {
font-size: 26px;
}
.call-actionz .parallex-text h4 {
font-size: 34px;
}
.fr-hero .fr-hero-search-bar ul li .btn-style {
padding: 10.4px 22px !important;
}
.heading-panel h2 {
margin-bottom: 10px;
font-size:30px;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
font-size: 14px;
margin-bottom: 0px;
}
.fr-explore-cat .owl-nav {
right: 15%;
top: -36%;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
font-size: 18px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-price .style-hd {
font-size: 20px;
line-height: 30px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
float: left;
margin-right: 10px;
margin-bottom: 4px;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
width: 100%;
}
.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
font-size: 16px;
line-height: 22px;
}
.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
padding: 0;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
bottom: 35px;
left: 19px;
}
.fr-jobs-main-content .fr-n-style {
font-size: 18px;
margin-bottom: 16px;
}
.fr-latest-jobs {
position: relative;
overflow: hidden;
}
.fr-top-srvices .fr-top-contents .fr-top-product img {
width: 100%;
}
.fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
line-height: 20px;
}
.fr-top-srvices .fr-top-contents .fr-top-details p .style-6 {
font-size: 14px;
}
.fr-top-srvices .fr-top-contents .fr-top-grid-bar p {
font-size: 14px;
}
.fr-browse-category .fr-style-7 {
display: none;
}
.fr-gt-content h3 {
font-size: 20px;
margin-bottom: 5px;
}
.fr-gt-content p {
font-size: 14px;
line-height: 24px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
font-size: 20px;
margin-bottom: 3px;
}
.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
line-height: 24px;
}
.fr-footer .fr-footer-content .fr-style-8 {
margin-bottom: 10px;
}
.fr-menu .sb-menu > ul {
padding: 0;
list-style: none;
}
.fr-list .style-1 {
float: none;
}
.fr-list {
float: none !important;
margin-top: 10px;
}
.fr-menu .sb-menu ul li .btn-style {
padding: 20px;
}
.fr-menu .sb-menu {
float: none;
}
.fr-list a i {
font-size: 14px;
}
.fr-menu .sb-menu ul li.current-menu > a {
background-color: transparent;
}
/*NEW HOME PAGE CSS*/
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 14px;
}
.fr-h-star span{
font-size: 14px;
}
.fr-hero-ad {
height: 525px !important;
}
.fr-h-info p{
font-size: 14px;
}
.fr-rev-2.fr-rev ul li {
margin-right: 0;
}
.fr-rev-2.fr-rev ul li::before {
right: 18%;
}
.fr-latest2-content-box .fr-latest2-price {
float: none;
width: auto;
}
.no-top-margin {
padding-top: 0 !important;
}
.fr-latest2-content-box .fr-latest2-bid .btn-style {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-price ul li .info-in {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-rating ul li p {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-rating {
width: auto;
}
.fr-latest2-content-box .fr-latest2-bid {
display:none;
}
.fr-latest2-heading .heading-panel h3 {
font-size: 24px;
}
.fr-top3-content .heading-panel h3 {
font-size: 24px;
}
.top-style {
font-size: 16px;
margin-bottom: 12px;
}
.fr-top-icons span {
font-size: 14px;
}
.fr-hero3-video a {
border: none;
padding: 0;
}
.fr-hero3-text span {
font-size: 14px;
}
.fr-hero3-text p {
font-size: 14px;
}
.fr-her3-elemnt p {
margin-right: 20px;
font-size: 14px;
}
.fr-hero3-submit button {
font-size: 14px;
padding: 12px 20px;
}
.fr-hero3-srch ul li input {
font-size: 14px;
}
.fr-hero3-main {
margin-top: 35px;
width:100%;
}
.fr-hero3-content{
width:100%;
}
.fr-her3-elemnt a {
margin-bottom: 10px;
font-size: 12px;
margin-right: 8px;
}
.fr-her3-elemnt{
margin-top:20px;
}
.hero-slider .fr-hero3-video{
margin-top:15px;
}
.fr-hero3-content p {
font-size: 14px;
}
.fr-hero3-content span {
font-size: 16px;
}
.fr-hero2-content {
padding-top: 160px;
width: 70%;
}
.fr-hero2-title h1 {
font-size: 38px;
}
.fr-hero2-title p {
font-size: 14px;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 14px;
}
.fr-hero2-form li a {
height: auto;
line-height: inherit;
border-radius: 4px;
font-size: 14px;
padding: 17px 26px;
}
.fr-hero2-info span {
font-size: 14px;
}
.ripple {
bottom: 15%;
}
.fr-hero-2 {
height: 700px;
}
.fr-menu-trans .fr-m-right {
float: none;
}
.fr-menu-trans .sb-menu.separate-line > ul > li > a {
padding: 20px;
font-size: 14px;
color: #000;
}
.fr-menu-trans .fr-m-right .btn-theme {
font-size: 14px;
}
.fr-menu-trans .fr-m-right .btn-style {
font-size: 14px;
}
.fr-about2-texts p {
font-size: 14px;
line-height: 26px;
width: 85%;
}
.fr-about2-texts h2 {
font-size: 30px;
line-height: 36px;
}
.fr-about2-texts span {
font-size: 14px;
}
.fr-about2-texts .text-weight {
font-size: 14px;
line-height: 26px;
}
.fr-about2-texts .btn-style {
font-size: 14px;
}
.fr-serv2 .heading-contents h3 {
font-size: 24px;
}
.fr-serv2 .heading-contents p {
font-size: 14px;
}
.fr-footer-2-product ul li a {
font-size: 14px;
}
.fr-footer-2-product h3 {
font-size: 18px;
margin-bottom: 15px;
}
.fr-footer2-content p {
font-size: 14px;
line-height: 24px;
}
.fr-footer2-icons ul li i {
width: 30px;
height: 30px;
line-height: 14px;
font-size: 14px;
}
.fr-footer2-icons h3 {
font-size: 16px;
}
.footer-info p {
font-size: 14px;
}
.fr-latest-btn span{
font-size: 10px;
}
.fr-latest-content p{
font-size: 16px;
}
.fr-latest-details p span{
font-size: 16px;
}
.fr-latest-details p{
font-size: 18px;
}
.res-us-details{
padding: 30px 20px;
}
.res-us-product h3{
font-size: 20px;
}
.res-us-product ul li span{
font-size: 14px;
}
.res-us-product ul li span i{
padding: 2px;
font-size: 10px;
}
.res-us-product p{
font-size: 16px;
}
.res-us-product p strong{
font-size: 14px;
}
.res-us-exp a{
font-size: 14px;
}
.res-us-profile img {
max-width: 65px;
}
.res-us-inline p{
font-size: 14px;
}
.res-us-inline span{
font-size: 14px;
}
.res-us-inline p .btn-theme{
padding: 7px 26px;
font-size: 14px;
}
.res-us-inline span i{
padding: 11px 12px;
}
.res-us-inline .fr1-top-content {
margin-top: 10px;
}
.fr-sign-container {
border:none;
}
.fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
float: left;
}
.fr-menu .sb-menu ul li.fr-list {
margin-top:0;
}
.fr-list-product.padding-bottom-breadcrumb {
padding-bottom: 100px;
}
.fr-jobs-main-content {
padding:20px;
}
.fr-latest-jobs .owl-nav {
display:none;
}
}
/*sm devices8 577 and 767*/
@media (min-width: 576px) and (max-width: 767.8px) {
.fr-blog-f-details .fr-latest-style-detai ul li:first-child {
display:none;
}
.fr-menu .sb-menu ul li.fr-list.loggedin {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: flex-start;
margin-right: 0;
height: auto;
}
.fr-hero-details-content .fr-hero-details-products img {
max-width: 100px;
}
.fr-latest-blog-container {
float: none;
width: 100%;
}
.fr-latest-tags-2 .fr-latest-t-icons {
margin-top: 40px;
}
.fr-user-reviews-2-sm p{
font-size:13px;
line-height:24px;
}
.fr-user-reviews-2-sm ul li span{
font-size:13px;
}
.fr-latest-user-reviews .heading-contents-2 h3 {
font-size: 20px;
}
.fr-user-reviews-2-sm a{
font-size:14px;
}
.fr-user-reviews-2-sm .sm-style-2 {
font-size: 16px;
}
.fr-latest-t-icons i{
font-size:13px;
}
.fr-latest-t-content .heading-contents-2 {
margin-bottom: 20px;
}
.fr-latest-t-content .heading-contents-2 h3 {
font-size: 18px;
}
.fr-latest-tags-2 .fr-latest-t-content span{
font-size:13px;
}
.fr-latest-blog-components p {
font-size: 14px;
line-height: 26px;
}
.fr-latest-blog-content {
margin-bottom: 30px;
}
.fr-tag-list {
margin-top: 18px;
}
.fr-latest-components ul li {
margin-bottom: 20px;
padding-bottom: 20px;
}
.fr-tag-list a {
padding: 4px 18px;
font-size: 14px;
}
.fr-latest-components ul li .fr-cm-details {
margin-top: 10px;
}
.fr-latest-components ul li .fr-cm-details span {
font-size: 14px;
}
.fr-latest-components ul li .fr-cm-details p {
font-size: 16px;
}
.fr-src-content {
margin-top: 18px;
}
.fr-latest-pagination .pagination a {
font-size: 14px;
}
.fr-latest-pagination {
margin-top: 0;
}
.fr-src-content input {
font-size: 14px;
height: 45px;
}
.fr-blog-content {
margin-top: 30px;
padding: 50px 60px;
}
.fr-latest-container span {
font-size: 14px;
margin-top: 8px;
}
.fr-latest-sm {
padding: 15px;
padding-right: 0;
}
.fr-latest-style ul li .fr-latest-profile span {
font-size: 14px;
margin-left: 3px;
}
.fr-latest-container {
margin-top: 10px;
}
.fr-latest-container p {
font-size: 14px;
line-height: 22px;
}
.fr-latest-content h3 {
font-size: 16px;
margin-bottom: 15px;
}
.fr-latest-style ul li {
margin-right: 15px;
}
.fr-static .btn-style {
padding: 10px 30px;
font-size: 14px;
}
.fr-er-list span {
font-size: 14px;
}
.fr-er-list {
margin-top: 20px;
}
.fr-er-404 .fr-er-content h3 {
font-size: 26px;
margin-top: 18px;
margin-bottom: 10px;
}
.fr-er-404 .fr-er-content p {
line-height: 24px;
padding-bottom: 20px;
font-size: 14px;
}
.fr-er-404 .form-group input {
height: 42px;
font-size: 14px;
}
.fr-contact {
margin-top: 0;
}
.fr-contact-form input {
height: 45px;
font-size: 14px;
}
.fr-co-contents ul li {
margin-bottom: 18px;
padding-bottom: 18px;
}
.fr-co-contents {
margin-bottom: 30px;
}
.heading-contents-2 h3 {
font-size: 18px;
margin-bottom: 5px;
}
.fr-c-about-profile img {
width: 40%;
}
.fr-c-about-profile {
margin-top:0;
}
.fr-client-about-details h3 {
font-size: 20px;
margin-bottom: 8px;
}
.fr-client-sm p {
font-size: 16px;
}
.fr-client-sm span {
font-size: 14px;
}
.fr-c-about-style {
margin-top: 0;
}
.fr-plan-content h2 {
font-size: 22px;
margin-bottom: 5px;
}
.fr-plan-basics {
margin-bottom: 30px;
padding:15px;
}
.fr-plan-details li {
font-size: 14px;
}
.fr-plan-content h3 {
font-size: 26px;
margin-bottom: 15px;
}
.fr-plan-content h3 span.strike {
font-size:14px;
}
.fr-plan-content p {
font-size: 14px;
line-height: 24px;
margin-bottom: 13px;
}
.fr-plan-content button {
font-size: 14px;
}
.fr-buisness-xt ul li {
width: 47%;
}
.style-s1 {
height: 610px;
}
.style-s2 {
height: 610px;
}
.fr-buisness-xt ul li h3 {
font-size: 14px;
line-height: 20px;
}
.fr-buisnes-content p {
font-size: 14px;
line-height: 26px;
}
.fr-buisnes-content h3 {
font-size: 18px;
line-height: 26px;
}
.fr-about-conrent {
margin-bottom: 30px;
}
.fr-about-reviews ul li {
width: 50%;
margin-bottom: 30px;
}
.fr-about-reviews ul li:nth-child( 2n+2) {
margin-right: 0;
}
.fr-about-reviews ul li:nth-child( 2n+2)::before {
border:none;
}
.fr-about-i-details .counter-js span {
font-size: 28px;
}
.fr-about-conrent h2 {
font-size: 24px;
line-height: 32px;
margin-top: 2px;
margin-bottom: 13px;
}
.fr-about-conrent .fr-product-checks ul li {
margin-bottom: 10px;
width:100%;
}
.fr-about-conrent p {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.fr-about-conrent strong {
font-size: 14px;
}
.fr-seller-contents ul li p {
font-size: 14px;
line-height: 25px;
}
.fr-services-review {
margin-bottom: 30px;
}
.fr-top-contents .fr-top-details p {
font-size: 14px;
}
.fr-top-contents .fr-top-grid-bar p {
font-size: 14px;
}
.fr-sevices-contact-form h3 {
margin-bottom: 20px;
font-size: 18px;
}
.fr-services-content-data {
padding: 15px 20px;
}
.fr-services2-h-style h3 {
font-size: 16px;
}
.fr-services-review .form-row {
margin-bottom: 0;
}
.fr-services-f-details span {
font-size: 14px;
}
.fr-services2-box .fr-services2-sm-1 span {
font-size: 14px;
}
.fr-services2-box .fr-services2-sm-1 p {
font-size: 14px;
}
.fr-services-review h2 {
margin-bottom: 15px;
font-size: 18px;
}
.fr-services-review .form-group input {
margin-bottom: 30px;
}
.fr-frquntly-qa h2 {
font-size: 16px;
margin-bottom: 16px;
}
.fr-reviews-star-rat ul li p {
font-size: 14px;
}
.fr-reviews-star-rat ul li {
margin-bottom: 20px;
}
.fr-services2-details .card-body {
line-height: 24px;
font-size: 14px;
}
.fr-frquntly-qa .btn-link {
font-size: 14px;
}
fr-seller-contents ul li span {
font-size: 14px;
}
.fr-seller-servives .fr-seller-details h3 {
font-size: 16px;
}
.fr-product-checks ul li span {
font-size: 14px;
}
.fr-seller-servives .fr-seller-f-details p {
font-size: 14px;
line-height: 24px;
}
.fr-seller-servives h2 {
font-size: 18px;
}
.fr-seller-servives .fr-seller-view {
float: left;
}
.fr-seller-servives .fr-seller-details span {
font-size: 14px;
}
.fr-seller-rating span strong {
font-size: 14px;
}
.fr-services2-id ul li {
margin-bottom: 10px;
}
.fr-service-container ul li a {
font-size: 14px;
}
.fr-services2-id .fr-services2-content p {
font-size: 16px;
}
.fr-services2-id .fr-services2-content span {
font-size: 14px;
padding-top: 0;
}
.fr-m-products-2 ul li span {
font-size: 14px;
}
.fr-m-products-2 ul li img {
width: 75%;
}
.fr-service-container > ul > li {
margin-right: 25px;
}
.fr-m-products ul li p {
font-size: 14px;
}
.fr-m-contents .fr-m-main-title span {
font-size: 10px;
}
.fr-m-contents .fr-m-main-title h3 {
font-size: 16px;
margin-bottom: 6px;
}
.fr-m-contents .fr-m-main-title p {
font-size: 14px;
}
.fr-serices-content p {
font-size: 14px;
}
.fr-serices-content ul li .select2-container .select2-selection--single {
height: 46px;
}
.fr-serices-content p {
font-size: 14px;
}
.fr-c-details {
margin-top: 30px;
}
.fr-expert .fr-expert-details {
float: none;
}
.fr-c-detail-box p {
font-size: 14px;
margin-top: 10px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details span {
font-size: 18px;
}
.fr-c-details .fr-c-followers ul li .fr-c-more-details p {
font-size: 14px;
}
.fr-menu .sb-menu ul li .btn-style {
padding: 15px !important;
}
.fr-ca-more-details ul li .fr-c-full-details p {
font-size: 14px;
}
.fr-ca-more-details .fr-c-full-details span {
font-size: 14px;
}
.fr-c-details .fr-c-followers {
padding: 20px 40px;
}
.fr-c-details .fr-c-container {
padding: 20px;
}
.fr-c-details .fr-c-container h3 {
font-size: 14px;
}
.fr-expert .fr-expert-details h2 {
font-size: 18px;
}
.fr-expert .fr-expert-details p {
font-size: 14px;
}
.fr-employ-container .notify-2 {
top: -40%;
margin-left: -3%;
}
.fr-employ-content .fr-employ-box .fr-employ-social i {
height: 28px;
width: 28px;
line-height: 27px;
font-size: 14px;
}
.fr-employ-content .fr-employer-assets span {
font-size: 14px;
}
.fr-employ-content .fr-employer-assets span i {
font-size: 10px;
padding: 1px;
margin-right: 5px;
}
.fr-employ-content .fr-employer-assets h3 {
font-size: 16px;
margin-bottom: 18px;
margin-top: 4px;
}
.fr-employ-content .fr-employer-assets i {
padding: 8px;
font-size: 16px;
}
.fr-employ-container img {
margin-top: -65px;
}
.fr-sign-in-hero .owl-dots {
display: none;
}
.fr-sign-background {
display: none;
position: relative;
}
.fr-sign-user-dashboard {
margin-top: 0;
}
.fr-sign-assets-2 h2 {
font-size: 18px;
}
.fr-sign-assets-2 p {
font-size: 14px;
line-height: 24px;
}
.fr-hero-details-content .fr-hero-details-products {
margin-right: 20px;
}
.fr-hero-details-content .fr-hero-details-information span {
font-size: 20px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
font-size: 14px;
}
.fr-recent-review-box .fr-recent-details-area p {
font-size: 14px;
}
.fr-expertise-product .fr-expertise-details p {
font-size: 14px;
}
.fr-expertise-product .fr-expertise-details h3 {
font-size: 16px;
margin-bottom: 0px;
}
.fr-expertise-product .fr-expertise-details span {
font-size: 14px;
}
.fr-expertise-content .heading-contents h3 {
font-size: 20px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
font-size: 16px;
margin-bottom: 1px;
}
.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
margin-right: 6px;
}
.heading-contents h3 {
font-size: 18px;
margin-bottom: 8px;
}
.fr-product-des-box p {
font-size: 14px;
}
.fr-product-progress ul li .fr-product-progress-content p {
font-size: 14px;
}
.fr-product-progress ul li .fr-product-progress-content span {
font-size: 14px;
}
.fr-product-progress {
margin-top: 30px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
padding: 6px 18px;
font-size: 14px;
}
.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
font-size: 16px;
}
.fr-hero-hire p {
font-size: 20px;
}
.fr-hero-hire span {
font-size: 14px;
}
.fr-hero-hire .fr-hero-short-list-2 {
margin-top: 15px;
}
.fr-hero-hire-content i {
padding: 8px;
}
.fr-hero .fr-hero-content p {
line-height: 24px;
margin-bottom: 12px;
margin-top: 2px;
font-size: 14px;
}
.fr-lance-banner {
margin-bottom: 25px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 18px;
width: 80%;
}
.fr-jobs-price .style-hd {
font-size: 18px;
}
.fr-top-contents .fr-top-details .fr-style-5 {
font-size: 14px;
}
.heading-panel-2 h2 {
font-size: 22px;
margin-bottom: 5px;
}
.heading-panel-2 p {
font-size: 14px;
}
.fr-browse-category .fr-browse-content h3 {
font-size: 16px;
margin-bottom: 6px;
}
.fr-browse-category .fr-browse-content ul li a {
font-size: 14px;
}
.fr-jobs-price p {
font-size: 14px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 12px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
font-size: 14px;
line-height: 22px;
}
.fr-company-contents {
background-color:#242424;
min-height:200px;
}
.fr-company-contents .fr-company-products p {
width: 100%;
}
.fr-company-contents .fr-company-products .fr-style-3 {
font-size: 24px;
}
.fr-company-contents .fr-company-assets {
margin-top: -210px;
}
.fr-company-contents .fr-company-assets-2 {
margin-top: -321px;
}
.fr-company-contents .fr-company-products-2 .fr-style-4 {
font-size: 24px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
font-size: 14px;
}
.fr-latest-jobs .fr-jobs-recomend img {
width: 100%;
}
.fr-company-contents .fr-company-products-2 p {
width: 100%;
}
.fr-right-detail-box .fr-right-information .fr-right-bid {
margin-top: 10px;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
right: 41%;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online img {
max-width: 100px;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
font-size: 14px;
}
.fr-explore-cat .owl-nav {
right: 0;
top: -28%;
}
.fr-explore-cat .fr-explore-style .btn-style {
padding: 6px 26px;
font-size: 14px;
}
.fr-explore-cat .fr-explore-style {
top: -5%;
right: 3%;
}
.fr-hero .fr-hero-content {
margin-top: 0;
overflow: hidden;
padding: 100px 0;
}
.heading-panel h2 {
font-size: 20px;
margin-bottom: 4px;
}
.heading-panel p {
font-size: 14px;
width: 70%;
}
.fr-hero .fr-hero-search-bar ul li .btn-style {
padding: 12px 24px !important;
}
.fr-hero .fr-hero-srch {
display: none;
}
.fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
font-size: 14px;
}
.fr-hero .fr-hero-content h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 0px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 28px;
}
.fr-side-bar-content .fr-side-bar-detaails ul li span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li::before {
right: -11%;
}
.fr-lance-content3 .fr-lance-price2 p {
font-size: 18px;
}
.fr-right-srch-detail {
float: none;
}
.fr-lance-content3 .fr-lance-price2 span {
font-size: 14px;
}
.fr-right-content {
float: none;
margin-bottom: 12px;
}
.fr-list-product {
padding: 60px 0;
}
.fr-lance-usr-details span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
margin-bottom: 0;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
padding: 2px 12px;
font-size: 14px;
margin-right: 5px;
margin-bottom: 10px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
font-size: 16px;
width: 80%;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
font-size: 14px;
}
.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
margin-right: 16px;
}
.fr-lance-banner h3 {
font-size: 22px;
margin-bottom: 6px;
}
.fr-lance-banner p {
font-size: 14px;
width: 80%;
}
.fr-project-details .fr-project-content .fr-project-list h2 {
font-size: 22px;
width: 100%;
}
.fr-list {
float: none !important;
}
.fr-project-apply .btn-style {
font-size: 14px;
font-weight: 500;
}
.fr-footer .fr-footer-content .fr-style-8 {
font-size: 16px;
}
.fr-footer-details {
margin-bottom: 20px;
}
.fr-gt-content h3 {
font-size: 20px;
}
.fr-gt-content p {
font-size: 14px;
line-height: 24px;
}
.fr-gt-btn {
float: none;
margin-top: 16px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
font-size: 14px;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
font-size: 24px;
}
.fr-project-f-profile .fr-project-f-user-details span {
font-size: 14px;
margin-top: 3px;
}
.fr-project-f-employers ul li .fr-project-method span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-assets .fr-project-icon span {
font-size: 14px;
}
.fr-project-bidding .fr-project-assets p {
font-size: 14px;
line-height: 24px;
}
.fr-project-f-profile .fr-project-f-user-details p {
font-size: 14px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
font-size: 14px;
}
.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
font-size: 16px;
margin-bottom: 15px;
}
.fr-project-details .fr-project-content .fr-project-des h3 {
font-size: 16px;
margin-bottom: 8px;
}
.fr-project-details .fr-project-content .fr-project-des p {
font-size: 14px;
line-height: 24px;
margin-bottom: 32px;
}
.fr-project-details .fr-project-product ul li span {
font-size: 14px;
}
.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
font-size:18px;
}
.fr-project-details .fr-project-content .fr-project-style {
position: relative;
right: 0;
top: 0;
margin-top: 20px;
}
.fr-project-details .fr-project-content .fr-project-style i {
padding: 14px;
}
.fr-project-content .fr-project-meta li {
font-size:14px;
}
.fr-project-product-features .fr-project-product ul li {
width:50%;
}
.fr-list-product .fr-list-content .fr-list-srch h1 {
font-size: 30px;
line-height:30px;
width:90%;
}
.fr-project-apply {
margin-top: 40px;
}
.fr-menu .sb-menu ul li > a:hover {
background-color: transparent;
}
.fr-list-side-bar .fr-right-bannner {
margin-top: 25px;
}
.fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
float: none;
margin-top: 10px;
display: inline-block;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
font-size: 14px;
}
.fr-jobs-price .style-hd {
font-size: 20px;
}
.fr-jobs-price p {
font-size: 14px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
font-size: 14px;
line-height: 22px;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 13px;
}
.fr-right-detail-box .fr-right-information .fr-right-bid {
display:none;
}
.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
font-size: 18px;
}
.fr-list-side-bar .fr-right-bannner h3 {
font-size: 22px;
margin-bottom: 7px;
}
.fr-list-side-bar .fr-right-bannner p {
font-size: 14px;
line-height: 24px;
width: 90%;
}
.fr-list-side-bar .fr-right-bannner .btn-style {
padding: 8px 26px;
}
.fr-hero .fr-hero-content h1 {
font-size: 32px;
line-height: 42px;
margin-bottom: 0px;
}
.fr-menu .sb-menu > ul {
list-style: none;
}
.fr-menu .sb-menu ul li.current-menu > a {
background-color: transparent;
}
.fr-list {
float: none !important;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size: 24px;
}
.fr-hero .fr-hero-content p {
line-height: 24px;
font-size: 14px;
}
.fr-hero .fr-hero-srch {
display: none;
}
.fr-hero .fr-hero-content {
margin-top: 0;
overflow: hidden;
padding: 80px 0;
padding-bottom:50px;
}
.heading-panel p {
font-size: 14px;
width: 65%;
}
.heading-panel h2 {
font-size: 24px;
margin-bottom: 10px;
}
.fr-explore-cat .owl-nav {
position: absolute;
right: 5%;
top: -32%;
}
.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
font-size: 14px;
margin-bottom: 0px;
}
.fr-jobs-main-content {
margin-top: 30px;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online img {
width: 22%;
}
.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
right: 42%;
}
.fr-latest-jobs .fr-jobs-recomend img {
width: 100%;
}
.fr-company-contents .fr-company-products .fr-style-3 {
font-size: 22px;
}
.fr-company-contents .fr-company-products p {
width: 90%;
font-size: 14px;
line-height: 24px;
}
.fr-company-contents .fr-company-products-2 .fr-style-4 {
font-size: 22px;
}
.fr-company-contents .fr-company-products-2 p {
font-size: 14px;
line-height: 24px;
}
.fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
font-size: 16px;
line-height: 20px;
}
.fr-browse-client {
display: none;
}
.fr-browse-category .fr-browse-content h3 {
font-size: 16px;
margin-bottom: 10px;
}
.fr-browse-category .fr-browse-content ul li a {
font-size: 14px;
}
.fr-browse-category .fr-browse-content ul li {
margin-bottom: 4px;
}
.fr-browse-category .fr-style-7 {
display: none;
}
.fr-gt-details .fr-gt-content h3 {
font-size: 20px;
margin-bottom: 6px;
}
.fr-gt-details .fr-gt-content p {
font-size: 14px;
line-height: 22px;
}
.fr-browse-category .heading-panel {
margin-bottom: 30px;
}
.fr-footer .fr-footer-content {
float: none;
margin-bottom: 30px;
}
.fr-footer .fr-footer-content .fr-style-8 {
font-size: 16px;
margin-bottom: 6px;
}
.fr-footer .fr-footer-content ul li a {
font-size: 14px;
}
/*NEW HOME PAGE CSS*/
.fr-hero2-title p {
width: 95%;
line-height: 26px;
font-size: 14px;
}
.fr-hero-ad {
height: 600px;
}
.elbow.owl-carousel.owl-drag .owl-item {
margin-top: 1%;
}
.fr-hero-vid4{
margin-top: 0;
}
.no-top-margin {
padding-top: 0px !important;
}
.fr-rev-2.fr-rev ul li {
margin-right: 12%;
}
.fr-rev-2.fr-rev ul li::before {
display: none;
}
.fr-rev-2.fr-rev {
margin-bottom: 50px;
}
.fr-latest2-content-box .fr-latest2-bid .btn-style {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-price ul li p {
font-size: 16px;
}
.fr-latest2-content-box .fr-latest2-rating {
float: none;
width: 100%;
margin-right: 0;
}
.fr-latest2-content-box .fr-latest2-price ul li span {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-rating ul li span {
font-size: 14px;
margin-left: 3px;
}
.fr-latest2-content-box .fr-latest2-price ul li .info-in {
font-size: 14px;
}
.fr-latest2-content-box .fr-latest2-rating .style-text {
font-size: 18px;
}
.fr-latest2-content-box .fr-latest2-price {
float: none;
width: 100%;
}
.fr-latest2-content-box .fr-latest2-rating ul li p {
font-size: 14px;
}
.fr-top-icons::before {
display: none;
}
.heading-panel p {
width: 100% !important;
}
.top-style {
font-size: 18px;
}
.fr-top-icons span {
font-size: 14px;
}
.fr-top-icons {
margin-bottom: 20px;
padding:30px 0;
}
.fr-top3-content .heading-panel h3 {
font-size: 22px;
}
.fr-hero3-srch ul li input {
font-size: 14px;
}
.fr-hero3-video a {
border: none;
padding: 0;
}
.fr-hero3-video i {
font-size: 18px;
}
.fr-hero3-text p {
font-size: 14px;
}
.fr-her3-elemnt a {
font-size: 12px;
margin-right: 10px;
margin-bottom:5px;
}
.fr-hero3-srch ul li {
float: none;
width: 100%;
margin-bottom: 20px;
}
.fr-hero3-submit button {
font-size: 14px;
}
.fr-hero3-srch {
box-shadow: none;
border-radius: 0;
}
.fr-hero3-srch ul li:last-child {
width: 100%;
position: relative;
}
.fr-hero3-content p {
color: #888;
font-size: 14px;
line-height: 26px;
}
.fr-hero3-content span {
font-size: 16px;
}
.fr-hero3-content h1 {
font-size: 34px;
}
.fr-hero2-title h1 {
font-size: 32px;
}
.fr-hero2-content {
padding-top: 120px;
width: 100%;
}
.fr-hero2-form li {
float: none;
width: 100%;
margin-bottom: 20px;
}
.fr-hero2-form li input {
height: 55px;
font-size: 14px;
border-radius:4px;
}
.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 14px;
line-height: 55px;
border-radius:4px;
}
.fr-hero2-form .select2-container .select2-selection--single {
height: 55px;
border-radius: 4px;
}
.fr-hero2-form .style-bind {
border:none;
}
.fr-hero2-form li button {
height:55px;
width:100%;
}
.fr-hero2-form li:last-child {
width: 100%;
}
.fr-hero2-form li a {
height: auto;
line-height: inherit;
border-radius: 0;
width: 100% !important;
font-size: 14px;
padding: 14px;
}
.fr-hero2-info a {
font-size: 10px;
margin-right: 5px;
}
.fr-hero2-info span {
font-size: 14px;
}
.fr-hero2-form {
margin-bottom: 5px;
}
.ripple {
display: none;
}
.fr-hero2-video a {
border: none;
padding: 0;
}
.fr-hero-2 {
height: 685px;
}
.fr-logos img {
margin:0 auto;
margin-bottom: 30px;
display:block;
}
.sr img:last-child {
margin-right:auto;
}
.fr-logos .sr img {
margin-bottom:0;
}
.fr-menu-trans .fr-m-right {
float: none;
}
.fr-menu-trans .sb-menu.separate-line > ul > li > a {
padding: 18px 20px;
color: #000;
font-size: 14px;
}
.fr-menu-trans .fr-m-right .btn-theme {
font-size: 14px;
}
.fr-about2-texts .btn-style {
font-size: 14px;
}
.fr-about2-texts .text-weight {
font-weight: 500;
font-size: 14px;
line-height: 26px;
}
.fr-about2-texts p {
font-size: 14px;
line-height: 24px;
width: 100%;
}
.fr-about2-texts h2 {
font-size: 20px;
line-height: 28px;
}
.fr-about2-texts span {
font-size: 14px;
}
.fr-serv2 .heading-contents h3 {
font-size: 22px;
margin-bottom: 8px !important;
}
.fr-serv2 .heading-contents p {
font-size: 14px;
}
.fr-serv2 .heading-contents {
width: 70%;
}
.no-margin .fr-latest-box {
margin-bottom: 30px;
}
.fr-footer-2-product ul li a {
font-size: 14px;
}
.fr-footer2-icons {
margin-top: 20px;
margin-bottom: 20px;
}
.fr-footer-2-product h3 {
font-size: 18px;
margin-bottom: 10px;
}
.fr-footer2-icons h3 {
font-size: 16px;
}
.fr-footer-2-product {
margin-top: 10px;
}
.fr-hero3-main {
margin-top: 50px;
}
.fr-hero3-content {
width: 100%;
}
/*new grids style */
.res-us-profile {
float: none;
margin-right: 0;
margin-bottom: 8px;
}
.res-us-skills {
float: none;
}
.res-us-details{
text-align: center;
}
.res-us-inline span i{
padding: 10px 12px;
}
.res-us-inline p .btn-theme{
padding: 7px 24px;
font-size: 14px;
}
.res-us-inline p{
font-size: 14px;
}
.res-us-inline span{
font-size: 14px;
}
.res-us-inline {
float: none;
padding-left: 0;
border-left: none;
margin-top: 15px;
display: inline-block;
}
.res-us-exp a {
padding: 4px 12px;
font-size: 14px;
margin-right: 5px;
margin-bottom: 10px;
}
.res-us-product h3{
font-size: 20px;
line-height: 24px;
}
.res-us-product ul li span{
font-size: 14px;
}
.res-us-product ul li {
margin-right: 7px;
float: none;
}
.res-us-product ul li span i{
padding: 2px;
}
.res-us-product p{
font-size: 16px;
}
.res-us-product span{
font-size: 14px;
}
.res-us-profile img {
max-width: 65px;
}
.res-us-details {
background: #fff;
padding: 30px 20px;
}
.fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
margin-top:0;
float: left;
}
.fr-menu .sb-menu ul li.fr-list {
height: 50px;
}
}
@media (min-width: 1900px) and (max-width: 2900px){
.fr-sign-in-hero {
height: 100vh;
}
.fr-sign-container {
height: 100vh;
}
}
@media (min-width: 576px) and (max-width: 767.8px)
{
.listing-features li {
width:50%;
}
.headerstyle-2.fr-menu .sb-menu {
float: none;
}
.headerstyle-2.fr-menu .logo .header-form {
margin-left:0;
}
.sb-header.headerstyle-2 .logo img {
margin-bottom: 30px;
}
.about-grid-margin .about-grid-img .about-grid-count.right {
right:0;
}
.fr-hero3-content span {
font-size: 16px;
}
.hero-slider .fr-hero3-content h1 {
font-size: 32px;
}
.fr-hero3-srch ul li input {
background-color: #f4f6f9;
border-radius: 4px !important;
}
.hero-slider .fr-hero3-srch {
border-radius: 4px;
border:none;
}
.fr-hero3-srch ul li:last-child {
width: 100%;
position: relative;
margin-bottom:0;
}
.fr-hero3-main {
margin-top: 50px;
margin-bottom: 50px;
}
#exertio-carousal .carousel-inner {
display: none;
}
.hero-slider {
position: relative;
top: 0;
width: 100%;
z-index: 999;
}
.fr-hero3-main {
margin-top: 0;
padding: 50px 0;
}
.sb-header.transparent {
position: relative;
box-shadow:0px 0px 10px rgba(0,0,0,0.08);
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: #f4f6f9;
}
.hero-slider .fr-hero3-submit .btn {
border-radius: 4px;
width: 100%;
}
.hero-slider .fr-hero3-submit {
margin-top: 20px;
position: relative;
border-radius: 4px;
top: auto;
right: auto;
}
.fr-latest-content-service p {
font-size: 16px;
}
.call-actionz .parallex-text h4 {
font-size:32px;
}
.call-actionz p {
width: 100%;
font-size: 16px;
}
.agent-1 .card-title {
margin-bottom: 0;
font-size: 16px;
line-height: 30px;
}
.agent-1 .hourly-rate {
font-size: 14px;
}
.widget-inner-elements {
font-size:14px;
}
.fr-c-about-products {
display:none;
}
.fr-about2-client.fr-about-client {
padding: 70px 0;
}
.fr-about-client .owl-theme .owl-dots {
margin-left:22%;
}
.fr-latest-box img {
width:100%;
}
.agent-1 .card-image img, .agent-1 .card-image img a {
width: 100%;
}
.exertio-app-one .exertio-app-box {
width:100%;
}
.exertio-app-one .exertio-app-box h3 {
font-size:30px;
}
.fr-footer .fr-footer-content {
margin-top: 30px;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 5px;
}
.herosection-2 {
height: 630px;
}
.herosection-2 .fr-hero3-srch {
border: none;
}
.herosection-2 .fr-hero3-srch ul li input, .herosection-2 .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered{
border:1px solid #EEE;
}
.herosection-2 .fr-hero3-main {
padding: 50px 0;
margin-bottom:0;
padding-bottom:0;
}
.herosection-2 .fr-hero3-srch ul li .select2-container .select2-selection--single {
border-radius:4px;
}
.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
border:none;
}
.fr-latest2-content-box {
flex-direction:column;
text-align:initial;
}
.fr-latest2-content-box .fr-latest2-price {
margin-top:15px;
}
.fr-latest2-content-box .fr-latest2-bid {
width: 100%;
margin-top: 15px;
}
.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn-theme-secondary {
padding:10px 20px;
font-size:14px;;
}
.elbow.owl-carousel {
display:none;
}
.fr-hero .fr-hero-trending ul li a {
font-size:12px;
}
.about-grid-margin {
margin-bottom:20px;
}
.about-grid-content h2 {
font-size:22px;
}
.about-grid-content .subtitle {
font-size:16px;
}
.about-grid-content p {
font-size:14px;
}
.about-grid-content {
margin-bottom:20px;
}
.fr-hero2-video {
display:none;
}
.exertio-pricing-2-main .exertio-pricing-price h4 {
font-size:20px;
margin-bottom:0;
}
.exertio-pricing-2-main .exertio-price-detail ul li {
font-size: 14px;
}
.exertio-pricing-2-main .exertio-pricing-price span {
font-size: 30px;
}
.exertio-pricing-2-main .exertio-pricing-price {
padding: 20px;
}
.fr-project-f-des .fr-project-attachments .attacment-box .attachments {
width:100%;
margin-right:0;
}
.fr-service-container > ul > li {
display:none;
}
.fr-service-container ul li.links:last-child {
float: left;
display: block;
}
.fr-m-contents .fr-m-main-title h1 {
font-size: 24px;
line-height: 40px;
}
.extra-features ul li {
width: 49%;
margin-bottom: 20px;
}
.slider-box .fr-slick .slides li iframe {
min-height: 265px;
}
.services-filter-2 form .filters {
min-width: 250px;
}
.fr-serices-content{
padding:15px;
}
.services-filter-2 {
margin-top:30px;
}
.fr3-job-detail .fr3-job-text p.excerpt {
display:none;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
padding:0;
}
.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
max-width:100px;
}
.fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
margin-top: 10px;
width: auto;
float: right;
}
.fr-hero-short-list {
float: left;
text-align: left;
}
.fr-hero-hire {
margin-top: 15px;
float: none;
position: relative;
overflow: hidden;
}
.fr-recent-model li {
width: 30%;
}
.style-s1 {
display:none;
}
.fr-bissness-details {
padding:60px 0 ;
}
.fr-contact {
margin-top: 50px;
}
.elementor-376 .elementor-element.elementor-element-e615248:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-e615248 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-image:none;
}
.fr-hero4-content h1 {
line-height: 65px;
font-weight: 600;
font-size: 50px;
}
}
@media (min-width: 1200px) and (max-width: 1399px)
{
#exertio-carousal {
min-height: auto;
}
.headerstyle-2.sb-header .logo img {
width: 130px;
vertical-align: middle;
}
.headerstyle-2 .sb-menu > ul > li > a {
padding:0 10px;
}
.headerstyle-2.fr-menu .logo .header-form input {
max-width: 150px;
}
.sb-header .logo {
padding-right:0;
}
.headerstyle-2.fr-menu .logo .header-form{
margin-left:20px;
}
.elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 300px auto !important;
}
.fr-hero3-content {
width:90%;
}
.fr-her3-elemnt a {
font-size:13px;
}
.fr-hero3-content {
width: 90%;
}
.feature-block {
padding:1.5rem;
}
.fr-about-reviews ul li::before {
border:none;
}
.fr-plan-content h3 {
font-size:30px;
}
.fr-plan-content h3 span.strike {
font-size:14px;
}
.fr-top-contents .fr-top-details .fr-style-5 {
font-size:16px;
}
.herosection-2 {
height: 650px;
}
.herosection-2 .fr-hero3-main {
margin-top: 130px;
}
.fr-hero3-main {
margin-top: 50px;
}
.hero-slider .fr-hero3-content h1 {
font-size: 40px;
}
.fr-hero3-video i {
font-size:14px;
padding: 15px 15px;
}
.sb-header.transparent {
position:relative;
}
.fr-about2-client.fr-about-client {
padding: 60px 0;
}
.fr-c-about-profile {
width: 85px;
margin-top: 60px;
height: 85px;
}
.agent-1 .card-title {
font-size: 17px;
}
.agent-1 .hourly-rate {
font-size: 14px;
}
.widget-inner-elements {
font-size: 14px;
}
.fr-hero .fr-hero-content {
margin-top: 130px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size:16px;
}
.fr-hero .fr-hero-content h1 {
font-size:28px;
}
.fr-hero-ad {
height:700px;
}
.elbow.owl-carousel.owl-drag .owl-item {
margin-top: 160px;
}
.fr-hero2-form .select2-container .select2-selection--single {
position: relative;
overflow: hidden;
}
.fr-hero4-content h1 {
line-height: 70px;
font-weight: 600;
font-size: 50px;
}
}
@media (min-width: 1400px) and (max-width: 1679px) {
#exertio-carousal {
min-height: 550px;
}
.headerstyle-2.fr-menu .logo .header-form input {
max-width: 150px;
}
.sb-header .logo {
padding-right:0;
}
.headerstyle-2.fr-menu .logo .header-form {
margin-left:30px;
}
.elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 250px auto !important;
}
.fr-hero3-main {
margin-top: 130px;
}
.hero-slider .fr-hero3-content h1 {
font-size: 35px;
line-height: 45px;
}
.fr-hero3-content p {
font-size: 14px;
line-height: 28px;
}
.fr-hero3-video i {
font-size:14px;
padding: 15px 15px;
}
.fr-c-about-profile {
width: 100px;
margin-top: 76px;
height: 100px;
}
.fr-about2-client.fr-about-client {
padding: 80px 0;
}
.herosection-2 {
height: 700px;
}
.herosection-2 .fr-hero3-main {
margin-top: 180px;
}
.fr-hero .fr-hero-content {
margin-top: 130px;
}
.fr-hero .fr-hero-content h1 {
font-size:42px;
}
.fr-hero .fr-hero-content .fr-hero-style {
font-size:18px;
}
.fr-hero-ad {
height: 750px;
}
.fr-hero-vid4 {
margin-top:35px;
}
}
@media (min-width: 1680px) and (max-width: 1919px)
{
.headerstyle-2.fr-menu .logo .header-form {
margin-left:30px;
}
.fr-hero3-main {
margin-top: 180px;
}
.herosection-2 {
height: 730px;
}
.elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 300px auto !important;
}
}
.sb-menu ul .nav-item.notification-click .dropdown-toggle::after {
border: none;
}
a.nav-link.dropdown-toggle.notification-click::after {
color: #ffffff;
}
.sb-menu ul .nav-item .notifications {
max-height:450px;
overflow-y: scroll;
background-color: #f8f9fa;
}
.sb-menu ul .nav-item.notification-click i {
font-size:24px;
margin: 0;
}
.sb-menu ul .nav-item.notification-click .badge {
position:absolute;
top: 22px;
right: 0;
color: #FFF;
}
.sb-menu ul .nav-item.notification-click .dropdown-toggle::after {
border: none;
}
.sb-menu ul .nav-item.notification-click .dropdown-menu {
max-width: 20rem;
}
.sb-menu ul .nav-item.notification-click .navbar-dropdown .dropdown-item {
color:#777;
white-space: normal;
display: block !important;
font-size: 14px;
}
.sb-menu ul .nav-item.notification-click .navbar-dropdown .dropdown-item.active{
background-color:#fff4d3;
}
.sb-menu ul .nav-item.notification-click .navbar-dropdown .dropdown-item:active {
background-color:#FFF;
}
.sb-menu ul .nav-item.notification-click li a span {
font-weight:500;
color: #242424;
}
.sb-menu ul .nav-item.notification-click li p {
margin-bottom:0;
}
.sb-menu ul .nav-item.notification-click li p span.time {
font-size:10px;
display: block;
color: #777;
text-transform: uppercase;
margin-top: 5px;
}
.sb-menu ul .navbar-dropdown .notification-title {
padding:20px;
margin-bottom: 0;
}
.sb-menu ul .navbar-dropdown .notification-view-all {
padding:20px;
margin-bottom: 0;
text-align: center;
}
.sb-menu ul .navbar-dropdown .no-notification {
padding:20px;
margin-bottom: 0;
background-color: #f8f9fa;
}
.sb-menu ul .nav-item.notification-click .dropdown-menu{
min-width:20rem;
}
/* sb-header-start */
.exer-menu .sb-menu ul li.fr-list .style-1 {
background-color: #000;
border: 1px solid #000;
color: #ffff;
}
.exer-menu .sb-menu ul li.fr-list .sign-in {
color: #ffff;
}
.exer-menu .sb-menu > ul > li > a {
color:#000;
}
/* sb-header-end */
/* exer-search-demand-css-start */
.exer-search-demand {
padding: 30px 0 !important;
}
.exer-search-demand .project-sidebar .heading {
display: flex;
align-items: center;
justify-content: space-between;
}
.exer-search-demand .project-sidebar .panel-heading a::before {
font-family: "Font Awesome 5 Free";
content: "\f078";
font-weight: 900;
position: absolute;
top: 20px;
right: 20px;
}
.exer-search-demand .project-sidebar .panel-heading a.collapsed::before {
font-family: "Font Awesome 5 free";
content: "\f077";
}
.exer-search-demand .exer-fr-dtl {
padding-bottom: 90px;
background-color: #ffff;
border-radius: 5px;
}
.exer-search-demand .project-sidebar .panel-default .panel-collapse .panel-body .range-slider {
padding-right: 0;
}
.exer-search-demand .exer-fr-dtl .profile {
background-color: #ffff;
display: flex;
align-items: center;
border-bottom: 2px solid #f4f7fa;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul {
display: flex;
}
.exer-search-demand .prf-meta ul li .prf-cont i {
color: #fe696a;
margin-right: 5px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail {
background-color: #ffff;
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features {
background-color: #f4f6f9;
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul {
display: inline-block;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
width: 50%;
float: left;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li:last-child {
width: 100%;
margin-bottom: 0;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
margin-right: 12px;
color: #fe696a;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-txt p {
margin-bottom: 5px;
color: #777;
line-height: 19px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip {
background-color: #ffff;
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip h3 {
margin-bottom: 20px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p {
margin-bottom: 30px;
line-height: 30px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul {
display: flex;
width: 100%;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip ul li i {
color: #fe696a;
padding: 5px;
background-color: #ffefef;
border-radius: 5px;
margin-right: 5px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding-top: 0;
background-color: #ffff;
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills h3 {
margin-bottom: 20px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
color: #fe696a;
background-color: #ffefef;
border-radius: 25px;
display: inline-block;
margin-right: 5px;
margin-bottom: 10px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
background-color: #ffff;
text-align: center;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
background-color: #fe696a;
color: #ffff;
border-radius: 5px;
}
.exer-search-demand .services-filter-2 .heading-area p {
color: #1f2836;
}
.exer-search-demand .services-filter-2 .heading-area p span {
font-weight: 500;
}
.exer-search-demand .project-sidebar .panel-default .panel-collapse .panel-body {
max-height: 100%;
}
.exer-fr-dtl-main .prf-img img{
width:60px;
}
.prj-sidebar-main .range-slider span.irs-to{
left: 80% !important;
}
.fr-right-detail-box.show_detail_project {
cursor: pointer;
}
.nothing-found.white h3.select_project{
margin-top:30px;
font-size:20px;
}
.exer-fr-dtl-main .nothing-found.white{
height:100vh;
}
.detail_loader .loader-outer {
width: 100%;
height: 100%;
position: absolute;
display: none;
z-index: 9999;
top:250px;
right:10%;
}
.detail_loader .loader-outer::after{
background: rgba(0,0,0,.2) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
.fr_resend_email{
display:none;
}
.fr_send_email{
border: none;
background: transparent;
font-size: 20px;
text-decoration: underline;
}
button.fr_send_email:focus {
outline: none;
}
.fr-top-product_slider.owl-carousel.owl-theme{
-webkit-transition: all 0.9s ease 0.9s;
-moz-transition: all 0.9s ease- 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav{
/*display:block;*/
position: absolute;
left: 0;
top: 0;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-dots{
display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
outline:none;
border:none;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-dots span:focus-visible,
.fr-top-product_slider.owl-carousel.owl-theme .owl-dots span:focus{
outline:none;
border:none
}
.fr-top-product_slider.owl-carousel.owl-theme .single{ transform: translate3d(0px,0px, 0px) !important; }
.fr-top-product_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.fr-top-product_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span{
background:#fff;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-prev{
position: absolute;
left: -5px;
top: 75px;
background:#fff;
border-radius: 0 25px 25px 0;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-prev i{
padding: 7px 10px 7px 5px;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-next i{
padding: 7px 5px 7px 10px;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-next i,
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-prev i{
display:none;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease- 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s;
}
.fr-top-product_slider.owl-carousel.owl-theme:hover .owl-nav .owl-next i,
.fr-top-product_slider.owl-carousel.owl-theme:hover .owl-nav .owl-prev i{
display:block;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease- 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav .owl-next{
position: absolute;
right: -5px;
top: 75px;
background:#fff;
border-radius: 25px 0 0 25px;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-item img{
position:relative;
max-height: 200px;
}
.fr-top-product_slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
color:#000;
}
.jobs-alert-box {
background-color: #FFF;
padding: 20px;
position: relative;
overflow: hidden;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
}
.jobs-alert-box span {
font-size: 18px;
font-weight: 600;
}
.jobs-alert-box p {
margin:10px 0 0 0;
}
.jobs-alert-box .btn {
float:right;
}
.fr-report-form span.select2-container{
width:100% !important;
}
/*MODAL CSS*/
.resume-action-modal input {
height: 45px;
border-radius: 3px;
}
.resume-action-modal .modal-content {
border-radius: 5px;
border:none;
}
.resume-action-modal .modal-content .can-toggle {
text-align:right;
}
.resume-action-modal .modal-header {
border-radius: 4px 4px 0 0;
padding:15px 20px;
background-color:#242424;
}
.resume-action-modal .modal-header h4 {
font-size:16px;
color:#fff;
font-weight:500;
}
.resume-action-modal .modal-header .close {
color:#fff;
opacity:0.6
}
.resume-action-modal .form-group {
position:relative;
clear:both;
}
.resume-action-modal .form-group label {
font-weight:500;
margin-bottom: 10px;
}
.resume-action-modal .form-group .toggle.btn-sm {
min-width: 80px;
min-height: 30px;
}
.resume-action-modal .form-group .select2-container {
width:100% !important;
}
.resume-action-modal .modal-content .modal-body {
padding: 20px;
}
.resume-action-modal .modal-content .modal-body .company-search-toggle {
margin: 20px 0 10px 0;
position:relative;
overflow:hidden;
}
/*.resume-action-modal .modal-content .modal-body .company-search-toggle .toggle-group label {
width:auto;
margin-bottom:0;
}*/
.resume-action-modal .modal-content .modal-body textarea:focus {
box-shadow: none;
border-color: #CCC;
}
.resume-action-modal .modal-content .modal-footer .btn-default {
margin-top: 0;
}
.resume-action-modal .modal-content .modal-footer {
border-top: none;
padding: 20px;
padding-top: 0;
}
/*div.alerts_limit{*/
/*background: #f4f6f9;*/
/*padding: 5px 15px;*/
/*border-radius: 4px;*/
/*margin-top: 10px;*/
/* position:absolute;*/
/*}*/
/*div.alerts_limit label{*/
/* margin:0 !important;*/
/*}*/
/* exer-search-demand-css-end */
/* exer-search-demand-responsive-start */
@media (min-width: 1200px) and (max-width: 2920px) {
.exer-search-demand {
padding: 30px 0 0 !important;
}
.exer-search-demand .prj-sidebar-main {
width: 20%;
height:100vh;
overflow-y:scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.exer-search-demand .prj-sidebar-main::-webkit-scrollbar {
display: none;
}
.exer-search-demand .exer-find-freelancer {
width: 40%;
height:100vh;
overflow-y:scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.exer-search-demand .exer-find-freelancer::-webkit-scrollbar {
display: none;
}
.exer-search-demand .exer-fr-dtl-main {
width: 40%;
border-radius: 4px;
height:100vh;
overflow-y:scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.exer-search-demand .exer-fr-dtl-main::-webkit-scrollbar {
display: none;
}
.exer-search-demand .exer-fr-dtl .profile {
padding: 25px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta {
margin-left: 10px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta h4 {
margin-bottom: 5px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul li {
margin-right: 15px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail {
padding: 12px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features {
padding: 12px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
font-size: 24px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-txt h4 {
line-height: 22px;
font-weight: 400 !important;
font-size:18px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip {
padding: 12px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p {
line-height: 26px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul.left {
margin-right: 22px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip ul li {
line-height: 40px;
font-size: 12px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .lst-ul {
margin-bottom: 20px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p:last-child {
margin-bottom: 0px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding: 12px;
padding-top: 0;
background-color: #ffff;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
padding: 7px 12px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
padding: 12px;
padding-top: 30px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
padding: 10px 60px;
font-size: 14px;
}
/* exer-search-demand-end */
/* exer-search-demand-changing-start */
.exer-search-demand .project-sidebar .heading,
.exer-search-demand .project-sidebar .panel-default,
.exer-search-demand .project-sidebar .submit-btn {
padding: 15px 10px;
}
.exer-search-demand .project-sidebar .panel-heading a::before {
font-family: "Font Awesome 5 Free";
content: "\f078";
font-weight: 900;
position: absolute;
top: 20px;
right: 10px;
}
.exer-search-demand .project-sidebar .panel-heading a.collapsed::before {
font-family: "Font Awesome 5 free";
content: "\f077";
}
.exer-search-demand .project-sidebar .heading a {
line-height: 24px;
}
.exer-search-demand .project-sidebar .panel-default .pretty.p-icon .state .icon {
top:-6px;
left: -2px;
}
.exer-search-demand .project-sidebar .panel-default .panel-collapse .panel-body .range-slider {
padding-right: 0;
}
.exer-search-demand .project-sidebar .extra-controls input.form-control {
width: 46%;
}
.exer-search-demand .exer-find-freelancer .services-filter-2 {
padding: 12px;
}
.exer-search-demand .services-filter-2 .heading-area p {
color: #1f2836;
}
.exer-search-demand .services-filter-2 .heading-area p span {
color: #000;
font-weight: 500;
}
.exer-search-demand .services-filter-2 form .filters {
min-width: auto;
height: 30px;
}
.exer-search-demand .services-filter-2 .services-list-icon {
padding: 0px 7px;
margin-right: 8px;
}
.exer-search-demand .services-filter-2 .services-grid-icon {
padding: 0 9px;
margin-right: 8px;
}
.exer-search-demand .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 30px;
}
.exer-search-demand .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 30px;
padding-right: 60px;
}
.exer-srh-page .select2-results__option {
font-size: 12px !important;
}
.exer-search-demand .fr-right-details-products {
padding: 12px;
}
.exer-search-demand .features-star::before {
border-width: 15px;
}
.exer-search-demand .fr-right-detail-box .features-star i {
top: 5px;
left: 5px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-details2 {
margin-bottom: 10px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
margin-top: 5px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
margin-right: 8px;
margin-bottom: 8px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-product ul li a {
padding: 4px 8px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-index p {
line-height: 20px;
}
.exer-search-demand .fr-right-detail-box .fr-right-information {
padding: 12px;
}
.exer-search-demand .fr-right-detail-box .fr-right-information .fr-right-list ul li {
margin-right: 16px;
}
.exer-search-demand .fr-right-detail-box .fr-right-information .fr-right-list ul li div p {
line-height: 25px;
}
.exer-search-demand .fr-right-detail-box .fr-right-information .fr-right-bid ul li {
margin-bottom: 0;
}
.exer-search-demand .fr-right-detail-box .fr-right-information .fr-right-bid ul li .btn-theme {
margin-top: 0;
margin-left: 5px;
}
.exer-search-demand .fr-right-detail-box .fr-jobs-price {
top: 15px;
right: 15px;
}
.exer-search-demand .fr-jobs-price .style-hd {
line-height: 24px;
}
.exer-search-demand .fr-right-detail-box .fr-jobs-price .style-hd small {
font-size: 11px;
}
}
@media (min-width: 1200px){
.close_project_detail {
display: none !important;
}
}
@media (min-width: 320px) and (max-width: 1199.8px) {
.close_project_detail {
display: none;
position: absolute;
top: 0px;
right: 13px;
width: 30px;
height: 30px;
background: #fff;
font-size: 20px;
text-align: center;
margin: 0;
padding: 0;
font-weight: 600;
border: 1px solid;
border-radius: 5px;
}
}
@media (min-width: 768px) and (max-width: 1199.8px) {
.exer-search-demand .exer-fr-dtl-main {
width: 70%;
position: absolute;
right: 0;
height: auto;
display: none;
}
}
@media (min-width: 320px) and (max-width: 767.8px) {
.exer-search-demand .exer-fr-dtl-main {
width: 100%;
position: absolute;
left: 0;
height: auto;
display: none;
}
.prj-sidebar-main .irs-handle{
z-index:0;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.exer-search-demand .prj-sidebar-main {
width: 30%;
}
.exer-search-demand .exer-find-freelancer {
width: 70%;
}
.exer-search-demand .project-sidebar .extra-controls input.form-control {
width: 47%;
}
.exer-search-demand .project-sidebar .extra-controls .services-input-from {
margin-right: 14px;
}
.exer-search-demand .services-filter-2 {
padding: 14px 20px;
}
.exer-search-demand .services-filter-2 .heading-area p {
color: #1f2836;
}
.exer-search-demand .services-filter-2 .heading-area p span {
font-weight: 500;
}
.exer-search-demand .services-filter-2 form .filters {
min-width: auto;
height: 40px;
}
.exer-search-demand .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.exer-search-demand .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 100px;
line-height: 40px;
}
.exer-search-demand .services-filter-2 .services-list-icon {
padding: 14px;
}
.exer-search-demand .services-filter-2 .services-grid-icon {
padding: 16px;
}
.exer-search-demand .exer-fr-dtl .profile,
.exer-search-demand .exer-fr-dtl .job-features-detail,
.exer-search-demand .exer-fr-dtl .job-features-detail .features,
.exer-search-demand .exer-fr-dtl .about-fr-descrip {
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta {
margin-left: 20px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul li {
margin-right: 20px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
font-size: 34px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-txt h4 {
line-height: 30px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p{
line-height: 30px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul.left {
margin-right: 120px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip ul li {
line-height: 50px;
font-size: 16px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding: 20px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
padding: 7px 20px;
font-size: 16px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
padding: 20px;
padding-top: 30px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
padding: 10px 200px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
margin-bottom: 10px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 0;
}
.exer-search-demand .exer-fr-dtl {
padding-bottom: 50px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.exer-search-demand .prj-sidebar-main {
width: 30%;
}
.exer-search-demand .exer-find-freelancer {
width: 70%;
}
.services-filter-2{
margin-top:0;
}
.exer-search-demand .project-sidebar .extra-controls input.form-control {
width: 49%;
}
.exer-search-demand .project-sidebar .extra-controls input.services-input-from {
margin-right: 14px;
}
.exer-search-demand .services-filter-2 .heading-area {
margin-bottom: 0;
}
.exer-search-demand .services-filter-2 .heading-area p {
font-size: 18px;
}
.exer-search-demand .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 120px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta {
margin-left: 10px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul li {
margin-right: 15px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
font-size: 28px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p {
line-height: 30px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip ul li {
line-height: 50px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul.left {
margin-right: 70px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding: 20px;
padding-top: 0;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
padding: 7px 15px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
padding: 20px;
padding-top: 70px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
padding: 10px 100px;
}
.exer-search-demand .exer-fr-dtl {
padding-bottom: 30px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.project-sidebar .extra-controls input.form-control {
width: 48%;
}
.project-sidebar .extra-controls input .services-input-from {
margin-right: 20px;
}
.exer-search-demand .services-filter-2 .heading-area p {
font-size: 14px;
}
.exer-search-demand .services-filter-2 form .filters {
min-width: auto;
height: 40px;
}
.exer-search-demand .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.exer-search-demand .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 60px;
line-height: 40px;
}
.exer-search-demand .services-filter-2 .services-list-icon {
padding: 14px;
margin-right: 8px;
}
.exer-search-demand .services-filter-2 .services-grid-icon {
padding: 16px;
margin-right: 8px;
}
.exer-search-demand .fr-right-detail-box .fr-right-detail-content .fr-right-index {
margin-top: 0px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta {
margin-left: 10px;
}
.exer-search-demand .prf-meta ul li {
margin-right: 10px;
}
.exer-search-demand .prf-meta ul li .prf-cont span {
font-size: 14px;
}
.exer-search-demand .prf-meta ul li .prf-cont i {
margin-right: 0;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
font-size: 22px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul.left {
margin-right: 39px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul li {
font-size: 14px;
line-height: 50px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding-top: 0;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
padding: 7px 15px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
padding: 20px;
padding-top: 50px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
padding: 10px 70px;
}
.exer-search-demand .exer-fr-dtl {
padding-bottom: 10px;
}
}
@media (min-width: 320px) and (max-width: 575.98px) {
.exer-search-demand .services-filter-2 .heading-area p {
font-size: 14px;
}
.exer-search-demand .exer-fr-dtl .profile {
display: block;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta {
margin-top: 10px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta .prf-cont,
.exer-search-demand .exer-fr-dtl .profile .prf-meta .prf-cont span {
font-size: 14px;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul {
flex-direction: column;
}
.exer-search-demand .exer-fr-dtl .profile .prf-meta ul li {
margin-bottom: 5px;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li {
width: 100%;
}
.exer-search-demand .exer-fr-dtl .job-features-detail .features ul li .ftr-icon i {
font-size: 20px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip p {
font-size: 14px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul {
display: block;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip ul li i {
padding: 3px;
font-size: 13px;
}
.exer-search-demand .exer-fr-dtl .about-fr-descrip .disply-flx-ul ul li {
margin-bottom: 15px;
font-size: 13px;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills {
padding-top: 0;
}
.exer-search-demand .exer-fr-dtl .fr-project-skills a {
padding: 7px 15px;
font-size: 14px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn {
padding: 20px;
padding-top: 40px;
}
.exer-search-demand .exer-fr-dtl .dtl-btn a {
padding: 10px 50px;
}
.exer-search-demand .exer-fr-dtl {
padding-bottom: 10px;
}
}
/* exer-search-demand-changing-responsive-end */
.fl_portfolio {
text-decoration: underline;
}