1037 lines
28 KiB
CSS
1037 lines
28 KiB
CSS
#custom-page-baner {
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.custom-quotes .wp-block-quote p {
|
|
color: #0e1e2a;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.custom-vertical-list ul {
|
|
margin-top: 20px;
|
|
}
|
|
.custom-vertical-list ul li p {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.top-header-right #languages-switcher {
|
|
display: inline-block;
|
|
position: relative;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0 0 0 15px;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.top-header-right #languages-switcher {
|
|
display: none;
|
|
}
|
|
}
|
|
.top-header-right #languages-switcher:hover ul.languages-list {
|
|
visibility: visible;
|
|
}
|
|
.top-header-right #languages-switcher:hover ul.languages-list li {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transform: translateX(0);
|
|
}
|
|
.top-header-right #languages-switcher li.current-language {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 100%;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.top-header-right #languages-switcher li.current-language a {
|
|
padding: 0;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list {
|
|
position: absolute;
|
|
top: 100%;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
visibility: hidden;
|
|
z-index: 999;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li {
|
|
padding-top: 5px;
|
|
transform: translateX(50%);
|
|
opacity: 0;
|
|
transition: all 200ms ease-in-out;
|
|
visibility: hidden;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li:nth-child(2) {
|
|
transition-delay: 200ms;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li:nth-child(3) {
|
|
transition-delay: 400ms;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li:nth-child(4) {
|
|
transition-delay: 600ms;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li:nth-child(5) {
|
|
transition-delay: 800ms;
|
|
}
|
|
.top-header-right #languages-switcher ul.languages-list li a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0;
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages {
|
|
margin-top: 20px;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher {
|
|
list-style: none;
|
|
padding: 0 25px;
|
|
margin: 0;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
gap: 10px;
|
|
padding: 12px 18px;
|
|
list-style-type: none;
|
|
border-radius: 5px;
|
|
transition: all 250ms ease;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
background: #ededed;
|
|
transition: all 250ms ease;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language.active {
|
|
background: #104cba;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language.active::before {
|
|
opacity: 0;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language.active span {
|
|
color: #fff;
|
|
transition: all 250ms ease;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-switcher .current-language span {
|
|
line-height: 1.4;
|
|
font-size: 14px;
|
|
text-transform: capitalize;
|
|
color: #1d2c38;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-list {
|
|
list-style: none;
|
|
padding: 0 25px;
|
|
margin: 0;
|
|
display: none;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-list li {
|
|
position: relative;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-list li:not(:last-child)::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
background: #ededed;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-list li a {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
gap: 10px;
|
|
padding: 12px 18px;
|
|
}
|
|
.tp-menu-wrapper .tp-menu-area .mobile-languages #languages-list li a span {
|
|
line-height: 1.4;
|
|
font-size: 14px;
|
|
text-transform: capitalize;
|
|
color: #1d2c38;
|
|
}
|
|
|
|
h2.restly-section-title {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.elementor-tabs .elementor-tabs-wrapper {
|
|
margin-top: 15px;
|
|
}
|
|
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
|
|
padding: 20px 20px !important;
|
|
border: 2px solid #57a8dd !important;
|
|
margin: 10px 0 !important;
|
|
position: relative !important;
|
|
border-radius: 5px !important;
|
|
transition: 250ms ease-in-out;
|
|
}
|
|
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
|
|
background: #57a8dd;
|
|
border-color: #57a8dd !important;
|
|
}
|
|
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .theme-btns {
|
|
background: transparent;
|
|
}
|
|
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .theme-btns:hover {
|
|
background: transparent;
|
|
}
|
|
|
|
.to-top {
|
|
bottom: 90px;
|
|
right: 15px;
|
|
background-color: #57a8dd !important;
|
|
z-index: 1;
|
|
}
|
|
|
|
body.page-template.elementor-page-8148 * {
|
|
font-family: "Cooper Hewitt", sans-serif !important;
|
|
}
|
|
|
|
.wpcf7 .restly-input.email:after,
|
|
.wpcf7 .restly-input.name:after,
|
|
.wpcf7 .restly-input.message:after {
|
|
color: #57a8dd;
|
|
}
|
|
.wpcf7 .wpcf7-form-control.wpcf7-submit {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
background-color: #e64873;
|
|
}
|
|
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
|
|
background-color: #a13252;
|
|
}
|
|
|
|
.post-button a.theme-btns {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
}
|
|
|
|
@media (min-width: 1024px) and (max-width: 1199px) {
|
|
.main-navigation ul li a {
|
|
padding: 33px 15px 30px 15px;
|
|
}
|
|
}
|
|
|
|
.restly-team-item .restly-team-contents {
|
|
position: relative;
|
|
}
|
|
.restly-team-item .restly-team-contents .restly-team-contents-link {
|
|
position: absolute;
|
|
inset: 0;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
body.restly_team-template-default.single-restly_team .all-posts-wrapper .wp-block-buttons {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
.custom-accordion-positions .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
|
|
width: 100%;
|
|
}
|
|
.custom-accordion-positions .elementor-widget-accordion .elementor-accordion .elementor-accordion-item:nth-child(2n) {
|
|
margin-left: 50px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.custom-accordion-positions .elementor-widget-accordion .elementor-accordion .elementor-accordion-item:nth-child(2n) {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.brea-subtitle {
|
|
color: #ffffff;
|
|
font-family: "Nunito", Sans-serif;
|
|
font-size: 30px;
|
|
font-weight: 900;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.elementor-tabs .elementor-tab-content .theme-btns:hover .theme-btns-arrow i:nth-child(1) {
|
|
margin-left: 0px;
|
|
}
|
|
.elementor-tabs .elementor-tab-content .theme-btns:hover .theme-btns-arrow i:nth-child(2) {
|
|
margin-right: -15px;
|
|
}
|
|
.elementor-tabs .elementor-tab-content .theme-btns .theme-btns-arrow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
overflow: hidden;
|
|
color: #000000;
|
|
}
|
|
.elementor-tabs .elementor-tab-content .theme-btns .theme-btns-arrow i {
|
|
margin: 0;
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.elementor-tabs .elementor-tab-content .theme-btns .theme-btns-arrow i:nth-child(1) {
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.grecaptcha-badge {
|
|
z-index: 1;
|
|
}
|
|
|
|
.restly-about-dec ul li:before {
|
|
background: #26ade4;
|
|
}
|
|
|
|
.sidebar-widget-area .widget {
|
|
background-color: #f4f0f1;
|
|
}
|
|
.sidebar-widget-area ul li a:hover {
|
|
color: #26ade4;
|
|
}
|
|
.sidebar-widget-area h2.widget-title:before {
|
|
display: none !important;
|
|
background: #26ade4;
|
|
}
|
|
.sidebar-widget-area h2.widget-title:after {
|
|
display: none !important;
|
|
background: #26ade4;
|
|
}
|
|
.sidebar-widget-area #search-1 .fas {
|
|
color: #26ade4;
|
|
}
|
|
|
|
.widget.widget_tag_cloud a {
|
|
background-color: #d4effa;
|
|
}
|
|
.widget.widget_tag_cloud a:hover {
|
|
background-color: #26ade4;
|
|
}
|
|
|
|
.restly-widget-banner-wrapper:after {
|
|
background: #26ade4;
|
|
}
|
|
|
|
.post-meta-box ul li i {
|
|
color: #26ade4;
|
|
}
|
|
|
|
.single-post-item .post-single.format-quote .post-contents {
|
|
background: #26ade4;
|
|
}
|
|
.single-post-item .post-single .post-contents .post-button .theme-btns {
|
|
background-color: #f93472;
|
|
}
|
|
.single-post-item .post-single .post-contents .post-button .theme-btns:hover {
|
|
background-color: #a23252;
|
|
}
|
|
|
|
button.slick-prev.slick-arrow,
|
|
button.slick-next.slick-arrow {
|
|
background: #26ade4;
|
|
}
|
|
|
|
.elementor-widget-service_box_rest .restly-pricing-header .restly-pricing-price {
|
|
color: #26ade4;
|
|
}
|
|
.elementor-widget-service_box_rest .restly-price-footer .theme-btns {
|
|
transition: color 0.3s ease-in-out;
|
|
background-color: #26ade4;
|
|
}
|
|
.elementor-widget-service_box_rest .restly-price-footer .theme-btns:hover {
|
|
background-color: #4489b1;
|
|
}
|
|
|
|
@media (min-width: 1400px) {
|
|
.container-mini {
|
|
max-width: 1140px;
|
|
}
|
|
}
|
|
|
|
#traffit-list-div .traffit-single-element {
|
|
margin-bottom: 20px;
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper {
|
|
height: 100%;
|
|
text-align: center;
|
|
padding: 50px 5px;
|
|
background-color: #ffffff;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 30px 0px hsla(0, 0%, 0%, 0.07);
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper h2 {
|
|
color: #26ade4;
|
|
font-size: 24px;
|
|
line-height: 1.2;
|
|
font-weight: 800;
|
|
min-height: 57px;
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper .info-location p {
|
|
font-weight: 500;
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper .btn-container {
|
|
margin-top: 40px;
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper .btn-container .btn-container__button span {
|
|
display: inline-block;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
padding: 20px 50px 20px 50px;
|
|
border-radius: 50px;
|
|
background-color: #26ade4;
|
|
cursor: pointer;
|
|
transition: background-color 200ms ease-in-out;
|
|
}
|
|
#traffit-list-div .traffit-single-element .traffit-single-element-wrapper .btn-container .btn-container__button span:hover {
|
|
background-color: #4489b1;
|
|
}
|
|
|
|
.tp-menu-wrapper .mobile-logo {
|
|
padding-right: 50px;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
footer.site-footer .col-xs-12.col-sm-12.col-xl-3.col-lg-6.col-md-6.restly-footer-justify {
|
|
justify-content: start;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
footer.site-footer .widget.footer-widtet.contact-widget {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
h1.elementor-heading-title.elementor-size-default {
|
|
font-size: 42px !important;
|
|
line-height: 1.1em !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
h1.elementor-heading-title.elementor-size-default {
|
|
font-size: 32px !important;
|
|
line-height: 1.1em !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
h2.elementor-heading-title.elementor-size-default {
|
|
font-size: 24px !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
h2.elementor-heading-title.elementor-size-default {
|
|
font-size: 18px !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
h2.restly-section-title {
|
|
font-size: 26px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
h2.restly-about-title {
|
|
font-size: 30px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
h2.restly-about-title {
|
|
font-size: 26px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
h2.restly-about-stitle {
|
|
line-height: 1.5 !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
.breadcroumn-contnt h1.brea-title,
|
|
.breadcroumn-contnt h2.brea-title {
|
|
font-size: 42px !important;
|
|
line-height: 1.1em !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
.breadcroumn-contnt h1.brea-title,
|
|
.breadcroumn-contnt h2.brea-title {
|
|
font-size: 32px !important;
|
|
line-height: 1.1em !important;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.breadcroumn-contnt h2.brea-subtitle {
|
|
font-size: 24px !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
.breadcroumn-contnt h2.brea-subtitle {
|
|
font-size: 18px !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
h2.wp-block-heading {
|
|
font-size: 30px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
h2.wp-block-heading {
|
|
font-size: 26px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
|
|
.elementor-tabs-view-vertical .elementor-tabs-content-wrapper[aria-orientation=vertical] .elementor-tab-title {
|
|
border-radius: 5px;
|
|
transition: background 250ms ease-in-out;
|
|
border: 2px solid #57a8dd !important;
|
|
margin-bottom: 8px;
|
|
}
|
|
.elementor-tabs-view-vertical .elementor-tabs-content-wrapper[aria-orientation=vertical] .elementor-tab-title.elementor-active {
|
|
background: #57a8dd;
|
|
}
|
|
|
|
#accordionFlushExample .accordion-item .accordion-header .accordion-button {
|
|
padding: 15px 35px 15px 25px;
|
|
line-height: 1.3;
|
|
}
|
|
#accordionFlushExample .accordion-item .accordion-header .accordion-button::after {
|
|
right: 10px;
|
|
font-size: 18px;
|
|
}
|
|
#accordionFlushExample .accordion-item .accordion-collapse .accordion-body {
|
|
padding: 15px 25px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.restly-about-dec ul li {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
.cdp-copy-alert-success img {
|
|
display: none !important;
|
|
}
|
|
|
|
#page-hero-box,
|
|
.page-hero-box {
|
|
position: relative;
|
|
}
|
|
#page-hero-box::before,
|
|
.page-hero-box::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: rgba(18, 85, 112, 0.7);
|
|
}
|
|
#page-hero-box .elementor-container,
|
|
#page-hero-box > .container,
|
|
.page-hero-box .elementor-container,
|
|
.page-hero-box > .container {
|
|
position: relative;
|
|
}
|
|
@media (max-width: 576px) {
|
|
#page-hero-box,
|
|
.page-hero-box {
|
|
background: #3d7081 !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
body.home .homa-page-hero .restly-home-banner {
|
|
background: #3d7081 !important;
|
|
}
|
|
}
|
|
@media (max-width: 1400px) {
|
|
body.home .homa-page-hero .restly-home-banner .restly-home-banner-container .restly-home-banner-forms {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
body.home .homa-page-hero .restly-home-banner .restly-home-banner-container .restly-home-banner-forms {
|
|
margin-top: 115px;
|
|
padding: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
body.home .homa-page-hero .restly-home-banner .restly-home-banner-container .restly-home-banner-forms {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media (max-width: 1400px) {
|
|
body.home .homa-page-hero .restly-home-banner-contents {
|
|
padding-top: 200px !important;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
body.home .homa-page-hero .restly-home-banner-contents {
|
|
padding: 140px 0px 70px 0px;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
body.home .homa-page-hero .restly-home-banner-contents {
|
|
margin-right: 0;
|
|
padding-top: 110px !important;
|
|
padding-bottom: 50px;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
body.home .homa-page-hero .restly-home-banner-forms {
|
|
width: 100%;
|
|
margin-bottom: 70px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
body.home .homa-page-hero .restly-home-banner-forms .restly-banner-form-title {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
body.home .homa-page-hero .restly-home-banner-forms .restly-banner-form-stitle {
|
|
font-size: 14px;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
body.home .homa-page-hero .restly-home-banner-forms label {
|
|
font-size: 16px;
|
|
margin-bottom: 2px;
|
|
}
|
|
body.home .homa-page-hero .restly-home-banner-forms .form-input.inputlist {
|
|
margin-bottom: 10px;
|
|
}
|
|
body.home .home-case-studies .restly-portfolio-list-item {
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
}
|
|
body.home .home-case-studies .restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
font-size: 32px;
|
|
line-height: 1.2;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
body.home .home-case-studies .restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
body.page-id-7984 .elementor-7984 .elementor-element.elementor-element-4f5bfa8 {
|
|
font-size: 26px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
body.page-id-7984 #traffit-list-div .job-post-item {
|
|
flex-direction: column;
|
|
row-gap: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 576px) {
|
|
body.page-id-7984 #traffit-list-div .job-post-item .job-left {
|
|
width: 100%;
|
|
}
|
|
body.page-id-7984 #traffit-list-div .job-post-item .job-left .theme-btns {
|
|
display: block;
|
|
margin-left: auto;
|
|
max-width: -moz-fit-content;
|
|
max-width: fit-content;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
body.blog .post-title h2.entry-title,
|
|
body.single-post .post-title h2.entry-title {
|
|
font-size: 24px;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
body.blog .wp-block-heading,
|
|
body.single-post .wp-block-heading {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
line-height: 60px;
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
body.page-id-7921 #box-animation-logo .shapeanimation.shape1 {
|
|
top: -400px;
|
|
left: auto;
|
|
right: 26%;
|
|
}
|
|
|
|
.tp-menu-wrapper .mobile-logo {
|
|
background-color: #26ade4;
|
|
}
|
|
|
|
.tp-menu-wrapper .tp-menu-area {
|
|
border-right-color: #26ade4;
|
|
}
|
|
|
|
.tp-mobile-menu ul .tp-item-has-children > a .tp-mean-expand {
|
|
background-color: #26ade4;
|
|
}
|
|
|
|
.restly-home-banner .restly-home-banner-video-bg {
|
|
position: absolute;
|
|
inset: 0;
|
|
overflow: hidden;
|
|
}
|
|
.restly-home-banner .restly-home-banner-video-bg::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
z-index: 1;
|
|
}
|
|
@media (max-width: 576px) {
|
|
.restly-home-banner .restly-home-banner-video-bg {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.restly-home-banner .restly-home-banner-video-bg video {
|
|
position: absolute;
|
|
min-height: 100%;
|
|
max-width: unset;
|
|
min-width: 100vw;
|
|
width: auto;
|
|
inset: 0;
|
|
}
|
|
.restly-home-banner .restly-home-banner-container {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-navigation ul ul.sub-menu li a:hover {
|
|
background-color: #26ade4;
|
|
}
|
|
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item img {
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item:hover img {
|
|
filter: brightness(0.5);
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec {
|
|
top: 16px;
|
|
bottom: 16px;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec h6 {
|
|
height: 100%;
|
|
text-transform: uppercase;
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
display: block;
|
|
height: 100%;
|
|
color: white;
|
|
font-size: 30px;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec:hover {
|
|
background-color: transparent !important;
|
|
}
|
|
.restly-portfolio-list-item .restly-portfolio-three-content .restly-portfolio-item .restly-portfolio-dec:hover h6 a {
|
|
color: white;
|
|
}
|
|
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item {
|
|
border-radius: 5px;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item img {
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item:hover img {
|
|
filter: brightness(0.5);
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec {
|
|
top: 18px;
|
|
bottom: 18px;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec .restly-portfolio-cats {
|
|
display: none;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec h6 {
|
|
height: 100%;
|
|
text-transform: uppercase;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
display: block;
|
|
height: 100%;
|
|
color: white;
|
|
font-size: 30px;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec h6 a {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec:hover {
|
|
background-color: transparent !important;
|
|
}
|
|
.elementor-widget-restly_portfolio .restly-portfolio-items.portfolio-style-one .restly-portfolio-item .restly-portfolio-dec:hover h6 a {
|
|
color: white;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li a {
|
|
margin-right: 0;
|
|
}
|
|
|
|
@media (max-width: 1015px) {
|
|
body.articles-template-default #article-content #article-content-left {
|
|
width: calc(100% - 40px);
|
|
margin: 0 auto;
|
|
flex: none;
|
|
}
|
|
}
|
|
body.articles-template-default #article-content #article-content-center figure.wp-block-image {
|
|
margin-top: 50px !important;
|
|
margin-bottom: 50px !important;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center figure.wp-block-image figcaption.wp-element-caption {
|
|
font-size: 10px;
|
|
text-align: center;
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center figure.wp-block-table table tbody {
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center p a {
|
|
color: #26ade4;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center p a:hover {
|
|
color: #4489b1;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center h2.wp-block-heading,
|
|
body.articles-template-default #article-content #article-content-center h3.wp-block-heading,
|
|
body.articles-template-default #article-content #article-content-center h4.wp-block-heading,
|
|
body.articles-template-default #article-content #article-content-center h5.wp-block-heading {
|
|
margin-top: 50px;
|
|
}
|
|
body.articles-template-default #article-content #article-content-center #table-1 tbody tr:nth-child(1) {
|
|
background: rgba(38, 173, 228, 0.4784313725);
|
|
}
|
|
body.articles-template-default #article-content #article-content-center #table-1 tbody tr:not(:nth-child(1)) td:not(:nth-child(1)) {
|
|
background: rgba(187, 168, 69, 0.2392156863);
|
|
}
|
|
body.articles-template-default #article-content #article-content-center #table-1 tbody tr td:nth-child(1) {
|
|
background: rgba(38, 173, 228, 0.4784313725);
|
|
}
|
|
@media (max-width: 1015px) {
|
|
body.articles-template-default #article-content #article-content-center {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
body.articles-template-default #article-content #article-content-right {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
body.articles-template-default #article-content-2 #article-content-2-right {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 400px) {
|
|
body.articles-template-default #single-article-author-box .elementor-author-box {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-multiple-authors-boxes-ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-multiple-authors-boxes-li {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
margin: 0 0 12px !important;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-avatar {
|
|
flex: 0 0 80px;
|
|
width: 100px;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
|
|
width: 100px !important;
|
|
height: 100px !important;
|
|
border-radius: 50% !important;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-avatar-details {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-name a {
|
|
color: #1d2c38;
|
|
font-family: "Nunito", Sans-serif;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
font-size: 24px;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-description {
|
|
color: #454545;
|
|
font-family: "Roboto", Sans-serif;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-description p {
|
|
margin: 0;
|
|
}
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .ppma-author-field-meta {
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
margin-right: 8px;
|
|
}
|
|
@media (max-width: 520px) {
|
|
body.articles-template-default #article-content-author .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-multiple-authors-boxes-li {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
@media (max-width: 1015px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 610px;
|
|
}
|
|
}
|
|
@media (max-width: 900px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 540px;
|
|
}
|
|
}
|
|
@media (max-width: 800px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 460px;
|
|
}
|
|
}
|
|
@media (max-width: 700px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 400px;
|
|
}
|
|
}
|
|
@media (max-width: 600px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 340px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 290px;
|
|
}
|
|
}
|
|
@media (max-width: 400px) {
|
|
body.articles-template-default #article-content .offshoring-frame-1,
|
|
body.articles-template-default #article-content .offshoring-frame-2 {
|
|
height: 230px;
|
|
}
|
|
}
|
|
|
|
body.restly_team-template-default #primary .wp-block-button__link.wp-element-button.theme-btns {
|
|
background-color: #26ade4;
|
|
}
|
|
body.restly_team-template-default #primary .wp-block-button__link.wp-element-button.theme-btns:hover {
|
|
background-color: #4588b1;
|
|
}
|
|
body.restly_team-template-default #primary .fab.fa-linkedin-in {
|
|
color: #26ade4;
|
|
transition: color 250ms ease-in-out;
|
|
}
|
|
body.restly_team-template-default #primary .fab.fa-linkedin-in:hover {
|
|
color: #4588b1;
|
|
}
|
|
|
|
header#masthead {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9999;
|
|
}
|
|
header#masthead.fixed > .main-header {
|
|
background: #f4f0f1;
|
|
}
|
|
header#masthead.fixed.header-three .main-navigation ul li a {
|
|
color: #1d2c38;
|
|
}
|
|
header#masthead > .main-header {
|
|
transition: background 250ms ease-in-out;
|
|
}
|
|
|
|
.contact-page-form .restly-input.message textarea,
|
|
.contact-page-form .restly-home-form-input textarea {
|
|
margin-bottom: 0;
|
|
}
|
|
.contact-page-form .restly-input input[type=text],
|
|
.contact-page-form .restly-input input[type=email],
|
|
.contact-page-form .restly-input.message textarea,
|
|
.contact-page-form .restly-home-form-input input[type=text],
|
|
.contact-page-form .restly-home-form-input input[type=tel],
|
|
.contact-page-form .restly-home-form-input input[type=email],
|
|
.contact-page-form .restly-input input[type=url] {
|
|
margin-bottom: 0;
|
|
}
|
|
.contact-page-form .wpcf7-form-control-wrap {
|
|
margin-bottom: 25px;
|
|
display: block;
|
|
}
|
|
|
|
.nav-links .nav-previous,
|
|
.nav-links .nav-next {
|
|
line-height: 1.5;
|
|
}
|
|
.nav-links .nav-previous a,
|
|
.nav-links .nav-next a {
|
|
line-height: 1.5 !important;
|
|
}
|
|
|
|
.pp-multiple-authors-wrapper h2 {
|
|
display: none;
|
|
}/*# sourceMappingURL=custom.css.map */ |