@charset "UTF-8";
body {
font-family: 'Yantramanav', sans-serif;
font-weight:400;
font-size: 14px;
line-height:1.78;
color: #555555;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 0;
margin: 0;
}
.mobil-slider{
display: none !important;
}
.mobil-menu {
display: none !important;
}
body.int_dark_bg {
background-color: #212529;
}
body.int_index3_bg {
background-color: #0e0f21;
}
*,*:before,*:after{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
color: #555555;
text-decoration: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin:0;
padding:0;
text-transform:capitalize;
}
img {
max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
outline: none !important;
box-shadow:none;
}
ul{
padding:0;
margin:0;
list-style-type: none;
}
p {
margin: 0px;
color:#fff;
}
.container {
max-width: 1170px;
}
.t_color{
color: #e31e24;
}
.t_pink {
color: #e31e24;
}
.response {
color: red;
margin-top: 5px;
}
.int_contact_dark_form .response {
color: #ffffff;
margin-top: 5px;
}  .int_main_wraapper {
overflow: hidden;
position: relative;
}
.int_content_wraapper {
margin-left: 80px;
}
.int_header_wrapper {
padding: 0 31px 0 0;
}
.int_header_wrapper .int_logo {
padding-top: 0px;
margin-left: 25px;
}
.int_nav {
text-align: center;
}
.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
display: inline-block;
padding: 39px 20px 38px;
} 
.int_nav .int_menu > ul > li > a {
position: relative;
display: inline-block;
color: #ffffff;
font-weight: 500;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.int_nav .int_menu > ul > li > a:hover {
color: #e31e24;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #212529;
position: absolute;
left: 0;
width: 241px;
padding: 0px 0 0;
visibility: hidden;
opacity: 0;
transition: all 500ms ease;
-webkit-transition: all 500ms eases;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 100;
text-align: left;
transform: translate(80px, 40px);
}
.int_nav .int_menu > ul > li.int_home_dropdown:hover > ul {
opacity: 1;
visibility: visible;
transform: translate(0px, 38px);
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #ffffff;
font-size: 15px;
line-height: 18px;
font-weight: 400;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
text-transform: capitalize;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
padding: 17px 25px 16px;
display: block;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child a {
border-bottom: none;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
color: #e31e24;
padding-left: 30px;
}
.int_nav .int_menu > ul > li{
position:relative;
}
.int_nav .int_menu > ul > li:after {
content: "";
position: absolute;
width: 4px;
height: 4px;
background: #e31e24;
top: 0;
bottom: 0;
right: -3px;
margin:auto;
}
.int_nav .int_menu > ul > li:last-child::after {
display: none;
}
.int_nav .int_menu, .int_nav .int_cartsec {
display: inline-block;
}
.int_nav .int_cartsec > ul > li {
padding: 0px 15px;
position:relative;
vertical-align: middle;
}
.int_nav .int_cartsec > ul > li.int_profile_carol {
display: none;
}
.int_nav .int_cartsec > ul > li:after {
content: "";
position: absolute;
background: rgb(62, 62, 62);
top: 0;
bottom: 0;
width: 1px;
height: 30px;
left: 0;
margin: auto;
}
.int_nav .int_cartsec > ul > li:first-child:after {
position: inherit;
}
.int_nav .int_cartsec > ul > li:first-child {
position: inherit;
}
.int_nav .int_cartsec > ul > li > a.setting_toggle {
text-transform: capitalize;
color: #cdcdcd;
}
.int_nav .int_cartsec > ul > li .setting_toggle img {
border: 2px solid #3a4047;
border-radius: 50%;
margin-right: 7px;
}
.int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret{
color:#e31e24;
margin-left: 4px;
}
.int_profile_open {
background-color: #ffffff;
position: absolute;
top: 27px;
left: 10px;
width: 150px;
visibility: hidden;
opacity: 0;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-ms-transition: all 500ms ease;
z-index: 100;
text-align: left;
transform: translate(80px, 40px);
}
.int_profile_open ul li a {
color: #222222;
font-size: 15px;
line-height: 18px;
font-weight: 400;
border-bottom: 1px solid #00000012;
text-transform: capitalize;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
padding: 17px 25px 16px;
display: block;
}
.int_profile_open ul li a:hover {
color: #e31e24;
padding-left: 30px;
}
.int_profile_open ul li a i {
color: #e31e24;
margin-right: 5px;
}
.int_profile_open.int_profile_drop {
opacity: 1;
visibility: visible;
transform: translate(0px, 38px);
}
.int_nav .int_cartsec > ul > li > a > svg {
width: 18px;
height: 18px;
}
.int_nav .int_cartsec > ul > li > .cart_round {
position: relative;
}
.int_nav .int_cartsec > ul > li > .cart_round span {
border-radius: 50%;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
background-color: #e31e24;
color: #212629;
display: inline-block;
font-size: 10px;
position: absolute;
right: -11px;
top: -6px;
}
.int_nav .int_cartsec > ul > li >  span {
border-radius: 50%;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
background-color: #e31e24;
color: #212629;
display: inline-block;
font-size: 10px;
position: absolute;
right: -11px;
top: -6px;
} .cart_content {
width: 470px;
overflow-x: auto;
}
.int_sop_cart {
text-align: center;
padding: 20px 30px;
position: relative;
background-color: #f9f9f9;
}
.int_sop_cart h3 {
font-size: 22px;
color: #222222;
font-weight: 500;
}
.int_sop_cart p {
color: #222222;
}
.int_sop_cart a {
position: absolute;
top: 33px;
right: 20px;
text-transform: uppercase;
transform: rotate(-90deg);
}
.int_sop_cart a:hover {
color: #e31e24;
}
.header_cartbox {
position: fixed;
top: 0;
bottom: 0;
right: -480px;
background-color: white;
z-index: 999;
opacity: 0;
visibility: hidden;
overflow-y: auto;
transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
-webkit-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
-moz-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
-o-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
-ms-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
}
.open_cart .header_cartbox{
opacity: 1;
visibility: visible;
right: 0;
}
.cart_content .int_table_quantity .quantity_wrapper {
text-align: center;
}
.cart_content .int_checkout_table span {
font-size: 20px;
text-transform: capitalize;
margin: 0;
}
.cart_content .quantity_qty span {
margin: 0 10px 0 0;
font-size: 16px;
}
.int_checkout_table .table td:first-child {
text-align: center;
}
.int_checkout_table .table td:last-child {
text-align: center;
}
.int_checkout_table .table tr:first-child td {
border-top: none;
}
.int_sop_cart_btn {
padding: 14px 50px 30px;
}
.int_sop_cart_btn > ul > li {
display: inline-block;
}
.int_sop_cart_btn > ul > li:first-child {
margin-right: 57px;
}
.open_cart {
position: relative;
}
.open_cart:after {
background: rgba(0, 0, 0, 0.6);
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 99;
}  .int_product_checkout_dark .header_cartbox {
background-color: #282d32;
}
.int_product_checkout_dark .int_sop_cart {
background-color: #212429;
}
.int_product_checkout_dark .int_sop_cart h3, .int_product_checkout_dark .int_sop_cart p {
color: #ffffff;
}
.int_product_checkout_dark .int_sop_cart a {
color: #ffffff;
}
.int_product_checkout_dark .int_sop_cart a:hover {
color: #e31e24;
}
.int_header_style3 .int_sop_cart a:hover {
color: #ff9d34;
}
.int_header_style4 .int_sop_cart a:hover {
color: #ff9d34;
} .search_input_box {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 111;
opacity: 0;
visibility: hidden;
}
.search_input_box input{
width:0px;
transition:0.2s;
transition:0.2s;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-o-transition:0.2s;
-ms-transition:0.2s;
}
.close_search_bar .search_input_box {
opacity: 1;
visibility: visible;
width: 100%;
text-align: center;
}
.close_search_bar .search_input_box input {
width: 50%;
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(255, 255, 255, 0.25);
padding: 10px 20px 10px 0;
font-size: 25px;
color: #ffffff;
}
.search_input_box input::placeholder {
color: #ffffff;
}
.search_input_box span i {
cursor: pointer;
color: #ffffff;
font-size: 20px;
position: absolute;
top: 0;
}
body.close_search_bar{
position:relative;
}
body.close_search_bar:after {
background-color: rgba(0, 0, 0, 0.9);
z-index: 42;
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
} li.int_login_sign a {
color: #fff;
margin: 0 0 0 5px;
text-transform: capitalize;
vertical-align: middle;
}
li.int_login_sign a:hover {
color: #e31e24;
}
li.int_login_sign p {
margin-left: 5px;
font-weight: 600;
display: inline-block;
}
li.int_login_sign p:hover {
color: #fff;
} .int_modal_form {
z-index: 9;
max-width: 100%;
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
justify-content: center;
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow-x: auto;
webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.int_modal_form.open_login_model, .int_modal_form.open_signup_model {
opacity: 1;
visibility: visible;
}
.int_signin_flex .col-md-6 {
padding: 0;
}
.int_signin_flex {
background-color: #282d32;
text-align: center;
max-width: 960px;
width: 100%;
}
.int_modal_form.open_login_model:after, .int_modal_form.open_signup_model:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
content: '';
z-index: -1;
}
.open_signup_model .int_social_btn {
margin-left: 0;
}
.int_sign_slide {
padding: 50px;
text-align: center;
}
.int_sign_slide .swiper-pagination-bullet {
background: #dbdbdb;
opacity: 1;
margin-right: 8px;
transition: 0.3s all;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
}
.int_sign_slide .swiper-pagination-bullet-active {
background: #e31e24;
width: 12px;
height: 12px;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.int_sign_slide .swiper-pagination-bullets {
bottom: -60px;
right: 0;
left: 0;
}
.int_sign_section {
background-color: #212529;
padding: 50px 60px;
text-align: center;
}
.int_sign_section button.close_login {
position: absolute;
top: 0;
right: 0;
background-color: #e31e24;
width: 38px;
height: 38px;
line-height: 38px;
border: none;
}
.int_sign_section .close_login {
font-size: 26px;
font-weight: normal;
color: #ffffff;
text-shadow: none;
opacity: 1;
}
.int_sign_section p {
color: #cdcdcd;
margin-top: 10px;
}
.int_sign_section h3 {
color: #ffffff;
font-weight: 600;
margin: 25px 0;
}
.int_sign_section .form_block {
margin-bottom: 20px;
}
.int_sign_section .form_block .form_field {
border: 1px solid #383b3f;
background-color: #212529;
color: #ffffff;
}
.int_sign_section input::placeholder {
color: #cdcdcd;
}
.int_sign_forgot ul {
text-align: right;
margin-right: 30px;
margin-top: 30px;
}
.int_sign_forgot ul li {
display: inline-block;
}
.int_sign_forgot ul li:first-child {
float: left;
margin-top: 15px;
}
.int_sign_forgot ul li a {
color: #ffffff;
}
.int_sign_forgot ul li:first-child a:hover {
color: #e31e24;
}
.int_social_btn {
margin-top: 30px;
text-align: left;
margin-left: 25px;
}
.int_social_btn ul li {
display: inline-block;
}
.int_social_btn ul {
margin-left: 25px;
}
.int_social_btn ul li:last-child {
margin: 0 0 0 76px;
}
.int_social_btn a.int_btn.facebook {
background-color: #3b5999;
color: #fff;
border: solid 1px #324c82;
}
.int_social_btn a.int_btn:before {
background-color: transparent;
}
.int_social_btn .int_btn .about_btnicon.facebook {
background-color: #3b5999;
border: solid 1px #324c82;
}
.int_social_btn a.int_btn {
background-color: #ffffff;
color: #222222;
min-width: 115px;
text-transform: capitalize;
border: 1px solid #f0f0f0;
}
.int_social_btn .int_btn .about_btnicon {
height: 50px;
width: 50px;
line-height: 50px;
display: inline-block;
position: absolute;
left: -51px;
top: -1px;
background: #ffffff;
border: 1px solid #f0f0f0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.int_modal_form.int_modal_signup ul {
text-align: left;
}
.int_modal_signup .int_social_btn ul {
margin-left: 50px;
}
.int_modal_form.int_modal_signup ul li:first-child {
float: none;
}
.int_modal_signup .int_sign_forgot ul li:first-child a:hover {
color: #ffffff;
}   .int_infosidebar {
width: 60px;
background: #282d32;
position: absolute;
left: 0;
height: 950px;
z-index: 1;
}
.int_infosidebar .siderbar_social > ul > li {
margin-bottom: 10px;
}
.int_infosidebar .siderbar_social > ul > li > a {
color: #ffffff;
}
.int_infosidebar .siderbar_social {
margin: 167px 0px 24px 0px;
text-align: center;
}
.int_infosidebar .siderbar_contact, .int_infosidebar .siderbar_email {
text-align: center;
padding: 30px 0 22px;
border-top: 1px solid #353c43;
}
.int_infosidebar .siderbar_contact > a, .int_infosidebar .siderbar_email > a {
color: #ffffff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
text-transform: lowercase;
}
.int_infosidebar .siderbar_contact > a > svg, .int_infosidebar .siderbar_email > a > svg {
transform: rotate(90deg);
margin-bottom: 5px;
width: 16px;
height: 15px;
vertical-align: baseline;
}
.int_infosidebar .siderbar_contact > a > svg path, .int_infosidebar .siderbar_email > a > svg path {
fill: #e31e24;
}
.int_infosidebar .siderbar_social > ul > li > a {
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-ms-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
}
.int_infosidebar .siderbar_social > ul > li > a:hover {
color: #e31e24;
} .int_heading {
margin-bottom: 10px;
z-index: 1;
text-align: center;
}
.int_heading h4 {
color: #e31e24;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 1;
}
.int_heading h2 {
color: #21262b;
text-transform: capitalize;
font-weight: 500;
z-index: 2;
position: relative;
margin-top: 6px;
}
.int_heading span {
font-size: 80px;
text-transform: uppercase;
font-weight: 900;
color: #2e343a;
letter-spacing: 12px;
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 2px;
bottom: 0;
margin: auto;
z-index: -1;
line-height: 18px;
}  .int_bannerr_slider .swiper-container {
width: 100%;
height: 100%;
}
.int_bannerr_slider .swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.int_banner_slider .banner_box_wrapper {
position: relative;
}
.swiper_imgbox .swipper_img > h4 {
font-size: 14px;
letter-spacing: 8px;
text-transform: uppercase;
color: #e31e24;
margin: 0;
position: relative;
}
.swiper_imgbox .swipper_img > h4 > span {
font-size: 120px;
text-transform: uppercase;
font-weight: 900;
color: #252a2d2b;
letter-spacing: 12px;
position: absolute;
left: 10px;
right: 0;
top: -60px;
z-index: -1;
}
.swiper_imgbox .swipper_img > h2 {
color: #2b2a29;
font-weight:700;
font-size: 80px;
margin: 0;
}
.swiper_imgbox .swipper_img > h3 {
font-size: 64px;
color: #2b2a29;
font-weight:300;
}
.swiper_imgbox .swipper_img > h3 > .banner_span1 {
color: #e31e24;
}
.swiper_imgbox .swipper_img > p {
color: #2b2a29;
margin-bottom: 22px;
}
.banner_box_wrapper .swiper_imgbox {
margin: 140px 0 0;
padding: 0 15px 0 25px;
}
.banner_box_wrapper .banner_navi {
position: absolute;
left: 95px;
bottom: -8px;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev, .banner_box_wrapper .swiper-button-prev, .banner_box_wrapper .swiper-container-rtl .swiper-button-next {
background-image: none;
text-transform: uppercase;
width: auto;
height: auto;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-button-prev {
color: #2b2a29;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-button-prev {
bottom:50px;
top: auto;
}
.banner_box_wrapper .swiper-button-prev, .banner_box_wrapper .swiper-container-rtl .swiper-button-next {
left:0px;
}
.banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
right: auto;
left: 97px;
}
.banner_box_wrapper .swiper-button-prev:after, .banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
content: "";
position: absolute;
width: 45px;
height: 1px;
background: #e31e24;
top: 0px;
bottom: 0;
left: -55px;
margin: auto;
}
.banner_box_wrapper .swiper-button-prev:before, .banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -55px;
margin: auto;
background: #e31e24;
width: 45px;
height: 1px;
}
.banner_box_wrapper .swiper-button-next:before, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -55px;
margin: auto;
background: #e31e24;
width: 45px;
height: 1px;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4{
animation: fadeInLeft 1s linear;
-webkit-animation: fadeInLeft 1s linear;
-ms-animation: fadeInLeft 1s linear;
-moz-animation: fadeInLeft 1s linear;
-o-animation: fadeInLeft 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2{
animation: fadeInRight 1s linear;
-webkit-animation: fadeInRight 1s linear;
-ms-animation: fadeInRight 1s linear;
-moz-animation: fadeInRight 1s linear;
-o-animation: fadeInRight 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3{
animation: fadeInLeft 1s linear;
-webkit-animation: fadeInLeft 1s linear;
-ms-animation: fadeInLeft 1s linear;
-moz-animation: fadeInLeft 1s linear;
-o-animation: fadeInLeft 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p{
animation: fadeInRight 1s linear;
-webkit-animation: fadeInRight 1s linear;
-ms-animation: fadeInRight 1s linear;
-moz-animation: fadeInRight 1s linear;
-o-animation: fadeInRight 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img .int_btn{
animation:	fadeInLeft 1s ease;
-webkit-animation: fadeInLeft 1s linear;
-ms-animation: fadeInLeft 1s linear;
-moz-animation: fadeInLeft 1s linear;
-o-animation: fadeInLeft 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4{
animation: fadeInDown 1s linear;
-webkit-animation: fadeInDown 1s linear;
-ms-animation: fadeInDown 1s linear;
-moz-animation: fadeInDown 1s linear;
-o-animation: fadeInDown 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2{
animation: fadeInUp 1s linear;
-webkit-animation: fadeInUp 1s linear;
-ms-animation: fadeInUp 1s linear;
-moz-animation: fadeInUp 1s linear;
-o-animation: fadeInUp 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3{
animation: fadeInUp 1s linear;
-webkit-animation: fadeInUp 1s linear;
-ms-animation: fadeInUp 1s linear;
-moz-animation: fadeInUp 1s linear;
-o-animation: fadeInUp 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p{
animation: fadeInDown 1s linear;
-webkit-animation: fadeInDown 1s linear;
-ms-animation: fadeInDown 1s linear;
-moz-animation: fadeInDown 1s linear;
-o-animation: fadeInDown 1s linear;
}
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img .int_btn{
animation:	fadeInUp 1s ease;
-webkit-animation: fadeInUp 1s linear;
-ms-animation: fadeInUp 1s linear;
-moz-animation: fadeInUp 1s linear;
-o-animation: fadeInUp 1s linear;
}
.swiper_imgbox .swipper_img > h1 {
font-size: 140px;
text-transform: uppercase;
color: #252a2d36;
font-weight: 900;
margin-top: 85px;
margin-left: -9px;
}
.swiper_imgbox .btn_caret {
right: -29px;
} .int_btn, .int_btn:focus {
min-width: 140px;
height: 50px;
line-height: 50px;
display: inline-block;
outline: none;
border: none;
cursor: pointer;
text-align: center;
text-transform: uppercase;
font-size: 14px;
color: #ffffff;
background: #e31e24;
position: relative;
z-index: 1;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.int_btn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333333;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 10% 0;
transform-origin: 0% 10% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.int_btn:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.int_btn.left_zero:before {
transform-origin: 100% 50%;
}
.int_btn_two:focus {
background: #e31e24;
}
.int_btn_two {
background: #e31e24;
width: 170px;
letter-spacing: 1px;
}
.btn_caret {
height: 50px;
line-height:53px;
background: #2b2a29;
display: inline-block;
padding: 0px 12px;
position: absolute;
top: 0;
right: -29px;
}
.btn_caret_two {
background: #f41a48;
}
.int_btn:hover {
color: #fff;
background: #555555;
}
.index3_btn, .index3_btn:focus {
min-width: 170px;
height: 50px;
line-height: 50px;
outline: none;
border: none;
cursor: pointer;
letter-spacing: 2px;
background-color: #ff9d34;
color: #ffffff;
display: inline-block;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.index3_btn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 10% 0;
transform-origin: 0% 10% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.index3_btn:hover {
color: #ff9d34;
}
.index3_btn:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.index4_btn, .index4_btn:focus {
min-width: 170px;
height: 50px;
line-height: 50px;
outline: none;
border: none;
cursor: pointer;
letter-spacing: 2px;
background-color: #222222;
color: #ffffff;
display: inline-block;
text-align: center;
text-transform: uppercase;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.index4_btn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ff9d34;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 10% 0;
transform-origin: 0% 10% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.index4_btn:hover {
color: #ffffff;
}
.index4_btn:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}  .int_checkbox {
text-align: left;
text-transform: capitalize;
}
.int_checkbox > input{
position:absolute;
left:-999999px;
}
.int_checkbox > label {
font-weight: 400;
font-size: 14px;
position: relative;
cursor: pointer;
color: #555555;
margin-bottom: 5px;
}
.int_checkbox > label:last-child {
margin-bottom: 0;
}
.multi-select-menuitems label input{
opacity: 0;
}
.int_checkbox > label:before {
content: "";
width: 12px;
height: 12px;
border: solid 1px #ddd;
border-radius: 3px;
display: inline-block;
margin-right: 10px;
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(2px);
}
.int_checkbox > label:after {
content: "";
position: absolute; 
top: 9px;
left: 2px;
width: 9px;
height: 5px;
border-left: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
border-radius: 3px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity:0;
visibility:hidden;
}
.int_checkbox > input:checked ~ label:after {
opacity:1;
visibility:visible;
}
.int_checkbox > input:checked ~ label:before {
background-color:#e31e24;
border: solid 1px #e31e24;
}
.int_checkbox > input:checked ~ label {
color:#e31e24;
}   .int_service_wrapper {
padding:20px 0 40px 0px;
background:#282d32;
}
.service_box_wrapper .service_box {
position: relative;
overflow: hidden;
}
.service_box_wrapper .service_content h4 {
color: #fff;
font-size: 22px;
padding: 0;
margin: 0;
}
.service_box_wrapper .service_content p {
color: #fff;
margin: auto;
padding: 0;
}
.service_content {
position: absolute;
bottom: 25px;
left: 30px;
right: 30px;
margin: auto;
z-index: 1;
}
.service_box_wrapper .service_box:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, 0.86) 100%);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.service_box:hover::after {
opacity:0;
visibility:hidden;
}
.service_box:before {
content:"";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: #ffffff;
text-align: center;
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: rgba(40, 45, 50, 0.7803921568627451);
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center
}
.service_box:hover::before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
.service_box_wrapper .service_box.serivce_first {
margin-top: 30px;
}
.service_box .service_designation h2 {
font-size: 14px;
color: #ffffff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
text-transform: uppercase;
letter-spacing: 4px;
}
.service_box .service_designation {
position: absolute;
top: 20px;
left: -24px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
z-index: 2;
}
.service_box_wrapper .service_box:hover .service_designation {
left:18px;
}  .int_about_wrapper {
padding-top: 80px;
padding-bottom: 150px;
}
.about_box_wrapper .about_imgbox {
text-align: right;
}
.about_imgbox .about_img {
position: relative;
}
.about_imgbox .about_img .child_imgbox {
position: absolute;
bottom: -70px;
left: 20px;
}
.about_img .child_imgbox:after {
content: "";
position: absolute;
top: -50px;
left: -50px;
width: 100%;
height: 100%;
right: 41px;
background: #ff000000;
border: 10px solid #282d32;
z-index: -1;
}
.about_contentbox {
padding-top: 20px;
}
.about_contentbox .int_heading span {
font-size: 30px;
letter-spacing: inherit;
}
.about_contentbox .about_head1 {
font-size: 40px;
color: #fff;
font-weight: 500;
margin: 5px 0px 2px 0px;
}
.about_contentbox .about_head2 .team {
font-weight: 500;
color: #fff;
}
.about_contentbox .about_head2{
font-size: 40px;
color: #e31e24;
font-weight: 300;
}
.about_contentbox .about_deatils {
color: #cdcdcd;
padding-top: 15px;
}
.about_contentbox .int_heading {
margin-bottom: 0;
text-align: left;
}
.about_contentbox .int_btn .about_btnicon {
height: 60px;
line-height: 60px;
display: inline-block;
position: absolute;
left: -60px;
padding: 0px 16px;
background: #34393f;
border-right: 1px solid #212629;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.about_contentbox .int_btn {
min-width: 244px;
height: 60px;
line-height: 60px;
text-transform: capitalize;
background: #34393f;
margin-left: 60px;
letter-spacing: 0px;
margin-top: 22px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.about_contentbox .int_btn:hover, .about_contentbox .int_btn:hover .about_btnicon {
background: #e31e24;
}
.about_contentbox .int_btn .about_btnicon svg{
width:30px;
height:30px;
}
.about_contentbox .int_btn:hover .about_btnicon svg path {
fill: #fff;
}  .int_project_wrapper {
padding-top: 77px;
background: #282d32;
}
.int_project_wrapper .int_heading {
margin-bottom: 30px;
}
.int_project_gallery {
text-align: center;
}
.int_project_gallery .grid-item {
width: 25%;
clear: both;
position: relative;
overflow: hidden;
}
.int_project_gallery .grid_img:before {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.72);
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
z-index: 1;
}
.int_project_gallery .top_content {
position: absolute;
top: 10px;
left: 30px;
color: #fff;
text-transform: uppercase;
font-size: 20px;
z-index: 1;
font-weight: 400;
opacity: 0;
visibility: hidden;
}
.int_project_gallery .grid-item:hover .top_content{
opacity: 1;
visibility: visible;
top:30px;
}
.int_project_gallery .grid_icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale3d(0,0,0);
-ms-transform: translate(-50%, -50%) scale3d(0,0,0);
transform: translate(-50%, -50%) scale3d(0,0,0);
text-align: center;
z-index: 1;
}
.int_project_gallery .grid-item:hover .grid_icon{
-webkit-transform: translate(-50%, -50%) scale3d(1,1,1);
-ms-transform: translate(-50%, -50%) scale3d(1,1,1);
transform: translate(-50%, -50%) scale3d(1,1,1);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.int_project_gallery .bottom_content {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 20px;
color: #fff;
z-index: 1;
}
.int_project_gallery .bottom_content > span {
color: #ffffff;
text-transform: uppercase;
display: block;
}
.int_project_gallery .bottom_content > h3 {
font-size: 32px;
color: #ffffff;
font-weight: 500;
text-transform: capitalize;
}
.int_project_gallery .bottom_content > span, .int_project_gallery .bottom_content > h3{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}	
.int_project_gallery .grid-item:hover .bottom_content > span, .int_project_gallery .grid-item:hover .bottom_content > h3 {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.int_project_gallery .grid-item:hover .bottom_content > h3{
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
-ms-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.int_project_gallery .grid-item:hover .grid_img:before {
opacity: 1;
visibility: visible;
}
.int_project_gallery .grid_img img{
transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.int_project_gallery .grid-item:hover .grid_img img{
transform: scale(1.2,1.2);
}
.int_project_gallery .int_project_gallery_view a {
z-index: 0;
}
.int_project_gallery .grid_img {
overflow: hidden;
position: relative;
}
.int_project_gallery {
display: inline-block;
width: 100%;
text-align: center;
}
.int_project_gallery .gallery_nav ul {
list-style: none;
padding: 0 15px;
margin: 5px 0 30px 0;
}
.int_project_gallery .gallery_nav ul li {
display: inline-block;
cursor: pointer;
margin-right: 15px;
color: #fff;
position: relative;
padding: 5px 0 0;
text-transform: capitalize;
font-size: 18px;
}
.int_project_gallery .gallery_nav ul li a:after {
content: "";
width: 0%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
height: 2px;
position: absolute;
-webkit-transition: ease all 0.55s;
-o-transition: ease all 0.55s;
-ms-transition: ease all 0.55s;
-moz-transition: ease all 0.55s;
transition: ease all 0.55s;
background: #e31e24;
}
.int_project_gallery .gallery_nav ul li a.gallery_active:after {
width: 60%;
}
.int_project_gallery .gallery_nav ul li .gallery_active{
color:#e31e24;
}  .int_process_wrapper {
padding: 77px 0 54px 0;
}
.int_process_wrapper .int_heading {
margin-bottom: 40px;
}
.int_process_wrapper .process_box_wrapper {
margin-top: 33px;
position: relative;
}
.int_process_wrapper .process_box h1 {
font-weight: 500;
text-transform: capitalize;
font-size: 22px;
position: relative;
display: inline-block;
padding-bottom: 10px;
margin-bottom: 10px;
}
.int_process_wrapper .process_box h1 a {
color: #21262b;
}
.int_process_wrapper .process_box h1:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 46px;
height: 2px;
background: #e31e24;
}
.int_process_wrapper .process_box p {
color: #21262b;
margin: 0;
}
.int_process_wrapper .process_circle h2 {
position: relative;
color: #ffffff;
font-size: 32px;
font-weight: 500;
z-index: 2;
}
.int_process_wrapper .process_circle {
margin-bottom: 48px;
position: relative;
}
.process_circle:after {
content: "";
position: absolute;
top: 18px;
left: 181px;
margin: auto;
background: #33393f;
width: 73%;
height: 2px;
z-index: -1;
}
.process_box_wrapper .col-12:last-child .process_circle:after,
.process_box_wrapper .col-12:last-child .process_box:after {
display: none;
}
.int_process_wrapper .process_circle h2:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #21262B;
width: 100px;
height: 100px;
border-radius: 100%;
border: 6px solid rgb(57, 63, 69);
z-index: -1;
transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
}
.process_box:hover h2:after {
border: 6px solid rgb(198, 164, 126);
}
.process_box_wrapper .process_box {
position: relative;
margin-bottom: 21px;
text-align: center;
}
.process_box_wrapper .process_box:after {
position: absolute;
right: 0;
top: 11px;
margin: auto;
color: #33393f;
z-index: 2;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 600;
height: 16px;
line-height: 16px;
text-rendering: auto;
width: 16px;
-webkit-font-smoothing: antialiased;
font-size: 20px;
}
.process_box_wrapper .col-md-3:last-child .process_box:after {
display: none;
}  .int_team_wrapper {
background: #282d32;
padding: 77px 0px 80px;
}
.int_team_wrapper .int_heading {
margin-bottom: 40px;
}
.team_box_wrapper .team_box {
background: #f1f1f1;
position: relative;
padding-top: 24px;
}
.team_box_wrapper .team_box .team_content {
background: #212529;
padding: 20px 0 16px 0;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
}
.team_box_wrapper .team_box .team_content h4 > a {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.team_box_wrapper .team_box .team_content h4 > a:hover {
color: #e31e24;
}
.team_box_wrapper .team_box .team_content p {
color: #fff;
}
.team_box .team_designation {
position: absolute;
top: 10px;
left: 10px;
font-size: 13px;
color: #e31e24;
webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
text-transform: uppercase;
letter-spacing: 4px;
}
.team_box .team_hovercontent {
position: absolute;
top:60px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
color: #ffffff;
opacity: 0;
visibility: hidden;
}
.team_box_wrapper .team_box:hover .team_hovercontent {
top:75px;
}
.team_box_wrapper .team_box:after {
content: "";
position: absolute;
background: rgba(198, 164, 126, 0.87);
left: 0;
bottom: 0;
right: 0;
height: 0%;
transform-origin: 0 100%;
transition-delay: 50ms;
transition: 0.3s all;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
-ms-transition: 0.3s all;
}
.team_box_wrapper .team_box:hover:after {
height: 100%;
}
.team_img .team_hovercontent > ul > li {
display: inline-block;
margin-right: 12px;
margin-top: 6px;
}
.team_box:hover ul li:first-child {
-webkit-animation: bounceInDown .2s;
animation: bounceInDown .2s;
}
.team_box:hover ul li:nth-child(2) {
-webkit-animation: bounceInDown .4s;
animation: bounceInDown .4s;
}
.team_box:hover ul li:nth-child(3) {
-webkit-animation: bounceInDown .6s;
animation: bounceInDown .6s;
}
.team_box:hover ul li:nth-child(4) {
-webkit-animation: bounceInDown .8s;
animation: bounceInDown .8s;
}
.team_box:hover ul li:nth-child(5) {
-webkit-animation: bounceInDown 1s;
animation: bounceInDown 1s;
}
.team_box:hover ul li:nth-child(6) {
-webkit-animation: bounceInDown 1.2s;
animation: bounceInDown 1.2s;
}
.team_img .team_hovercontent > ul > li > a {
color: #ffffff;color: #ffffff;
font-size: 16px;
transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
}
.team_img .team_hovercontent > ul > li > a:hover {
color: #212629;
}
.team_hovercontent > h5 {
font-size: 18px;
font-weight: 500;
}
.team_hovercontent > p {
font-size: 20px;
font-weight: 500;
position: relative;
margin-bottom: 40px;
padding-bottom: 30px;
}
.team_hovercontent > p:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #ffffff61;
width: 70%;
height: 1px;
}
.team_box_wrapper .team_box:hover .team_hovercontent {
opacity: 1;
visibility: visible;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.team_navigation .swiper-button-next, .team_navigation .swiper-container-rtl .swiper-button-prev, .team_navigation .swiper-button-prev, .team_navigation .swiper-container-rtl .swiper-button-next {
background-image: none;
text-transform: uppercase;
color: #ffffff;
width: inherit;
height: inherit;
}
.team_navigation .swiper-button-prev, .team_navigation .swiper-container-rtl .swiper-button-next{
left: -52px;
}
.team_navigation .swiper-button-prev:after, .team_navigation .swiper-container-rtl .swiper-button-next:after{
content: "";
position: absolute;
width: 45px;
height: 1px;
background: #e31e24;
top: 0;
bottom: 0;
left: -55px;
margin: auto;
}
.team_navigation .swiper-button-next, .team_navigation .swiper-container-rtl .swiper-button-prev{
right: -52px;
}
.team_navigation .swiper-button-next:after, .team_navigation .swiper-container-rtl .swiper-button-prev:after{
content: "";
position: absolute;
width: 45px;
height: 1px;
background: #e31e24;
top: 0;
bottom: 0;
right: -55px;
margin: auto;
}  .int_progresbar_wrapper {
background: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/int_progressbg.jpg) no-repeat center left;
background-size: cover;
}
.int_progresbar_wrapper .progress_rightbox {
padding: 69px 80px 40px;
background: #212529;
} 
.int_progresbar_wrapper .progress_rightbox h1 {
color: #e31e24;
font-weight: 500;
}
.int_progresbar_wrapper .progress_rightbox .progress_head {
color: #ffffff;
padding: 0px 0px 12px 0px;
}
.int_progresbar_wrapper .progress_leftbox .video_icon {
width: 100px;
height: 100px;
background: #ffffff;
border-radius: 50%;
text-align: center;
line-height: 112px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}
.progress_leftbox .video_icon i {
font-size: 25px;
color: #e31e24;
} .btn-wave {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 9999px;
background-color: #f7faff;
opacity: 0;
z-index: -1;
}
.btn-wave {
-webkit-animation: sonarWave 1.5s linear infinite;
animation: sonarWave 1.5s linear infinite;
}
@-webkit-keyframes sonarWave {
from {
opacity: 0.4;
}
to {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
@keyframes sonarWave {
from {
opacity: 0.4;
@include transform(scale(1));
}
to {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
@include transform(scale(.9));
}
}  .int_prog_box h2 {
color: #e31e24;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.int_prog_box {
margin-top: 50px;
}
.int_prog_box .progress_bar {
display: flex;
flex-direction: column;
margin-bottom: 40px;
position: relative;
}
.int_prog_box .progress_bar .label {
font-size: 20px;
color: #ffffff;
position: absolute;
right: 0;
top: -13px;
}
.int_prog_box .progress_bar .line {
width: 90%;
height: 6px;
background: #2e3339;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.int_prog_box .progress_bar .line span {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: pink;
border-radius: 10px;
}   .int_testimonial_wrapper {
padding: 77px 0 122px;
background: #282d32;
}
.testimonial_box_wrapper .swiper-container {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}
.testimonial_box_wrapper .gallery-top {
height: 80%;
width: 100%;
}
.testimonial_box_wrapper .gallery-thumbs {
box-sizing: border-box;
width: 30%;
height: 150px;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide {
height: 100%;
cursor: pointer;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user{
transform: translateY(0px);
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user svg, .testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user:after, .testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user:before {
visibility: visible;
opacity: 1;
}
.testimonial_box_wrapper .swi_user:after {
position: absolute;
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background: #e31e24;
z-index: 7;
bottom: -32px;
left: 0;
right: 0;
margin: auto;
visibility:hidden;
opacity:0;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.testimonial_box_wrapper .swi_user:before {
position: absolute;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background: #e31e24;
z-index: 7;
bottom: -40px;
left: 0;
right: 0;
margin: auto;
visibility:hidden;
opacity:0;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.testimonial_box_wrapper .swi_contentbox {
background: #1e2226;
padding: 53px 60px;
position: relative;
} 
.testimonial_box_wrapper .swi_contentbox h3 {
font-size: 18px;
color: #ffffff;
font-weight: 500;
margin-top: 10px;
}
.testimonial_box_wrapper .swi_contentbox span {
color: #e31e24;
font-weight: 400;
font-size: 14px;
margin-left: 10px;
}
.testimonial_box_wrapper .swi_user{
position:relative;
transform: translateY(40px);
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.testimonial_box_wrapper .swi_user > svg{
position: absolute;
bottom: -21px;
left: 0;
right: 0;
margin: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.testimonial_box_wrapper .swi_user img {
border-radius: 50%;
border: 2px solid #e31e24;
width: 60px;
height: 60px;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user img{
width: 80px;
height: 80px;
}
.v1_testi_nav .swiper-pagination-bullets {
left: 0;
right: 0;
margin: auto;
bottom: -50px;
} 
.v1_testi_nav .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
} 
.v1_testi_nav .swiper-pagination-bullet {
background: #444d55;
opacity: 1;
}
.v1_testi_nav .swiper-pagination-bullet-active {
background: #e31e24;
width: 12px;
height: 12px;
vertical-align: middle;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}  .int_blog_wrapper {
padding: 77px 0px 77px 0px;
} 
.int_blog_wrapper .int_heading {
margin-bottom: 40px;
}
.blog_box .blog_date {
color: #e31e24;
text-transform: uppercase;
cursor: auto;
}
.blog_box .blog_heading {
font-size: 26px;
color: #fff;
display: block;
margin-top: 5px;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.blog_box .blog_heading:hover {
color: #e31e24;
}
.blog_box_wrapper .blog_box .blog_img {
margin-bottom: 23px;
}
.blog_box_wrapper .blog_box .blog_img > a {
display: inline-block;
position: relative;
}
.blog_box_wrapper .blog_box .blog_img > a:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
right: 0;
bottom: 0;
margin: auto;
width: 0;
background: rgba(33, 38, 41, 0.72);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.blog_box_wrapper .blog_box:hover .blog_img a:after {
opacity: 1;
visibility: visible;
width: 100%;
}
.blog_box_wrapper .blog_box .blog_img > a > .blog_svg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 300ms ease 100ms;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.blog_box_wrapper .blog_box .blog_img:hover .blog_svg{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
opacity:1;
visibility:visible;
}    .int_footer_wrapper {
padding: 80px 0 69px 0;
}
.footer_box_wrapper .footer_box .int_logo {
margin-bottom: 30px;
}
.footer_box_wrapper .footer_box .footer_heading {
position: relative;
font-size: 18px;
color: #ffffff;
font-weight: 500;
display: inline-block;
margin-bottom: 30px;
padding-bottom: 10px;
}
.footer_box_wrapper .footer_box .footer_heading:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #e31e24;
height: 2px;
}
.footer_box .footer_hours li {
color: #fff;
margin: 0 0 10px 15px;
position: relative;
}
.footer_box .footer_hours li:after {
content: "";
position: absolute;
width: 5px;
height: 5px;
background: #e31e24;
left: -15px;
bottom: 0;
top: 0;
margin: auto;
}
.footer_box .footer_gallery li {
display: inline-block;
margin-right: 7px;
margin-bottom: 3px;
}
.footer_box .footer_gallery li a {
position: relative;
display: inline-block;
overflow: hidden;
}
.footer_box .footer_gallery li a:hover img {
-webkit-transform: rotate(15deg) scale(1.4);
transform: rotate(15deg) scale(1.4);
}
.footer_box .footer_gallery > li > a > img {
width: 75px;
height: 75px;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1);
}
.footer_box .footer_support_link li a {
color: #ffffff;
text-transform: capitalize;
}
.footer_box .footer_support_link li a:hover {
color: #e31e24;
}
.footer_box .footer_linkbox {
display: flex;
}
.footer_linkbox .footer_support_link {
width: 50%;
}  .int_bottom_footer_wrapper {
background: #282d32;
padding: 15px 0;
text-align: center;
} 
.int_bottom_footer_wrapper .bottom_footer_box_wrapper p {
font-size: 16px;
}
.int_bottom_footer_wrapper .bottom_footer_box_wrapper a {
color: #e31e24;
} 
.footer_box > p {
margin-bottom: 20px;
}   .int_infosidebar.int_infosidebar_style2 {
background: #ffffff;
top: 180px;
width: 80px;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact > a > svg path, .int_infosidebar.int_infosidebar_style2 .siderbar_email > a > svg path {
fill: #e31e24;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact > a, .int_infosidebar.int_infosidebar_style2 .siderbar_email > a {
color: #222222;
}
.int_infosidebar.int_infosidebar_style2 .siderbar_contact {
border-top: 1px solid rgba(243, 243, 243, 0);
}
.int_infosidebar.int_infosidebar_style2 .siderbar_email {
border-top: 1px solid #f3f3f3;
}
.int_header_wrapper.int_header_style2 {
padding: 0 50px 0 0;
}
.int_header_style2 .int_logo {
margin-left: 0;
}
.int_header_style2 .int_nav .int_menu > ul > li > a {
color: #222222;
} 
.int_header_style2 .int_nav .int_menu > ul > li > a:hover {
color: #e31e24;
}
.int_header_style2 .int_nav .int_menu > ul > li:after {
background: #e31e24;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #ffffff;
box-shadow: 0 0px 1px 0 #cdcdcd;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #222222;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child a {
border-bottom: none;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
color: #e31e24;
}
.int_header_style2 .int_nav .int_cartsec > ul > li > a.setting_toggle {
color: #222222;
}
.int_header_style2 .int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret {
color: #e31e24;
}
.int_header_style2 .int_nav .int_cartsec > ul > li:after {
background: #e8e8e8;
}
.int_header_style2 .int_nav .int_cartsec > ul > li .setting_toggle img {
border: 2px solid #e8e8e8;
}
.int_header_style2 .int_sop_cart_btn > ul {
text-align: center;
}
.int_header_style2 .int_sop_cart_btn > ul > li:first-child {
margin-right: 26px;
}  .int_slider_banner_style2 {
position: relative;
}
.swiper_content_style2 {
position: absolute;
content: "";
bottom: 0;
right: 0;
z-index: 9;
}
.swiper_content_mini {
background: #ffffff;
padding: 36px 50px 50px;
display: block;
width: 811px;
}
.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect h1 {
animation: fadeInRight 1s linear;
-webkit-animation: fadeInRight 1s linear;
-ms-animation: fadeInRight 1s linear;
-moz-animation: fadeInRight 1s linear;
-o-animation: fadeInRight 1s linear;
}
.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect p {
animation: fadeInRight 1s linear;
-webkit-animation: fadeInRight 1s linear;
-ms-animation: fadeInRight 1s linear;
-moz-animation: fadeInRight 1s linear;
-o-animation: fadeInRight 1s linear;
}
.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect .int_btn {
animation: fadeInRight 1s ease;
-webkit-animation: fadeInRight 1s linear;
-ms-animation: fadeInRight 1s linear;
-moz-animation: fadeInRight 1s linear;
-o-animation: fadeInRight 1s linear;
}
.swiper_content_style2 h1 {
color: #222222;
font-size: 60px;
font-weight: normal;
}
.swiper_content_style2 span {
font-weight: 600;
}
.swiper_content_style2 p {
font-size: 18px;
color: #555555;
margin: 10px 0 20px;
}
.swiper_content_effect .btn_caret {
right: -29px;
}
.banner_naxt_style2 {
position: absolute;
background: #ffffff;
z-index: 2;
display: block;
width: 200px;
height: 90px;
bottom: 0;
left: -80px;
line-height: 50px;
}
.banner_naxt_style2 .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
right: auto;
left: 100px;
background-image: none;
border-left: solid 1px #f3f3f3;
padding-left: 25px;
}
.banner_naxt_style2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 0;
background-image: none;
}
.banner_naxt_style2 .swiper-button-prev {
left: 50px;
}
.banner_naxt_style2 .swiper-button-prev:hover, .banner_naxt_style2 .swiper-button-next:hover {
color: #e31e24;
}
.banner_naxt_style2 .swiper-button-prev:before {
position: absolute;
content: '\f053';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #e31e24;
font-size: 12px;
left: -8px;
visibility: hidden;
opacity: 0;
transition: 0.3s;
}
.banner_naxt_style2 .swiper-button-prev:hover:before {
visibility: visible;
opacity: 1;
left: -15px;
}
.banner_naxt_style2 .swiper-button-next:after {
position: absolute;
content: '\f054';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #e31e24;
font-size: 12px;
top: 0;
right: -32px;
visibility: hidden;
opacity: 0;
transition: 0.3s;
}
.banner_naxt_style2 .swiper-button-next:hover:after {
visibility: visible;
opacity: 1;
right: -40px;
}  .int_about_wrapper.int_about_style2 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index_about2_banner.jpg);
background-size: cover;
background-position: center center;
padding-bottom: 0;
}
.int_about_style2 .about_contentbox {
padding: 47px 30px 80px 30px;
}
.int_about_style2 .int_heading h4 {
color: #e31e24;
text-align: left;
}
.int_about_style2 .about_contentbox .about_head1 {
font-size: 32px;
color: #222222;
}
.int_about_style2 .about_contentbox .about_deatils {
color: #555555;
font-weight: 500;
}
.int_about_style2 .about_contentbox .about_deatils_two {
color: #555555;
padding-top: 23px;
font-weight: 500;
}
.int_about_style2 .int_btn {
min-width: 170px;
height: 50px;
line-height: 50px;
background: #e31e24;
margin: 22px 0 0;
text-transform: uppercase;
}
.int_about_style2 .btn_caret {
background: #f41a48;
}
.int_about_style2 .int_btn:hover {
color: #fff;
background: #555555;
}
.int_about2_imgbox {
position: relative;
text-align: right;
}
.int_about2_imgbox h1 {
text-transform: uppercase;
transform: rotate(-90deg);
position: absolute;
left: -80px;
top: 90px;
font-size: 42px;
font-weight: 600;
opacity: 0.1;
}
.about_img_two {
position: absolute;
bottom: -163px;
left: -16px;
}
.about_img_two img, .about_img_three img {
border: solid 10px #ffffff;
}
.about_img_three {
position: absolute;
bottom: -163px;
right: -10px;
}  .int_project_wrapper.int_project_style2 {
background: none;
padding-top: 50px;
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index_about2_banner.jpg);
background-position: center center;
}
.int_project_style2 .int_heading h4 {
color: #e31e24;
}
.int_project_style2 .int_heading h2 {
color: #222222;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li {
color: #555555;
position: relative;
margin-left: 30px;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li:after {
position: absolute;
content: "";
border-left: solid 1px;
height: 15px;
top: 13px;
right: -26px;
transform: rotate(25deg);
}
.int_project_style2 .int_project_gallery .gallery_nav ul li:before {
position: absolute;
content: "";
border-left: solid 1px;
height: 15px;
top: 13px;
right: -22px;
transform: rotate(25deg);
}
.int_project_style2 .int_project_gallery .gallery_nav ul li:last-child:before, .int_project_style2 .int_project_gallery .gallery_nav ul li:last-child:after {
display: none;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li .gallery_active {
color: #e31e24;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li a:after {
background: #e31e24;
}
.int_gallery_style2 .bottom_content > span {
color: #ffffff;
}  .int_different_section .about_contentbox {
padding: 45px 0 0 15px;
}
.int_different_section h5 {
text-transform: uppercase;
margin: 20px 0 0;
font-size: 18px;
color: #222222;
}
.int_about_style2.int_different_section {
padding: 80px 0;
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index_about2_diffrent_back.jpg);
background-size: cover;
background-position: center center;
}
.why_diffrent_style2 img {
width: 100%;
}
.why_diffrent_style2 .swiper-button-prev {
top: 292px;
}
.why_diffrent_style2 .swiper-button-next {
top: 292px;
}
.why_diffrent_style2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 0;
background-color: #222222;
width: 40px;
height: 60px;
background-size: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.why_diffrent_style2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 0;
background-color: #222222;
width: 40px;
height: 60px;
background-size: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.why_diffrent_style2 .swiper-button-prev:hover, .why_diffrent_style2 .swiper-button-next:hover {
background-color: #e31e24;
}
.int_style2_why_design ul {
margin: 10px 0px 0px 30px;
}
.int_style2_why_design ul li {
position: relative;
margin-bottom: 5px;
font-weight: 500;
}
.int_style2_why_design ul li:after {
position: absolute;
content: "";
background-color: #e31e24;
height: 1px;
width: 15px;
left: -25px;
right: 0;
top: 12px;
}
.int_style2_why_design ul li:before {
position: absolute;
content: "";
background-color: #e31e24;
height: 5px;
width: 5px;
left: -30px;
right: 0;
top: 10px;
z-index: 1;
}  .int_video_section_style2.int_dark_video_section, .int_video_section_style2.int_progresbar_wrapper {
padding: 140px 0 280px;
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index_about2_video_back.jpg);
background-size: cover;
background-position: center center;
position: relative;
z-index: 2;
}
.int_video_section_style2:after {
position: absolute;
content: "";
background: rgba(34, 34, 34, 0.7);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.int_break_out {
width: 500px;
margin: auto;
text-align: center;
}
.int_break_out h1 {
font-size: 32px;
color: #ffffff;
margin-top: 30px;
}
.int_video_loader {
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
background: rgba(34, 34, 34, 0.40);
border-radius: 100%;
border: solid 3px #e31e24;
position: relative;
text-align: center;
}
.int_video_loader a {
color: #ffffff;
font-size: 20px;
}
.int_video_loader a:after {
position: absolute;
content: "";
border-left: solid 3px #6f6e6a;
width: 100px;
height: 100px;
border-radius: 100%;
border-right: 3px solid #00ffff00;
background: transparent;
border-bottom: 3px solid #0000ff00;
border-top: 3px solid #ffffff00;
left: -3px;
top: -3px;
}  .int_index2_clnt_team_test_back {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index2_team_back.jpg);
background-size: cover;
background-position: center center;
}
.int_client_logo_section_style2 {
padding: 60px 0px 20px;
background: #ffffff;
margin-top: -150px;
z-index: 9;
position: relative;
box-shadow: 0px 0px 9px 0px rgba(1, 1, 1, 0.1);
}
.int_client_logo_section_style2 ul {
text-align: center;
}
.int_client_logo_section_style2 ul li {
display: inline-block;
width: 19%;
margin-bottom: 40px;
}
.int_client_logo_section_style2 ul li:nth-child(5), .int_client_logo_section_style2 ul li:nth-child(10) {
margin-right: 0;
}
.int_client_logo_section_style2 ul li img {
opacity: 0.5;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.int_client_logo_section_style2 ul li img:hover {
opacity: 1;
}  .int_heading.int_heading_team2 {
margin: 77px 0 40px;
}
.int_heading.int_heading_team2 h4 {
color: #e31e24;
}
.int_heading.int_heading_team2 h2 {
color: #222222;
}
.int_team2_sideimg h4 {
margin-top: 18px;
font-size: 22px;
}
.int_team2_sideimg h4 a {
color: #222222;
}
.int_team2_sideimg p {
color: #555555;
}
.team2_box_two h3 {
color: #222222;
text-align: left;
margin: 22px 0 20px;
width: 415px;
}
.team_box_wrapper.team2_box_two .team_box .team_content {
background: transparent;
position: static;
}
.team_box_wrapper.team2_box_two .team_box .team_content h4 > a {
color: #222222;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
font-size: 22px;
}
.team2_box_two .team_box:hover .team_content h4 > a {
color: #e31e24;
}
.team_box_wrapper.team2_box_two .team_box .team_content p {
color: #555555;
}
.team_box_wrapper.team2_box_two .team_box:after {
background: rgba(255, 255, 255, 0.87);
bottom: 88px;
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}
.team2_box_two .team_img .team_hovercontent > ul > li > a {
color: #222222;
}
.team2_box_two .team_img .team_hovercontent > ul > li > a:hover {
color: #e31e24;
}
.team_box_wrapper.team2_box_two .team_box:hover .team_hovercontent {
top: 120px;
}
.team_box_wrapper.team2_box_two .team_box {
background: transparent;
padding-top: 0;
}
.int_team2_slider_arrow .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
top: 48px;
left: 86%;
background-color: #222222;
width: 40px;
height: 40px;
background-size: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.int_team2_slider_arrow .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
top: 48px;
right: 15px;
background-color: #222222;
width: 40px;
height: 40px;
background-size: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.int_team2_slider_arrow .swiper-button-prev:hover, .int_team2_slider_arrow .swiper-button-next:hover {
background-color: #e31e24;
}  .int_testimonial_slide2 {
margin: 58px 0 0;
background-color: #ffffff;
padding: 30px;
box-shadow: 0px 0px 9px 0px rgba(1, 1, 1, 0.1);
z-index: 9;
position: relative;
}
.int_testimonial2_flex {
display: flex;
}
.int_content_img {
width: calc(100% - 410px);
}
.int_content_text2 {
margin-top: 30px;
position: relative;
}
.int_qoute_svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.int_qoute_svg svg {
width: 149px;
height: 106px;
opacity: 0.1;
}
.int_content_text2 h4 {
font-size: 14px;
color: #e31e24;
text-transform: uppercase;
letter-spacing: 2px;
}
.int_content_text2 h2 {
color: #222222;
font-weight: 500;
margin-top: 6px;
}
.int_content_text2 p {
color: #555555;
margin: 30px 0 10px;
font-weight: 500;
}
.int_content_text2 h5 {
color: #222222;
font-size: 22px;
}
.int_content_text2 h6 {
font-size: 14px;
margin-top: 2px;
}
.int_testimonial_slide2 .int_team2_slider_arrow .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 90%;
}  .int_counter_style2 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index2_counter_back.jpg);
background-size: cover;
background-position: bottom;
position: relative;
z-index: 2;
padding: 200px 0 73px;
margin-top: -120px;
}
.int_counter_style2:after {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.80);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.int_count2_box h1 {
font-size: 42px;
color: #ffffff;
font-weight: 600;
margin-top: 20px;
}
.int_count2_box p {
font-size: 18px;
color: #ffffff;
}  .int_blog_wrapper.int_blog_box_style2 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index_about2_banner.jpg);
background-size: cover;
background-position: center center;
}
.int_blog_box_style2 .int_heading h4 {
color: #e31e24;
}
.int_blog_box_style2 .int_heading h2 {
color: #222222;
}
.int_blog_box_style2 .blog_box .blog_date {
color: #e31e24;
}
.int_blog_box_style2 .blog_box .blog_heading {
color: #222222;
}
.int_blog_box_style2 .blog_box .blog_heading:hover {
color: #e31e24;
}  .int_footer_style2 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index2_counter_back.jpg);
background-size: cover;
background-position: center center;
position: relative;
z-index: 2;
padding: 80px 0 80px;
text-align: center;
}
.int_footer_style2:after {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.80);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.footer_box_style2 {
width: 800px;
margin: 0 auto;
}
.footer_box_style2 p {
margin: 20px 0;
}
.int_border {
border: 1px solid rgba(255, 255, 255, 0.1);
margin: 50px 0 43px;
}
.footer_menu_style2 ul li {
display: inline-block;
}
.footer_menu_style2 ul li a {
color: #ffffff;
text-transform: uppercase;
margin: 0 16px;
}
.footer_menu_style2 ul li a:hover {
color: #e31e24;
}
.footer_social_style2 ul li {
display: inline-block;
}
.footer_social_style2 {
margin-top: 30px;
}
.footer_social_style2 ul li {
display: inline;
}
.footer_social_style2 ul li a {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
font-size: 20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 100%;
margin-right: 15px;
border: solid 1px rgba(255, 255, 255, 0.25);
text-align: center;
}
.footer_social_style2 ul li a:hover {
background: #e31e24;
border: solid 1px #f41a48;
}
.int_bottom_footer_wrapper.int_bottom_footer_style2 {
background: #2b2a29;
}
.int_bottom_footer_style2 .bottom_footer_box_wrapper a {
color: #e31e24;
}    .int_header_wrapper.int_header_style3 {
padding: 0 51px 10px 65px;
position: absolute;
width: 100%;
top: 0;
}
.int_header_style3 .int_logo {
margin-left: 0;
}
.int_header_style3 .int_nav .int_menu > ul > li > a:hover {
color: #ff9d34;
}
.int_header_style3 .int_nav .int_menu > ul > li:after {
background: #ff9d34;
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #ffffff;
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #222222;
border-bottom: 1px solid #f1f1f1;
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
color: #ff9d34;
}
.int_header_style3 .int_nav .int_cartsec > ul > li > .cart_round span {
background-color: #ff9d34;
color: #ffffff;
}
.int_header_style3 .int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret {
color: #ff9d34;
}
.int_header_style3 .int_sop_cart_btn > ul {
text-align: center;
}
.int_header_style3 .int_sop_cart_btn > ul > li:first-child {
margin-right: 26px;
}
.int_header_style3 .int_profile_open ul li a i {
color: #ff9d34;
}
.int_header_style3 .int_profile_open ul li a:hover {
color: #ff9d34;
}  .int_index3_slider_style3 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/slider3/index3_slider_banner.jpg);
background-size: cover;
background-position: center center;
padding: 377px 80px 310px;
}
.int_index3_slider_style3 .int_banner_content {
width: 45%;
}
.int_banner_content h6 {
text-transform: uppercase;
font-size: 20px;
color: #ff9d34;
font-weight: 400;
letter-spacing: 2px;
}
.int_banner_content h1 {
font-size: 52px;
color: #ffffff;
font-weight: 300;
}
.int_banner_content span {
font-weight: 500;
}
.int_banner_content h2 {
font-size: 18px;
color: #ffffff;
margin-bottom: 23px;
}
.int_banner_content span.price_dlr {
font-size: 32px;
margin-left: 5px;
vertical-align: middle;
}  .int_service_style3 {
background-color: #191b2e;
padding: 90px 0 72px;
}
.service_box_style3 {
text-align: center;
}
.int_srbox3_circle {
background-color: #262941;
display: inline-block;
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 100%;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.service_box_style3:hover .int_srbox3_circle {
background-color: #ff9d34;
}
.int_srbox3_circle:after {
position: absolute;
content: "";
width: 110px;
height: 110px;
border: 1px dashed #262941;
border-radius: 100%;
top: -10px;
left: -10px;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.service_box_style3:hover .int_srbox3_circle:after {
border: 1px solid rgba(255, 157, 52, 0.45);
}
.service_box_style3 h4 {
font-size: 22px;
color: #ffffff;
margin: 30px 0 10px;
}  .int_categories_style3 {
background-color: #0e0f21;
padding: 77px 0 27px;
}
.int_heading_style3 {
margin-bottom: 15px;
text-align: center;
}
.int_heading_style3 h4 {
color: #ff9d34;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
}
.int_heading_style3 h2 {
color: #ffffff;
text-transform: capitalize;
font-weight: 500;
margin-top: 6px;
}
.int_categories_box_section .grid-item {
width: auto;
margin: auto;
}
.int_categories_box_section .int_project_gallery .grid_img:before {
top: 20px;
left: 20px;
bottom: 20px;
right: 20px;
width: auto;
height: auto;
}
.int_categories_box_section .int_project_gallery .bottom_content {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 35px;
color: #fff;
z-index: 1;
}
.int_categories_box_section .int_project_gallery .bottom_content > h3 {
font-size: 14px;
color: #ffffff;
font-weight: 500;
text-transform: capitalize;
}
.categorie_h_one {
margin-bottom: 50px;
text-align: center;
}
.categorie_h_one h1 {
border-top: 3px double #3a3d69;
border-bottom: 3px double #3a3d69;
display: inline-block;
margin-top: 30px;
font-size: 22px;
padding: 11px 40px 8px;
color: #ffffff;
letter-spacing: 2px;
}
.int_project_gallery:hover h1 {
border-top: 3px double #ff9d34;
border-bottom: 3px double #ff9d34;
}
span.close_menu_int {
display:none;
}  .int_deal_section_style3 .int_heading_style3 {
margin-bottom: 40px;
}
.int_deal_text3 {
padding: 50px 320px 50px 0;
}
.int_deal_text3 h1 {
color: #ffffff;
font-size: 42px;
font-weight: 300;
margin-bottom: 15px;
width: 350px;
}
.int_deal_text3 p {
margin-bottom: 40px;
}
.int_deal_text3 h2 {
color: #ffffff;
}
.int_deal_text3 h6 {
color: #ffffff;
font-size: 14px;
} .index3_timer {
margin: 25px 0;
}  .int_product_section {
background-color: #0e0f21;
padding: 77px 0 31px;
}
.int_product_section .int_heading_style3 {
margin-bottom: 22px;
}
.int_product_section .gallery_nav ul li .gallery_active {
color: #ff9d34;
}
.int_product_section .gallery_nav ul li a:after {
background: #ff9d34;
}
.product_grid {
margin-bottom: 40px;
}
.product_list_view .product_item {
margin: 0;
}
.product_item {
position: relative;
background-color: #191b2e;
width: 247px;
height: 360px;
overflow: hidden;
margin: auto;
}
.product_item img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.product_item:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-moz-transform: scale(1.2);
}
.product_overlay {
position: absolute;
background-color: #ff9d34;
right: -40px;
top: -10px;
color: #fff;
padding: 30px 40px 10px;
transform: rotate(45deg);
width: 120px;
}
.product_overlay h4 {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
.product_ovr_links {
background-color: #ff9d34;
padding: 13px 0;
visibility: hidden;
opacity: 0;
width: 100%;
bottom: 155px;
left: 0;
right: 0;
text-align: center;
position: absolute;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.product_item:hover .product_ovr_links {
visibility: visible;
opacity: 1;
}
.product_ovr_links ul li {
display: inline-block;
}
.product_ovr_links ul li a {
margin: 0 15px;
color: #ffffff;
}
.product_item:hover ul li:first-child {
-webkit-animation: bounceInDown .4s;
animation: bounceInDown .4s;
}
.product_item:hover ul li:nth-child(2) {
-webkit-animation: bounceInDown .6s;
animation: bounceInDown .6s;
}
.product_item:hover ul li:nth-child(3) {
-webkit-animation: bounceInDown .8s;
animation: bounceInDown .8s;
}
.product_text_rs {
margin-top: 27px;
text-align: center;
}
.product_text_rs h3 {
font-size: 22px;
color: #ffffff;
}
.product_text_rs p {
font-size: 18px;
color: #ffffff;
}
.product_text_rs span {
text-decoration: line-through;
margin-right: 5px;
}  .int_shop_now_style3 {
border-top: solid 2px #1c1c2d;
border-bottom: solid 2px #1c1c2d;
}
.int_shop_main {
background-color: #0c0d1c;
padding: 0 50px 44px;
width: 100%;
float: left;
}
.int_shine_effect {
position: relative;
overflow: hidden;
}
.int_shine_effect:after {
position: absolute;
content: "";
top: 0;
left: -85%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
transform: skewX(-25deg);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.int_shine_effect:hover:after {
left: 175%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.12) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.12) 100%);
}
.int_shine_effect img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.int_shine_effect:hover img {
transform: scale(1.1);
}
.int_shop_btntext {
width: 40%;
float: left;
margin-top: 180px;
}
.int_shop_btntext h4 {
color: #ffffff;
font-size: 34px;
font-weight: 300;
margin-bottom: 13px;
}
.int_shop_btntext a {
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: solid 1px #fff;
display: inline-block;
}
.int_shop_btntext a:hover {
color: #ff9d34;
border-bottom: solid 1px #ff9d34;
}
.int_shop_img {
width: 60%;
float: left;
text-align: right;
}
.int_shop_center {
background-color: #191b2e;
width: 100%;
float: left;
padding: 41px 50px;
}
.int_shop_center .int_shop_btntext {
margin-top: 100px;
}
.int_shop_right {
background-color: #0c0d1c;
width: 100%;
float: left;
padding: 40px 50px;
}
.int_shop_right .int_shop_btntext {
margin-top: 100px;
}  .int_product_slider {
background-color: #0c0d1c;
padding: 77px 0 80px;
}
.int_product_slider_box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: -5px;
}
.int_product_slider_box .swiper-pagination-bullet {
background: #2f2f42;
opacity: 1;
}
.int_product_slider_box .swiper-pagination-bullet-active {
background: #ff9d34;
width: 12px;
height: 12px;
opacity: 1;
transition: all 0.3s;
vertical-align: middle;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
} .int_client_slider {
background-color: #191b2e;
padding: 60px 0;
text-align: center;
} .int_testimonial_style3 {
background-color: #0e0f21;
padding: 77px 0 75px;
}
.int_testimonial_style3 .swi_contentbox {
background: transparent;
padding: 0;
}
.int_testimonial_style3 .swi_contentbox span {
color: #ff9d34;
}
.int_testimonial_style3 .swiper-pagination-bullet-active {
background: #ff9d34;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.int_testimonial_style3 .swi_user img {
border: 5px solid #29293b;
width: 45px;
height: 45px;
}
.int_testimonial_style3 .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
border: 5px solid #ff9d34;
}
.svg_user1_style3, .svg_user2_style3{
opacity: 0;
visibility: hidden;
}
.swiper-slide-thumb-active .svg_user1_style3,
.swiper-slide-thumb-active .svg_user2_style3{
visibility: visible;
opacity: 1;
}
.swiper-slide-thumb-active .svg_user1_style3 svg{
top: 20px;
left: -21px;
}
.swiper-slide-thumb-active .svg_user2_style3 svg{
top: 20px;
right: -21px;
}
.svg_user1_style3 svg {
position: absolute;
top: 4px;
left: 1px;
webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.svg_user2_style3 svg {
position: absolute;
top: 4px;
right: 1px;
webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.int_testimonial_style3 .swi_user:after, .int_testimonial_style3 .swi_user:before {
display: none;
}
.svg_user1_style3:after {
position: absolute;
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background: #ff9d34;
z-index: 7;
top: 36px;
left: -32px;
margin: auto;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.svg_user1_style3:before {
position: absolute;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background: #ff9d34;
z-index: 7;
left: -41px;
top: 37px;
-webkit-transition: all 0.5s ease 80ms; 
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.svg_user2_style3:after {
position: absolute;
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background: #ff9d34;
z-index: 7;
top: 36px;
right: -32px;
margin: auto;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.svg_user2_style3:before {
position: absolute;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background: #ff9d34;
z-index: 7;
right: -41px;
top: 37px;
-webkit-transition: all 0.5s ease 80ms;
-moz-transition: all 0.5s ease 80ms;
-ms-transition: all 0.5s ease 80ms;
-o-transition: all 0.5s ease 80ms;
transition: all 0.5s ease 80ms;
}
.int_testimonial_style3 .swi_user {
transform: translateY(15px);
}
.int_testimonial_style3 .gallery-thumbs {
height: 110px;
}  .int_insta_post {
text-align: center;
}
.int_insta_post ul li {
width: 12.5%;
float: left;
position: relative;
overflow: hidden;
}
.int_insta_post ul li img {
width: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.int_insta_post ul li a:hover img {
-webkit-filter: blur(1px);
filter: blur(1px);
}
.int_insta_overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.38);
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.int_insta_post ul li:hover .int_insta_overlay {
visibility: visible;
opacity: 1;
}
.int_insta_overlay i.fab.fa-instagram {
font-size: 30px;
color: #222222;
}  .int_footer_wrapper.int_footer_style3 {
padding: 80px 0 30px 0;
}
.int_footer_style3 ul li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
color: #585968;
font-size: 14px;
background: #101127;
border-radius: 100%;
margin-right: 8px;
border: solid 1px #585968;
text-align: center;
}
.int_footer_style3 ul li a:hover {
color: #ffffff;
background: #ff9d34;
border: solid 1px #ff9d34;
}
.int_footer_style3 .footer_box .footer_heading {
margin-top: 10px;
}
.int_footer_style3 .footer_box .footer_heading:after {
background: #ff9d34;
}
.int_footer_style3 .footer_box .footer_hours li:after {
background: #ff9d34;
}
.int_footer_threemenu ul li a {
display: inherit;
width: inherit;
height: inherit;
color: #ffffff;
background-color: transparent;
border: none;
text-align: left;
margin: 0;
line-height: 1.8;
}
.int_footer_threemenu ul li a:hover {
background-color: transparent;
color: #ff9d34;
border: none;
}
.int_footer_partner_style3 {
border-top: solid 1px #242535;
padding: 30px 0 0;
margin-top: 64px;
text-align: center;
}
.int_footer_partner_style3 ul li {
display: inline-block;
margin: 0 25px;
}
.int_footer_partner_style3 ul li img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.int_footer_partner_style3 ul li img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.int_bottom_footer_style3 {
background: #191b2e;
}
.int_bottom_footer_style3 .bottom_footer_box_wrapper a {
color: #ff9d34;
}
.footer_linkbox_style3 .footer_hours li:after {
top: 0px;
}   .int_header_wrapper.int_header_style4 {
padding: 0 50px 10px 65px;
position: absolute;
width: 100%;
top: 0;
}
.int_header_wrapper.int_header_style4 .container-fluid {
z-index: 11;
position: relative;
}
.int_header_style4 .int_logo {
margin-left: 0;
}
.int_header_style4 .int_nav .int_menu > ul > li:after {
background: #ff9d34;
}
.int_header_style4 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
color: #ff9d34;
}
.int_header_style4 .int_nav .int_menu > ul > li > a {
color: #222222;
}
.int_header_style4 .int_nav .int_menu > ul > li > a:hover {
color: #ff9d34;
}
.int_header_style4 .int_nav .int_cartsec > ul > li > .cart_round span {
background-color: #ff9d34;
color: #ffffff;
}
.int_header_style4 .int_nav .int_cartsec > ul > li .setting_toggle .toggle_caret {
color: #ff9d34;
}
.int_index4_slider_style4 {
background-color: #f9f9f9;
padding: 160px 65px 75px;
overflow: hidden;
position: relative;
}
.int_index4_slider_style4 .swiper-container {
padding: 0 0 80px;
}
.int_header_style4 .int_nav .int_cartsec > ul > li:after {
background: #e8e8e8;
}
.int_header_style4 .int_cartsec span {
margin-left: 5px;
}
.int_header_style4 .int_sop_cart_btn > ul {
text-align: center;
}
.int_header_style4 .int_sop_cart_btn > ul > li:first-child {
margin-right: 26px;
}
.int_index4_slider_style4 .swiper-pagination-bullet-active {
background: #ff9d34;
width: 12px;
height: 12px;
vertical-align: middle;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.int_index4_slider_style4 .swiper-container-horizontal>.swiper-pagination-bullets, .int_index4_slider_style4 .swiper-pagination-custom, .int_index4_slider_style4 .swiper-pagination-fraction {
bottom: 0;
}  .int_banner_content.int_banner_slider4 {
margin-top: 180px;
}
.int_banner_slider4 h6 {
color: #222222;
letter-spacing: 4px;
}
.int_banner_slider4 h1 {
color: #222222;
font-size: 72px;
font-weight: 500;
}
.int_banner_slider4 p {
color: #222222;
}
.int_banner_slider4 h2 {
color: #222222;
}
.int_banner_pic4 {
text-align: right;
z-index: 11;
position: relative;
}
.int_banner_shape {
position: absolute;
content: "";
width: 780px;
height: 785px;
background-color: #ffe68e;
top: 90px;
right: -440px;
border-radius: 100%;
z-index: 0;
}  .int_shop_now_style4 {
padding: 80px 0 69px;
}
.int_sale_style4 {
border: solid 2px #d5e6ff;
padding: 0 16px 50px 40px;
width: 100%;
display: inline-block;
min-height: 356px;
overflow: hidden;
}
.int_sale_first_style4 {
border: solid 2px #fff6d5;
padding: 0 16px 46px 40px;
width: 100%;
min-height: 356px;
overflow: hidden;
}
.int_sale_four {
width: 40%;
float: left;
margin-top: 45px;
}
.int_sale_img4 {
width: 60%;
float: left;
text-align: right;
position: relative;
}
.int_sale_first_style4 .int_sale_img4:after {
position: absolute;
content: "";
width: 405px;
height: 405px;
background-color: #fff6d5;
top: -20px;
left: 25px;
border-radius: 100%;
z-index: -1;
}
.int_sale_first_style4 .int_sale_img4 img {
margin-top: 60px;
}
.int_sale_img4:after {
position: absolute;
content: "";
width: 405px;
height: 405px;
background-color: #d5e6ff;
top: -20px;
left: 25px;
border-radius: 100%;
z-index: -1;
}
.int_sale_first_style4:hover img, .int_sale_style4:hover img {
transform: scale(1.1);
}
.int_sale_img4 img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.int_sale_four h5 {
text-transform: uppercase;
font-size: 18px;
letter-spacing: 5px;
color: #222222;
margin-bottom: 135px;
}
.int_sale_four h2 {
color: #222222;
font-size: 30px;
font-weight: 400;
}
.int_sale_four p {
color: #555555;
font-size: 18px;
}
.int_sale_four a.index4_btn {
min-width: 120px;
height: 40px;
line-height: 40px;
margin-top: 9px;
}  .int_categories_style3.int_top_product_style4 {
background-color: #ffffff;
padding: 0 0 0px;
}
.int_top_product_style4 .int_heading_style3 h4 {
color: #222222;
}
.int_top_product_style4 .int_heading_style3 h2 {
color: #222222;
}
.int_top_product_style4 .int_project_gallery .bottom_content > h3 {
font-size: 14px;
color: #222222;
font-weight: 500;
text-transform: capitalize;
}
.int_top_product_style4 .int_project_gallery .grid_img:before {
background: rgba(255, 255, 255, 0.9);
}
.int_top_product_style4 .categorie_h_one h1 {
border-top: 3px double #22222230;
border-bottom: 3px double #22222230;
color: #222222;
}
.int_top_product_style4 .int_project_gallery:hover h1 {
border-top: 3px double #e31e24;
border-bottom: 3px double #e31e24;
}  .int_service_style3.int_service_style4 {
background-color: #222222;
}
.int_service_style4 .int_srbox3_circle {
background-color: #2a2a2a;
}
.int_service_style4 .int_srbox3_circle:after {
border: 1px dashed #262941;
}  .int_product_section.int_product_style4 {
background-color: #ffffff;
padding: 77px 0 31px;
}
.int_product_style4 .int_heading_style3 h4 {
color: #222222;
}
.int_product_style4 .int_heading_style3 h2 {
color: #222222;
}
.int_product_style4 .int_project_gallery .gallery_nav ul li {
color: #222222;
}
.int_product_style4 .product_item {
background-color: #ffffff;
border: solid 1px #ececec;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.int_product_style4 .product_item:hover {
box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
}
.int_product_style4 .product_overlay {
background-color: #afcfff;
}
.int_product_style4 .product_text_rs h3 {
color: #222;
}
.int_product_style4 .product_text_rs p {
color: #222;
}  .int_testimonial_style4 {
background-color: #f7f7f7;
padding: 77px 0 80px;
}
.int_testimonial_style4 .int_heading_style3 {
margin-bottom: -3px;
}
.int_testimonial_style4 .int_heading_style3 h4 {
color: #222222;
}
.int_testimonial_style4 .int_heading_style3 h2 {
color: #222222;
}
.int_testimonial_style4 .swi_contentbox {
background: #1e2226;
padding: 74px 100px;
position: relative;
max-width: 950px;
margin: 50px auto 0;
}
.int_user_four {
position: absolute;
top: -30px;
left: -50px;
z-index: 9;
}
.int_user_four img {
width: 130px;
height: 130px;
border: solid 5px #ff9d34;
border-radius: 100%;
}
.int_username_four {
position: absolute;
top: 0;
left: 70px;
width: 240px;
background-color: #ff9d34;
padding: 10px 0px;
border-radius: 0 0 30px 0;
}
.int_username_four h3 {
font-size: 18px;
color: #ffffff;
}
.int_testimonial_style4 .int_qoute_svg svg {
width: 170px;
height: 136px;
opacity: 0.1;
}
.int_testimonial_style4 .swiper-pagination-bullet {
background: #4e4e4e;
opacity: 1;
}
.int_testimonial_style4 .swiper-pagination-bullet-active {
width: 12px;
height: 12px;
background: #ff9d34;
transition: all 0.3s;
vertical-align: middle;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.int_testimonial_style4 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 15px;
}  .int_product_slider.int_product_style4 {
background-color: #ffffff;
}
.int_product_style4 .int_product_slider_box .swiper-pagination-bullet {
background: #d3d3d3;
}
.int_product_style4 .int_product_slider_box .swiper-pagination-bullet-active {
background: #ff9d34;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}  .int_subscribe_style4 {
background-color: #222222;
padding: 73px 0;
}
.int_info_four h2 {
color: #ffffff;
}
.int_info_four p {
color: #ffffff;
font-size: 18px;
}
.int_textbox_subscribe4 {
position: relative;
margin-top: 21px;
}
.int_textbox_subscribe4 .int_search_wrapper {
max-width: 800px;
margin: 0 auto;
position: relative;
}
.int_textbox_subscribe4 .int_search_wrapper input {
width: 100%;
height: 60px;
padding: 0 30px;
border: none;
box-shadow: none;
outline: none;
border-radius: 50px;
font-size: 18px;
padding-right: 180px;
backface-visibility: hidden;
}
.int_search_wrapper input::placeholder {
color: #cdcdcd;
}
.int_textbox_subscribe4 .int_search_wrapper a.index4_btn {
height: 50px;
line-height: 50px;
position: absolute;
top: 5px;
right: 5px;
background-color: #ff9d34;
border-radius: 50px;
color: #ffffff;
}
.int_textbox_subscribe4 .int_search_wrapper a.index4_btn:hover {
background: #222222;
}
.int_textbox_subscribe4 .index4_btn:before {
display: none;
}
.int_quantity_style2 .index4_btn:before {
display: none;
}  .int_footer_wrapper.int_footer_style4 {
padding: 20px 0 0px 0;
}
.int_footer_style4 .footer_box .footer_heading {
color: #fff;
}
.int_footer_style4 p {
color: #fff;
}
.int_footer_style4 .footer_box .footer_hours li {
color: #fff;
}
.int_footer_style4 ul li a {
width: 35px;
height: 35px;
line-height: 35px;
color: #fff;
font-size: 14px;
margin-right: 8px;
text-align: center;
}
.int_footer_style4 ul li a:hover {
color: #ffffff;
}
.int_footer_style4 .footer_box .footer_heading {
margin-top: 10px;
}
.int_footer_style4 .footer_box .footer_heading:after {
background: #e31e24;
}
.int_footer_style4 .footer_box .footer_hours li:after {
background: #e31e24;
}
.int_footer_fourmenu ul li a {
display: inherit;
width: inherit;
height: inherit;
line-height: 1.8;
border: none;
background: transparent;
text-align: left;
}
.int_footer_fourmenu ul li a:hover {
border: none;
background: transparent;
text-align: left;
color: #ff9d34;
}
.int_footer_style4 .int_footer_partner_style3 {
border-top: solid 1px #e9e9e9;
} .int_bottom_footer_wrapper.int_bottom_footer_style4 {
background: #222222;
}
.int_bottom_footer_style4 .bottom_footer_box_wrapper a {
color: #ff9d34;
}   .int_header_wrapper.int_header_style1 {
padding: 0 51px 0 0;
}
.int_header_style1 .int_logo {
padding-top: 29px;
margin-left: 0;
}
.int_about_page_title {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index2_counter_back.jpg);
background-size: cover;
background-position: bottom;
padding: 70px 80px;
position: relative;
z-index: 9;
}
.int_about_page_title:after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.9);
z-index: -1;
}
.int_bread_crumbs h1 {
font-size: 40px;
font-weight: 400;
color: #222222;
}
.int_home_crumbs {
text-align: right;
margin-top: 8px;
}
.int_home_crumbs ul li {
font-size: 18px;
}
.int_home_crumbs ul li a {
color: #222222;
}
.int_home_crumbs ul li span {
color: #e31e24;
text-transform: capitalize;
}
.int_about_style2.int_about_section2 {
background: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/aboutus_one.jpg) no-repeat center left;
}
.int_about_section2 .about_contentbox {
background-color: #ffffff;
padding: 77px 30px 80px 30px;
}
.int_about_section2 span {
border-bottom: solid 2px #e31e24;
}
.int_about_section2 h5 {
font-size: 16px;
color: #222222;
margin-top: 20px;
}
.int_counter_style2.int_about_counter2 {
margin: 0;
padding: 80px 0 70px;
}
.int_aboutus_service_section {
padding: 77px 0 50px;
}
.int_aboutus_service_section .int_heading h4 {
color: #e31e24;
}
.int_aboutus_service_section .int_heading h2 {
color: #222222;
margin-bottom: 40px;
}
.int_service_box2 {
text-align: center;
padding: 52px 30px;
border: solid 1px #efefef;
margin-bottom: 30px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.int_service_box2 h4 {
margin-top: 25px;
color: #222222;
font-size: 22px;
position: relative;
}
.int_service_box2 h4:after {
position: absolute;
content: "";
background-color: #e31e24;
width: 60px;
height: 2px;
top: 34px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.int_service_box2:hover {
box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
}
.int_service_box2 p {
color: #555555;
margin-top: 15px;
}
.int_service_box2 svg{
fill: #222222; 
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.int_service_box2:hover svg{
fill: #e31e24; 
}
.int_what_style2 .int_heading h4 {
color: #e31e24;
}
.int_what_style2 .about_contentbox h2 {
color: #222222;
}
.int_what_style2 .about_contentbox h3 {
color: #e31e24;
}
.int_what_style2 .about_img .child_imgbox:after {
border: 10px solid #f0f0f0;
}
.int_what_style2 .about_contentbox span.team {
color: #222222;
}
.int_what_style2 .about_deatils {
color: #555555;
}
.int_what_style2 .about_contentbox .int_btn .about_btnicon {
background: #e31e24;
border-right: 1px solid #ff90a8;
}
.int_what_style2 .about_btnicon svg path {
fill: #fff;
}
.int_what_style2 .about_contentbox .int_btn {
background: #e31e24;
}
.int_process_wrapper.int_process_back_change2 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index2_counter_back.jpg);
background-size: cover;
background-position: center;
position: relative;
z-index: 9;
}
.int_process_wrapper.int_process_back_change2:after {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.80);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.int_process_back_change2 .int_heading h4 {
color: #e31e24;
}
.int_process_back_change2 .process_circle h2:after {
background: transparent;
border: 6px solid rgba(57, 63, 69, 0.8);
}
.int_process_back_change2 .process_box:hover h2:after {
border: 6px solid #e31e24;
}
.int_process_back_change2 .process_circle:after {
background: rgba(57, 63, 69, 0.8);
z-index: 9;
}
.int_process_back_change2 .process_box h1:after {
background: #e31e24;
}
.int_testimonial_wrapper.int_testimonial_backchange2 {
background-color: transparent;
}
.int_testimonial_backchange2 .int_heading h4 {
color: #e31e24;
}
.int_testimonial_backchange2 .int_heading h2 {
color: #222222;
}
.int_testimonial_backchange2 .swi_user img {
border: 3px solid #e31e24;
}
.int_testimonial_backchange2 .swi_user:after {
background: #e31e24;
}
.int_testimonial_backchange2 .swi_user:before {
background: #e31e24;
}
.int_testimonial_backchange2 .swi_contentbox span {
color: #e31e24;
}
.int_testimonial_backchange2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #e31e24;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.int_testimonial_backchange2 .swiper-pagination-bullet {
background: #d8d8d8;
}  .int_about_page_title.int_dark_about_title:after {
background-color: rgba(33, 37, 41, 0.9);
z-index: -1;
}
.int_dark_about_title .int_bread_crumbs h1 {
color: #ffffff;
}
.int_dark_about_title .int_home_crumbs a {
color: #ffffff;
}
.int_dark_about_title .int_home_crumbs span {
color: #e31e24;
}
.int_dark_about_section2 {
background: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/dark_about_side.jpg) no-repeat center left;
background-color: #282d32;
}
.int_dark_about_section2 .about_contentbox {
background: #282d32;
padding: 77px 30px 80px 30px;
}
.int_dark_about_section2 h5 {
font-size: 16px;
color: #ffffff;
margin-top: 20px;
}
.int_dark_about_section2 .about_head1 {
font-size: 32px;
}
.int_dark_about_section2 span {
border-bottom: solid 2px #e31e24;
}
.int_dark_about_section2 p.about_deatils_two {
margin-top: 20px;
color: #cdcdcd;
}
.int_dark_about_section2 .int_btn {
min-width: 140px;
height: 50px;
line-height: 50px;
text-transform: uppercase;
background: #e31e24;
margin-left: 0;
letter-spacing: 0px;
}
.int_dark_about_section2 .int_btn:hover {
color: #fff;
background: #555555;
}
.int_dark_counter2 {
background-color: #212529;
padding: 80px 0 72px;
}
.int_darkab_service_section {
background-color: #282d32;
padding: 77px 0 50px;
}
.int_darkab_service_section .int_service_box2 {
border: solid 1px #212529;
background-color: #212529;
}
.int_darkab_service_section .int_service_box2:hover {
border: solid 1px #e31e24;
}
.int_darkab_service_section .int_service_box2 svg {
fill: #e31e24;
}
.int_darkab_service_section .int_service_box2 h4 {
color: #ffffff;
}
.int_darkab_service_section .int_service_box2 h4:after {
background-color: #e31e24;
}
.int_darkab_service_section .int_service_box2 p {
color: #cdcdcd;
}
.int_darkab_service_section .int_service_box2:hover svg {
fill: #ffffff;
}
.int_dark_video_section .int_video_loader {
border: solid 3px #e31e24;
}
.int_dark_client_section {
background-color: #282d32;
}
.int_dark_client_section .int_client_logo_section_style2 {
background-color: #212529;
}
.int_dark_client_section ul li img:hover {
opacity: 1;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.int_dark_client_section ul li img {
opacity: 1;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.int_about_wrapper.int_dark_what_section {
background-color: #282d32;
}
.int_dark_what_section .about_imgbox .about_img {
z-index: 2;
}
.int_dark_what_section .about_img .child_imgbox:after {
border: 10px solid #212529;
}
.int_dark_what_section .int_btn {
background: #e31e24;
}
.int_dark_what_section .int_btn .about_btnicon {
background: #e31e24;
border-right: 1px solid #ccad8b;
}
.int_dark_what_section .int_btn:hover {
background: #555555;
}  .int_project_wrapper.int_project_style2.int_project_portfolio {
padding: 77px 0 80px;
background-image: none;
}
.int_project_portfolio .int_btn {
margin-top: 30px;
}
.int_view_gallery {
display: none;
}
.int_view_gallery.int_view_gallery_view {
display: block;
}  .int_project_wrapper.int_dark_portfolio_gallery {
padding: 77px 0 80px;
}
.int_dark_portfolio_gallery .int_btn {
margin-top: 29px;
}  .int_service_wrapper.int_service_white {
background-color: #ffffff;
}
.int_service_white .int_heading h4 {
color: #e31e24;
}
.int_service_white .int_heading h2 {
color: #222222;
}  .int_blog_category {
padding: 80px 0;
}
.int_blog_box {
margin-bottom: 50px;
}
.int_blog_user {
margin: 25px 0 5px;
}
.int_blog_user ul li {
display: inline-block;
position: relative;
vertical-align: middle;
}
.int_blog_user ul li:after {
position: absolute;
content: "";
width: 4px;
height: 4px;
background: #e31e24;
top: 0;
bottom: 0;
left: -18px;
margin: auto;
}
.int_blog_user ul li:first-child:after {
display: none;
}
.int_blog_user ul li a {
margin-right: 25px;
text-transform: capitalize;
color: #e31e24;
letter-spacing: 1px;
}
.int_blog_user ul li span {
color: #555555;
margin-left: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
.int_blog_user ul li span:hover {
color: #e31e24;
}
.int_blog_post h2 {
font-size: 26px;
color: #222222;
}
.int_blog_post h2 a {
font-size: 26px;
color: #222222;
}
.int_blog_post h2 a:hover {
color: #e31e24;
}
.int_blog_post p {
color: #555555;
margin: 10px 0 25px;
}
.int_blog_post_slider .swiper-button-next {
top: 168px;
}
.int_blog_post_slider .swiper-button-prev {
top: 168px;
}
.int_blog_post_video {
position: relative;
}
.int_blog_post_video:after {
position: absolute;
content: "";
background: rgba(34, 34, 34, 0.7);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.int_blog_post_video .int_video_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 9;
}
.int_blog_post_video .int_video_loader {
width: 80px;
height: 80px;
line-height: 80px;
}
.int_blog_post_video .int_video_loader a:after {
width: 80px;
height: 80px;
}
.int_blog_pagination a.page-link {
color: #222222;
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
padding: 0;
margin: 0;
text-align: center;
border: 1px solid #efefef;
box-shadow: none;
}
.int_blog_pagination .page-item:first-child .page-link {
width: 85px;
border-radius: 0;
}
.int_blog_pagination .page-item:last-child .page-link {
width: 85px;
border-radius: 0;
}
.int_blog_pagination .page-item.active .page-link {
background-color: #e31e24;
border-color: #efefef;
transition: 0.3s all;
}
.int_blog_pagination .page-item .page-link:hover {
transform: scale(1.2);
}
.int_blog_pagination .page-link:hover {
background-color: #e31e24;
border-color: #e31e24;
color: #ffffff;
box-shadow: 0px 12px 15px 0px rgba(255, 29, 77, 0.3);
}
.int_blog_pagination i.fas.fa-chevron-left {
margin-right: 2px;
}
.int_blog_pagination i.fas.fa-chevron-right {
margin-left: 2px;
} .int_sidebar_box {
margin-bottom: 46px;
}
.int_sidebar_box.recent_blog_one {
margin-bottom: 38px;
}
.int_sidebar_box.recent_blog_two {
margin-bottom: 32px;
}
.int_sidebar_box h4 {
position: relative;
color: #222222;
font-size: 22px;
border-bottom: solid 3px #e31e24;
display: inline-block;
padding-bottom: 10px;
}
.int_sidebar_box h4:after {
position: absolute;
content: "";
width: 360px;
height: 1px;
background-color: #efefef;
bottom: -2px;
left: 0;
z-index: -1;
}
.int_search_btn {
margin-top: 30px;
}
.int_search_btn input {
width: 300px;
height: 60px;
line-height: 60px;
padding: 0 20px;
background-color: #f6f6f6;
border: none;
color: #222222;
}
.int_search_btn button {
background-color: #e31e24;
color: #ffffff;
border: none;
padding: 0 21px;
transition: 0.3s all;
}
.int_search_btn button:hover {
background-color: #555;
}
.int_recent_blog_post {
margin-top: 30px;
}
.int_recent_post {
display: flex;
align-items: center;
margin-bottom: 7px;
}
.int_recent_post:last-child {
margin-bottom: 0;
}
.int_img_post {
margin-right: 20px;
}
.int_img_post a {
position: relative;
display: inline-block;
overflow: hidden;
}
.int_img_post a img {
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1);
}
.int_img_post a:hover img {
-webkit-transform: rotate(15deg) scale(1.4);
transform: rotate(15deg) scale(1.4);
}
.int_post_title a {
color: #222222;
font-size: 18px;
margin-bottom: 3px;
}
.int_post_title a:hover {
color: #e31e24;
}
.int_post_title p {
color: #e31e24;
}
.int_blog_category_mini {
margin-top: 25px;
}
.int_blog_category_mini ul li {
display: flex;
justify-content: space-between;
margin-bottom: 14px;
}
.int_blog_category_mini ul li a {
display: inline-block;
}
.int_blog_category_mini ul li:last-child {
margin-bottom: 0;
}
.int_blog_category_mini ul li a:hover {
color: #e31e24;
}
.int_blog_category_mini svg {
margin-right: 5px;
}
.int_blog_insta_post {
margin-top: 30px;
}
.int_blog_insta_post ul {
column-count: 3;
}
.int_blog_insta_post ul li a {
display: inline-block;
margin-bottom: 6px;
position: relative;
overflow: hidden;
}
.int_blog_insta_post ul li a img {
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1);
}
.int_blog_insta_post ul li a:hover img {
-webkit-transform: rotate(15deg) scale(1.4);
transform: rotate(15deg) scale(1.4);
}   .int_blog_category.int_blog_dark_version {
background-color: #282d32;
z-index: 0;
position: relative;
}
.int_blog_dark_version .int_blog_user ul li a {
color: #e31e24;
}
.int_blog_dark_version .int_blog_user ul li span {
color: #ffffff;
}
.int_blog_dark_version .int_blog_user ul li span:hover {
color: #e31e24;
}
.int_blog_dark_version .int_blog_user ul li:after {
background: #e31e24;
}
.int_blog_dark_version .int_blog_post h2 {
color: #ffffff;
}
.int_blog_dark_version .int_blog_post h2 a {
font-size: 26px;
color: #ffffff;
}
.int_blog_dark_version .int_blog_post h2 a:hover {
color: #e31e24;
}
.int_blog_dark_version .int_blog_post p {
color: #cdcdcd;
}
.int_blog_dark_version .int_auther_content p {
color: #ffffff;
}
.int_blog_dark_version a.int_btn {
width: 140px;
}
.int_blog_dark_version .swiper-button-prev:hover, .int_blog_dark_version .swiper-button-next:hover {
background-color: #e31e24;
}
.int_blog_dark_version .int_video_loader {
border: solid 3px #e31e24;
}
.int_blog_dark_version .int_blog_pagination a.page-link {
color: #ffffff;
border: 1px solid #383f45;
background-color: #282d32;
}
.int_blog_dark_version .int_blog_pagination .page-item.active .page-link {
background-color: #e31e24;
border-color: #e31e24;
}
.int_blog_dark_version .int_blog_pagination .page-link:hover {
background-color: #e31e24;
border-color: #e31e24;
color: #ffffff;
box-shadow: 0 0 0 0 rgba(255, 29, 77, 0.3);
}
.int_blog_dark_version .int_sidebar_box h4 {
color: #ffffff;
border-bottom: solid 3px #e31e24;
}
.int_blog_dark_version .int_sidebar_box h4:after {
background-color: #3e4247;
}
.int_blog_dark_version .int_search_btn input {
background-color: #212529;
color: #ffffff;
}
.int_blog_dark_version .int_search_btn input::placeholder {
color: #cdcdcd;
}
.int_blog_dark_version .int_search_btn button {
background-color: #e31e24;
}
.int_blog_dark_version .int_search_btn button:hover {
background-color: #555;
}
.int_blog_dark_version .int_post_title a {
color: #ffffff;
}
.int_blog_dark_version .int_post_title a:hover {
color: #e31e24;
}
.int_blog_dark_version .int_post_title p {
color: #e31e24;
}
.int_blog_dark_version .int_blog_category_mini ul li a {
color: #ffffff;
}
.int_blog_dark_version .int_blog_category_mini ul li span {
color: #ffffff;
}
.int_blog_dark_version .int_blog_category_mini ul li a:hover {
color: #e31e24;
}  .int_blog_box.int_blog_single {
margin-bottom: 0;
}
.int_blg_img_post {
margin-bottom: 23px;
}
.int_blg_img_post ul {
column-count: 3;
}
.int_blg_img_post ul li a {
display: inline-block;
}
.int_blg_post_link {
display: flex;
margin-top: -10px;
}
ul.post_link1 {
flex: 50%;
}
ul.post_link1 svg {
margin-right: 10px;
}
.int_blog_testimonial {
background-color: #e31e24;
padding: 50px 80px;
position: relative;
text-align: center;
}
.int_blog_testimonial h5 {
color: #ffffff;
font-size: 18px;
}
.int_blog_testimonial h3 {
color: #ffffff;
font-size: 18px;
margin-top: 15px;
}
.int_blog_testimonial span {
font-size: 14px;
}
.int_blog_testimonial .int_qoute_svg svg {
width: 184px;
height: 142px;
}
.int_post_flex {
width: 100%;
display: inline-block;
margin-top: 23px;
}
.int_post_flex p {
margin: 0;
}
.int_post_section1 {
width: 34%;
display: inline-block;
vertical-align: top;
}
.int_post_section1 img {
padding: 5px 10px 5px 0;
}
.int_post_section2 {
width: 65%;
display: inline-block;
}
.int_post_section2 p {
margin: 0;
}
.int_social_blog_pst {
width: 100%;
display: flex;
border-top: solid 1px #efefef;
border-bottom: solid 1px #efefef;
padding: 15px 0 12px;
margin: 42px 0 80px;
}
.int_select_tag {
width: 50%;
}
.int_select_tag ul li {
display: inline-block;
}
.int_select_tag ul li a {
margin-right: 5px;
}
.int_select_tag ul li a:hover {
color: #e31e24;
}
.int_select_tag ul li i.fas.fa-tags {
color: #e31e24;
}
.int_select_social {
width: 50%;
text-align: right;
}
.int_select_social ul li {
display: inline-block;
}
.int_select_social ul li a {
color: #b9b9b9;
margin-left: 15px;
}
.int_select_social ul li a:hover {
color: #e31e24;
}
.int_auther_box {
display: flex;
padding: 20px;
align-items: center;
background-color: #e31e24;
}
.int_auther_img {
flex: none;
margin-right: 30px;
}
.int_auther_content h5 {
color: #ffffff;
font-size: 24px;
}
.int_auther_content span {
background-color: #ffffff;
color: #e31e24;
font-size: 14px;
padding: 4px 10px 3px;
border-radius: 3px;
margin-left: 5px;
vertical-align: middle;
}
.int_auther_content p {
color: #ffffff;
margin: 6px 0 0;
}
.int_blog_comment_box {
padding: 73px 0 0;
}
.int_blog_comment_box h1 {
font-size: 32px;
color: #222222;
margin-bottom: 10px;
}
.int_profile_box {
display: flex;
padding: 30px 0 22px;
}
.int_blog_comment_box ul li {
position: relative;
}
.int_blog_comment_box ul li:after {
position: absolute;
content: "";
background-color: #efefef;
height: 1px;
width: 100%;
bottom: 0;
}
.int_blog_comment_box ul li:last-child:after {
display: none;
}
ul.comment_left {
padding-left: 115px;
}
.int_user_profile {
width: 90px;
}
.int_user_text {
width: calc(100% - 90px);
}
.int_user_text h5 {
color: #222222;
font-size: 20px;
}
.int_user_text svg {
width: 16px;
height: 16px;
margin-left: 10px;
}
.int_user_text svg path {
fill: #e31e24;
}
.int_user_text span {
color: #e31e24;
font-size: 14px;
letter-spacing: 2px;
}
.int_user_text p {
color: #555555;
}
.int_user_text a {
color: #e31e24;
text-transform: uppercase;
}
.int_user_text a:hover {
color: #222222;
}
.int_blog_form {
padding-top: 42px;
}
.int_blog_form h2 {
font-size: 32px;
color: #222222;
margin-bottom: 20px;
}
.int_blog_form input {
height: 52px;
line-height: 45px;
border: solid 1px #ebebeb;
width: 100%;
margin-bottom: 30px;
padding: 0 20px;
}
.int_blog_form textarea {
width: 100%;
padding: 20px;
border: solid 1px #ebebeb;
margin-bottom: 22px;
height: 172px;
resize: none;
}  .int_blog_box.int_blog_single_dark {
margin-bottom: 0;
}
.int_blog_single_dark .int_blg_post_link ul li a {
color: #cdcdcd;
}
.int_blog_single_dark .int_blog_testimonial {
background-color: #212529;
}
.int_blog_single_dark .int_social_blog_pst {
border-top: solid 1px #3e4247;
border-bottom: solid 1px #3e4247;
}
.int_blog_single_dark .int_select_tag ul li i.fas.fa-tags {
color: #e31e24;
}
.int_blog_single_dark .int_select_tag ul li a {
color: #ffffff;
}
.int_blog_single_dark .int_select_tag ul li a:hover {
color: #e31e24;
}
.int_blog_single_dark .int_select_social ul li a {
color: #616467;
}
.int_blog_single_dark .int_select_social ul li a:hover {
color: #e31e24;
}
.int_blog_single_dark .int_auther_box {
background-color: #c6a47f;
}
.int_blog_single_dark .int_auther_content span {
color: #c6a47f;
}
.int_blog_single_dark .int_blog_comment_box h1 {
color: #ffffff;
}
.int_blog_single_dark .int_blog_comment_box ul li:after {
background-color: #3e4247;
}
.int_blog_single_dark .int_user_text h5 {
color: #ffffff;
}
.int_blog_single_dark .int_user_text span {
color: #c6a47f;
}
.int_blog_single_dark .int_user_text p {
color: #cdcdcd;
}
.int_blog_single_dark .int_user_text svg path {
fill: #c6a47f;
}
.int_blog_single_dark .int_user_text a {
color: #c6a47f;
}
.int_blog_single_dark .int_user_text a:hover {
color: #ffffff;
}
.int_blog_single_dark .int_blog_form h2 {
color: #ffffff;
}
.int_blog_single_dark .int_blog_form input, .int_blog_single_dark .int_blog_form textarea {
border: solid 1px #3e4247;
background-color: transparent;
color: #ffffff;
}
.int_blog_single_dark .int_blog_form input::placeholder, .int_blog_single_dark .int_blog_form textarea::placeholder {
color: #cdcdcd;
}  .int_product_sidebar .int_sidebar_box h4:after {
width: 255px;
}
.int_product_sidebar .int_search_btn input {
width: 195px;
}
.range_slider {
display: inline-block;
width: 100%;
}
.price_range{
margin: 0 0 20px;
}
.range_slider .ui-widget.ui-widget-content{
height: 3px;
border: solid 1px #f1f1f1;
background: #f1f1f1;
border-radius: 3px;
}
.range_slider .ui-slider .ui-slider-range{
background-color: #e31e24;
height: 3px;
}
.range_slider .ui-state-default{
border: 1px solid #e31e24;
background: #e31e24;
outline: none;
border-radius: 50%;
top: -5px;
cursor: pointer;
width: 10px;
height: 10px;
}
.range_slider .ui-slider-horizontal .ui-slider-range {
top: -1px;
}
.price_range p{
margin: 0;
font-size: 18px;
color: #222222;
text-transform: capitalize;
font-weight: 600;
} .int_blog_category.int_product_white {
padding: 61px 0 80px;
}
.product_list_filter {
margin-bottom: 15px;
}
.product_list_filter > ul > li{
display: inline-block;
width: 33%;
text-align: left;
color: #222222;
font-size: 18px;
text-transform: capitalize;
position: relative;
}
.product_list_filter > ul > li:nth-child(2):after{
left: auto;
right: 45px;
}
.product_list_filter > ul > li:first-child{
text-align: left;
}
.product_list_filter > ul > li:last-child{
text-align: right;
}
.product_list_filter ul.list_view_toggle > li{
display: inline-block;
margin-right: 10px;
}
.product_list_filter > ul > li .nice-select{
border: none;
margin: 0 auto;
float: none;
display: inline;
font-size: 18px;
}
.nice-select{
height: 50px;
line-height: 50px;
font-size: 15px;
width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
border-color: #ebebeb;
}
.nice-select .list{
margin-top: 15px;
}
.product_list_filter > ul > li .nice-select:after{
width: 7px;
height: 7px;
border-color: #e31e24;
}
.product_list_filter > ul > li .nice-select .option{
font-size: 16px;
}
.product_list_filter > ul > li .nice-select .option.selected {
font-weight: 600;
background-color: #f5f5f5;
}
.product_list_filter .nice-select .list {
left: 18px;
}
.product_list_filter .nice-select {
background-color: transparent;
}
.list_view_toggle > li > a{
width: 24px;
height: 24px;
display: inline-block;
text-align: center;
line-height: 19px;
}
.list_view_toggle > li > a.active > svg path{
fill: #e31e24;
}  .int_product_listbar.int_product_style4 {
text-align: center;
padding-bottom: 10px;
}
.int_product_listbar > ul > li {
display: inline-block;
width: 33%;
}
.int_product_listbar .product_ovr_links {
background-color: #e31e24;
} .int_product_listbar .product_item_block .content_block{
position: relative;
padding: 32px 30px 0;
display: none;
text-align: left;
}
.int_product_listbar.product_list_view .product_item_block .content_block{
display: block;
}
.product_list_view .product_text_rs {
display: none;
}
.product_list_view.int_product_listbar ul li .org_product_block a{
transform: translateX(0px);
opacity: 1;
visibility: visible;
position: relative;
top: unset;
left: unset;
}
.content_block .product_price_box{
display: flex;
align-items: center;
justify-content: space-between;
}
.content_block .product_price_box > h3{
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
color: #222222;
margin-bottom: 5px;
}
.content_block .product_price_box > h5{
font-size: 26px;
color: #222222;
text-transform: capitalize;
font-weight: 700;
}
.content_block .product_price_box > h5 > span{
font-size: 20px;
}
.content_block > p{
margin-bottom: 20px;
color: #555555;
}
.content_block > .rating_section{
display: flex;
align-items: center; 
margin-bottom: 20px;
}
.content_block > .rating_section span{
color: #e31e24;
margin-right: 10px;
}
.content_block > .rating_section > ul > li{
display: inline-block;
}
.content_block > .rating_section > ul > li > a{
color: #7c7c7c;
}
.content_block > .rating_section > ul > li > a.active{
color: #e31e24;
}
.content_block > .rating_section{
margin-bottom: 10px;
}
.content_block > .rating_section > p{
margin: 0;
text-transform: capitalize;
margin-left: 10px;
color: #555555;
}
.content_block > .product_code{
margin-bottom: 15px;
}
.content_block > .product_code > li{
display: inline-block;
padding: 0px 10px;
position: relative;
}
.content_block > .product_code > li:first-child{
padding-left: 0;
}
.content_block > .product_code > li:first-child:after{
content: "";
position: absolute;	
top: 50%;
transform: translateY(-50%);
right: 0;
width: 1px;
height: 15px;
background-color: #222222;
}
.content_block > .product_code > li > p{
margin: 0;
text-transform: capitalize;
color: #555555;
}
.content_block > .product_code > li > p span{
color: #e31e24;
}
.int_product_listbar.product_list_view > ul > li{
width: 100%;
}
.int_product_listbar.product_list_view > ul > li > .product_item_block{
display: flex;
margin-bottom: 30px;
}
.int_product_listbar.product_list_view .product_item_block .product_grid{
box-shadow: none;
margin-bottom: 0;
}
.int_product_listbar.product_list_view .product_item_block .product_grid:hover{
box-shadow: none;
margin: 0;
}
.product_list_view.int_product_style4 .product_item:hover {
box-shadow: none;
}  .int_blog_dark_version.int_product_dark {
padding: 65px 0 80px;
background-color: #282d32;
position: relative;
z-index: 2;
}
.int_blog_sidebar.int_product_sidebar {
margin-top: 15px;
}
.int_product_dark .price_range p {
color: #ffffff;
}
.int_product_dark .range_slider .ui-widget.ui-widget-content {
border: solid 1px #53575b;
background: #53575b;
}
.int_product_dark .range_slider .ui-state-default {
border: 1px solid #e31e24;
background: #e31e24;
}
.int_product_dark .range_slider .ui-slider .ui-slider-range {
background-color: #e31e24;
}
.int_product_dark .int_checkbox > label {
color: #ffffff;
}
.int_product_dark .int_checkbox > input:checked ~ label {
color: #e31e24;
}
.int_product_dark .int_checkbox > input:checked ~ label:before {
background-color: #ffffff;
border: solid 1px #ffffff;
}
.int_product_dark .int_checkbox > label:after {
border-left: 3px solid #282d32;
border-bottom: 3px solid #282d32;
}
.int_product_dark .int_checkbox > label:before {
border: solid 1px #ffffff;
background: #ffffff;
}
.int_product_dark span.current {
color: #ffffff;
}
.int_product_dark ul.list_view_toggle > li > span {
color: #ffffff;
}
.int_product_dark .product_list_filter > ul > li .nice-select:after {
border-color: #e31e24;
}
.int_product_dark .list_view_toggle > li > a.active > svg path {
fill: #e31e24;
}
.int_product_dark .product_item {
background-color: #282d32;
border: solid 1px #383f45;
}
.int_product_dark .product_ovr_links {
background-color: #383f45;
}
.int_product_dark .product_overlay {
background-color: #e31e24;
}
.int_product_dark .content_block .product_price_box > h3 {
color: #ffffff;
}
.int_product_dark .content_block .product_price_box > h5 {
color: #ffffff;
}
.int_product_dark .content_block > p {
color: #ffffff;
}
.int_product_dark .content_block > .rating_section span {
color: #e31e24;
}
.int_product_dark .content_block > .rating_section > ul > li > a.active {
color: #e31e24;
}
.int_product_dark .content_block > .rating_section > p {
color: #ffffff;
}
.int_product_dark .content_block > .product_code > li > p {
color: #ffffff;
}
.int_product_dark .content_block > .product_code > li > p span {
color: #e31e24;
}
.int_product_dark .product_text_rs span {
color: #cdcdcd;
}
.int_product_dark .product_text_rs p {
color: #e31e24;
}
.int_product_dark .int_blog_pagination, .int_product_white .int_blog_pagination {
margin-left: 16px;
}  .int_product_single {
padding: 80px 0px 50px;
}
.int_thumb_slider {
text-align: center;
margin-bottom: 20px;
}
.int_thumb_slider .swiper-slide-active {
border: solid 1px #ececec;
cursor: pointer;
}
.int_minithumb_slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
border: solid 1px #e31e24;
}
.int_minithumb_slider .swiper-slide {
border: solid 1px #ececec;
cursor: pointer;
} .int_price_detail h1 {
font-size: 30px;
color: #222222;
margin-bottom: 5px;
}
.int_price_detail ul {
border-bottom: solid 1px #ececec;
padding-bottom: 15px;
}
.int_price_detail ul li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
text-transform: capitalize;
}
.int_price_detail ul li:nth-child(1) {
color: #222222;
font-size: 32px;
font-weight: 500;
}
.int_price_detail ul li:nth-child(2) {
font-size: 24px;
color: #b5b5b5;
text-decoration: line-through;
}
.int_price_detail ul li:nth-child(3) {
color: #fff;
background-color: #3cb82c;
padding: 0 10px;
position: relative;
margin-right: 18px;
}
.int_price_detail ul li:nth-child(3):after {
position: absolute;
content: "";
border-top: solid 12px #3cb82c;
border-right: solid 10px #3cb82c00;
border-left: solid 10px #3cb82c;
border-bottom: solid 12px #3cb82c;
}
.int_price_detail ul li:nth-child(4) {
font-weight: 500;
color: #222222;
}
.int_price_detail ul li:nth-child(5) i.fa.fa-star.active {
color: #fbcf00;
}
.int_price_detail ul li:nth-child(5) i.fa.fa-star {
color: #c6c6c6;
}
.int_thumb_description {
margin: 30px 0 15px;
}
.int_thumb_description p {
color: #555555;
margin-bottom: 10px;
}
.int_thumb_description ul li {
position: relative;
font-size: 16px;
margin-left: 15px;
}
.int_thumb_description ul li:after {
position: absolute;
content: "";
background: red;
width: 5px;
height: 5px;
top: 10px;
left: -15px;
}
.int_thumb_description ul li span {
color: #222222;
font-weight: 500;
}
.int_color_thumb h5 {
font-size: 18px;
margin-bottom: 10px;
color: #222222;
}
.int_color_thumb ul li {
width: 20px;
height: 20px;
background: #f9d042;
display: inline-block;
border: solid 2px #f3f3f3;
cursor: pointer;
}
.int_color_thumb ul li:nth-child(2) {
background: #f98342;
}
.int_color_thumb ul li:nth-child(3) {
background: #42aef9;
}
.int_color_thumb ul li:nth-child(4) {
background: #9442f9;
}
.int_quantity_style2 {
margin-bottom: 17px;
}
.int_quantity_style2 .int_textbox_subscribe4 {
margin-top: 13px;
}
.int_quantity_style2 p {
color: #222222;
font-size: 18px;
margin-bottom: 8px;
font-weight: 500;
}
.int_quantity_style2 .int_search_wrapper a.index4_btn {
background-color: #222222;
color: #ffffff;
border-radius: 0;
top: 0;
right: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
}
.int_quantity_style2 .int_search_wrapper a.index4_btn:hover {
background: #e31e24;
}
.int_quantity_style2 .int_search_wrapper input {
border: solid 1px #f3f3f3;
border-radius: 0;
height: 50px;
padding: 0 180px 0 15px;
margin-bottom: 5px;
} .int_quantity_stock h5 {
font-size: 18px;
color: #222222;
font-weight: 500;
margin-bottom: 25px;
}
.int_quantity_stock span {
color: #3cb82c;
font-size: 14px;
}
.int_quantity_stock ul li {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.int_quantity_stock ul li:first-child {
color: #222222;
font-size: 18px;
font-weight: 500;
}
.int_quantity_stock a.int_btn_two {
background-color: #222222;
}
.int_quantity_stock a.int_btn_two:before {
background-color: #e31e24;
}
.int_quantity_stock a.svg_icon {
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
border: solid 1px #f3f3f3;
text-align: center;
}
.int_quantity_stock a.svg_icon:hover {
background-color: #e31e24;
fill: #ffffff;
}
.int_quantity_stock ul li a svg {
width: 18px;
}
.quantity_wrapper {
width: 100px;
display: inline-block;
float: left;
}
.quantity_wrapper > .input-group{
background-color: #f8f8f8;
}
.quantity_wrapper > .input-group > span.quantity_minus {
font-size: 16px;
color: #555555;
background-color: #e3e3e3;
cursor: pointer;
position: absolute;
top: 0px;
right: 0px;
width: 30px;
text-align: center;
}
.quantity_wrapper > .input-group > span.quantity_plus {
font-size: 16px;
color: #555555;
width: 30px;
background-color: #e3e3e3;
cursor: pointer;
position: absolute;
bottom: 0;
right: 0;
text-align: center;
}
.quantity_wrapper > .input-group > input{
text-align: center;
color: #222222;
background-color: #f8f8f8;
border: none;
height: 50px;
width: 70px;
} .product_detail_tab > .nav-tabs{
border: none;
margin-bottom: 30px;
}
.int_tab_peragraph {
border: solid 1px #f3f3f3;
padding: 43px 50px 25px;
}
.int_tab_peragraph > p {
color: #555555;
margin-bottom: 20px;
}
.int_tab_peragraph span {
font-weight: 600;
}
.product_detail_tab > ul > li{
margin: 0px 10px;
}
.product_detail_tab > ul > li:first-child{
margin-left: 0;
}
.product_detail_tab > ul > li > a{
display: inline-block;
min-width: 130px;
padding: 9px 10px;
background-color: transparent;
text-transform: capitalize;
color: #222222;
text-align: center;
font-size: 16px;
}
.product_detail_tab > ul > li > a.active{
color: #ffffff;
font-weight: 500;
background-color: #e31e24;
}
.additional_info{
width: 86%;
position: relative;
}
.additional_info > li{
width: 50%;
float: left;
text-transform: capitalize;
margin-bottom: 20px;
}
.additional_info > li > span{
font-size: 16px;
color: #222;
text-transform: capitalize;
font-weight: bold;
margin-right: 10px;
}
.fd_review_wrapper .review_heading{
font-size: 20px;
color: #222222;
font-weight: 800;
margin-bottom: 20px;
text-transform: capitalize;
}
.fd_review_wrapper h5{
font-size: 20px;
color: #222222;
font-weight: 500;
margin-bottom: 35px;
text-transform: capitalize;
}
.form_block{
margin-bottom: 30px;
}
.form_block .form_field{
height: 50px;
width: 100%;
padding: 0px 30px;
border: 1px solid #ebebeb;
outline: none;
}
.form_block textarea.form_field{
min-height: 170px;
padding-top: 15px;
resize: none;
}  .int_product_slider_white .int_heading_style3 h4 {
color: #e31e24;
}
.int_product_slider_white .product_ovr_links {
background-color: #e31e24;
}
.int_product_slider_white .int_product_slider_box .swiper-pagination-bullet-active {
background: #e31e24;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}  .int_product_single.int_product_single_dark {
background-color: #282d32;
}
.int_product_single_dark .int_thumb_slider .swiper-slide-active {
border: solid 1px #383f45;
}
.int_product_single_dark .int_minithumb_slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
border: solid 1px #e31e24;
}
.int_product_single_dark .int_minithumb_slider .swiper-slide {
border: solid 1px #383f45;
}
.int_product_single_dark .int_price_detail h1 {
color: #ffffff;
}
.int_product_single_dark .int_price_detail ul li:nth-child(1) {
color: #e31e24;
}
.int_product_single_dark .int_price_detail ul li:nth-child(4) {
color: #cdcdcd;
}
.int_product_single_dark .int_price_detail ul {
border-bottom: solid 1px #383f45;
}
.int_product_single_dark .int_thumb_description p {
color: #ffffff;
}
.int_product_single_dark .int_thumb_description ul li {
color: #cdcdcd;
}
.int_product_single_dark .int_thumb_description ul li span {
color: #ffffff;
}
.int_product_single_dark .int_thumb_description ul li:after {
background: #e31e24;
}
.int_product_single_dark .int_color_thumb h5 {
color: #ffffff;
}
.int_product_single_dark p {
color: #ffffff;
}
.int_product_single_dark .int_search_wrapper input {
border: solid 1px #515559;
background-color: #282d32;
color: #ffffff;
}
.int_product_single_dark .int_search_wrapper a.index4_btn {
background-color: #e31e24;
}
.int_product_single_dark .int_search_wrapper a.index4_btn:hover {
background: #555555;
}
.int_product_single_dark .int_textbox_subscribe4 span {
color: #cdcdcd;
}
.int_product_single_dark .int_quantity_stock h5 {
color: #ffffff;
}
.int_product_single_dark .int_quantity_stock span {
color: #3cb82c;
}
.int_product_single_dark .int_quantity_stock ul li:first-child {
color: #ffffff;
}
.int_product_single_dark .quantity_wrapper > .input-group > input {
color: #ffffff;
background-color: #212529;
}
.int_product_single_dark .quantity_wrapper > .input-group > span.quantity_minus {
color: #ffffff;
background-color: #15171a;
}
.int_product_single_dark .quantity_wrapper > .input-group > span.quantity_plus {
color: #ffffff;
background-color: #15171a;
}
.int_product_single_dark .int_quantity_stock a.int_btn_two {
background-color: #e31e24;
}
.int_product_single_dark .int_quantity_stock a.int_btn_two:before {
background-color: #555555;
}
.int_product_single_dark .int_quantity_stock a.svg_icon {
border: solid 1px #383f45;
}
.int_product_single_dark .int_quantity_stock ul li a svg {
fill: #fff;
}
.int_product_single_dark .int_quantity_stock a.svg_icon:hover {
background-color: #e31e24;
}
.product_detail_wrapper.product_detail_wrapper_dark {
background-color: #282d32;
}
.product_detail_wrapper_dark .product_detail_tab > ul > li > a.active {
background-color: #e31e24;
}
.product_detail_wrapper_dark .product_detail_tab > ul > li > a {
color: #ffffff;
}
.product_detail_wrapper_dark .int_tab_peragraph {
border: solid 1px #383f45;
}
.product_detail_wrapper_dark .int_tab_peragraph > p {
color: #cdcdcd;
}
.product_detail_wrapper_dark .int_tab_peragraph span {
color: #ffffff;
}
.product_detail_wrapper_dark .fd_review_wrapper .review_heading {
color: #ffffff;
}
.product_detail_wrapper_dark .fd_review_wrapper h5 {
color: #ffffff;
}
.product_detail_wrapper_dark .form_block .form_field {
border: 1px solid #383f45;
background-color: #282d32;
color: #ffffff;
}
.product_detail_wrapper_dark input.form_field::placeholder, .product_detail_wrapper_dark textarea.form_field::placeholder {
color: #cdcdcd;
}
.product_detail_wrapper_dark .additional_info > li > span {
color: #ffffff;
}
.product_detail_wrapper_dark .additional_info > li {
color: #ffffff;
}
.int_product_slider.int_product_slider_dark {
background-color: #282d32;
}
.int_product_slider_dark .int_heading_style3 h4 {
color: #e31e24;
}
.int_product_slider_dark .product_overlay {
background-color: #e31e24;
}
.int_product_slider_dark .product_item {
background-color: #282d32;
border: solid 1px #383f45;
}
.int_product_slider_dark .product_item:hover {
background-color: #212529;
}
.int_product_slider_dark .product_ovr_links {
background-color: #2c3237;
}
.int_product_slider_dark .product_text_rs p {
color: #e31e24;
}
.int_product_slider_dark .product_text_rs span {
color: #cdcdcd;
}
.int_product_slider_dark .swiper-pagination-bullet {
background: #c1c1c1;
}
.int_product_slider_dark .swiper-pagination-bullet-active {
background: #e31e24;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}  .int_product_checkout {
padding: 80px 50px 80px;
}
.int_checkout_box {
border: solid 1px #f5f5f5;
padding: 78px 50px 80px;
}
.int_white_progress {
padding: 0 0 0 5px;
}
.int_white_progress .progress_active .progress-bar-striped {
background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.31) 25%,#00000000 25%,#00000000 50%,rgba(255, 255, 255, 0.31) 50%,rgba(255, 255, 255, 0.31) 75%,transparent 75%,transparent);
}
.int_white_progress .progress_active .progress-bar {
background-color: #e31e24;
}
.int_white_progress ul li {
display: inline-block;
width: 33%;
position: relative;
}
.int_white_progress .progress-bar {
background-color: #eee;
}
.int_white_progress .progress {
height: 7px;
position: relative;
overflow: visible;
}
.int_white_progress .progress-bar-striped{
background-image: none;
}
.int_white_progress .progress-bar:after, .int_white_progress ul li:last-child:before {
position: absolute;
content: "";
width: 20px;
height: 20px;
background: #e31e24;
border-radius: 100%;
top: 49%;
left: -6px;
transform: translate(0px, -50%);
z-index: 0;
}
.int_white_progress .progress-bar:before, .int_white_progress ul li:last-child:after {
position: absolute;
content: "";
width: 8px;
height: 8px;
background: #ffffff;
border-radius: 100%;
top: 49%;
left: 0;
transform: translate(0px, -50%);
z-index: 1;
}
.int_white_progress ul li:last-child:before{
left: auto;
right: -1px;
z-index: 1;
}
.int_white_progress ul li:last-child:after{
left: auto;
right: 5px;
z-index: 2;
}
.int_white_progress ul li span {
position: absolute;
left: -35px;
bottom: -60px;
color: #222222;
font-size: 22px;
text-transform: capitalize;
}
.int_white_progress ul li span.pro_confirm {
right: 0;
left: auto;
}
.int_white_progress ul li:first-child span{
left: -5px;
} .int_debit_cart {
margin-top: 94px;
}
.int_credit_cart {
padding: 35px 30px;
border: solid 1px #f5f5f5;
cursor: pointer;
}
.int_credit_cart.active {
border: solid 1px #3fad21;
background-color: #fafff6;
}
.int_credit_cart > ul {
display: flex;
}
.int_credit_cart > ul > li{
display: inline-block;
align-self: center;
}
.int_credit_cart h4 {
font-size: 22px;
color: #222222;
}
.int_credit_cart p {
color: #555555;
}
.int_credit_cart > ul > li:first-child {
width: 35px;
}
.int_credit_cart > ul > li:nth-child(2) {
width: calc(100% - 130px);
}
.int_credit_cart > ul > li:last-child {
width: 100px;
text-align: right;
}
.int_credit_cart > ul > li > input[type="radio"]{
position: absolute;
left: -9999px;
}
.int_credit_cart > ul > li > label{
position: relative;
margin: 0;
padding-left: 25px;
cursor: pointer;
}
.int_credit_cart > ul > li > label > span{
margin-right: 10px;
vertical-align: middle;
text-transform: capitalize;
color: #222222;
}
.int_credit_cart > ul > li > label:before{
content: "";
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
border: 2px solid #c8c8c8;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.int_credit_cart > ul > li > label:after{
content: "";
display: inline-block;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #c8c8c8;
position: absolute;
top: 50%;
left: 5px;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.int_credit_cart > ul > li > input[type="radio"]:checked ~ label:before{
border-color: #3fad21;
}
.int_credit_cart > ul > li > input[type="radio"]:checked ~ label:after{
background-color: #3fad21;
} .fd_review_wrapper {
margin-top: 43px;
}
.fd_review_wrapper label {
font-size: 18px;
color: #222222;
}
.int_shipping_pager {
margin-top: 34px;
margin-bottom: -5px;
}
.int_shipping_pager ul {
text-align: center;
}
.int_shipping_pager ul li {
display: inline-block;
}
.int_shipping_pager ul li:first-child {
color: #222222;
margin-top: 12px;
font-weight: 500;
float: left;
font-size: 16px;
}
.int_shipping_pager ul li a:first-child:hover {
color: #e31e24;
}
.int_shipping_pager ul li:last-child {
float: right;
}
.int_shipping_pager ul li a.int_btn_two:last-child:hover {
color: #ffffff;
}
.int_shipping_pager i.fas.fa-chevron-left {
margin-right: 3px;
font-size: 14px;
}  .int_product_checkout.int_product_checkout_dark {
background-color: #282d31;
padding: 80px 50px;
}
.int_product_checkout_dark .int_checkout_box {
background-color: #212429;
border: solid 1px #212429;
padding: 77px 50px 79px;
}
.int_product_checkout_dark .int_white_progress .progress-bar:after, .int_product_checkout_dark .int_white_progress ul li:last-child:before {
background: #e31e24;
}
.int_product_checkout_dark .int_white_progress .progress-bar:before, .int_product_checkout_dark .int_white_progress ul li:last-child:after {
background: #212429;
}
.int_product_checkout_dark .int_white_progress .progress_active .progress-bar {
background-color: #e31e24;
}
.int_product_checkout_dark .int_white_progress .progress-bar {
background-color: #282d31;
}
.int_product_checkout_dark .int_white_progress ul li span {
color: #ffffff;
}
.int_product_checkout_dark .int_credit_cart {
border: solid 1px #373a3f;
}
.int_credit_cart.int_credit_dark.active2 {
border: solid 1px #e31e24;
background-color: #282d32;
}
.int_product_checkout_dark .int_credit_cart h4 {
color: #ffffff;
}
.int_product_checkout_dark .int_credit_cart p {
color: #ffffff;
}
.int_product_checkout_dark .int_credit_cart > ul > li > input[type="radio"]:checked ~ label:after {
background-color: #e31e24;
}
.int_product_checkout_dark .int_credit_cart > ul > li > input[type="radio"]:checked ~ label:before {
border-color: #e31e24;
}
.int_product_checkout_dark .fd_review_wrapper label {
color: #ffffff;
}
.int_product_checkout_dark .form_block .form_field {
border: 1px solid #373a3f;
background-color: #212429;
color: #ffffff;
}
.int_product_checkout_dark .form_block input.form_field::placeholder {
color: #cdcdcd;
}
.int_product_checkout_dark .int_shipping_pager ul li a:first-child {
color: #ffffff;
}
.int_product_checkout_dark .int_shipping_pager ul li a:first-child:hover {
color: #e31e24;
}
.int_product_checkout_dark .int_shipping_pager ul li a.int_btn:last-child:hover {
color: #ffffff;
}  .int_checkout_table .table thead th {
vertical-align: middle;
border-bottom: 1px solid #f5f5f5;
border-top: 1px solid #f5f5f5;
text-transform: capitalize;
color: #707070;
font-size: 18px;
}
.int_checkout_table .table td {
vertical-align: middle;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
}
.int_checkout_table a {
background-color: #ebebeb;
display: inline-block;
border-radius: 40px;
padding: 3px 11px;
}
.int_checkout_table img {
border: solid 1px #f1f1f1;
width: 78px;
margin-right: 13px;
}
.int_checkout_table span {
font-size: 20px;
color: #222222;
}
.int_checkout_table h4 {
font-size: 20px;
color: #222222;
font-weight: 400;
} .int_table_quantity .quantity_wrapper {
display: flex;
align-items: center;
}
.quantity_qty span {
margin-left: 35px;
margin-right: 10px;
font-size: 16px;
}
.int_table_quantity .quantity_wrapper > .input-group{
border-radius: 20px;
background-color: #f4f4f4;
}
.int_table_quantity .quantity_wrapper > .input-group > span{
height: 30px;
width: 33%;
line-height: 30px;
position: relative;
font-size: 18px;
color: #222222;
font-weight: 600;
background-color: #f4f4f4;
cursor: pointer;
border-radius: 20px;
}
.int_table_quantity .quantity_wrapper > .input-group > input{
max-width: 33%;
color: #222222;
border: none;
background-color: #f4f4f4;
height: 30px;
width: 90px;
}
.int_table_quantity .quantity_wrapper > .input-group > span.quantity_minus:after, .int_table_quantity .quantity_wrapper > .input-group > span.quantity_plus:before{
position: absolute;
width: 1px;
height: 22px;
background-color: #ebebeb;
top: 50%;
right: 0;
content: "";
margin-top: -11px;
}
.int_table_quantity .quantity_wrapper > .input-group > span.quantity_plus:before{
left: 0;
right: auto;
}
.int_shipping_pager input {
width: 300px;
}  .int_shipping_flex {
width: 100%;
float: left;
padding-bottom: 11px;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 25px;
}
.int_shipping_flex.int_shipping10 {
border-bottom: none;
}
.int_shipping_flex.int_shipping04 {
border: 1px solid #f5f5f5;
padding: 30px;
}
.int_shipping_add {
width: 70%;
float: left;
}
.int_shipping_add h4 {
font-size: 22px;
color: #222;
}
.int_shipping_add h5 {
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}
.int_shipping04 .int_shipping_add h5 {
margin-top: 17px;
margin-right: 10px;
}
.int_shipping_edit {
width: 30%;
float: left;
text-align: right;
}
.int_shipping_edit a {
color: #007bff;
text-transform: capitalize;
font-size: 16px;
}
.int_shipping_pager h4 {
margin-top: 11px;
color: #222222;
}
.fd_review_wrapper.fd_review_delivery {
padding: 42px 0 16px;
margin-top: 43px;
}
.fd_review_delivery .nice-select {
border-radius: 0;
border: solid 1px #ebebeb;
}
.fd_review_delivery .nice-select .list {
border-radius: 0;
}
.fd_review_delivery h4.border_btm_input {
border-bottom: solid 1px #f5f5f5;
margin-bottom: 30px;
padding-bottom: 13px;
color: #222222;
}
.clear_fix {
clear: both;
}  .int_product_checkout_dark .int_shipping_add h4 {
color: #ffffff;
}
.int_product_checkout_dark .int_shipping_edit a {
color: #e31e24;
}
.int_product_checkout_dark .int_shipping_flex {
border-bottom: 1px solid #373a3f;
}
.int_shipping_flex.int_shipping10.int_shipping_border {
border-bottom: none;
}
.int_product_checkout_dark .int_shipping_add h5 {
color: #ebebeb;
}
.int_product_checkout_dark .int_shipping_flex.int_shipping04 {
border: 1px solid #373a3f;
}
.int_product_checkout_dark .int_checkout_table .table thead th {
border-bottom: 1px solid #373a3f;
border-top: 1px solid #373a3f;
color: #ebebeb;
}
.int_product_checkout_dark .int_checkout_table .table td {
border-top: 1px solid #373a3f;
border-bottom: 1px solid #373a3f;
width: auto;
}
.int_product_checkout_dark .int_checkout_table a {
background-color: #373a3f;
}
.int_product_checkout_dark .int_checkout_table img {
border: solid 1px #373a3f;
}
.int_product_checkout_dark .int_checkout_table span {
color: #ffffff;
}
.int_product_checkout_dark .int_checkout_table h4 {
color: #ffffff;
}
.int_product_checkout_dark .int_shipping_pager h4 {
color: #ffffff;
}
.int_product_checkout_dark .int_shipping_pager ul li:last-child {
margin-right: 30px;
}
.int_product_checkout_dark .int_search_wrapper input {
border: solid 1px #373a3f;
background-color: #282d31;
color: #ffffff;
}
.int_product_checkout .int_search_wrapper input {
padding: 0 20px;
}
.int_product_checkout_dark .int_search_wrapper a.index4_btn {
background-color: #e31e24;
}
.int_product_checkout_dark .int_search_wrapper a.index4_btn:hover {
background-color: #555555;
}
.int_product_checkout_dark .int_search_wrapper a.index4_btn:before {
background: #555555;
}
.int_product_checkout_dark .quantity_wrapper > .input-group {
background-color: #373a3f;
}
.int_product_checkout_dark .quantity_wrapper > .input-group > span {
color: #ffffff;
background-color: #373a3f;
}
.int_product_checkout_dark .quantity_wrapper > .input-group > input {
color: #ffffff;
background-color: #373a3f;
}
.int_product_checkout_dark .quantity_wrapper > .input-group > span.quantity_minus:after, .int_product_checkout_dark .quantity_wrapper > .input-group > span.quantity_plus:before {
background-color: rgba(235, 235, 235, 0.14);
}
.int_product_checkout_dark .fd_review_delivery h4.border_btm_input {
border-bottom: solid 1px #373a3f;
color: #ffffff;
}
.int_product_checkout_dark .fd_review_delivery .nice-select {
border: solid 1px #373a3f;
background-color: #212429;
color: #ffffff;
}
.int_product_checkout_dark .fd_review_delivery .nice-select .list {
background-color: #282d31;
color: #e31e24;
}  .int_darkab_service_section.int_contact_detail {
padding: 80px 0 50px;
}
.int_contact_dark_form {
background-color: #282d32;
}
.int_contact_dark_form .int_contact_white_form {
background-color: #212529;
}
.int_map_wrapper {
display: grid;
}
.int_map_wrapper iframe {
width: 100%;
}
.int_contact_dark_form .int_contact_white_form h1 {
color: #ffffff;
}
.int_contact_dark_form .form_block .form_field {
border: 1px solid #383b3f;
background-color: #212529;
color: #ffffff;
}
.int_contact_dark_form .form_block input.form_field::placeholder {
color: #cdcdcd;
}
.int_contact_dark_form .form_block textarea.form_field::placeholder {
color: #cdcdcd;
}  .int_contact_form_box {
padding-bottom: 80px;
}
.int_aboutus_service_section.int_contact_detail {
padding: 80px 0 50px;
}
.int_contact_detail .int_service_box2 {
padding: 42px 30px;
}
.int_contact_detail .int_service_box2 h4 {
margin-bottom: 10px;
}
.int_contact_detail .int_service_box2 p {
font-size: 18px;
line-height: 1.6;
margin-top: 0;
}
.int_contact_white_form {
width: 970px;
height: auto;
margin: -400px auto 0px;
background-color: #ffffff;
box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
padding: 43px 50px 45px;
position: relative;
}
.int_contact_white_form h1 {
font-size: 32px;
margin-bottom: 40px;
color: #222222;
}  .int_error_white {
padding: 80px 0;
text-align: center;
}
.int_error_four h1 {
margin-top: 50px;
font-size: 50px;
font-weight: 600;
color: #222222;
}
.int_error_four p {
color: #555555;
font-size: 24px;
margin: 0 0 16px;
}  .int_error_dark {
background-color: #282d32;
}
.int_error_dark .int_error_four h1 {
color: #ffffff;
}
.int_error_dark .int_error_four p {
color: #cdcdcd;
}  .int_profile_white {
padding: 80px 0;
}
.int_profile_edit {
padding: 50px;
box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
margin-top: 110px;
}
.int_profile_img {
text-align: center;
position: relative;
margin-top: -160px;
z-index: 11;
padding-bottom: 50px;
}
.int_profile_img img {
border-radius: 100%;
width: 170px;
height: 170px;
}
.int_profile_img input[type="file"] {
position: absolute;
left: -9999px;
opacity: 0;
visibility: hidden;
}
.int_profile_img span {
margin: 0;
position: absolute;
left: 50%;
bottom: 30px;
transform: translateX(-50%);
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #e31e24;
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.int_basic_edit {
position: relative;
margin-bottom: 10px;
}
.int_basic_edit:after {
position: absolute;
content: "";
border-bottom: solid 1px #ebebeb;
width: 100%;
bottom: 20px;
}
.int_basic_edit h3 {
font-size: 24px;
color: #222222;
}
.int_basic_edit a {
color: #e31e24;
text-transform: capitalize;
}
.int_basic_edit a:hover {
color: #222222;
}
.int_basic_edit a i {
margin-right: 5px;
}  .int_profile_white.int_profile_dark {
background-color: #282d32;
}
.int_profile_dark .int_basic_edit:after {
border-bottom: solid 1px #383b3f;
}
.int_profile_dark .int_profile_edit {
background-color: #212529;
}
.int_profile_dark .int_profile_img span {
background-color: #e31e24;
}
.int_profile_dark .int_basic_edit a {
color: #e31e24;
}
.int_profile_dark .int_basic_edit a:hover {
color: #ffffff;
}
.int_profile_dark .int_basic_edit h3 {
color: #ffffff;
}
.int_profile_dark .form_block .form_field {
border: 1px solid #383b3f;
background-color: #212529;
color: #ffffff;
}
.int_profile_dark .form_block input.form_field::placeholder {
color: #cdcdcd;
}  .int_header_wrapper.int_header_style5 {
padding: 0;
position: absolute;
left: 0;
right: 0;
}
.int_header_style5 .container {
max-width: 1360px;
}
.int_header_style5 .int_logo {
margin-left: 0;
}
.int_header5 {
background-color: #fff;
padding: 0 65px 0 80px;
}
.int_header5 .int_nav .int_menu > ul > li > a {
color: #222222;
}
.int_header5 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
color: #ffab1a;
}
.int_header5 .int_nav .int_menu > ul > li:after {
background: #ffab1a;
}
.int_banner_index5 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index5_banner.jpg);
background-size: cover;
background-position: center center;
padding: 380px 80px 259px;
}
.int_text_five {
text-align: center;
margin: auto;
width: 1100px;
}
.int_text_five h4 {
color: #ffffff;
text-transform: uppercase;
font-size: 26px;
font-weight: normal;
position: relative;
z-index: 1;
letter-spacing: 5px;
margin-bottom: 20px;
}
.int_text_five h4::after {
position: absolute;
content: "";
background-color: #ffab1a;
width: 285px;
height: 50px;
top: -10px;
left: 0;
right: 0;
margin: auto;
z-index: -1;
}
.int_text_five h1 {
color: #ffffff;
font-size: 80px;
margin-bottom: 5px;
}
.int_text_five .index4_btn {
background-color: #fff;
color: #222;
}
.int_text_five .index4_btn:hover {
color: #fff;
} .int_about_style2.int_about_section2.int_about_banner_style5 {
background-color: #fff;
}
.int_about_style5 .about_contentbox {
padding: 77px 30px 70px 30px;
}
.int_about_style5 .int_heading h4 {
color: #ffab1a;
}
.int_about_style5 span {
border-bottom: solid 2px #ffab1a;
}
.int_about_style5 .int_deal_text3 {
padding: 35px 0px 7px 0;
}
.int_about_style5 h2 {
color: #222222;
}
.int_about_style5 h6 {
color: #555;
} .mouse_wheel_slide .swiper-pagination {
position: fixed;
}
.int_main_wraapper.mouse_wheel_slide {
height: 100%;
position: relative;
}
.mouse_wheel_slide .swiper-container {
width: 100%;
height: 100vh;
}
.mouse_wheel_slide .swiper-container-autoheight, .mouse_wheel_slide .swiper-container-autoheight .swiper-slide {
height: auto !important;
}
.mouse_wheel_slide .swiper-wrapper {
position: relative;
width: 100%;
height: 100vh !important;
z-index: 1;
}
.mouse_wheel_slide .swiper-pagination-bullet-active {
background: #ff9d34;
}
.mouse_wheel_slide .swiper-container-vertical>.swiper-pagination-bullets {
right: 60px;
}
.mouse_wheel_slide .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #ff9d34;
opacity: 0.3;
}
.mouse_wheel_slide .swiper-pagination-bullet-active {
background: #ff9d34;
width: 10px;
height: 10px;
transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
opacity: 1;
} .int_categories_style3.int_gallery_style5 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/gallery_five.jpg);
background-size: cover;
background-position: center center;
padding: 77px 0 70px;
}
.int_gallery_style5 .int_project_gallery .grid_img:before {
background: rgba(255, 171, 26, 0.8);
}
.int_project_gallery.gallery_five_mg {
margin-top: 22px;
} .int_aboutus_service_section.int_service_style5 {
padding: 77px 0 37px;
}
.int_service_style5 .int_heading h4 {
color: #ffab1a;
}
.int_service_style5 .int_service_box2 h4:after {
background-color: #ffab1a;
}
.int_service_style5 .int_service_box2:hover svg {
fill: #ffab1a;
} .int_video_style5.int_progresbar_wrapper {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/video_banner.jpg);
background-size: cover;
background-position: center center;
padding: 163px 0 156px;
}
.int_heading_five {
position: relative;
text-align: center;
width: 700px;
margin: auto;
}
.int_heading_five::after {
position: absolute;
content: "";
width: 1px;
height: 110px;
background: rgba(255, 255, 255, 0.35);
right: 0;
bottom: 0;
top: 44%;
left: 50%;
transform: translate(-50%, 50%);
}
.int_heading_five h1 {
color: #ffffff;
font-size: 54px;
margin-bottom: 320px;
}
.int_heading_five span {
color: #ffab1a;
}
.int_heading_five h2 {
color: #ffffff;
font-weight: 300;
font-size: 42px;
margin-bottom: 20px;
}
.solar_waves {
position: absolute;
top: 288px;
left: 285px;
z-index: 1;
transform: translate(-50%, -50%);
}
.shape_wave {
position: absolute;
top: 260px;
right: 70px;
opacity: 0.8;
z-index: -1;
transform: rotate(15deg);
}
.shape_wave2 {
position: absolute;
top: -210px;
right: -310px;
opacity: 0.8;
z-index: -1;
transform: rotate(15deg);
}
.solar_wave {
width: 130px;
height: 130px;
border: 0.5px solid rgba(255, 255, 255, 0.96);
border-radius: 50%;
margin-left: 50%;
left: 0;
position: absolute;
bottom: 0px;
z-index: -1;
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-webkit-animation: solar_pulse 6000ms ease-out infinite;
-moz-animation: solar_pulse 6000ms ease-out infinite;
-ms-animation: solar_pulse 6000ms ease-out infinite;
-o-animation: solar_pulse 6000ms ease-out infinite;
animation: solar_pulse 6000ms ease-out infinite;
}
.solar_wave:nth-of-type(2) {
-webkit-animation-delay: 1200ms;
-moz-animation-delay: 1200ms;
-ms-animation-delay: 1200ms;
-o-animation-delay: 1200ms;
animation-delay: 1200ms;
}
.solar_wave:nth-of-type(3) {
-webkit-animation-delay: 2400ms;
-moz-animation-delay: 2400ms;
-ms-animation-delay: 2400ms;
-o-animation-delay: 2400ms;
animation-delay: 2400ms;
}
@-webkit-keyframes solar_pulse {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
}
}
@keyframes solar_pulse {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
}
}
.int_video_style5.int_progresbar_wrapper .progress_leftbox .video_icon {
top: -172px;
}
.int_video_style5 .progress_leftbox .video_icon i {
color: #ffab1a;
} .int_blog_wrapper.int_blog_style5 {
padding: 77px 0 59px;
}
.int_blog_style5 .int_heading h4 {
color: #ffab1a;
}
.int_blog_style5 .int_heading h2 {
color: #222222;
}
.int_blog_style5 .blog_box .blog_date {
color: #222222;
}
.int_blog_style5 .blog_box .blog_heading {
color: #222222;
}
.int_blog_style5 .blog_box .blog_heading:hover {
color: #ffab1a;
}
.int_blog_style5 p {
color: #555555;
}
.blog_box_flex {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.blog_box.blog_box_flex {
flex: 83%;
margin-right: 30px;
}
.blog_box_flex .blog_box .blog_img {
margin-bottom: 0;
}
.blog_box_flex .blog_heading {
font-size: 20px;
margin: 5px 0 10px;
} .int_map_banner5 {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/map_banner.jpg);
background-size: cover;
background-position: center center;
padding: 92px 0 92px;
}
.int_address5 {
background-color: #ffffff;
padding: 45px 50px;
margin: 62px 0 0 -100px;
}
.int_address5 h2 {
margin-bottom: 27px;
font-size: 24px;
color: #222222;
}
.int_detail5 {
margin-top: 30px;
}
.int_detail5 h3 {
font-size: 22px;
color: #222222;
display: inline-block;
border-bottom: solid 2px #ffab1a;
padding-bottom: 5px;
margin-bottom: 11px;
}
.int_detail5 h4 {
font-size: 18px;
color: #222;
}
.int_detail5 span {
font-size: 14px;
color: #555;
} .int_footer_style2.int_footer_style5 {
background-image: none;
background-color: #222222;
padding: 35px 0 18px;
}
.int_footer_style5:after {
display: none;
}
.int_footer_style5 .int_border {
border: 1px solid rgba(255, 255, 255, 0.1);
margin: 35px 0 18px;
}
.int_footer_style5 ul li a:hover {
color: #ffab1a;
} .parallax_vertical_slide {
display: flex;
align-items: center;
width: 100vw;
height: 100vh;
}
.int_map_banner_footer {
width: 100%;
}
.hover-fold {
background: #e8c63d;
border: 5px white solid;
height: 310px;
margin: 10px auto;
-moz-perspective: 1500;
-webkit-perspective: 1500;
perspective: 1500;
position: relative;
width: 410px;
}
.hover-fold h2 {
border-bottom: 1px solid #333;
margin: 0 40px;
padding: 110px 0 2px;
}
.hover-fold .top {
height: 50%;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
top: 0px;
width: 100%;
z-index: 10;
}
.hover-fold .top .face {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.hover-fold:hover .top {
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.hover-fold .front {
background: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/assets/images/team/int_v1team04.html);
height: 100%;
width: 100%;
}
.hover-fold .back {
background: #e8c63d;
height: 100%;
padding: 0 40px;
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
width: 100%;
}
.hover-fold .back p {
margin: 0;
}
.hover-fold .bottom {
background: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/assets/images/team/int_v1team04.html) bottom;
height: 50%;
position: absolute;
top: 50%;
width: 100%;
z-index: 0;
} @media(max-width: 1800px){
.int_deal_text3 {
padding: 60px 20px 30px;
}
.int_about_style5 .about_contentbox {
padding: 0 30px 70px 30px;
margin-top: 80px;
}
.int_map_banner5 {
padding: 60px 0 60px;
}
.mouse_wheel_slide .swiper-container-vertical>.swiper-pagination-bullets {
right: 40px;
}
}
@media(max-width: 1699px){
.parallax_vertical_slide {
height: unset;
display: block;
align-items: center;
}
}
@media(max-width: 1600px){
.int_header_wrapper {
padding: 0 0 0 0;
}
.int_header_wrapper.int_header_style1 {
padding: 0 6px 0 0;
}
.int_header_wrapper.int_header_style2 {
padding: 0 5px 0 0;
}
.int_header_wrapper .int_logo, .int_header_style2 .int_logo, .int_header_style3 .int_logo, .int_header_style4 .int_logo  {
margin-left: 0;
}
.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
padding: 45px 10px 45px;
}
.int_nav .int_menu > ul > li:after {
display: none;
}
.banner_box_wrapper .swiper_imgbox {
margin: 40px 0 0;
padding: 0 15px 0 0;
}
.swiper_imgbox .swipper_img > h4 > span {
font-size: 100px;
}
.swiper_imgbox .swipper_img > h2 {
font-size: 60px;
}
.swiper_imgbox .swipper_img > h1 {
font-size: 100px;
margin-top: 30px;
margin-left: -5px;
}
.int_infosidebar {
top: -100px;
}
.swiper_imgbox .swipper_img > h3 {
font-size: 58px;
}
.banner_box_wrapper .banner_navi {
left: 70px;
}
.int_content_wraapper.int_content_margin {
margin-left: 35px;
}
.int_about_page_title {
padding: 70px 35px;
}	
.about_contentbox {
padding-top: 20px;
}
.int_infosidebar.int_infosidebar_style2 {
top: 180px;
}
.swiper_content_style2 h1 {
font-size: 30px;
}
.swiper_content_mini {
width: 750px;
padding: 26px 40px 30px;
}
.int_deal_text3 h1 {
width: auto;
margin-bottom: 0;
}
.int_deal_text3 p {
margin-bottom: 10px;
}
.index3_timer {
margin: 22px 0;
}
.int_shop_btntext h4 {
font-size: 22px;
}
.int_profile_open {
top: 34px;
}
.int_index3_slider_style3 .int_banner_content {
width: 60%;
}
.team_navigation {
display: none;
}
}
@media(max-width: 1399px){
.int_infosidebar .siderbar_social {
margin: 120px 0px 34px 0px;
}
.int_infosidebar .siderbar_contact, .int_infosidebar .siderbar_email {
padding: 20px 0;
}
.swiper_imgbox .swipper_img > h1 {
font-size: 68px;
}
.swiper_imgbox .swipper_img > h4 > span {
font-size: 80px;
}
.about_img .child_imgbox:after {
display: none;
}
.int_infosidebar.int_infosidebar_style2 {
top: 120px;
}
.int_nav .int_menu > ul > li, .int_cartsec > ul > li {
padding: 45px 5px 45px;
}
.int_infosidebar_style2.int_infosidebar {
height: 440px;
}
.int_project_gallery .grid-item:hover .top_content {
top: 15px;
right: 0;
left: 0;
font-size: 16px;
}
.int_project_gallery .grid-item:hover .bottom_content > h3 {
font-size: 22px;
}
.int_project_gallery .bottom_content > span {
display: none;
}
.int_deal_text3 {
padding: 0 20px 0 0;
}
.int_banner_slider4 p {
width: 500px;
}
.int_banner_slider4 h1 {
font-size: 60px;
}
.int_project_gallery .top_content {
right: 0;
left:0;
}
.int_header_style5 .container {
padding: 0;
}
}
@media(max-width: 1199px){
.int_about_style5 .about_contentbox {
padding: 77px 30px 70px 30px;
margin-top: 0px;
}
.int_map_banner5 {
padding: 80px 0 80px;
}	
.mouse_wheel_slide .swiper-pagination {
display: none;
}
.int_categories_style3.int_gallery_style5 {
padding: 77px 0 72px;
}
.int_aboutus_service_section.int_service_style5 {
padding: 77px 0 50px;
}
.int_video_style5.int_progresbar_wrapper {
padding: 163px 0 176px;
}
.int_blog_wrapper.int_blog_style5 {
padding: 77px 0 71px;
}
.int_header_wrapper {
padding: 0 20px 30px 0;
}
.int_header_wrapper.int_header_style1 {
padding: 0 20px 30px 0;
}
.int_header_wrapper.int_header_style2 {
padding: 0 20px 30px 0;
}
.banner_box_wrapper .swiper_imgbox {
margin: 0;
padding: 0;
}
.int_infosidebar .siderbar_social {
margin: 115px 0px 0 0px;
}
.int_infosidebar .siderbar_contact, .int_infosidebar .siderbar_email {
padding: 10px 0;
}
.int_infosidebar .siderbar_contact > a, .int_infosidebar .siderbar_email > a {
font-size: 13px;
}
.swiper_imgbox .swipper_img > h4 > span {
display: none;
}
.swiper_imgbox .swipper_img > h2 {
font-size: 40px;
}
.swiper_imgbox .swipper_img > h3 {
font-size: 40px;
}
.int_nav .int_menu {
position: fixed;
top: 0;
left: -250px;
width: 250px;
background: #34393f;
bottom: 0;
height: 100%;
z-index: 99;
transition: 0.6s;
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
overflow-y: auto;
overflow-x: hidden;
padding-top: 80px;
}
.int_nav .int_menu > ul > li {
display: block;
text-align: left;
padding: 0px;
border-bottom: solid 1px #ffffff17;
cursor: pointer;
}
.int_nav .int_menu > ul > li:after{
display:none;
}
.int_cartsec {
margin-top: 38px;
}
.int_toggle {
display: inline-block;
cursor: pointer;
vertical-align: middle;
}
.int_toggle span {
width: 20px;
height: 2px;
background: #ffffff;
display: block;
margin-bottom: 4px;
transition: 0.3s all;
border-radius: 30px;
}
.int_nav .int_menu.int_menu_open{
left:0px;
}
.int_header_style2 .int_toggle span {
background: #222222;
}
.int_header_style2 .int_nav .int_menu {
background: #fff;
}
.int_header_style2 .int_nav .int_menu > ul > li {
border-bottom: solid 1px #ffffff24;
}
.int_header_style2 .int_nav .int_menu > ul > li > a {
color: #000000;
}
.int_header_style4 .int_toggle span {
background: #222222;
}
.int_header_style4 .int_nav .int_menu {
background: #222222;
}
.int_header_style4 .int_nav .int_menu > ul > li > a {
color: #ffffff;
}
.int_header_style3 .int_nav .int_menu {
background: #262941;
} .int_header5 .int_toggle span {
background: #222222;
}
.int_header5 .int_nav .int_menu {
background: #222222;
}
.int_header5 .int_nav .int_menu > ul > li > a {
color: #ffffff;
}  .int_menu::-webkit-scrollbar {
width: 5px;
}
.int_menu::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}
.int_menu::-webkit-scrollbar-thumb {
background: #e31e24; 
border-radius: 10px;
}  .int_header_style2 .int_menu.int_menu_open:after {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/an-ambalaj/logo-1.png);
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #222222;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #ffffff;
border-bottom: 1px solid #414141;
}
.int_header_style2 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
border-bottom: none;
}
.int_header_style2 li.int_home_dropdown:before {
color: #000;
}
.int_header_style2 .int_menu::-webkit-scrollbar-thumb {
background: #e31e24;
}  .int_header_style3 .int_menu.int_menu_open:after {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index3_logo.png);
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #262941;
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #ffffff;
border-bottom: 1px solid #414141;
}
.int_header_style3 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
border-bottom: none;
}
.int_header_style3 li.int_home_dropdown:before {
color: #ffffff;
}
.int_header_style3 .int_menu::-webkit-scrollbar-thumb {
background: #ff9d34;
}  .int_header_style4 .int_menu.int_menu_open:after {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index3_logo.png);
}
.int_header_style4 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #222222;
}
.int_header_style4 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #ffffff;
border-bottom: 1px solid #414141;
}
.int_header_style4 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
border-bottom: none;
}
.int_header_style4 li.int_home_dropdown:before {
color: #ffffff;
}
.int_header_style4 .int_menu::-webkit-scrollbar-thumb {
background: #ff9d34;
}  .int_header5 .int_menu.int_menu_open:after {
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/index3_logo.png);
}
.int_header5 .int_nav .int_menu > ul > li.int_home_dropdown > ul {
background-color: #222222;
}
.int_header5 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
color: #ffffff;
border-bottom: 1px solid #414141;
}
.int_header5 .int_nav .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
border-bottom: none;
}
.int_header5 li.int_home_dropdown:before {
color: #ffffff;
}
.int_header5 .int_menu::-webkit-scrollbar-thumb {
background: #ff9d34;
} .int_footer_wrapper.int_footer_style3 {
background-color: #151727;
}
.int_insta_post ul li {
width: auto;
display: inline-block;
margin-bottom: -4px;
float: none;
}
.int_insta_box {
padding: 0 0 76px;
}
.int_footer_style3 ul li a {
margin-right: 5px;
}
.swiper_content_mini {
width: 750px;
padding: 26px 30px 30px;
}
.int_infosidebar.int_infosidebar_style2 {
top: 100px;
}
.int_infosidebar {
height: 705px;
}
.int_infosidebar .siderbar_social > ul > li {
margin-bottom: 4px;
}
.about_img .child_imgbox:after {
display: none;
}
.int_about_wrapper {
padding-bottom: 80px;
}
.about_contentbox {
padding-top: 0px;
}
.about_imgbox .about_img .child_imgbox {
position: absolute;
bottom: 48px;
left: 0;
}
.process_box_wrapper .process_box:after {
display: none;
}
.process_circle:after {
display: none;
}
.int_progresbar_wrapper .progress_rightbox {
padding: 70px 30px 40px;
}
.int_map_wrapper iframe {
height: 300px;
}
.int_header5 {
background-color: #fff;
padding: 0 35px 28px 35px;
}
.int_header5 .int_nav {
margin-top: 7px;
}
.int_header5 .int_toggle span {
background: #222;
}
.int_header_wrapper.int_header_style4 {
padding: 0 20px 10px 20px;
}
.int_video_section_style2.int_dark_video_section.int_progresbar_wrapper {
padding: 80px 0;
}
.int_dark_client_section .int_client_logo_section_style2 {
margin-top: 0;
}
.int_client_logo_section_style2 {
margin-top: 80px;
}
.int_blog_post_slider .swiper-button-next, .int_blog_post_slider .swiper-button-prev {
display: none;
}
.int_sidebar_box h4:after {
display: none;
}
.int_search_btn input {
width: 230px;
}
.int_select_tag ul li a {
margin-right: 4px;
}
.int_product_sidebar .int_search_btn input {
width: 72%;
}
.product_item {
width: 220px;
height: 300px;
}
.product_list_filter > ul > li:last-child {
text-align: center;
}
.product_list_filter ul.list_view_toggle > li {
margin-left: 0;
}
.int_product_listbar .product_item_block .content_block {
padding: 0 30px 0;
}
.product_list_filter > ul > li{
font-size: 16px;
}
.product_list_filter > ul > li .nice-select {
font-size: 16px;
padding-left: 10px;
}
.int_quantity_stock ul li {
margin-bottom: 15px;
}
.int_checkout_box {
padding: 48px 20px 50px;
}
.int_product_checkout_dark .int_checkout_box {
padding: 48px 20px 50px;
}
.int_contact_white_form {
margin: 70px auto 0;
}
.int_video_section_style2.int_dark_video_section, .int_video_section_style2.int_progresbar_wrapper {
padding: 80px 0;
}
.int_about2_imgbox h1 {
display: none;
}
.int_about_style2 .about_contentbox {
padding: 0 30px 30px;
}
.about_img_two, .about_img_three {
display: none;
}
.int_about_section2 .about_contentbox {
padding: 77px 30px 80px;
}
.int_different_section .about_contentbox {
padding: 0 0 0 15px;
}
.team2_box_two h3 {
margin: 0 0 20px;
width: 440px;
}
.int_team2_slider_arrow .swiper-button-prev {
left: 85%;
}
.int_team2_slider_arrow .swiper-button-next, .int_team2_slider_arrow .swiper-button-prev {
margin-top: -45px;
}
.int_testimonial_slide2 {
margin: 75px 0 0;
}
.int_content_img {
margin-right: 20px;
}
.int_content_text2 p {
margin: 10px 0 10px;
}
.int_testimonial_slide2 .int_team2_slider_arrow .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 89%;
}
.int_counter_style2 {
padding: 80px 0 70px;
margin-top: 80px;
}
.int_index3_slider_style3 {
padding: 200px 35px 150px;
}
.int_banner_content h1 {
font-size: 42px;
}
.int_header_wrapper.int_header_style3 {
padding: 0 20px 10px 20px;
}
.int_shop_main {
padding: 0 30px 0;
}
.int_shop_btntext {
margin-top: 120px;
}
.int_shop_center {
padding: 41px 30px;
}
.int_shop_center .int_shop_btntext {
margin-top: 80px;
}
.int_shop_right {
padding: 40px 30px;
}
.int_shop_right .int_shop_btntext {
margin-top: 80px;
}
.int_shop_btntext h4 {
font-size: 18px;
}
.int_index4_slider_style4 {
padding: 120px 20px 80px;
}
.int_banner_content.int_banner_slider4 {
margin-top: 150px;
}
.int_banner_shape {
display: none;
}
.int_testimonial_style4 .swi_contentbox {
max-width: 930px;
}
.int_user_four {
top: -50px;
left: -10px;
}
.int_username_four {
left: 110px;
width: 240px;
}
.int_profile_open {
top: 23px;
}
.int_menu.int_menu_open > ul > li.int_home_dropdown > ul {
position: unset;
width: 100%;
transform: translate(0px, 10px);
height: 0px;
background-color: initial;
transition: 0.3s ease-in-out;
box-shadow: 0 0px 1px 0 #cdcdcd;
}
.int_nav .int_menu > ul > li.int_home_dropdown:hover > ul {
transform: initial;
opacity:0;
visibility:hidden;
}
.int_menu.int_menu_open > ul > li.int_home_dropdown.int_hr_menu > ul {
height: 100%;
opacity: 1;
visibility: visible;
transform: translate(0px);
transition:0.3s;
}
.int_nav .int_menu > ul > li > a{
pointer-events: none;
padding: 13px 20px 12px;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a {
padding: 14px 0px 15px 40px;
cursor: pointer;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
padding-left: 40px;
}
.int_nav .int_menu > ul > li.int_home_dropdown > ul > li:first-child a {
padding-top: 16px;
}
span.close_menu_int {
background-color: #44494e;
display: inline-block;
border-radius: 40px;
padding: 3px 11px;
position: absolute;
top: 29px;
right: 20px;
z-index: 5;
cursor: pointer;
}
.int_menu.int_menu_open:after {
position: absolute;
content: '';
top: -1px;
left: 20px;
background-image: url(//www.anambalaj.com.tr/wp-content/themes/anambalaj/assets/images/logo.png);
width: -webkit-fill-available;
height: 90px;
background-position: center left;
background-repeat: no-repeat;
background-size: 60%;
}
span.close_menu_int:after {
position: absolute;
content: '';
border-left: 1px solid #5b5e60;
width: 2px;
height: 25px;
left: -14px;
top: 4px;
}
li.int_home_dropdown:before {
position: absolute;
right: 30px;
top: 12px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f107";
font-size: 15px;
color: #ffffff;
}
.int_footer_style4 ul li a {
margin-right: 5px;
}
.int_blog_category.int_product_white {
padding: 61px 0 34px;
}
.int_blog_dark_version.int_product_dark {
padding: 65px 0 34px;
}
.int_banner_slider4 p {
width: 400px;
}
.int_product_dark .int_blog_pagination, .int_product_white .int_blog_pagination {
margin-left: 25px;
}
.footer_box > p {
margin-bottom: 0px;
}
.int_text_five h1 {
font-size: 60px;
}
.int_banner_index5 {
padding: 300px 80px 185px;
}
.int_text_five h1 {
font-size: 50px;
}
.int_map_banner5 .int_map_wrapper iframe {
height: 600px;
}
.int_address5 {
padding: 45px 30px 48px;
margin: 0;
}
}
@media(max-width: 991px){
.about_box_wrapper .col-lg-6.col-md-12.p-0 {
display: none;
}
.int_header_wrapper.int_header_style2 {
padding: 0 20px 30px 0;
}
.int_content_wraapper.int_content_left {
margin-left: 20px;
}
.main_contentblock {
padding: 20px 0px 100px;
}
.int_infosidebar {
display: none;
}
.int_categories_box_section .int_project_gallery .bottom_content > h3 {
display: none;
}
.int_content_wraapper.int_contentw_left {
margin-left: 0;
}
.int_contentw_left .int_logo {
padding-top: 5px;
padding-left: 35px;
}
.int_header_style3 .int_logo {
padding-left: 0;
}
.service_box_wrapper {
text-align: center;
}
.service_img img {
width: 100%;
}
.int_project_gallery .grid-item {
width: 50%;
}
.int_categories_box_section .grid-item {
width: auto;
}
.service_box_wrapper .service_box.serivce_first {
margin-top: 0;
}
.process_box_wrapper .process_box {
margin-bottom: 57px;
}
.int_process_wrapper {
padding: 77px 0 18px 0;
}
.int_progresbar_wrapper {
background-image: none;
}
.int_different_section .about_contentbox {
padding: 0;
}
.int_different_section .swiper-button-next, .int_different_section .swiper-button-prev {
display: none;
}
.int_about_section2 .about_contentbox {
padding: 77px 15px 80px;
}
.int_progresbar_wrapper .progress_leftbox .video_icon {
top: 260px;
}
.int_progresbar_wrapper .progress_rightbox {
padding: 220px 50px 40px 30px;
text-align: center;
}
.int_prog_box {
text-align: left;
}
.int_prog_box .progress_bar .label {
right: 0;
top: -40px;
}
.int_prog_box .progress_bar .line {
width: 100%;
}
.int_heading span {
font-size: 60px;
top: -5px;
}
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
width: 70px;
height: auto;
}
.int_project_gallery .grid-item:hover .top_content {
top: 30px;
right: 0;
left: 0;
font-size: 20px;
}
.int_project_gallery .grid-item:hover .bottom_content > h3 {
font-size: 22px;
}
.int_project_gallery .bottom_content > span {
display: block;
}
.blog_box .blog_heading {
font-size: 20px;
}
.int_footer_wrapper {
padding: 80px 0 29px 0;
}
.footer_box {
margin-bottom: 40px;
}
.int_banner_content.int_banner_slider4 {
margin-top: 60px;
}
.banner_box_wrapper .banner_navi {
left: 70px;
bottom: -8px;
}
.swiper_imgbox .swipper_img > h4 {
font-size: 12px;
}
.swiper_imgbox .swipper_img > h1 {
display: none;
}
.swiper_imgbox .swipper_img > h2 {
font-size: 30px;
}
.swiper_imgbox .swipper_img > h3 {
font-size: 30px;
}
.int_blog_category {
padding: 80px 0 34px;
}
.int_blog_post img {
width: 100%;
}
.int_blog_sidebar {
margin-top: 76px;
}
.int_blog_insta_post ul {
column-count: inherit;
padding-bottom: 8px;
}
.int_blog_insta_post ul li {
display: inline-block;
}
.int_search_btn input {
width: 90%;
}
.product_list_filter ul.list_view_toggle > li {
margin: 0 0 0 20px;
}
.product_list_filter > ul > li:first-child {
text-align: left;
}
.product_list_filter > ul > li {
width: auto;
text-align: left;
}
.int_product_listbar > ul > li {
width: 49%;
}
.product_item {
width: 230px;
height: 345px;
}
.int_product_style4 .product_item {
width: 230px;
height: 375px;
}
.int_blog_pagination ul li:nth-child(5) {
display: none;
}
.int_product_slider_box .product_item {
margin: auto;
}
.int_footer_style2 {
padding: 80px 50px 80px;
}
.footer_box_style2 {
width: auto;
}
.int_blog_dark_version .product_text_rs {
text-align: left;
}
.int_product_style4 .product_text_rs {
text-align: center;
}
.int_white_progress ul li {
width: 32%;
}
.int_white_progress ul li span {
left: -23px;
bottom: -50px;
font-size: 16px;
}
.quantity_qty span {
display: none;
}
.int_checkout_table span {
font-size: 16px;
}
.int_checkout_table h4 {
font-size: 16px;
}
.int_shipping_pager ul li {
display: block;
}
.int_shipping_pager ul li:first-child {
margin-top: 0;
float: none;
margin-bottom: 15px;
}
.int_shipping_pager ul li:last-child {
float: none;
margin-top: 10px;
}
.int_debit_cart {
margin-top: 80px;
}
.int_credit_cart {
padding: 25px 20px;
margin-bottom: 30px;
}
.int_credit_cart h4 {
font-size: 20px;
}
.fd_review_wrapper {
margin-top: 0;
}
.fd_review_wrapper .form_block {
margin-bottom: 20px;
}
.int_shipping_pager {
margin-top: 24px;
margin-bottom: 0;
}
.int_shipping_pager h4 {
margin-top: 0;
color: #222222;
margin-bottom: 20px;
}
.int_shipping_flex.int_shipping04 {
padding: 20px;
}
.int_shipping04 .int_shipping_add h5 {
margin-top: 10px;
}
.int_shipping_pager h4 {
margin-top: 0;
margin-bottom: 20px;
}
.int_contact_white_form {
width: auto;
margin: 72px 15px 0;
}
.team2_box_two h3 {
width: 380px;
font-size: 22px;
}
.team2_box_two .swiper-button-next, .team2_box_two .swiper-button-prev {
display: none;
}
.int_content_img {
width: 100%;
}
.int_content_text2 h2 {
font-size: 22px;
}
.int_content_text2 h5 {
font-size: 18px;
}
.int_testimonial_slide2 .swiper-button-next, .int_testimonial_slide2 .swiper-button-prev {
display: none;
}
.int_index3_slider_style3 {
padding: 160px 35px 100px;
}
.int_banner_content h1 {
font-size: 32px;
}
.int_categories_box_section .int_project_gallery .grid_img:before {
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.int_categories_style3.int_top_product_style4 {
padding: 0 0 50px;
}
.categorie_h_one h1 {
font-size: 18px;
padding: 11px 10px 8px;
margin-top: 20px;
}
.categorie_h_one {
margin-bottom: 30px;
}
.int_deal_text3 {
padding: 0 0 80px;
}
.int_deal_img3 img {
width: 100%;
}
.int_deal_section_style3 .col-lg-6.col-md-12.pl-0.pr-0 {
order: 13;
}
.int_deal_section_style3 .int_heading_style3 {
text-align: left;
margin-bottom: 30px;
}
.int_shop_main {
padding: 0 50px 50px;
}
.int_shop_btntext {
margin-top: 108px;
}
.int_shop_center {
padding: 50px;
}
.int_shop_center .int_shop_btntext {
margin-top: 67px;
}
.int_shop_btntext h4 {
font-size: 34px;
}
.int_shop_right {
padding: 50px;
}
.int_shop_right .int_shop_btntext {
margin-top: 68px;
}
.int_sale_first_style4 {
padding: 0 20px 35px;
}
.int_sale_style4 {
padding: 0 20px 30px;
}
.int_testimonial_style4 .swi_contentbox {
border-radius: 20px 0 0 0;
}
.int_username_four {
left: 120px;
width: 240px;
}
.int_user_four {
top: -50px;
left: 0px;
}
.int_sign_section {
padding: 40px 30px;
}
.int_team2_sideimg {
margin-top: 75px;
}
.banner_naxt_style2 {
left: auto;
right: 80px;
bottom: 30px;
z-index: 15;
background: #e31e24;
height: 50px;
color: #fff;
line-height: 47px;
}
.swiper_content_mini {
width: 90%;
padding: 26px 30px 30px;
margin: auto;
}
.swiper_content_style2 {
left: 0;
}
.banner_naxt_style2 .swiper-button-prev:hover,
.banner_naxt_style2 .swiper-button-next:hover {
color: #ffffff;
}
.int_product_listbar .product_text_rs {
text-align: center;
}
.svg_user2_style3:before, .svg_user2_style3 svg, .svg_user1_style3 svg, .svg_user1_style3:before, .svg_user1_style3:after, .svg_user2_style3:after {
display: none;
}
.int_categories_style3 {
padding: 77px 0 41px;
}
.int_testimonial_style3 {
padding: 77px 0 78px;
}
.int_footer_partner_style3 {
margin-top: 25px;
}
.int_blog_category.int_product_white {
padding: 61px 0 80px;
}
.int_blog_dark_version.int_product_dark {
padding: 62px 0 80px;
}
.int_product_listbar .product_grid {
margin-bottom: 30px;
}
.int_heading.int_heading_team2 {
margin: 77px 0 35px;
}
.int_blog_insta_post ul li {
display: inline-flex;
}
.about_img_two {
left: -10px;
bottom: -257px;
}
.int_product_dark .int_blog_pagination, .int_product_white .int_blog_pagination {
margin-left: 0;
}
.int_video_style5.int_progresbar_wrapper {
padding: 67px 0 80px;
}
.int_blog_wrapper.int_blog_style5 {
text-align: center;
padding: 77px 0 52px;
}
.blog_box_flex {
display: block;
margin-bottom: 23px;
margin-top: 25px;
}
.blog_box.blog_box_flex {
margin-right: 0;
}
}
@media(min-width: 768px) and (max-width: 830px) {
.testimonial_box_wrapper .swi_user > svg {
bottom: -19px;
z-index: -1;
}
.product_list_filter ul.list_view_toggle > li {
margin: 0 20px 0 0;
}
.product_list_filter > ul > li .nice-select {
padding-left: 0;
}
}
@media(max-width: 767px){
.int_bread_crumbs h1 {
font-size: 30px;
}
.int_categories_style3 .int_project_gallery .grid_img {
display: inline-block;
}
.main_contentblock {
text-align: center;
padding: 12px 0px 92px;
width: 80%;
margin: auto;
}
.banner_box_wrapper .banner_navi {
left: 48%;
transform: translate(-50px, 20px);
bottom: 12px;
}
.about_img_two img, .about_img_three img {
display: none;
}
.v1_testi_nav {
display: none;
}
.swiper_imgbox .btn_caret {
display: block;
}
.main_imgblock {
display: none;
}
.swiper_imgbox .swipper_img > h4 {
font-size: 14px;
}
.swiper_imgbox .swipper_img > h2 {
font-size: 40px;
}
.swiper_imgbox .swipper_img > h3 {
font-size: 40px;
}
.int_heading span {
display: none;
}
.int_service_wrapper {
padding: 47px 0 50px 0px;
}
.int_service_wrapper.int_service_white {
padding: 47px 0 50px;
}
.int_about_wrapper {
padding-top: 47px;
}
.int_about_wrapper {
padding-bottom: 50px;
}
.int_project_wrapper {
padding-top: 47px;
}
.int_project_wrapper.int_project_style2 {
padding-top: 47px;
}
.int_process_wrapper {
padding: 47px 0 0 0;
}
.process_box_wrapper .col-lg-3:nth-child(3) .process_box, .process_box_wrapper .col-lg-3:nth-child(4) .process_box {
margin-bottom: 45px;
}
.int_team_wrapper {
padding: 47px 0px 50px;
}
.int_progresbar_wrapper .progress_leftbox .video_icon {
top: 200px;
}
.int_progresbar_wrapper .progress_rightbox {
padding: 190px 15px 10px 0;
}
.testimonial_box_wrapper .swi_contentbox {
padding: 30px;
}
.int_testimonial_wrapper {
padding: 47px 0 50px;
}
.int_blog_wrapper {
padding: 47px 0px 20px 0px;
text-align: center;
}
.blog_box {
display: inline-block;
margin-bottom: 28px;
}
.pc-menu {
display: none !important;
}
.pc-slider {
display: none !important;
}
.mobil-slider{
display: block !important;
}
.mobil-menu {
display: block !important;
}
.blog_box .blog_heading {
font-size: 16px;
}
.blog_box_wrapper .blog_box .blog_img {
margin-bottom: 10px;
}
.int_footer_wrapper {
padding: 50px 0 4px 0px;
}
.footer_box {
margin-bottom: 35px;
}
.int_about_page_title {
padding: 50px 35px;
}
.int_dark_counter2 {
padding: 50px 0 12px;
}
.int_count2_box {
margin-bottom: 30px;
}
.int_darkab_service_section {
padding: 47px 0 20px;
}
.int_video_section_style2.int_dark_video_section.int_progresbar_wrapper {
padding: 50px 0;
}
.int_client_logo_section_style2 ul li {
width: 25%;
margin-bottom: 30px;
}
.int_client_logo_section_style2 {
padding: 50px 0px 20px;
margin-top: 50px;
}
.int_project_wrapper.int_project_style2.int_project_portfolio {
padding: 47px 0 50px;
}
.int_project_wrapper.int_dark_portfolio_gallery {
padding: 47px 0 50px;
}
.about_contentbox {
padding-top: 0;
}
.about_box_wrapper .order-last {
order: inherit;
}
.about_box_wrapper .about_imgbox {
text-align: left;
margin-top: 50px;
}
.about_imgbox .about_img .child_imgbox {
display: none;
}
.int_project_gallery .bottom_content > span {
display: none;
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev .swi_user {
transform: translate(-50px,0px);
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-prev .swi_user {
transform: translate(-60px, 0px);
}
.testimonial_box_wrapper .swiper-slide.swiper-slide-next .swi_user {
transform: translate(70px, 0px);
}
.int_video_section_style2.int_dark_video_section, .int_video_section_style2.int_progresbar_wrapper {
padding: 50px 0;
}
.testimonial_box_wrapper .gallery-thumbs {
width: 20%;
height: 130px;
}
.footer_box .footer_hours li {
margin: 0 0 10px 15px;
}
.int_dark_about_section2 .about_contentbox {
padding: 47px 15px 50px;
}
.int_blog_category {
padding: 50px 0 4px;
}
.int_blog_category.int_product_white {
padding: 34px 0 4px;
}
.int_blog_dark_version.int_product_dark {
padding: 34px 0 4px;
}
.int_blog_sidebar {
margin-top: 47px;
}
.int_search_btn input {
width: 88%;
}
.int_blog_testimonial {
padding: 20px 30px;
}
.int_select_tag {
width: 60%;
}
.int_select_social {
width: 40%;
}
.int_blog_comment_box {
padding: 40px 0 0;
}
.int_social_blog_pst {
margin: 40px 0 50px;
}
.int_blog_form {
padding-top: 15px;
}
.int_product_dark .col-lg-3.col-md-4.col-sm-12 {
order: 1;
}
.int_product_white .col-lg-3.col-md-4.col-sm-12 {
order: 1;
}
.int_product_listbar.int_product_style4 {
text-align: left;
}
.int_product_single {
padding: 50px 0px 35px;
}
.int_product_slider {
padding: 47px 0 50px;
}
.int_thumb_sidebar {
margin-top: 45px;
}
.int_footer_style2 {
padding: 50px 30px 50px;
}
.int_border {
margin: 40px 0 30px;
}
.int_product_single_dark .int_search_wrapper input {
width: 78%;
}
.int_product_checkout.int_product_checkout_dark {
padding: 50px 10px;
}
.int_product_checkout {
padding: 50px 10px 50px;
}
.int_shipping_pager input {
width: 170px;
}
.int_quantity_style2 .int_search_wrapper input {
margin-bottom: 15px;
}
.int_shipping_pager {
margin-top: 7px;
margin-bottom: 0;
}
.int_heading.int_heading_team2 {
margin: 47px 0 40px;
}
.int_testimonial_slide2 {
margin: 30px 0 0;
}
.fd_review_wrapper.fd_review_delivery {
padding: 25px 0 0;
}
.fd_review_delivery h4.border_btm_input {
margin-bottom: 20px;
}
.fd_review_delivery .form_block {
margin-bottom: 20px;
}
.fd_review_delivery .nice-select {
margin-bottom: 20px;
}
.int_aboutus_service_section {
padding: 47px 0 20px;
}
.int_contact_form_box {
padding-bottom: 50px;
}
.int_contact_white_form {
margin: 42px 15px 0;
padding: 44px 40px 45px;
}
.int_contact_white_form h1 {
font-size: 30px;
margin-bottom: 20px;
}
.int_contact_white_form .form_block {
margin-bottom: 20px;
}
.int_profile_white {
padding: 50px 0;
}
.int_error_white {
padding: 50px 0;
}
.int_counter_style2.int_about_counter2 {
padding: 50px 0 10px;
}
.int_about_style2 .about_contentbox {
padding: 47px 0 50px;
}
.int_about_section2 .about_contentbox {
background-color: #ffffff;
padding: 47px 15px 50px;
}
.int_about_wrapper.int_about_style2 {
padding-top: 0;
}
.int_about2_imgbox {
text-align: left;
}
.int_about_style2.int_different_section {
padding: 0;
}
.team2_box_two h3 {
width: 300px;
font-size: 24px;
text-align: center;
margin: 30px auto 20px;
}
.int_counter_style2 {
padding: 50px 0 10px;
margin-top: 50px;
}
.int_testimonial2_flex {
display: block;
}
.int_content_img {
margin-bottom: 30px;
}
.int_service_style3 {
padding: 60px 0 15px;
}
.service_box_style3 {
margin-bottom: 30px;
}
.service_box_style3 h4 {
margin: 20px 0 10px;
}
.int_categories_style3 {
padding: 47px 0 0;
}
.int_categories_box_section .grid-item {
right: 0;
width: fit-content;
}
.int_deal_text3 {
padding: 0 0 50px;
}
.int_product_section {
padding: 47px 0 0;
}
.int_client_slider {
padding: 50px 0;
}
.int_footer_partner_style3 {
margin-top: 0;
}
.int_insta_box {
padding: 0 0 46px;
}
.int_footer_partner_style3 ul li {
margin: 0 10px;
}
.int_footer_wrapper.int_footer_style3 {
padding: 50px 0 30px 0;
}
.int_testimonial_style3 {
padding: 47px 0 15px;
}
.int_index4_slider_style4 {
padding: 115px 20px 42px;
}
.int_index3_slider_style3 .int_banner_content {
text-align: left;
}
.int_banner_content {
text-align: center;
}
.int_banner_content.int_banner_slider4 {
margin-top: 0px;
}
.int_banner_content h1 {
font-size: 30px;
}
.int_shop_now_style4 {
padding: 50px 0 39px;
}
.int_sale_style4 {
margin-top: 30px;
}
.int_categories_style3.int_top_product_style4 {
padding: 0 0 3px;
}
.int_testimonial_style4 {
padding: 47px 0 50px;
}
.int_subscribe_style4 {
padding: 43px 0 50px;
}
.int_footer_wrapper.int_footer_style4 {
padding: 50px 0 30px 0;
}
.int_sign_slide {
display: none;
}
.int_modal_form {
display: block;
}
.int_team2_sideimg {
margin-top: 0;
}
.int_blog_box {
margin-bottom: 30px;
}
.testimonial_box_wrapper .swi_user:after,.testimonial_box_wrapper .swi_user:before,.testimonial_box_wrapper .swi_user > svg {
visibility:visible;
opacity:1;
}
.testimonial_box_wrapper .swi_user img,.int_testimonial_style3 .swi_user img{
width:70px;
height:auto;
}
.testimonial_box_wrapper .swi_user img {
width: 70px;
height: auto;
}
.testimonial_box_wrapper .swi_user{
transform:translateY(0px);
}
.svg_user1_style3, .svg_user2_style3{
display:none;
}
.int_testimonial_style3 .swi_user img{
border-color:#ff9d34;
}
.int_testimonial_style3 .gallery-thumbs {
height: max-content;
}
.swiper_content_style2{
position:unset;
}
.swiper_content_mini {
padding: 44px 15px 0px;
margin: 0;
}
.banner_naxt_style2 {
bottom: 0;
}
.project_box_wrapper.int_categories_box_section {
padding-bottom: 17px;
}
.int_index3_slider_style3 {
padding: 102px 35px 50px;
}
.int_product_dark .int_blog_pagination, .int_product_white .int_blog_pagination {
margin-left: 0;
}
.int_blog_sidebar.int_product_sidebar {
margin-top: 46px;
margin-bottom: 46px;
}
.int_product_section.int_product_style4 {
padding: 47px 0 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
padding: 0px 10px;
}
.product_list_filter ul {
text-align: center;
}
.int_index4_slider_style4 .swiper-container {
padding: 0 0 50px;
}
.int_banner_slider4 p {
width: auto;
font-size: 16px;
}
.int_banner_pic4 {
display: none;
}
.int_aboutus_service_section.int_contact_detail {
padding: 50px 0 20px;
}
.int_darkab_service_section.int_contact_detail {
padding: 50px 0 20px;
}
.int_contact_form_box {
padding-bottom: 50px;
}
.int_banner_index5 {
padding: 142px 30px 50px;
}
.int_aboutus_service_section.int_service_style5 {
padding: 47px 0 20px;
}
.int_text_five h1 {
font-size: 40px;
margin-bottom: 28px;
}
.int_text_five h4::after {
display: none;
}
.int_categories_style3.int_gallery_style5 {
padding: 47px 0 17px;
}
.int_project_gallery.gallery_five_mg {
margin-top: 0;
}
.int_gallery_style5 .int_project_gallery .grid_img {
display: inline-block;
}
.int_video_style5.int_progresbar_wrapper {
padding: 39px 0 50px;
}
.int_heading_five {
width: 500px;
}
.int_heading_five h1 {
font-size: 40px;
margin-bottom: 166px;
}
.int_video_style5.int_progresbar_wrapper .progress_leftbox .video_icon {
top: -48px;
}
.int_heading_five::after {
display: none;
}
.solar_waves {
display: none;
}
.int_heading_five h2 {
font-size: 28px;
}
.int_blog_wrapper.int_blog_style5 {
padding: 47px 0 22px;
}
.blog_box_flex {
margin-bottom: -5px;
margin-top: 0;
}
.blog_box.blog_box_flex {
margin-bottom: 0;
}
.int_blog_style5 .blog_box .blog_img {
margin-bottom: 23px;
}
.int_map_banner5 {
padding: 50px 0 50px;
}
.int_address5 {
margin: 50px 0 0;
}
}
@media(max-width: 575px){
.int_banner_index5 {
padding: 216px 30px 50px;
}
.int_content_wraapper.int_content_margin {
margin-left: 0;
}
.int_content_wraapper.int_content_left {
margin-left: 0;
}
.int_header_wrapper {
padding: 0 0 30px 0;
}
.int_logo {
text-align: left;
padding-left: 15px;
}
.int_header_wrapper .int_logo {
margin-left: -15px;
}
.int_header_wrapper.int_header_style1 {
padding: 0 0 30px 0;
}
.int_header_style1 .int_logo {
margin-left: 0;
}
.int_header_style2 .int_logo {
padding-left: 15px;
margin-left: 0;
}
.int_header_style3 .int_logo {
margin-left: 0;
}
.int_nav {
text-align: right;
}
.int_header_style2 .int_nav {
margin-right: 5px;
margin-top: -65px;
}
.int_nav .int_cartsec > ul > li:after {
display: none;
}
.int_nav .int_cartsec > ul > li > a.setting_toggle {
margin-left: 5px;
}
.int_nav .int_cartsec > ul > li {
padding: 0px 5px;
}
.int_header_wrapper.int_header_style2 {
padding: 0 0 5px 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
padding: 0px 5px;
}
.footer_box .int_logo {
text-align: left;
}
.int_progresbar_wrapper .progress_rightbox h1 {
font-size: 30px;
}
.int_bread_crumbs {
text-align: center;
}
.int_home_crumbs {
text-align: center;
}
.int_service_box2 {
padding: 35px 30px;
}
.int_client_logo_section_style2 ul li {
width: 40%;
}
.int_break_out {
width: auto;
}
.int_break_out h1 {
font-size: 28px;
}
.int_search_btn input {
width: 78%;
}
.int_blog_dark_version .int_blog_post h2 {
font-size: 20px;
}
.int_blog_post h2 {
font-size: 20px;
}
.int_post_title a {
font-size: 16px;
}
.int_blog_pagination ul li:nth-child(5) {
display: none;
}
.int_blog_pagination ul li:nth-child(6) {
display: none;
}
.int_blog_pagination ul li:nth-child(7) {
display: none;
}
.int_blog_pagination ul li:nth-child(8) {
display: none;
}
.int_service_wrapper.int_service_white {
padding: 47px 0 20px;
}
.int_blog_pagination a.page-link {
width: 40px;
height: 40px;
line-height: 40px;
}
.int_post_section1 {
width: 100%;
}
.int_post_section2 {
width: 100%;
}
.int_select_tag ul li a {
margin-right: 0;
}
.int_select_social ul li a {
margin-left: 5px;
}
.int_social_blog_pst {
display: block;
}
.int_select_tag {
width: 100%;
text-align: center;
}
.int_select_social {
width: 100%;
text-align: center;
margin-top: 15px;
}
.int_auther_box {
display: block;
}
.int_auther_img {
margin-right: 0;
margin-bottom: 15px;
}
.int_auther_img img {
width: 30%;
}
.int_profile_box {
display: block;
}
.int_blog_comment_box h1 {
margin-bottom: 0;
}
.int_user_text {
width: 100%;
}
.int_user_profile {
margin-bottom: 15px;
}
.int_about_style2 .about_contentbox .about_head1 {
font-size: 20px;
}
.int_index3_slider_style3 .int_banner_content {
text-align: center;
width: 100%;
}
ul.comment_left {
padding-left: 0;
}
.int_blog_form h2 {
margin-bottom: 30px;
}
.int_product_listbar > ul > li {
width: 100%;
padding-left: 0;
}
.int_product_listbar .product_item_block .content_block {
padding: 30px 30px 0 0;
}
.int_product_listbar.product_list_view > ul > li > .product_item_block {
display: block;
}
.product_detail_tab > ul > li {
margin: 0px 0;
}
.int_tab_peragraph {
padding: 24px 30px 5px;
}
.int_product_slider_white .product_text_rs {
text-align: center;
}
.int_footer_style2 {
padding: 50px 15px 20px;
}
.footer_menu_style2 ul li a {
margin: 0 5px;
}
.footer_social_style2 ul li a {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 14px;
margin-right: 5px;
}
.int_price_detail h1 {
font-size: 24px;
}
.int_footer_wrapper.int_footer_style4 {
padding: 20px 0 0px 0;
}
.int_textbox_subscribe4 .int_search_wrapper input {
font-size: 14px;
}
.int_product_slider_dark .product_text_rs {
text-align: center;
}
.fd_review_delivery h4.border_btm_input {
font-size: 18px;
}
.int_credit_cart {
padding: 15px 20px 20px;
margin-top: 15px;
margin-bottom: 0;
}
.fd_review_wrapper {
margin-top: 20px;
}
.int_credit_cart > ul {
display: block;
}
.int_credit_cart > ul > li {
display: block;
}
.int_credit_cart > ul > li:nth-child(2) {
width: 100%;
margin: 15px 0 10px;
}
.int_credit_cart > ul > li:last-child {
text-align: left;
}
.int_shipping04 .int_shipping_add h5 {
margin-top: 0;
margin-right: 5px;
}
.int_shipping_add h4 {
font-size: 20px;
}
.int_contact_white_form {
margin: 50px 15px 0;
padding: 50px 30px;
}
.int_profile_edit {
padding: 50px 30px;
}
.int_basic_edit h3 {
font-size: 16px;
}
.int_basic_edit {
margin-bottom: 0;
padding-bottom: 10px;
}
.int_profile_edit .form_block {
margin-bottom: 20px;
}
.int_error_four h1 {
margin-top: 20px;
font-size: 30px;
}
.int_error_four p {
font-size: 20px;
}
.about_contentbox .int_btn {
min-width: 225px;
}
.int_checkout_table .table thead th {
font-size: 16px;
}
.index3_timer canvas {
width: 310px !important;
height: auto !important;
}
.int_shop_main {
padding: 0 30px 30px;
}
.int_shop_btntext h4 {
font-size: 16px;
}
.int_shop_center {
padding: 30px;
}
.int_shop_right {
padding: 30px;
}
.int_footer_partner_style3 ul li {
margin: 0 15px 30px;
}
.int_banner_content.int_banner_slider4 {
margin-top: 50px;
}
.int_sale_four h5 {
font-size: 16px;
margin-bottom: 60px;
}
.int_sale_four h2 {
font-size: 26px;
}
.int_testimonial_style4 .swi_contentbox {
padding: 80px 30px 50px;
}
.int_user_four img {
width: 100px;
height: 100px;
}
.int_user_four {
top: -30px;
left: 0px;
}
.int_username_four {
left: 90px;
width: 200px;
}
.int_username_four h3 {
font-size: 16px;
}
.footer_social_style2 {
margin-top: 20px;
margin-bottom: 30px;
}
.int_project_gallery .grid-item {
width: auto;
right: 0;
}
.service_box_wrapper .service_box.serivce_first {
margin-bottom: 30px;
}
.service_box.serivce_second {
margin-bottom: 30px;
}
.int_sign_section {
padding: 40px 10px;
}
.int_social_btn ul li {
display: block;
}
.int_social_btn ul li:last-child {
margin: 15px 0 0 0;
}
.close_search_bar .search_input_box input {
width: 70%;
font-size: 20px;
}
.int_bread_crumbs h1 {
font-size: 30px;
}
.int_white_progress ul li span {
font-size: 14px;
}
.int_service_wrapper {
padding: 10px 0 20px 0px;
}
.int_footer_wrapper {
padding: 50px 0 0 0px;
}
.footer_box .int_logo {
padding-left: 0;
}
.int_index3_slider_style3 {
padding: 175px 35px 50px;
background-position: left
}
.int_footer_wrapper.int_footer_style3 {
padding: 50px 0 0px 0;
}
.int_checkout_box {
padding: 27px 20px 29px;
}
.int_product_checkout_dark .int_checkout_box {
padding: 27px 20px 29px;
}
.process_box_wrapper .col-lg-3:nth-child(3) .process_box {
margin-bottom: 55px;
}
.int_product_dark .int_blog_pagination, .int_product_white .int_blog_pagination {
margin: auto;
display: table;
}
.int_project_gallery .grid_img {
display: inline-block;
}
.int_project_portfolio .int_btn {
margin-top: 22px;
}
.int_text_five h4 {
font-size: 22px;
}
.int_text_five h1 {
font-size: 28px;
}
.int_heading_five {
width: 300px;
}
.int_heading_five h1 {
font-size: 30px;
}
.int_heading_five h2 {
font-size: 20px;
}
.int_header_style5 .int_cartsec {
margin-top: 20px;
}
}
@media(max-width: 480px){
.int_categories_box_section .int_project_gallery .bottom_content {
display: none;
}
.int_project_gallery .grid-item:hover .bottom_content > h3 {
font-size: 16px;
}
.main_contentblock {
width: 100%;
}
.cart_content {
width: 310px;
overflow: scroll;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li {
margin-left: 0;
}
.int_project_style2 .int_project_gallery .gallery_nav ul li:before, .int_project_style2 .int_project_gallery .gallery_nav ul li:after {
display: none;
}
.int_white_progress ul li:nth-child(odd) span {
top: -50px;
}
.int_white_progress ul li span.pro_confirm {
right: -10px;
top: 30px;
}
.banner_naxt_style2 {
right: 15px;
bottom: 0;
width: 115px;
}
.banner_naxt_style2 .swiper-button-next, .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
left: 60px;
padding-left: 25px;
}
.banner_naxt_style2 .swiper-button-prev {
left: 20px;
}
.banner_naxt_style2 .swiper-button-next:after, .banner_naxt_style2 .swiper-button-prev:before {
display: none;
}
.int_header_style4 .int_nav .int_cartsec > ul > li:after {
display: none;
}
.int_nav .int_cartsec > ul > li:after {
display: none;
}
.int_nav .int_cartsec > ul > li:first-child {
padding: 0;
}
.int_header_style5 .int_nav .int_cartsec > ul > li:first-child {
padding: 0 5px;
}
li.int_login_sign a {
margin-left: 5px;
}
.int_sop_cart_btn {
padding: 14px 0 10px 14px;
}
.int_sop_cart_btn .btn_caret {
display: none;
}
.int_sop_cart_btn > ul > li:first-child {
margin-right: 0;
}
.int_header_style2 .int_sop_cart_btn > ul > li:first-child {
margin-right: 0;
}
.int_header_style2 .int_btn_two {
width: 140px;
}
.int_header_style3 .int_sop_cart_btn > ul > li:first-child {
margin-right: 0;
}
.int_header_style3 .index3_btn {
min-width: 140px;
}
.int_header_style4 .int_sop_cart_btn > ul > li:first-child {
margin-right: 0;
}
.int_header_style4 .index4_btn {
min-width: 140px;
}
.int_header_style2 .int_sop_cart_btn {
padding: 14px 0 10px 0px;
}
.int_header_style3 .int_sop_cart_btn {
padding: 14px 0 10px 0px;
}
.int_header_style4 .int_sop_cart_btn {
padding: 14px 0 10px 0px;
}
.testimonial_box_wrapper .swi_user > svg {
bottom: -20px;
}
.int_header_style2 .int_nav .int_cartsec > ul > li {
padding: 0px 5px 0 0;
}
.int_header_style2 .int_nav .int_cartsec > ul > li > a.setting_toggle {
margin-left: 0px;
}
.product_list_filter .nice-select {
height: 40px;
line-height: 40px;
}
.int_checkout_box {
padding: 85px 20px 50px;
}
.int_product_checkout_dark .int_checkout_box {
padding: 85px 20px 50px;
}
}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.components-popover-pointer-events-trap{background-color:initial;cursor:pointer;inset:0;position:fixed;z-index:1000000}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{color:#1d4fc4}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}