.orix-footer-newsletter-cta .newsletter-cta-text .inner-icon i, .orix-blog-item .blog-text .read_more:hover, .orix-price-item .price-text-area .price-text ul li:before, .orix-project-item .project-text-area .project-text ul li:before, .orix-service-list-item-area a:hover .service-title, .orix-service-list-item-area a .service-serial-no, .orix-header-section .mobile_menu_button, .orix-cta-icon-text .inner-icon i {
background-image: var(--base-gd-color);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: inherit;
}
}
body {
margin: 0;
padding: 0;
z-index: 1;
font-size: 16px;
line-height: 1.5;
overflow-x: hidden;
color: var(--body-color);
font-family: var(--body-font);
-moz-osx-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
body .container {
max-width: 1310px;
}
.orix-home {
font-size: 17px;
font-weight: 300;
line-height: 1.765;
color: #262420;
font-family: var(--orx-body-font);
}  @media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: inherit;
}
}
.orix-home h1,
.orix-home h2,
.orix-home h3,
.orix-home h4,
.orix-home h5,
.orix-home h6 {
margin: 0;
font-weight: 400;
font-family: var(--orx-heading);
}
.orix-home .container {
max-width: 1200px;
}
.ul-li ul {
margin: 0;
padding: 0;
}
.ul-li ul li {
list-style: none;
display: inline-block;
}
.ul-li-block ul {
margin: 0;
padding: 0;
}
.ul-li-block ul li {
display: block;
list-style: none;
}
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #000 url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/loader.svg) no-repeat center center;
}
[data-background] {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
a {
color: inherit;
text-decoration: none;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
a:hover, a:focus {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
button {
cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
color: inherit;
}
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
.relative-position {
position: relative;
}
.pera-content p {
margin-bottom: 0;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-right {
text-align: right;
}
.background_overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
.background_position {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.scrollup {
width: 55px;
right: 20px;
z-index: 5;
height: 55px;
bottom: 20px;
display: none;
position: fixed;
border-radius: 100%;
line-height: 55px;
background-color: var(--base-color-1);
}
.scrollup i {
color: #fff;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.cursor {
border-radius: 50%;
display: block;
position: fixed;
margin-top: -10px;
margin-left: -10px;
width: 30px;
height: 30px;
pointer-events: none;
mix-blend-mode: multiply;
-webkit-transform: scale(1);
transform: scale(1);
background-color: rgba(122, 122, 122, 0.3);
-webkit-transition: -webkit-transform 0.35s ease-out;
transition: -webkit-transform 0.35s ease-out;
transition: transform 0.35s ease-out;
transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
z-index: 1011;
}
.orix-section-title .subtitle {
font-size: 11px;
padding: 12px 30px;
border-radius: 20px;
margin-bottom: 15px;
display: inline-block;
color: var(--orix-base-color);
background-color: #f5f5f5;
}
.orix-section-title h2 {
color: #262420;
font-size: 45px;
font-weight: 600;
line-height: 1.444;
}
.orix-section-title p {
padding-top: 10px;
}
@-webkit-keyframes line_animation {
0% {
top: 0px;
opacity: 1;
}
50% {
top: 50%;
}
100% {
top: 100%;
opacity: 1;
}
}
@keyframes line_animation {
0% {
top: 0px;
opacity: 1;
}
50% {
top: 50%;
}
100% {
top: 100%;
opacity: 1;
}
}
@-webkit-keyframes line_animation_2 {
0% {
opacity: 1;
bottom: 0px;
}
50% {
bottom: 50%;
}
100% {
bottom: 100%;
opacity: 1;
}
}
@keyframes line_animation_2 {
0% {
opacity: 1;
bottom: 0px;
}
50% {
bottom: 50%;
}
100% {
bottom: 100%;
opacity: 1;
}
}
.line_animation {
top: 0px;
left: 50%;
z-index: -1;
width: 100%;
bottom: 0px;
display: block;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.line_animation .line_area {
width: 12.5%;
height: 100%;
position: relative;
display: inline-block;
border-right: 1px solid #1C1C1C;
}
.line_animation .line_area:before {
width: 1px;
right: -1px;
content: "";
height: 60px;
border-radius: 100%;
position: absolute;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
background-image: linear-gradient(0deg, #ffffff, transparent);
}
.line_animation .line_area:nth-child(even):before {
-webkit-animation: line_animation 20s ease-out infinite;
animation: line_animation 20s ease-out infinite;
}
.line_animation .line_area:nth-child(odd):before {
-webkit-animation: line_animation_2 20s ease-out infinite;
animation: line_animation_2 20s ease-out infinite;
}
@-webkit-keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes Ori_animation_4 {
0% {
-webkit-transform: translate(-300px, 151px) rotate(0);
transform: translate(-300px, 151px) rotate(0);
}
100% {
-webkit-transform: translate(251px, -200px) rotate(180deg);
transform: translate(251px, -200px) rotate(180deg);
}
}
@-webkit-keyframes Ori_animation_4 {
0% {
-webkit-transform: translate(-300px, 151px) rotate(0);
}
100% {
-webkit-transform: translate(251px, -200px) rotate(180deg);
}
}
@keyframes Ori_animation_5 {
0% {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(111px, 72px) rotate(72deg);
transform: translate(111px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(93px, 122px) rotate(108deg);
transform: translate(93px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-70px, 72px) rotate(124deg);
transform: translate(-70px, 72px) rotate(124deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0);
}
}
@-webkit-keyframes Ori_animation_5 {
0% {
-webkit-transform: translate(0, 0) rotate(0);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(111px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(124deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(0);
}
}
@keyframes floating {
from {
-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
transform: rotate(0deg) translate(-10px) rotate(0deg);
}
to {
-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
transform: rotate(360deg) translate(-10px) rotate(-360deg);
}
}
@-webkit-keyframes floating {
from {
-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
transform: rotate(0deg) translate(-10px) rotate(0deg);
}
to {
-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
transform: rotate(360deg) translate(-10px) rotate(-360deg);
}
}
.orix-btn a, .orix-btn button {
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 20px 30px;
border-radius: 40px;
display: inline-block;
background: -webkit-gradient(linear, left top, right top, from(#fa6108), color-stop(50%, #f69a64), to(#fa6108));
background: linear-gradient(90deg, #fa6108 0%, #f69a64 50%, #fa6108);
background-size: 200%, 1px;
-webkit-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
border: none;
}
.orix-btn a:hover, .orix-btn button:hover {
background-position: 120%;
}
.quantity input {
border: 1px solid #d5d5d5;
padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 15%;
margin-top: 10px;
}
form.cart .orix-btn {
margin-right: 15px;
}  .ori-signup-modal .modal-content {
border-radius: 0;
}
.ori-signup-modal .modal-dialog {
padding: 0;
max-width: 1020px;
}
.ori-signup-modal .modal-dialog .modal-body {
padding: 0;
}
.ori-sign-up-modal-form-content {
background-color: #171717;
}
.ori-sign-up-modal-form-content .brand-logo {
top: 30px;
left: 30px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-img {
width: 50%;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form {
width: 50%;
padding-top: 50px;
padding-left: 40px;
padding-right: 20px;
padding-bottom: 50px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form h3 {
color: #fff;
font-size: 35px;
font-weight: 700;
padding-bottom: 18px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form p {
color: #9397A0;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form form {
margin-top: 25px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form label {
color: #fff;
display: block;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form input {
width: 100%;
border: none;
margin-bottom: 15px;
padding-bottom: 10px;
background-color: transparent;
border-bottom: 1px solid #393939;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form .ori-signup-account-forget {
margin: 20px 0px;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form .keep-login input {
width: auto;
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form .forgot-pass a {
color: var(--base-color-1);
}
.ori-sign-up-modal-form-content .ori-sign-up-modal-form button {
color: #fff;
width: 100%;
border: none;
font-weight: 700;
padding: 15px 20px;
border-radius: 4px;
background-color: var(--base-color-1);
}     .ori-header-section {
top: 0;
left: 0%;
z-index: 10;
width: 100%;
position: absolute;
padding: 40px 100px;
}
.ori-header-section .ori-megamenu {
position: static !important;
}
.ori-header-section .ori-megamenu .dropdown-menu {
left: 0;
right: 0;
top: 80%;
width: 100%;
padding: 20px;
margin: 0 auto;
max-width: 1170px;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-megamenu-item {
margin: 10px;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-megamenu-item h3 {
color: #fff;
font-size: 15px;
font-weight: 700;
text-align: center;
padding-top: 15px;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-megamenu-item:hover .ori-menu-btn-grp {
top: 50%;
opacity: 1;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-menu-btn-grp {
left: 0;
top: 60%;
right: 0;
opacity: 0;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-menu-btn-grp a {
width: 100px;
margin: 0 auto;
white-space: nowrap;
margin-bottom: 8px;
font-size: 12px !important;
font-weight: 500 !important;
padding: 8px 10px !important;
background-color: var(--base-color-1);
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-menu-btn-grp a:hover {
color: #000 !important;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-menu-btn-grp a:last-child {
margin-bottom: 0;
}
.ori-header-section.sticky-on {
top: 0;
width: 100%;
z-index: 10;
position: fixed;
padding: 10px 100px;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
background-color: #171717;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.ori-header-section.sticky-on .ori-megamenu .dropdown-menu {
top: 100%;
}
.ori-main-navigation-area .navbar-nav {
display: inherit;
}
.ori-main-navigation-area .dropdown {
position: relative;
}
.ori-main-navigation-area .dropdown:after {
top: 2px;
color: #fff;
right: -14px;
content: "\f107";
font-size: 14px;
font-weight: 700;
font-weight: 900;
position: absolute;
font-family: "Font Awesome 5 Pro";
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-main-navigation-area .dropdown:hover .dropdown-menu {
visibility: visible;
opacity: 1;
clip: inherit;
-webkit-transform: scaleY(1);
-khtml-transform: scaleY(1);
transform: scaleY(1);
}
.ori-main-navigation-area .dropdown-menu {
left: 0;
top: 55px;
z-index: 100;
margin: 0px;
padding: 20px 0;
height: auto;
min-width: 250px;
display: block;
border: none;
border-radius: 0;
position: absolute;
opacity: 0;
background: #000;
border-radius: 2px;
-webkit-transform: scaleY(0);
transform: scaleY(0);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
text-align: left;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ori-main-navigation-area .dropdown-menu .dropdown-menu {
top: 0px;
left: 100%;
-webkit-transform: scaleY(0) !important;
transform: scaleY(0) !important;
opacity: 0 !important;
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
}
.ori-main-navigation-area .dropdown-menu .dropdown-menu a {
font-size: 14px;
font-weight: 400;
color: #fff;
}
.ori-main-navigation-area .dropdown-menu .dropdown-menu a:before {
display: none;
}
.ori-main-navigation-area .dropdown-menu li {
display: block;
margin: 0 !important;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-main-navigation-area .dropdown-menu li:last-child {
border-bottom: none;
}
.ori-main-navigation-area .dropdown-menu li:after {
display: none;
}
.ori-main-navigation-area .dropdown-menu li:hover .dropdown-menu {
top: 0;
-webkit-transform: scaleY(1) !important;
transform: scaleY(1) !important;
opacity: 1 !important;
}
.ori-main-navigation-area .dropdown-menu a {
width: 100%;
display: block;
position: relative;
padding: 10px 30px !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 14px !important;
}
.ori-main-navigation-area .dropdown-menu a:before {
display: none;
}
.ori-main-navigation-area .dropdown-menu a:hover {
margin-left: 15px;
color: var(--base-color-1) !important;
}
.ori-header-sidebar-search button {
color: #fff;
border: none;
font-size: 25px;
background-color: transparent;
}
.ori-header-sidebar-search .ori-sidenav-btn {
margin-left: 90px;
}
.ori-header-sidebar-search .ori-sidenav-btn button {
width: 70px;
height: 70px;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.1);
}
.ori-header-login-signup button {
color: #fff;
border: none;
margin-left: 20px;
padding: 20px 45px;
border-radius: 50px;
letter-spacing: 0.14em;
text-transform: uppercase;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-header-login-signup .ori-login-btn button {
background-color: #292F3F;
}
.ori-header-login-signup .ori-login-btn button:hover {
background-color: #00AC83;
}
.ori-header-login-signup .ori-login-btn button i {
display: none;
}
.ori-header-login-signup .ori-sign-btn button {
white-space: nowrap;
background-color: var(--base-color-1);
}
.ori-header-login-signup .ori-sign-btn button:hover {
background-color: #00AC83;
}  .header-style-three .ori-header-btn a {
color: #1D1A26;
font-size: 14px;
font-weight: 700;
white-space: nowrap;
padding: 25px 40px;
letter-spacing: 0.14em;
background-color: var(--base-color-2);
}
.header-style-three .ori-header-btn a:hover {
background-color: #fff;
}
.header-style-digital-studio {
padding: 0px 70px;
background-color: #0e0e0e;
}
.header-style-digital-studio .brand-logo {
width: 230px;
height: 100px;
}
.header-style-digital-studio .ori-main-navigation .ori-megamenu:before {
display: none;
}
.header-style-digital-studio .ori-main-navigation li {
position: relative;
}
.header-style-digital-studio .ori-main-navigation li:before {
top: 9px;
left: -11px;
width: 7px;
height: 7px;
content: "";
position: absolute;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
border: 1px solid var(--base-color-1);
}
.header-style-digital-studio .ori-main-navigation li:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.header-style-digital-studio .ori-main-navigation .dropdown-menu li:before {
display: none;
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn button {
width: 70px;
height: 70px;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.1);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn button:hover {
color: var(--base-color-1);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn {
margin-left: 45px;
position: relative;
cursor: pointer;
display: inline-block;
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn span {
position: relative;
width: 6px;
height: 6px;
float: left;
margin: 3px 3px;
border-radius: 50px;
display: inline-block;
background-color: #fff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn span:nth-child(5), .header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn span:nth-child(9) {
background-color: var(--base-color-1);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(1) {
-webkit-transform: translateX(12px);
transform: translateX(12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(2) {
-webkit-transform: translateX(12px);
transform: translateX(12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(3) {
-webkit-transform: translateY(12px);
transform: translateY(12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(6) {
-webkit-transform: translateY(12px);
transform: translateY(12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(9) {
-webkit-transform: translateX(-12px);
transform: translateX(-12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(8) {
-webkit-transform: translateX(-12px);
transform: translateX(-12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(7) {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn:hover span:nth-child(4) {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
.header-style-digital-studio.sticky-on {
padding: 0px 70px;
}  .header-style-four .ori-header-login-search-sidenav button,
.header-style-five .ori-header-login-search-sidenav button,
.header-style-six .ori-header-login-search-sidenav button {
border: none;
font-size: 25px;
background-color: transparent;
}
.header-style-four .ori-header-login-search-sidenav .ori-header-login-search button,
.header-style-five .ori-header-login-search-sidenav .ori-header-login-search button,
.header-style-six .ori-header-login-search-sidenav .ori-header-login-search button {
margin-left: 20px;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 80px;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn button,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn button,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn button {
color: #fff;
width: 70px;
height: 70px;
border-radius: 100%;
background-color: var(--base-color-4);
}
.header-style-four .ori-main-navigation li a,
.header-style-five .ori-main-navigation li a,
.header-style-six .ori-main-navigation li a {
color: #0D0D0D;
font-weight: 700;
}
.header-style-four .ori-main-navigation-area .dropdown:after,
.header-style-five .ori-main-navigation-area .dropdown:after,
.header-style-six .ori-main-navigation-area .dropdown:after {
color: #0D0D0D;
}
.ori-header-section.header-style-four.sticky-on,
.ori-header-section.header-style-five.sticky-on {
background-color: #fff;
}
.ori-header-section.header-style-four {
padding-top: 0;
padding-left: 0px;
}
.ori-header-section.header-style-four .brand-logo {
width: 305px;
height: 105px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #7486E5;
border-bottom-right-radius: 40px;
}
.ori-header-section.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 30px;
}
.ori-header-section.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn button {
color: #fff;
width: 70px;
height: 70px;
border-radius: 100%;
background-color: #01AA8C;
}
.ori-header-section.header-style-four.sticky-on {
padding: 0 15px 0px 0px;
}  .header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn button {
background-color: var(--base-color-5);
}  .header-style-six .ori-main-navigation li a {
color: #fff;
font-weight: 400;
}
.header-style-six .ori-main-navigation-area .dropdown:after {
color: #fff;
}
.header-style-six .ori-header-login-search-sidenav button {
color: #fff;
}
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 30px;
}
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn button {
background-color: transparent;
}  .header-style-seven {
padding: 25px 185px;
}
.header-style-seven:before {
top: 0;
right: 0;
width: 60%;
z-index: -1;
content: "";
height: 115px;
position: absolute;
background-color: #fff;
border-bottom-left-radius: 60px;
-webkit-box-shadow: -0.278px 1.981px 20px 0px rgba(138, 138, 138, 0.12);
box-shadow: -0.278px 1.981px 20px 0px rgba(138, 138, 138, 0.12);
}
.header-style-seven .ori-main-navigation li a {
color: #141729;
font-weight: 700;
letter-spacing: 0;
}
.header-style-seven .ori-main-navigation-area .dropdown:after {
color: #141729;
}
.header-style-seven .ori-header-cta-btn {
margin-left: 30px;
}
.header-style-seven .ori-header-cta-btn a {
color: #fff;
font-size: 15px;
font-weight: 700;
padding: 22px 38px;
display: inline-block;
border-radius: 3px;
background-color: var(--base-color-6);
}
.header-style-seven .ori-header-cta-btn a:hover {
background-color: var(--base-color-7);
}
.ori-header-section.header-style-seven.sticky-on {
background-color: #fff;
}
.ori-header-section.header-style-seven.sticky-on:before {
display: none;
}  .header-style-app {
padding: 20px 100px;
}
.header-style-app .ori-main-navigation li a {
font-size: 17px;
letter-spacing: 0;
text-transform: capitalize;
}
.header-style-app .ori-main-navigation li:hover a {
color: var(--base-color-1);
}
.header-style-app .ori-main-navigation li:hover.dropdown:after {
color: var(--base-color-1);
}
.header-style-app .ori-main-navigation .dropdown-menu a {
font-weight: 500 !important;
font-size: 16px !important;
}
.header-style-app .ori-main-navigation .dropdown-menu a:hover {
color: var(--base-color-1) !important;
}
.header-style-app .ori-main-navigation .dropdown-menu li:after {
top: 10px;
right: 18px;
display: block;
font-size: 16px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.header-style-app .ori-header-login-signup-grp button {
color: #fff;
border: none;
font-weight: 700;
background-color: transparent;
}
.header-style-app .ori-header-login-signup-grp .ori-login-btn button {
font-weight: 500;
}
.header-style-app .ori-header-login-signup-grp .ori-login-btn img {
margin-right: 5px;
}
.header-style-app .ori-header-login-signup-grp .ori-signup-btn {
margin-left: 35px;
}
.header-style-app .ori-header-login-signup-grp .ori-signup-btn button {
padding: 20px 45px;
letter-spacing: 0.14em;
text-transform: uppercase;
background-color: var(--base-color-1);
}
.ori-main-navigation li {
margin: 0px 35px;
}
.ori-main-navigation li a {
font-size: 14px;
padding-bottom: 40px;
letter-spacing: 0.14em;
text-transform: uppercase;
}  .search-popup {
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 100;
margin-top: -540px;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
background-color: rgba(0, 0, 0, 0.9);
-webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-active .search-popup {
-webkit-transform: translateY(0%);
transform: translateY(0%);
margin-top: 0;
}
.search-popup .close-search {
position: absolute;
left: 0;
right: 0;
top: 75%;
margin: 0 auto;
margin-top: -200px;
border-radius: 50%;
text-align: center;
background-color: var(--base-color-1);
width: 70px;
height: 70px;
cursor: pointer;
border: none;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
visibility: hidden;
}
.search-popup .close-search span {
position: relative;
display: block;
height: 70px;
font-size: 25px;
line-height: 65px;
color: #ffffff;
}
.search-active .search-popup .close-search {
visibility: visible;
opacity: 1;
top: 50%;
-webkit-transition-delay: 1500ms;
transition-delay: 1500ms;
}
.search-popup form {
position: absolute;
max-width: 700px;
top: 50%;
left: 15px;
right: 15px;
margin: -35px auto 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center;
transform-origin: center;
background-color: #111111;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.search-active .search-popup form {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-delay: 1200ms;
transition-delay: 1200ms;
}
.search-popup .form-group {
position: relative;
margin: 0px;
overflow: hidden;
}
.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
position: relative;
display: block;
font-size: 18px;
line-height: 50px;
color: #000000;
height: 70px;
width: 100%;
padding: 10px 30px;
background-color: #ffffff;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 500;
text-transform: capitalize;
}
.search-popup .form-group input[type=submit],
.search-popup .form-group button {
position: absolute;
right: 30px;
top: 0px;
height: 70px;
line-height: 70px;
background: transparent;
text-align: center;
font-size: 24px;
color: #000000;
padding: 0;
cursor: pointer;
border: none;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
color: #000000;
}
.search-popup input::-webkit-input-placeholder, .search-popup textarea::-webkit-input-placeholder {
color: #000000;
}
.search-popup input::-moz-placeholder, .search-popup textarea::-moz-placeholder {
color: #000000;
}
.search-popup input:-ms-input-placeholder, .search-popup textarea:-ms-input-placeholder {
color: #000000;
}
.search-popup input::-ms-input-placeholder, .search-popup textarea::-ms-input-placeholder {
color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
color: #000000;
}
.search-popup .close-search.style-two {
position: absolute;
right: 25px;
left: auto;
color: #ffffff;
width: auto;
height: auto;
top: 25px;
margin: 0px;
border: none;
background: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.search-popup .close-search.style-two span {
font-size: 20px;
color: #ffffff;
}/*/*//**/.sidebar-info-contents {
position: relative;
}
.sidebar-info-contents .content-inner {
position: relative;
}
.sidebar-info-contents .content-inner .logo {
padding-bottom: 20px;
max-width: 180px;
}
.sidebar-info-contents .content-inner .logo img {
display: inline-block;
max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
position: relative;
margin-top: 50px;
}
.sidebar-info-contents .content-inner h5 {
color: #fff;
font-weight: 700;
margin: 25px 0px 15px;
}
.sidebar-info-contents .content-inner .content-box .text {
color: #fff;
margin-bottom: 35px;
}
.sidebar-info-contents .content-inner .social-box {
position: relative;
margin-top: 0px;
padding-left: 0;
margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
position: relative;
display: inline-block;
margin-right: 5px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a {
position: relative;
width: 36px;
height: 36px;
color: #fff;
z-index: 1;
font-size: 14px;
line-height: 36px;
text-align: center;
border-radius: 50%;
display: inline-block;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-info-contents .content-inner .social-box li a:hover {
color: #fff;
background-color: var(--base-color-1);
}
.close-side-widget,
.close-side-widget:hover {
color: #fff !important;
font-size: 24px;
}
.xs-sidebar-group .xs-overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
position: fixed;
pointer-events: none;
}
.xs-sidebar-group .xs-overlay .loader-area {
height: 100vh;
}
.xs-sidebar-group.info-group .xs-overlay {
z-index: 10;
}
.xs-sidebar-group .preloader-wrap {
padding: 0px;
}
.xs-sidebar-group .loader-area {
height: 100vh;
}
.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
left: 0;
width: 100%;
height: 100%;
background-color: #000;
-webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}
.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
left: 0;
width: 0;
opacity: 0;
opacity: 0.95;
height: 100%;
-webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.xs-sidebar-group .widget-heading {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.xs-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 20;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #272727;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 40px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-widget-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar-info-contents .gallery-box li a {
width: 80px;
display: block;
margin-bottom: 5px;
position: relative;
}
.sidebar-info-contents .gallery-box li a:before {
top: 0;
left: 0;
width: 0%;
content: "";
height: 100%;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgb(0, 0, 0);
}
.sidebar-info-contents .gallery-box li a:after {
left: 0;
right: 0;
top: 40%;
opacity: 0;
font-size: 18px;
content: "\f066";
font-weight: 900;
text-align: center;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
}
.sidebar-info-contents .gallery-box li a:hover:before {
width: 100%;
}
.sidebar-info-contents .gallery-box li a:hover:after {
top: 50%;
opacity: 1;
}  .mobile_logo {
top: 10px;
left: 15px;
display: none;
position: absolute;
}
.mobile_menu_content {
top: 0px;
bottom: 0;
left: -350px;
height: 100vh;
z-index: 101;
position: fixed;
width: 310px;
overflow-y: scroll;
background-color: #000;
padding: 20px 35px 35px 35px;
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
width: 100%;
}
.mobile_menu_content .dropdown:after {
display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
position: static !important;
-webkit-transform: none !important;
transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
width: 100%;
display: block;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
padding: 0;
width: 100%;
color: #fff;
display: block;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
width: 120px;
margin: 50px auto;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
left: 0px;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.mobile_menu_overlay {
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
right: 0%;
height: 120vh;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.9);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.mobile_menu_overlay_on {
overflow: hidden;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
opacity: 1;
visibility: visible;
}
.mobile_menu_button {
left: 0px;
top: -35px;
z-index: 5;
color: #fff;
display: none;
font-size: 24px;
cursor: pointer;
line-height: 38px;
position: absolute;
text-align: center;
}
.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
border: none;
display: none;
-webkit-transition: none;
transition: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 0px;
width: 100%;
background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
border: none;
padding: 0 10px;
line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
background-color: transparent;
}
.mobile_menu .dropdown {
position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
top: 3px;
right: 0;
height: 30px;
color: #9397a7;
padding: 5px 10px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
top: 25px;
right: 25px;
color: #fff;
font-size: 20px;
cursor: pointer;
position: absolute;
}
.header-style-marketing-agency {
padding: 0px 85px;
}
.header-style-marketing-agency .header-top-content-area .top-logo-area .brand-logo {
margin-right: 45px;
}
.header-style-marketing-agency .header-top-content-area .top-logo-area .brand-logo a {
height: 90px;
width: 185px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
background-color: var(--base-color-2);
}
.header-style-marketing-agency .header-top-content-area .cta-info {
color: #fff;
font-size: 15px;
}
.header-style-marketing-agency .header-top-content-area .cta-info i {
margin-right: 5px;
color: var(--base-color-2);
}
.header-style-marketing-agency .header-top-content-area .top-hd-search {
margin-left: 35px;
position: relative;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input {
height: 90px;
border: none;
width: 100%;
max-width: 185px;
padding-left: 30px;
letter-spacing: 0.14em;
background-color: #2a2a2a;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input::-webkit-input-placeholder {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input::-moz-placeholder {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input:-ms-input-placeholder {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input::-ms-input-placeholder {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search input::placeholder {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search button {
top: 30px;
right: 25px;
color: #fff;
border: none;
font-size: 20px;
position: absolute;
background-color: transparent;
}
.header-style-marketing-agency .ori-header-main-menu-area {
padding-left: 230px;
}
.header-style-marketing-agency .sidebar-button {
width: 15px;
height: 15px;
cursor: pointer;
position: relative;
}
.header-style-marketing-agency .sidebar-button:before, .header-style-marketing-agency .sidebar-button:after {
width: 6px;
height: 6px;
content: "";
position: absolute;
background-color: #fff;
}
.header-style-marketing-agency .sidebar-button:before {
top: 0;
left: 0;
}
.header-style-marketing-agency .sidebar-button:after {
top: 0;
right: 0;
}
.header-style-marketing-agency .sidebar-button span {
width: 15px;
height: 15px;
display: block;
position: relative;
}
.header-style-marketing-agency .sidebar-button span:before, .header-style-marketing-agency .sidebar-button span:after {
width: 6px;
height: 6px;
content: "";
position: absolute;
background-color: #fff;
}
.header-style-marketing-agency .sidebar-button span:before {
left: 0;
bottom: 0;
}
.header-style-marketing-agency .sidebar-button span:after {
right: 0;
bottom: 0;
}
.header-style-marketing-agency .ori-main-navigation li {
margin: 0px 45px;
}
.header-style-marketing-agency .ori-header-cta-button .cta-info-item .inner-icon {
color: var(--base-color-2);
font-size: 28px;
margin-right: 15px;
}
.header-style-marketing-agency .ori-header-cta-button .cta-info-item .inner-text span {
display: block;
}
.header-style-marketing-agency .ori-header-cta-button .cta-info-item .inner-text .c-title {
color: #fff;
font-size: 13px;
font-weight: 500;
padding-bottom: 5px;
letter-spacing: 0.11em;
font-family: var(--heading-2);
}
.header-style-marketing-agency .ori-header-cta-button .cta-info-item .inner-text .c-value {
color: #fff;
font-size: 15px;
}
.header-style-marketing-agency .ori-header-cta-button .ori-cta-button {
margin-left: 45px;
}
.header-style-marketing-agency .ori-header-cta-button .ori-cta-button a {
color: #fff;
font-size: 14px;
display: block;
padding: 28px 40px;
background-color: #2a2a2a;
}
.header-style-marketing-agency .ori-header-cta-button .ori-cta-button a img {
margin-left: 11px;
}
.header-style-marketing-agency.ori-header-section.sticky-on {
padding: 0 85px;
}
.header-style-marketing-agency.ori-header-section.sticky-on .header-top-content-area {
display: none !important;
}     .ori-digital-studio {
color: #fff;
background-color: #0d0d0d;
}
.ori-inner-page {
color: #262420;
background-color: #fff;
}
.ori-inner-page h1,
.ori-inner-page h2,
.ori-inner-page h3,
.ori-inner-page h4,
.ori-inner-page h5,
.ori-inner-page h6 {
color: #262420;
}
.ori-digital-studio h1,
.ori-digital-studio h2,
.ori-digital-studio h3,
.ori-digital-studio h4,
.ori-digital-studio h5,
.ori-digital-studio h6,
.ori-inner-page h1,
.ori-inner-page h2,
.ori-inner-page h3,
.ori-inner-page h4,
.ori-inner-page h5,
.ori-inner-page h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-1);
}
.ori-btn-1 a {
z-index: 1;
font-size: 14px;
display: block;
font-weight: 700;
padding: 25px 40px;
position: relative;
display: inline-block;
border-radius: 35px;
letter-spacing: 0.14em;
background-color: rgba(255, 255, 255, 0.1);
}
.ori-btn-1 a:after {
top: 0;
left: 0;
z-index: -1;
width: 70px;
content: "";
height: 100%;
position: absolute;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: var(--base-color-1);
}
.ori-btn-1 a:hover:after {
width: 100%;
border-radius: 35px;
}
.ori-section-title-1 .sub-title {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.3em;
padding-bottom: 15px;
color: var(--base-color-1);
}
.ori-section-title-1 h2 {
color: #fff;
font-size: 42px;
font-weight: 700;
line-height: 60px;
}
.ori-section-title-1 h2 span {
font-weight: 400;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.ori-section-title-1 h2 i {
color: var(--base-color-1);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ori-inner-section-title .sub-title {
color: #fff;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.3em;
color: var(--base-color-1);
}
.ori-inner-section-title h2 {
font-size: 38px;
font-weight: 700;
line-height: 48px;
padding-top: 15px;
}
.ori-submit-btn1 {
z-index: 1;
color: #fff;
display: block;
font-size: 14px;
font-weight: 700;
padding: 27px 40px;
position: relative;
border-radius: 40px;
letter-spacing: 0.14em;
background-color: rgba(255, 255, 255, 0.1);
}
.ori-submit-btn1:after {
top: 0;
left: 0;
z-index: -1;
width: 70px;
content: "";
height: 100%;
position: absolute;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: var(--base-color-1);
}
.ori-submit-btn1:hover:after {
width: 100%;
border-radius: 40px;
}   .orix-main-slider-item {
z-index: 1;
margin: 0 auto;
max-width: 1920px;
padding: 250px 0px 430px;
}
.orix-main-slider-item .orix-slider-round-1 {
left: 0;
top: 100px;
z-index: -2;
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.orix-main-slider-item .orix-slider-round-2 {
left: 0;
z-index: -1;
bottom: 0px;
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.orix-main-slider-item .orix-main-slider-text {
max-width: 650px;
}
.orix-main-slider-item .orix-main-slider-text .slider-slug {
font-size: 11px;
border-radius: 30px;
margin-bottom: 15px;
display: inline-block;
padding: 12px 18px 10px;
background-color: #f3f3f3;
color: var(--orix-base-color);
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 60px;
font-weight: 600;
line-height: 1.356;
padding-bottom: 10px;
color: rgb(38, 36, 32);
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.orix-main-slider-item .orix-main-slider-text p {
font-size: 18px;
padding-bottom: 50px;
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.orix-main-slider-item .orix-main-slider-text .orix-main-slider-btn-grp {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.orix-main-slider-item .orix-main-slider-text .orix-video-play {
margin-left: 35px;
}
.orix-main-slider-item .orix-main-slider-text .orix-video-play a .play-icon i {
width: 50px;
color: #fff;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 100%;
background-color: #000000;
}
.orix-main-slider-item .orix-main-slider-text .orix-video-play a .play-text {
color: #262420;
font-size: 13px;
font-weight: 600;
margin-left: 12px;
}
.orix-main-slider-item.slick-current.slick-active .orix-slider-round-1 {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 800ms ease;
transition: all 800ms ease;
-webkit-transition-delay: 400ms;
transition-delay: 400ms;
}
.orix-main-slider-item.slick-current.slick-active .orix-slider-round-2 {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 700ms ease;
transition: all 700ms ease;
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
}
.orix-main-slider-item.slick-current.slick-active .orix-main-slider-text .slider-slug {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.orix-main-slider-section .slick-dots li button:before {
font-size: 0;
}
.orix-main-slider-item.slick-current.slick-active .orix-main-slider-text h1 {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 700ms;
transition-delay: 700ms;
}
.orix-main-slider-item.slick-current.slick-active .orix-main-slider-text p {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 800ms;
transition-delay: 800ms;
}
.orix-main-slider-item.slick-current.slick-active .orix-main-slider-text .orix-main-slider-btn-grp {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 850ms;
transition-delay: 850ms;
}
.orix-main-slider-area .slick-prev, .orix-main-slider-area .slick-next {
display: none !important;
}
.orix-main-slider-area .slick-dots {
bottom: 25%;
}
.orix-main-slider-area .slick-dots li {
width: 15px;
height: 15px;
margin: 0px 2px;
border-radius: 100%;
background-color: #ff9d87;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-main-slider-area .slick-dots li.slick-active {
background-color: #ffffff;
}
.orix-sponsor-slider-area {
left: 0;
right: 0;
z-index: 3;
bottom: 10%;
margin: 0 auto;
position: absolute;
}
.orix-sponsor-slider-area .slick-prev, .orix-sponsor-slider-area .slick-next {
display: none !important;
}
.orix-sponsor-slider-item .inner-img {
height: 55px;
padding: 0px 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}   @-webkit-keyframes MoveUpDown {
0%, 100% {
bottom: 0;
}
50% {
bottom: 25px;
}
}
@keyframes MoveUpDown {
0%, 100% {
bottom: 0;
}
50% {
bottom: 25px;
}
}
.ori-slider-section-1 .ori-slider-social {
top: 50%;
left: 100px;
z-index: 1;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-slider-section-1 .ori-slider-social li {
margin-bottom: 50px;
}
.ori-slider-section-1 .ori-slider-social li:last-child {
margin-bottom: 0;
}
.ori-slider-section-1 .ori-slider-social li a {
color: rgba(255, 255, 255, 0.3);
}
.ori-slider-section-1 .ori-slider-social li a:hover {
color: rgb(255, 255, 255);
}
.ori-slider-section-1 .ori-slider-social li i {
margin-bottom: 8px;
}
.ori-slider-section-1 .ori-slider-scroll {
left: 0;
right: 0;
z-index: 1;
color: #fff;
bottom: -50px;
margin: 0 auto;
text-align: center;
}
.ori-slider-section-1 .ori-slider-scroll span {
font-size: 14px;
margin-bottom: 10px;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse {
position: relative;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse:after {
left: 0;
right: 0;
width: 5px;
height: 5px;
content: "";
bottom: -8px;
margin: auto;
border-radius: 100%;
position: absolute;
background-color: var(--base-color-1);
-webkit-animation: MoveUpDown 3s linear infinite;
animation: MoveUpDown 3s linear infinite;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse i {
font-size: 30px;
color: var(--base-color-1);
}
.ori-slider-content-wrapper-1 {
z-index: 1;
overflow: hidden;
}
.ori-slider-content-1 {
z-index: 1;
padding: 235px 0px 340px;
}
.ori-slider-content-1 .ori-slider-img {
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: -2;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.ori-slider-content-1 .ori-slider-img img {
display: inline-block;
}
.ori-slider-content-1:before {
left: 0;
right: 0;
bottom: 0;
width: 100%;
content: "";
z-index: -1;
height: 530px;
margin: 0 auto;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(79.32%, rgba(9, 9, 9, 0)), color-stop(99.06%, #0D0D0D));
background: linear-gradient(180deg, rgba(9, 9, 9, 0) 79.32%, #0D0D0D 99.06%);
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-img {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-text h1 {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 900ms;
transition-delay: 900ms;
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-text .slider-play-btn {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transition-delay: 1200ms;
transition-delay: 1200ms;
}
.ori-slider-text {
margin: 0 auto;
max-width: 970px;
}
.ori-slider-text h1 {
opacity: 0;
font-size: 76px;
font-weight: 700;
line-height: 92px;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.ori-slider-text h1 span {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.ori-slider-text h1 i {
color: var(--base-color-1);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ori-slider-text .slider-play-btn {
opacity: 0;
margin-top: 80px;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.ori-slider-text .slider-play-btn a {
width: 120px;
height: 120px;
margin: 0 auto;
border-radius: 100%;
background-color: #0D0D0D;
border: 2px solid #FFFFFF;
}
.ori-slider-wrap-1 .slick-dots {
top: 55%;
bottom: 0;
left: auto;
width: auto;
right: 100px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-slider-wrap-1 .slick-dots li {
width: 70px;
height: 70px;
display: block;
line-height: 70px;
margin-bottom: 100px;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: transparent;
}
.ori-slider-wrap-1 .slick-dots li:last-child {
margin-bottom: 0;
}
.ori-slider-wrap-1 .slick-dots li.slick-active {
background-color: rgba(255, 255, 255, 0.1);
}   @keyframes MoveUpDown {
0%, 100% {
bottom: 0;
}
50% {
bottom: 25px;
}
}
.ori-ds-banner-content {
margin-left: 70px;
padding: 230px 0px 450px;
}
.ori-ds-banner-content .ds-banner-img {
left: 0;
right: 0;
bottom: 0;
}
.ori-slider-scroll {
left: 0;
right: 0;
z-index: 1;
color: #fff;
bottom: 5px;
margin: 0 auto;
text-align: center;
}
.ori-slider-scroll span {
font-size: 14px;
margin-bottom: 10px;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
}
.ori-slider-scroll .scroll-mouse {
position: relative;
}
.ori-slider-scroll .scroll-mouse:after {
left: 0;
right: 0;
width: 5px;
height: 5px;
content: "";
bottom: -8px;
margin: auto;
border-radius: 100%;
position: absolute;
background-color: var(--base-color-1);
-webkit-animation: MoveUpDown 3s linear infinite;
animation: MoveUpDown 3s linear infinite;
}
.ori-slider-scroll .scroll-mouse i {
font-size: 30px;
color: var(--base-color-1);
}
.ori-ds-banner-content-area .banner-mail {
top: 150px;
left: 25px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.ori-ds-banner-content-area .banner-social {
left: 25px;
bottom: 150px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.ori-ds-banner-content-area .banner-social a {
margin: 30px 0px;
display: inline-block;
}
.ori-ds-banner-content-area .banner-social a:hover {
color: var(--base-color-1);
}
.ori-ds-banner-text {
max-width: 900px;
margin: 0 auto;
}
.ori-ds-banner-text .banner-tag {
display: block;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.3em;
color: var(--base-color-1);
text-transform: uppercase;
}
.ori-ds-banner-text h1 {
font-size: 70px;
font-weight: 700;
line-height: 92px;
padding: 35px 0px 45px;
text-transform: uppercase;
}
.ori-ds-banner-text h1 span {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.ori-ds-banner-text h1 i {
color: var(--base-color-1);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ori-ds-banner-text .ori-btn-1 a {
padding: 25px 58px;
}   .ori-ds-fun-fact-section {
padding: 115px 0px 90px;
}
.ori-ds-fun-fact-content .col-lg-3:last-child .ori-ds-fun-fact-item:before, .ori-ds-fun-fact-content .col-lg-3:last-child .ori-ds-fun-fact-item:after {
display: none;
}
.ori-ds-fun-fact-item:before {
right: 0;
top: 20px;
width: 1px;
content: "";
height: 110px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgba(86, 86, 86, 0.3);
}
.ori-ds-fun-fact-item:after {
top: 32%;
opacity: 0;
right: -15px;
font-size: 32px;
content: "\f178";
font-weight: 900;
position: absolute;
color: var(--base-color-1);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
font-family: "Font Awesome 5 Pro";
}
.ori-ds-fun-fact-item h3 {
opacity: 0.3;
font-size: 93px;
font-weight: 700;
padding-bottom: 5px;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.ori-ds-fun-fact-item p {
font-weight: 700;
letter-spacing: 0.51em;
}
.ori-ds-fun-fact-item:hover:before {
opacity: 0;
}
.ori-ds-fun-fact-item:hover:after {
opacity: 1;
}   .orix-about-img-wrapper .orix-about-img1 {
max-width: 520px;
overflow: hidden;
border-radius: 15px;
}
.orix-about-img-wrapper .orix-about-img2 {
right: 0;
bottom: -90px;
}
.orix-about-text-area {
padding-top: 20px;
}
.orix-about-feature-wrapper li {
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
}
.orix-about-feature-wrapper li i {
z-index: 1;
width: 50px;
color: #fff;
height: 50px;
margin-right: 8px;
line-height: 50px;
text-align: center;
border-radius: 100%;
position: relative;
background-color: #ebebeb;
}
.orix-about-feature-wrapper li i:after {
top: 8px;
left: 8px;
width: 35px;
height: 35px;
content: "";
z-index: -1;
border-radius: 100%;
position: absolute;
background: var(--base-gd-color);
}
.ori-ds-about-section {
padding: 0px 100px;
}
.ori-ds-about-section .ori-ds-about-side-shape {
left: 0;
top: 10%;
}
.ori-ds-about-content {
padding: 100px 0px 150px;
background-color: #121212;
}
.ori-ds-about-experience {
max-width: 560px;
}
.ori-ds-about-exp-area {
z-index: 1;
margin-top: 55px;
padding-top: 30px;
}
.ori-ds-about-exp-area:before {
top: 0;
left: 10px;
z-index: -1;
content: "";
width: 100%;
height: 100%;
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.17);
}
.ori-ds-about-exp-area .ori-ds-about-exp .exp-cta {
font-size: 14px;
margin-bottom: 40px;
padding-left: 30px;
color: #fff;
}
.ori-ds-about-exp-area .ori-ds-about-exp .exp-cta span {
color: var(--base-color-1);
}
.ori-ds-about-exp-area .ori-ds-about-exp .ori-btn-1 a {
font-size: 14px;
font-weight: 400;
}
.ori-ds-about-exp-area .ori-ds-exp-year {
top: -15px;
padding-right: 30px;
}
.ori-ds-about-exp-area .ori-ds-exp-year h2 {
font-size: 80px;
font-weight: 700;
color: var(--base-color-1);
}
.ori-ds-about-exp-area .ori-ds-exp-year p {
font-size: 18px;
}
.ori-ds-about-testi-author .inner-img {
margin-right: 25px;
}
.ori-ds-about-testi-author .inner-img .ath-img {
width: 65px;
height: 65px;
border-radius: 100%;
}
.ori-ds-about-testi-author .inner-img .shp-img {
top: -5px;
left: -3px;
}
.ori-ds-about-testi-author .inner-text h3 {
color: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.15em;
padding-bottom: 5px;
}
.ori-ds-about-testi-author .inner-text span {
font-size: 12px;
letter-spacing: 0.15em;
color: var(--base-color-1);
}
.ori-ds-about-testimonial-area {
max-width: 570px;
padding-top: 80px;
}
.ori-ds-about-testimonial p {
padding-top: 35px;
color: rgba(255, 255, 255, 0.5);
}   .ori-service-section-1 {
padding: 0px 100px;
}
.ori-service-wrapper-1 {
padding: 130px 0px 130px;
background-color: #121212;
}
.ori-service-wrapper-1 .ori-section-title-1 {
max-width: 535px;
}
.ori-service-content-1 {
padding-top: 70px;
}
.ori-service-inner-item {
z-index: 1;
max-width: 410px;
}
.ori-service-inner-item:after {
top: 0px;
left: -5px;
width: 95%;
z-index: -1;
content: "";
height: 93%;
opacity: 0;
position: absolute;
border-radius: 15px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transform: skew(-5deg) rotate(-5deg);
transform: skew(-7deg) rotate(-5deg);
background-color: var(--base-color-1);
}
.ori-service-inner-item .ori-service-more {
left: 0;
top: 60%;
right: 0;
opacity: 0;
z-index: 1;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-service-inner-item .ori-service-more a {
font-size: 120px;
display: inline-block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
color: var(--base-color-1);
}
.ori-service-inner-item:before {
top: 0;
right: 0;
z-index: 1;
width: 0%;
content: "";
left: auto;
height: 100%;
position: absolute;
border-radius: 15px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background: rgba(13, 13, 13, 0.85);
}
.ori-service-inner-item .ori-service-img-title .ori-service-img img {
border-radius: 15px;
}
.ori-service-inner-item .ori-service-img-title .ori-service-img:before {
top: 0;
left: 0;
width: 100%;
content: "";
height: 100%;
border-radius: 15px;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.ori-service-inner-item .ori-service-img-title .ori-service-title {
left: 0;
right: 0;
bottom: 55px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-service-inner-item .ori-service-img-title .ori-service-title h3 {
color: #fff;
font-size: 26px;
font-weight: 700;
}
.ori-service-inner-item .ori-service-img-title .ori-service-title h3 i {
margin-left: 20px;
}
.ori-service-inner-item:hover .ori-service-more {
top: 50%;
opacity: 1;
}
.ori-service-inner-item:hover .ori-service-title {
opacity: 0;
bottom: 30px;
}
.ori-service-inner-item:hover:after {
top: 40px;
opacity: 1;
}
.ori-service-inner-item:hover:before {
left: 0;
width: 100%;
right: auto;
}
.orix-service-fun-fact-section .orix-service-shape img {
width: 100%;
}
.orix-service-content {
padding-bottom: 150px;
}
.orix-service-list-item-area {
padding-top: 20px;
}
.orix-service-list-item-area a {
color: #262420;
display: block;
font-size: 35px;
cursor: pointer;
font-weight: 600;
margin-left: 30px;
position: relative;
margin-bottom: 45px;
}
.orix-service-list-item-area a:nth-child(2) {
margin-left: 80px;
}
.orix-service-list-item-area a:nth-child(3) {
margin-left: 170px;
}
.orix-service-list-item-area a:nth-child(4) {
margin-left: 205px;
}
.orix-service-list-item-area a .service-serial-no {
left: -30px;
top: -15px;
font-size: 20px;
font-weight: 600;
position: absolute;
}
.orix-service-list-item-area a .service-title {
position: relative;
display: inline-block;
}
.orix-service-list-item-area a .service-title:before {
right: 0;
left: auto;
bottom: 10px;
content: "";
width: 0%;
height: 2px;
position: absolute;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
background: var(--base-gd-color);
}
.orix-service-list-item-area a:hover .service-title:before {
left: 0;
right: auto;
width: 100%;
}
.orix-fun-fact-content {
padding-top: 150px;
}
.orix-fun-fact-content .col-lg-3:nth-child(2) .orix-fun-fact-item .fun-fact-icon i {
background: linear-gradient(45deg, rgb(66, 123, 255) 0%, rgb(71, 152, 255) 100%);
}
.orix-fun-fact-content .col-lg-3:nth-child(3) .orix-fun-fact-item .fun-fact-icon i {
background: linear-gradient(45deg, rgb(101, 198, 123) 0%, rgb(103, 196, 89) 100%);
}
.orix-fun-fact-content .col-lg-3:nth-child(4) .orix-fun-fact-item .fun-fact-icon i {
background: linear-gradient(45deg, rgb(234, 168, 25) 0%, rgb(246, 226, 182) 100%);
}
.orix-fun-fact-item .fun-fact-icon {
width: 60px;
height: 60px;
margin-right: 10px;
border-radius: 100%;
background-color: #ebebeb;
}
.orix-fun-fact-item .fun-fact-icon i {
color: #fff;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 18px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 100%;
background: var(--base-gd-color);
}
.orix-fun-fact-item .fun-fact-text {
max-width: 190px;
}
.orix-fun-fact-item .fun-fact-text h3 {
color: #082d3d;
font-size: 50px;
font-weight: 600;
}
.orix-fun-fact-item .fun-fact-text p {
color: #5a708c;
font-size: 15px;
padding-top: 3px;
line-height: 1.333;
}   .ori-sponsor-section-1 {
z-index: 1;
overflow: hidden;
padding: 125px 0px 140px;
}
.ori-sponsor-section-1 .line_animation .line_area:before {
display: none;
}
.ori-sponsor-title {
padding-bottom: 60px;
}
.ori-sponsor-title h3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
font-weight: 700;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.14em;
color: var(--base-color-1);
}
.ori-sponsor-title h3 span {
margin: 0px 20px;
white-space: nowrap;
display: inline-block;
}
.ori-sponsor-title h3 i {
width: 100%;
height: 1.1px;
position: relative;
display: inline-block;
background-color: #181818;
}
.ori-sponsor-slider .slick-arrow {
display: none !important;
}
.ori-sponsor-slider .ori-sponsor-item {
padding: 0px 15px;
}
.ori-sponsor-slider .ori-sponsor-item .ori-sponsor-img {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 50px;
}
.ori-sponsor-slider .ori-sponsor-item .ori-sponsor-img a {
display: inline-block;
}
.ori-sponsor-slider .ori-sponsor-item .ori-sponsor-img img {
margin: 0 auto;
}
.ori-inner-page .ori-sponsor-slider .ori-sponsor-item .ori-sponsor-img img {
filter: invert(1);
}
.ori-sponsor-section-2 .ori-sponsor-title h3 {
color: #fff;
font-family: var(--heading-1);
}
.ori-ds-sponsor-section {
padding: 0px 100px;
}
.ori-ds-sponsor-section .ori-ds-sponsor-area {
padding: 0px 55px;
background-color: #121212;
}
.ori-ds-sponsor-content {
border: 1px solid #2A2928;
border-left: none;
}
.ori-ds-sponsor-content .ori-ds-sponsor-item {
height: 190px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 16.6667%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-left: 1px solid #2A2928;
}   .ori-project-section-1 {
z-index: 1;
overflow: hidden;
padding: 110px 0px 90px;
}
.ori-project-tab-btn {
margin-top: 70px;
}
.ori-project-tab-btn .nav-pills .show > .nav-link {
border-radius: 80px;
background-color: transparent;
}
.ori-project-tab-btn .nav {
display: inherit;
}
.ori-project-tab-btn .nav-pills .nav-link.active {
border-radius: 80px;
background-color: rgba(255, 255, 255, 0.1);
}
.ori-project-tab-btn li, .ori-project-tab-btn button {
color: #fff;
font-size: 18px;
cursor: pointer;
font-size: 18px;
font-weight: 700;
border-radius: 80px;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ori-project-tab-btn li {
width: 100%;
max-width: 335px;
margin-bottom: 10px;
position: relative;
}
.ori-project-tab-btn button {
padding: 0;
width: 100%;
border: none;
text-align: left;
position: relative;
padding: 20px 30px;
background-color: transparent;
}
.ori-project-tab-btn button:before {
top: 20px;
right: 0;
content: "\f105";
font-weight: 900;
position: absolute;
font-family: "Font Awesome 5 Pro";
}
.ori-project-tab-btn button:after {
left: 30px;
top: 33px;
width: 0%;
height: 1px;
content: "";
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: var(--base-color-1);
}
.ori-project-tab-btn button.active {
background-color: rgba(255, 255, 255, 0.1);
}
.ori-project-tab-btn button.active:after {
width: 89%;
}
.ori-project-tab-content {
padding-left: 45px;
}
.ori-project-item-1 {
overflow: hidden;
max-width: 790px;
margin-bottom: 30px;
border-radius: 15px;
}
.ori-project-item-1:before {
top: 0;
left: 0;
width: 100%;
content: "";
height: 100%;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.ori-project-item-1 .ori-project-text {
left: 60px;
bottom: 60px;
}
.ori-project-item-1 .ori-project-text h3 {
opacity: 0;
color: #fff;
font-size: 30px;
font-weight: 700;
padding-bottom: 15px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ori-project-item-1 .ori-project-text .project-category {
opacity: 0;
font-size: 16px;
font-weight: 700;
display: inline-block;
letter-spacing: 0.14em;
color: var(--base-color-1);
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-project-item-1 .ori-project-link {
opacity: 0;
bottom: 0px;
right: 65px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ori-project-item-1 .ori-project-link a {
font-size: 65px;
color: var(--base-color-1);
}
.ori-project-item-1 .ori-project-link a i {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--main-color);
}
.ori-project-item-1:hover .ori-project-text h3, .ori-project-item-1:hover .ori-project-text .project-category {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.ori-project-item-1:hover .ori-project-link {
opacity: 1;
bottom: 55px;
}
.ori-project-content-1 .ori-btn-1 {
left: 0;
bottom: 30px;
}   .ori-text-scroll-section-1 {
z-index: 1;
overflow: hidden;
padding: 65px 0px;
border-top: 1px solid #1C1C1C;
border-bottom: 1px solid #1C1C1C;
}
.ori-text-scroll-section-2 {
z-index: 1;
overflow: hidden;
padding: 65px 0px;
border-top: 1px solid #1C1C1C;
border-bottom: 1px solid #1C1C1C;
}
.ori-team-content-1 {
padding-top: 70px;
}
.ori-text-scroll-content h3 {
font-size: 90px;
font-weight: 700;
line-height: 90px;
display: inline-block;
}
.ori-text-scroll-content h3 span {
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/slider/sd1.png);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
}
.ori-text-scroll-content h3 strong {
position: relative;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(255, 255, 255);
}
.ori-text-scroll-content h3 span, .ori-text-scroll-content h3 strong {
z-index: 1;
}
.ori-text-scroll-content h3 span img, .ori-text-scroll-content h3 strong img {
left: 50px;
top: -120px;
opacity: 0;
z-index: -1;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-text-scroll-content h3 span:hover img, .ori-text-scroll-content h3 strong:hover img {
opacity: 1;
top: -150px;
}
.ori-text-scroll-content .ori-text-scroll-icon {
font-size: 75px;
margin: 0px 25px;
color: var(--base-color-1);
}   .ori-team-section-1 {
z-index: 1;
overflow: hidden;
}
.ori-team-section-1 .ori-section-title-1 h2 span {
display: block;
}
.ori-team-content-area {
margin: 0px 100px;
padding: 120px 0px 90px;
background-color: #171717;
}
.ori-team-inner-item {
overflow: hidden;
max-width: 410px;
margin-bottom: 40px;
border-radius: 20px;
}
.ori-team-inner-item .ori-team-text {
width: 100%;
bottom: 80px;
}
.ori-team-inner-item .ori-team-text h3 {
opacity: 0;
color: #fff;
font-size: 24px;
font-weight: 700;
padding-bottom: 8px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-team-inner-item .ori-team-text span {
opacity: 0;
font-size: 12px;
letter-spacing: 0.1em;
display: inline-block;
color: var(--base-color-1);
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-team-inner-item .ori-team-social {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
bottom: -80px;
text-align: center;
padding: 10px 50px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: var(--base-color-1);
}
.ori-team-inner-item .ori-team-social a {
font-size: 22px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.ori-team-inner-item .ori-team-social a:nth-child(2) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-team-inner-item .ori-team-social a:nth-child(3) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ori-team-inner-item .ori-team-social a:nth-child(4) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ori-team-inner-item:hover .ori-team-social {
bottom: 0;
}
.ori-team-inner-item:hover .ori-team-social a {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.ori-team-inner-item:hover .ori-team-text h3, .ori-team-inner-item:hover .ori-team-text span {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.ori-team-post-feed-section {
overflow: hidden;
padding: 120px 0px 0px;
}
.orix-team-section .orix-team-shape {
top: 0;
left: 0;
right: 0;
z-index: -1;
width: 100%;
margin: 0 auto;
max-width: 1920px;
text-align: center;
}
.orix-team-section .orix-team-shape img {
width: 100%;
}
.orix-team-section .orix-section-title .subtitle {
background-color: #fff;
}
.orix-team-items {
width: 100%;
max-width: 495px;
padding-bottom: 70px;
}
.orix-team-items .team-img {
z-index: 1;
overflow: hidden;
display: inline-block;
border-bottom-left-radius: 300px;
border-bottom-right-radius: 300px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-team-items .team-img:before {
left: 0;
bottom: 0;
width: 295px;
content: "";
z-index: -1;
height: 295px;
position: absolute;
border-radius: 100%;
background-color: #fff;
}
.orix-team-items .team-text-area {
bottom: 0;
opacity: 0;
width: 100%;
left: -50px;
visibility: hidden;
max-width: 330px;
text-align: left;
position: absolute;
border-radius: 50px;
padding: 45px 50px 25px;
background-color: #fffaf0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-team-items .team-text-area h3 {
color: #262420;
font-size: 25px;
font-weight: 500;
line-height: 1.16;
max-width: 125px;
margin-bottom: 30px;
}
.orix-team-items .team-text-area .team-member-progress {
max-width: 120px;
}
.orix-team-items .team-text-area .team-member-progress .team-progress-bar {
margin-bottom: 12px;
}
.orix-team-items .team-text-area .team-member-progress h4 {
font-size: 10px;
padding-bottom: 5px;
color: var(--orix-base-color);
}
.orix-team-items .team-text-area .team-member-progress .progress {
height: 9px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
}
.orix-team-items .team-text-area .team-member-progress .progress-bar {
background: var(--base-gd-color);
}
.orix-team-items .team-text-area .team-member-social {
margin-top: 30px;
}
.orix-team-items .team-text-area .team-member-social li {
margin-right: 35px;
}
.orix-team-items .team-text-area .team-member-social li:last-child {
margin-right: 0;
}
.team-member-progress .progress span {
display: none;
}
.orix-team-items .team-text-area .team-member-social li a {
color: #000000;
}
.orix-team-items .team-text-area .team-member-social li a:hover {
color: var(--orix-base-color);
}
.orix-team-items.active .team-img {
-webkit-transform: translateX(90px);
transform: translateX(90px);
}
.orix-team-items.active .team-text-area {
opacity: 1;
left: -90px;
visibility: visible;
}   .ori-testimonial-section-1 {
z-index: 1;
overflow: hidden;
padding: 205px 0px 130px;
}
.ori-testimonial-section-1 .ori-vector-bg {
right: 0;
top: 115px;
left: -15px;
margin: 0 auto;
text-align: center;
}
.ori-testimonial-title {
padding-bottom: 75px;
}
.ori-testimonial-title h3 {
color: #FFFFFF;
font-size: 12px;
letter-spacing: 0.14em;
}
.ori-testimonial-item-1 {
margin: 0 auto;
max-width: 960px;
}
.ori-testimonial-item-1 p {
font-size: 30px;
line-height: 43px;
padding-bottom: 70px;
color: #fff;
}
.ori-testimonial-item-1 .ori-testimonial-author h4 {
font-size: 18px;
font-weight: 700;
padding-bottom: 3px;
letter-spacing: 0.18em;
color: #fff;
}
.ori-testimonial-item-1 .ori-testimonial-author span {
font-size: 12px;
letter-spacing: 0.18em;
color: var(--base-color-1);
}
.ori-testimonial-content-1 .carousel_nav button {
top: 50%;
border: none;
position: absolute;
-webkit-transform: translateY(-55%);
transform: translateY(-55%);
background-color: transparent;
}
.ori-testimonial-content-1 .carousel_nav .testi-left_arrow {
left: 0;
}
.ori-testimonial-content-1 .carousel_nav .testi-right_arrow {
right: 0;
}
.orix-testimonial-btn-grp {
right: 0;
top: 90px;
left: 0px;
z-index: 2;
margin: 0 auto;
position: absolute;
text-align: center;
}
.orix-testimonial-btn-grp li {
margin-left: -25px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-testimonial-btn-grp li:first-child {
margin-left: 0;
}
.orix-testimonial-btn-grp .nav {
margin-left: 150px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-testimonial-btn-grp .nav:hover {
margin-left: 240px;
}
.orix-testimonial-btn-grp .nav:hover li {
margin-left: 0;
margin-right: 5px;
}
.orix-testimonial-btn-grp .nav-tabs .nav-item.show .nav-link,
.orix-testimonial-btn-grp .nav-tabs .nav-link.active {
padding: 0;
border: 4px solid var(--orix-base-color);
}
.orix-testimonial-btn-grp .nav-tabs .nav-link {
padding: 0;
margin: 0;
border: 4px solid #fff;
}
.orix-testimonial-btn-grp .nav-tabs {
border: none;
}
.orix-testimonial-btn-grp .nav-tabs .nav-link {
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 100%;
}
.orix-testimonial-img-text .orix-testimonial-img {
z-index: 1;
width: 490px;
height: 550px;
margin-right: 50px;
overflow: hidden;
display: inline-block;
border-bottom-left-radius: 300px;
border-bottom-right-radius: 300px;
}
.orix-testimonial-img-text .orix-testimonial-img:before {
bottom: 0;
content: "";
width: 490px;
z-index: -1;
height: 490px;
position: absolute;
border-radius: 100%;
background-color: #ededed;
}
.orix-testimonial-img-text .orix-testimonial-text-area {
max-width: 560px;
padding-bottom: 40px;
}
.orix-testimonial-img-text .orix-testimonial-text-area .quote-icon {
color: #000000;
line-height: 0;
font-size: 145px;
}
.orix-testimonial-img-text .orix-testimonial-text-area .orix-testimonial-text {
color: #262420;
font-size: 21px;
line-height: 1.905;
margin-bottom: 30px;
}
.orix-testimonial-img-text .orix-testimonial-text-area .orix-author-area span {
display: block;
}
.orix-testimonial-img-text .orix-testimonial-text-area .orix-author-area .author-name {
color: #262420;
line-height: 1;
font-size: 25px;
font-weight: 600;
padding-bottom: 8px;
}
.orix-testimonial-img-text .orix-testimonial-text-area .orix-author-area .author-degi {
font-size: 15px;
}   .ori-blog-section-1 {
z-index: 1;
overflow: hidden;
padding: 160px 0px 90px;
}
.ori-blog-section-1 .ori-section-title-1 h2 {
font-size: 50px;
}
.ori-blog-section-1 .ori-section-title-1 h2 strong {
font-weight: 700;
}
.ori-blog-content-1 {
padding-top: 70px;
}
.ori-blog-top-content-1 .ori-section-title-1 span {
display: inline-block;
}
.ori-blog-inner-item {
max-width: 410px;
margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-img {
overflow: hidden;
border-radius: 20px;
margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-img img {
-webkit-transform: scale(1.1) rotate(5deg);
transform: scale(1.1) rotate(5deg);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-inner-item .blog-inner-text h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
line-height: 40px;
padding-bottom: 15px;
}
.ori-blog-inner-item .blog-inner-text h3 a {
width: 100%;
display: inline !important;
background-position-y: -1px;
background-repeat: no-repeat;
background-size: 0 100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ori-blog-inner-item .blog-inner-text h3 a:hover {
color: inherit;
background-size: 100% 100%;
}
.ori-blog-inner-item .blog-inner-text .read-more {
color: var(--base-color-1);
font-size: 15px;
font-weight: 700;
letter-spacing: 0.14em;
}
.ori-blog-inner-item .blog-inner-text .read-more i {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-inner-item .blog-inner-text .read-more:hover {
letter-spacing: 0.18em;
}
.ori-blog-inner-item .blog-inner-text .read-more:hover i {
margin-left: 5px;
}
.ori-blog-inner-item:hover .blog-inner-img img {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}   .ori-blog-section-1 {
z-index: 1;
overflow: hidden;
padding: 160px 0px 90px;
}
.ori-blog-section-1 .ori-section-title-1 h2 {
font-size: 50px;
}
.ori-blog-section-1 .ori-section-title-1 h2 strong {
font-weight: 700;
}
.ori-blog-content-1 {
padding-top: 70px;
}
.ori-blog-top-content-1 .ori-section-title-1 span {
display: inline-block;
}
.ori-blog-inner-item {
max-width: 410px;
margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-img {
overflow: hidden;
border-radius: 20px;
margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-img img {
-webkit-transform: scale(1.1) rotate(5deg);
transform: scale(1.1) rotate(5deg);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-inner-item .blog-inner-text h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
line-height: 40px;
padding-bottom: 15px;
}
.ori-blog-inner-item .blog-inner-text h3 a {
width: 100%;
display: inline !important;
background-position-y: -1px;
background-repeat: no-repeat;
background-size: 0 100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ori-blog-inner-item .blog-inner-text h3 a:hover {
color: inherit;
background-size: 100% 100%;
}
.ori-blog-inner-item .blog-inner-text .read-more {
color: var(--base-color-1);
font-size: 15px;
font-weight: 700;
letter-spacing: 0.14em;
}
.ori-blog-inner-item .blog-inner-text .read-more i {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-inner-item .blog-inner-text .read-more:hover {
letter-spacing: 0.18em;
}
.ori-blog-inner-item .blog-inner-text .read-more:hover i {
margin-left: 5px;
}
.ori-blog-inner-item:hover .blog-inner-img img {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}     .ori-app-landing {
color: #9397A0;
background-color: #1c2029;
}
.ori-app-landing h1,
.ori-app-landing h2,
.ori-app-landing h3,
.ori-app-landing h4,
.ori-app-landing h5,
.ori-app-landing h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-1);
}
.ori-app-landing .scrollup {
height: auto;
color: #fff;
line-height: 1;
position: inherit !important;
background-color: transparent;
}
.ori-app-landing .scrollup i {
margin-left: 8px;
}
.ori-section-title-2 .sub-title {
font-size: 14px;
letter-spacing: 0.3em;
}
.ori-section-title-2 h2 {
color: #fff;
font-size: 47px;
font-weight: 700;
padding-top: 8px;
}
.ori-section-title-2 h2 span {
color: #00AC83;
}
.ori-section-title-2 p {
font-size: 18px;
padding-top: 15px;
}   .ori-banner-section-1 {
overflow: hidden;
}
.ori-banner-section-1 .cirle-shape1,
.ori-banner-section-1 .cirle-shape2 {
width: 18px;
height: 18px;
top: 50%;
border-radius: 100%;
border: 2px solid #00AC83;
}
.ori-banner-section-1 .cirle-shape1 {
top: auto;
left: 150px;
bottom: 100px;
-webkit-animation: Ori_animation_4 20s infinite linear alternate;
animation: Ori_animation_4 20s infinite linear alternate;
}
.ori-banner-section-1 .cirle-shape2 {
right: 150px;
-webkit-animation: Ori_animation_5 20s infinite linear alternate;
animation: Ori_animation_5 20s infinite linear alternate;
}
.ori-screenshots-section {
z-index: 1;
overflow: hidden;
padding-bottom: 50px;
}
.swiper-wrapper {
width: 440px;
height: 955px;
cursor: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/logo/cr.png), auto;
}
.swiper-slide {
background-size: 100% 100%;
}   .ori-fun-fact-section {
padding: 100px 0px 95px;
background-color: #00AC83;
}
.ori-fun-fact-item .ori-fun-fact-icon {
margin-bottom: 30px;
}
.ori-fun-fact-item .ori-fun-fact-icon i {
color: #fff;
font-size: 40px;
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ori-fun-fact-item .ori-fun-fact-text h3 {
color: #fff;
font-size: 30px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-fun-fact-item .ori-fun-fact-text p {
color: #CCEBE4;
font-size: 18px;
max-width: 300px;
}
.ori-fun-fact-item:hover .ori-fun-fact-icon i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}   .ori-integration-section {
z-index: 1;
overflow: hidden;
padding: 150px 0px 170px;
}
.ori-integration-section .ori-section-title-2 h2 {
font-size: 57px;
}
.ori-integration-content {
padding-top: 90px;
}
.integration-item {
display: inline-block;
}
.integration-item .integration-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0px 45px;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 30px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #292F3F;
}
.integration-item:nth-child(odd) .integration-img {
width: 185px;
height: 155px;
}
.integration-item:nth-child(even) .integration-img {
width: 255px;
height: 210px;
}   .ori-feature-section-2 {
z-index: 1;
overflow: hidden;
}
.ori-feature-section-2 .ori-section-title-2 {
max-width: 450px;
}
.ori-feature-top-text-2 {
font-size: 18px;
font-size: 18px;
max-width: 585px;
line-height: 30px;
}
.ori-feature-content-2 {
padding-top: 90px;
}
.ori-feature-item-2 .ori-feature-icon-2 {
margin-bottom: 30px;
}
.ori-feature-item-2 .ori-feature-text-2 h3 {
color: #fff;
font-size: 26px;
font-weight: 700;
padding-bottom: 18px;
}
.ori-feature-item-2 .ori-feature-text-2 p {
font-size: 18px;
max-width: 280px;
line-height: 28px;
}
.ori-feature-item-2:hover .ori-feature-icon-2 {
-webkit-animation: icon-bounce 0.8s ease-out infinite;
animation: icon-bounce 0.8s ease-out infinite;
}   .ori-how-it-work-section {
overflow: hidden;
padding: 170px 0px 170px;
}
.ori-how-it-work-section .ori-section-title-2 {
max-width: 360px;
}
.ori-how-it-work-text-area {
max-width: 460px;
padding-top: 50px;
}
.ori-how-it-work-steps {
padding-top: 50px;
}
.ori-how-it-work-steps li {
font-size: 18px;
padding-left: 30px;
position: relative;
margin-bottom: 28px;
}
.ori-how-it-work-steps li:before {
left: 0;
top: 5px;
width: 16px;
content: "";
height: 16px;
position: absolute;
border-radius: 100%;
border: 2px solid #00AB82;
}
.ori-app-download-btn {
margin-top: 45px;
}
.ori-app-download-btn p {
color: #fff;
font-size: 20px;
}
.ori-app-download-btn .download-btn-grp {
margin-top: 35px;
}
.ori-app-download-btn .download-btn-grp a {
margin-right: 20px;
display: inline-block;
}
.ori-app-download-btn .download-btn-grp a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.ori-how-it-work-screenshot {
z-index: 1;
margin: 0 auto;
max-width: 525px;
}
.ori-how-it-work-screenshot:before {
left: 0;
bottom: 2px;
content: "";
width: 100%;
height: 60%;
z-index: -1;
border-radius: 30px;
position: absolute;
background-color: #00AC83;
}   .ori-testimonial-section-2 {
overflow: hidden;
padding: 160px 0px 170px;
background-color: #292f3f;
}
.ori-testimonial-section-2 .ori-section-title-2 {
margin: 0 auto;
max-width: 745px;
padding-bottom: 70px;
}
.ori-testimonial-inner-item-2 {
max-width: 418px;
margin-right: 20px;
border-radius: 20px;
display: inline-block;
background-color: #1C2029;
}
.ori-testimonial-inner-item-2 .ori-testimonial-img-text {
padding: 55px 45px;
}
.ori-testimonial-inner-item-2 .inner-ratting li {
color: #FFCC4A;
font-size: 14px;
margin-right: 4px;
}
.ori-testimonial-inner-item-2 .inner-text {
color: #fff;
opacity: 0.85;
font-size: 18px;
line-height: 32px;
font-style: italic;
margin: 60px 0px 50px;
}
.ori-testimonial-inner-item-2 .inner-author .author-img {
width: 60px;
height: 60px;
overflow: hidden;
margin-right: 18px;
border-radius: 100%;
}
.ori-testimonial-inner-item-2 .inner-author .author-text h3 {
color: #fff;
font-size: 20px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-testimonial-inner-item-2 .inner-author .author-text span {
color: #fff;
font-size: 12px;
text-transform: uppercase;
}   .ori-app-overview-section {
z-index: 1;
overflow: hidden;
padding: 165px 0px 160px;
}
.ori-app-overview-section .ori-section-title-2 {
margin: 0 auto;
max-width: 650px;
padding-bottom: 40px;
}
.ori-app-overview-section .overview-shape1 {
bottom: 0;
top: 120px;
}
.ori-app-overview-section .overview-shape2 {
right: 0;
top: 120px;
}
.overview-text-btn p {
color: #fff;
padding-bottom: 40px;
}
.overview-text-btn a {
color: #fff;
font-weight: 700;
padding: 20px 60px;
border-radius: 40px;
display: inline-block;
letter-spacing: 0.14em;
background-color: var(--base-color-1);
}
.overview-text-btn a:hover {
background-color: #00AC83;
}    .ori-digital-agency {
color: #ACACAC;
background-color: #0D0D0D;
}
.ori-digital-agency h1,
.ori-digital-agency h2f,
.ori-digital-agency h3,
.ori-digital-agency h4,
.ori-digital-agency h5,
.ori-digital-agency h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-2);
}
.ori-section-title-3 .sub-title {
font-weight: 700;
display: inline-block;
padding-bottom: 25px;
letter-spacing: 0.14em;
color: var(--base-color-2);
}
.ori-section-title-3 h2 {
color: #fff;
font-size: 57px;
font-weight: 500;
line-height: 67px;
}
.ori-section-title-3 h2 span {
font-weight: 200;
display: block;
}   .ori-banner-section-3 {
overflow: hidden;
padding-bottom: 110px;
}
.ori-banner-text-content-3 {
z-index: 1;
position: relative;
padding: 305px 0px 165px;
}
.ori-banner-text-content-3 .banner-text-area {
max-width: 650px;
}
.ori-banner-text-content-3 .banner-text-area h1 {
color: #fff;
font-size: 80px;
font-weight: 500;
line-height: 90px;
padding-bottom: 45px;
text-transform: capitalize;
}
.ori-banner-text-content-3 .banner-text-area p {
color: #ACACAC;
font-size: 18px;
max-width: 585px;
line-height: 29px;
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 {
margin-top: 55px;
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 a {
color: #1D1A26;
font-size: 14px;
font-weight: 700;
padding: 25px 40px;
display: inline-block;
letter-spacing: 0.14em;
text-transform: uppercase;
background-color: var(--base-color-2);
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 a:hover {
background-color: #fff;
}
.ori-banner-content-3 .ori-banner-img-3 {
right: 0;
bottom: 0;
}
.ori-banner-content-3 .ori-banner-shape {
left: 0;
right: 0;
top: -120px;
text-align: center;
}
.ori-banner-content-3 .ori-banner-shape2 {
left: 0;
top: 40%;
z-index: -1;
}
@media screen and (max-width: 850px) {
.ori-banner-content-3 .ori-banner-shape2 {
display: none;
}
.ori-banner-section-3 {
padding-bottom: 0;
}
}   .ori-agency-portfolio-section {
z-index: 1;
padding-top: 120px;
}
.ori-agency-portfolio-section:before {
top: 0;
left: 0;
right: 0;
z-index: -1;
width: 92%;
content: "";
height: 100%;
margin: 0 auto;
position: absolute;
background-color: #121212;
}
.ori-agency-portfolio-item .ori-agency-portfolio-text {
width: 50%;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title {
margin: 0 auto;
max-width: 380px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title .port-subtitle {
color: var(--base-color-2);
font-size: 14px;
font-weight: 700;
display: block;
padding-bottom: 10px;
letter-spacing: 0.3em;
text-transform: uppercase;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title h3 {
color: #fff;
font-size: 35px;
font-weight: 500;
line-height: 43px;
padding-bottom: 25px;
text-transform: uppercase;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title h3 span {
font-weight: 200;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title p {
max-width: 300px;
padding-bottom: 30px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-img:before, .ori-agency-portfolio-item .ori-agency-portfolio-img:after {
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 25%;
content: "";
height: 25%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(255, 228, 59, 0.4);
}
.ori-agency-portfolio-item .ori-agency-portfolio-img:after {
right: 0;
bottom: 0;
top: auto;
left: auto;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-agency-portfolio-item .ori-agency-portfolio-img a {
left: 0;
right: 0;
top: 60%;
z-index: 2;
color: #fff;
opacity: 0;
width: 145px;
height: 145px;
margin: 0 auto;
font-weight: 700;
border-radius: 100%;
letter-spacing: 0.25em;
background-color: #0D0D0D;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 700ms all ease;
transition: 700ms all ease;
border: 5px solid var(--base-color-2);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.ori-agency-portfolio-item .more-btn a {
color: #fff;
position: relative;
display: inline-block;
text-transform: uppercase;
font-family: var(--heading-2);
}
.ori-agency-portfolio-item .more-btn a span {
left: 0;
top: 5px;
opacity: 0;
position: absolute;
white-space: nowrap;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-agency-portfolio-item .more-btn a:hover {
padding-left: 85px;
}
.ori-agency-portfolio-item .more-btn a:hover span {
opacity: 1;
}
.ori-agency-portfolio-item:hover .ori-agency-portfolio-img:before, .ori-agency-portfolio-item:hover .ori-agency-portfolio-img:after {
opacity: 1;
width: 100%;
height: 100%;
}
.ori-agency-portfolio-item:hover .ori-agency-portfolio-img a {
top: 50%;
opacity: 1;
}
.ori-project-section-3 {
padding: 120px 0px 0px;
}
.ori-project-top-content-3 {
padding-bottom: 60px;
}
.ori-project-top-content-3 .ori-project-title-text {
font-size: 18px;
}
.portfolio-v3 .ori-agency-portfolio-item .ori-agency-portfolio-title {
max-width: 300px;
}
.portfolio-v3 .ori-agency-portfolio-item .ori-agency-portfolio-title h3 span {
display: block;
}
.ori-project-title-text {
max-width: 555px;
}   .ori-fan-fact-section-2 {
z-index: 1;
overflow: hidden;
padding: 130px 0px 115px;
}
.ori-fan-fact-section-2 .ori-shape-bg {
left: 0;
top: -95px;
z-index: -1;
width: 100%;
margin: 0 auto;
text-align: center;
}
.ori-fun-fact-item-2 .fun-fact-icon {
margin-bottom: 22px;
}
.ori-fun-fact-item-2 .fun-fact-text h3 {
color: #fff;
font-size: 55px;
font-weight: 200;
padding-bottom: 22px;
}
.ori-fun-fact-item-2 .fun-fact-text h3 span {
font-weight: 500;
}
.ori-fun-fact-item-2 .fun-fact-text p {
font-size: 18px;
color: rgb(172, 172, 172);
}   .ori-video-play-section .background_parallax {
padding: 290px 0px;
}
.ori-video-play-section .background_parallax:before {
top: 0;
left: 0;
width: 100%;
content: "";
height: 100%;
position: absolute;
background-color: rgba(13, 13, 13, 0.6);
}
.ori-video-play-section .ori-video-play-btn {
z-index: 2;
position: relative;
}
.ori-video-play-section .ori-video-play-btn a {
width: 228px;
height: 228px;
margin: 0 auto;
font-weight: 700;
border-radius: 100%;
letter-spacing: 0.25em;
color: rgb(13, 13, 13);
border: 5px solid rgb(13, 13, 13);
background-color: var(--base-color-2);
}   .ori-testimonial-section-3 {
overflow: hidden;
padding: 190px 0px;
background-color: rgb(23, 23, 23);
}
.ori-testimonial-section-3 .ori-vector-bg {
right: 0;
left: -15px;
top: 115px;
margin: 0 auto;
text-align: center;
}
.ori-testimonial-section-3 .ori-testimonial-title h3 {
font-weight: 700;
font-family: var(--heading-1);
}
.ori-testimonial-section-3 .ori-testimonial-item-1 p {
margin: 0 auto;
max-width: 820px;
font-weight: 300;
line-height: 43px;
color: rgb(255, 255, 255);
font-family: var(--heading-2);
}
.ori-testimonial-section-3 .ori-testimonial-item-1 .ori-testimonial-author h4 {
color: #fff;
font-family: var(--heading-1);
}
.ori-testimonial-section-3 .ori-testimonial-item-1 .ori-testimonial-author span {
color: var(--base-color-2);
}   .ori-blog-section-2 {
overflow: hidden;
padding: 125px 0px 135px;
}
.ori-blog-top-content-2 .ori-blog-slider-nav button {
border: none;
margin-left: 20px;
background-color: transparent;
}
.ori-blog-inner-item-2 {
padding-right: 40px;
}
.ori-blog-item-2 {
width: 625px;
padding: 40px;
border-radius: 20px;
background-color: rgb(23, 23, 23);
}
.ori-blog-item-2 .ori-blog-img {
z-index: 1;
overflow: hidden;
margin-bottom: 35px;
border-radius: 20px;
position: relative;
}
.ori-blog-item-2 .ori-blog-img:before {
top: 0;
left: 0;
right: 0;
z-index: 1;
height: 0%;
width: 100%;
content: "";
position: absolute;
border-radius: 20px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgba(255, 228, 59, 0.5);
}
.ori-blog-item-2 .ori-blog-img img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-item-2 .ori-blog-text .blog-category {
font-weight: 700;
font-size: 14px;
border-radius: 5px;
padding: 12px 30px;
display: inline-block;
color: rgb(13, 13, 13);
background-color: var(--base-color-2);
}
.ori-blog-item-2 .ori-blog-text h3 {
color: #fff;
font-size: 32px;
max-width: 485px;
line-height: 40px;
padding: 20px 0px;
}
.ori-blog-item-2 .ori-blog-text h3 a {
width: 100%;
display: inline !important;
background-position-y: -2px;
background-repeat: no-repeat;
background-size: 0 100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ori-blog-item-2 .ori-blog-text h3 a:hover {
color: inherit;
background-size: 100% 100%;
}
.ori-blog-item-2 .ori-blog-text p {
font-size: 18px;
line-height: 30px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ori-blog-item-2:hover .ori-blog-img img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.ori-blog-item-2:hover .ori-blog-img:before {
height: 100%;
}
.ori-blog-slider .slick-list {
overflow: visible;
}
.ori-blog-slider .slick-slide {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
}
.ori-blog-slider .slick-slide.slick-active {
opacity: 1;
}
.ori-blog-slider-area-2 {
padding-top: 75px;
}    .seo-marketing {
color: #606573;
background-color: #fff;
}
.seo-marketing h1,
.seo-marketing h2,
.seo-marketing h3,
.seo-marketing h4,
.seo-marketing h5,
.seo-marketing h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-4);
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@-webkit-keyframes btn_shine {
100% {
left: 200%;
}
}
@keyframes btn_shine {
100% {
left: 200%;
}
}
.ori-btn-2 a {
z-index: 1;
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 24px 40px;
border-radius: 40px;
overflow: hidden;
position: relative;
display: inline-block;
letter-spacing: 0.14em;
background-color: var(--base-color-4);
}
.ori-btn-2 a:after {
content: "";
position: absolute;
top: 0;
left: -200%;
width: 200%;
height: 100%;
-webkit-transform: skewX(-20deg);
-khtml-transform: skewX(-20deg);
transform: skewX(-20deg);
background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
z-index: -1;
}
.ori-btn-2 a:hover {
background-color: #7486E5;
}
.ori-btn-2 a:hover:after {
-webkit-animation: btn_shine 1.2s ease;
animation: btn_shine 1.2s ease;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ori-section-title-4 h2 {
color: #0B1C2A;
font-size: 50px;
font-weight: 600;
line-height: 64px;
}
.ori-section-title-4 h2 span {
font-weight: 300;
}
.ori-section-title-4 p {
font-size: 20px;
padding-top: 10px;
}   .ori-banner-section-4 {
z-index: 1;
}
.ori-banner-section-4 .line-shape {
top: 0;
left: 0;
z-index: -1;
}
.ori-banner-sponsor-section-4 {
z-index: 2;
top: -75px;
position: relative;
}
.ori-banner-content-4 {
padding: 285px 0px 250px;
}
.ori-banner-content-4 .banner-social {
-webkit-animation-name: floating;
animation-name: floating;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-transform-origin: 50% 1px;
transform-origin: 50% 1px;
-webkit-transition: all 2s ease;
transition: all 2s ease;
}
.ori-banner-content-4 .banner-social:nth-child(1) {
top: 23%;
left: 6%;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.ori-banner-content-4 .banner-social:nth-child(2) {
top: 50%;
left: 15%;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ori-banner-content-4 .banner-social:nth-child(3) {
left: 6%;
bottom: 10%;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ori-banner-content-4 .banner-social:nth-child(4) {
top: 23%;
right: 6%;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ori-banner-content-4 .banner-social:nth-child(5) {
top: 50%;
right: 15%;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.ori-banner-content-4 .banner-social:nth-child(6) {
right: 6%;
bottom: 10%;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ori-banner-content-4 .ori-banner-text-area {
margin: 0 auto;
max-width: 940px;
}
.ori-banner-content-4 .ori-banner-text-area .subtitle-slug {
color: #000000;
font-size: 15px;
font-weight: 500;
padding: 5px 30px;
margin-bottom: 20px;
border-radius: 20px;
display: inline-block;
background-color: #fff;
font-family: var(--heading-4);
-webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.ori-banner-content-4 .ori-banner-text-area h1 {
color: #000000;
font-size: 72px;
font-weight: 700;
line-height: 90px;
padding-bottom: 40px;
}
.ori-banner-content-4 .ori-banner-text-area h1 span {
z-index: 1;
color: #081A2A;
font-weight: 500;
position: relative;
}
.ori-banner-content-4 .ori-banner-text-area h1 span:before {
left: 0;
z-index: -1;
bottom: 25px;
width: 100%;
content: "";
height: 5px;
position: absolute;
background-color: #FFDF73;
}
.ori-banner-content-4 .ori-banner-text-area p {
color: #0B1C2A;
margin: 0 auto;
font-size: 18px;
max-width: 500px;
line-height: 30px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 {
width: 100%;
padding: 8px;
margin-top: 45px;
max-width: 675px;
border-radius: 60px;
display: inline-block;
background-color: #FFFFFF;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input {
width: 100%;
height: 75px;
border: none;
padding-left: 30px;
border-radius: 60px;
background-color: #F1F6FF;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input::-webkit-input-placeholder {
color: #525A75;
font-size: 18px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input::-moz-placeholder {
color: #525A75;
font-size: 18px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input:-ms-input-placeholder {
color: #525A75;
font-size: 18px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input::-ms-input-placeholder {
color: #525A75;
font-size: 18px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input::placeholder {
color: #525A75;
font-size: 18px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 button {
top: 12px;
padding: 0;
right: 10px;
width: 190px;
border: none;
height: 65px;
color: #FFFFFF;
font-size: 16px;
position: absolute;
border-radius: 100px;
background-color: #01AA8C;
text-transform: capitalize;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 button:hover {
background-color: #63DAD9;
}
.ori-banner-sponsor-content-4 {
padding: 50px 20px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.031372549);
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.031372549);
}
.ori-banner-sponsor-content-4 p {
color: #292930;
font-size: 18px;
font-weight: 700;
padding-bottom: 50px;
}
.ori-banner-sponsor-content-4 .ori-sponsor-item .ori-sponsor-img {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ori-banner-sponsor-content-4 .ori-sponsor-item .ori-sponsor-img img {
margin: 0 auto;
}
.ori-banner-sponsor-slide-4 .slick-prev,
.ori-banner-sponsor-slide-4 .slick-next {
display: none !important;
}   .ori-feature-section-4 {
z-index: 1;
overflow: hidden;
padding: 20px 0px 70px;
}
.ori-feature-section-4 .dot-line-shape {
top: 0;
left: 0;
z-index: -1;
}
.ori-feature-text-wrap-4 .ori-btn-2 {
margin-top: 15px;
}
.ori-feature-text-wrap-4 .ori-btn-2 a {
background-color: #7486E5;
}
.ori-feature-text-area-4 {
padding-top: 40px;
}
.ori-feature-text-area-4 p {
font-size: 18px;
line-height: 30px;
padding-bottom: 50px;
}
.ori-feature-item-wrapper-4 {
padding-left: 20px;
}
.ori-feature-item-4 {
margin-bottom: 75px;
}
.ori-feature-item-4 .ori-feature-icon {
width: 70px;
height: 70px;
margin-right: 30px;
border-radius: 100%;
margin-bottom: 20px;
background-color: #fff;
-webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.2117647059);
box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.2117647059);
}
.ori-feature-item-4 .ori-feature-icon i {
font-size: 30px;
color: var(--base-color-4);
}
.ori-feature-item-4 .ori-feature-text {
max-width: 240px;
}
.ori-feature-item-4 .ori-feature-text h3 {
color: #0B1C2A;
font-size: 24px;
font-weight: 600;
line-height: 34px;
padding-bottom: 15px;
}
.ori-feature-item-4 .ori-feature-text h3 span {
font-weight: 300;
}
.ori-feature-item-4 .ori-feature-text p {
font-size: 18px;
line-height: 30px;
}
.ori-feature-item-4:hover .ori-feature-icon {
-webkit-animation: icon-bounce 0.8s ease-out infinite;
animation: icon-bounce 0.8s ease-out infinite;
}   .ori-project-section-4 {
padding-bottom: 105px;
}
.ori-project-content-4 {
padding-top: 55px;
}
.ori-project-content-4 .nav-pills .nav-link.active, .ori-project-content-4 .nav-pills .show > .nav-link {
color: #7486E5;
}
.ori-project-content-4 .ori-project-tab-btn button:after {
display: none;
}
.ori-project-content-4 .ori-project-tab-btn button {
color: #0B1C2A;
}
.ori-project-content-4 .ori-project-tab-btn {
margin-top: 0;
}
.ori-project-content-4 .ori-project-tab-btn-content {
top: 120px;
position: sticky;
}
.ori-project-item-4 {
margin: 0 auto;
max-width: 790px;
margin-bottom: 30px;
}
.ori-project-item-4 .ori-project-img-text {
border-radius: 20px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-img {
overflow: hidden;
border-radius: 20px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-img img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text {
left: 0;
right: 0;
width: 90%;
opacity: 0;
bottom: 30px;
margin: 0 auto;
padding: 30px 40px;
border-radius: 4px;
background-color: #fff;
-webkit-transform: scale(1, 0.3);
transform: scale(1, 0.3);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text h3 {
color: #000000;
font-size: 26px;
font-weight: 500;
padding-bottom: 10px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text h3 span {
font-weight: 300;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .port-category {
font-size: 16px;
font-weight: 700;
color: var(--base-color-1);
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn {
color: var(--base-color-1);
font-size: 45px;
font-weight: 700;
border-radius: 40px;
display: inline-block;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn i {
margin-left: 5px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-project-item-4 .ori-project-img-text:hover .ori-project-text {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.ori-project-item-4 .ori-project-img-text:hover .ori-project-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.orix-project-item {
padding-top: 45px;
margin-bottom: 60px;
}
.orix-project-item .project-img {
top: 0;
max-width: 635px;
overflow: hidden;
position: absolute;
border-radius: 350px;
}
.orix-project-item .project-img img {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.orix-project-item.left-img-align .project-img {
left: 0;
z-index: 2;
}
.orix-project-item.left-img-align .project-text-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
padding: 80px 110px 60px 30px;
}
.orix-project-item.right-img-align .project-img {
right: 0;
z-index: 2;
}
.orix-project-item.right-img-align .project-text-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
padding: 80px 30px 60px 170px;
}
.orix-project-item.right-img-align .project-text-area:before {
left: 0;
right: auto;
}
.orix-project-item .project-text-area {
z-index: 1;
overflow: hidden;
position: relative;
border-radius: 350px;
padding: 85px 0px 60px;
}
.orix-project-item .project-text-area:before {
top: 0;
right: 0;
width: 85%;
z-index: -1;
content: "";
height: 100%;
border-radius: 350px;
position: absolute;
background-color: #fff7f7;
}
.orix-project-item .project-text-area .project-text {
max-width: 370px;
}
.orix-project-item .project-text-area .project-text h3 {
color: #262420;
font-size: 35px;
font-weight: 500;
padding-bottom: 20px;
}
.orix-project-item .project-text-area .project-text h3:hover {
color: var(--orix-base-color);
}
.orix-project-item .project-text-area .project-text ul {
margin-bottom: 50px;
}
.orix-project-item .project-text-area .project-text ul li {
position: relative;
padding-left: 40px;
margin-bottom: 10px;
}
.orix-project-item .project-text-area .project-text ul li:before {
top: 0;
left: 0;
font-size: 20px;
content: "\f00c";
font-weight: 400;
position: absolute;
font-family: "Font Awesome 5 Pro";
}
.orix-project-item:nth-child(2) .project-text-area:before {
background-color: #f1f6ff;
}
.orix-project-item:nth-child(3) .project-text-area:before {
background-color: #fffaf0;
}
.orix-project-item:hover .project-img img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.orix-project-btn a {
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 20px 35px;
border-radius: 40px;
display: inline-block;
background-color: #8e8e8e;
}
.orix-project-btn a:hover {
background-color: var(--orix-base-color);
}   .ori-service-section-4 {
z-index: 2;
padding: 140px 0px 0px;
}
.ori-service-item-4 {
padding: 50px;
margin-bottom: 30px;
border-radius: 20px;
background-color: #FFFFFF;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
}
.ori-service-item-4 .ori-service-icon {
width: 80px;
height: 80px;
margin-bottom: 28px;
border-radius: 100%;
background-color: rgba(143, 213, 231, 0.15);
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ori-service-item-4 .ori-service-text h3 {
color: #0B1C2A;
font-size: 30px;
font-weight: 500;
padding-bottom: 25px;
}
.ori-service-item-4 .ori-service-text h3:hover {
color: var(--base-color-4);
}
.ori-service-item-4 .ori-service-text p {
font-size: 18px;
line-height: 30px;
}
.ori-service-item-4:hover {
-webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
}
.ori-service-item-4:hover .ori-service-icon {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.ori-serviec-content-4 {
padding-top: 60px;
}
.ori-serviec-content-4 .col-lg-4:nth-child(2) .ori-service-item-4 .ori-service-icon {
background-color: rgba(255, 133, 34, 0.15);
}
.ori-serviec-content-4 .col-lg-4:nth-child(2) .ori-service-text h3:hover {
color: rgb(255, 133, 34);
}
.ori-serviec-content-4 .col-lg-4:nth-child(3) .ori-service-item-4 .ori-service-icon {
background-color: rgba(255, 223, 115, 0.15);
}
.ori-serviec-content-4 .col-lg-4:nth-child(3) .ori-service-item-4 .ori-service-text h3:hover {
color: rgb(255, 223, 115);
}
.ori-serviec-content-4 .col-lg-4:nth-child(4) .ori-service-item-4 .ori-service-icon {
background-color: rgba(116, 134, 229, 0.15);
}
.ori-serviec-content-4 .col-lg-4:nth-child(4) .ori-service-item-4 .ori-service-text h3:hover {
color: rgb(116, 134, 229);
}
.ori-serviec-content-4 .col-lg-4:nth-child(5) .ori-service-item-4 .ori-service-icon {
background-color: rgba(255, 80, 122, 0.15);
}
.ori-serviec-content-4 .col-lg-4:nth-child(5) .ori-service-item-4 .ori-service-text h3:hover {
color: rgb(255, 80, 122);
}
.ori-serviec-content-4 .col-lg-4:nth-child(6) .ori-service-item-4 .ori-service-icon {
background-color: rgba(48, 236, 191, 0.15);
}
.ori-serviec-content-4 .col-lg-4:nth-child(6) .ori-service-item-4 .ori-service-text h3:hover {
color: rgb(48, 236, 191);
}   .ori-pricing-section {
z-index: 1;
padding: 100px 0px 130px;
}
.ori-pricing-section .ori-pricing-shape {
left: 0;
right: 0;
top: -115px;
z-index: -1;
width: 100%;
}
.ori-price-tab-btn {
padding: 40px 0px 100px;
}
.ori-pricing-content .ori-price-tab-btn {
padding-bottom: 0;
}
.ori-price-tab-btn .nav {
margin: 0 auto;
max-width: 220px;
border-radius: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
}
.ori-price-tab-btn .nav-pills .nav-link.active, .ori-price-tab-btn .nav-pills .show > .nav-link {
background-color: #7486E5;
-webkit-box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.231372549);
box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.231372549);
}
.ori-price-tab-btn .nav-pills .nav-link {
font-size: 10px;
font-weight: 700;
padding: 15px 30px;
border-radius: 40px;
text-transform: uppercase;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-pricing-plan-item-area {
padding: 40px;
border-radius: 25px;
background-color: #fff;
-webkit-box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.1803921569);
box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.1803921569);
}
.ori-price-plan-item .ori-plan-price {
padding-bottom: 20px;
}
.ori-price-plan-item .ori-plan-price h3 {
color: #0B1C2A;
font-size: 36px;
font-weight: 600;
}
.ori-price-plan-item .ori-plan-price h3 sub {
bottom: 0;
color: #606573;
font-size: 17px;
font-weight: 400;
font-family: var(--heading-1);
}
.ori-price-plan-item .ori-price-plan-title {
padding-bottom: 18px;
}
.ori-price-plan-item .ori-price-plan-title h3 {
color: #0B1C2A;
font-size: 28px;
font-weight: 600;
padding-bottom: 8px;
}
.ori-price-plan-item .ori-price-feature li {
padding-left: 30px;
position: relative;
margin-bottom: 10px;
}
.ori-price-plan-item .ori-price-feature li:before {
top: 0;
left: 0;
color: #5243C2;
font-size: 18px;
font-weight: 900;
content: "\f058";
position: absolute;
font-family: "Font Awesome 5 Pro";
}
.ori-price-plan-item .ori-price-btn {
margin-top: 30px;
}
.ori-price-plan-item .ori-price-btn a {
color: #63DAD9;
font-size: 15px;
font-weight: 700;
padding: 13px 55px;
border-radius: 30px;
white-space: nowrap;
display: inline-block;
background-color: #F6F8FC;
}
.ori-price-plan-item .ori-price-btn a:hover {
color: #fff;
background-color: #63DAD9;
}
.ori-price-plan-item.popular-item {
overflow: hidden;
padding: 50px 30px;
border-radius: 25px;
margin-bottom: -100px;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.ori-price-plan-item.popular-item .tag-label {
top: 15px;
right: 15px;
color: #fff;
font-size: 10px;
font-weight: 700;
padding: 7px 15px;
border-radius: 30px;
background-color: #FF507A;
}
.ori-price-plan-item.popular-item .ori-plan-price h3,
.ori-price-plan-item.popular-item .ori-plan-price sub,
.ori-price-plan-item.popular-item .ori-price-plan-title h3,
.ori-price-plan-item.popular-item .ori-price-plan-title p,
.ori-price-plan-item.popular-item .ori-price-feature li,
.ori-price-plan-item.popular-item .ori-price-feature li:before {
color: #fff;
}
.ori-price-plan-item.popular-item .ori-price-btn a {
color: #fff;
width: 100%;
background-color: #63DAD9;
}
.orix-pricing-btn .nav-tabs .nav-link {
margin: 0;
border: none;
line-height: 1;
font-size: 13px;
font-weight: 700;
padding: 22px 25px;
margin-bottom: 10px;
border-radius: 40px;
background-color: #edf1f7;
}
.orix-pricing-btn .nav-tabs .nav-link i {
margin-left: 5px;
}
.orix-pricing-btn .nav {
display: inherit;
}
.orix-pricing-btn .nav-tabs {
border: none;
}
.orix-pricing-btn li {
margin: 0px 5px;
}
.orix-pricing-btn .nav-tabs .nav-link.active,
.orix-pricing-btn .nav-tabs .nav-link:hover {
color: #fff;
background: var(--base-gd-color);
}
.orix-price-item {
padding-top: 45px;
margin-bottom: 60px;
}
.orix-price-item .price-img {
top: 50%;
z-index: 2;
left: -100px;
max-width: 635px;
overflow: hidden;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.orix-price-item .price-text-area {
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
border-radius: 350px;
padding: 85px 80px 60px 0px;
}
.orix-price-item .price-text-area:before {
top: 0;
right: 0;
width: 90%;
z-index: -1;
content: "";
height: 100%;
position: absolute;
border-radius: 300px;
background-color: #f3f8ff;
}
.orix-price-item .price-text-area .price-text {
max-width: 370px;
}
.orix-price-item .price-text-area .price-text .price-title-price h3 {
color: #030303;
line-height: 1;
font-size: 50px;
font-weight: 700;
padding-bottom: 5px;
}
.orix-price-item .price-text-area .price-text .price-title-price p {
color: #030303;
font-size: 28px;
font-weight: 500;
}
.orix-price-item .price-text-area .price-text .price-title-price p sup {
top: -15px;
font-size: 11px;
font-weight: 700;
}
.orix-price-item .price-text-area .price-text ul {
padding-top: 15px;
margin-bottom: 30px;
}
.orix-price-item .price-text-area .price-text ul li {
color: #030303;
font-size: 16px;
font-weight: 500;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.orix-price-item .price-text-area .price-text ul li:before {
top: 0;
left: 0;
font-size: 20px;
content: "\f00c";
font-weight: 400;
position: absolute;
font-family: "Font Awesome 5 Pro";
}   .ori-testimonial-section-4,
.ori-testimonial-section-5,
.ori-dm-sponsor-testimonial-section {
z-index: 1;
padding: 340px 0px 130px;
background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}
.ori-testimonial-section-4:before,
.ori-testimonial-section-5:before,
.ori-dm-sponsor-testimonial-section:before {
top: 0;
left: 0;
z-index: -1;
width: 100%;
content: "";
height: 610px;
position: absolute;
background-color: #7687E5;
}
.ori-testimonial-section-4 .dot-line-shape,
.ori-testimonial-section-5 .dot-line-shape,
.ori-dm-sponsor-testimonial-section .dot-line-shape {
top: 0;
left: 0;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img,
.ori-testimonial-section-5 .ori-testimonial-circle-img,
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img {
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img,
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img,
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img {
position: absolute;
-webkit-animation-name: floating;
animation-name: floating;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-transform-origin: 50% 1px;
transform-origin: 50% 1px;
-webkit-transition: all 2s ease;
transition: all 2s ease;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(1),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(1),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(1) {
top: 50px;
left: 20px;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(2),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(2),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(2) {
left: 20%;
top: 160px;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(3),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(3),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(3) {
top: 45%;
left: 20px;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(4),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(4),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(4) {
top: 50px;
right: 20px;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(5),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(5),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(5) {
right: 20%;
top: 160px;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(6),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(6),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(6) {
top: 45%;
right: 20px;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(7),
.ori-testimonial-section-5 .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(7),
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img .ori-testi-circle-img:nth-child(7) {
left: 0;
right: 0;
top: 100px;
margin: 0 auto;
text-align: center;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.ori-testimonial-section-4 .ori-testimonial-title h3,
.ori-testimonial-section-5 .ori-testimonial-title h3,
.ori-dm-sponsor-testimonial-section .ori-testimonial-title h3 {
color: #0D0D0D;
font-size: 12px;
font-weight: 700;
}
.ori-testimonial-section-4 .ori-testimonial-title,
.ori-testimonial-section-5 .ori-testimonial-title,
.ori-dm-sponsor-testimonial-section .ori-testimonial-title {
padding-bottom: 60px;
}
.ori-testimonial-section-4 .ori-testimonial-author h4,
.ori-testimonial-section-5 .ori-testimonial-author h4,
.ori-dm-sponsor-testimonial-section .ori-testimonial-author h4 {
color: #0D0D0D;
}
.ori-testimonial-section-4 .ori-testimonial-content-1,
.ori-testimonial-section-5 .ori-testimonial-content-1,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 {
border-radius: 20px;
background-color: #fff;
padding: 115px 0px 100px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.06);
box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.06);
}
.ori-testimonial-section-4 .ori-testimonial-content-1 .ori-vector-bg,
.ori-testimonial-section-5 .ori-testimonial-content-1 .ori-vector-bg,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 .ori-vector-bg {
left: 0;
right: 0;
top: 20px;
opacity: 0.03;
text-align: center;
}
.ori-testimonial-section-4 .ori-testimonial-item-1 p,
.ori-testimonial-section-5 .ori-testimonial-item-1 p,
.ori-dm-sponsor-testimonial-section .ori-testimonial-item-1 p {
font-size: 24px;
color: #0D0D0D;
line-height: 40px;
padding-bottom: 55px;
}
.ori-testimonial-section-4 .ori-testimonial-item-1,
.ori-testimonial-section-5 .ori-testimonial-item-1,
.ori-dm-sponsor-testimonial-section .ori-testimonial-item-1 {
max-width: 790px;
}
.ori-testimonial-section-4 .ori-testimonial-item-1 .ori-testimonial-author span,
.ori-testimonial-section-5 .ori-testimonial-item-1 .ori-testimonial-author span,
.ori-dm-sponsor-testimonial-section .ori-testimonial-item-1 .ori-testimonial-author span {
color: #0D0D0D;
}
.ori-testimonial-section-4 .ori-testimonial-content-1 .carousel_nav .testi-left_arrow,
.ori-testimonial-section-5 .ori-testimonial-content-1 .carousel_nav .testi-left_arrow,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 .carousel_nav .testi-left_arrow {
left: 80px;
}
.ori-testimonial-section-4 .ori-testimonial-content-1 .carousel_nav .testi-right_arrow,
.ori-testimonial-section-5 .ori-testimonial-content-1 .carousel_nav .testi-right_arrow,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 .carousel_nav .testi-right_arrow {
right: 80px;
}
.ori-testimonial-section-4 {
background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}   .ori-blog-section-4 {
padding: 120px 0px;
background: linear-gradient(179.82deg, #F3F4FB 0.15%, rgba(243, 244, 251, 0) 104.14%);
}
.ori-blog-content-4 {
padding-top: 70px;
}
.ori-blog-inner-item-4 {
padding: 35px;
border-radius: 30px;
background-color: #fff;
-webkit-box-shadow: 0px 7px 9px 0px rgba(139, 146, 189, 0.0588235294);
box-shadow: 0px 7px 9px 0px rgba(139, 146, 189, 0.0588235294);
}
.ori-blog-inner-item-4 .blog-inner-text h3 {
color: #000;
font-size: 26px;
font-weight: 500;
line-height: 40px;
padding-bottom: 25px;
}
.ori-blog-inner-item-4 .blog-inner-text h3 span {
font-weight: 300;
}
.ori-blog-inner-item-4 .blog-inner-text h3 a {
width: 100%;
display: inline !important;
background-position-y: -1px;
background-repeat: no-repeat;
background-size: 0 100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ori-blog-inner-item-4 .blog-inner-text h3 a:hover {
color: inherit;
background-size: 100% 100%;
}
.ori-blog-inner-item-4 .date-meta {
font-weight: 700;
margin-bottom: 90px;
color: var(--base-color-4);
}
.ori-blog-inner-item-4 .author-meta .author-img {
width: 48px;
height: 48px;
overflow: hidden;
border-radius: 15px;
margin-bottom: 15px;
}
.ori-blog-inner-item-4 .author-meta .author-text h4 {
color: #323334;
font-size: 20px;
font-weight: 500;
padding-bottom: 5px;
}
.ori-blog-inner-item-4 .author-meta .author-text span {
color: #4E4F51;
font-size: 14px;
}
.ori-blog-inner-item-4 .author-meta .more-btn {
right: 60px;
bottom: 15px;
}
.ori-blog-inner-item-4 .author-meta .more-btn a {
color: #000000;
font-size: 20px;
position: relative;
}
.ori-blog-inner-item-4 .author-meta .more-btn a:hover {
color: var(--base-color-4);
font-size: 24px;
}    .insurance {
color: #6D7680;
background-color: #fcfcfc;
}
.insurance h1,
.insurance h2,
.insurance h3,
.insurance h4,
.insurance h5,
.insurance h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-3);
}
.ori-section-title-5 h2 {
color: #151517;
font-size: 48px;
font-weight: 600;
line-height: 58px;
}
.ori-section-title-5.text-center {
margin: 0 auto;
max-width: 560px;
}
.ori-btn-4 a {
z-index: 1;
color: #fff;
font-weight: 700;
padding: 25px 40px;
border-radius: 5px;
position: relative;
overflow: hidden;
display: inline-block;
background-color: var(--base-color-5);
}
.ori-btn-4 a:after {
content: "";
position: absolute;
top: 0;
left: -200%;
width: 200%;
height: 100%;
-webkit-transform: skewX(-20deg);
-khtml-transform: skewX(-20deg);
transform: skewX(-20deg);
background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
z-index: -1;
}
.ori-btn-4 a:hover {
background-color: #7486E5;
}
.ori-btn-4 a:hover:after {
-webkit-animation: btn_shine 1.2s ease;
animation: btn_shine 1.2s ease;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}   .ori-ins-search-section {
padding: 110px 0px 110px;
}
.ori-ins-search-content {
padding: 50px 65px;
background-color: #fff;
-webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.6196078431);
box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.6196078431);
}
.ori-ins-search-content form {
position: relative;
}
.ori-ins-search-content input {
width: 100%;
height: 100px;
padding-left: 35px;
border: 2px solid #EFF1F3;
}
.ori-ins-search-content input::-webkit-input-placeholder {
color: #6D7680;
font-size: 18px;
}
.ori-ins-search-content input::-moz-placeholder {
color: #6D7680;
font-size: 18px;
}
.ori-ins-search-content input:-ms-input-placeholder {
color: #6D7680;
font-size: 18px;
}
.ori-ins-search-content input::-ms-input-placeholder {
color: #6D7680;
font-size: 18px;
}
.ori-ins-search-content input::placeholder {
color: #6D7680;
font-size: 18px;
}
.ori-ins-search-content button {
top: 16px;
right: 16px;
color: #fff;
width: 215px;
height: 66px;
border: none;
font-weight: 700;
position: absolute;
border-radius: 5px;
text-transform: uppercase;
background-color: #14A3EB;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-ins-search-content button:hover {
background-color: #7486E5;
}
.orix-header-section {
top: 0;
left: 0%;
z-index: 10;
width: 100%;
position: absolute;
padding: 25px 0px;
}
.orix-header-section .container {
max-width: 1380px;
}
.orix-header-section .orix-megamenu {
position: static !important;
}
.orix-header-section .orix-megamenu .dropdown-menu {
left: 0;
right: 0;
top: 80%;
width: 100%;
padding: 20px;
margin: 0 auto;
max-width: 1170px;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-megamenu-item {
margin: 10px;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-megamenu-item h3 {
color: #fff;
font-size: 15px;
font-weight: 700;
text-align: center;
padding-top: 15px;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-megamenu-item:hover .orix-menu-btn-grp {
top: 50%;
opacity: 1;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-menu-btn-grp {
left: 0;
top: 60%;
right: 0;
opacity: 0;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-menu-btn-grp a {
width: 100px;
margin: 0 auto;
white-space: nowrap;
margin-bottom: 8px;
font-size: 12px !important;
font-weight: 500 !important;
padding: 8px 10px !important;
background-color: var(--orix-base-color-1);
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-menu-btn-grp a:hover {
color: #000 !important;
}
.orix-header-section .orix-megamenu .dropdown-menu .orix-menu-btn-grp a:last-child {
margin-bottom: 0;
}
.orix-header-section.sticky-on {
top: 0;
width: 100%;
z-index: 10;
position: fixed;
padding: 10px 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
background-color: #fff;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.orix-header-section.sticky-on .orix-megamenu .dropdown-menu {
top: 100%;
}
.orix-header-section .orix-heade-btn {
margin-left: 30px;
}
.orix-header-section .orix-heade-btn a {
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 18px 25px;
border-radius: 40px;
background: -webkit-gradient(linear, left top, right top, from(#fa6108), color-stop(50%, #f69a64), to(#fa6108));
background: linear-gradient(90deg, #fa6108 0%, #f69a64 50%, #fa6108);
background-size: 200%, 1px;
-webkit-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.orix-header-section .orix-heade-btn a:hover {
background-position: 120%;
}
.orix-main-menu-navigation li {
margin: 0px 27px;
}
.orix-main-menu-navigation li a {
color: #000000;
font-size: 15px;
padding-bottom: 40px;
position: relative;
text-transform: capitalize;
}
.orix-main-menu-navigation li a:before, .orix-main-menu-navigation li a:after {
left: auto;
right: 0;
top: -8px;
content: "";
width: 0%;
height: 3px;
position: absolute;
border-radius: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
background: var(--base-gd-color);
}
.orix-main-menu-navigation li a:after {
left: 0;
top: 25px;
right: auto;
}
.orix-main-menu-navigation li:hover a {
color: var(--orix-base-color);
}
.orix-main-menu-navigation li:hover a:before, .orix-main-menu-navigation li:hover a:after {
width: 100%;
}
.orix-main-menu-navigation li:hover a:before {
left: 0;
right: auto;
}
.orix-main-menu-navigation li:hover a:after {
right: 0;
left: auto;
}
.orix-main-menu-navigation .navbar-nav {
display: inherit;
}
.orix-main-menu-navigation .dropdown {
position: relative;
}
.orix-main-menu-navigation .dropdown:hover .dropdown-menu {
visibility: visible;
opacity: 1;
clip: inherit;
-webkit-transform: scaleY(1);
-khtml-transform: scaleY(1);
transform: scaleY(1);
}
.orix-main-menu-navigation .dropdown-menu {
left: 0;
top: 52px;
z-index: 100;
margin: 0px;
padding: 20px 0;
height: auto;
min-width: 250px;
display: block;
border: none;
border-radius: 0;
position: absolute;
opacity: 0;
background: #fff;
border-radius: 2px;
-webkit-transform: scaleY(0);
transform: scaleY(0);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
text-align: left;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.orix-main-menu-navigation .dropdown-menu .dropdown-menu {
top: 0px;
left: 100%;
-webkit-transform: scaleY(0) !important;
transform: scaleY(0) !important;
opacity: 0 !important;
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
}
.orix-main-menu-navigation .dropdown-menu .dropdown-menu a {
font-size: 14px;
font-weight: 300;
color: #000000 !important;
}
.orix-main-menu-navigation .dropdown-menu .dropdown-menu a:hover {
color: var(--orix-base-color);
}
.orix-main-menu-navigation .dropdown-menu li {
display: block;
margin: 0 !important;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.orix-main-menu-navigation .dropdown-menu li:last-child {
border-bottom: none;
}
.orix-main-menu-navigation .dropdown-menu li:after {
display: none;
}
.orix-main-menu-navigation .dropdown-menu li:hover > .dropdown-menu {
top: 0;
-webkit-transform: scaleY(1) !important;
transform: scaleY(1) !important;
opacity: 1 !important;
}
.orix-main-menu-navigation .dropdown-menu a {
width: 100%;
display: block;
position: relative;
color: var(--black-color) !important;
padding: 10px 30px !important;
font-size: 15px !important;
}
.orix-main-menu-navigation .dropdown-menu a:before {
display: none;
}
.orix-main-menu-navigation .dropdown-menu a:after {
display: none;
}
.orix-main-menu-navigation .dropdown-menu a:hover {
color: var(--orix-base-color) !important;
padding-left: 40px !important;
}
.orix-main-menu-navigation .dropdown-menu a:hover:after {
left: 20px !important;
opacity: 1 !important;
}
.orix-cta-icon-text .inner-icon {
width: 50px;
height: 50px;
margin-right: 25px;
border-radius: 100%;
background-color: #f5f9fa;
}
.orix-cta-icon-text .inner-icon i {
font-size: 18px;
}
.orix-cta-icon-text span, .orix-cta-icon-text a {
width: 100%;
display: block;
}
.orix-cta-icon-text .inner-text span {
color: #382c4d;
font-size: 13px;
}
.orix-cta-icon-text .inner-text a {
color: #382c4d;
font-size: 15px;
font-weight: 700;
}  .orix-header-section .mobile_logo {
top: 10px;
left: 15px;
display: none;
position: absolute;
}
.orix-header-section .mobile_menu_content {
top: 0px;
bottom: 0;
left: -350px;
height: 100vh;
z-index: 101;
position: fixed;
width: 310px;
overflow-y: scroll;
background-color: #fff;
padding: 20px 35px 35px 35px;
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.orix-header-section .mobile_menu_content .mobile-main-navigation {
width: 100%;
}
.orix-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav {
width: 100%;
}
.orix-header-section .mobile_menu_content .dropdown:after {
display: none;
}
.orix-header-section .mobile_menu_content .navbar-nav .dropdown-menu {
position: static !important;
-webkit-transform: none !important;
transform: none !important;
}
.orix-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav li {
width: 100%;
display: block;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.orix-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
padding: 0;
width: 100%;
color: #000;
display: block;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
padding: 10px 30px 10px 0;
}
.orix-header-section .mobile_menu_content .m-brand-logo {
width: 120px;
margin: 50px auto;
}
.orix-header-section .mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
left: 0px;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.orix-header-section .mobile_menu_overlay {
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
right: 0%;
height: 120vh;
opacity: 0;
visibility: hidden;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.orix-header-section .mobile_menu_overlay_on {
overflow: hidden;
}
.orix-header-section .mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
opacity: 1;
visibility: visible;
}
.orix-header-section .mobile_menu_button {
left: auto;
right: 0px;
top: -42px;
z-index: 5;
display: none;
font-size: 24px;
cursor: pointer;
line-height: 38px;
position: absolute;
text-align: center;
}
.orix-header-section .mobile_menu .mobile-main-navigation .navbar-nav li a:after {
display: none;
}
.orix-header-section .mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.orix-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
border: none;
display: none;
-webkit-transition: none;
transition: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 0px;
width: 100%;
background-color: transparent;
}
.orix-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
border: none;
padding: 0 10px;
line-height: 1;
}
.orix-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
background-color: transparent;
}
.orix-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
color: #000 !important;
}
.orix-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
background-color: transparent;
}
.orix-header-section .mobile_menu .dropdown {
position: relative;
}
.orix-header-section .mobile_menu .dropdown .dropdown-btn {
top: 3px;
right: 0;
height: 30px;
color: #000;
padding: 5px 10px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.orix-header-section .mobile_menu .dropdown .dropdown-btn.toggle-open {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.orix-header-section .mobile_menu .mobile_menu_close {
top: 25px;
right: 25px;
color: #000;
font-size: 20px;
cursor: pointer;
position: absolute;
}
.orix-header-section .brand-logo img {
max-width: 180px;
}   .ori-service-section-5 {
padding-bottom: 225px;
}
.ori-service-content-5 {
padding-top: 70px;
}
.ori-service-inner-item-5 {
margin-bottom: 30px;
border-radius: 20px;
background-color: #fff;
padding: 50px 50px 45px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
}
.ori-service-inner-item-5 .service-icon {
width: 80px;
height: 80px;
margin-bottom: 40px;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgba(20, 163, 235, 0.15);
}
.ori-service-inner-item-5 .service-icon i {
color: var(--base-color-5);
font-size: 32px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-service-inner-item-5 .service-text h3 {
color: #0B1C2A;
font-size: 26px;
font-weight: 500;
line-height: 32px;
padding-bottom: 25px;
}
.ori-service-inner-item-5 .service-text p {
font-size: 18px;
line-height: 30px;
}
.ori-service-inner-item-5 .read-more {
margin-top: 25px;
position: relative;
display: inline-block;
}
.ori-service-inner-item-5 .read-more span {
left: 20px;
opacity: 0;
color: #000;
width: 100px;
font-weight: 500;
position: absolute;
display: inline-block;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
font-family: var(--heading-3);
}
.ori-service-inner-item-5 .read-more:hover {
padding-left: 100px;
}
.ori-service-inner-item-5 .read-more:hover span {
left: 0;
opacity: 1;
}
.ori-service-inner-item-5 .more-service-btn-area {
padding: 122px 0px;
}
.ori-service-inner-item-5 .more-service-btn-area .more-service-btn {
font-size: 14px;
font-weight: 700;
padding: 25px 40px;
border-radius: 5px;
display: inline-block;
letter-spacing: 0.14em;
border: 1px solid #14A3EB;
color: var(--base-color-5);
background-color: rgba(20, 163, 235, 0.15);
}
.ori-service-inner-item-5 .more-service-btn-area .more-service-btn:hover {
color: #fff;
background-color: var(--base-color-5);
}
.ori-service-inner-item-5:hover {
-webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
}
.ori-service-inner-item-5:hover .service-icon {
background-color: rgb(20, 163, 235);
}
.ori-service-inner-item-5:hover .service-icon i {
color: #fff;
}
.ori-service-section-6 {
padding: 120px 0px 100px;
}
.ori-service-content-6 {
padding-top: 55px;
}   .ori-ins-fan-fact-section {
padding: 110px 0px 0px;
}
.ori-ins-fun-fact-content {
padding-bottom: 55px;
}
.ori-ins-fun-fact-content .ori-ins-fun-fact-img {
bottom: 0;
left: -150px;
}
.ori-ins-fun-fact-item-area {
max-width: 780px;
}
.ori-ins-fun-fact-item {
width: 50%;
padding-bottom: 65px;
}
.ori-ins-fun-fact-item .ori-ins-fun-fact-icon {
width: 80px;
height: 80px;
margin-right: 25px;
border-radius: 100%;
background-color: #fff;
-webkit-box-shadow: 0px 15px 25px 0px rgba(232, 232, 232, 0.6196078431);
box-shadow: 0px 15px 25px 0px rgba(232, 232, 232, 0.6196078431);
}
.ori-ins-fun-fact-item .ori-ins-fun-fact-icon i {
color: #b3b3b3;
font-size: 30px;
}
.ori-ins-fun-fact-item .ori-ins-fun-fact-text h3 {
color: #0B1C2A;
font-size: 24px;
font-weight: 500;
max-width: 240px;
line-height: 34px;
}
.ori-ins-fun-fact-item .ori-ins-fun-fact-text h3 span {
color: var(--base-color-5);
}   .ori-contact-section-1 {
padding: 120px 0px;
}
.ori-contact-form-contant {
max-width: 750px;
}
.ori-contact-form-area {
padding-top: 45px;
}
.ori-contact-form-area input, .ori-contact-form-area textarea {
width: 100%;
height: 70px;
border: none;
padding-left: 25px;
margin-bottom: 25px;
border: 1px solid #F0F1F4;
-webkit-box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.0509803922);
box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.0509803922);
}
.ori-contact-form-area input::-webkit-input-placeholder, .ori-contact-form-area textarea::-webkit-input-placeholder {
color: #858B93;
}
.ori-contact-form-area input::-moz-placeholder, .ori-contact-form-area textarea::-moz-placeholder {
color: #858B93;
}
.ori-contact-form-area input:-ms-input-placeholder, .ori-contact-form-area textarea:-ms-input-placeholder {
color: #858B93;
}
.ori-contact-form-area input::-ms-input-placeholder, .ori-contact-form-area textarea::-ms-input-placeholder {
color: #858B93;
}
.ori-contact-form-area input::placeholder, .ori-contact-form-area textarea::placeholder {
color: #858B93;
}
.ori-contact-form-area textarea {
height: 215px;
padding-top: 25px;
}
.ori-contact-form-area button {
color: #fff;
border: none;
font-weight: 700;
border-radius: 5px;
padding: 25px 40px;
text-transform: uppercase;
background-color: var(--base-color-5);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-contact-form-area button:hover {
background-color: #7486E5;
}   .ori-testimonial-section-5:before {
background-color: #edf0f3;
}   .ori-blog-section-5 {
padding-bottom: 130px;
}
.ori-blog-content-5 {
padding-top: 65px;
}
.ori-blog-inner-item-5 {
margin: 0 auto;
overflow: hidden;
max-width: 410px;
border-radius: 10px;
background: #FFFFFF;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
box-shadow: 0px 4px 4px 0px rgba(232, 235, 238, 0.06);
}
.ori-blog-inner-item-5 .ori-blog-img {
overflow: hidden;
}
.ori-blog-inner-item-5 .ori-blog-img img {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-inner-item-5 .ori-blog-text {
padding: 30px 25px 40px;
}
.ori-blog-inner-item-5 .ori-blog-text .blog-category {
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 5px 15px;
border-radius: 3px;
display: inline-block;
background-color: var(--base-color-5);
}
.ori-blog-inner-item-5 .ori-blog-text h3 {
color: #0B1C2A;
font-size: 24px;
font-weight: 500;
line-height: 30px;
padding-top: 30px;
}
.ori-blog-inner-item-5 .ori-blog-text h3:hover {
color: var(--base-color-5);
}
.ori-blog-inner-item-5 .ori-blog-text p {
padding-top: 20px;
}
.ori-blog-inner-item-5:hover {
-webkit-box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
box-shadow: 0px 38px 35px 0px rgba(232, 235, 238, 0.62);
}
.ori-blog-inner-item-5:hover .ori-blog-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}    .digital-marketing {
color: #717171;
background-color: #fff;
}
.digital-marketing h1,
.digital-marketing h2,
.digital-marketing h3,
.digital-marketing h4,
.digital-marketing h5,
.digital-marketing h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-4);
}
.ori-section-title-6 h2 {
color: #0D0D0D;
font-size: 50px;
font-weight: 600;
line-height: 66px;
}
.ori-section-title-6 h2 span {
font-weight: 300;
}
.ori-section-title-6 p {
font-size: 18px;
line-height: 30px;
padding: 45px 0px 50px;
}
.ori-btn-5 a {
color: #1D1A26;
font-size: 14px;
font-weight: 700;
padding: 25px 45px;
display: inline-block;
letter-spacing: 0.14em;
background-color: var(--base-color-2);
}
.ori-btn-5 a:hover {
color: #fff;
background-color: #423EF3;
}   .ori-dm-banner-section {
z-index: 1;
}
.ori-dm-banner-section:before {
top: 0;
left: 0;
width: 100%;
content: "";
z-index: -1;
height: 805px;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/slider/dm-banner.png);
}
.ori-dm-banner-section .ori-dm-banner-shape1 {
left: 0;
bottom: 245px;
}
.ori-dm-banner-section .ori-dm-banner-shape2 {
right: 0;
bottom: 245px;
}
.ori-dm-banner-content {
padding-top: 205px;
}
.ori-dm-banner-content .ori-dm-banner-img {
padding-top: 85px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-text {
max-width: 680px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-text h1 {
color: #fff;
font-weight: 6;
font-size: 70px;
font-weight: 600;
line-height: 78.5px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-text h1 span {
font-weight: 300;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-btn a {
width: 122px;
height: 122px;
color: #0D0D0D;
font-size: 25px;
border-radius: 100%;
background-color: var(--base-color-2);
}
.ori-dm-banner-text-play-btn .ori-dm-banner-btn a:hover {
background-color: #fff;
}   .ori-dm-servcie-section {
padding: 115px 0px 50px;
}
.ori-dm-service-text-area {
max-width: 490px;
}
.ori-dm-servcie-item {
margin-bottom: 80px;
}
.ori-dm-servcie-item .service-icon {
margin-bottom: 35px;
}
.ori-dm-servcie-item .service-text h3 {
color: #0D0D0D;
font-size: 24px;
font-weight: 700;
padding-bottom: 20px;
font-family: var(--heading-1);
}
.ori-dm-servcie-item .service-text h3:hover {
color: #423EF3;
}
.ori-dm-servcie-item .service-text p {
font-size: 18px;
line-height: 30px;
}
.ori-dm-servcie-item:hover .service-icon {
-webkit-animation: icon-bounce 0.8s ease-out infinite;
animation: icon-bounce 0.8s ease-out infinite;
}   .ori-dm-about-section {
padding: 150px 0px;
}
.ori-dm-about-section .ori-dm-about-shape1 {
left: 0;
bottom: 0;
}
.ori-dm-about-section .ori-dm-about-shape2 {
right: 0;
bottom: 0;
}
.ori-dm-about-img {
z-index: 1;
left: -100px;
margin-top: 60px;
}
.ori-dm-about-img .ori-dm-about-social1,
.ori-dm-about-img .ori-dm-about-social2 {
left: 0;
right: 0;
bottom: -60px;
margin: 0 auto;
text-align: center;
}
.ori-dm-about-img .ori-dm-about-social2 {
top: -90px;
bottom: auto;
}
.ori-dm-about-img .ori-dm-about-social3 {
left: 115px;
bottom: 60px;
}
.ori-dm-about-img .ori-dm-about-social4 {
right: 115px;
bottom: 60px;
}
.ori-dm-about-img .ori-dm-about-shape {
right: 0;
bottom: 0;
z-index: -1;
}
.ori-dm-about-text-area .ori-btn-5 a:hover {
color: #000;
background-color: #fff;
}
.ori-dm-about-text-area .ori-section-title-6 h2, .ori-dm-about-text-area .ori-section-title-6 p {
color: #fff;
}   .ori-dm-case-study-section {
padding: 115px 0px 125px;
}
.ori-dm-case-study-content {
padding-top: 55px;
}
.ori-dm-case-study-content .ori-dm-case-btn {
padding-top: 70px;
}
.ori-dm-case-study-item {
margin: 0 auto;
max-width: 410px;
border-radius: 20px;
padding: 20px 20px 40px;
background-color: #F4F5FB;
}
.ori-dm-case-study-item .case-study-img {
overflow: hidden;
border-radius: 20px;
margin-bottom: 45px;
}
.ori-dm-case-study-item .case-study-img img {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-dm-case-study-item .case-study-text h3 {
color: #292930;
font-size: 25px;
font-weight: 500;
padding-bottom: 20px;
}
.ori-dm-case-study-item .case-study-text h3 span {
font-weight: 300;
}
.ori-dm-case-study-item .case-study-text .more-btn {
color: #000000;
font-size: 18px;
font-weight: 700;
padding: 15px 50px;
border-radius: 150px;
display: inline-block;
background-color: #fff;
-webkit-box-shadow: 0px 9px 22px #ECEEFA;
box-shadow: 0px 9px 22px #ECEEFA;
}
.ori-dm-case-study-item .case-study-text .more-btn i {
-webkit-transition: 200ms all ease;
transition: 200ms all ease;
}
.ori-dm-case-study-item .case-study-text .more-btn:hover {
color: #fff;
background-color: #423EF3;
}
.ori-dm-case-study-item .case-study-text .more-btn:hover i {
margin-left: 5px;
}
.ori-dm-case-study-item:hover .case-study-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}   .ori-dm-how-help-section {
overflow: hidden;
padding-bottom: 90px;
}
.ori-dm-how-help-section .ori-section-title-6 p {
font-size: 22px;
padding-top: 25px;
padding-bottom: 0;
}
.ori-dm-how-help-item {
position: relative;
margin-bottom: 30px;
}
.ori-dm-how-help-item:before {
top: 50px;
height: 1px;
content: "";
width: 175px;
right: -100px;
position: absolute;
border: 1px dashed #818181;
}
.ori-dm-how-help-item .how-help-icon {
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 28px;
border-radius: 100%;
background-color: #f4fee5;
}
.ori-dm-how-help-item .how-help-text h3 {
color: #0D0D0D;
margin: 0 auto;
font-size: 22px;
font-weight: 500;
max-width: 240px;
line-height: 34px;
}
.ori-dm-how-help-content {
padding-top: 50px;
}
.ori-dm-how-help-content .col-lg-3:nth-child(2) .ori-dm-how-help-item .how-help-icon {
background-color: rgba(222, 120, 240, 0.2);
}
.ori-dm-how-help-content .col-lg-3:nth-child(3) .ori-dm-how-help-item .how-help-icon {
background: rgba(124, 174, 248, 0.2);
}
.ori-dm-how-help-content .col-lg-3:nth-child(4) .ori-dm-how-help-item .how-help-icon {
background-color: rgba(243, 147, 33, 0.2);
}
.ori-dm-how-help-content .col-lg-3:last-child .ori-dm-how-help-item:before {
display: none;
}   .ori-dm-sponsor-testimonial-section {
padding: 130px 0px 80px;
background-color: #f8f8f8;
}
.ori-dm-sponsor-testimonial-section:before {
top: 0;
left: 0;
width: 100%;
content: "";
z-index: -1;
height: 585px;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/slider/dm-banner.png);
}
.ori-dm-testimonial-content {
padding-top: 130px;
}   .ori-dm-blog-section {
padding-bottom: 130px;
background-color: #f8f8f8;
}
.ori-dm-blog-content {
padding-top: 70px;
}
.ori-dm-blog-content .ori-dm-blog-btn {
padding-top: 70px;
}
.ori-dm-blog-item {
z-index: 1;
overflow: hidden;
padding: 50px 40px;
border-radius: 20px;
background-color: #fff;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-dm-blog-item .blog-bg-shape {
top: 0;
left: 0;
width: 0%;
z-index: -1;
height: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-dm-blog-item .blog-bg-shape img {
width: 100%;
height: 100%;
}
.ori-dm-blog-item .blog-text .date-meta {
color: #0D0D0D;
font-size: 14px;
font-weight: 700;
padding: 12px 30px;
border-radius: 5px;
margin-bottom: 50px;
display: inline-block;
background-color: var(--base-color-2);
}
.ori-dm-blog-item .blog-text h3 {
color: #292930;
font-size: 25px;
font-weight: 500;
font-weight: 500;
padding-bottom: 28px;
}
.ori-dm-blog-item .blog-text p {
font-size: 18px;
line-height: 30px;
padding-bottom: 35px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
border-bottom: 1px solid #EFEEEE;
}
.ori-dm-blog-item .blog-text .ori-blog-author-meta {
margin-top: 35px;
}
.ori-dm-blog-item .blog-text .ori-blog-author-meta .author-img {
width: 45px;
height: 45px;
overflow: hidden;
margin-right: 15px;
border-radius: 100%;
}
.ori-dm-blog-item .blog-text .ori-blog-author-meta .author-name {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-dm-blog-item .blog-text .ori-blog-author-meta .author-name a {
color: #292930;
font-weight: 700;
}
.ori-dm-blog-item:hover .blog-bg-shape {
width: 100%;
}
.ori-dm-blog-item:hover .blog-text h3, .ori-dm-blog-item:hover .blog-text p {
color: #fff;
}
.ori-dm-blog-item:hover .blog-text .ori-blog-author-meta .author-name {
color: #fff;
}
.ori-dm-blog-item:hover .blog-text .ori-blog-author-meta .author-name a {
color: #fff;
}    .digital-agency-2 {
color: #6f6f6f;
background-color: #fff;
}
.digital-agency-2 h1,
.digital-agency-2 h2,
.digital-agency-2 h3,
.digital-agency-2 h4,
.digital-agency-2 h5,
.digital-agency-2 h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-1);
}
.digital-agency-2 .container {
max-width: 1200px;
}
.ori-btn-7 a {
color: #fff;
font-weight: 700;
padding: 16px 30px;
border-radius: 3px;
display: inline-block;
background-color: var(--base-color-7);
}
.ori-btn-7 a:hover {
background-color: var(--base-color-6);
}
.ori-section-title-7 {
max-width: 610px;
}
.ori-section-title-7 .sub-title {
font-weight: 700;
color: var(--base-color-7);
}
.ori-section-title-7 h2 {
color: #0b1c2b;
font-size: 50px;
font-weight: 700;
padding-top: 15px;
}
.ori-section-title-7 h2 span {
color: var(--base-color-7);
}
.ori-section-title-7 p {
max-width: 480px;
padding-top: 35px;
}
.ori-section-title-7.text-center {
margin: 0 auto;
}   .ori-skill-client-more .inner-img-list li, .ori-banner-section-7 .ori-banner-option .inner-text .inner-img-list li {
width: 62px;
height: 62px;
float: left;
overflow: hidden;
margin-left: -25px;
border-radius: 100%;
border: 3px solid #fff;
}
.ori-skill-client-more .inner-img-list li:first-child, .ori-banner-section-7 .ori-banner-option .inner-text .inner-img-list li:first-child {
margin-left: 0;
}
.ori-banner-section-7 {
background-color: #f9f9f9;
}
.ori-banner-section-7:before {
top: 0;
right: 0;
content: "";
width: 40%;
height: 100%;
position: absolute;
background-color: #fff;
}
.ori-banner-section-7 .ori-banner-shape1 {
top: 0;
right: 0;
}
.ori-banner-section-7 .ori-banner-shape2 {
bottom: 0;
right: 0;
}
.ori-banner-section-7 .banner-circle {
overflow: hidden;
border-radius: 100%;
border: 12px solid #fff;
}
.ori-banner-section-7 .banner-circle-img .circle-icon {
top: 10px;
left: -15px;
width: 80px;
height: 80px;
color: #00519d;
position: absolute;
border-radius: 100%;
background-color: #fff;
-webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.ori-banner-section-7 .banner-circle-img .circle-icon i {
font-size: 35px;
}
.ori-banner-section-7 .ori-banner-circle-img1 {
top: 135px;
right: 250px;
width: 335px;
height: 335px;
}
.ori-banner-section-7 .ori-banner-circle-img1 .circle-icon {
top: 30px;
left: -10px;
}
.ori-banner-section-7 .ori-banner-circle-img1 .circle-icon i {
color: #ea4c89;
}
.ori-banner-section-7 .ori-banner-circle-img2 {
top: 45%;
right: 15px;
width: 260px;
height: 260px;
border-radius: 100%;
}
.ori-banner-section-7 .ori-banner-circle-img3 {
right: 235px;
bottom: 28px;
width: 335px;
height: 335px;
}
.ori-banner-section-7 .ori-banner-circle-img3 .circle-icon {
top: 50px;
left: auto;
right: -10px;
}
.ori-banner-section-7 .ori-banner-circle-img3 .circle-icon i {
color: #03a9f4;
}
.ori-banner-section-7 .ori-banner-option {
top: 49%;
right: 18%;
border-radius: 10px;
padding: 30px 40px 30px 60px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.ori-banner-section-7 .ori-banner-option .inner-icon {
top: 40px;
left: -40px;
width: 80px;
height: 80px;
border-radius: 100%;
background-color: var(--base-color-7);
}
.ori-banner-section-7 .ori-banner-option .inner-icon i {
color: #fff;
font-size: 40px;
}
.ori-banner-section-7 .ori-banner-option .inner-text p {
color: #0b1c2b;
font-size: 18px;
font-weight: 700;
padding-bottom: 15px;
}
.ori-banner-section-7 .ori-banner-option .inner-text p span {
color: var(--base-color-6);
}
.ori-banner-section-7 .ori-banner-option .inner-text a {
color: #0e0d0f;
font-size: 15px;
font-weight: 700;
margin-left: 13px;
}
.ori-banner-content-7 {
padding: 280px 0px;
}
.ori-banner-text-wrap-7 {
max-width: 670px;
}
.ori-banner-text-wrap-7 .banner-slug {
font-weight: 700;
color: var(--base-color-7);
}
.ori-banner-text-wrap-7 h1 {
color: #0b1c2b;
font-size: 90px;
font-weight: 700;
position: relative;
padding: 20px 0px;
}
.ori-banner-text-wrap-7 h1 span {
color: var(--base-color-7);
}
.ori-banner-text-wrap-7 h1:after {
bottom: 0;
right: 50px;
height: 30px;
width: 110px;
content: "";
position: absolute;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/under.png);
}
.ori-banner-text-wrap-7 p {
font-size: 20px;
max-width: 610px;
padding-top: 30px;
}
.ori-banner-text-wrap-7 .banner-play-btn {
margin-top: 55px;
}
.ori-banner-text-wrap-7 .banner-play-btn .ori-btn-7 a {
padding: 25px 60px;
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play {
margin-left: 50px;
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play a i {
width: 70px;
height: 70px;
font-size: 35px;
line-height: 70px;
text-align: center;
border-radius: 100%;
color: var(--base-color-6);
border: 2px solid var(--base-color-6);
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play a span {
color: #0b1c2b;
font-weight: 700;
margin-left: 15px;
}   .ori-sponsor-content-7 {
top: -110px;
padding: 50px 70px;
border-radius: 10px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.07);
box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.07);
}
.ori-sponsor-content-7 h3 {
color: #0b1c2b;
font-size: 36px;
font-weight: 700;
text-align: center;
padding-bottom: 40px;
}
.ori-sponsor-content-7 h3 span {
color: var(--base-color-7);
}
.ori-sponsor-slider-7 .ori-sponsor-img .inner-img {
height: 60px;
width: 160px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}   .ori-about-section-7 {
overflow: hidden;
}
.ori-about-img-item-wrap {
z-index: 1;
}
.ori-about-img-item-wrap .ori-about-inner-img1,
.ori-about-img-item-wrap .ori-about-inner-img2 {
overflow: hidden;
border-radius: 50px;
}
.ori-about-img-item-wrap .ori-about-shape-circle {
left: 115px;
z-index: -1;
bottom: -200px;
position: absolute;
}
.ori-about-img-item-wrap .ori-about-inner-img2 {
right: -280px;
bottom: -195px;
position: absolute;
}
.ori-about-text-wrap-7 {
padding-top: 40px;
-webkit-transform: translateX(315px);
transform: translateX(315px);
}
.ori-about-text-wrap-7 p {
line-height: 1.5;
max-width: 315px;
padding-bottom: 30px;
}   .ori-service-section-7 {
overflow: hidden;
padding: 120px 0px;
}
.ori-service-content-7 {
margin-top: 70px;
}
.ori-service-content-7 .carousel_nav button {
top: 50%;
width: 40px;
border: none;
height: 40px;
position: absolute;
border-radius: 100%;
background-color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.ori-service-content-7 .carousel_nav .ser7-left_arrow {
left: -8px;
}
.ori-service-content-7 .carousel_nav .ser7-right_arrow {
right: -8px;
}
.ori-service-item-7 {
padding: 0px 15px;
}
.ori-service-item-7 .ori-service-inner-item-7 {
z-index: 1;
border-radius: 50px;
padding: 40px 20px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 11px 46px 0px rgba(6, 6, 6, 0.16);
}
.ori-service-item-7 .ori-service-inner-item-7:before {
top: 0;
left: 0;
width: 100%;
content: "";
height: 100%;
z-index: -1;
position: absolute;
border-radius: 50px;
background-color: #fff;
}
.ori-service-item-7 .ori-service-inner-item-7 .service-shape1 {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ori-service-item-7 .ori-service-inner-item-7 .service-shape1:before, .ori-service-item-7 .ori-service-inner-item-7 .service-shape1:after {
top: -4px;
left: -4px;
width: 35%;
content: "";
height: 35%;
z-index: -2;
position: absolute;
border-radius: 50px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: var(--base-color-7);
}
.ori-service-item-7 .ori-service-inner-item-7 .service-shape1:after {
top: auto;
left: auto;
right: -4px;
bottom: -4px;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-2 .service-shape1:before, .ori-service-item-7 .ori-service-inner-item-7.ser-color-2 .service-shape1:after {
background-color: #fb4cf0;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-2 .ori-service-icon i {
color: #fb4cf0;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-3 .service-shape1:before, .ori-service-item-7 .ori-service-inner-item-7.ser-color-3 .service-shape1:after {
background-color: #40c6c5;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-3 .ori-service-icon i {
color: #40c6c5;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-4 .service-shape1:before, .ori-service-item-7 .ori-service-inner-item-7.ser-color-4 .service-shape1:after {
background-color: #00d20a;
}
.ori-service-item-7 .ori-service-inner-item-7.ser-color-4 .ori-service-icon i {
color: #00d20a;
}
.ori-service-item-7 .ori-service-inner-item-7 .ori-service-icon {
margin-bottom: 25px;
}
.ori-service-item-7 .ori-service-inner-item-7 .ori-service-icon i {
font-size: 50px;
color: var(--base-color-7);
}
.ori-service-item-7 .ori-service-inner-item-7 .ori-service-text h3 {
color: #0b1c2b;
font-size: 22px;
font-weight: 700;
padding-bottom: 15px;
}
.ori-service-item-7 .ori-service-inner-item-7 .ori-service-text p {
padding-bottom: 15px;
}
.ori-service-item-7 .ori-service-inner-item-7:hover .service-shape1:before, .ori-service-item-7 .ori-service-inner-item-7:hover .service-shape1:after {
width: 103%;
height: 100%;
border-radius: 50px;
}
.ori-service-silider-7 .slick-list {
overflow: visible;
}
.ori-service-silider-7 .slick-slide {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
}
.ori-service-silider-7 .slick-slide.slick-active {
opacity: 1;
}   .ori-video-play-7 {
width: 50%;
}
.ori-video-play-7:before {
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
opacity: 0.769;
position: absolute;
background-image: linear-gradient(-62deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.ori-video-play-7 .ori-play-video-play {
left: 0;
right: 0;
top: 50%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-video-play-7 .ori-play-video-play a {
color: #fff;
width: 160px;
height: 160px;
margin: 0 auto;
font-size: 35px;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.4);
}
.ori-skill-content-7 {
width: 50%;
padding: 120px 0px;
background-color: #ecf7ff;
}
.ori-skill-content-progress {
max-width: 530px;
padding-left: 55px;
}
.ori-skill-text-progress-bar {
padding-top: 35px;
}
.ori-skill-progress-7 .skill-progress-bar {
padding-top: 15px;
}
.ori-skill-progress-7 .skill-progress-bar .skill-set-percent {
margin-bottom: 28px;
}
.ori-skill-progress-7 .skill-progress-bar .skill-set-percent h4 {
color: #0b1c2b;
font-size: 16px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-skill-progress-7 .skill-progress-bar .skill-set-percent .progress {
height: 8px;
border-radius: 0;
position: relative;
overflow: visible;
background-color: #e8e8e8;
}
.ori-skill-progress-7 .skill-progress-bar .skill-set-percent .progress span {
right: 0;
top: -30px;
color: #0b1c2b;
font-weight: 700;
position: absolute;
}
.ori-skill-progress-7 .skill-progress-bar .skill-set-percent .progress-bar {
width: 0;
float: left;
height: 100%;
position: relative;
-webkit-transition: 1s all ease-in-out;
transition: 1s all ease-in-out;
background-image: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.ori-skill-client-more {
margin-top: 45px;
}
.ori-skill-client-more .more-btn {
color: #0b1c2b;
margin-left: 18px;
}
.ori-skill-client-more .more-btn a {
margin-left: 10px;
color: var(--base-color-7);
font-weight: 700;
}   .ori-counter-project-section {
padding: 120px 0px;
overflow: hidden;
}
.ori-counter-content-7 {
z-index: 1;
position: relative;
}
.ori-counter-content-item-7 {
max-width: 405px;
margin-top: 60px;
}
.ori-counter-content-item-7:before {
top: 0;
left: 0;
right: 0;
width: 1px;
content: "";
height: 80%;
margin: 0 auto;
position: absolute;
background-color: #e5e5e5;
}
.ori-counter-content-item-7:after {
left: 0;
top: 42%;
width: 100%;
content: "";
height: 1px;
position: absolute;
background-color: #e5e5e5;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-counter-item-7 {
margin-bottom: 60px;
}
.ori-counter-item-7 h3 {
color: #0b1c2b;
font-size: 50px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-counter-item-7 h3 sup {
font-size: 30px;
color: var(--base-color-7);
}
.ori-counter-cta-btn {
margin-top: 30px;
}
.ori-counter-cta-btn a {
color: #fff;
font-weight: 700;
margin-left: 35px;
border-radius: 3px;
padding: 20px 45px;
display: inline-block;
background-color: var(--base-color-6);
}
.orix-fun-fact-item .fun-fact-icon {
width: 60px;
height: 60px;
margin-right: 10px;
border-radius: 100%;
background-color: #ebebeb;
}
.orix-fun-fact-item .fun-fact-icon i {
color: #fff;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 18px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 100%;
background: var(--base-gd-color);
}
.orix-fun-fact-item .fun-fact-text {
max-width: 190px;
}
.orix-fun-fact-item .fun-fact-text h3 {
color: #082d3d;
font-size: 50px;
font-weight: 600;
}
.orix-fun-fact-item .fun-fact-text p {
color: #5a708c;
font-size: 15px;
padding-top: 3px;
line-height: 1.333;
}   .orix-featured-item-area {
padding-top: 50px;
margin-bottom: 25px;
}
.orix-featured-item {
margin-bottom: 30px;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.orix-featured-item .featured-icon {
width: 58px;
height: 58px;
margin-right: 18px;
border-radius: 10px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 29px 0px rgba(18, 18, 18, 0.08);
box-shadow: 0px 0px 29px 0px rgba(18, 18, 18, 0.08);
}
.orix-featured-item .featured-text {
max-width: 210px;
}
.orix-featured-item .featured-text h3 {
color: #262420;
font-size: 19px;
font-weight: 600;
padding-bottom: 5px;
}
.orix-featured-item .featured-text p {
color: #262420;
font-size: 14px;
}
.orix-featured-item:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.orix-featured-img-area {
z-index: 1;
padding: 60px 0px 40px 50px;
}
.orix-featured-img-area:before {
top: 0;
right: 0;
z-index: -1;
width: 70%;
content: "";
height: 100%;
position: absolute;
border-radius: 8px;
background-color: #ebf9ff;
border-top-right-radius: 100px;
}
.orix-featured-img-area .orix-ft-img2 {
top: 25px;
right: 55px;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.06);
box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.06);
}
.orix-featured-img-area .orix-featured-img {
overflow: hidden;
border-radius: 15px;
display: inline-block;
}   .ori-project-slider-item-7 .ori-project-text {
left: -105px;
width: 80%;
opacity: 0;
bottom: 50px;
padding: 15px 30px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 238, 235, 0.75)), color-stop(53%, rgba(32, 166, 243, 0.75)), to(rgba(63, 93, 251, 0.75)));
background: linear-gradient(-180deg, rgba(0, 238, 235, 0.75) 1%, rgba(32, 166, 243, 0.75) 53%, rgba(63, 93, 251, 0.75) 100%);
}
.ori-project-slider-item-7 .ori-project-text h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
padding-bottom: 8px;
}
.ori-project-slider-item-7 .ori-project-text span {
color: #fff;
}
.ori-project-slider-item-7 .ori-project-text .ori-project-btn {
top: 25px;
right: 25px;
width: 40px;
color: #000;
height: 40px;
border-radius: 100%;
background-color: #fff;
}
.ori-project-slider-7 .slick-list {
overflow: visible;
}
.ori-project-slider-7 .slick-slide {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
}
.ori-project-slider-7 .slick-slide.slick-active {
opacity: 1;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
.ori-project-slider-7 .slick-slide.slick-active.slick-current {
-webkit-transform: scale(1);
transform: scale(1);
}
.ori-project-slider-7 .ori-project-slider-item-7.slick-current .ori-project-text {
opacity: 1;
left: -145px;
}
.ori-seven-project-carousel {
bottom: 40px;
right: -185px;
position: absolute;
}
.ori-seven-project-carousel button {
width: 40px;
height: 40px;
border: none;
margin-right: 15px;
border-radius: 100%;
background-color: #fff;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.ori-seven-project-carousel button:hover {
color: #fff;
background-color: #7489f7;
}   .ori-testimonial-section-7 {
padding: 140px 0px 120px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(235, 247, 255)), color-stop(53%, rgb(242, 248, 252)), color-stop(99%, rgb(249, 249, 249)));
background: linear-gradient(-180deg, rgb(235, 247, 255) 1%, rgb(242, 248, 252) 53%, rgb(249, 249, 249) 99%);
}
.ori-testimonial-section-7 .ori-section-title-7 {
padding-bottom: 40px;
}
.ori-testimonial-inner-item-7 {
padding: 45px 0px 25px 45px;
}
.ori-testimonial-inner-item-7:before {
top: 0;
left: 0;
width: 73%;
height: 75%;
content: "";
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(0, 238, 235)), color-stop(53%, rgb(32, 166, 243)), to(rgb(63, 93, 251)));
background: linear-gradient(-180deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 {
padding: 35px;
max-width: 505px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 0px 27px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 0px 27px 0px rgba(6, 6, 6, 0.16);
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .test-rate {
top: -25px;
right: 30px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .ori-testimonial-img-name .ori-testimonial-img {
width: 190px;
height: 135px;
overflow: hidden;
margin-right: 35px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .ori-testimonial-img-name .testimonial-name {
max-width: 135px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .ori-testimonial-img-name .testimonial-name h3 {
color: #0b1c2b;
line-height: 1;
font-size: 36px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .testimonial-desc {
font-size: 24px;
margin-top: 45px;
padding-left: 60px;
padding-bottom: 10px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .testimonial-desc:before {
top: -20px;
left: -5px;
font-size: 40px;
content: "\f10d";
font-weight: 900;
position: absolute;
font-family: "Font Awesome 5 Pro";
background: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ori-testimonial-slider-area-7 .carousel_nav button {
z-index: 1;
width: 32px;
border: none;
height: 32px;
margin: 0px 75px;
border-radius: 100%;
position: relative;
background-color: #bdc5f2;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-testimonial-slider-area-7 .carousel_nav button:before {
top: 0;
left: 0;
content: "";
width: 100%;
z-index: -1;
height: 100%;
position: absolute;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transform: scale(0);
transform: scale(0);
background: linear-gradient(-106deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.ori-testimonial-slider-area-7 .carousel_nav button:hover {
color: #fff;
}
.ori-testimonial-slider-area-7 .carousel_nav button:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.ori-testimonial-slider-area-7 .slick-dots {
left: 0;
right: 0;
bottom: -30px;
margin: 0 auto;
max-width: 130px;
}
.ori-testimonial-slider-area-7 .slick-dots li {
width: 10px;
height: 10px;
margin: 0px 10px;
border-radius: 100%;
background-color: #d8d8d8;
}
.ori-testimonial-slider-area-7 .slick-dots li.slick-active {
background-color: var(--base-color-6);
}   .ori-get-started-section {
padding-bottom: 120px;
}
.ori-get-started-content {
padding: 50px;
border-radius: 10px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: -2.072px 16.873px 18px 0px rgba(6, 6, 6, 0.05);
box-shadow: -2.072px 16.873px 18px 0px rgba(6, 6, 6, 0.05);
}
.ori-get-started-content h3 {
color: #0b1c2b;
font-size: 24px;
font-weight: 700;
text-align: center;
}
.ori-get-started-content .ori-get-started-step {
padding-top: 40px;
}
.ori-get-started-item .get-start-icon {
margin-right: 15px;
}
.ori-get-started-item .get-start-icon i {
font-size: 30px;
border-radius: 100%;
color: var(--base-color-7);
-webkit-box-shadow: -2.072px 16.873px 18px 0px rgba(116, 137, 247, 0.44);
box-shadow: -2.072px 16.873px 18px 0px rgba(116, 137, 247, 0.44);
}
.ori-get-started-item .get-start-text {
color: #0b1c2b;
font-size: 18px;
font-weight: 700;
max-width: 175px;
}   .ori-blog-section-7 {
overflow: hidden;
padding-bottom: 120px;
}
.ori-blog-section-7 .progress {
display: block;
width: 100%;
height: 10px;
border-radius: 8px;
overflow: hidden;
margin: 110px 0px 25px;
background-color: #e6e6e6;
background-image: -webkit-gradient(linear, left top, right top, from(#7489f7), to(#7489f7));
background-image: linear-gradient(to right, #7489f7, #7489f7);
background-repeat: no-repeat;
background-size: 0 100%;
-webkit-transition: background-size 0.4s ease-in-out;
transition: background-size 0.4s ease-in-out;
}
.ori-blog-section-7 .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
border: 0;
margin: -1px;
overflow: hidden;
border-radius: 8px;
background: linear-gradient(-108deg, rgb(253, 50, 119) 0%, rgb(254, 116, 156) 51%, rgb(255, 181, 193) 100%);
}
.ori-blog-section-7 .slick-dotted.slick-slider {
margin-bottom: 0;
}
.ori-seven-blog-top-content .ori-seven-section-title h2 {
max-width: 570px;
}
.ori-seven-blog-top-content .ori-seven-blog-top-text {
max-width: 520px;
}
.ori-seven-blog-slider {
margin-left: -30px;
}
.ori-seven-blog-content {
padding-top: 100px;
}
.ori-seven-blog-item {
overflow: hidden;
padding: 85px 60px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0.872px 24.985px 32px 0px rgba(6, 17, 59, 0.06);
box-shadow: 0.872px 24.985px 32px 0px rgba(6, 17, 59, 0.06);
}
.ori-seven-blog-item .ori-seven-blog-img {
top: 0;
left: 0;
opacity: 0;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-seven-blog-item .ori-seven-blog-img img {
height: 100%;
width: 100%;
}
.ori-seven-blog-item .ori-seven-blog-text .blog-cat {
color: #fff;
padding: 3px 10px;
border-radius: 5px;
display: inline-block;
background: -webkit-gradient(linear, right top, left top, from(#0090ff), color-stop(51%, #4e70fc), to(#9b4ff9));
background: linear-gradient(-90deg, #0090ff 0%, #4e70fc 51%, #9b4ff9 100%);
}
.ori-seven-blog-item .ori-seven-blog-text h3 {
color: #0b1c2b;
font-size: 36px;
font-weight: 700;
line-height: 1.222;
padding: 25px 0px 20px;
}
.ori-seven-blog-item .ori-seven-blog-text .blog-meta a {
color: #526a8b;
margin-right: 15px;
position: relative;
}
.ori-seven-blog-item .ori-seven-blog-text .blog-meta a:before {
top: 0;
right: -13px;
content: "/";
color: #526a8b;
position: absolute;
}
.ori-seven-blog-item .ori-seven-blog-text .blog-meta a:last-child:before {
display: none;
}
.ori-seven-blog-item-area {
width: 680px;
padding: 0px 10px;
-webkit-transition: 800ms all ease;
transition: 800ms all ease;
}
.ori-seven-blog-item-area .ori-seven-blog-shape {
top: -42px;
opacity: 0;
right: -5px;
overflow: hidden;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-seven-blog-item-area.slick-current.slick-active {
width: 680px;
padding: 0px 30px;
margin-right: 15px;
}
.ori-seven-blog-item-area.slick-current.slick-active .ori-seven-blog-shape {
opacity: 1;
}
.ori-seven-blog-item-area.slick-current.slick-active .ori-seven-blog-item {
background-color: #000435;
}
.ori-seven-blog-item-area.slick-current.slick-active .ori-seven-blog-img {
opacity: 1;
}
.ori-seven-blog-item-area.slick-current.slick-active .ori-seven-blog-text h3 {
color: #fff;
}
.ori-seven-blog-slider .slick-list {
overflow: visible;
}
.ori-seven-blog-slider .slick-slide {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
}
.ori-seven-blog-slider .slick-slide.slick-active {
opacity: 1;
}
.ori-seven-blog-slider .slick-dots {
left: 30px;
width: auto;
bottom: -210px;
}
.ori-seven-blog-slider .slick-dots li {
margin: 0;
width: auto;
height: auto;
color: #a4abb4;
font-weight: 700;
margin-right: 30px;
position: relative;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-seven-blog-slider .slick-dots li:before {
top: 0;
right: -10px;
content: "/";
color: #a4abb4;
position: absolute;
}
.ori-seven-blog-slider .slick-dots li.slick-active span {
color: #20395c;
font-size: 60px;
}
.ori-seven-blog-slider .slick-dots li.slick-active:before {
display: none;
}
.ori-seven-blog-carousel-pagination .blg-left_arrow,
.ori-seven-blog-carousel-pagination .blg-right_arrow {
z-index: 1;
width: 60px;
height: 60px;
border: none;
margin-left: 10px;
border-radius: 100%;
position: relative;
background-color: #fff;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.16);
}
.ori-seven-blog-carousel-pagination .blg-left_arrow:hover,
.ori-seven-blog-carousel-pagination .blg-right_arrow:hover {
color: #fff;
background-color: var(--base-color-7);
}
.orix-blog-section {
overflow: hidden;
padding: 100px 0px 115px;
}
.orix-blog-content {
margin: 0px -15px;
}
.orix-blog-slider-item {
padding: 0px 15px;
}
.orix-blog-item {
max-width: 370px;
margin: 0 auto;
}
.orix-blog-item .blog-img {
padding-bottom: 33px;
}
.orix-blog-item .inner-img {
overflow: hidden;
border-radius: 20px;
}
.orix-blog-item .inner-img img {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.orix-blog-item .blog-meta {
bottom: 0;
left: 25px;
overflow: hidden;
width: 105px;
border-radius: 15px;
}
.orix-blog-item .blog-meta span {
display: block;
}
.orix-blog-item .blog-meta .orix-date {
color: #fff;
padding: 2px;
font-size: 20px;
line-height: 1.5;
font-weight: 600;
background-color: #141412;
}
.orix-blog-item .blog-meta .orix-year {
color: #fff;
padding: 6px;
font-size: 12px;
font-weight: 600;
background: var(--base-gd-color);
}
.orix-blog-item .blog-text {
margin-top: 20px;
}
.orix-blog-item .blog-text h3 {
color: #182022;
font-size: 22px;
font-weight: 600;
line-height: 1.273;
padding-bottom: 10px;
}
.orix-blog-item .blog-text h3:hover {
color: var(--orix-base-color);
}
.orix-blog-item .blog-text p {
padding-bottom: 15px;
}
.orix-blog-item .blog-text .read_more {
color: #141412;
font-size: 12px;
font-weight: 700;
position: relative;
display: inline-block;
}
.orix-blog-item .blog-text .read_more:before {
left: 0;
bottom: 2px;
content: "";
width: 100%;
height: 1px;
position: absolute;
background: #141412;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.orix-blog-item .blog-text .read_more:hover:before {
background: var(--base-gd-color);
}
.orix-blog-item:hover .inner-img img {
-webkit-transform: scale(1);
transform: scale(1);
}   .ori-seven-contact-section {
padding: 80px 0px 110px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(235, 247, 255)), color-stop(53%, rgb(242, 248, 252)), color-stop(99%, rgb(249, 249, 249)));
background: linear-gradient(-180deg, rgb(235, 247, 255) 1%, rgb(242, 248, 252) 53%, rgb(249, 249, 249) 99%);
}
.ori-seven-contact-section .ori-seven-contact-bg {
top: 30px;
right: 0;
opacity: 0.3;
}
.ori-seven-contact-map-info {
width: 690px;
}
.ori-seven-contact-map-info iframe {
width: 100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
#ori-seven-map {
height: 365px;
margin-top: 60px;
border: 5px solid #fff;
border-right: 0;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
#ori-seven-map img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
#ori-seven-map .gm-style {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.ori-seven-contact-info {
padding-top: 25px;
}
.ori-seven-contact-info-item {
margin-right: 50px;
position: relative;
}
.ori-seven-contact-info-item:after {
top: 20px;
right: -20px;
width: 1px;
content: "";
height: 50px;
position: absolute;
background-color: #dbdbdc;
}
.ori-seven-contact-info-item h3 {
color: #161616;
font-size: 20px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-seven-contact-info-item p {
max-width: 220px;
}
.ori-seven-contact-info-item:last-child:after {
display: none;
}
.ori-seven-contact-form {
width: 460px;
padding: 45px 70px;
border-radius: 5px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}
.ori-seven-contact-form:after {
left: 0;
right: 0;
content: "";
height: 25px;
width: 80%;
bottom: -25px;
margin: 0 auto;
position: absolute;
border-radius: 5px;
background-color: #f9f9f9;
-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}
.ori-seven-contact-form .ori-seven-section-title h2 {
color: #0e0d0f;
font-size: 24px;
font-weight: 700;
position: relative;
padding-right: 40px;
padding-bottom: 10px;
display: inline-block;
}
.ori-seven-contact-form .ori-seven-section-title p {
font-size: 17px;
}
.ori-seven-contact-form-wrap {
margin-top: 25px;
}
.ori-seven-contact-form-wrap .input-info {
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #eeeeee;
}
.ori-seven-contact-form-wrap .input-info label {
font-size: 15px;
}
.ori-seven-contact-form-wrap .input-info input {
border: none;
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info input::-webkit-input-placeholder {
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info input::-moz-placeholder {
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info input:-ms-input-placeholder {
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info input::-ms-input-placeholder {
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info input::placeholder {
color: #0e0d0f;
font-size: 17px;
font-weight: 700;
}
.ori-seven-contact-form-wrap .input-info i {
top: 22px;
right: 20px;
color: #c5c5c5;
position: absolute;
}
.ori-seven-contact-form-wrap button {
color: #fff;
border: none;
width: 215px;
height: 55px;
font-size: 15px;
margin-top: 20px;
font-weight: 700;
border-radius: 5px;
display: inline-block;
background-size: 200%, 1px;
-webkit-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
background-color: var(--base-color-7);
}
.ori-seven-contact-form-wrap button:hover {
background-position: 120%;
}
.ori-seven-contact-form-wrap button i {
margin-left: 5px;
}
.ori-seven-contact-form-wrap p {
font-size: 14px;
margin-top: 25px;
}
.ori-seven-contact-form-wrap p input {
margin-right: 12px;
}
.ori-seven-contact-form-wrap p a {
color: var(--base-color-6);
text-decoration: underline;
}
.ori-seven-cp-contact-cta-item {
min-height: 255px;
padding-top: 20px;
}
.ori-seven-cp-contact-cta-item .item-img {
left: 0;
right: 0;
}
.ori-seven-cp-contact-cta-item .item-img img {
width: 100%;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.ori-seven-cp-contact-cta-item .item-icon-text {
padding-top: 30px;
}
.ori-seven-cp-contact-cta-item .item-icon {
width: 70px;
height: 70px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 100%;
margin-bottom: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
}
.ori-seven-cp-contact-cta-item .item-icon i {
color: var(--base-color-6);
font-size: 40px;
}
.ori-seven-cp-contact-cta-item .item-text {
color: #fff;
}
.ori-seven-cp-contact-cta-item .item-text h3 {
font-size: 26px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-seven-cp-contact-cta-item .item-text p {
margin: 0 auto;
max-width: 210px;
}
.ori-seven-cp-contact-cta-item:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
opacity: 0;
visibility: hidden;
position: absolute;
border-top-left-radius: 50px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
border-bottom-right-radius: 50px;
border: 3px dashed var(--base-color-6);
}
.ori-seven-cp-contact-cta-item:hover:after {
opacity: 1;
visibility: visible;
}
.ori-seven-cp-contact-cta-item:hover .item-img img {
width: 90%;
height: 90%;
}
.ori-seven-cp-contact-form-section .ori-seven-cp-section-title.ori-seven-cp-title-style-two span {
color: var(--base-color-6);
}
.ori-seven-cp-contact-form-section .ori-seven-cp-section-title.ori-seven-cp-title-style-two span:after,
.ori-seven-cp-contact-form-section .ori-seven-cp-section-title.ori-seven-cp-title-style-two span:before {
background-color: var(--base-color-6);
}
.ori-seven-cp-contact-form-section .ori-seven-cp-section-title h2 {
color: #07173a;
}
.ori-seven-cp-form-content {
margin: 0 auto;
max-width: 785px;
padding-bottom: 80px;
}
.ori-seven-cp-form-content .ori-seven-cp-form-btn {
margin-top: 30px;
}
.ori-seven-cp-form-content .ori-seven-cp-form-btn button {
color: #fff;
height: 60px;
width: 225px;
border: none;
margin: 0 auto;
font-weight: 700;
border-radius: 30px;
background-color: var(--base-color-6);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.ori-seven-cp-form-content .ori-seven-cp-form-btn button:hover {
background-color: var(--base-color-6);
}
.ori-seven-cp-form-input {
margin-bottom: 18px;
}
.ori-seven-cp-form-input label {
color: #191919;
font-size: 16px;
margin-bottom: 0;
padding-bottom: 10px;
}
.ori-seven-cp-form-input input,
.ori-seven-cp-form-input textarea {
width: 100%;
height: 55px;
padding-left: 20px;
border: 1px solid #e3e3e5;
background-color: #efefef;
}
.ori-seven-cp-form-input textarea {
height: 160px;
padding: 20px;
}
.ori-seven-contact-wrap-section {
padding: 80px 0px 100px;
}
.ori-seven-contact-form-content {
margin: 0 auto;
max-width: 780px;
padding-top: 35px;
padding-bottom: 100px;
}
.ori-seven-contact-form-content button {
color: #fff;
border: none;
width: 215px;
height: 55px;
font-size: 15px;
margin-top: 20px;
margin: 0 auto;
font-weight: 700;
border-radius: 30px;
display: inline-block;
background-size: 200%, 1px;
-webkit-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
background-image: -webkit-gradient(linear, left top, right top, from(#1ec5fa), color-stop(50%, #0d47d5), to(#1ec5fa));
background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
-webkit-box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
box-shadow: -0.558px 4.981px 1px 0px #01b5ff, inset 0px 3px 0px 0px rgba(3, 234, 255, 0);
}
.ori-seven-contact-form-content button:hover {
background-position: 120%;
}
.ori-seven-contact-input-field {
margin-bottom: 20px;
}
.ori-seven-contact-input-field label {
display: block;
color: #191919;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
}
.ori-seven-contact-input-field input, .ori-seven-contact-input-field textarea {
width: 100%;
height: 55px;
padding-left: 20px;
background-color: #f9f9f9;
border: 2px solid #ededed;
}
.ori-seven-contact-input-field textarea {
height: 155px;
padding-top: 10px;
}   .ori-social-ratting-area {
padding: 80px 0px 105px;
}
.ori-social-ratting-area .carousel_nav button {
top: 50%;
border: none;
font-size: 30px;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: transparent;
}
.ori-social-ratting-area .carousel_nav .social-rate-left_arrow {
left: -20px;
}
.ori-social-ratting-area .carousel_nav .social-rate-right_arrow {
right: -20px;
}
.ori-social-ratting-item:before {
top: 0;
left: -2px;
width: 1px;
height: 100%;
content: "";
opacity: 0;
position: absolute;
background-color: #ededec;
}
.ori-social-ratting-item.slick-slide.slick-active:before {
opacity: 1;
}
.ori-social-ratting-item .ori-social-rate-icon {
height: 55px;
margin-bottom: 10px;
}
.ori-social-ratting-item .ori-social-rate-text-rattting p {
padding-bottom: 10px;
}
.ori-social-ratting-item .ori-social-rate-text-rattting li {
color: #ffc627;
}   .ori-footer-cta-section-7 {
padding: 130px 0px 125px;
background-color: #12162d;
}
.ori-footer-cta-section-7 .container {
max-width: 1470px;
}
.ori-footer-cta-text-7 h3 {
color: #fff;
font-size: 36px;
font-weight: 700;
padding-bottom: 45px;
}
.ori-footer-cta-text-7 .ori-btn-7 a i {
margin-left: 10px;
}
.ori-footer-content-7:before {
top: 0;
left: 0;
right: 0;
content: "";
width: 1px;
height: 100%;
margin: 0 auto;
position: absolute;
background-color: #262a3b;
}    .ori-app-landing-2 {
color: #9397A0;
background-color: #0A0914;
}
.ori-app-landing-2 h1,
.ori-app-landing-2 h2,
.ori-app-landing-2 h3,
.ori-app-landing-2 h4,
.ori-app-landing-2 h5,
.ori-app-landing-2 h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-1);
}
.ori-app-landing-2 .container {
max-width: 1420px;
}
.ori-app-section-title .sub-title {
font-size: 16px;
font-weight: 600;
letter-spacing: 0.15em;
color: var(--base-color-1);
padding-bottom: 20px;
}
.ori-app-section-title h2 {
color: #fff;
font-size: 38px;
font-weight: 700;
}
.ori-app-section-title h2 span {
position: relative;
}
.ori-app-section-title h2 span:before {
left: 0;
top: -7px;
content: "";
height: 60px;
width: 160px;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/title-cir.png);
}
.ori-app-section-title p {
font-size: 18px;
padding-top: 35px;
line-height: 30px;
}   @-webkit-keyframes swinging {
0% {
-webkit-transform: rotate(-5deg) translate3d(0px, 0, 0);
transform: rotate(-5deg) translate3d(0px, 0, 0);
}
100% {
-webkit-transform: rotate(5deg) translate3d(0px, 0, 0);
transform: rotate(5deg) translate3d(0px, 0, 0);
}
}
@keyframes swinging {
0% {
-webkit-transform: rotate(-5deg) translate3d(0px, 0, 0);
transform: rotate(-5deg) translate3d(0px, 0, 0);
}
100% {
-webkit-transform: rotate(5deg) translate3d(0px, 0, 0);
transform: rotate(5deg) translate3d(0px, 0, 0);
}
}
@keyframes animationFramesTwo {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
@-webkit-keyframes animationFramesTwo {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
.ori-app-banner-section {
z-index: 2;
overflow: hidden;
}
.ori-app-banner-section .ori-banner-shape1 {
top: 0;
left: 0;
}
.ori-app-banner-section .ori-banner-shape2 {
right: 100px;
bottom: 100px;
-webkit-animation: animationFramesTwo 15s infinite alternate;
animation: animationFramesTwo 15s infinite alternate;
}
.ori-app-banner-section .ori-banner-shape3 {
left: 0;
bottom: 150px;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-name: swinging;
animation-name: swinging;
-webkit-animation-duration: 4.2s;
animation-duration: 4.2s;
-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-play-state: running;
animation-play-state: running;
}
.ori-app-banner-content {
padding: 300px 0px 250px;
}
.ori-app-banner-content .ori-app-banner-text {
max-width: 570px;
}
.ori-app-banner-content .ori-app-banner-text .ori-app-banner-slug {
font-weight: 600;
padding-bottom: 15px;
letter-spacing: 0.15em;
color: var(--base-color-1);
}
.ori-app-banner-content .ori-app-banner-text h1 {
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 66px;
padding-bottom: 30px;
text-transform: uppercase;
}
.ori-app-banner-content .ori-app-banner-text h1 span {
z-index: 1;
position: relative;
}
.ori-app-banner-content .ori-app-banner-text h1 span:before {
top: -10px;
left: -10px;
content: "";
z-index: -1;
width: 200px;
height: 72px;
position: absolute;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/text-cir.png);
}
.ori-app-banner-content .ori-app-banner-text p {
color: #fff;
font-size: 20px;
line-height: 32px;
padding-bottom: 45px;
}
.ori-app-banner-content .ori-app-banner-text .ori-app-banner-btn-grp {
margin-bottom: 55px;
}
.ori-app-banner-content .ori-app-banner-text .ori-app-banner-btn-grp a {
margin-right: 30px;
display: inline-block;
}
.ori-app-banner-content .ori-app-banner-text .ori-app-banner-btn-grp a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.ori-app-banner-content .ori-app-banner-text .ori-banner-join a {
color: #fff;
font-size: 18px;
line-height: 34px;
position: relative;
}
.ori-app-banner-content .ori-app-banner-text .ori-banner-join a i {
margin-right: 5px;
}
.ori-app-banner-content .ori-app-banner-img-wrapper {
top: 0;
right: 0;
}
.ori-app-banner-content .ori-app-banner-img-wrapper .ori-app-banner-mockup-img {
top: -165px;
right: 140px;
}   .ori-app-ready-feature-section {
z-index: 1;
padding-bottom: 150px;
}
.ori-app-ready-feature-section .ori-app-rf-shape {
left: 0;
bottom: 0;
z-index: -1;
}
.ori-app-ready-feature-content {
padding: 80px 90px 20px;
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(239, 235, 235, 0.15);
-webkit-box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.02);
box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.02);
border-radius: 20px;
}
.ori-app-ready-feature-item-content {
padding-top: 80px;
}
.ori-app-ready-feature-item {
margin-bottom: 80px;
padding-left: 40px;
}
.ori-app-ready-feature-item .ori-app-rf-icon-title {
margin-bottom: 15px;
}
.ori-app-ready-feature-item .ori-app-rf-icon-title .rf-icon {
width: 25px;
height: 25px;
margin-right: 15px;
}
.ori-app-ready-feature-item .ori-app-rf-icon-title .rf-title {
color: #fff;
font-size: 18px;
font-weight: 700;
}
.ori-app-ready-feature-item .ori-app-rf-text {
max-width: 310px;
line-height: 30px;
}
.ori-app-ready-feature-item:hover .rf-icon {
-webkit-animation: icon-bounce 0.8s ease-out infinite;
animation: icon-bounce 0.8s ease-out infinite;
}   .ori-app-trust-partner-section {
overflow: hidden;
padding-bottom: 120px;
}
.ori-app-sponsor-title h3 {
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
font-weight: 700;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.14em;
}
.ori-app-sponsor-title h3:after {
left: 0;
right: 0;
top: -35px;
width: 25px;
content: "";
height: 25px;
margin: 0 auto;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/icon/ic28.png);
}
.ori-app-sponsor-title h3 span {
margin: 0px 60px;
white-space: nowrap;
display: inline-block;
}
.ori-app-sponsor-title h3 i {
width: 100%;
height: 1.1px;
position: relative;
display: inline-block;
background-color: #181818;
}
.ori-app-trust-partner-content {
padding-top: 65px;
}
.ori-app-trsut-item {
margin: 15px;
width: 195px;
height: 112px;
display: inline-block;
}
.ori-app-trsut-item .partner-img {
width: 195px;
height: 112px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.05);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 46, 0.02)), to(rgba(132, 30, 191, 0.02))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
background: linear-gradient(180deg, rgba(255, 0, 46, 0.02) 0%, rgba(132, 30, 191, 0.02) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}   .ori-app-feature-section {
padding-bottom: 170px;
}
.ori-app-feature-top-content {
padding-bottom: 90px;
}
.ori-app-feature-top-content .ori-app-section-title {
max-width: 540px;
}
.ori-app-feature-top-content .ori-app-feature-top-text {
max-width: 540px;
font-size: 18px;
line-height: 30px;
}
.ori-app-feature-item .app-feature-icon {
width: 55px;
height: 55px;
margin-bottom: 30px;
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ori-app-feature-item .app-feature-text h3 {
color: #fff;
font-size: 20px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-app-feature-item .app-feature-text p {
font-size: 18px;
max-width: 245px;
line-height: 30px;
}
.ori-app-feature-item:hover .app-feature-icon {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}   .ori-app-teamrs-section {
overflow: hidden;
padding-bottom: 165px;
}
.ori-app-tearms-content {
z-index: 1;
}
.ori-app-tearms-content .ori-app-tearm-bg {
right: -25%;
z-index: -1;
bottom: -180%;
}
.ori-app-tearm-text-area {
max-width: 585px;
padding-top: 55px;
}
.ori-app-tearm-text-area .ori-app-section-title p {
max-width: 560px;
}
.ori-app-tearms-feature-list {
margin: 55px 0px 25px;
}
.ori-app-tearms-feature-list li {
width: 50%;
color: #fff;
float: left;
font-size: 18px;
position: relative;
padding-left: 35px;
margin-bottom: 28px;
}
.ori-app-tearms-feature-list li:before {
left: 0;
top: -2px;
font-size: 20px;
position: absolute;
color: var(--base-color-1);
content: "\f058";
font-weight: 400;
font-family: "Font Awesome 5 Pro";
}
.ori-app-tearm-download a {
color: #fff;
font-size: 20px;
position: relative;
display: inline-block;
}
.ori-app-tearm-download a:after {
left: 0;
bottom: 0;
content: "";
height: 1px;
width: 100%;
position: absolute;
background-color: #fff;
}   .ori-app-testimonial-section {
overflow: hidden;
background-color: #0d0c16;
padding: 100px 0px 140px;
}
.ori-app-testimonial-section .ori-app-section-title {
margin: 0 auto;
max-width: 545px;
padding-bottom: 80px;
}
.ori-app-testimonial-section .ori-testimonial-inner-item-2 {
border: 1px solid transparent;
background: rgba(255, 255, 255, 0.04);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-app-testimonial-section .ori-testimonial-inner-item-2:hover {
border: 1px solid #FF7425;
}   .ori-app-overview-section-2 {
overflow: hidden;
padding: 130px 0px;
}
.ori-app-overview-section-2 .ori-app-section-title {
margin: 0 auto;
max-width: 645px;
margin-bottom: 50px;
}
.ori-app-overview-section-2 .ori-app-section-title .sub-title {
color: #9397A0;
font-size: 14px;
}
.ori-app-overview-section-2 .ori-app-section-title h2 {
font-size: 50px;
}
.ori-app-overview-section-2 .overview-text-btn p {
font-weight: 700;
padding-bottom: 30px;
}
.ori-app-overview-section-2 .ori-app-shape1 {
top: 60px;
left: 105px;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-name: swinging;
animation-name: swinging;
-webkit-animation-duration: 4.2s;
animation-duration: 4.2s;
-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-play-state: running;
animation-play-state: running;
}
.ori-app-overview-section-2 .ori-app-shape2 {
bottom: 150px;
right: 32%;
-webkit-animation-name: floating;
animation-name: floating;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-transform-origin: 50% 1px;
transform-origin: 50% 1px;
-webkit-transition: all 2s ease;
transition: all 2s ease;
}
.ori-app-overview-section-2 .ori-app-shape3 {
top: 40%;
right: 15%;
-webkit-animation: animationFramesTwo 15s infinite alternate;
animation: animationFramesTwo 15s infinite alternate;
}    .ori-digital-agency {
color: #ACACAC;
background-color: #0D0D0D;
}
.ori-digital-agency h1,
.ori-digital-agency h2,
.ori-digital-agency h3,
.ori-digital-agency h4,
.ori-digital-agency h5,
.ori-digital-agency h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading-2);
}
.ori-section-title-3 .sub-title {
font-weight: 700;
display: inline-block;
padding-bottom: 25px;
letter-spacing: 0.14em;
color: var(--base-color-2);
}
.ori-section-title-3 h2 {
color: #fff;
font-size: 57px;
font-weight: 500;
line-height: 67px;
}
.ori-section-title-3 h2 span {
font-weight: 200;
display: block;
}   .ori-marketing-slider-content {
padding: 300px 0px 155px;
}
.ori-marketing-slider-text {
max-width: 650px;
}
.ori-marketing-slider-text h1 {
color: #fff;
font-size: 70px;
font-weight: 500;
line-height: 84px;
padding-bottom: 50px;
text-transform: uppercase;
}
.ori-marketing-slider-text h1 strong {
font-weight: 500;
color: var(--base-color-2);
}
.ori-marketing-slider-text h1 span {
font-weight: 200;
}
.ori-marketing-slider-text p {
font-size: 18px;
max-width: 585px;
line-height: 30px;
padding-bottom: 50px;
}
.ori-marketing-slider-text .ori-marketing-btn a {
font-size: 14px;
color: #1D1A26;
font-weight: 700;
padding: 25px 40px;
display: inline-block;
letter-spacing: 0.14em;
background-color: var(--base-color-2);
}
.ori-marketing-slider {
max-width: 650px;
}
.ori-marketing-slider .slick-prev, .ori-marketing-slider .slick-next {
display: none !important;
}
.ori-marketing-slider .slick-dots {
position: static;
text-align: left;
margin-top: 120px;
}
.ori-marketing-slider .slick-dots li {
width: 7px;
height: 7px;
margin-left: 0;
margin-right: 25px;
border-radius: 100%;
position: relative;
background-color: #fff;
}
.ori-marketing-slider .slick-dots li:before {
top: -5px;
left: -5px;
opacity: 0;
width: 17px;
content: "";
height: 17px;
position: absolute;
border-radius: 100%;
border: 1px solid #fff;
-webkit-transition: 500ms all esae;
transition: 500ms all esae;
}
.ori-marketing-slider .slick-dots li button {
display: none;
}
.ori-marketing-slider .slick-dots li.slick-active:before {
opacity: 1;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1 {
right: 100px;
bottom: 195px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 {
top: 190px;
right: 25%;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 .ori-slider-exp {
left: -65px;
width: 190px;
bottom: -65px;
height: 180px;
padding-top: 20px;
background-color: var(--base-color-2);
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 .ori-slider-exp h3 {
color: #000000;
font-size: 75px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 .ori-slider-exp span {
color: #000000;
font-size: 18px;
font-family: var(--heading-2);
}
.marketing-agency-sponsor {
z-index: 1;
padding-top: 95px;
padding-bottom: 95px;
}
.marketing-agency-sponsor:before {
top: 0;
left: 0;
right: 0;
z-index: -1;
width: 92%;
content: "";
height: 100%;
margin: 0 auto;
position: absolute;
background-color: #121212;
}    .ori-breadcrumbs-section {
overflow: hidden;
background: #f5f5f5;
}
.ori-breadcrumb-content {
padding: 245px 0px 165px;
}
.ori-breadcrumb-content h1 {
font-size: 50px;
font-weight: 700;
line-height: 60px;
padding-bottom: 12px;
}
.ori-breadcrumb-content li {
color: #262420;
font-size: 15px;
font-weight: 700;
margin: 0px 12px;
position: relative;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ori-breadcrumb-content li:before {
top: 0;
right: -20px;
content: "//";
position: absolute;
color: var(--base-color-1);
}
.ori-breadcrumb-content li:last-child:before {
display: none;
}   .ori-about-play-section {
overflow: hidden;
padding: 125px 0px 120px;
}
.ori-about-play-top-content {
padding-bottom: 75px;
}
.ori-about-play-top-content .ori-inner-section-title {
max-width: 605px;
}
.ori-about-play-top-content .ori-about-play-top-text {
font-size: 18px;
line-height: 30px;
max-width: 490px;
}
.ori-about-play-area .about-play-btn {
left: 0;
top: 50%;
right: 0;
margin: 0 auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-about-play-area .about-play-btn a {
width: 120px;
height: 120px;
margin: 0 auto;
font-weight: 700;
border-radius: 100%;
letter-spacing: 0.25em;
background-color: #0D0D0D;
border: 2px solid #FFFFFF;
color: #fff;
}
.ori-about-counter-area {
padding-top: 120px;
}
.ori-about-counter-item h3 {
color: #262420;
font-size: 50px;
font-weight: 700;
padding-bottom: 12px;
}
.ori-about-counter-item p {
font-size: 18px;
}
.ori-about-counter-item p span {
color: var(--base-color-1);
}
.ori-about-circle-progress-section {
overflow: hidden;
}
.ori-circle-progress-top-content {
padding-bottom: 70px;
}
.ori-circle-progress-top-content .ori-inner-section-title {
max-width: 590px;
}
.ori-circle-progress-top-content .ori-circle-progress-btn a {
font-size: 22px;
font-weight: 700;
}
.ori-circle-progress-top-content .ori-circle-progress-btn a i {
margin-left: 10px;
}
.ori-about-circle-progress-item .graph-outer {
margin-bottom: 20px;
}
.ori-about-circle-progress-item .counter-boxed .count-box {
position: absolute;
left: 0;
top: 42%;
width: 100%;
color: #262420;
font-size: 40px;
font-weight: 700;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-about-circle-progress-item .counter-boxed h3 {
color: #262420;
font-size: 14px;
padding-bottom: 8px;
letter-spacing: 0.1em;
}   .ori-service-page-service-section {
overflow: hidden;
padding-top: 115px;
}
.ori-service-page-service-section .ori-about-play-top-text {
color: #9397A0;
}
.ori-service-page-service-section .ori-about-play-top-content {
padding-bottom: 70px;
}
.ori-service-page-service-content {
position: relative;
}
.ori-service-page-service-content:before {
top: 50%;
content: "";
width: 100%;
height: 1px;
position: absolute;
border: 1px dashed rgba(183, 190, 197, 0.2);
}
.ori-service-page-service-content .col-lg-4:nth-child(3) .ori-service-page-service-inner-item {
border: none;
}
.ori-service-page-service-content .col-lg-4:nth-child(6) .ori-service-page-service-inner-item {
border: none;
}
.ori-service-page-service-inner-item {
padding: 45px 30px 50px;
border-right: 1px dashed rgba(183, 190, 197, 0.2);
}
.ori-service-page-service-inner-item .service-icon {
display: inline-block;
-webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ori-service-page-service-inner-item .service-serial {
line-height: 1;
opacity: 0;
color: #636F99;
font-size: 60px;
font-weight: 700;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-service-page-service-inner-item .service-icon-serial {
margin-bottom: 25px;
}
.ori-service-page-service-inner-item .service-text h3 {
font-size: 18px;
font-weight: 700;
position: relative;
margin-bottom: 18px;
padding-bottom: 2px;
display: inline-block;
}
.ori-service-page-service-inner-item .service-text h3:before {
left: 0;
right: 0;
bottom: 0;
content: "";
width: 0%;
height: 1px;
margin: 0 auto;
position: absolute;
background-color: #fff;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-service-page-service-inner-item .service-text p {
font-size: 18px;
color: #9397A0;
max-width: 315px;
line-height: 28px;
}
.ori-service-page-service-inner-item:hover .service-icon {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.ori-service-page-service-inner-item:hover .service-serial {
opacity: 0.2;
}
.ori-service-page-service-inner-item:hover .service-text h3:before {
width: 100%;
}
.ori-service-inner-section {
overflow: hidden;
padding: 130px 0px;
}
.ori-service-inner-section .ori-service-content-1 {
padding-top: 0;
}
.ori-service-inner-section .ori-service-content-1 .ori-service-inner-item:before {
background-color: #171717;
}
.ori-service-why-choose {
padding-top: 130px;
}
.ori-service-why-choose-text {
padding-left: 40px;
}
.ori-service-why-choose-text .ori-service-why-choose-list-item {
padding-top: 40px;
}
.ori-service-why-choose-text .ori-service-why-choose-list-item ul li {
font-size: 18px;
padding-left: 30px;
padding-bottom: 38px;
position: relative;
}
.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:before {
left: 0;
top: 7px;
width: 20px;
content: "";
height: 20px;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/right-arrow-white.svg);
}
.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:last-child {
padding-bottom: 0;
}
.ori-service-why-choose-text .ori-service-why-choose-list-item ul li:last-child:after {
display: none;
}
.ori-achivement-history-section {
overflow: hidden;
padding-bottom: 120px;
}
.ori-achivement-history-item-wrapper {
margin: 0 auto;
max-width: 800px;
}
.ori-achivement-history-item {
max-width: 350px;
}
.ori-achivement-history-item .achive-year {
right: -115px;
font-size: 22px;
}
.ori-achivement-history-item .achive-year:after {
top: 0;
left: -18px;
width: 80px;
content: "";
height: 35px;
position: absolute;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/h-cir.png);
}
.ori-achivement-history-item .achivement-text {
margin-bottom: 30px;
}
.ori-achivement-history-item .achivement-text .inner-icon i {
width: 55px;
height: 55px;
font-size: 22px;
line-height: 55px;
margin-right: 15px;
text-align: center;
color: var(--base-color-1);
background: rgba(255, 255, 255, 0.03);
}
.ori-achivement-history-item h3 {
font-size: 20px;
font-weight: 700;
padding-bottom: 5px;
color: #fff;
}
.ori-achivement-history-item p {
color: #fff;
font-size: 18px;
}
.ori-achivement-history-item .achivement-text-wrap {
padding: 35px;
border-radius: 10px;
margin-bottom: 40px;
background-color: rgb(16, 16, 17);
}
.ori-achivement-history-item .achivement-text-wrap .achivement-text:last-child {
margin-bottom: 0;
}
.ori-achivement-history-content {
padding-top: 70px;
}
.ori-achivement-history-item-wrapper:before {
left: 0;
right: 0;
top: -35px;
width: 1px;
content: "";
height: 90%;
margin: 0 auto;
position: absolute;
background-color: var(--base-color-1);
}
.ori-achivement-history-item-wrapper .ori-achivement-history-item-area {
width: 100%;
display: inline-block;
}
.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(even) .ori-achivement-history-item {
float: right;
width: 100%;
max-width: 350px;
text-align: left;
}
.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(even) .ori-achivement-history-item .achive-year {
right: auto;
left: -115px;
border-radius: 7px 0px 0px 7px;
}
.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(even) .ori-achivement-history-item .achive-year:after {
left: auto;
right: -18px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}   .ori-service-details-section {
overflow: hidden;
padding: 130px 0px;
}
.ori-service-details-text {
padding-top: 80px;
}
.ori-service-details-text h2 {
font-size: 30px;
font-weight: 700;
}
.ori-service-details-text p {
color: #262420;
font-size: 18px;
line-height: 30px;
padding-top: 30px;
}
.ori-service-details-process {
padding-top: 80px;
}
.ori-service-process-item-wrap {
padding-top: 40px;
}
.ori-service-process-item {
width: 50%;
margin-bottom: 50px;
}
.ori-service-process-item h3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 18px;
font-weight: 700;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ori-service-process-item h3 span {
font-size: 40px;
font-weight: 700;
margin-right: 20px;
color: black;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(0 0 0 / 30%);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-service-process-item p {
color: #262420;
font-size: 17px;
max-width: 380px;
padding-top: 25px;
}
.ori-service-process-item:hover h3 span {
-webkit-text-fill-color: #fff;
-webkit-text-stroke-width: none;
}
.ori-service-details-outcome ul {
padding-top: 25px;
}
.ori-service-details-outcome li {
color: #9397A0;
font-size: 18px;
padding-left: 40px;
margin-bottom: 15px;
position: relative;
}
.ori-service-details-outcome li:before {
left: 0;
top: 5px;
width: 20px;
content: "";
height: 20px;
position: absolute;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/vector/badge-check.svg);
}
.ori-service-details-result {
padding-top: 60px;
}
.ori-service-details-result .ori-about-circle-progress-item .counter-boxed .count-box {
top: 36%;
}
.ori-service-details-result-item-wrap {
padding-top: 50px;
}
.ori-service-details-widget {
padding: 40px;
border-radius: 20px;
margin-bottom: 60px;
background-color: #171717;
}
.ori-service-details-widget .widget-title {
font-size: 24px;
font-weight: 700;
position: relative;
margin-bottom: 40px;
display: inline-block;
color: #fff;
}
.ori-service-details-widget .widget-title:before {
left: 0;
width: 100%;
content: "";
height: 1px;
bottom: -2px;
position: absolute;
background-color: var(--base-color-1);
}
.ori-service-details-widget .category-widget li {
margin-bottom: 30px;
}
.ori-service-details-widget .category-widget li:last-child {
margin-bottom: 0px;
}
.ori-service-details-widget .category-widget li a {
width: 100%;
font-size: 18px;
font-weight: 400;
position: relative;
display: inline-block;
color: #fff;
}
.ori-service-details-widget .category-widget li a:before {
top: 0;
right: 0;
content: "\f061";
font-weight: 900;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
font-family: "Font Awesome 5 Pro";
}
.ori-service-details-widget .category-widget li a span {
margin-right: 15px;
}
.ori-service-details-widget .category-widget li a:hover {
color: var(--base-color-1);
}
.ori-service-details-widget .category-widget li a:hover span {
color: #fff;
}
.ori-service-details-widget .category-widget li a:hover:before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.ori-service-details-widget .quote-widget input, .ori-service-details-widget .quote-widget textarea {
width: 100%;
height: 40px;
border: none;
margin-bottom: 30px;
background-color: transparent;
border-bottom: 1px solid #393939;
color: #fff;
}
.ori-service-details-widget .quote-widget input::-webkit-input-placeholder, .ori-service-details-widget .quote-widget textarea::-webkit-input-placeholder {
color: #9397A0;
}
.ori-service-details-widget .quote-widget input::-moz-placeholder, .ori-service-details-widget .quote-widget textarea::-moz-placeholder {
color: #9397A0;
}
.ori-service-details-widget .quote-widget input:-ms-input-placeholder, .ori-service-details-widget .quote-widget textarea:-ms-input-placeholder {
color: #9397A0;
}
.ori-service-details-widget .quote-widget input::-ms-input-placeholder, .ori-service-details-widget .quote-widget textarea::-ms-input-placeholder {
color: #9397A0;
}
.ori-service-details-widget .quote-widget input::placeholder, .ori-service-details-widget .quote-widget textarea::placeholder {
color: #9397A0;
}
.ori-service-details-widget .quote-widget input:focus, .ori-service-details-widget .quote-widget textarea:focus {
border-bottom: 1px solid #FFFFFF;
}
.ori-service-details-widget .quote-widget textarea {
height: 80px;
}
.ori-service-details-widget .quote-widget button {
border: none;
}
.ori-service-details-widget .quote-widget .ori-submit-btn1 {
padding: 24px 40px;
}
.ori-service-details-widget .company-profile-widget a {
width: 100%;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 70px;
margin-bottom: 20px;
border-radius: 50px;
letter-spacing: 0.14em;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.ori-service-details-widget .company-profile-widget a:hover {
background-color: var(--base-color-1);
}
.ori-service-details-widget .company-profile-widget a:last-child {
margin-bottom: 0;
}   .ori-mission-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-mission-title-text {
max-width: 560px;
}
.ori-mission-title-text .ori-inner-section-title {
padding-bottom: 35px;
}
.ori-mission-title-text .ori-inner-section-title p {
color: #262420;
font-size: 18px;
max-width: 495px;
line-height: 30px;
padding-top: 35px;
}
.ori-mission-accordion {
margin-top: 60px;
}
.ori-mission-accordion .accordion-item,
.ori-mission-accordion .accordion-button:not(.collapsed),
.ori-mission-accordion .accordion-button {
background-color: transparent;
}
.ori-mission-accordion .accordion-item {
border: none;
position: relative;
margin-bottom: 40px;
}
.ori-mission-accordion .accordion-button {
padding: 0;
color: #262420;
font-size: 22px;
font-weight: 700;
}
.ori-mission-accordion .accordion-button:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ori-mission-accordion .accordion-body {
color: #262420;
font-size: 18px;
line-height: 30px;
padding: 25px 0px 0px;
}
.ori-mission-accordion .accordion-button::after {
content: "\f062";
font-weight: 300;
background-image: none;
font-family: "Font Awesome 5 Pro";
}
.ori-mission-accordion .accordion-button:not(.collapsed)::after {
color: var(--base-color-1);
}
.ori-mission-accordion .accordion-button {
box-shadow: none;
}
.ori-vission-more-btn {
margin-top: 35px;
}
.ori-vission-more-btn a {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.14em;
color: var(--base-color-1);
}
.ori-vission-more-btn a i {
margin-left: 15px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-vission-more-btn a:hover {
letter-spacing: 0.18em;
}
.ori-vission-more-btn a:hover i {
margin-left: 20px;
}
.ori-vission-section {
overflow: hidden;
}
.ori-vission-section .ori-service-why-choose-text {
padding-left: 0;
}   .ori-team-details-section {
overflow: hidden;
padding: 130px 0px;
}
.ori-team-details-content {
margin: 0 auto;
max-width: 810px;
}
.ori-team-details-info {
padding-bottom: 80px;
}
.ori-team-details-info-text {
padding: 20px 0px 0px 30px;
}
.ori-team-details-info-text .ori-team-details-info-title {
margin-bottom: 20px;
}
.ori-team-details-info-text .ori-team-details-info-title h3 {
color: #262420;
font-size: 35px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-team-details-info-text .ori-team-details-info-title span {
color: #262420;
font-size: 18px;
}
.ori-team-details-info-text .ori-team-details-info-list li {
color: #262420;
font-weight: 700;
margin-bottom: 25px;
text-transform: uppercase;
}
.ori-team-details-info-text .ori-team-details-info-list li span {
color: #9397A0;
font-weight: 400;
text-transform: capitalize;
}
.ori-team-details-info-text .ori-team-details-social {
padding-top: 30px;
}
.ori-team-details-info-text .ori-team-details-social h4 {
color: #262420;
font-size: 20px;
font-weight: 700;
padding-bottom: 25px;
}
.ori-team-details-info-text .ori-team-details-social a {
color: #fff;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin-right: 10px;
border-radius: 100%;
display: inline-block;
background-color: #202020;
}
.ori-team-details-info-text .ori-team-details-social a:hover {
background-color: var(--base-color-1);
}
.ori-team-personal-info {
margin-bottom: 95px;
}
.ori-team-personal-info h3 {
color: #262420;
font-size: 30px;
font-weight: 700;
}
.ori-team-personal-info p {
color: #262420;
font-size: 18px;
line-height: 30px;
padding-top: 30px;
}
.ori-team-professional-skill {
margin-top: 45px;
}
.ori-team-professional-skill .ori-about-circle-progress-item {
margin-right: 180px;
}
.ori-single-comment-form {
padding: 40px;
}
.ori-single-comment-form h3 {
color: #262420;
font-size: 30px;
font-weight: 700;
line-height: 40px;
padding-bottom: 20px;
}
.ori-single-comment-form p {
color: #262420;
font-size: 14px;
}
.ori-single-comment-form form {
margin-top: 50px;
}
.ori-single-comment-form form label {
color: #262420;
display: block;
font-size: 20px;
font-weight: 700;
margin-bottom: 12px;
}
.ori-single-comment-form form input, .ori-single-comment-form form textarea {
color: #262420;
width: 100%;
height: 50px;
padding-left: 20px;
margin-bottom: 35px;
background: rgba(229, 229, 229, 0.1);
border: 1px solid rgba(248, 248, 251, 0.1);
}
.ori-single-comment-form form input::-webkit-input-placeholder, .ori-single-comment-form form textarea::-webkit-input-placeholder {
color: #262420;
}
.ori-single-comment-form form input::-moz-placeholder, .ori-single-comment-form form textarea::-moz-placeholder {
color: #262420;
}
.ori-single-comment-form form input:-ms-input-placeholder, .ori-single-comment-form form textarea:-ms-input-placeholder {
color: #262420;
}
.ori-single-comment-form form input::-ms-input-placeholder, .ori-single-comment-form form textarea::-ms-input-placeholder {
color: #262420;
}
.ori-single-comment-form form input::placeholder, .ori-single-comment-form form textarea::placeholder {
color: #262420;
}
.ori-single-comment-form form input:focus, .ori-single-comment-form form textarea:focus {
color: #262420;
border: 1px solid var(--base-color-1);
}
.ori-single-comment-form form textarea {
height: 120px;
padding-top: 15px;
}
.ori-single-comment-form form button {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
border-radius: 3px;
padding: 15px 40px;
text-transform: uppercase;
background-color: var(--base-color-1);
transition: .5s;
}
.ori-single-comment-form form button:hover {
background: #262420;
}   .ori-faq-section {
overflow: hidden;
padding: 130px 0px;
}
.ori-faq-tab-btn {
max-width: 430px;
}
.ori-faq-tab-btn li {
width: 100%;
display: block;
}
.ori-faq-tab-btn .nav-tabs {
border: none;
}
.ori-faq-tab-btn .nav-pills .nav-link.active,
.ori-faq-tab-btn .nav-pills .show > .nav-link,
.ori-faq-tab-btn .nav-tabs .nav-item.show .nav-link,
.ori-faq-tab-btn .nav-tabs .nav-link.active {
border: none;
color: #fff;
border-radius: 5px;
background-color: var(--base-color-1);
}
.ori-faq-tab-btn .nav-tabs .nav-link:focus, .ori-faq-tab-btn .nav-tabs .nav-link:hover,
.ori-faq-tab-btn .nav-tabs .nav-link {
border: none;
}
.ori-faq-tab-btn .nav-tabs .nav-link {
margin-bottom: 10px;
border-radius: 5px;
padding: 16px 30px;
background-color: #171717;
}
.ori-faq-tab-btn .nav {
display: inherit;
}
.ori-faq-tab-btn li, .ori-faq-tab-btn button {
color: #fff;
width: 100%;
font-size: 18px;
cursor: pointer;
font-size: 18px;
font-weight: 700;
text-align: left;
}
.ori-faq-text-wrapper-content .ori-inner-section-title {
max-width: 460px;
}
.ori-faq-accordion-item-area .accordion-item,
.ori-faq-accordion-item-area .accordion-button:not(.collapsed),
.ori-faq-accordion-item-area .accordion-button {
background-color: transparent;
color: #fff;
}
.ori-faq-accordion-item-area .accordion-item {
border: none;
max-width: 670px;
position: relative;
padding-left: 50px;
padding: 35px 0px 25px;
}
.ori-faq-accordion-item-area .accordion-item.faq_bg {
border-radius: 15px;
background-color: #171717;
}
.ori-faq-accordion-item-area .accordion-button {
padding: 0;
color: #262420;
font-size: 18px;
font-weight: 700;
padding-left: 50px;
padding-bottom: 10px;
border-bottom: rgba(234, 245, 255, 0.07);
}
.ori-faq-accordion-item-area .accordion-button:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ori-faq-accordion-item-area .accordion-body {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 25px 20px 0px 50px;
}
.ori-faq-accordion-item-area .accordion-button::after {
left: 0px;
right: auto;
width: 30px;
height: 30px;
color: #000000;
font-size: 16px;
line-height: 30px;
content: "\f067";
font-weight: 300;
position: absolute;
text-align: center;
border-radius: 5px;
background-image: none;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background-color: var(--base-color-1);
font-family: "Font Awesome 5 Pro";
}
.ori-faq-accordion-item-area .accordion-button:not(.collapsed)::after {
content: "\f068";
}
.ori-faq-text-wrapper-content .ori-inner-section-title {
padding-bottom: 60px;
}
.ori-faq-price-section {
overflow: hidden;
}
.ori-faq-price-content {
padding-top: 70px;
}
.ori-faq-price-inner-item {
padding: 50px;
border-radius: 20px;
background-color: #171717;
}
.ori-faq-price-inner-item .ori-faq-price-title {
margin-bottom: 35px;
padding-bottom: 30px;
border-bottom: 1px solid #1C1C1C;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-faq-price-inner-item .ori-faq-price-title .price-plan {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
color: #fff;
}
.ori-faq-price-inner-item .ori-faq-price-title h3 {
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 60px;
padding-top: 22px;
}
.ori-faq-price-inner-item .ori-faq-price-title h3 span {
font-size: 18px;
font-weight: 400;
}
.ori-faq-price-inner-item .ori-faq-price-slug {
font-size: 700;
font-size: 14px;
padding-bottom: 40px;
letter-spacing: 0.1em;
color: #fff;
}
.ori-faq-price-inner-item .ori-faq-price-list li {
color: #9397A0;
font-size: 18px;
padding-left: 30px;
position: relative;
margin-bottom: 12px;
}
.ori-faq-price-inner-item .ori-faq-price-list li:before {
top: 0;
left: 0;
content: "\f336";
font-weight: 300;
position: absolute;
color: var(--base-color-1);
font-family: "Font Awesome 5 Pro";
}
.ori-faq-price-inner-item .ori-faq-price-btn {
margin-top: 40px;
}
.ori-faq-price-inner-item .ori-faq-price-btn a {
width: 100%;
display: block;
font-size: 14px;
font-weight: 700;
border-radius: 30px;
padding: 20px 0px;
letter-spacing: 0.14em;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.ori-faq-price-inner-item:hover .ori-faq-price-title {
border-bottom: 1px solid var(--base-color-1);
}
.ori-faq-price-inner-item:hover .ori-faq-price-btn a {
background-color: var(--base-color-1);
}
.orix-faq-accordion {
max-width: 550px;
margin-left: 20px;
padding: 90px 45px 100px;
border-radius: 40px;
background-color: #ffefe6;
}
.orix-faq-accordion .accordion-item {
border: none;
background-color: transparent;
border-bottom: 1px solid #182022;
}
.orix-faq-accordion .accordion-button {
padding: 0;
color: #182022;
font-size: 23px;
font-weight: 500;
position: relative;
margin-bottom: 15px;
padding-top: 20px;
background-color: transparent;
}
.orix-faq-accordion .accordion-button:hover, .orix-faq-accordion .accordion-button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.orix-faq-accordion .accordion-button span {
max-width: 400px;
line-height: 1.565;
}
.orix-faq-accordion .accordion-button:after {
right: 0;
top: 22px;
width: auto;
height: auto;
font-size: 20px;
font-weight: 300;
content: "\f067";
position: absolute;
background-image: none;
color: var(--orix-base-color);
font-family: "Font Awesome 5 Pro";
}
.orix-faq-accordion .accordion-button:not(.collapsed)::after {
content: "\f068";
}
.orix-faq-accordion .accordion-item:first-of-type .accordion-button {
border-radius: 0;
}
.orix-faq-accordion .accordion-button:not(.collapsed) {
-webkit-box-shadow: none;
box-shadow: none;
}
.orix-faq-accordion .accordion-body {
padding: 0;
font-size: 16px;
line-height: 1.563;
padding-bottom: 20px;
}   .ori-portfolio-feed-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-portfolio-feed-section .ori-portfolio-more-btn {
margin-top: 30px;
}
.ori-portfolio-filter-btn {
padding-bottom: 80px;
}
.ori-portfolio-filter-btn li {
font-size: 15px;
cursor: pointer;
font-weight: 700;
padding: 8px 20px;
border-radius: 5px;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ori-portfolio-filter-btn li.filtr-active {
background-color: var(--base-color-1);
}
.ori-portfolio-item {
margin: 0 auto;
overflow: hidden;
max-width: 410px;
border-radius: 20px;
margin-bottom: 30px;
}
.ori-portfolio-item:before {
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.ori-portfolio-item .portfolio-text {
opacity: 0;
left: 50px;
bottom: 0px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-portfolio-item .portfolio-text .port-category {
color: #fff;
font-size: 12px;
display: inline-block;
letter-spacing: 0.14em;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ori-portfolio-item .portfolio-text h3 {
font-size: 26px;
font-weight: 700;
max-width: 280px;
line-height: 33px;
padding-top: 20px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
color: #fff;
}
.ori-portfolio-item:hover .portfolio-text {
opacity: 1;
bottom: 45px;
}
.ori-portfolio-item:hover .portfolio-text .port-category, .ori-portfolio-item:hover .portfolio-text h3 {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}   .ori-portfolio-details-section {
padding: 130px 0px;
overflow: hidden;
}
.ori-portfolio-details-video-play {
margin-bottom: 120px;
}
.ori-portfolio-details-text {
max-width: 780px;
margin-bottom: 80px;
}
.ori-portfolio-details-text h3 {
color: #fff;
font-size: 30px;
font-weight: 700;
}
.ori-portfolio-details-text p {
color: #9397A0;
font-size: 18px;
line-height: 30px;
padding-top: 30px;
}
.ori-portfolio-details-text ul {
padding-top: 40px;
}
.ori-portfolio-details-text ul li {
width: 50%;
float: left;
color: #9397A0;
font-size: 18px;
padding-left: 30px;
position: relative;
margin-bottom: 22px;
}
.ori-portfolio-details-text ul li:before {
top: 0;
left: 0;
content: "\f336";
font-weight: 300;
position: absolute;
color: var(--base-color-1);
font-family: "Font Awesome 5 Pro";
}
.ori-portfolio-details-info {
padding: 40px 45px;
border-radius: 20px;
background-color: #171717;
}
.ori-portfolio-details-info h3 {
font-size: 30px;
font-weight: 700;
padding-bottom: 25px;
}
.ori-portfolio-details-info li {
color: #fff;
font-size: 15px;
font-weight: 700;
margin-bottom: 15px;
text-transform: uppercase;
}
.ori-portfolio-details-info li span {
color: #9397A0;
font-size: 18px;
font-weight: 400;
margin-left: 20px;
}
.ori-portfolio-details-tag-share {
margin-bottom: 80px;
padding-bottom: 80px;
border-bottom: 1px solid #fff;
}
.ori-portfolio-details-tag-share .ori-portfolio-details-tag span {
font-size: 18px;
font-weight: 700;
margin-right: 30px;
}
.ori-portfolio-details-tag-share .ori-portfolio-details-tag a {
color: #262420;
font-size: 14px;
padding: 8px 20px;
margin-right: 10px;
display: inline-block;
text-transform: uppercase;
background-color: rgb(195 189 189 / 10%);
}
.ori-portfolio-details-tag-share .ori-portfolio-details-tag a:hover {
color: #fff;
background-color: var(--base-color-1);
}
.ori-portfolio-details-tag-share .ori-portfolio-details-share a {
width: 44px;
height: 38px;
margin-left: 10px;
line-height: 40px;
text-align: center;
display: inline-block;
background-color: rgb(195 189 189 / 10%);
}
.ori-portfolio-details-tag-share .ori-portfolio-details-share a:hover {
background-color: var(--base-color-1);
}
.ori-single-details-prev-next-btn .ori-single-prev-btn a,
.ori-single-details-prev-next-btn .ori-single-next-btn a,
.ori-blog-single-details-prev-next-btn .ori-single-prev-btn a,
.ori-blog-single-details-prev-next-btn .ori-single-next-btn a {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.14em;
color: var(--base-color-1);
}
.ori-single-details-prev-next-btn .ori-single-prev-btn img,
.ori-blog-single-details-prev-next-btn .ori-single-prev-btn img {
margin-right: 15px;
}
.ori-single-details-prev-next-btn .ori-single-next-btn img,
.ori-blog-single-details-prev-next-btn .ori-single-next-btn img {
margin-left: 15px;
}
.ori-recent-portfolio-area {
padding: 110px 0px;
}
.ori-recent-portfolio-area h3 {
font-size: 35px;
font-weight: 700;
}
.ori-recent-portfolio-area .ori-recent-portfolio-item-area {
padding-top: 40px;
}
.ori-comment-list-wrap {
margin-bottom: 40px;
padding-bottom: 50px;
max-width: 830px;
border-bottom: 1px solid rgb(211 210 208 / 26%);
}
.ori-comment-list-wrap h3 {
color: #262420;
font-size: 28px;
font-weight: 500;
padding-bottom: 35px;
}
.ori-comment-list-wrap h3 span {
color: #262420;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-img {
width: 80px;
height: 80px;
overflow: hidden;
margin-right: 30px;
border-radius: 100%;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text {
max-width: 1115px;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text .author-name-date {
font-size: 18px;
font-weight: 500;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text .author-name-date span {
font-size: 12px;
color: #262420;
display: block;
text-transform: uppercase;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text p {
color: #262420;
font-size: 15px;
padding: 15px 0px;
line-height: 30px;
max-width: 850px;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text .ori-like-reply a {
color: #262420;
font-size: 12px;
margin-right: 5px;
letter-spacing: 0.14em;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-text .ori-like-reply a:hover {
color: var(--base-color-1);
}
.ori-comment-list-wrap .children-comment {
margin-left: 90px;
padding-top: 40px;
}   .ori-shop-sidebar-widget .widget-title, .ori-blog-widget .widget-title {
color: #fff;
font-size: 16px;
font-weight: 400;
font-size: 16px;
position: relative;
padding-bottom: 20px;
}
.ori-shop-sidebar-widget .category-widget li, .ori-blog-widget .service-widget li {
margin-bottom: 15px;
}
.ori-shop-sidebar-widget .category-widget li:last-child, .ori-blog-widget .service-widget li:last-child {
margin-bottom: 0;
}
.ori-shop-sidebar-widget .category-widget li a, .ori-blog-widget .service-widget li a {
width: 100%;
color: #fff;
display: block;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.ori-shop-sidebar-widget .category-widget li a span, .ori-blog-widget .service-widget li a span {
margin-left: 10px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-shop-sidebar-widget .category-widget li a:hover span, .ori-blog-widget .service-widget li a:hover span {
color: var(--base-color-1);
}
.ori-blog-feed-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-blog-sidebar {
max-width: 350px;
padding: 40px 30px;
background-color: #171717;
}
.ori-blog-widget {
border-radius: 20px;
margin-bottom: 40px;
background-color: #171717;
}
.ori-blog-widget .widget-title-carousel {
margin-bottom: 25px;
border-bottom: 1px solid #3F3F3F;
}
.ori-blog-widget .widget-title-carousel .carousel_nav button {
color: #fff;
padding: 0;
border: none;
font-size: 18px;
margin-left: 10px;
background-color: transparent;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-blog-widget .widget-title-carousel .carousel_nav button:hover {
color: var(--base-color-1);
}
.ori-blog-widget .search-widget {
margin-top: 55px;
}
.ori-blog-widget .search-widget form {
position: relative;
}
.ori-blog-widget .search-widget input {
width: 100%;
height: 50px;
border: none;
padding-left: 15px;
border: 1px solid rgba(225, 224, 224, 0.2);
background-color: transparent;
}
.ori-blog-widget .search-widget input::-webkit-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-blog-widget .search-widget input::-moz-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-blog-widget .search-widget input:-ms-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-blog-widget .search-widget input::-ms-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-blog-widget .search-widget input::placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-blog-widget .search-widget button {
top: 15px;
right: 15px;
border: none;
color: #9397A0;
position: absolute;
background-color: transparent;
}
.ori-blog-widget .recent-post-widget .recent-post-feed-item {
margin-bottom: 35px;
}
.ori-blog-widget .recent-post-widget .recent-post-feed-item .recent-post-img {
width: 92px;
height: 84px;
overflow: hidden;
margin-right: 20px;
border-radius: 5px;
}
.ori-blog-widget .recent-post-widget .recent-post-feed-item .recent-post-text span {
color: #888686;
display: block;
font-size: 14px;
padding-bottom: 5px;
}
.ori-blog-widget .recent-post-widget .recent-post-feed-item .recent-post-text h3 {
color: #fff;
font-size: 15px;
line-height: 21px;
}
.ori-blog-widget .recent-post-widget .recent-post-feed-item .recent-post-text h3:hover {
color: var(--base-color-1);
}
.ori-blog-widget .category-widget li {
margin-left: 15px;
margin-bottom: 22px;
}
.ori-blog-widget .category-widget li a {
color: #838383;
display: block;
font-size: 16px;
position: relative;
padding-left: 18px;
}
.ori-blog-widget .category-widget li a:before {
left: 0;
top: 9px;
width: 6px;
height: 6px;
content: "";
position: absolute;
border-radius: 100%;
background-color: #fff;
}
.ori-blog-widget .category-widget li a:hover {
color: #fff;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item {
margin-bottom: 40px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-icon {
margin-right: 10px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-icon i {
color: #0095E9;
font-size: 24px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-title {
color: #fff;
font-size: 14px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-title a {
color: #656A7D;
margin-left: 15px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-text {
color: #71737E;
font-size: 15px;
margin-top: 5px;
margin-left: 30px;
line-height: 21px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-text span {
display: block;
margin-top: 15px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-text span i {
margin-right: 5px;
}
.ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-text a, .ori-blog-widget .twitter-post-widget .twitter-post-item .twitter-text span {
color: #9397A0;
}
.ori-blog-widget .tag-widget li a {
color: #959595;
padding: 5px 15px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
text-transform: capitalize;
border: 1px solid rgba(225, 224, 224, 0.2);
}
.ori-blog-widget .tag-widget li a:hover {
color: #fff;
border: 1px solid var(--base-color-1);
background-color: var(--base-color-1);
}
.ori-blog-widget .gallery-widget li {
margin: 5px;
}
.ori-blog-widget .gallery-widget li a {
width: 100%;
display: block;
overflow: hidden;
position: relative;
border-radius: 5px;
}
.ori-blog-widget .gallery-widget li a:before {
top: 0;
left: 0;
width: 0%;
content: "";
height: 100%;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: rgb(0, 0, 0);
}
.ori-blog-widget .gallery-widget li a:after {
left: 0;
right: 0;
top: 40%;
opacity: 0;
font-size: 18px;
content: "\f066";
font-weight: 900;
text-align: center;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
}
.ori-blog-widget .gallery-widget li a:hover:before {
width: 100%;
}
.ori-blog-widget .gallery-widget li a:hover:after {
top: 50%;
opacity: 1;
}
.ori-blog-widget .author-widget .inner-img {
width: 95px;
height: 95px;
margin: 0 auto;
overflow: hidden;
border-radius: 100%;
margin-bottom: 15px;
}
.ori-blog-widget .author-widget .inner-text h3 {
color: #fff;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: uppercase;
}
.ori-blog-widget .author-widget .inner-text span {
color: #727A7D;
font-size: 14px;
}
.ori-blog-widget .author-widget .inner-text p {
margin: 0 auto;
color: #9397A0;
max-width: 300px;
line-height: 30px;
padding-top: 20px;
}
.ori-blog-widget .author-widget .inner-text .author-social {
margin-top: 25px;
}
.ori-blog-widget .author-widget .inner-text .author-social a {
width: 38px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 6px;
font-size: 14px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid rgba(232, 232, 232, 0.2);
color: #fff;
}
.ori-blog-widget .author-widget .inner-text .author-social a:hover {
border: 1px solid var(--base-color-1);
background-color: var(--base-color-1);
}
.ori-blog-feed-post-content {
padding-left: 10px;
}
.ori-blog-feed-item {
margin-bottom: 55px;
}
.ori-blog-feed-item .ori-blog-img {
overflow: hidden;
border-radius: 20px;
margin-bottom: 30px;
}
.ori-blog-feed-item .ori-blog-img .about-play-btn {
left: 0;
top: 50%;
right: 0;
margin: 0 auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-blog-feed-item .ori-blog-img .about-play-btn a {
width: 80px;
height: 80px;
margin: 0 auto;
font-weight: 700;
border-radius: 100%;
letter-spacing: 0.25em;
background-color: #0D0D0D;
border: 2px solid #FFFFFF;
}
.ori-blog-feed-item .ori-blog-img .carousel_nav button {
top: 50%;
border: none;
position: absolute;
-webkit-transform: translateY(-55%);
transform: translateY(-55%);
background-color: transparent;
}
.ori-blog-feed-item .ori-blog-img .carousel_nav .blogFeed-left_arrow {
left: 50px;
}
.ori-blog-feed-item .ori-blog-img .carousel_nav .blogFeed-right_arrow {
right: 50px;
}
.ori-blog-feed-item .ori-blog-text .blog-meta {
margin-bottom: 15px;
}
.ori-blog-feed-item .ori-blog-text .blog-meta a {
font-size: 16px;
font-weight: 400;
margin-right: 30px;
}
.ori-blog-feed-item .ori-blog-text .blog-meta a:last-child {
margin-right: 30px;
}
.ori-blog-feed-item .ori-blog-text .blog-meta i, .ori-blog-feed-item .ori-blog-text .blog-meta span {
margin-right: 5px;
color: var(--base-color-1);
}
.ori-blog-feed-item .ori-blog-text h3 {
font-size: 34px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-blog-feed-item .ori-blog-text h3:hover {
color: var(--base-color-1);
}
.ori-blog-feed-item .ori-blog-text h4 {
color: #fff;
font-size: 26px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-blog-feed-item .ori-blog-text p {
color: #262420;
font-size: 16px;
line-height: 30px;
padding-bottom: 35px;
}
.ori-blog-feed-item .ori-blog-text .ori-blog-img-video span {
color: #807A7A;
display: block;
font-size: 18px;
font-style: italic;
text-align: center;
margin-bottom: 35px;
}
.ori-blog-feed-item .ori-blog-text .blog-more {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.14em;
color: var(--base-color-1);
}
.ori-pagination-wrap li a {
color: #fff;
width: 55px;
height: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 24px;
font-weight: 700;
margin-right: 10px;
border-radius: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 0.5px solid #9397A0;
}
.ori-pagination-wrap li a:hover {
background-color: #2E2E2E;
border: 0.5px solid #2E2E2E;
}   .ori-blog-details-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-blog-details-section .ori-single-comment-form {
max-width: 920px;
padding: 0;
}
.ori-blog-details-section .ori-single-comment-form h3 {
font-weight: 400;
}
.ori-blog-details-section .ori-single-comment-form form {
margin-top: 30px;
}
.ori-blog-details-section .ori-single-comment-form form input, .ori-blog-details-section .ori-single-comment-form form textarea {
height: 65px;
background: rgba(229, 229, 229, 0.1);
border: 1px solid rgba(248, 248, 251, 0.1);
}
.ori-blog-details-section .ori-single-comment-form form input::-webkit-input-placeholder, .ori-blog-details-section .ori-single-comment-form form textarea::-webkit-input-placeholder {
color: rgb(131, 131, 131);
}
.ori-blog-details-section .ori-single-comment-form form input::-moz-placeholder, .ori-blog-details-section .ori-single-comment-form form textarea::-moz-placeholder {
color: rgb(131, 131, 131);
}
.ori-blog-details-section .ori-single-comment-form form input:-ms-input-placeholder, .ori-blog-details-section .ori-single-comment-form form textarea:-ms-input-placeholder {
color: rgb(131, 131, 131);
}
.ori-blog-details-section .ori-single-comment-form form input::-ms-input-placeholder, .ori-blog-details-section .ori-single-comment-form form textarea::-ms-input-placeholder {
color: rgb(131, 131, 131);
}
.ori-blog-details-section .ori-single-comment-form form input::placeholder, .ori-blog-details-section .ori-single-comment-form form textarea::placeholder {
color: rgb(131, 131, 131);
}
.ori-blog-details-section .ori-single-comment-form form textarea {
height: 280px;
}
.ori-blog-details-text-wrapper .ori-blog-feed-item {
margin-bottom: 45px;
}
.ori-blog-details-text-wrapper blockquote {
position: relative;
background: rgb(195 189 189 / 10%);
}
.ori-blog-feed-item .ori-blog-text blockquote p{
padding: 40px;
font-size: 24px;
line-height: 45px;
position: relative;
color: #262420;
margin: 15px 0px 40px;
border-left: 5px solid #000000;
background-color: rgba(255, 255, 255, 0.05);
}
.ori-blog-details-text-wrapper blockquote:before {
right: 45px;
bottom: 25px;
content: "\f10d";
font-size: 75px;
font-weight: 900;
font-style: normal;
position: absolute;
font-family: "Font Awesome 5 Pro";
color: #cbcbcb;
}
.ori-blog-details-text-wrapper blockquote span {
display: block;
font-size: 16px;
font-weight: 400;
font-style: normal;
padding-top: 10px;
}
.ori-blog-details-text-wrapper .ori-portfolio-details-tag-share {
border: none;
margin-bottom: 0;
padding-bottom: 60px;
}
.ori-blog-details-text-wrapper .ori-blog-details-author {
padding: 40px;
border-radius: 20px;
margin-bottom: 80px;
background-color: #171717;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-img {
width: 150px;
height: 150px;
overflow: hidden;
margin-right: 30px;
border-radius: 100%;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-text {
width: 75%;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-text h3 {
font-size: 20px;
font-weight: 700;
padding-bottom: 8px;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-text p {
color: #9397A0;
font-size: 18px;
line-height: 30px;
padding-bottom: 15px;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-text .author-social a {
margin-right: 20px;
}
.ori-blog-details-text-wrapper .ori-recent-portfolio-area {
padding: 65px 0px;
}
.ori-blog-single-details-prev-next-btn {
padding: 20px 0px;
border-top: 1px solid rgb(179 171 171 / 10%);
border-bottom: 1px solid rgb(179 171 171 / 10%);
margin-bottom: 50px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post img {
margin: 0px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-icon {
margin-right: 30px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-icon a {
width: 54px;
height: 36px;
color: #000000;
line-height: 36px;
text-align: center;
display: inline-block;
border-radius: 18px;
background-color: rgba(191, 170, 175, 0.11);
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-icon a:hover {
color: #fff;
background-color: var(--base-color-1);
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-img {
width: 85px;
height: 85px;
overflow: hidden;
border-radius: 100%;
margin-right: 18px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-text h3 {
display: block;
font-size: 16px;
max-width: 190px;
padding-bottom: 10px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-text h3 a {
font-weight: 400;
color: #262420;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-img {
width: 20px;
height: 20px;
border-radius: 100%;
margin-right: 8px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-img img{
border-radius: 50%;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-text {
font-size: 14px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-text a {
font-weight: 400;
margin-right: 10px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-text span {
font-size: 13px;
}
.ori-blog-single-details-prev-next-btn .ori-next-prev-post .inner-meta .meta-text span i {
margin-right: 5px;
}
.ori-blog-single-details-prev-next-btn .ori-single-next-btn .ori-next-prev-post img {
margin: 0px;
}
.ori-blog-single-details-prev-next-btn .ori-single-next-btn .ori-next-prev-post .inner-icon {
margin-right: 0px;
margin-left: 30px;
}   .ori-shop-feed-section {
padding: 100px 0px 120px;
}
.ori-shop-top-filter-bar {
margin-bottom: 30px;
}
.ori-shop-sidebar-wrap .ori-blog-widget {
padding: 10px;
}
.ori-shop-top-filter-bar .ori-shop-select select {
border: none;
width: 230px;
height: 60px;
font-size: 18px;
background-color: transparent;
border: 1px solid #393939;
}
.ori-shop-top-filter-bar .ori-shop-select select option {
background-color: #171717;
}
.ori-shop-top-filter-bar .ori-filter-result {
font-size: 18px;
}
.ori-shop-sidebar-wrap .ori-blog-widget {
padding: 10px;
}
.best-sell-text h3 {
font-size: 18px;
color: #fff;
margin-bottom: 5px;
font-weight: 600;
line-height: 26px;
}
section.page-section-padding {
padding: 80px 0;
}
.best-sell-text span {
color: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 1;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width: 100%;
}
.ori-shop-sidebar-wrap > div {
margin-bottom: 30px !important;
}
.ori-shop-sidebar-wrap .ori-blog-widget {
margin-bottom: 0;
}
.ori-shop-inner-item {
margin-bottom: 45px;
}
.ori-shop-inner-item .shop-img-cart-btn {
overflow: hidden;
border-radius: 10px;
margin-bottom: 25px;
}
.ori-shop-inner-item .label-tag {
top: 20px;
z-index: 1;
left: 20px;
font-size: 14px;
padding: 0px 15px;
line-height: 30px;
border-radius: 5px;
background-color: var(--base-color-1);
}
.ori-shop-inner-item .shop-img img {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
color: #000;
}
.ori-shop-inner-item .shop-text h3 {
color: #000;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-shop-inner-item .shop-text .pro_price {
font-size: 18px;
}
.ori-shop-inner-item .add-cart-btn {
opacity: 0;
width: 100%;
bottom: -50px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: var(--base-color-1);
}
.ori-shop-inner-item .add-cart-btn a {
color: #000;
width: 100%;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 50px;
letter-spacing: 0.05em;
}
.ori-shop-inner-item:hover .add-cart-btn {
bottom: 0;
opacity: 1;
}
.ori-shop-inner-item:hover .shop-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.ori-shop-sidebar-widget {
padding-left: 10px;
margin-bottom: 55px;
}
.ori-shop-sidebar-widget .widget-title {
padding-bottom: 35px;
}
.ori-shop-sidebar-widget .search-widget form {
position: relative;
}
.ori-shop-sidebar-widget .search-widget input {
width: 100%;
height: 60px;
border: none;
background-color: transparent;
border-bottom: 1px solid #393939;
}
.ori-shop-sidebar-widget .search-widget input::-webkit-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-shop-sidebar-widget .search-widget input::-moz-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-shop-sidebar-widget .search-widget input:-ms-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-shop-sidebar-widget .search-widget input::-ms-input-placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-shop-sidebar-widget .search-widget input::placeholder {
color: #9397A0;
font-size: 18px;
}
.ori-shop-sidebar-widget .search-widget button {
right: 0;
top: 20px;
padding: 0;
border: none;
color: #9397A0;
position: absolute;
background-color: transparent;
}
.ori-shop-sidebar-widget .category-widget li a {
position: relative;
}
.ori-shop-sidebar-widget .category-widget li a:before {
top: 0;
left: 0;
opacity: 0;
content: "\f061";
font-weight: 900;
position: absolute;
color: var(--base-color-1);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
font-family: "Font Awesome 5 Pro";
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ori-shop-sidebar-widget .category-widget li a:hover {
padding-left: 25px;
}
.ori-shop-sidebar-widget .category-widget li a:hover:before {
opacity: 1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ori-shop-sidebar-widget .price-filter-widget .fliter-range-bar {
-webkit-appearance: none;
width: 100%;
height: 2px;
outline: none;
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .price-filter-widget .fliter-range-bar::-webkit-slider-thumb {
width: 14px;
height: 14px;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .price-filter-widget .fliter-range-bar::-moz-range-thumb {
width: 14px;
height: 14px;
cursor: pointer;
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .price-filter-widget .price-range-amount {
color: #999999;
font-size: 14px;
font-weight: 700;
}
.ori-shop-sidebar-widget .price-filter-widget .filter-btn {
color: #000;
font-size: 14px;
font-weight: 700;
}
.ori-shop-sidebar-widget .filter-widget {
width: 100%;
}
.ori-shop-sidebar-widget .filter-widget .range-value {
margin: 0;
}
.ori-shop-sidebar-widget .filter-widget .range-value input {
width: 50%;
padding: 0;
border: none;
color: #9397A0;
background: none;
margin-top: 20px;
font-size: 18px;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none;
}
.ori-shop-sidebar-widget .filter-widget .range-value .filter-price-btn {
color: #fff;
font-size: 14px;
font-weight: 700;
margin-top: 20px;
padding: 5px 20px;
letter-spacing: 0.05em;
background-color: var(--base-color-1);
}
.ori-shop-sidebar-widget .filter-widget .range-bar {
border: none;
height: 3px;
width: 96%;
margin-left: 8px;
background: #cbcbcb;
}
.ori-shop-sidebar-widget .filter-widget .range-bar .ui-slider-range {
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle {
top: -6px;
border: none;
height: 14px;
width: 14px;
cursor: pointer;
border-radius: 100%;
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle:focus {
outline: none;
}
.ori-shop-sidebar-widget .filter-widget .range-bar .ui-slider-handle + span {
background: var(--base-color-1);
}
.ori-shop-sidebar-widget .best-seller-widget .best-seller-item {
margin-bottom: 30px;
}
.ori-shop-sidebar-widget .best-seller-widget .best-seller-item:last-child {
margin-bottom: 0;
}
.ori-shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-img {
width: 80px;
height: 80px;
overflow: hidden;
margin-right: 20px;
border-radius: 5px;
}
.ori-shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-text h3 {
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-shop-sidebar-widget .best-seller-widget .best-seller-item .best-sell-text .pro_price {
font-size: 18px;
}
.ori-shop-sidebar-widget .tag-widget li a {
color: #959595;
font-size: 14px;
padding: 5px 15px;
border-radius: 3px;
margin-right: 5px;
margin-bottom: 10px;
display: inline-block;
background-color: #2E2E2E;
}
.ori-shop-sidebar-widget .tag-widget li a:hover {
color: #fff;
}   .ori-shop-details-section {
padding: 125px 0px;
}
.ori-shop-details-slide-for {
margin-bottom: 30px;
}
.ori-shop-details-slide-nav {
max-width: 430px;
}
.ori-shop-details-slide-nav .nav-inner-img {
cursor: pointer;
}
.ori-shop-details-text-wrapper {
padding-top: 50px;
}
.ori-shop-details-text-wrapper .ori-shop-details-title {
margin-bottom: 50px;
}
.ori-shop-details-text-wrapper .ori-shop-details-title h3 {
font-size: 35px;
font-weight: 700;
padding-bottom: 15px;
}
.ori-shop-details-text-wrapper .ori-shop-details-title span {
font-size: 24px;
font-weight: 700;
}
.ori-shop-details-text-wrapper .ori-shop-details-desc {
color: #262420;
font-size: 18px;
max-width: 500px;
line-height: 30px;
margin-bottom: 50px;
}
.ori-shop-details-text-wrapper .ori-code-category li {
color: #9397A0;
font-size: 18px;
margin-bottom: 15px;
text-transform: capitalize;
}
.ori-shop-details-text-wrapper .ori-code-category li span {
color: #fff;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ori-shop-quantity-btn,
.ori-cart-content-table {
margin-bottom: 45px;
}
.ori-shop-quantity-btn .quantity-field,
.ori-cart-content-table .quantity-field {
margin-right: 20px;
}
.ori-shop-quantity-btn .quantity-field input,
.ori-cart-content-table .quantity-field input {
width: 120px;
height: 50px;
color: #fff;
border-radius: 3px;
border: 0.5px solid #FFFFFF;
background-color: transparent;
}
.ori-shop-quantity-btn .quantity-field .custom-next,
.ori-shop-quantity-btn .quantity-field .custom-prev,
.ori-cart-content-table .quantity-field .custom-next,
.ori-cart-content-table .quantity-field .custom-prev {
top: 50%;
color: #fff;
cursor: pointer;
font-size: 20px;
margin: 0px 5px;
font-size: 18px;
position: absolute;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-shop-quantity-btn .quantity-field .custom-next:hover,
.ori-shop-quantity-btn .quantity-field .custom-prev:hover,
.ori-cart-content-table .quantity-field .custom-next:hover,
.ori-cart-content-table .quantity-field .custom-prev:hover {
color: var(--base-color-1);
}
.ori-shop-quantity-btn .quantity-field .custom-next,
.ori-cart-content-table .quantity-field .custom-next {
right: 15px;
}
.ori-shop-quantity-btn .quantity-field .custom-prev,
.ori-cart-content-table .quantity-field .custom-prev {
left: 15px;
}
.ori-shop-quantity-btn .add-cart-btn a,
.ori-cart-content-table .add-cart-btn a {
font-size: 14px;
font-weight: 700;
padding: 17px 40px;
border-radius: 3px;
letter-spacing: 0.05em;
background-color: var(--base-color-1);
}
.ori-shop-details-review-content {
margin-top: 115px;
}
.ori-shop-details-review-content .shop-review-tab-btn {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #393939;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs {
border-bottom: none;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
border: none;
}
.ori-shop-details-review-content .shop-review-tab-btn li {
margin-right: 80px;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
padding: 0;
color: #262420;
font-size: 24px;
border-radius: 0;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link .buyer-review-rate {
margin-left: 10px;
color: var(--base-color-1);
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active {
color: #262420;
position: relative;
background-color: transparent;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active:after {
left: 0;
content: "";
height: 2px;
width: 100%;
bottom: -20px;
position: absolute;
background-color: var(--base-color-1);
}
.ori-shop-details-review-content .shop-details-description-text {
color: #262420;
font-size: 18px;
line-height: 30px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-inner {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #9397A0;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-pic {
width: 80px;
height: 80px;
overflow: hidden;
margin-right: 20px;
border-radius: 100%;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text {
overflow: hidden;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text h4 {
color: #fff;
font-size: 20px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text span {
color: #9397A0;
display: block;
font-size: 18px;
padding-bottom: 15px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-rate {
margin-top: 5px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-rate a {
font-size: 14px;
color: var(--base-color-1);
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-date {
color: #9397A0;
font-size: 14px;
padding-left: 30px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-text .buyer-review-date:before {
top: 3px;
left: 10px;
width: 2px;
content: "";
height: 15px;
position: absolute;
background-color: #9397A0;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box {
padding: 40px;
border-radius: 20px;
background-color: #171717;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option {
margin: 4px 0px 20px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option li {
width: 16px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .customer-rate {
display: none;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .rate-value {
position: relative;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .rate-value:before {
left: 0;
top: -10px;
content: "\f005";
cursor: pointer;
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Pro";
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box .customer-rate-option .customer-rate:checked ~ .rate-value:before {
content: "\f005";
color: var(--base-color-1);
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box h4 {
font-size: 18px;
font-weight: 700;
padding-right: 20px;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box textarea,
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box input {
color: #fff;
width: 100%;
height: 50px;
padding-left: 20px;
margin-bottom: 35px;
border: 1px solid #393939;
background-color: transparent;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box textarea {
height: 200px;
padding-top: 30px;
margin-bottom: 15px;
}
.ori-shop-details-review-content .review-comment-area .buyer-review-comment-box button {
color: #fff;
border: none;
font-weight: 500;
padding: 15px 50px;
text-transform: uppercase;
font-weight: 700;
background-color: var(--base-color-1);
}
.ori-shop-faq-item {
margin-bottom: 40px;
}
.ori-shop-faq-item h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-shop-related-product h3 {
color: #fff;
font-size: 35px;
font-weight: 700;
padding-bottom: 40px;
}   .ori-cart-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-cart-content-table {
margin-bottom: 0;
}
.ori-cart-content-table .table {
width: 1020px;
margin-bottom: 0;
overflow-x: scroll;
}
.ori-cart-content-table .table > thead {
border: none;
background-color: var(--base-color-1);
}
.ori-cart-content-table .table > thead tr {
border: none;
}
.ori-cart-content-table .table > thead tr th {
color: #fff;
border: none;
font-size: 18px;
padding: 18px 20px;
}
.ori-cart-content-table .table > :not(caption) > * > * {
padding: 20px;
}
.ori-cart-content-table .table > tbody {
border: none;
}
.ori-cart-content-table .table > tbody tr {
padding: 20px;
border: 1px solid #393939;
}
.ori-cart-content-table .table > tbody td {
border: none;
vertical-align: middle;
}
.ori-cart-content-table .table > tbody .product-name {
color: #fff;
font-size: 18px;
font-weight: 700;
}
.ori-cart-content-table .table > tbody .ori-cart-product-img {
width: 120px;
padding-right: 0;
}
.ori-cart-content-table .table > tbody .product-price.product-subtotal {
color: #fff;
font-size: 18px;
font-weight: 700;
}
.ori-cart-content-table .table > tbody .product-remove {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code input, .ori-cart-coupon-update .ori-cart-coupon input {
width: 100%;
height: 50px;
max-width: 332px;
padding-left: 20px;
border: 1px solid #393939;
background-color: transparent;
}
.ori-checkout-coupon-code input::-webkit-input-placeholder, .ori-cart-coupon-update .ori-cart-coupon input::-webkit-input-placeholder {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code input::-moz-placeholder, .ori-cart-coupon-update .ori-cart-coupon input::-moz-placeholder {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code input:-ms-input-placeholder, .ori-cart-coupon-update .ori-cart-coupon input:-ms-input-placeholder {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code input::-ms-input-placeholder, .ori-cart-coupon-update .ori-cart-coupon input::-ms-input-placeholder {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code input::placeholder, .ori-cart-coupon-update .ori-cart-coupon input::placeholder {
color: #fff;
font-size: 18px;
}
.ori-checkout-coupon-code button, .ori-cart-coupon-update .ori-cart-coupon button {
color: #fff;
border: none;
font-size: 14px;
font-weight: 700;
padding: 13px 40px;
border-radius: 3px;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--base-color-1);
}
.ori-cart-coupon-update {
padding: 20px;
border: 1px solid #393939;
border-top: none;
}
.ori-cart-coupon-update .ori-cart-coupon {
width: 65%;
}
.ori-cart-coupon-update .cart-update-btn a {
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 17px 40px;
border-radius: 3px;
display: inline-block;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: #171717;
}
.ori-cart-total-wrapper {
margin-top: 80px;
}
.ori-cart-total-area {
width: 100%;
max-width: 340px;
padding: 40px 20px;
border: 1px solid #393939;
}
.ori-cart-total-area h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
padding-bottom: 20px;
}
.ori-cart-total-area table {
width: 100%;
}
.ori-cart-total-area table tr {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 13px;
padding-bottom: 13px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #393939;
}
.ori-cart-total-area table td {
font-size: 18px;
}
.ori-cart-total-area table .v-price {
text-align: right;
}
.ori-cart-total-area a {
width: 100%;
font-size: 14px;
font-weight: 700;
margin-top: 25px;
padding: 15px 20px;
border-radius: 3px;
letter-spacing: 0.05em;
background-color: var(--base-color-1);
}   .ori-checkout-section {
overflow: hidden;
padding: 125px 0px;
}
.ori-coupon-check input {
margin-left: 50px;
margin-right: 20px;
}
.ori-coupon-check span {
color: #9397A0;
font-size: 18px;
}
.ori-coupon-check span a {
color: #fff;
font-weight: 700;
}
.ori-checkout-billing-order-details {
margin-top: 45px;
}
.ori-checkout-coupon-code {
margin-top: 45px;
padding: 25px 30px 30px;
border: 1px solid #393939;
}
.ori-checkout-coupon-code p {
font-size: 18px;
}
.ori-checkout-coupon-code input {
max-width: 570px;
background-color: #191919;
border: 1px solid #191919;
}
.ori-checkout-coupon-code button {
margin-left: 30px;
}
.ori-checkout-billing-details {
max-width: 600px;
}
.ori-checkout-billing-details h3 {
color: #fff;
font-size: 36px;
font-weight: 700;
padding-bottom: 25px;
}
.ori-checkout-billing-details label {
display: block;
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
.ori-checkout-billing-details input, .ori-checkout-billing-details select, .ori-checkout-billing-details textarea {
width: 100%;
height: 50px;
padding: 0px 20px;
margin-bottom: 30px;
border: 1px solid #393939;
background-color: #1A1A1A;
}
.ori-checkout-billing-details input::-webkit-input-placeholder, .ori-checkout-billing-details select::-webkit-input-placeholder, .ori-checkout-billing-details textarea::-webkit-input-placeholder {
color: #9397A0;
}
.ori-checkout-billing-details input::-moz-placeholder, .ori-checkout-billing-details select::-moz-placeholder, .ori-checkout-billing-details textarea::-moz-placeholder {
color: #9397A0;
}
.ori-checkout-billing-details input:-ms-input-placeholder, .ori-checkout-billing-details select:-ms-input-placeholder, .ori-checkout-billing-details textarea:-ms-input-placeholder {
color: #9397A0;
}
.ori-checkout-billing-details input::-ms-input-placeholder, .ori-checkout-billing-details select::-ms-input-placeholder, .ori-checkout-billing-details textarea::-ms-input-placeholder {
color: #9397A0;
}
.ori-checkout-billing-details input::placeholder, .ori-checkout-billing-details select::placeholder, .ori-checkout-billing-details textarea::placeholder {
color: #9397A0;
}
.ori-checkout-billing-details .additional-info {
margin-top: 50px;
}
.ori-checkout-billing-details .additional-info h4 {
color: #fff;
font-size: 36px;
font-weight: 700;
padding-bottom: 15px;
}
.ori-checkout-billing-details .additional-info p {
font-size: 20px;
font-weight: 700;
}
.ori-checkout-billing-details .additional-info textarea {
height: 165px;
padding-top: 20px;
}
.ori-checkout-order-details {
padding-left: 30px;
}
.ori-checkout-order-details h3 {
color: #fff;
font-size: 36px;
font-weight: 700;
padding-bottom: 25px;
}
.order-details-info table {
width: 100%;
text-transform: uppercase;
}
.order-details-info tr {
width: 100%;
border: 1px solid #393939;
}
.order-details-info tr th {
font-size: 20px;
font-weight: 700;
}
.order-details-info tr td, .order-details-info tr th {
padding: 15px 20px;
}
.order-details-info tr td {
font-size: 18px;
}
.order-details-info tr .p-value {
color: #9397A0;
}
.order-details-info p {
color: #9397A0;
font-size: 18px;
padding-top: 35px;
line-height: 30px;
}
.order-details-info .place-order-btn {
margin-top: 30px;
}
.order-details-info .place-order-btn a {
width: 100%;
font-weight: 700;
padding: 15px 20px;
border-radius: 3px;
display: inline-block;
letter-spacing: 0.05em;
background-color: var(--base-color-1);
}   .ori-price-plan-section {
overflow: hidden;
padding: 125px 0px 0px;
}   .ori-google-map iframe {
width: 100%;
-webkit-filter: invert(1);
filter: invert(1);
}
.ori-contact-form-section {
overflow: hidden;
padding: 120px 0px;
}
.ori-contact-form-text-info {
max-width: 500px;
}
.ori-contact-form-text-info h3 {
color: #262420;
font-size: 40px;
font-weight: 700;
padding-bottom: 30px;
}
.ori-contact-form-text-info p {
color: #262420;
font-size: 18px;
line-height: 30px;
}
.ori-contact-form-text-info .ori-contact-form-item-info {
margin-top: 35px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info {
margin-bottom: 20px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-icon {
color: #fff;
width: 55px;
height: 55px;
font-size: 18px;
margin-right: 20px;
border-radius: 100%;
background-color: var(--base-color-1);
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-text h4 {
font-size: 20px;
font-weight: 700;
padding-bottom: 5px;
}
.ori-contact-form-text-info .ori-contact-form-item-info .ori-contact-info .info-text p {
color: #262420;
}
.ori-contact-form-wrap label {
color: #262420;
display: block;
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
.ori-contact-form-wrap input,
.ori-contact-form-wrap textarea {
width: 100%;
height: 50px;
padding: 20px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid #262420;
}
.ori-contact-form-wrap input::-webkit-input-placeholder, .ori-contact-form-wrap textarea::-webkit-input-placeholder {
color: #9397A0;
}
.ori-contact-form-wrap input::-moz-placeholder, .ori-contact-form-wrap textarea::-moz-placeholder {
color: #9397A0;
}
.ori-contact-form-wrap input:-ms-input-placeholder, .ori-contact-form-wrap textarea:-ms-input-placeholder {
color: #9397A0;
}
.ori-contact-form-wrap input::-ms-input-placeholder, .ori-contact-form-wrap textarea::-ms-input-placeholder {
color: #9397A0;
}
.ori-contact-form-wrap input::placeholder,
.ori-contact-form-wrap textarea::placeholder {
color: #9397A0;
}
.ori-contact-form-wrap textarea {
height: 140px;
}
.ori-contact-form-wrap button {
color: #fff;
border: none;
font-weight: 700;
padding: 15px 40px;
border-radius: 3px;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--base-color-1);
}   .ori-footer-section {
padding-top: 100px;
background-color: #171717;
}
.ori-footer-section .footer-shape {
left: 0;
bottom: 0;
opacity: 0.5;
}
.ori-footer-section.footer-style-two {
padding-top: 120px;
background-color: #171717;
}
.ori-footer-section.footer-style-two .ori-copyright-text {
color: #fff;
}
.ori-footer-section.footer-style-three .ori-footer-title h2 i {
color: var(--base-color-2);
}
.ori-footer-section.footer-style-three .ori-footer-title h2 {
font-weight: 500;
}
.ori-footer-section.footer-style-three .ori-footer-title h2 span {
font-weight: 200;
-webkit-text-fill-color: #fff;
}
.ori-footer-section.footer-style-three .ori-footer-widget .widget-title {
color: #fff;
font-weight: 700;
font-family: var(--heading-1);
}
.ori-footer-section.footer-style-four {
background-color: #0B1C2A;
}
.ori-footer-section.footer-style-four .ori-footer-title {
background-color: #7687E5;
}
.ori-footer-section.footer-style-four .ori-footer-title h2 i {
color: #fff;
}
.ori-footer-section.footer-style-four .ori-footer-widget .widget-title {
color: #fff;
}
.ori-footer-section.footer-style-four .ori-footer-widget .menu-location-widget li a,
.ori-footer-section.footer-style-four .ori-footer-widget .contact-widget span, .ori-footer-section.footer-style-four .ori-footer-widget .contact-widget a,
.ori-footer-section.footer-style-four .ori-footer-copyright .ori-copyright-text {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-widget .newslatter-widget .newslatter-form input::-webkit-input-placeholder {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-widget .newslatter-widget .newslatter-form input::-moz-placeholder {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-widget .newslatter-widget .newslatter-form input:-ms-input-placeholder {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-widget .newslatter-widget .newslatter-form input::-ms-input-placeholder {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-widget .newslatter-widget .newslatter-form input::placeholder {
color: #B8C6D2;
}
.ori-footer-section.footer-style-four .ori-footer-copyright {
border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.ori-footer-section.footer-style-five .ori-footer-title h2 {
font-weight: 500;
}
.ori-footer-section.footer-style-five .ori-footer-title h2 i {
color: var(--base-color-5);
}
.ori-footer-section.footer-style-five .ori-footer-title h2 span {
font-weight: 100;
-webkit-text-fill-color: #fff;
}
.ori-footer-section.footer-style-five .ori-footer-widget .widget-title {
color: #fff;
}
.ori-footer-section.footer-style-five .ori-footer-widget .menu-location-widget li a,
.ori-footer-section.footer-style-five .ori-footer-widget .contact-widget span, .ori-footer-section.footer-style-five .ori-footer-widget .contact-widget a,
.ori-footer-section.footer-style-five .ori-footer-copyright .ori-copyright-text {
color: #ACACAC;
}
.ori-footer-section.footer-style-six {
overflow: hidden;
}
.ori-footer-section.footer-style-six .ori-dm-about-shape1 {
left: -30px;
bottom: -20px;
}
.ori-footer-section.footer-style-six .ori-dm-about-shape2 {
right: -50px;
bottom: -30px;
}
.ori-footer-section.footer-style-six .ori-footer-title {
background: #423EEC;
border: 1px solid #5A56FA;
}
.ori-footer-section.footer-style-six .ori-footer-title h2 {
font-weight: 500;
}
.ori-footer-section.footer-style-six .ori-footer-title h2 span {
font-weight: 300;
-webkit-text-fill-color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-title h2 i {
color: var(--base-color-2);
}
.ori-footer-section.footer-style-six .ori-footer-widget .widget-title {
color: #fff;
font-family: var(--heading-1);
}
.ori-footer-section.footer-style-six .ori-footer-widget .newslatter-widget .newslatter-form input::-webkit-input-placeholder {
color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-widget .newslatter-widget .newslatter-form input::-moz-placeholder {
color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-widget .newslatter-widget .newslatter-form input:-ms-input-placeholder {
color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-widget .newslatter-widget .newslatter-form input::-ms-input-placeholder {
color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-widget .menu-location-widget li a,
.ori-footer-section.footer-style-six .ori-footer-widget .contact-widget span,
.ori-footer-section.footer-style-six .ori-footer-widget .contact-widget a,
.ori-footer-section.footer-style-six .ori-footer-widget .newslatter-widget .newslatter-form input::placeholder,
.ori-footer-section.footer-style-six .ori-footer-copyright .ori-copyright-text {
color: #fff;
}
.ori-footer-section.footer-style-six .ori-footer-copyright {
border-top: 1px solid #FFFFFF;
}
.ori-footer-section.footer-style-seven {
padding-top: 50px;
background-color: #04000b;
}
.ori-footer-section.footer-style-seven .ori-footer-text {
color: #fff;
font-size: 20px;
line-height: 1.8;
}
.ori-footer-section.footer-style-seven .ori-footer-newslatter .email-field {
width: 100%;
height: 55px;
border: none;
max-width: 390px;
margin-right: 15px;
border-radius: 3px;
padding-left: 20px;
background-color: #27242f;
}
.ori-footer-section.footer-style-seven .ori-footer-newslatter button {
color: #fff;
height: 55px;
width: 150px;
border: none;
border-radius: 4px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(0, 238, 235)), color-stop(53%, rgb(32, 166, 243)), to(rgb(63, 93, 251)));
background: linear-gradient(-180deg, rgb(0, 238, 235) 1%, rgb(32, 166, 243) 53%, rgb(63, 93, 251) 100%);
}
.ori-footer-section.footer-style-seven .ori-footer-newslatter p {
color: #fff;
margin-top: 20px;
}
.ori-footer-section.footer-style-seven .ori-footer-newslatter p .checkbox-field {
margin-right: 10px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social {
padding: 40px 0px 65px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social .ori-footer-social a {
color: #a3a3a3;
margin-left: 20px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social .ori-footer-social a:hover {
color: #29a7fc;
}
.ori-footer-section.footer-style-seven .ori-footer-copyright {
color: #e4e4e4;
padding: 45px 0px;
border-top: 1px solid #262528;
}
.ori-footer-title {
border-radius: 20px;
padding: 35px 0px 25px;
border: 1px solid #292929;
}
.ori-footer-title h2 {
color: #fff;
font-size: 90px;
font-weight: 700;
}
.ori-footer-title h2 strong {
font-weight: 700;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/slider/sd1.png);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ori-footer-title h2 span {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.ori-footer-title h2 i {
margin-left: 20px;
color: var(--base-color-1);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ori-footer-widget-wrapper {
padding: 110px 0px 70px;
}
.ori-footer-widget .logo-text {
margin-top: 25px;
color: rgb(125, 125, 125);
}
.ori-footer-widget .widget-title {
font-size: 14px;
font-weight: 700;
padding-bottom: 38px;
letter-spacing: 0.14em;
}
.ori-footer-widget .menu-location-widget li {
margin-bottom: 12px;
}
.ori-footer-widget .menu-location-widget li a {
color: #7D7D7D;
font-size: 15px;
}
.ori-footer-widget .contact-widget span, .ori-footer-widget .contact-widget a {
color: #7D7D7D;
display: block;
margin-bottom: 12px;
}
.ori-footer-widget .newslatter-widget .newslatter-form input {
width: 100%;
border: none;
padding-bottom: 20px;
border-bottom: 1px solid #fff;
background-color: transparent;
}
.ori-footer-widget .newslatter-widget .newslatter-form button {
color: #fff;
border: none;
margin-top: 50px;
font-weight: 600;
text-transform: uppercase;
background-color: transparent;
}
.ori-footer-widget .newslatter-widget .newslatter-form button i {
margin-left: 10px;
}
.ori-footer-copyright {
padding: 25px 0px;
border-top: 1px solid #292929;
}
.ori-footer-copyright .ori-copyright-text {
font-size: 14px;
}
.ori-footer-copyright .ori-copyright-social a {
color: #fff;
margin-left: 20px;
}
.ori-footer-copyright .ori-copyright-social a:hover {
color: var(--base-color-1);
}
.ori-footer-widget-wrapper-2 {
padding-bottom: 80px;
}
.footer-style-two .ori-footer-widget .widget-title {
color: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: 0;
padding-bottom: 35px;
}
.footer-style-two .ori-footer-widget .logo-widget p {
max-width: 235px;
padding: 20px 0px 45px;
}
.footer-style-two .ori-footer-widget .footer-social a {
margin-right: 25px;
}
.footer-style-two .ori-footer-widget .footer-social a:hover {
color: var(--base-color-1);
}
.footer-style-two .ori-footer-widget .contact-info span, .footer-style-two .ori-footer-widget .contact-info a {
color: #9397A0;
}
.footer-style-two .ori-footer-widget .support-widget p {
max-width: 250px;
}
.footer-style-two .ori-footer-widget .support-widget .download-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 45px;
}
.footer-style-two .ori-footer-widget .support-widget .download-btn a {
width: 110px;
margin-right: 5px;
display: inline-block;
}
.footer-style-two .ori-footer-widget .support-widget .download-btn a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.footer-style-two .ori-footer-widget .newslatter-widget .newslatter-form p {
padding-bottom: 30px;
}
.footer-style-two .ori-footer-widget .newslatter-widget .newslatter-form input {
padding-bottom: 10px;
}
.footer-style-two .ori-footer-widget .newslatter-widget .newslatter-form button {
padding: 0;
margin-top: 15px;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.footer-style-two .ori-footer-widget .newslatter-widget .newslatter-form button:hover {
color: var(--base-color-1);
}
.ori-app-footer-section {
margin: 0px 70px;
}
.ori-app-footer-section .ori-app-footer-content {
padding-top: 120px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background: rgba(22, 22, 31, 0.5);
}
.ori-app-footer-section .ori-app-footer-widget-area {
padding-bottom: 95px;
}
.ori-app-footer-widget .widget-title {
color: #fff;
font-size: 18px;
font-weight: 600;
padding-bottom: 30px;
}
.ori-app-footer-widget .logo-widget .brand-logo {
margin-bottom: 30px;
}
.ori-app-footer-widget .logo-widget .logo-text {
margin-bottom: 38px;
color: rgba(255, 255, 255, 0.8);
}
.ori-app-footer-widget .logo-widget .logo-social a {
margin-right: 40px;
color: rgba(255, 255, 255, 0.8);
}
.ori-app-footer-widget .logo-widget .logo-social a:hover {
color: var(--base-color-1);
}
.ori-app-footer-widget .menu-widget {
padding-left: 120px;
}
.ori-app-footer-widget .menu-widget li {
margin-bottom: 18px;
}
.ori-app-footer-widget .menu-widget li a {
color: rgba(255, 255, 255, 0.8);
}
.ori-app-footer-widget .menu-widget li a:hover {
color: rgb(255, 255, 255);
}
.ori-app-footer-widget .newslatter-form {
margin-top: 55px;
}
.ori-app-footer-widget .newslatter-form input {
width: 100%;
height: 60px;
padding-left: 20px;
background-color: transparent;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0px 13px 22px 0px rgba(6, 34, 51, 0.06);
box-shadow: 0px 13px 22px 0px rgba(6, 34, 51, 0.06);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-app-footer-widget .newslatter-form input:focus {
border: 1px solid #fff;
}
.ori-app-footer-widget .newslatter-form button {
top: 0;
right: 0;
color: #fff;
width: 65px;
height: 60px;
border: none;
font-size: 24px;
position: absolute;
border-radius: 10px;
background-color: var(--base-color-1);
}
.ori-app-footer-copyright {
padding: 25px 0px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ori-app-footer-copyright .ori-app-copyright-text {
color: #fff;
}
.ori-app-footer-copyright .ori-app-copyright-text a {
color: var(--base-color-1);
}
.ori-app-footer-copyright .ori-app-copyright-menu li {
margin-left: 55px;
}
.ori-app-footer-copyright .ori-app-copyright-menu li a {
color: #fff;
}
.ori-app-footer-copyright .ori-app-copyright-menu li a:hover {
color: var(--base-color-1);
}
.orix-footer-section {
background-color: #140626;
}
.orix-footer-newsletter-area {
padding: 30px 0px;
border-bottom: 1px solid #412763;
}
.orix-footer-newsletter-area:before {
top: 0;
left: 0;
right: 0;
width: 1px;
content: "";
height: 100%;
margin: 0 auto;
position: absolute;
background-color: #412763;
}
.orix-footer-newsletter-cta {
width: 50%;
}
.orix-footer-newsletter-cta .newsletter-cta-text .inner-icon {
width: 50px;
height: 50px;
margin-right: 20px;
border-radius: 100%;
background-color: #fff;
}
.orix-footer-newsletter-cta .newsletter-cta-text .inner-text span, .orix-footer-newsletter-cta .newsletter-cta-text .inner-text a {
display: block;
}
.orix-footer-newsletter-cta .newsletter-cta-text .inner-text span {
font-size: 12px;
padding-bottom: 5px;
color: var(--orix-base-color);
}
.orix-footer-newsletter-cta .newsletter-cta-text .inner-text a {
color: #fff;
font-size: 15px;
font-weight: 700;
}
.orix-footer-newsletter-cta .newsletter-cta-icon {
margin-left: 60px;
}
.orix-footer-newsletter-cta .newsletter-cta-icon li {
margin-left: 35px;
}
.orix-footer-newsletter-cta .newsletter-cta-icon li a {
color: #fff;
font-size: 19px;
}
.orix-footer-newsletter-cta .newsletter-cta-icon li a:hover {
color: var(--orix-base-color);
}
.orix-footer-newsletter-form-area {
width: 50%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.orix-footer-newsletter-form-area .newsletter-form-text {
color: #fff;
font-size: 15px;
max-width: 110px;
font-weight: 700;
margin-right: 25px;
}
.orix-footer-newsletter-form-area .newsletter-form-input {
width: 100%;
max-width: 404px;
position: relative;
}
.orix-footer-newsletter-form-area .newsletter-form-input input {
width: 100%;
height: 58px;
border: none;
border-radius: 30px;
padding-left: 30px;
background-color: #200b3a;
}
.orix-footer-newsletter-form-area .newsletter-form-input button {
top: 0;
right: 0;
color: #fff;
height: 58px;
border: none;
width: 120px;
font-size: 13px;
font-weight: 600;
position: absolute;
border-radius: 30px;
background-color: #301256;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.orix-footer-newsletter-form-area .newsletter-form-input button:hover {
background-color: var(--orix-base-color);
}
.orix-footer-widget-area {
padding: 70px 0px 30px;
border-bottom: 1px solid #412763;
}
.orix-footer-widget {
margin-bottom: 30px;
}
.orix-footer-widget .widget-title {
color: #fff;
font-size: 22px;
font-weight: 600;
padding: 10px 0px 30px;
}
.orix-footer-widget .logo-widget .brand-logo {
margin-bottom: 15px;
}
.orix-footer-widget .logo-widget .logo-text {
color: #fff;
font-size: 16px;
margin-bottom: 15px;
}
.orix-footer-widget .orix-menu-widget {
padding-left: 70px;
}
.orix-footer-widget .orix-menu-widget li {
margin-bottom: 20px;
}
.orix-footer-widget .orix-menu-widget li a {
color: #d1d1d1;
}
.orix-footer-widget .orix-menu-widget li a:hover {
color: var(--orix-base-color);
}
.orix-footer-copyright-text {
color: #fff;
font-size: 15px;
padding: 35px 0px;
}   @media screen and (max-width: 1800px) {
.ori-banner-content-3 .ori-banner-img-3 {
right: -125px;
}
.ori-app-banner-section .ori-banner-shape3 {
display: none;
}
.ori-app-overview-section-2 .ori-app-shape1 {
left: -120px;
}
.ori-app-footer-section {
margin: 0px;
}
.header-style-marketing-agency .ori-main-navigation li {
margin: 0px 25px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1 {
right: 45px;
}
.ori-ds-sponsor-content .ori-ds-sponsor-item {
padding: 0px 30px;
}
}
@media screen and (max-width: 1600px) {
.ori-header-section {
padding: 30px 50px;
}
.ori-slider-section-1 .ori-slider-social {
left: 50px;
}
.ori-slider-wrap-1 .slick-dots {
right: 50px;
}
.ori-header-section.sticky-on {
padding: 10px 50px;
}
.ori-service-section-1 {
padding: 0px;
}
.ori-team-content-area {
margin: 0px;
}
.ori-header-section.header-style-two .ori-main-navigation li {
margin: 0px 15px;
}
.ori-header-login-signup button {
margin-left: 10px;
padding: 15px 30px;
}
.swiper-wrapper {
height: 620px;
}
.ori-app-overview-section .overview-shape1 {
left: -80px;
}
.ori-app-overview-section .overview-shape2 {
right: -80px;
}
.ori-banner-content-3 .ori-banner-img-3 {
right: -225px;
}
.ori-banner-content-4 .banner-social:nth-child(2) {
left: 2%;
}
.ori-banner-content-4 .banner-social:nth-child(5) {
right: 2%;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 20px;
}
.ori-dm-banner-section .ori-dm-banner-shape1,
.ori-dm-banner-section .ori-dm-banner-shape2,
.ori-footer-section.footer-style-six .ori-dm-about-shape1,
.ori-footer-section.footer-style-six .ori-dm-about-shape2 {
display: none;
}
.ori-dm-about-img {
left: 0;
}
.ori-banner-section-7 .ori-banner-circle-img2 .circle-icon {
top: -30px;
left: 80px;
}
.ori-seven-project-carousel {
position: static;
margin-top: 30px;
text-align: center;
}
.ori-header-section.header-style-marketing-agency {
padding: 0px 85px;
}
.header-style-marketing-agency .ori-main-navigation li {
margin: 0px 20px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1 {
right: 100px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 {
right: 30%;
}
.ori-header-section.header-style-digital-studio {
padding: 0px 70px;
}
}
@media screen and (max-width: 1450px) {
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1 {
right: 50px;
}
.header-style-marketing-agency .ori-header-main-menu-area {
padding-left: 0;
}
.ori-marketing-slider {
max-width: 610px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1 {
right: 15px;
}
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 {
right: 28%;
}
.header-style-digital-studio .ori-main-navigation li {
margin: 0px 25px;
}
.ori-ds-sponsor-content .ori-ds-sponsor-item {
height: 120px;
}
.ori-ds-about-section {
padding: 0;
}
.ori-ds-about-section .ori-ds-about-side-shape {
display: none;
}
.ori-header-section.header-style-four .brand-logo {
width: 250px;
}
.ori-header-section.header-style-four .brand-logo {
width: 195px;
}
}
@media screen and (max-width: 1320px) {
.ori-banner-content-3 .ori-banner-img-3 {
right: -325px;
}
.ori-header-section.header-style-marketing-agency {
padding: 0px 15px;
}
.ori-header-section.header-style-digital-studio {
padding: 0px 15px 0px 0px;
}
.ori-ds-banner-content-area .banner-mail,
.ori-ds-banner-content-area .banner-social {
display: none;
}
.ori-ds-banner-content {
margin-left: 0;
}
}
@media screen and (max-width: 1290px) {
.ori-marketing-slider-section .ori-marketing-slider-img-wrap1,
.ori-marketing-slider-section .ori-marketing-slider-img-wrap2 {
display: none;
}
.ori-marketing-slider {
margin: 0 auto;
text-align: center;
}
.ori-marketing-slider .slick-dots {
text-align: center;
}
.header-style-marketing-agency.ori-header-section.sticky-on {
padding: 0px 15px;
}
.ori-ds-sponsor-section {
padding: 0px;
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn {
margin-left: 15px;
}
.header-style-digital-studio .ori-main-navigation li {
margin: 0px 15px;
}
.header-style-digital-studio .brand-logo {
width: 180px;
height: 80px;
padding: 20px;
}
.ori-header-section.header-style-digital-studio.sticky-on {
padding: 0 15px 0 0px;
}
}
@media screen and (max-width: 1200px) {
.ori-header-section {
padding: 20px 15px;
}
.ori-main-navigation li {
margin: 0px 20px;
}
.ori-header-sidebar-search .ori-sidenav-btn {
margin-left: 20px;
}
.ori-slider-section-1 .ori-slider-social {
display: none;
}
.ori-header-sidebar-search .ori-sidenav-btn button {
width: 50px;
height: 50px;
font-size: 18px;
}
.ori-header-sidebar-search button {
font-size: 18px;
}
.ori-header-section.sticky-on {
padding: 10px 15px;
}
.ori-slider-wrap-1 .slick-dots li {
width: 40px;
height: 40px;
font-size: 15px;
margin-bottom: 0;
line-height: 40px;
display: inline-block;
}
.ori-slider-wrap-1 .slick-dots {
left: 0;
right: 0;
top: auto;
bottom: 80px;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.ori-testimonial-item-1 {
max-width: 870px;
}
.ori-testimonial-item-1 p {
font-size: 25px;
line-height: 40px;
}
.ori-blog-inner-item .blog-inner-text h3 {
font-size: 22px;
}
.swiper-wrapper {
height: 500px;
}
.ori-app-overview-section .overview-shape1 {
top: 190px;
left: -170px;
}
.ori-app-overview-section .overview-shape2 {
top: 190px;
right: -170px;
}
.ori-banner-content-3 .ori-banner-img-3 {
display: none;
}
.ori-banner-text-content-3 .banner-text-area {
margin: 0 auto;
text-align: center;
}
.ori-banner-text-content-3 .banner-text-area h1 {
font-size: 55px;
line-height: 65px;
padding-bottom: 20px;
}
.ori-banner-text-content-3 .banner-text-area p {
margin: 0 auto;
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 {
margin-top: 35px;
}
.ori-banner-text-content-3 {
padding: 235px 0px 125px;
}
.ori-banner-content-3 .ori-banner-shape {
top: -310px;
}
.ori-feature-item-4 .ori-feature-icon {
margin-right: 10px;
}
.ori-ins-fun-fact-content .ori-ins-fun-fact-img {
left: -225px;
}
.ori-service-inner-item-5 .service-text h3 {
font-size: 22px;
line-height: 26px;
}
.ori-service-inner-item-5 {
padding: 30px 20px 25px;
}
.header-style-seven:before {
width: 60%;
}
.ori-banner-section-7 .ori-banner-option {
display: none;
}
.ori-sponsor-content-7 {
top: 0;
margin-bottom: 110px;
}
.ori-agency-portfolio-section:before,
.marketing-agency-sponsor:before {
width: 100%;
}
}
@media screen and (max-width: 1150px) {
.ori-header-login-signup button {
margin-left: 0;
font-size: 14px;
border-radius: 0;
letter-spacing: 0;
padding: 10px 15px;
}
.ori-banner-section-7 .ori-banner-shape1 {
display: none;
}
.ori-banner-section-7 .ori-banner-circle-img1 {
display: none;
}
.ori-about-text-wrap-7 {
-webkit-transform: translateX(285px);
transform: translateX(285px);
}
.ori-about-img-item-wrap .ori-about-shape-circle {
bottom: -175px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 {
-webkit-box-shadow: none;
box-shadow: none;
}
.ori-footer-section.footer-style-seven .ori-footer-newslatter button {
margin-top: 10px;
}
.header-style-app .ori-header-login-signup-grp .ori-signup-btn button {
padding: 10px 25px;
}
.header-style-app .ori-header-login-signup-grp .ori-signup-btn {
margin-left: 15px;
}
.header-style-app .ori-main-navigation li {
margin: 0px 15px;
}
.ori-app-banner-content .ori-app-banner-img-wrapper {
right: -75px;
}
.ori-header-section.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 15px;
}
.header-style-four .ori-header-login-search-sidenav .ori-header-login-search button {
margin-left: 10px;
}
.ori-header-section.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn button {
width: 50px;
height: 50px;
}
}
@media screen and (max-width: 1024px) {
.ori-main-navigation li {
margin: 0px 15px;
}
.ori-header-section .brand-logo {
width: 150px;
}
.ori-slider-text h1 {
font-size: 70px;
line-height: 80px;
}
.ori-slider-content-1 {
padding: 200px 0px 250px;
}
.ori-testimonial-item-1 {
max-width: 670px;
}
.ori-blog-inner-item .blog-inner-text h3 {
font-size: 20px;
line-height: 26px;
}
.ori-header-login-signup button {
font-size: 14px;
padding: 10px 15px;
}
.ori-header-section.header-style-two .ori-main-navigation li {
margin: 0px 10px;
}
.ori-header-section.header-style-two .ori-main-navigation-area .dropdown:after {
right: -10px;
}
.header-style-three .ori-header-btn a {
padding: 15px 10px;
}
.ori-header-section.header-style-three .brand-logo {
width: 120px;
}
.ori-section-title-3 h2 {
font-size: 50px;
}
.ori-banner-content-4 .banner-social {
display: none;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn button,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn button,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn button {
width: 50px;
height: 50px;
font-size: 18px;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn {
margin-left: 15px;
}
.header-style-four .ori-header-login-search-sidenav button,
.header-style-five .ori-header-login-search-sidenav button,
.header-style-six .ori-header-login-search-sidenav button {
font-size: 18px;
margin-left: 15px;
}
.ori-feature-item-4 .ori-feature-text h3 {
font-size: 22px;
line-height: 28px;
}
.ori-section-title-4 h2 {
font-size: 36px;
line-height: 50px;
}
.ori-feature-item-4 .ori-feature-icon {
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 20px;
background-color: transparent;
}
.ori-testimonial-section-4 .ori-testimonial-content-1 .carousel_nav .testi-right_arrow,
.ori-testimonial-section-5 .ori-testimonial-content-1 .carousel_nav .testi-right_arrow,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 .carousel_nav .testi-right_arrow {
right: 0;
}
.ori-testimonial-section-4 .ori-testimonial-content-1 .carousel_nav .testi-left_arrow,
.ori-testimonial-section-5 .ori-testimonial-content-1 .carousel_nav .testi-left_arrow,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 .carousel_nav .testi-left_arrow {
left: 0;
}
.ori-blog-inner-item-4 .author-meta .more-btn {
right: 15px;
}
.ori-feature-item-wrapper-4 {
padding-left: 0;
}
.ori-ins-fun-fact-content .ori-ins-fun-fact-img {
display: none;
}
.ori-ins-fun-fact-item-area {
max-width: 100%;
}
.ori-section-title-6 h2 {
font-size: 40px;
line-height: 50px;
}
.ori-banner-section-7 .ori-banner-shape2,
.ori-banner-section-7 .ori-banner-circle-img3,
.ori-banner-section-7 .ori-banner-circle-img2 {
display: none;
}
.ori-banner-text-wrap-7 {
margin: 0 auto;
text-align: center;
}
.ori-banner-section-7:before {
display: none;
}
.ori-banner-text-wrap-7 p {
margin: auto;
}
.ori-banner-text-wrap-7 .banner-play-btn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play {
margin-left: 25px;
}
.ori-about-img-item-wrap .ori-about-inner-img2 {
right: -200px;
bottom: -230px;
}
.ori-about-text-wrap-7 {
-webkit-transform: translateX(205px);
transform: translateX(205px);
}
.ori-skill-content-progress {
padding-left: 15px;
}
.ori-project-slider-7 .ori-project-slider-item-7.slick-current .ori-project-text {
left: 0;
}
.ori-footer-cta-text-7 h3 {
font-size: 30px;
padding-bottom: 30px;
}
.ori-footer-content-7:before {
display: none;
}
.ori-social-ratting-area .carousel_nav .social-rate-left_arrow {
left: -10px;
}
.ori-social-ratting-area .carousel_nav .social-rate-right_arrow {
right: -10px;
}
.ori-about-play-top-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-about-play-top-content .ori-about-play-top-text {
padding-top: 30px;
}
.ori-app-banner-content .ori-app-banner-img-wrapper {
right: -130px;
}
.ori-app-ready-feature-content {
padding: 80px 20px 20px;
}
.ori-app-ready-feature-item {
padding-left: 0;
margin-bottom: 40px;
}
.ori-app-feature-item {
width: 50%;
margin-bottom: 30px;
}
.ori-app-feature-section {
padding-bottom: 40px;
}
.ori-app-feature-item .app-feature-text p {
max-width: 375px;
}
.ori-app-tearms-img-area {
padding-top: 65px;
}
.ori-app-overview-section-2 .ori-app-shape1,
.ori-app-overview-section-2 .ori-app-shape2,
.ori-app-overview-section-2 .ori-app-shape3 {
display: none;
}
.ori-app-footer-widget .menu-widget {
padding-left: 0;
}
.ori-app-footer-widget .logo-widget .logo-social a {
margin-right: 30px;
}
.header-style-marketing-agency .ori-main-navigation li {
margin: 0px 15px;
}
.header-style-marketing-agency .ori-header-cta-button .ori-cta-button {
margin-left: 20px;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search {
margin-left: 20px;
}
.ori-section-title-1 h2 {
font-size: 38px;
}
}
@media screen and (max-width: 991px) {
.ori-main-navigation-area {
display: none;
}
.ori-header-section .brand-logo {
left: 0;
top: 50%;
right: 0;
margin: 0 auto;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ori-header-section .ori-header-content {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: end !important;
}
.ori-header-sidebar-search .ori-sidenav-btn {
display: none;
}
.ori-header-section.sticky-on {
padding: 25px 15px;
}
.ori-header-section {
padding: 25px 15px;
}
.mobile_menu_button {
display: block;
}
.ori-megamenu-item-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-service-inner-item {
margin: 0 auto;
margin-bottom: 30px;
}
.ori-project-tab-btn-content {
text-align: center;
}
.ori-project-tab-btn {
text-align: center;
margin-bottom: 40px;
}
.ori-project-tab-btn li {
margin: 0 auto;
}
.ori-project-item-1,
.ori-team-inner-item,
.ori-blog-inner-item {
margin: 0 auto 30px;
}
.ori-project-content-1 .ori-btn-1 {
text-align: center;
position: static !important;
}
.ori-footer-widget {
margin-bottom: 40px;
}
.ori-footer-widget .widget-title {
padding-bottom: 20px;
}
.ori-footer-widget-wrapper {
padding-bottom: 40px;
}
.ori-team-top-content-1,
.ori-service-top-content-1,
.ori-blog-top-content-1 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-team-top-content-1 .ori-btn-1,
.ori-service-top-content-1 .ori-btn-1,
.ori-blog-top-content-1 .ori-btn-1 {
margin-top: 30px;
}
.ori-project-tab-content {
padding-left: 0;
}
.ori-feature-item-2 {
margin: 0 auto;
max-width: 300px;
margin-bottom: 30px;
}
.ori-how-it-work-text-area {
margin: 0 auto;
margin-bottom: 30px;
}
.ori-fun-fact-item {
margin-bottom: 40px;
}
.ori-app-overview-section .overview-shape1,
.ori-app-overview-section .overview-shape2 {
display: none;
}
.ori-footer-widget-wrapper-2 {
padding-bottom: 30px;
}
.ori-header-section .ori-megamenu {
position: relative !important;
}
.header-style-three .ori-header-btn a {
padding: 10px 12px;
}
.ori-fun-fact-item-2 {
margin-bottom: 40px;
}
.ori-fun-fact-item-2 .fun-fact-text h3 {
padding-bottom: 10px;
}
.ori-fun-fact-item-2 .fun-fact-icon {
margin-bottom: 10px;
}
.ori-project-top-content-3 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-project-top-content-3 .ori-section-title-3 {
margin-right: 20px;
padding-bottom: 30px;
}
.ori-banner-content-3 .ori-banner-shape {
top: 0;
}
.ori-blog-inner-item-4 {
margin-bottom: 40px;
}
.ori-header-section.header-style-four .mobile_menu_button {
top: -45px;
color: var(--base-color-4);
}
.ori-header-section.header-style-four.sticky-on {
padding: 15px;
}
.ori-feature-item-wrapper-4 {
padding-top: 60px;
}
.ori-feature-item-4 .ori-feature-icon {
background-color: #fff;
-webkit-box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
box-shadow: 0px 15px 25px 0px rgba(157, 159, 202, 0.21);
}
.ori-project-content-4 .ori-project-tab-btn-content {
position: static;
}
.ori-price-plan-item {
margin-bottom: 30px;
}
.ori-price-plan-item.popular-item {
margin-bottom: 30px;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.ori-price-plan-item .ori-price-btn a {
display: inline;
}
.ori-header-section.header-style-five .mobile_menu_button {
top: -50px;
color: #000;
}
.ori-header-section.header-style-five.sticky-on {
padding: 18px 15px;
}
.ori-header-section.header-style-five.sticky-on .mobile_menu_button {
top: -45px;
}
.ori-blog-inner-item-5 {
margin-bottom: 30px;
}
.ori-header-section.header-style-six .mobile_menu_button {
top: -50px;
}
.ori-header-section.header-style-six.sticky-on {
padding: 18px 15px;
}
.ori-header-section.header-style-six.sticky-on .mobile_menu_button {
top: -45px;
}
.ori-dm-service-item-content {
padding-top: 60px;
}
.ori-dm-about-img {
margin: 0 auto;
max-width: 775px;
margin-bottom: 80px;
}
.ori-dm-about-section .ori-dm-about-shape2,
.ori-dm-about-section .ori-dm-about-shape1 {
display: none;
}
.ori-dm-about-text-area {
margin: 0 auto;
max-width: 500px;
}
.ori-dm-case-study-item {
margin-bottom: 40px;
}
.ori-dm-how-help-item:before {
display: none;
}
.ori-dm-blog-item {
margin-bottom: 40px;
}
.header-style-seven:before {
display: none;
}
.header-style-seven .ori-header-cta-btn a {
padding: 15px 20px;
}
.ori-header-section.header-style-seven.sticky-on {
padding: 15px;
}
.ori-header-section.header-style-seven.sticky-on .mobile_menu_button {
top: -45px;
}
.ori-header-section.header-style-seven .mobile_menu_button {
top: -50px;
color: #000;
}
.ori-about-img-item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 35px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-about-img-item-wrap .ori-about-inner-img2 {
position: static;
margin-left: 20px;
}
.ori-about-img-item-wrap .ori-about-shape-circle {
display: none;
}
.ori-about-text-wrap-7 p {
max-width: 100%;
}
.ori-about-text-wrap-7 {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.ori-about-text-area-7 {
margin: 0 auto;
max-width: 670px;
}
.ori-video-skill-content-7 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-video-play-7 {
width: 100%;
padding: 150px 15px;
}
.ori-skill-content-7 {
width: 100%;
}
.ori-skill-content-progress {
max-width: 100%;
padding: 0px 15px;
}
.ori-counter-content-7,
.ori-testimonial-text-wrapper {
margin: 0 auto;
max-width: 570px;
margin-bottom: 40px;
}
.ori-project-slider-area-7,
.ori-testimonial-slider-area-7 {
max-width: 570px;
margin: 0 auto;
}
.ori-counter-cta-btn {
margin-top: 0;
}
.ori-get-started-item {
margin-bottom: 20px;
}
.ori-seven-contact-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-seven-contact-map-info {
width: 100%;
margin: 0 auto;
max-width: 690px;
}
.ori-seven-contact-form {
width: 100%;
margin: 0 auto;
max-width: 460px;
margin-top: 40px;
}
.ori-about-circle-progress-item-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-circle-progress-top-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-circle-progress-btn {
padding-top: 30px;
}
.ori-about-circle-progress-item {
width: 50%;
margin-bottom: 30px;
}
.ori-comment-list-wrap {
padding-top: 60px;
}
.ori-blog-feed-post-content {
padding-left: 0;
padding-top: 60px;
}
.ori-coupon-check input {
margin-left: 0;
}
.ori-checkout-coupon-code button {
margin-left: 15px;
}
.ori-checkout-coupon-code button {
padding: 13px 20px;
}
.ori-checkout-billing-details {
max-width: 100%;
}
.ori-checkout-order-details {
padding-left: 0;
}
.ori-contact-form-text-info {
max-width: 100%;
margin-bottom: 60px;
}
.ori-faq-price-inner-item {
margin-bottom: 40px;
}
.ori-faq-tab-btn {
max-width: 100%;
margin-bottom: 40px;
}
.ori-faq-section {
padding: 60px 0px;
}
.ori-vission-section .ori-service-why-choose-text {
margin-bottom: 40px;
}
.ori-vission-content .ori-about-play-img {
margin: 0 auto;
max-width: 615px;
}
.ori-mission-section {
padding: 60px 0px;
}
.ori-portfolio-details-info {
margin-bottom: 40px;
}
.ori-service-why-choose {
margin: 0 auto;
max-width: 700px;
}
.ori-service-why-choose-text {
padding-left: 0;
padding-top: 50px;
}
.ori-header-section.header-style-app.sticky-on {
padding: 15px 15px;
}
.ori-header-section.header-style-app.sticky-on .mobile_menu_button {
top: -40px;
}
.ori-app-tearm-text-area {
margin: 0 auto;
}
.ori-app-tearms-img-area {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-app-footer-widget {
margin-bottom: 35px;
}
.ori-app-footer-widget .widget-title {
padding-bottom: 15px;
}
.ori-app-footer-widget .newslatter-form {
margin-top: 20px;
}
.ori-app-footer-copyright .ori-app-copyright-menu li {
margin-left: 20px;
}
.ori-app-banner-content .ori-app-banner-img-wrapper {
display: none;
}
.ori-app-banner-content .ori-app-banner-text {
margin: 0 auto;
text-align: center;
}
.ori-app-banner-content .ori-app-banner-text .ori-app-banner-btn-grp {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-app-feature-top-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-app-feature-top-content .ori-app-feature-top-text {
padding-top: 20px;
}
.header-style-marketing-agency .ori-header-main-menu-area {
display: none !important;
}
.header-style-marketing-agency .header-top-content-area .top-logo-area .brand-logo {
position: static;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.header-style-marketing-agency .header-top-content-area .cta-info {
display: none;
}
.header-style-marketing-agency .header-top-content-area .top-hd-search {
display: none !important;
}
.header-style-marketing-agency .mobile_menu_button {
top: -60px;
left: auto;
right: 0px;
}
.ori-marketing-slider-content {
padding: 200px 0px 120px;
}
.ori-marketing-slider .slick-dots {
margin-top: 50px;
}
.ori-header-section.header-style-digital-studio .brand-logo {
margin: 0;
position: static;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.header-style-digital-studio .brand-logo {
height: 70px;
}
.header-style-digital-studio .ori-header-sidebar-search .ori-sidenav-btn {
display: none;
}
.header-style-digital-studio .ori-header-sidebar-search {
margin-right: 40px;
}
.header-style-digital-studio .mobile_menu_button {
left: auto;
right: 0;
top: -52px;
}
.ori-ds-about-experience {
margin: 0 auto;
}
.ori-ds-about-testimonial-wrap {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-footer-section .footer-shape {
display: none;
}
.ori-ds-sponsor-section .ori-ds-sponsor-area {
padding: 0;
}
.ori-blog-sidebar {
max-width: 100%;
}
.ori-header-section.header-style-four .brand-logo {
height: 80px;
width: 180px;
padding: 10px 20px 0px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ori-header-section.header-style-four {
padding: 15px;
}
.ori-banner-sponsor-section-4 {
top: 0;
}
.ori-banner-sponsor-content-4 {
padding: 30px 15px;
}
}
@media screen and (max-width: 850px) {
.ori-testimonial-content-1 .carousel_nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-testimonial-content-1 .carousel_nav button {
position: static;
display: inline-block;
margin: 0px 10px;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.swiper-wrapper {
height: 340px;
}
.ori-feature-top-content-2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-feature-top-text-2 {
padding-top: 30px;
}
.ori-agency-portfolio-item {
padding: 0px 15px;
margin-bottom: 40px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-text-img {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title {
max-width: 100%;
margin-bottom: 40px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-text {
width: 100%;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title h3 span {
display: inline-block;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title h3 {
padding-bottom: 15px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title p {
padding-bottom: 15px;
}
.ori-blog-item-2 {
max-width: 100%;
padding-right: 0;
}
.ori-service-section-5 {
padding-bottom: 80px;
}
.ori-blog-top-content-5 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-blog-top-content-5 .ori-btn-4 {
margin-top: 20px;
}
.ori-seven-blog-top-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-seven-blog-top-content .ori-seven-blog-top-text {
padding-top: 30px;
}
.ori-about-counter-item h3 {
font-size: 30px;
}
.ori-blog-details-text-wrapper .ori-portfolio-details-tag-share {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-blog-details-text-wrapper blockquote:before {
display: none;
}
}
@media screen and (max-width: 767px) {
.ori-footer-title h2 {
font-size: 80px;
}
.ori-testimonial-title {
padding-bottom: 50px;
}
.ori-testimonial-item-1 p {
padding-bottom: 20px;
font-size: 20px;
line-height: 26px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-text h1 {
font-size: 50px;
line-height: 60px;
}
.ori-dm-banner-section:before {
height: 590px;
}
.ori-counter-content-item-7:before {
display: none;
}
.ori-counter-content-item-7:after {
display: none;
}
.ori-counter-content-item-7 {
margin: 0 auto;
margin-top: 40px;
}
.ori-counter-cta-btn {
text-align: center;
}
.ori-footer-cta-text-7 {
margin-bottom: 30px;
}
.ori-footer-section.footer-style-seven .ori-footer-text {
margin-bottom: 30px;
}
.ori-about-counter-item-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-about-counter-area {
padding-top: 60px;
}
.ori-about-counter-item {
width: 50%;
margin-bottom: 30px;
}
.ori-cart-coupon-update .ori-cart-coupon button {
margin-top: 15px;
}
.ori-service-process-item {
width: 100%;
}
.ori-service-process-item p {
max-width: 100%;
}
.ori-shop-inner-item {
margin: 0 auto;
max-width: 300px;
margin-bottom: 40px;
}
.header-style-app .ori-header-login-signup-grp .ori-login-btn button {
display: none;
}
.ori-app-feature-item {
width: 100%;
}
.ori-app-footer-copyright {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-app-footer-copyright {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-app-footer-copyright .ori-app-copyright-menu li {
margin: 0px 10px;
}
.ori-app-copyright-menu {
margin-top: 10px;
}
.ori-single-prev-btn,
.ori-single-next-btn {
width: 100%;
margin-bottom: 20px;
}
.ori-blog-single-details-prev-next-btn {
margin: 0 auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 500px;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-portfolio-details-share {
margin-top: 20px;
}
.ori-portfolio-details-tag-share .ori-portfolio-details-share a {
margin-left: 0;
margin-right: 10px;
}
.ori-portfolio-details-tag {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-portfolio-details-tag-share .ori-portfolio-details-tag a {
margin-bottom: 8px;
}
}
@media screen and (max-width: 680px) {
.ori-header-login-signup .ori-sign-btn button {
display: none;
}
.ori-header-login-signup .ori-login-btn button span {
display: none;
}
.ori-header-login-signup .ori-login-btn button i {
display: block;
}
.ori-project-item-4 {
width: 100%;
}
.ori-blog-top-content-4 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img {
display: none;
}
.ori-testimonial-section-4 {
padding: 120px 0px;
}
.header-style-four .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-five .ori-header-login-search-sidenav .ori-sidenav-btn,
.header-style-six .ori-header-login-search-sidenav .ori-sidenav-btn {
display: none;
}
.header-style-four .ori-header-login-search-sidenav .ori-header-login-search button,
.header-style-five .ori-header-login-search-sidenav .ori-header-login-search button,
.header-style-six .ori-header-login-search-sidenav .ori-header-login-search button {
padding: 0;
margin-left: 20px;
}
.ori-header-section.header-style-four .mobile_menu_button {
top: -33px;
}
.ori-project-top-content-4 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-project-top-content-4 .ori-btn-2 {
padding-top: 15px;
}
.ori-ins-fun-fact-item {
width: 100%;
}
.ori-header-section.header-style-five .mobile_menu_button {
top: -35px;
}
.ori-ins-search-content button {
position: static;
margin-top: 20px;
}
.ori-header-section.header-style-five.sticky-on .mobile_menu_button {
top: -32px;
}
.ori-header-section.header-style-six .mobile_menu_button,
.ori-header-section.header-style-six.sticky-on .mobile_menu_button {
top: -32px;
}
.ori-seven-contact-info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-inner-section-title h2 {
font-size: 40px;
}
.ori-portfolio-details-share {
margin-top: 20px;
}
.ori-portfolio-details-share a {
margin-right: 10px;
}
.ori-portfolio-details-tag-share .ori-portfolio-details-share a {
margin-left: 0;
}
.ori-cart-coupon-update .ori-cart-coupon {
width: 100%;
}
.ori-cart-coupon-update {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-cart-coupon-update .cart-update-btn a {
margin-top: 20px;
}
.ori-cart-section {
padding: 60px 0px;
}
.ori-portfolio-details-tag-share {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-portfolio-item .portfolio-text {
left: 20px;
}
.ori-portfolio-item .portfolio-text h3 {
font-size: 22px;
}
.ori-service-details-result-item-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-achivement-history-item-wrapper:before {
display: none;
}
.ori-shop-top-filter-bar {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-shop-top-filter-bar .ori-filter-result {
margin-top: 20px;
}
.ori-shop-top-filter-bar {
margin-bottom: 40px;
}
.ori-team-professional-skill {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.ori-team-professional-skill .ori-about-circle-progress-item {
margin-right: 0;
}
.ori-ds-sponsor-content .ori-ds-sponsor-item {
width: 50%;
}
.ori-ds-sponsor-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
.ori-slider-text h1 {
font-size: 50px;
line-height: 60px;
}
.ori-slider-text .slider-play-btn {
margin-top: 40px;
}
.ori-slider-text .slider-play-btn a {
width: 80px;
height: 80px;
}
.ori-slider-content-1 {
padding: 170px 0px 150px;
}
.ori-slider-wrap-1 .slick-dots li.slick-active {
background-color: rgba(255, 255, 255, 0.7);
}
.line_animation .line_area:before {
height: 20px;
}
.ori-slider-text {
padding: 0px 15px;
}
.ori-section-title-1 h2 {
font-size: 34px;
line-height: 40px;
}
.ori-service-wrapper-1 {
padding: 95px 0px 50px;
}
.ori-btn-1 a {
padding: 15px 25px;
}
.ori-btn-1 a:after {
width: 50px;
}
.ori-service-content-1 {
padding-top: 40px;
}
.ori-sponsor-section-1 {
padding: 60px 0px;
}
.ori-project-tab-btn {
margin-top: 40px;
}
.ori-project-item-1 .ori-project-text {
left: 20px;
bottom: 20px;
}
.ori-project-item-1 .ori-project-text h3 {
font-size: 22px;
padding-bottom: 5px;
}
.ori-project-item-1 .ori-project-link {
bottom: 0px;
right: 20px;
}
.ori-project-item-1:hover .ori-project-link {
bottom: 10px;
}
.ori-text-scroll-content h3 {
font-size: 48px;
line-height: 55px;
}
.ori-text-scroll-content .ori-text-scroll-icon {
font-size: 50px;
}
.ori-text-scroll-section-1,
.ori-text-scroll-section-2 {
padding: 40px 0px;
}
.ori-team-section-1 {
padding-top: 80px;
}
.ori-team-content-area {
padding: 60px 0px 30px;
}
.ori-team-content-1 {
padding-top: 40px;
}
.ori-testimonial-section-1 {
padding: 80px 0px;
}
.ori-blog-section-1 {
padding: 60px 0px 30px;
}
.ori-blog-content-1 {
padding-top: 50px;
}
.ori-footer-title h2 {
font-size: 30px;
}
.ori-footer-section {
padding-top: 60px;
}
.ori-footer-widget-wrapper {
padding: 60px 0px 30px;
}
.ori-footer-copyright {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.scrollup {
width: 40px;
height: 40px;
line-height: 40px;
}
.ori-footer-copyright .ori-copyright-text {
padding-bottom: 10px;
}
.swiper-wrapper {
height: 260px;
}
.ori-banner-section-1 {
padding-top: 50px;
}
.ori-header-section.header-style-two.sticky-on {
padding: 20px 15px;
}
.ori-fun-fact-section {
padding: 60px 0px 30px;
}
.ori-fun-fact-item .ori-fun-fact-text h3 {
padding-bottom: 15px;
}
.ori-integration-section .ori-section-title-2 h2 {
font-size: 36px;
}
.ori-integration-section {
padding: 60px 0px;
}
.ori-integration-content {
padding-top: 20px;
}
.ori-fun-fact-item .ori-fun-fact-text h3 {
font-size: 20px;
}
.ori-fun-fact-item .ori-fun-fact-icon i {
font-size: 30px;
}
.ori-fun-fact-item .ori-fun-fact-icon {
margin-bottom: 20px;
}
.integration-item .integration-img {
margin: 0px 10px;
}
.integration-item:nth-child(odd) .integration-img {
height: 120px;
}
.integration-item:nth-child(even) .integration-img {
height: 150px;
}
.ori-section-title-2 h2 {
font-size: 32px;
}
.ori-how-it-work-section {
padding: 30px 0px 60px;
}
.ori-how-it-work-steps {
padding-top: 30px;
}
.ori-app-download-btn .download-btn-grp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.ori-testimonial-section-2 {
padding: 80px 0px;
}
.ori-testimonial-section-2 .ori-section-title-2 {
padding-bottom: 30px;
}
.ori-testimonial-inner-item-2 .inner-text {
margin: 20px 0px 25px;
}
.ori-app-overview-section {
padding: 60px 15px;
}
.ori-app-overview-section .ori-section-title-2 {
padding-bottom: 25px;
}
.overview-text-btn a {
padding: 15px 25px;
}
.footer-style-two .ori-footer-widget .widget-title {
padding-bottom: 15px;
}
.ori-footer-section.footer-style-two {
padding-top: 80px;
}
.ori-footer-section.footer-style-two .ori-copyright-text {
width: 100%;
}
.ori-banner-text-content-3 .banner-text-area h1 {
font-size: 35px;
line-height: 45px;
}
.ori-banner-text-content-3 {
padding: 145px 0px 100px;
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 a {
padding: 15px 20px;
}
.ori-banner-text-content-3 .banner-text-area .ori-banenr-btn-3 a {
padding: 15px 20px;
}
.header-style-three .ori-header-btn a {
font-size: 10px;
padding: 8px 10px;
letter-spacing: 0;
}
.ori-fun-fact-item-2 {
text-align: center;
}
.ori-fun-fact-item-2 .fun-fact-text h3 {
font-size: 30px;
}
.ori-agency-portfolio-section {
padding-top: 60px;
}
.ori-fan-fact-section-2 .ori-shape-bg {
display: none;
}
.ori-fan-fact-section-2 {
padding: 60px 0px;
}
.ori-video-play-section .background_parallax {
padding: 80px 0px;
}
.ori-video-play-section .ori-video-play-btn a {
width: 180px;
height: 180px;
font-size: 14px;
}
.ori-section-title-3 h2 {
font-size: 35px;
line-height: 50px;
}
.ori-project-section-3 {
padding-top: 70px;
}
.ori-agency-portfolio-item .ori-agency-portfolio-title h3 {
font-size: 28px;
}
.ori-testimonial-section-3 {
padding: 80px 0px;
}
.ori-blog-top-content-2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-blog-top-content-2 .ori-blog-slider-nav {
margin-top: 30px;
}
.ori-blog-top-content-2 .ori-blog-slider-nav button {
margin-left: 0;
margin-right: 20px;
}
.ori-blog-section-2 {
padding: 60px 0px;
}
.ori-blog-inner-item-2 {
padding-right: 0;
}
.ori-blog-slider-area-2 {
padding-top: 40px;
}
.ori-blog-item-2 {
padding: 20px;
}
.ori-blog-item-2 .ori-blog-text h3 {
font-size: 28px;
line-height: 30px;
}
.ori-blog-item-2 .ori-blog-text .blog-category {
padding: 8px 20px;
}
.ori-banner-content-4 .ori-banner-text-area h1 {
font-size: 36px;
line-height: 45px;
padding-bottom: 20px;
}
.ori-banner-content-4 {
padding: 150px 0px 120px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 button {
height: 60px;
position: static;
margin-top: 25px;
}
.ori-banner-content-4 .ori-banner-text-area {
padding: 0px 15px;
}
.ori-banner-sponsor-content-4 p {
padding-bottom: 30px;
}
.ori-feature-section-4 .dot-line-shape {
display: none;
}
.ori-feature-section-4 {
padding: 60px 0px;
}
.ori-feature-text-area-4 {
padding-top: 20px;
}
.ori-feature-item-4 {
margin-bottom: 40px;
}
.ori-section-title-4 h2 {
font-size: 28px;
line-height: 36px;
}
.ori-btn-2 a {
padding: 18px 30px;
}
.ori-feature-item-4 .ori-feature-text h3 {
padding-bottom: 15px;
}
.ori-project-section-4 {
padding-bottom: 50px;
}
.ori-service-section-4 {
padding-top: 80px;
}
.ori-serviec-content-4 {
padding-top: 30px;
}
.ori-pricing-section {
padding: 60px 0px 70px;
}
.ori-price-tab-btn {
padding: 30px 0px 20px;
}
.ori-testimonial-section-4 .ori-testimonial-content-1,
.ori-testimonial-section-5 .ori-testimonial-content-1,
.ori-dm-sponsor-testimonial-section .ori-testimonial-content-1 {
padding-left: 15px;
padding-right: 15px;
}
.ori-testimonial-section-4 {
padding: 60px 0px;
}
.ori-blog-section-4 {
padding: 60px 0px;
}
.ori-blog-content-4 {
padding-top: 40px;
}
.ori-blog-top-content-4 .ori-btn-2 {
margin-top: 20px;
}
.ori-blog-inner-item-4 .blog-inner-text h3 {
font-size: 24px;
line-height: 30px;
}
.ori-pricing-plan-item-area {
padding: 20px 15px;
}
.ori-header-section.header-style-five .mobile_menu_button {
top: -35px;
}
.ori-ins-search-section {
padding: 60px 0px;
}
.ori-ins-search-content {
padding: 30px 15px;
}
.ori-ins-search-content input {
height: 80px;
}
.ori-section-title-5 h2 {
font-size: 32px;
line-height: 40px;
}
.ori-service-section-6,
.ori-contact-section-1 {
padding: 60px 0px;
}
.ori-testimonial-section-4 .ori-testimonial-circle-img,
.ori-testimonial-section-5 .ori-testimonial-circle-img,
.ori-dm-sponsor-testimonial-section .ori-testimonial-circle-img {
display: none;
}
.ori-testimonial-section-4,
.ori-testimonial-section-5,
.ori-dm-sponsor-testimonial-section {
padding-top: 120px;
}
.ori-service-inner-item-5 .more-service-btn-area {
padding: 55px 0px;
}
.ori-header-section.header-style-five {
padding: 20px 15px;
}
.ori-ins-search-content button {
height: 50px;
width: 190px;
}
.ori-service-content-5 {
padding-top: 40px;
}
.ori-service-section-5 {
padding-bottom: 30px;
}
.ori-ins-fan-fact-section {
padding: 60px 0px 20px;
}
.ori-contact-form-area button {
padding: 15px 25px;
}
.ori-btn-4 a {
padding: 18px 25px;
}
.ori-blog-section-5 {
padding-bottom: 50px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-text h1 {
font-size: 36px;
line-height: 45px;
}
.ori-dm-banner-text-play-btn .ori-dm-banner-btn a {
width: 60px;
height: 60px;
}
.ori-dm-banner-content {
padding-top: 150px;
}
.ori-dm-banner-content .ori-dm-banner-img {
padding-top: 50px;
}
.ori-dm-banner-section:before {
height: 425px;
}
.ori-dm-servcie-section {
padding: 60px 0px 20px;
}
.ori-section-title-6 h2 {
font-size: 30px;
line-height: 36px;
}
.ori-section-title-6 p {
padding: 30px 0px 35px;
}
.ori-btn-5 a {
padding: 15px 20px;
}
.ori-dm-servcie-item {
margin-bottom: 40px;
}
.ori-dm-about-img .ori-dm-about-social4,
.ori-dm-about-img .ori-dm-about-social3,
.ori-dm-about-img .ori-dm-about-social2,
.ori-dm-about-img .ori-dm-about-social1 {
display: none;
}
.ori-dm-about-img {
margin-bottom: 40px;
}
.ori-dm-about-section {
padding: 80px 0px;
}
.ori-dm-case-study-section {
padding: 60px 0px;
}
.ori-dm-case-study-content {
padding-top: 30px;
}
.ori-dm-case-study-content .ori-dm-case-btn {
padding-top: 40px;
}
.ori-dm-testimonial-content {
padding-top: 50px;
}
.ori-dm-blog-section {
padding-bottom: 70px;
}
.ori-dm-blog-content .ori-dm-blog-btn {
padding-top: 40px;
}
.ori-dm-blog-item {
padding: 30px 20px;
}
.ori-banner-text-wrap-7 h1 {
font-size: 36px;
padding-bottom: 5px;
}
.ori-banner-text-wrap-7 p {
padding-top: 15px;
}
.ori-banner-content-7 {
padding: 180px 0px 120px;
}
.ori-banner-text-wrap-7 .banner-play-btn {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20px;
}
.ori-banner-text-wrap-7 .banner-play-btn .ori-btn-7 a {
padding: 15px 30px;
margin-bottom: 20px;
}
.ori-sponsor-content-7 h3 {
font-size: 24px;
padding-bottom: 15px;
}
.ori-sponsor-content-7 {
padding: 30px 15px;
}
.ori-section-title-7 h2 {
font-size: 30px;
padding-top: 10px;
}
.ori-about-text-wrap-7 {
padding-top: 20px;
}
.ori-service-section-7 {
padding: 60px 0px;
}
.ori-skill-content-7 {
padding: 60px 0px;
}
.ori-skill-client-more .inner-img-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-skill-client-more .more-btn {
margin-left: 0;
margin-top: 10px;
}
.ori-video-play-7 .ori-play-video-play a {
width: 100px;
height: 100px;
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play {
margin-left: 0;
width: 100%;
}
.ori-banner-text-wrap-7 .banner-play-btn .banner-play a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-header-section.header-style-seven .brand-logo {
left: 50px;
right: auto;
width: 120px;
}
.ori-counter-project-section {
padding: 60px 0px;
}
.ori-counter-cta-btn a {
margin-left: 0;
padding: 15px 25px;
}
.ori-counter-cta-btn span {
display: block;
margin-bottom: 15px;
}
.ori-project-slider-item-7 .ori-project-text {
width: 95%;
bottom: 20px;
padding: 15px;
}
.ori-testimonial-section-7 {
padding: 60px 0px;
}
.ori-testimonial-inner-item-7 {
padding-left: 0;
}
.ori-testimonial-inner-item-7:before {
display: none;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .ori-testimonial-img-name .testimonial-name h3 {
font-size: 24px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .ori-testimonial-img-name .ori-testimonial-img {
margin-right: 15px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 {
padding: 20px 15px;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .test-rate {
display: block;
width: 100%;
text-align: center;
margin-bottom: 20px;
position: static !important;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .test-rate img {
margin: 0 auto;
}
.ori-testimonial-inner-item-7 .ori-testimonial-text-img-7 .testimonial-desc {
padding-left: 50px;
}
.ori-testimonial-slider-area-7 .slick-dots {
display: none !important;
}
.ori-testimonial-slider-area-7 .carousel_nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ori-testimonial-slider-area-7 .carousel_nav button {
margin: 0px 8px;
}
.ori-seven-blog-item-area.slick-current.slick-active .ori-seven-blog-shape {
display: none;
}
.ori-seven-blog-item {
padding: 30px 35px;
}
.ori-seven-blog-item .ori-seven-blog-text h3 {
font-size: 26px;
}
.ori-seven-blog-content {
padding-top: 50px;
}
.ori-seven-blog-slider .slick-list {
overflow: hidden;
}
.ori-seven-blog-item-area.slick-current.slick-active {
padding: 0;
margin: 0;
}
.ori-blog-section-7 .progress {
display: none;
}
.ori-seven-blog-slider .slick-dots {
display: none !important;
}
.ori-seven-blog-item-area {
padding: 0;
}
.ori-seven-blog-carousel-pagination {
margin-top: 25px;
}
.ori-seven-blog-carousel-pagination .carousel_nav {
text-align: center;
}
.ori-seven-blog-slider {
margin-left: 0;
}
.ori-seven-blog-carousel-pagination .blg-left_arrow,
.ori-seven-blog-carousel-pagination .blg-right_arrow {
width: 40px;
height: 40px;
}
.ori-blog-section-7 {
padding-bottom: 60px;
}
.ori-get-started-section {
padding-bottom: 60px;
}
.ori-seven-contact-section {
padding: 40px 0px 60px;
}
.ori-seven-contact-info-item {
margin-top: 20px;
}
.ori-seven-contact-info-item:after {
display: none;
}
.ori-seven-contact-form {
padding: 40px 15px;
}
.ori-social-ratting-area {
padding: 60px 0px 60px;
}
.ori-footer-cta-section-7 {
padding: 60px 0px 30px;
}
.ori-footer-cta-text-7 h3 {
padding-bottom: 15px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social .ori-footer-logo .brand-logo {
width: 120px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social .ori-footer-social a {
margin-left: 8px;
}
.ori-footer-section.footer-style-seven .ori-footer-logo-social {
padding: 30px 0px 40px;
}
.ori-breadcrumb-content h1 {
font-size: 36px;
padding-bottom: 5px;
}
.ori-breadcrumb-content {
padding: 140px 0px 90px;
}
.ori-about-play-section {
padding: 60px 0px;
}
.ori-inner-section-title h2 {
font-size: 28px;
line-height: 40px;
}
.ori-about-play-area .about-play-btn a {
width: 70px;
height: 70px;
font-size: 12px;
}
.ori-about-counter-item {
width: 100%;
}
.ori-about-circle-progress-item {
width: 100%;
}
.ori-blog-details-section {
padding: 60px 0px;
}
.ori-blog-feed-item .ori-blog-text .blog-meta a {
margin-right: 15px;
margin-bottom: 5px;
display: inline-block;
}
.ori-blog-feed-item .ori-blog-text h3 {
font-size: 28px;
}
.ori-blog-details-text-wrapper blockquote {
font-size: 20px;
line-height: 30px;
padding-left: 60px;
}
.ori-blog-details-text-wrapper blockquote:before {
top: 0;
font-size: 40px;
}
.ori-blog-details-text-wrapper .ori-blog-details-author {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-text {
width: 100%;
}
.ori-blog-details-text-wrapper .ori-blog-details-author .author-img {
margin-right: 0;
margin-bottom: 20px;
}
.ori-blog-details-text-wrapper .ori-blog-details-author {
padding: 30px 20px;
}
.ori-single-details-prev-next-btn .ori-single-prev-btn img,
.ori-single-details-prev-next-btn .ori-single-next-btn img {
display: none;
}
.ori-blog-widget .recent-post-widget .ori-recent-post-item .recent-blog-img {
margin-right: 20px;
}
.ori-blog-widget .recent-post-widget .ori-recent-post-item .recent-blog-text {
max-width: 180px;
}
.ori-blog-widget {
padding: 30px 20px;
}
.ori-shop-sidebar-widget .widget-title, .ori-blog-widget .widget-title {
padding-bottom: 20px;
}
.ori-blog-widget .gallery-widget li {
width: 85px;
}
.ori-comment-item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-comment-list-wrap .ori-comment-item .ori-comment-img {
margin-bottom: 15px;
}
.ori-comment-list-wrap .children-comment {
margin-left: 30px;
}
.ori-single-comment-form {
padding: 30px 20px;
}
.ori-comment-list-wrap h3,
.ori-single-comment-form h3 {
font-size: 24px;
}
.ori-blog-feed-section,
.ori-checkout-section {
padding: 60px 0px;
}
.ori-blog-feed-item .ori-blog-img .carousel_nav .blogFeed-left_arrow {
left: 15px;
}
.ori-blog-feed-item .ori-blog-img .carousel_nav .blogFeed-right_arrow {
right: 15px;
}
.ori-pagination-wrap li a {
width: 40px;
height: 40px;
}
.ori-checkout-billing-details .additional-info h4,
.ori-checkout-billing-details h3 {
font-size: 26px;
}
.ori-checkout-coupon-code button {
margin-left: 0;
margin-top: 15px;
}
.ori-google-map iframe {
height: 350px;
}
.ori-contact-form-text-info h3 {
font-size: 28px;
padding-bottom: 20px;
}
.ori-contact-form-section {
padding: 60px 0px;
}
.ori-faq-section {
padding: 60px 0px;
}
.ori-faq-accordion-item-area .accordion-button {
font-size: 20px;
}
.ori-faq-price-content {
padding-top: 40px;
}
.ori-faq-price-inner-item .ori-faq-price-title h3 {
font-size: 36px;
}
.ori-faq-price-inner-item .ori-faq-price-title {
margin-bottom: 20px;
padding-bottom: 20px;
}
.ori-faq-price-inner-item {
padding: 35px 20px;
}
.ori-portfolio-details-section {
padding: 60px 0px;
}
.ori-portfolio-details-video-play {
margin-bottom: 40px;
}
.ori-portfolio-details-text {
margin-bottom: 40px;
}
.ori-portfolio-details-text ul li {
width: 100%;
}
.ori-portfolio-details-info {
padding: 30px 20px;
}
.ori-portfolio-details-info li span {
margin-left: 10px;
}
.ori-portfolio-feed-section {
padding: 60px 0px;
}
.ori-portfolio-filter-btn {
padding-bottom: 40px;
}
.ori-price-plan-section {
padding: 60px 0px;
}
.ori-service-details-section {
padding: 60px 0px;
}
.ori-service-details-text {
padding-top: 50px;
}
.ori-service-details-process {
padding-top: 40px;
}
.ori-service-process-item h3 span {
margin-right: 20px;
}
.ori-achivement-history-item {
text-align: left;
}
.ori-achivement-history-item .achive-year {
position: static !important;
margin-bottom: 20px;
}
.ori-achivement-history-item-wrapper .ori-achivement-history-item-area:nth-child(even) .ori-achivement-history-item {
float: none;
}
.ori-achivement-history-item .achive-year:after {
display: none;
}
.ori-service-page-service-section {
padding: 60px 0px;
}
.ori-service-why-choose {
padding-top: 60px;
}
.ori-achivement-history-section,
.ori-service-inner-section {
padding-bottom: 60px;
}
.ori-achivement-history-content {
padding-top: 40px;
}
.ori-shop-details-slide-nav .nav-inner-img {
margin: 5px;
}
.ori-shop-details-section {
padding: 60px 0px;
}
.ori-shop-details-text-wrapper .ori-shop-details-title {
margin-bottom: 30px;
}
.ori-shop-quantity-btn .add-cart-btn a {
padding: 17px 25px;
}
.ori-shop-details-review-content {
margin-top: 40px;
}
.ori-shop-details-review-content .shop-review-tab-btn li {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
font-size: 18px;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active:after {
display: none;
}
.ori-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link.active {
color: var(--base-color-1);
}
.ori-shop-feed-section {
padding: 60px 0px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text {
bottom: 15px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text h3 {
font-size: 18px;
padding-bottom: 5px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .port-category {
font-size: 14px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text .more-btn {
font-size: 24px;
}
.ori-project-item-4 .ori-project-img-text .ori-project-text {
padding: 15px 20px;
}
.ori-app-banner-content .ori-app-banner-text h1 {
font-size: 40px;
line-height: 45px;
padding-bottom: 15px;
}
.ori-app-banner-content .ori-app-banner-text h1 span:before {
display: none;
}
.ori-header-section.header-style-app .mobile_menu_button {
top: -40px;
}
.ori-header-section.header-style-app .brand-logo {
left: 50px;
right: auto;
width: 120px;
}
.header-style-app .ori-header-login-signup-grp .ori-signup-btn button {
padding: 10px 15px;
}
.ori-app-banner-content {
padding: 220px 0px 120px;
}
.ori-app-section-title h2 span:before {
display: none;
}
.ori-app-section-title h2 {
font-size: 30px;
}
.ori-app-ready-feature-item-content {
padding-top: 50px;
}
.ori-app-ready-feature-section {
padding-bottom: 60px;
}
.ori-app-trust-partner-content {
padding-top: 40px;
}
.ori-app-trust-partner-section {
padding-bottom: 60px;
}
.ori-app-feature-top-content {
padding-bottom: 60px;
}
.ori-app-tearms-feature-list li {
width: 100%;
}
.ori-app-tearm-download a {
font-size: 16px;
}
.ori-app-teamrs-section {
padding-bottom: 70px;
}
.ori-app-testimonial-section {
padding: 60px 15px;
}
.ori-app-overview-section-2 .ori-app-section-title h2 {
font-size: 36px;
}
.ori-app-overview-section-2 {
padding: 60px 15px;
}
.ori-app-overview-section-2 .ori-app-section-title {
margin-bottom: 30px;
}
.ori-app-footer-section .ori-app-footer-content {
padding-top: 60px;
}
.ori-app-footer-section .ori-app-footer-widget-area {
padding-bottom: 60px;
}
.ori-app-copyright-menu,
.ori-app-footer-copyright .ori-app-copyright-text {
text-align: center;
}
.ori-marketing-slider-text h1 {
font-size: 40px;
line-height: 50px;
padding-bottom: 25px;
}
.ori-marketing-slider-text p {
padding-bottom: 30px;
}
.ori-marketing-slider-text .ori-marketing-btn a {
padding: 20px 30px;
}
.header-style-marketing-agency .header-top-content-area .top-logo-area .brand-logo a {
height: 60px;
width: 115px;
padding: 15px;
}
.header-style-marketing-agency .mobile_menu_button {
top: -45px;
}
.ori-marketing-slider-content {
padding: 165px 0px 120px;
}
.ori-marketing-slider .slick-dots li {
margin: 0px 8px;
}
.ori-ds-banner-text h1 {
font-size: 40px;
line-height: 50px;
}
.ori-ds-banner-text .ori-btn-1 a:after {
width: 65px;
}
.ori-ds-banner-content {
padding: 185px 0px 255px;
}
.ori-ds-about-content {
padding: 60px 0px;
}
.ori-ds-fun-fact-item h3 {
font-size: 60px;
}
.ori-ds-fun-fact-item:before {
display: none;
}
.ori-blog-single-details-prev-next-btn .ori-single-next-btn .ori-next-prev-post .inner-icon {
margin-left: 0;
}
.ori-blog-sidebar {
padding: 40px 0px;
}
.ori-blog-widget {
margin-bottom: 20px;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 {
background-color: transparent;
}
.ori-banner-content-4 .ori-banner-text-area .ori-banner-form-4 input {
background-color: #fff;
}
}
@media screen and (max-width: 380px) {
.ori-slider-text h1 {
font-size: 45px;
line-height: 50px;
}
.ori-project-item-1 .ori-project-link a {
font-size: 30px;
}
.ori-section-title-1 h2 {
font-size: 30px;
}
.integration-item:nth-child(even) .integration-img {
height: 140px;
}
.ori-banner-text-wrap-7 h1:after {
display: none;
}
} @media only screen and (max-width: 1290px) and (min-width: 900px){
.ori-main-navigation li {
margin: 0px 30px;
}
}
@media only screen and (max-width: 1290px) and (min-width: 900px){
.header-style-digital-studio .ori-main-navigation li {
margin: 0px 30px;
}
}
.wpcf7 form.sent .wpcf7-response-output{
border-color: var(--base-color-1);
}
::-webkit-input-placeholder { color:    #7D7D7D;
}
:-moz-placeholder { color:    #7D7D7D;
opacity:  1;
}
::-moz-placeholder { color:    #7D7D7D;
opacity:  1;
}
:-ms-input-placeholder { color:    #7D7D7D;
}
::-ms-input-placeholder { color:    #7D7D7D;
}
::placeholder { color:    #7D7D7D;
}
.line_animation{
display:none;
}   @media screen and (max-width: 1850px) {
.orix-main-slider-item {
padding-bottom: 380px;
}
}
@media screen and (max-width: 1700px) {
.orix-main-slider-item {
padding-bottom: 315px;
}
.orix-service-fun-fact-section {
padding: 135px 0px 125px;
}
.orix-team-section {
padding: 60px 0px 80px;
}
.orix-pricing-section {
padding: 85px 0px 50px;
}
.orix-faq-section {
padding-top: 70px;
}
}
@media screen and (max-width: 1600px) {
.orix-main-slider-item .orix-slider-round-1 {
top: 145px;
}
.orix-main-slider-area .slick-dots {
bottom: 23.5%;
}
.orix-team-items .team-text-area {
bottom: 50px;
}
.orix-testimonial-section .orix-testimonial-shape,
.orix-team-section .orix-team-shape {
display: none;
}
.orix-team-section {
background-size: cover;
background-color: #f4f3ef;
background-repeat: no-repeat;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/bg/sq1.png);
}
.orix-testimonial-section {
padding: 100px 0px 110px;
background-color: #f5fafd;
}
.orix-team-content-area {
padding-top: 50px;
}
}
@media screen and (max-width: 1500px) {
.orix-main-slider-item {
padding-top: 190px;
padding-bottom: 260px;
}
.orix-main-slider-item .orix-slider-round-1 {
top: 105px;
}
.orix-service-fun-fact-section {
padding: 110px 0px 125px;
}
}
@media screen and (max-width: 1450px) {
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 50px;
}
.orix-main-slider-item .orix-main-slider-text p {
padding-bottom: 25px;
}
.orix-main-slider-item .orix-main-slider-text .slider-slug {
margin-bottom: 10px;
}
.orix-main-slider-item .orix-slider-round-1 {
top: 90px;
}
.orix-sponsor-slider {
margin: 0 auto;
max-width: 1000px;
}
.orix-service-fun-fact-section .orix-service-shape {
display: none;
}
.orix-about-section {
padding-bottom: 100px;
}
.orix-fun-fact-content {
padding-top: 50px;
}
.orix-service-content {
padding-bottom: 70px;
}
.orix-service-fun-fact-section {
padding: 50px 0px 100px;
}
}
@media screen and (max-width: 1350px) {
.orix-main-slider-area .slick-dots {
bottom: 26.5%;
}
.orix-main-slider-item .orix-slider-round-2 {
bottom: 35px;
}
.orix-main-slider-item .orix-main-slider-text .slider-slug {
padding: 8px 18px 10px;
}
.orix-btn a, .orix-btn button {
padding: 15px 30px;
}
.orix-main-slider-item .orix-main-slider-text .orix-video-play {
margin-left: 20px;
}
}
@media screen and (max-width: 1300px) {
.orix-main-slider-item .orix-slider-round-1,
.orix-main-slider-item .orix-slider-round-2 {
display: none;
}
.orix-main-slider-item {
background-size: cover;
padding: 220px 0px 200px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/bg/slider-bg.jpg);
}
.orix-sponsor-slider-area {
position: static;
padding: 100px 0px;
}
.orix-main-slider-area .slick-dots {
bottom: 50px;
}
}
@media screen and (max-width: 1200px) {
.orix-main-menu-navigation li {
margin: 0px 15px;
}
.orix-team-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.orix-team-items.active .team-img {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.orix-team-items {
text-align: center;
}
.orix-service-list-item-area a:nth-child(2),
.orix-service-list-item-area a:nth-child(3),
.orix-service-list-item-area a:nth-child(4) {
margin-left: 30px;
}
.orix-service-list-item-area a {
font-size: 30px;
}
}
@media screen and (max-width: 1150px) {
.orix-project-item .project-img {
max-width: 580px;
}
.orix-project-item .project-text-area:before {
height: 95%;
}
.orix-project-item .project-text-area .project-text ul {
margin-bottom: 30px;
}
.orix-price-item .price-img {
left: -75px;
max-width: 480px;
}
.orix-faq-text-area .faq-text-content {
font-size: 40px;
}
.orix-footer-newsletter-area:before {
display: none;
}
.orix-footer-newsletter-cta .newsletter-cta-icon {
margin-left: 30px;
}
.orix-testimonial-img-text .orix-testimonial-text-area {
max-width: 525px;
}
}
@media screen and (max-width: 1100px) {
.orix-cta-icon-text {
display: none !important;
}
.orix-sponsor-slider-area {
padding: 50px 0px;
}
.orix-section-title h2 {
font-size: 38px;
}
.orix-project-item.left-img-align .project-text-area {
padding: 80px 35px 60px 30px;
}
.orix-project-item .project-img {
max-width: 545px;
}
.orix-project-item.right-img-align .project-text-area {
padding: 50px 30px 60px 115px;
}
.orix-price-item .price-img {
left: -53px;
max-width: 390px;
}
.orix-price-item .price-text-area .price-text .price-title-price h3 {
font-size: 38px;
}
.orix-testimonial-img-text .orix-testimonial-img:before {
display: none;
}
.orix-testimonial-img-text .orix-testimonial-img {
height: 480px;
}
.orix-testimonial-btn-grp {
top: 0;
}
.orix-faq-text-area .faq-text-content {
font-size: 38px;
}
.orix-footer-newsletter-cta .newsletter-cta-icon li {
margin-left: 15px;
}
}
@media screen and (max-width: 1024px) {
.orix-project-item .project-text-area .project-text h3 {
font-size: 30px;
}
.orix-testimonial-img-text .orix-testimonial-img {
height: 440px;
}
}
@media screen and (max-width: 991px) {
.orix-about-img-wrapper {
max-width: 570px;
margin: 0 auto;
margin-bottom: 70px;
}
.orix-about-text-area,
.orix-featured-text-area {
margin: 0 auto;
max-width: 570px;
}
.orix-service-img {
text-align: center;
margin-bottom: 40px;
}
.orix-service-list-item-area {
margin: 0 auto;
max-width: 570px;
}
.orix-fun-fact-item {
margin-bottom: 25px;
}
.orix-fun-fact-item .fun-fact-text h3 {
font-size: 30px;
}
.orix-featured-img-area {
margin: 0 auto;
max-width: 570px;
margin-top: 50px;
}
.orix-pricing-btn .nav-tabs {
padding-top: 30px;
}
.orix-pricing-btn .nav-tabs .nav-link {
margin: 0 auto;
text-align: center;
margin-bottom: 10px;
}
.orix-price-item .price-img {
display: none;
}
.orix-price-item .price-text-area {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.orix-price-item .price-text-area:before {
width: 100%;
}
.orix-faq-text-area {
margin: 0 auto;
max-width: 570px;
margin-bottom: 40px;
}
.orix-faq-accordion {
margin: 0 auto;
}
.orix-footer-widget .orix-menu-widget {
padding-left: 0;
}
.orix-main-menu-navigation {
display: none;
}
.orix-header-section .orix-heade-btn {
margin-right: 40px;
}
.orix-header-section .mobile_menu_button {
display: block;
}
.orix-project-item .project-img {
max-width: 100%;
position: static;
border-radius: 0;
}
.orix-project-item .project-text-area {
border-radius: 0;
}
.orix-project-item .project-text-area:before {
display: none;
}
.orix-project-item.left-img-align .project-text-area,
.orix-project-item.right-img-align .project-text-area {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.orix-project-item {
margin: 0 auto;
max-width: 500px;
overflow: hidden;
padding-top: 0;
margin-bottom: 40px;
border-radius: 50px;
background-color: #fff7f7;
}
.orix-project-item.left-img-align .project-text-area,
.orix-project-item.right-img-align .project-text-area {
padding: 40px 30px;
}
.orix-testimonial-img-text .orix-testimonial-text-area {
max-width: 440px;
}
.orix-testimonial-btn-grp {
position: static;
margin-bottom: 40px;
}
.orix-testimonial-img-text {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.orix-testimonial-btn-grp .nav {
margin-left: 0;
}
.orix-testimonial-img-text .orix-testimonial-text-area {
max-width: 570px;
padding-top: 80px;
}
.orix-testimonial-btn-grp .nav:hover {
margin-left: 0;
}
.orix-featured-img-area {
padding-left: 0;
}
}
@media screen and (max-width: 870px) {
.orix-footer-newsletter-form-area .newsletter-form-text {
display: none;
}
.orix-footer-newsletter-area {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.orix-footer-newsletter-cta {
width: 100%;
margin-bottom: 30px;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
}
@media screen and (max-width: 680px) {
.orix-header-section {
padding: 20px 0px;
}
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 45px;
}
.orix-main-slider-item {
padding: 200px 0px 180px;
}
.orix-sponsor-slider-area {
padding: 40px 0px;
}
.orix-team-items .team-text-area {
opacity: 1;
margin: 0 auto;
position: static;
visibility: visible;
}
.orix-team-items .team-text-area h3 {
max-width: 100%;
}
.orix-price-item .price-text-area:before {
display: none;
}
.orix-price-item .price-text-area {
border-radius: 0;
padding: 40px 20px;
background-color: #f3f8ff;
}
.orix-footer-newsletter-form-area {
width: 100%;
}
.orix-footer-newsletter-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
.orix-header-content .brand-logo {
max-width: 140px;
}
.orix-header-section .mobile_menu_button {
top: -38px;
}
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 40px;
}
.orix-main-slider-item .orix-main-slider-text .orix-video-play a .play-text {
display: none;
}
.orix-section-title h2 {
font-size: 32px;
}
.orix-about-img-wrapper .orix-about-img2 {
bottom: -60px;
}
.orix-about-feature-wrapper {
margin-bottom: 30px;
}
.orix-about-section {
padding-bottom: 60px;
}
.orix-service-list-item-area a {
font-size: 22px;
margin-bottom: 30px;
}
.orix-service-list-item-area a .service-serial-no {
font-size: 16px;
}
.orix-service-content {
padding-bottom: 20px;
}
.orix-service-fun-fact-section {
padding-bottom: 60px;
}
.orix-project-section {
padding: 60px 0px 30px;
}
.orix-project-content {
padding-top: 40px;
}
.orix-project-item .project-text-area .project-text h3 {
font-size: 24px;
}
.orix-team-items {
padding-bottom: 40px;
}
.orix-team-section {
padding-bottom: 40px;
}
.orix-price-item {
margin-bottom: 30px;
}
.orix-testimonial-img-text .orix-testimonial-img {
border-radius: 0;
}
.orix-testimonial-section {
padding: 60px 0px;
}
.orix-faq-text-area .faq-text-content {
font-size: 32px;
}
.orix-faq-accordion .accordion-button {
font-size: 20px;
}
.orix-blog-section {
padding: 60px 0px;
}
.orix-blog-content {
padding-top: 30px;
}
.orix-header-section .orix-heade-btn a {
padding: 14px 18px;
}
.orix-testimonial-img-text .orix-testimonial-img {
height: auto;
}
.orix-faq-accordion {
padding: 60px 20px;
}
}
@media screen and (max-width: 380px) {
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 36px;
}
.orix-section-title h2 {
font-size: 30px;
}
.orix-faq-text-area .faq-text-content {
font-size: 30px;
}
.orix-testimonial-btn-grp .nav-tabs .nav-link {
height: 60px;
width: 60px;
}
.orix-header-section .brand-logo img {
max-width: 116px;
}
}
@media screen and (max-width: 350px) {
.orix-header-section .orix-heade-btn {
margin-right: 30px;
}
.orix-header-section .orix-heade-btn {
margin-left: 5px;
}
.orix-header-content .brand-logo {
max-width: 120px;
}
.orix-header-section .orix-heade-btn a {
padding: 10px 15px;
}
.orix-header-section .mobile_menu_button {
top: -35px;
}
.orix-main-slider-item .orix-main-slider-text h1 {
font-size: 34px;
}
.orix-section-title h2 {
font-size: 28px;
}
}
.orix-main-slider-content {
max-width: 1920px;
margin: 0 auto;
}     .ori-agency-2 {
margin: 0;
padding: 0;
z-index: 1;
font-size: 16px;
line-height: 1.5;
position: relative;
overflow-x: hidden;
color: #666666;
font-family: 'Rubik';
-moz-osx-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
.ori-agency-2 h1,
.ori-agency-2 h2,
.ori-agency-2 h3,
.ori-agency-2 h4,
.ori-agency-2 h5,
.ori-agency-2 h6 {
margin: 0;
font-weight: 400;
font-family: var(--heading);
}
.ori-agency-2 .container {
max-width: 1200px;
}
.ori-agency-section-title .sub-title {
font-size: 20px;
position: relative;
margin-bottom: 15px;
display: inline-block;
color: var(--base-color);
}
.ori-agency-section-title .sub-title:after, .ori-agency-section-title .sub-title:before {
content: "";
height: 2px;
width: 90px;
bottom: 10px;
right: -100px;
position: absolute;
background-color: var(--base-color);
}
.ori-agency-section-title .sub-title:before {
right: auto;
left: -100px;
display: none;
}
.ori-agency-section-title.text-center {
margin: 0 auto;
max-width: 850px;
}
.ori-agency-section-title.text-center .sub-title:before {
display: block;
}
.ori-agency-section-title.text-end .sub-title::after {
right: auto;
left: -100px;
}
.ori-agency-section-title.text-center p {
margin: 0 auto;
max-width: 650px;
padding-top: 15px;
}
.ori-agency-section-title h2 {
color: #010030;
font-size: 38px;
font-weight: 700;
}
.ori-agency-section-title p {
padding-top: 25px;
}     .ori-header-section.agency-header {
padding: 0;
color: #000000;
background-color: #fff;
}
.ori-header-section.agency-header .ori-agency-header-top {
padding: 20px 0px 15px;
border-bottom: 1px solid #c7c2c2;
}
.ori-header-section.agency-header .ori-agency-header-top .header-slug span {
color: var(--base-color);
}
.ori-header-section.agency-header .ori-agency-header-top .header-time i {
margin-right: 5px;
}
.ori-header-section.agency-header .ori-main-navigation li a {
color: #000000;
font-size: 18px;
letter-spacing: 0;
text-transform: capitalize;
}
.ori-header-section.agency-header .ori-main-navigation li {
margin: 0px 20px;
}
.ori-header-section.agency-header .ori-agency-search-cta .ori-hd-search button {
border: none;
background-color: transparent;
}
.ori-header-section.agency-header .ori-agency-search-cta .ori-hd-cta {
margin-left: 20px;
}
.ori-header-section.agency-header .ori-agency-search-cta .ori-hd-cta .inner-icon {
width: 40px;
height: 40px;
margin-right: 15px;
background-color: var(--base-color);
}
.ori-header-section.agency-header .ori-agency-search-cta .ori-hd-cta .inner-text span {
display: block;
}
.ori-header-section.agency-header .ori-agency-header-main-menu-wrap {
padding: 20px 0px;
border-bottom: 1px solid #c7c2c2;
}
.ori-header-section.agency-header .ori-megamenu .dropdown-menu {
top: 100%;
}
.ori-header-section.sticky-on .ori-agency-header-top {
display: none;
}   .ori-agency-sponsor-section .ori-sponsor-item .ori-sponsor-img {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ori-agency-sponsor-section .ori-sponsor-item .ori-sponsor-img img {
margin: 0 auto;
}   .ori-ageny-about-section {
padding: 130px 0px;
background-color: #f7f6fb;
}
.ori-agency-about-counter {
margin-top: 40px;
background-color: #fff;
-webkit-box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.18);
box-shadow: 0px 7px 7px 0px rgba(195, 203, 218, 0.18);
}
.ori-agency-about-counter:before {
top: 0;
left: 0;
content: "";
width: 5px;
height: 100%;
position: absolute;
background-color: var(--base-color);
}
.ori-agency-counter-item {
padding: 40px 35px 40px 50px;
}
.ori-agency-counter-item h3 {
font-size: 30px;
font-weight: 700;
padding-bottom: 5px;
color: var(--base-color);
}
.ori-agency-counter-item p {
color: #a0a0a2;
}
.ori-agency-about-img {
padding-left: 20px;
}   .ori-agency-service-section {
padding: 130px 0px;
}
.ori-agency-service-item {
z-index: 1;
padding: 45px 30px;
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.05);
box-shadow: 0px 17px 17px 0px rgba(2, 10, 36, 0.05);
}
.ori-agency-service-item:before, .ori-agency-service-item:after {
top: 0;
left: 0;
z-index: -1;
width: 100%;
content: "";
height: 100%;
position: absolute;
background-color: #fff;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-agency-service-item:after {
z-index: -2;
background-color: var(--base-color);
}
.ori-agency-service-item .inner-icon {
color: #000000;
font-size: 60px;
margin-bottom: 10px;
}
.ori-agency-service-item .inner-text h3 {
color: #000000;
font-size: 28px;
font-weight: 700;
padding-bottom: 15px;
}
.ori-agency-service-item .inner-text p {
font-size: 20px;
}
.ori-agency-service-item:hover:after {
top: 15px;
left: 15px;
}   .ori-agency-team-section {
padding: 125px 0px 95px;
background-color: #f7f6fb;
}
.ori-agency-team-btn a {
color: #000000;
font-weight: 600;
padding: 20px 40px;
display: inline-block;
border-radius: 40px;
background-color: var(--base-color);
}
.ori-agency-team-btn a:hover {
color: #fff;
background-color: #000000;
}
.ori-agency-team-filter-btn {
margin-bottom: 50px;
}
.ori-agency-team-filter-btn li {
color: #000;
font-weight: 700;
cursor: pointer;
padding: 10px 30px;
border-radius: 5px;
margin-right: 15px;
background-color: #fff;
}
.ori-agency-team-filter-btn li.filtr-active {
background-color: var(--base-color);
}
.ori-agency-team-item {
overflow: hidden;
margin-bottom: 30px;
border-radius: 30px;
background-color: #fff;
}
.ori-agency-team-item .inner-img {
overflow: hidden;
border-radius: 30px;
}
.ori-agency-team-item .inner-img img {
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-agency-team-item .inner-text {
padding: 30px;
}
.ori-agency-team-item .inner-text h3 {
color: #000000;
font-size: 18px;
font-weight: 700;
padding-bottom: 3px;
}
.ori-agency-team-item .inner-text span {
color: #737272;
font-size: 14px;
}
.ori-agency-team-item .inner-text .team-social {
margin-top: 18px;
}
.ori-agency-team-item .inner-text .team-social a {
margin-right: 12px;
}
.ori-agency-team-item .inner-text .team-social .fb-icon {
color: #25319d;
}
.ori-agency-team-item .inner-text .team-social .tw-icon {
color: #0c91f7;
}
.ori-agency-team-item .inner-text .team-social .ins-icon {
color: #f83232;
}
.ori-agency-team-item .inner-text .team-social .be-icon {
color: #287acd;
}
.ori-agency-team-item:hover .inner-img img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}   .ori-agency-portfolio-section {
overflow: hidden;
padding: 125px 0px;
background-color: #000000;
}
.ori-agency-portfolio-section .ori-port-shape {
right: 0;
top: -80px;
}
.ori-agency-portfolio-section .ori-agency-section-title h2 {
color: #fff;
}
.ori-agency-portfolio-item-wrap {
padding: 0px 15px;
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item {
overflow: hidden;
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item:before, .ori-agency-portfolio-item-wrap .ori-agency-portfolio-item:after {
left: 0;
right: 0;
bottom: 0;
height: 85%;
content: "";
position: absolute;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item:after {
opacity: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 200, 1, 0)), to(#f8c40e));
background-image: linear-gradient(to bottom, rgba(255, 200, 1, 0), #f8c40e);
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item .inner-text {
z-index: 1;
left: 55px;
bottom: 35px;
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item .inner-text span {
color: #fff;
font-size: 15px;
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item .inner-text h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
padding-top: 10px;
}
.ori-agency-portfolio-item-wrap .ori-agency-portfolio-item:hover:after {
opacity: 1;
}
.ori-agency-portfolio-carousel-area {
margin: 0 auto;
max-width: 1170px;
margin-top: 60px;
}
.ori-agency-portfolio-carousel-area .carousel_nav button {
color: #fff;
width: 45px;
border: none;
height: 45px;
border-radius: 100%;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
background-color: #333333;
}
.ori-agency-portfolio-carousel-area .carousel_nav button:hover {
background-color: var(--base-color);
}
.ori-agency-portfolio-slider .slick-dots {
height: 3px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
bottom: -80px;
margin: 0 auto;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
max-width: 970px;
background-color: #343435;
}
.ori-agency-portfolio-slider .slick-dots li {
margin: 0;
height: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
line-height: 1;
}
.ori-agency-portfolio-slider .slick-dots li button {
width: 100%;
height: 3px;
padding: 0;
}
.ori-agency-portfolio-slider .slick-dots li.slick-active button {
height: 3px;
width: 100%;
border: none;
background-color: var(--base-color);
}   .ori-agency-price-tab-btn {
padding: 15px;
margin: 0 auto;
max-width: 370px;
border-radius: 45px;
background-color: #fff;
-webkit-box-shadow: -12.803px 2.257px 250px 0px rgba(85, 85, 85, 0.29);
box-shadow: -12.803px 2.257px 250px 0px rgba(85, 85, 85, 0.29);
}
.ori-agency-price-tab-btn .nav-pills .nav-link {
font-size: 20px;
padding: 15px 50px;
border-radius: 30px;
}
.ori-agency-price-tab-btn .nav-pills .nav-link.active, .ori-agency-price-tab-btn .nav-pills .show > .nav-link {
border-radius: 30px;
background-color: var(--base-color);
}
.ori-pricing-item-content {
padding-top: 130px;
}
.ori-agency-pricing-item {
padding: 35px;
background-color: #fff;
-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.ori-agency-pricing-item .inner-icon {
top: -110px;
z-index: 1;
left: -10px;
width: 215px;
height: 160px;
margin: 0 auto;
margin-bottom: -110px;
}
.ori-agency-pricing-item .inner-icon .icon-bg {
left: 5px;
top: -25px;
z-index: -1;
}
.ori-agency-pricing-item .inner-title-price {
margin-top: 10px;
}
.ori-agency-pricing-item .inner-title-price .pr-title {
color: #000;
font-size: 22px;
font-weight: 700;
font-family: var(--heading);
}
.ori-agency-pricing-item .inner-title-price .pr-price-plan {
color: #000;
font-size: 90px;
font-weight: 700;
font-family: var(--heading);
}
.ori-agency-pricing-item .inner-title-price .pr-price-plan sup {
color: #000;
top: -1.5em;
font-size: 30px;
}
.ori-agency-pricing-item .inner-title-price .pr-price-plan sub {
color: #666666;
font-size: 18px;
font-weight: 400;
}
.ori-agency-pricing-item .price-inner-list {
text-align: left;
}
.ori-agency-pricing-item .price-inner-list li {
padding-left: 55px;
margin-bottom: 25px;
position: relative;
}
.ori-agency-pricing-item .price-inner-list li:before {
left: 0;
top: -5px;
color: #000;
width: 35px;
height: 35px;
content: "\f00c";
font-weight: 400;
line-height: 35px;
text-align: center;
border-radius: 100%;
position: absolute;
font-family: "Font Awesome 5 Pro";
background-color: var(--base-color);
}
.ori-agency-pricing-item .price-btn {
bottom: -65px;
}
.ori-agency-pricing-item .price-btn a {
color: #000;
padding: 18px 65px;
border-radius: 40px;
display: inline-block;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgb(255, 255, 255);
}
.ori-agency-pricing-item .price-btn a:hover {
background-color: var(--base-color);
}   .ori-agency-contact-section {
padding: 120px 0px 70px;
}
.ori-agency-contact-title {
padding-bottom: 70px;
}
.ori-agency-contact-title h3 {
color: #000000;
font-size: 35px;
font-weight: 700;
padding-left: 75px;
position: relative;
}
.ori-agency-contact-title h3:before {
left: 0;
top: 20px;
height: 3px;
width: 50px;
content: "";
position: absolute;
background-color: var(--base-color);
}
.ori-agency-contact-info .info-item-area {
margin-bottom: 50px;
}
.ori-agency-contact-info .info-item-area .inner-icon {
width: 60px;
color: #fff;
height: 60px;
font-size: 24px;
margin-right: 25px;
background-color: #000000;
}
.ori-agency-contact-info .info-item-area .inner-text h3 {
color: #000000;
font-size: 24px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-agency-contact-info .info-item-area .inner-text span {
display: block;
max-width: 300px;
}
.ori-agency-contact-form label {
display: block;
color: #000000;
margin-bottom: 5px;
}
.ori-agency-contact-form label i {
margin-right: 8px;
}
.ori-agency-contact-form input, .ori-agency-contact-form textarea {
width: 100%;
height: 50px;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
border: 1px solid #dadada;
}
.ori-agency-contact-form textarea {
height: 120px;
}
.ori-agency-contact-form button {
color: #fff;
width: 100%;
border: none;
padding: 15px;
font-weight: 600;
border-radius: 40px;
background-color: var(--base-color);
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
}
.ori-agency-contact-form button:hover {
color: #fff;
background-color: #000;
}   .ori-agency-footer-section-3 {
background-color: #000018;
border-top: 5px solid var(--base-color);
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 {
padding: 70px 0px 0px;
background-color: #000018;
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 .ori-agency-newslatter-text {
color: #fff;
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 .ori-agency-newslatter-text h3 {
font-size: 30px;
font-weight: 700;
padding-bottom: 10px;
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 .ori-agency-newslatter-text p {
color: #c9c8c8;
font-size: 17px;
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 .ori-agency-newslatter-btn a {
color: #fff;
width: 200px;
height: 50px;
font-size: 14px;
font-weight: 700;
border-radius: 30px;
background-color: var(--base-color);
}
.ori-agency-footer-section-3 .ori-agency-newslatter-section-3 .ori-agency-newslatter-btn a:hover {
color: #000;
background-color: #fff;
}
.ori-agency-footer-content-wrap-3 {
padding-top: 80px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .widget-title {
color: #fff;
font-size: 24px;
font-weight: 700;
position: relative;
margin-bottom: 35px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .widget-title:before {
left: 0;
height: 3px;
width: 30px;
content: "";
bottom: -10px;
position: absolute;
background-color: var(--base-color);
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-logo-widget .ori-agency-footer-logo {
padding-bottom: 18px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-logo-widget p {
color: #9d9d9d;
padding-bottom: 35px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-logo-widget .footer-logo-btn {
color: #fff;
height: 40px;
width: 130px;
font-size: 14px;
font-weight: 700;
overflow: hidden;
line-height: 40px;
display: inline-block;
border-radius: 30px;
background-color: var(--base-color);
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-logo-widget .footer-logo-btn:after {
background-color: #fff;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-logo-widget .footer-logo-btn:hover {
color: #000;
background-color: #fff;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget p {
color: #9d9d9d;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget form {
margin-top: 30px;
position: relative;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input {
height: 45px;
width: 100%;
padding-left: 20px;
border-radius: 15px;
border: 2px solid #313131;
background-color: transparent;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input::-webkit-input-placeholder {
color: #fff;
font-size: 14px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input::-moz-placeholder {
color: #fff;
font-size: 14px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input:-ms-input-placeholder {
color: #fff;
font-size: 14px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input::-ms-input-placeholder {
color: #fff;
font-size: 14px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget input::placeholder {
color: #fff;
font-size: 14px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget button {
top: 0;
right: 0;
width: 60px;
padding: 0;
color: #fff;
height: 45px;
border: none;
border-radius: 15px;
position: absolute;
background-color: var(--base-color);
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget button:hover {
background-color: #fff;
color: #000;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget .ori-agency-footer-social {
margin-top: 22px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget .ori-agency-footer-social li {
margin-right: 15px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget .ori-agency-footer-social li a {
color: #494949;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-newslatter-widget .ori-agency-footer-social li a:hover {
color: var(--base-color);
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget {
padding-left: 20px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget i {
float: left;
font-size: 14px;
margin-top: 5px;
color: var(--base-color);
margin-right: 10px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget a {
color: #9d9d9d;
display: block;
font-size: 14px;
overflow: hidden;
max-width: 170px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget .office-open-hour {
margin-top: 10px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget .office-open-hour span {
color: #fff;
font-size: 14px;
display: block;
margin-bottom: 10px;
font-weight: 700;
text-decoration: underline;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget .office-open-hour p {
font-size: 14px;
color: #9d9d9d;
max-width: 180px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li {
float: left;
width: 75px;
height: 75px;
overflow: hidden;
margin-right: 10px;
margin-bottom: 7px;
position: relative;
background-color: #000;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li a {
position: relative;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li a:before {
top: 0;
opacity: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: #000;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li i {
left: 0;
top: 50%;
right: 0;
opacity: 0;
color: #fff;
position: absolute;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li a:hover:before {
opacity: 0.7;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li:hover i {
opacity: 1;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-copyright {
color: #fff;
margin-top: 80px;
padding: 25px 0px;
border-top: 1px solid #15152e;
}   @media screen and (max-width: 1024px) {
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .gallery-widget li {
height: 60px;
width: 60px;
}
.ori-header-section.agency-header .ori-main-navigation li {
margin: 0px 15px;
}
.ori-header-section.agency-header .ori-agency-search-cta .ori-hd-cta .inner-icon {
display: none !important;
}
}
@media screen and (max-width: 991px) {
.ori-header-section.agency-header .brand-logo {
margin: 0;
position: static;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.ori-header-section.agency-header.sticky-on {
padding: 0;
}
.ori-main-navigation-area {
display: none;
}
.ori-agency-search-cta {
display: none !important;
}
.ori-header-section.agency-header .ori-agency-header-top {
display: none !important;
}
.ori-header-section.agency-header .mobile_menu_button {
top: -60px;
left: auto;
right: 15px;
color: #000;
display: block;
}
.ori-agency-about-img {
margin-top: 60px;
text-align: center;
}
.ori-agency-service-item {
margin: 0 auto;
max-width: 370px;
margin-bottom: 30px;
}
.ori-agency-team-item {
margin: 0 auto;
max-width: 270px;
margin-bottom: 30px;
}
.ori-agency-portfolio-slider .slick-dots {
max-width: 78%;
}
.ori-agency-portfolio-carousel-area {
padding: 0px 15px;
}
.ori-agency-pricing-item .inner-icon {
top: 0;
margin-bottom: 30px;
}
.ori-agency-pricing-item {
margin-bottom: 60px;
}
.ori-agency-contact-text,
.ori-agency-contact-form-area {
max-width: 570px;
margin: 0 auto;
}
.ori-agency-team-top-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-agency-team-btn a {
margin-top: 30px;
}
.ori-agency-team-filter-btn li {
margin-bottom: 10px;
}
.ori-agency-about-img {
padding-left: 0;
}
.ori-agency-newslatter-content-3 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ori-agency-newslatter-btn {
margin-top: 20px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget .ori-agency-footer-info-widget {
padding-left: 0;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-widget {
margin-bottom: 40px;
}
}
@media screen and (max-width: 680px) {
.ori-agency-portfolio-slider .slick-dots {
width: 70%;
}
.ori-agency-about-counter {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
.ori-header-section.agency-header .ori-agency-header-main-menu-wrap {
padding: 10px 0px;
}
.ori-header-section.agency-header .brand-logo {
width: 120px;
}
.ori-header-section.agency-header .mobile_menu_button {
top: -48px;
}
.ori-ageny-about-section,
.ori-agency-service-section {
padding: 75px 0px;
}
.ori-agency-section-title h2 {
font-size: 26px;
}
.ori-agency-section-title .sub-title:after,
.ori-agency-section-title .sub-title:before {
display: none !important;
}
.ori-agency-team-section {
padding: 75px 0px 30px;
}
.ori-agency-team-btn a {
padding: 10px 20px;
}
.ori-agency-team-filter-btn {
text-align: center;
}
.ori-agency-portfolio-slider .slick-dots {
width: 60%;
}
.ori-agency-portfolio-section {
padding: 70px 0px;
}
.ori-agency-pricing-section {
padding: 75px 0px;
}
.ori-pricing-item-content {
padding-top: 60px;
}
.ori-agency-contact-title h3 {
font-size: 25px;
}
.ori-agency-contact-section {
padding: 60px 0px;
}
.ori-agency-contact-title {
padding-bottom: 40px;
}
.ori-agency-contact-info .info-item-area .inner-text h3 {
font-size: 18px;
}
.ori-agency-footer-content-wrap-3 .ori-agency-footer-copyright {
margin-top: 30px;
}
}  .sec-title{
position: relative;
margin-bottom: 30px;
}
.sec-title_title{
position: relative;
padding: 14px 35px;
font-size: 25px;
font-weight: 700;
border-radius: 10px;
display: inline-block;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
background: linear-gradient(to right, #00dab7 0%, #ed57c6 45%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.sec-title_heading{
position: relative;
margin-top: 35px;
font-size: 60px;
color: #2e2d2d;
font-weight: 700;
font-family: var(--heading);
}
.sec-title_heading span{
color: #cc28bd;
}
.sec-title_text{
position: relative;
color: #67687a;
font-size: 22px;
line-height: 38px;
}
.sec-title.centered{
text-align: center;
} .btn-style-one{
position: relative;
font-weight: 500;
font-size: 18px;
letter-spacing: 1px;
padding: 22px 48px;
border-radius: 50px;
background: #E61AB1;
display: inline-block;
color: #ffffff !important;
text-transform: capitalize;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
background: linear-gradient(to left, #E61AB1 0%, #00DAB7 100%);
}
.btn-style-one i{
margin-left: 5px;
}
.btn-style-one:hover{
color: #ffffff;
background: #E61AB1;
background: linear-gradient(to right, #E61AB1 0%, #00DAB7 100%);
} .header-style-four.alternate.sticky-on{
background-color: #444444;
}
.header-style-four.alternate .ori-main-navigation li a{
color:#ffffff;
font-weight:400;
}
.header-style-four.alternate .ori-main-navigation-area .dropdown:after{
color:#ffffff;
}
.header-style-four.alternate .ori-header-login-search-sidenav .ori-header-login-search button{
color:#ffffff;
}
.header-style-four.alternate .ori-header-login-search-sidenav .ori-sidenav-btn{
margin-left: 30px;
} .slider-one{
position: relative;
overflow: hidden;
padding-bottom: 250px;
background-size: cover;
}
.slider-one_pattern{
position: absolute;
right: -80px;
top: 0px;
width: 100%;
height: 1064px;
background-position: right top;
background-repeat: no-repeat;
}
.slider-one_content-column{
position: relative;
}
.slider-one_content{
position: relative;
z-index: 1;
padding-top: 280px;
}
.slider-one_title{
position: relative;
color: #ffffff;
font-weight: 700;
font-size: 86px;
line-height: 86px;
font-family: var(--heading);
}
.slider-one_text{
position: relative;
color: #ffffff;
margin-top: 35px;
font-size: 18px;
opacity: 0.70;
line-height: 34px;
max-width: 600px;
margin-bottom: 35px;
}
.slider-one_image-column{
position: static;
}
.slider-one_image{
position: absolute;
right: -80px;
}
.slider-one_image img{
position: relative;
width: inherit;
max-width: inherit;
}
.slider-one_button{
position: relative;
} .about-one{
position: relative;
padding: 120px 0px 80px;
}
.about-one_image-column{
position: static;
margin-bottom: 30px;
}
.about-one_image{
position: absolute;
left:0px;
margin-left: 0px;
display: inline-block;
}
.about-one_image::before{
position: absolute;
content: '';
right: -50px;
top: 0px;
left: 0px;
bottom: 0px;
z-index: -1;
background: url(//lion-bleu.fr/wp-content/themes/orixy/assets/img/about/about-bg.png);
background-position: right center;
}
.about-one_text{
position: relative;
font-size: 24px;
line-height: 38px;
color: #67687a;
padding-left: 35px;
margin-bottom: 55px;
border-left: 4px solid #00dab7;
}
.about-one_features{
position: relative;
padding: 30px 0px;
margin-bottom: 50px;
border-top: 4px solid rgba(0, 0, 0, 0.07);
border-bottom: 4px solid rgba(0, 0, 0, 0.07);
}
.about-one_feature{
position: relative;
}
.about-one_feature-inner{
position: relative;
color: #000427;
font-weight: 700;
font-size: 25px;
padding-left: 100px;
}
.about-one_feature-icon{
position: absolute;
left: 0px;
top: 0px;
line-height: 1em;
font-size: 50px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.about-one_feature-inner:hover .about-one_feature-icon{
transform: rotateY(180deg);
} .about-one_phone{
position: relative;
margin-left: 35px;
}
.about-one_phone-inner{
position: relative;
color: #67687a;
font-size: 16px;
padding-left: 100px;
}
.about-one_phone-icon {
position: absolute;
left: 0px;
top: 0px;
width: 80px;
height: 80px;
color: #cc28bd;
text-align: center;
line-height: 78px;
font-size: 32px;
border-radius: 50px;
display: inline-block !important;
border: 1px solid rgba(0, 0, 0, 0.07);
display: flex !important;
align-items: center;
justify-content: center;
}
.about-one_phone-inner strong{
position: relative;
display: block;
color: #000427;
font-weight: 700;
font-size: 34px;
margin-top: 5px;
font-family: var(--heading);
}
.about-one_content-column{
position: relative;
margin-bottom: 30px;
} .services-one{
position: relative;
padding: 120px 0px 80px;
}
.services-one_color-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
overflow: hidden;
border-radius: 0px 0px 300px 0px;
background: #C62CC7;
background: linear-gradient(to right, #C62CC7 0%, #2ba6ca 100%);
}
.service-block_one{
position: relative;
margin-bottom: 30px;
}
.service-block_one-inner{
position: relative;
text-align: center;
border-radius: 25px;
padding: 50px 30px 50px;
background-color: #ffffff;
}
.service-block_one-icon{
position: relative;
width: 100px;
height: 100px;
border-radius: 50px;
display: inline-block;
background-color: #eef4ff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service-block_one-inner:hover .service-block_one-icon{
-webkit-transform: scale(-1) rotate(180deg);
-moz-transform: scale(-1) rotate(180deg);
-ms-transform: scale(-1) rotate(180deg);
-o-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
}
.service-block_one-heading{
position: relative;
font-weight: 700;
margin-top: 30px;
}
.service-block_one-heading a{
position: relative;
color: #000000;
}
.service-block_one-heading a:hover{
color: #e61ab1;
}
.service-block_one-text{
position: relative;
margin-top: 20px;
font-size: 18px;
opacity: 0.70;
line-height: 32px;
padding: 0px 25px;
color: #1c1b1f;
}
.service-block_one-more{
position: relative;
margin-top: 25px;
font-size: 20px;
font-weight: 700;
border-radius: 50px;
display: inline-block;
background: linear-gradient(to right, #00dab7 0%, #ed57c6 45%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.services-one_title-column{
position: relative;
}
.about-one_title{
position: relative;
margin-top: 60px;
color: #ffffff;
font-size: 22px;
}
.about-one_heading{
position: relative;
margin-top: 20px;
color: #ffffff;
font-size: 50px;
font-weight: 700;
margin-bottom: 30px;
font-family: var(--heading);
} .team-one{
position: relative;
padding: 110px 0px 80px;
background-position: center bottom;
background-repeat: repeat-x;
}
.team-block_one{
position: relative;
margin-bottom: 30px;
}
.team-block_one-inner{
position: relative;
padding: 35px 30px;
border-radius: 15px;
text-align: center;
background-color: #ffffff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.team-block_one-image{
position: relative;
width: 211px;
height: 211px;
margin: 0 auto;
overflow: hidden;
border-radius: 50%;
}
.team-block_one-image img{
position: relative;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.team-block_one-inner:hover .team-block_one-image img{
opacity: 0.70;
}
.team-block_one-heading{
position: relative;
margin-top: 35px;
font-weight: 800;
font-family: var(--heading);
}
.team-block_one-designation{
position: relative;
margin-top: 5px;
color: #737272;
font-size: 16px;
font-weight: 600;
}
.team-block_one-text{
position: relative;
color: #737272;
font-size: 16px;
line-height: 26px;
margin-top: 20px;
}
.team-block_one-social{
position: relative;
margin-top: 30px;
}
.team-block_one-social a{
position: relative;
margin: 0px 8px;
font-size: 24px;
}
.team-block_one-social .fb-icon{
color: #25319d;
}
.team-block_one-social .tw-icon{
color: #0c91f7;
}
.team-block_one-social .ins-icon{
color: #f82b2b;
}
.team-block_one-social .be-icon{
color: #6ba3dc;
} .steps-one{
position: relative;
padding: 100px 0px 80px;
background-color: #000000;
}
.steps-title_box{
position: relative;
text-align: center;
margin-bottom: 40px;
}
.steps-title_box .title{
position: relative;
color: #ffffff;
font-size: 20px;
letter-spacing: 1px;
}
.steps-title_box .heading{
position: relative;
color: #ffffff;
font-size: 60px;
font-weight: 700;
margin-top: 15px;
font-family: var(--heading);
}
.steps-title_box .heading span{
color: #00dab7;
} .step-block_one{
position: relative;
margin-bottom: 30px;
}
.step-block_one-inner{
position: relative;
text-align: center;
}
.step-block_one-number{
position: relative;
color: #ffffff;
font-size: 120px;
line-height: 1em;
font-weight: 700;
}
.step-block_one-number .check-icon{
position: absolute;
left: 60px;
top: 0px;
width: 45px;
height: 45px;
line-height: 24px;
border-radius: 50px;
display: inline-block;
background-color: #0859d7;
}
.step-block_one-number::before{
position: absolute;
content: '';
left: 82%;
top: 60px;
height: 1px;
width: 120px;
border-bottom: 1px dashed #ffffff;
}
.step-block_one:last-child .step-block_one-number::before{
display: none;
}
.step-block_one-title{
position: relative;
color: #ffffff;
margin-top: 20px;
}
.step-block_one-text{
position: relative;
color: #ffffff;
font-size: 18px;
line-height: 32px;
margin-top: 20px;
} .projects-one{
position: relative;
padding: 120px 0px 120px;
}
.projects-one .owl-carousel .owl-stage-outer{
overflow: visible;
}
.projects-one .owl-nav{
position: absolute;
left: 0px;
right: 0px;
bottom: 30px;
z-index: 1;
}
.projects-one .owl-nav .owl-prev{
position: absolute;
left: 0px;
width: 48px;
height: 48px;
padding: 0px;
font-size: 22px;
color: #ffffff;
line-height: 48px;
font-weight: normal;
border-radius: 50px;
display: inline-block;
box-shadow: inherit;
border-color: #000000;
background-color: #000000;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.projects-one .owl-nav .owl-next{
position: absolute;
right: 0px;
width: 48px;
height: 48px;
padding: 0px;
font-size: 22px;
color: #ffffff;
line-height: 48px;
font-weight: normal;
border-radius: 50px;
display: inline-block;
box-shadow: inherit;
border-color: #000000;
background-color: #000000;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.projects-one .owl-nav .owl-prev:hover,
.projects-one .owl-nav .owl-next:hover{
border-color: #e300ff;
background-color: #e300ff;
}
.projects-one .owl-dots{
position: relative;
width: 100%;
margin-top: 40px;
padding: 0px 80px;
}
.projects-one .owl-dots .owl-dot{
position: relative;
width: 33.333%;
border: none;
height: 4px;
display: inline-block;
background-color: #bfbfbf;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.projects-one .owl-dots .owl-dot:hover,
.projects-one .owl-dots .owl-dot.active{
background-color: #e300ff;
}
.project-block_one{
position: relative;
margin-bottom: 30px;
}
.project-block_one-inner{
position: relative;
overflow: hidden;
}
.project-block_one-image{
position: relative;
}
.project-block_one-image:before{
position:absolute;
content:'';
left:0px;
top:30%;
right:0px;
bottom:0px;
z-index:1;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(0,0,0,1)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
.project-block_one-image img{
position: relative;
width: 100%;
display: block;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.project-block_one-inner:hover .project-block_one-image img{
opacity: 0.70;
transform: scale(1.07,1.07) rotate(2deg);
}
.project-block_one-content{
position: absolute;
left: 40px;
bottom: 25px;
right: 30px;
z-index: 1;
}
.project-block_one-title{
position: relative;
color: #ffffff;
font-size: 15px;
}
.project-block_one-heading{
position: relative;
font-size: 24px;
margin-top: 10px;
}
.project-block_one-heading a{
position: relative;
color: #ffffff;
}
.project-block_one-color{
position:absolute;
left:0px;
top:100%;
right:0px;
bottom:0px;
z-index:1;
opacity: 0.70;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #e61ab1 100%);
}
.project-block_one-inner:hover .project-block_one-color{
top: 0%;
} .testimonial-one{
position: relative;
padding: 100px 0px;
background-color: #f5f7f9;
}
.testimonial-one .owl-nav{
position: absolute;
right: 0px;
bottom: 0px;
}
.testimonial-one .owl-nav .owl-prev,
.testimonial-one .owl-nav .owl-next{
position: relative;
width: 48px;
height: 48px;
border: none;
color: #000000;
font-size: 22px;
line-height: 48px;
font-weight: 300;
border-radius: 50px;
margin-left: 10px;
display: inline-block;
background-color: #eef1fe;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.testimonial-one .owl-nav .owl-prev:hover,
.testimonial-one .owl-nav .owl-next:hover{
color: #ffffff;
background-color: #000000;
}
.testimonial-one .owl-dots{
display: none;
}
.testimonial-one_image-column{
position: relative;
}
.testimonial-one_image{
position: relative;
}
.testimonial-one_image img{
position: relative;
width: 100%;
display: block;
}
.testimonial-one_carousel-column{
position: relative;
}
.testimonial-one_carousel-content{
position: relative;
margin-top: 110px;
padding-left: 30px;
}
.testimonial-one_carousel-rating {
position: relative;
color: #ffb400;
font-size: 14px;
display: flex;
list-style: none;
padding: 0;
}
.testimonial-one_carousel-rating li {
font-size: 14px;
}
.testimonial-one_carousel-rating li:not(:last-child) {
margin-right: 4px;
}
.testimonial-one_carousel-text{
position: relative;
line-height: 32px;
color: #000c3f;
font-size: 18px;
margin-top: 20px;
}
.testimonial-one_carousel-author{
position: relative;
font-weight: 700;
font-size: 20px;
color: #000000;
margin-top: 70px;
font-family: var(--heading-4);
}
.testimonial-one_carousel-author span{
position: relative;
font-size: 15px;
color: #0633b2;
margin-left: 10px;
}
.testimonial-one_client{
position: relative;
margin-top: 40px;
}
.testimonial-one_client img{
position: relative;
width: inherit !important;
}
.ori-agency-footer-section-3.alternate{
border-top-color: #e61ab1;
}
.ori-agency-footer-section-3.alternate .widget-title:before{
height: 2px;
width: 40px;
background-color: #00dab7;
}
.ori-agency-footer-section-3.alternate .footer-logo-btn{
font-weight: 500 !important;
background: #E61AB1;
text-transform: capitalize;
background: linear-gradient(to left, #E61AB1 0%, #00DAB7 100%);
}
.single-item-carousel .testimonial-carousel {
position: absolute;
right: 0;
bottom: 0;
width: 48px;
height: 48px;
border: none;
color: #000000;
font-size: 22px;
line-height: 48px;
font-weight: 300;
border-radius: 50px;
display: inline-block;
background-color: #eef1fe;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.single-item-carousel .testimonial-carousel:hover {
color: #fff;
background-color: #000;
}
.single-item-carousel .testimonial-carousel.left_arrow {
right: 55px;
}
.ori-agency-footer-section-3.alternate .ori-agency-footer-newslatter-widget button{
background: #E61AB1;
text-transform: capitalize;
background: linear-gradient(to left, #E61AB1 0%, #00DAB7 100%);
}
.ori-agency-footer-section-3.alternate .ori-agency-footer-social li a:hover{
color: #E61AB1;
background: linear-gradient(to right, #00dab7 0%, #ed57c6 45%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ori-agency-footer-section-3.alternate .ori-agency-footer-info-widget i{
color: #006cff;
}
.ori-header-section .ori-megamenu .dropdown-menu .ori-megamenu-item{
margin: 0px;
}
@media only screen and (max-width: 1440px){
.about-one_image{
margin-left: -180px;
}
}
@media only screen and (max-width: 1300px){
.slider-one_image{
right: -200px;
}
.about-one_title{
margin-top: 0px;
}
}
@media only screen and (max-width: 1200px){
.sec-title_heading{
font-size: 50px;
}
}
@media only screen and (max-width: 1140px){
.slider-one_title{
font-size: 50px;
line-height: 60px;
}
.slider-one_image {
right: -280px;
}
.slider-one_pattern{
right: -280px;
}
.about-one_phone-inner strong{
font-size: 24px;
}
.testimonial-one_carousel-content{
margin-top: 0px;
}
}
@media only screen and (max-width: 1023px){
.sec-title_heading {
font-size: 40px;
}
.slider-one{
padding-bottom:150px;
}
.about-one_image{
position:relative;
left:-15px;
}
.ori-header-section.header-style-four.alternate .mobile_menu_button{
color: #ffffff;
}
.slider-one_content{
padding-top: 180px;
}
.slider-one_pattern{
right: -200px;
background-position: left center;
}
.slider-one_image{
display: none;
}
.about-one_image {
margin-left: 0px;
}
.about-one_content-column{
order: 1;
}
.about-one_image-column{
order: 2;
margin-top: 60px;
}
.sec-title_text br{
display: none;
}
.steps-title_box .heading{
font-size: 44px;
line-height: 54px;
}
.projects-one .owl-dots,
.step-block_one:nth-child(2) .step-block_one-number::before{
display: none;
}
.projects-one .owl-nav{
position: relative;
bottom: 0px;
text-align: center;
}
.projects-one .owl-nav .owl-prev,
.projects-one .owl-nav .owl-next{
position: relative;
margin: 0px 5px;
display: inline-block;
}
.testimonial-one_carousel-content{
padding-left: 0px;
padding-top: 40px;
}
.ori-agency-newslatter-content-3{
margin-bottom: 30px !important;
}
}
@media only screen and (max-width: 900px){
}
@media only screen and (max-width: 767px){
.slider-one{
padding-bottom: 130px;
}
.sec-title_heading {
font-size: 40px;
}
.about-one_text{
font-size: 18px;
line-height: 30px;
}
.step-block_one-number::before,
.about-one_image::before{
display: none;
}
.step-block_one-number{
display: inline-block;
}
.step-block_one-number .check-icon{
left: 0px;
}
}
@media only screen and (max-width: 599px){
.sec-title_heading{
font-size: 34px;
}
.sec-title_heading br{
display: none;
}
.about-one_feature:first-child{
margin-bottom: 25px;
}
.about-one_phone{
margin-left: 0px;
margin-top: 25px;
}
.services-one_color-layer{
border-radius: 0px;
}
.sec-title_text{
font-size: 18px;
line-height: 28px;
}
}
@media only screen and (max-width: 479px) {
.slider-one_title {
font-size: 30px;
line-height: 40px;
}
.sec-title_title{
font-size: 18px;
}
.about-one_phone-inner strong {
font-size: 20px;
}
.service-block_one-text{
padding: 0px 0px;
}
.about-one_heading{
font-size: 30px;
}
.team-block_one-inner{
padding: 30px 20px;
}
.steps-title_box .heading {
font-size: 30px;
line-height: 44px;
}
}