@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
|
|
/*theme css*/
|
a {
|
color: #ff3d00;
|
transition: .5s;
|
}
|
|
a:hover {
|
text-decoration: none;
|
color: #ff3d00;
|
}
|
|
body {
|
font-family: 'Nunito', sans-serif;
|
font-weight: 400;
|
font-style: normal;
|
font-size: 16px;
|
line-height: 1.6;
|
}
|
|
p {
|
font-style: normal;
|
}
|
|
h1,
|
h2,
|
h3,
|
h4,
|
h5,
|
h6,
|
h1 a,
|
h2 a,
|
h3 a,
|
h4 a,
|
h5 a,
|
h6 a {
|
font-family: 'Roboto', sans-serif;
|
font-style: normal;
|
line-height: 1.2;
|
font-weight: 700;
|
transition: .5s;
|
font-size: 22px;
|
margin-bottom: 0;
|
color: #111;
|
}
|
|
.btn-primary:focus,
|
select:focus,
|
textarea:focus,
|
input:focus {
|
box-shadow: none !important;
|
}
|
|
textarea,
|
input {
|
outline: none;
|
}
|
|
a:focus,
|
.btn:focus {
|
text-decoration: none;
|
outline: none;
|
}
|
|
.uppercase {
|
text-transform: uppercase;
|
}
|
|
.capitalize {
|
text-transform: capitalize;
|
}
|
|
/* title css */
|
.witr_section_title_inner h1,
|
.witr_section_title_inner h2,
|
.witr_section_title_inner h3 {
|
font-size: 40px;
|
margin: auto;
|
font-weight: 700;
|
}
|
|
.all_counter_color h4,
|
.all_counter_color h1 {
|
color: #FFFFFF;
|
}
|
|
.all_counter_color h3,
|
.all_counter_color span {
|
color: #FFFFFF;
|
margin: -5px 0px 0px 0px;
|
}
|
|
.witr_section_title_inner.text-center p {
|
width: 71%;
|
margin-right: auto;
|
margin-left: auto;
|
}
|
|
.witr_section_title {
|
padding-bottom: 0px;
|
}
|
|
.witr_section_title {
|
position: relative;
|
padding-bottom: 30px;
|
}
|
|
.witr_section_title_inner {
|
position: relative;
|
z-index: 1;
|
}
|
|
.witr_back_title {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
right: 0;
|
left: 0;
|
}
|
|
.title_in .witr_back_title {
|
z-index: -1;
|
}
|
|
.witr_back_title h4 {
|
font-size: 80px;
|
-webkit-text-stroke: 1px #888888;
|
-webkit-text-fill-color: transparent;
|
line-height: 1;
|
}
|
|
.witr_section_title_inner h1,
|
.witr_section_title_inner h2,
|
.witr_section_title_inner h3 {
|
font-size: 40px;
|
margin: auto;
|
}
|
|
.text-right.witr_section_title_inner h1,
|
.text-right.witr_section_title_inner h2,
|
.text-right.witr_section_title_inner h3 {
|
margin-right: 0px;
|
}
|
|
.text-left.witr_section_title_inner h1,
|
.text-left.witr_section_title_inner h2,
|
.text-left.witr_section_title_inner h3 {
|
margin-left: 0px;
|
}
|
|
.witr_section_title_inner h1 {}
|
|
.witr_section_title_inner h2 {
|
font-size: 16px;
|
display: inline-block;
|
text-transform: uppercase;
|
color: #ff3d00;
|
}
|
|
.all_counter_color i,
|
.witr_counter_img {
|
margin: 0px 20px 0px 0px;
|
padding: 10px 0px 0px 0px;
|
}
|
|
.witr_section_title_inner h3 {
|
padding: 0px;
|
}
|
|
.witr_section_title_inner p span a,
|
.witr_section_title_inner p span,
|
.witr_section_title_inner h1 span,
|
.witr_section_title_inner h2 span,
|
.witr_section_title_inner h3 span {
|
color: #ff3d00;
|
}
|
|
.witr_section_title_inner p {
|
margin-top: 10px;
|
}
|
|
.witr_section_title_inner.text-center p {
|
margin-right: auto;
|
margin-left: auto;
|
}
|
|
.witr_section_title_inner.text-left p {
|
margin-right: auto;
|
margin-left: 0px;
|
}
|
|
.witr_section_title_inner.text-right p {
|
width: 81%;
|
margin-right: 0px;
|
margin-left: auto;
|
}
|
|
.witr_image_title {
|
margin-top: 0px;
|
margin-bottom: 10px;
|
}
|
|
.white .witr_section_title_inner h1,
|
.white .witr_section_title_inner h2,
|
.white .witr_section_title_inner h3,
|
.white .witr_section_title_inner p {
|
color: #fff;
|
}
|
|
.title_btn a {
|
background: #e0a067;
|
padding: 15px 30px;
|
color: #fff;
|
display: inline-block;
|
}
|
|
/* button hover style */
|
.pricing-part a.btn,
|
.feature_btn a,
|
.witr_ser_btnb a,
|
.service-btn>a,
|
a.dtbtn,
|
.witr_btn,
|
.witr_bbtn,
|
.witr_gbtn,
|
.witr_gbbtn,
|
.lowgo_button a,
|
.witr_sbtn_s8 a {
|
border-radius: 5px;
|
font-size: 16px;
|
}
|
|
.witr_ser_btnb a:hover,
|
a.dtbtn:hover,
|
.witr_btn:hover,
|
.lowgo_button a:hover {
|
background: #140909;
|
}
|
|
.witr_btn:hover {
|
background: #140909;
|
color: #fff;
|
}
|
|
.witr_gbtn::before {
|
border-radius: 30px;
|
}
|
|
.tx_golobal_color {
|
background: #e0a067;
|
}
|
|
.tx_btn_global_color:hover {
|
background: #140909;
|
}
|
|
.logo-right,
|
.logo-left {
|
align-items: center;
|
}
|
|
.witr_h_h2 .lowgo_menu,
|
.witr_h_h3 .lowgo_menu,
|
.witr_h_h4 .lowgo_menu,
|
.witr_h_h5 .lowgo_menu,
|
.witr_h_h6 .lowgo_menu,
|
.witr_h_h7 .lowgo_menu,
|
.witr_h_h8 .lowgo_menu,
|
.witr_h_h9 .lowgo_menu,
|
.witr_h_h10 .lowgo_menu,
|
.witr_h_h11 .lowgo_menu,
|
.witr_h_h14 .lowgo_menu,
|
.witr_h_h17 .lowgo_menu,
|
.witr_h_h18 .lowgo_menu,
|
.witr_h_h19 .lowgo_menu,
|
.witr_h_h20 .lowgo_menu,
|
.witr_h_h21 .lowgo_menu {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-pack: end;
|
-ms-flex-pack: end;
|
justify-content: flex-end;
|
align-items: center;
|
}
|
|
.tx_relative_m,
|
.tx_top2_relative {
|
position: relative;
|
}
|
|
/* bar color title */
|
.witr_bar_main {
|
margin: 10px 0;
|
}
|
|
.witr_bar_inner {
|
height: 3px;
|
width: 90px;
|
background: #821F05;
|
margin: 0px auto;
|
position: relative;
|
border-radius: 30px;
|
}
|
|
.text-left .witr_bar_inner {
|
margin-left: 0px;
|
}
|
|
.text-right .witr_bar_inner {
|
margin-right: 0px;
|
}
|
|
/* circale Bar css */
|
.witr_bar_innerc {
|
position: relative;
|
}
|
|
.witr_bar_innerc::before {
|
content: '\f177';
|
position: absolute;
|
left: 0;
|
top: 50%;
|
transform: translateY(-50%);
|
border: 5px solid #e0a067;
|
border-radius: 50%;
|
background: #1c1b1b;
|
-webkit-animation-duration: 3s;
|
animation-duration: 3s;
|
-webkit-animation-timing-function: linear;
|
animation-timing-function: linear;
|
-webkit-animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
-webkit-animation-name: move_title_bg;
|
animation-name: move_title_bg1;
|
}
|
|
.witr_bar_innerc::after {
|
content: '\f178';
|
position: absolute;
|
right: 0;
|
top: 50%;
|
transform: translateY(-50%);
|
border: 5px solid #e0a067;
|
border-radius: 50%;
|
background: #1c1b1b;
|
-webkit-animation-duration: 3s;
|
animation-duration: 3s;
|
-webkit-animation-timing-function: linear;
|
animation-timing-function: linear;
|
-webkit-animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
-webkit-animation-name: move_title_bg;
|
animation-name: move_title_bg2;
|
}
|
|
@keyframes move_title_bg1 {
|
from {
|
left: 0;
|
}
|
|
to {
|
left: 100%;
|
}
|
}
|
|
@keyframes move_title_bg2 {
|
from {
|
right: 0;
|
}
|
|
to {
|
right: 100%;
|
}
|
}
|
|
/* === style_w6 shape ==== */
|
.witr_shape_item_inner {
|
position: absolute;
|
z-index: -1;
|
content: "";
|
transition: .5s;
|
}
|
|
.witr_shape_box {
|
width: 300px;
|
height: 300px;
|
background: #ddd;
|
border-radius: 50%;
|
border: 54px solid #f9f9f9;
|
margin: auto;
|
transition: .5s;
|
}
|
|
/* responsive 320 start */
|
/* small mobile :320px. */
|
@media (max-width: 479px) {
|
body {
|
overflow-x: hidden;
|
}
|
|
.lowgo-header-top {
|
/* display: none;
|
*/
|
}
|
|
.top-right-menu ul.social-icons li {
|
margin-left: 13px;
|
}
|
|
.mean-container .mean-bar:before {
|
text-transform: uppercase;
|
top: 17px;
|
}
|
|
.mean-container a.meanmenu-reveal {
|
padding: 19px 20px 18px;
|
}
|
|
.witr_ac_style:before,
|
.active .witr_ac_style:before {
|
display: none;
|
}
|
}
|
|
/* responsive 320 end */
|
|
/*===================== itpart HEADING TOP AREA CSS =========================*/
|
/* LEFT RIGHT CSS */
|
.em40_header_area_main.hdisplay_none {
|
display: none;
|
}
|
|
.itpart-header-top {
|
background: #ff3d00;
|
|
}
|
|
.itpart-header-top {
|
background-repeat: no-repeat;
|
background-position: center center;
|
background-image: url("/static/home/assets/images/top-bg-img.png");
|
background-size: cover;
|
padding: 10px 0px;
|
}
|
|
.top-address p {
|
margin-bottom: 0;
|
}
|
|
.top-address p span,
|
.top-address p a {
|
margin-right: 20px;
|
}
|
|
.top-address p span i,
|
.top-address p a i {
|
font-size: 13px;
|
color: #fff;
|
margin-right: 5px;
|
}
|
|
.top-address p span i:hover,
|
.top-address p a i:hover {
|
color: #dd3333
|
}
|
|
.top-address p a {
|
display: inline-block;
|
text-decoration: none;
|
-webkit-transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
}
|
|
/* TOP RIGHT CSS */
|
.top-right-menu ul.social-icons {
|
margin: 0;
|
padding: 0;
|
}
|
|
.top-right-menu ul.social-icons li {
|
display: inline-block;
|
margin-left: 15px;
|
position: relative;
|
}
|
|
.top-right-menu ul.social-icons li a {
|
display: inline-block;
|
text-decoration: none;
|
-webkit-transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
font-size: 15px;
|
}
|
|
.top-welcomet p span,
|
.top-welcomet p a,
|
.top-welcome p span,
|
.top-welcome p a,
|
.top-welcome p,
|
.top-address p a,
|
.top-right-menu ul.social-icons li a,
|
.top-address p span {
|
color: #fff;
|
font-size: 15px;
|
font-weight: 500;
|
}
|
|
.top-welcome p a:hover {
|
color: #dd3333;
|
}
|
|
.top-right-menu .social-icons li a:hover,
|
.top-right-menu .social-icons li a i:hover {
|
color: #dd3333;
|
}
|
|
.top-both-p0 .top-address p a,
|
.top-both-p0 .top-address p span {
|
margin-right: 0px;
|
margin-left: 12px;
|
}
|
|
.top-right-menu .menu-item-has-children>a:after {
|
margin-left: 5px;
|
content: "\e62a";
|
font-family: themify;
|
font-size: 15px;
|
opacity: .7;
|
}
|
|
/* sub menu css */
|
.top-right-menu ul .sub-menu {
|
position: absolute;
|
left: 0px;
|
top: 100%;
|
visibility: hidden;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
border-top: 1px solid #821F05;
|
width: 150px;
|
text-align: left;
|
background: #821F05;
|
z-index: 1;
|
transition: .5s;
|
}
|
|
.top-right-menu ul.social-icons li:hover .sub-menu {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
visibility: visible;
|
}
|
|
.top-right-menu ul .sub-menu li {
|
padding: 5px 0px 5px;
|
}
|
|
.top-right-menu ul .sub-menu li a {
|
font-size: 14px;
|
}
|
|
.top-right-menu ul .sub-menu ul {
|
display: none;
|
}
|
|
.top-welcome p {
|
padding: 0px;
|
margin: 0px;
|
}
|
|
.top-address.em-login a {
|
margin-right: 10px;
|
}
|
|
.top-address.em-login a+a {
|
margin-right: 0;
|
}
|
|
.top-address.em-login p a i,
|
.top-address.em-login p a i {
|
margin-right: 5px;
|
}
|
|
.top-address.em-login a+a:before {
|
content: "|";
|
margin-right: 12px;
|
}
|
|
.txtc {
|
text-align: center;
|
}
|
|
.text-center {
|
text-align: center;
|
}
|
|
.text-left {
|
text-align: left !important;
|
}
|
|
.text-right {
|
text-align: right !important;
|
}
|
|
/* top opening */
|
.top-address.menu_18 span {
|
padding: 8px 15px 9px;
|
display: inline-block;
|
}
|
|
.top-right-menu ul.social-icons.menu_18,
|
.top-right-menu ul.social-icons.menu_19 {
|
padding: 7px 0;
|
}
|
|
.em-login.menu_18,
|
.em-quearys-top.menu_19 {
|
padding: 7px 0;
|
}
|
|
/* address left right icon */
|
.top-right-menu.litop {
|
float: left;
|
}
|
|
/* mobile logo */
|
.mobile_menu_logo.text-center {
|
padding: 20px 0;
|
}
|
|
/*===================== END itpart HEADING TOP AREA CSS =========================*/
|
/*======================== EM itpart HEADER =========================*/
|
.em_itpart_header {
|
background: #f9f9f9 none repeat scroll 0% 0;
|
padding: 28px 0;
|
position: relative;
|
overflow: hidden;
|
z-index: 1;
|
}
|
|
.em_itpart_header:before {
|
background: #821F05 none repeat scroll 0% 0;
|
content: "";
|
left: 0;
|
top: 0;
|
bottom: 0;
|
width: 25%;
|
height: 100%;
|
z-index: -1;
|
position: absolute;
|
}
|
|
.em_itpart_header:after {
|
background: #821F05 none repeat scroll 0% 0;
|
content: "";
|
left: 18%;
|
top: 0;
|
bottom: 0;
|
width: 15%;
|
height: 100%;
|
position: absolute;
|
-webkit-transform: rotate(-121deg);
|
transform: rotate(-121deg);
|
z-index: -1;
|
}
|
|
.single_header_address {
|
text-align: left;
|
}
|
|
.itpart_logo_thumb {
|
z-index: 9;
|
text-align: right;
|
}
|
|
.itpart_header_icon {
|
float: left;
|
margin-right: 10px;
|
overflow: hidden;
|
}
|
|
.itpart_header_icon i {
|
color: #821F05;
|
font-size: 30px;
|
margin-top: 5px;
|
margin-left: 2px;
|
display: inline-block;
|
}
|
|
.itpart_header_address {
|
overflow: hidden;
|
padding-left: 80px;
|
}
|
|
.itpart_header_address_text>h3 {
|
font-size: 18px;
|
margin: 0;
|
padding: 0;
|
}
|
|
.itpart_header_address_text>p {
|
margin: 0;
|
overflow: hidden;
|
}
|
|
.itpart_header_address_text>p>a {
|
color: #999;
|
}
|
|
.itpart_logo_thumb {
|
z-index: 9;
|
}
|
|
.itpart_header_button {
|
padding-left: 50px;
|
position: relative;
|
}
|
|
.itpart_header_button:before {
|
content: "";
|
position: absolute;
|
background: #821F05;
|
width: 1px;
|
height: 74px;
|
left: 10px;
|
top: -14px;
|
}
|
|
.itpart_header_button .dtbtn {
|
background: #821F05;
|
border-radius: 5px;
|
color: #fff;
|
display: inline-block;
|
font-size: 15px;
|
font-weight: 600;
|
margin-left: 0;
|
padding: 12px 26px;
|
transition: .5s;
|
}
|
|
.itpart_header_button>a:hover {
|
background: #821F05;
|
}
|
|
.em_slider_social {
|
position: fixed;
|
right: 30px;
|
text-align: center;
|
top: 60%;
|
z-index: 999999;
|
}
|
|
.em_slider_social li {
|
display: block;
|
list-style: outside none none;
|
text-decoration: none;
|
}
|
|
.em_slider_social a {
|
background: #821F05;
|
border: 1px solid #821F05;
|
border-radius: 50%;
|
color: #fff;
|
display: inline-block;
|
font-size: 16px;
|
height: 35px;
|
line-height: 33px;
|
margin-bottom: 10px;
|
text-align: center;
|
width: 35px;
|
}
|
|
.em_slider_social a:hover {
|
background: #821F05;
|
color: #fff;
|
border-color: #821F05;
|
}
|
|
.no-logo-sr .itpart_menu ul {
|
text-align: center;
|
}
|
|
.no-logo-sr .itpart_menu ul li {
|
text-align: left;
|
}
|
|
/*======================= itpart HEADING NAV AREA CSS ========================*/
|
.mean-container .mean-bar {
|
padding: 0;
|
}
|
|
.mean-container .mean-nav {
|
background: transparent;
|
float: none;
|
}
|
|
.main_menu_div {
|
position: relative;
|
}
|
|
.itpart_nav_area {
|
background: #fff none repeat scroll 0% 0;
|
}
|
|
/* LOGO CSS */
|
.logo a {
|
font-size: 23px;
|
font-weight: 700;
|
display: inline-block;
|
}
|
|
/* MENU CSS */
|
.itpart_menu ul {
|
text-align: right;
|
list-style: none;
|
}
|
|
/* witr_h_h18 menu css */
|
.witr_shop_sc .itpart_menu ul {
|
text-align: left;
|
}
|
|
.search_popup_button,
|
.tx_mmenu_together {
|
align-items: center;
|
display: flex;
|
justify-content: flex-end;
|
}
|
|
.tx_mmenu_together .donate-btn-header {
|
padding: 0;
|
}
|
|
.witr_shop_sc .donate-btn-header,
|
.witr_shop_sc .em_top_cart.hshop {
|
padding: 0;
|
}
|
|
.witr_shop_sc .em-quearys-menu i {
|
border-radius: 3px;
|
margin-right: 20px;
|
margin-top: 7px;
|
}
|
|
.witr_shop_sc a.cart-contents {
|
background: #ff4a17;
|
color: #fff;
|
border-radius: 3px;
|
padding: 8px;
|
margin-top: 3px;
|
display: block;
|
}
|
|
.witr_shop_sc a.dtbtn {
|
margin-left: 20px;
|
}
|
|
.witr_shop_sc .em-header-quearys {
|
text-align: center;
|
}
|
|
/* witr_h_h21 menu css */
|
.sb_popup .tx_mmenu_together {
|
justify-content: space-between;
|
}
|
|
/* witr_h_h22 menu css */
|
.number_align {
|
justify-content: space-between;
|
display: flex;
|
align-items: center;
|
}
|
|
.menu_search {
|
display: flex;
|
align-items: center;
|
}
|
|
.main_menu_address_a {
|
display: flex;
|
align-items: center;
|
position: relative;
|
}
|
|
.main_menu_address_a::before {
|
content: "";
|
position: absolute;
|
background: #fbfbfb40;
|
width: 1px;
|
height: 107px;
|
left: 0;
|
}
|
|
.main_menu_header_icon {
|
margin-left: 25px;
|
margin-right: 10px;
|
}
|
|
.main_menu_header_icon i {
|
font-size: 30px;
|
color: #821F05;
|
}
|
|
.main_menu_header_address_text h3,
|
.main_menu_header_address_text h4 a {
|
margin: 0;
|
font-weight: 600;
|
}
|
|
.main_menu_header_address_text h3 {
|
font-size: 18px;
|
color: #821F05;
|
}
|
|
.main_menu_header_address_text h4 a {
|
font-size: 18px;
|
}
|
|
.main_menu_header_address_text h4 {
|
margin-bottom: 0;
|
}
|
|
.prefix .main_menu_header_address_text h3,
|
.prefix .main_menu_header_address_text h4 a,
|
.prefix .main_menu_header_icon i {
|
color: #fff;
|
}
|
|
.itpart_menu>ul>li {
|
display: inline-block;
|
position: relative;
|
}
|
|
.itpart_menu>ul>li>a {
|
display: block;
|
margin: 38px 11px;
|
transition: .5s;
|
position: relative;
|
color: #272727;
|
font-size: 19px;
|
font-weight: 600;
|
}
|
|
.itpart_menu>ul>li>a:before,
|
.itpart_menu>ul>li.current>a:before {
|
background: #ffb600 none repeat scroll 0% 0;
|
bottom: -7px;
|
content: "";
|
height: 2px;
|
left: 0;
|
margin: auto;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
position: absolute;
|
right: 0;
|
-webkit-transition: all 0.5s ease 0s;
|
transition: all 0.5s ease 0s;
|
width: 15%;
|
display: none;
|
}
|
|
.heading_style_2 .itpart_menu>ul>li>a {
|
color: #fff;
|
}
|
|
.heading_style_3 .itpart_menu>ul>li>a {
|
color: #fff;
|
}
|
|
.heading_style_4 .itpart_menu>ul>li>a {
|
color: #fff;
|
}
|
|
.heading_style_5 .itpart_menu>ul>li>a {
|
color: #fff;
|
}
|
|
.itpart_menu ul li:last-child a {
|
margin-right: 0px;
|
}
|
|
.itpart_menu>ul>li.current>a,
|
.itpart_menu>ul>li:hover>a,
|
.itpart_header_menu>ul>li:hover>a {
|
color: #ff3d00;
|
background-color: transparent;
|
}
|
|
.itpart_menu>ul>li:hover>a:before,
|
.itpart_menu>ul>li.current>a:before {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
/* transparent 2 */
|
.trp_nav_area {
|
position: fixed;
|
left: 0;
|
right: 0;
|
top: 0;
|
z-index: 9999;
|
background-color: transparent;
|
transition: .5s;
|
}
|
|
.hbg2 {
|
background: rgba(0, 0, 0, .7);
|
}
|
|
/* stycky nav js */
|
.transprent-menu.menu4 {
|
position: relative;
|
}
|
|
.transprent-menu .itpart_nav_area {
|
left: 0;
|
right: 0;
|
top: 0;
|
z-index: 9999;
|
background-color: transparent;
|
padding: 0;
|
transition: .5s;
|
position: absolute;
|
}
|
|
.itpart_nav_area.postfix {
|
-webkit-transition: .3s;
|
transition: .3s;
|
}
|
|
.itpart_nav_area.prefix,
|
.hbg2 {
|
background: #232323;
|
}
|
|
.itpart_nav_area.prefix .itpart_menu>ul>li>a {
|
color: #fff;
|
}
|
|
.itpart_nav_area.prefix .itpart_menu>ul>li.current>a {
|
color: #ff3d00;
|
}
|
|
/* LOGO LEFT RIGHT CSS */
|
.logo-left {
|
align-items: center;
|
}
|
|
.logo-left .logo {
|
text-align: left;
|
width: 100px;
|
}
|
|
.logo-right .logo {
|
text-align: right;
|
}
|
|
.logo-right .itpart_menu>ul {
|
text-align: left;
|
}
|
|
.logo-right .itpart_menu>ul>li:first-child a {
|
padding-left: 0px;
|
}
|
|
.logo-right .itpart_menu>ul>li:last-child a {
|
padding-right: auto;
|
}
|
|
/* logo top */
|
.logo-top .logo {
|
text-align: center;
|
}
|
|
.logo-top .itpart_menu>ul {
|
text-align: center;
|
}
|
|
.logo-top>.itpart_menu>ul>li:last-child a {
|
padding-right: auto;
|
}
|
|
/* sub menu style */
|
.itpart_menu ul .sub-menu {
|
position: absolute;
|
left: 0;
|
top: 130%;
|
width: 217px;
|
text-align: left;
|
background: #fff;
|
margin: 0;
|
padding: 15px 20px 8px;
|
z-index: 9999;
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
|
transition: .2s;
|
opacity: 0;
|
visibility: hidden;
|
}
|
|
.itpart_menu ul li:hover>.sub-menu {
|
transition: .5s;
|
opacity: 1;
|
visibility: visible;
|
top: 100%;
|
z-index: 9;
|
}
|
|
.itpart_menu ul .sub-menu li {
|
position: relative;
|
transition: .5s;
|
}
|
|
.itpart_menu ul .sub-menu li a {
|
display: block;
|
margin: 0;
|
margin-bottom: 6px;
|
letter-spacing: normal;
|
font-size: 18px;
|
font-weight: 500;
|
transition: .5s;
|
color: #0a0a0a;
|
visibility: inherit !important;
|
padding: 4px 0px;
|
}
|
|
.itpart_menu ul .sub-menu li:hover>a,
|
.itpart_menu ul .sub-menu .sub-menu li:hover>a,
|
.itpart_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
|
.itpart_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
|
color: #ff3d00;
|
}
|
|
.itpart_menu ul .sub-menu li:hover {
|
margin-left: 15px;
|
}
|
|
.itpart_menu ul .sub-menu li:before {
|
opacity: 0;
|
transition: .1s;
|
width: 15px;
|
height: 1px;
|
background: #0049ff;
|
position: absolute;
|
left: -20px;
|
top: 50%;
|
font-size: 20px;
|
content: "";
|
transform: translateY(-50%);
|
}
|
|
.itpart_menu ul .sub-menu li:hover:before {
|
opacity: 1;
|
}
|
|
.itpart_menu ul .sub-menu li:before,
|
.mini_shop_content a span.count,
|
.slick-next,
|
.slick-next.slick-disabled,
|
.slick-prev,
|
.slick-prev.slick-disabled,
|
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
|
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
|
background: #ff3d00;
|
}
|
|
/* sub menu 2 */
|
.itpart_menu ul .sub-menu .sub-menu {
|
left: 100%;
|
top: 130%;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
visibility: hidden;
|
}
|
|
.itpart_menu ul .sub-menu li:hover>.sub-menu {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
visibility: visible;
|
top: 0%;
|
}
|
|
/* sub menu 3 */
|
.itpart_menu ul .sub-menu .sub-menu li {
|
position: relative;
|
}
|
|
.itpart_menu ul .sub-menu .sub-menu .sub-menu {
|
right: 100%;
|
left: auto;
|
top: 130%;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
visibility: hidden;
|
}
|
|
.itpart_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
visibility: visible;
|
top: 0%;
|
}
|
|
/* sub menu 4 */
|
.itpart_menu ul .sub-menu .sub-menu .sub-menu li {
|
position: relative;
|
}
|
|
.itpart_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
visibility: visible;
|
top: 0%;
|
}
|
|
/* user login */
|
.logged-in .trp_nav_area {
|
top: 32px;
|
}
|
|
.logged-in .transprent-menu .itpart_nav_area.prefix {
|
top: 32px;
|
}
|
|
.logged-in .trp_nav_area.hbg2 {
|
top: 32px;
|
}
|
|
.elementor-editor-active.logged-in .trp_nav_area {
|
top: 0px;
|
}
|
|
.elementor-editor-active.logged-in .transprent-menu .itpart_nav_area.prefix {
|
top: 0px;
|
}
|
|
.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
|
top: 0px;
|
}
|
|
/* has menu icon */
|
.itpart-main-menu .menu-item-has-children>a:after {
|
margin-left: 10px;
|
content: "\f107";
|
font-family: FontAwesome !important;
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
font-size: 13px;
|
opacity: .5;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
}
|
|
.itpart-main-menu .menu-item-has-children .menu-item-has-children>a:after {
|
margin-left: 8px;
|
content: "\f105";
|
}
|
|
/* menu button */
|
.donate-btn-header {
|
display: inline-block;
|
}
|
|
a.dtbtn {
|
background: #ff3d00;
|
}
|
|
a.dtbtn {
|
border: none;
|
display: block;
|
font-size: 17px;
|
margin-left: 20px;
|
font-weight: 500;
|
border-radius: 30px;
|
padding: 13px 25px;
|
}
|
|
.btn,
|
a.dtbtn {
|
color: #fff;
|
}
|
|
.itpart_button a:hover,
|
.witr_btn:hover,
|
a.dtbtn:hover {
|
background: #121111;
|
}
|
|
.witr_swiper_content .witr_btn:hover {
|
background-color: #FFFFFF;
|
}
|
|
.witr_swiper_content .witr_btn:hover,
|
.witr_swiper_content form button:hover,
|
.witr_video_butns:hover {
|
color: #FF3D00;
|
}
|
|
.redX {
|
color: #821F05;
|
}
|
|
/* logo sticky */
|
.itpart-main-menu .logo a.main_sticky_main_l {
|
display: block;
|
}
|
|
.itpart-main-menu .logo a.main_sticky_l {
|
display: none;
|
}
|
|
/* logo sticky box menu */
|
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
|
display: none;
|
}
|
|
.hmenu_box_style.hbg2 .logo a.main_sticky_l {
|
display: block;
|
}
|
|
/* logo pre */
|
.itpart-main-menu .prefix .logo a.main_sticky_main_l {
|
display: none;
|
}
|
|
.itpart-main-menu .prefix .logo a.main_sticky_l {
|
display: block;
|
}
|
|
.headroom--pinned {
|
-webkit-transform: translateY(0);
|
transform: translateY(0);
|
}
|
|
.headroom--unpinned {
|
-webkit-transform: translateY(-100%);
|
transform: translateY(-100%);
|
}
|
|
.header--fixed {
|
position: fixed;
|
z-index: 10;
|
right: 0;
|
left: 0;
|
top: 0;
|
-webkit-transition: -webkit-transform .25s ease-in-out;
|
transition: -webkit-transform .25s ease-in-out;
|
transition: transform .25s ease-in-out;
|
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
|
will-change: transform;
|
}
|
|
.menu-height-space {
|
height: 100px;
|
}
|
|
/* sticky logo */
|
.itpart_logo_thumb a.main_sticky_l {
|
display: none;
|
}
|
|
.itpart_logo_thumb .logo a {
|
margin-top: 0;
|
}
|
|
/*======================= END itpart HEADING NAV AREA CSS ========================*/
|
/* mobile-menu */
|
.mobile-menu {
|
display: none !important;
|
}
|
|
.mobile_logo_area {
|
display: none !important;
|
}
|
|
.mobile_menu_logo.text-center {
|
padding: 20px 0;
|
}
|
|
.mean-container .mean-bar {
|
padding: 0;
|
}
|
|
.main_menu_div {
|
position: relative;
|
}
|
|
.mean-container .mean-bar {
|
float: none;
|
background: #ff3d00 none repeat scroll 0% 0;
|
overflow: hidden;
|
}
|
|
.lowgo_menu.main-search-menu>.em-header-quearys,
|
.em-quearys-top.msin-menu-search {
|
display: inline-block;
|
}
|
|
.em-top-quearys-area {
|
position: relative;
|
}
|
|
.lowgo_menu div.em-header-quearys {
|
text-align: center;
|
}
|
|
.em-quearys-top.msin-menu-search .em-quearys-menu i {
|
height: 36px;
|
width: 36px;
|
line-height: 36px;
|
margin-left: 20px;
|
cursor: pointer;
|
}
|
|
.em-quearys-menu i {
|
background: #e0a067;
|
border-radius: 50px;
|
display: inline-block;
|
height: 26px;
|
text-align: center;
|
width: 26px;
|
line-height: 26px;
|
font-size: 14px;
|
color: #fff;
|
}
|
|
.em-quearys-inner {
|
visibility: hidden;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
position: fixed;
|
top: 0;
|
left: -150%;
|
width: 100%;
|
height: 100%;
|
background: rgba(0, 0, 0, 0);
|
z-index: 10000;
|
-webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
|
transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
|
transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
|
transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
|
-webkit-transform: scale(1.1);
|
transform: scale(1.1);
|
visibility: hidden;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
left: -150%;
|
background: rgba(0, 0, 0, 0);
|
}
|
|
.em-s-open {
|
visibility: visible;
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
left: 0;
|
background: #000000e6 !important;
|
-webkit-transform: scale(1);
|
transform: scale(1);
|
}
|
|
.em-quearys-form {
|
width: 100%;
|
max-width: 895px;
|
margin: auto;
|
padding: 30px 0;
|
}
|
|
.top-form-control {
|
position: relative;
|
}
|
|
.top-form-control input {
|
background: transparent;
|
color: #fff;
|
font-size: 50px;
|
font-weight: 500;
|
height: 100px;
|
padding: 0 40px 0 15px;
|
width: 100%;
|
border: none;
|
-webkit-transition: 1s;
|
-webkit-transition: .5s;
|
transition: .5s;
|
border-bottom: 3px solid #fff;
|
}
|
|
textarea,
|
input {
|
outline: none;
|
}
|
|
.top-form-control button.top-quearys-style {
|
position: absolute;
|
right: 6px;
|
top: 50%;
|
background: transparent;
|
font-size: 45px;
|
border: none;
|
color: #fff;
|
-webkit-transform: translateY(-50%);
|
transform: translateY(-50%);
|
}
|
|
.lowgo_menu div.em-header-quearys {
|
text-align: center;
|
}
|
|
.em-quearys-top.msin-menu-search .em-quearys-menu i {
|
height: 36px;
|
width: 36px;
|
line-height: 36px;
|
margin-left: 20px;
|
cursor: pointer;
|
}
|
|
.em-quearys-menu i {
|
background: #e0a067;
|
border-radius: 50px;
|
display: inline-block;
|
height: 26px;
|
text-align: center;
|
width: 26px;
|
line-height: 26px;
|
font-size: 14px;
|
color: #fff;
|
}
|
|
/*========================
|
End Menu AREA CSS
|
=========================*/
|
/* Swiper Slider Area Css */
|
.witr_swiper_area {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.witr_swiper_height {
|
position: relative;
|
background-size: cover;
|
background-position: center center;
|
}
|
|
.wittr_gallery_swiper::before,
|
.witr_swiper_height::before {
|
content: "";
|
position: absolute;
|
left: 0px;
|
top: 0px;
|
right: 0px;
|
bottom: 0px;
|
}
|
|
.wittr_gallery_swiper {
|
position: relative;
|
height: 100px !important;
|
margin-top: 10px;
|
background-size: cover;
|
background-position: center center;
|
}
|
|
.witr_sw_text_area {
|
margin: auto;
|
height: 100%;
|
width: 88%;
|
}
|
|
.elementor-section-full_width .witr_sw_text_area {
|
margin: auto;
|
width: 63%;
|
height: 100%;
|
}
|
|
.witr_swiper_content {
|
position: relative;
|
top: 50%;
|
transform: translateY(-50%);
|
z-index: 1;
|
}
|
|
.witr_swiper_topimg {
|
margin-bottom: 23px;
|
}
|
|
.witr_swiper_content h1 {
|
font-size: 24px;
|
margin-bottom: 15px;
|
display: inline;
|
}
|
|
.witr_swiper_content h2 {
|
color: #FFFFFF;
|
padding: 20px 0px 20px 0px;
|
}
|
|
.witr_swiper_content h2,
|
.witr_swiper_content h3 {
|
font-size: 70px;
|
line-height: 1.1;
|
}
|
|
.witr_swiper_content h1 span,
|
.witr_swiper_content h2 span,
|
.witr_swiper_content h3 span {
|
color: #821F05;
|
font-weight: Italic;
|
}
|
|
.itpart_single_event:hover .event_page_title h2 a,
|
.witr_swiper_content h1 span,
|
.witr_swiper_content h2 span,
|
.witr_swiper_content h3 span {
|
color: #ff3d00;
|
}
|
|
.witr_swiper_content h1 {
|
color: #FFFFFF;
|
font-size: 16px;
|
text-transform: uppercase;
|
}
|
|
.witr_swiper_content p {
|
margin-top: 20px;
|
}
|
|
.text-left .witr_swiper_content h1,
|
.text-left .witr_swiper_content h2,
|
.text-left .witr_swiper_content h3 {
|
margin: 0px auto 0px 0;
|
}
|
|
.text-left .witr_swiper_content p {
|
margin: 28px auto 15px 0;
|
}
|
|
.text-center .witr_swiper_content h1,
|
.text-center .witr_swiper_content h2,
|
.text-center .witr_swiper_content h3 .text-center .witr_swiper_content p {
|
margin-left: auto;
|
margin-right: auto;
|
}
|
|
.text-center .witr_swiper_content p {
|
margin: 28px auto 0;
|
width: 60%;
|
}
|
|
.text-right .witr_swiper_content h1,
|
.text-right .witr_swiper_content h2,
|
.text-right .witr_swiper_content h3 {
|
margin: 0px 0 10px auto;
|
}
|
|
.text-right .witr_swiper_content p {
|
margin: 28px 0 15px auto;
|
}
|
|
.text-left .witr_swiper_content h1,
|
.text-left .witr_swiper_content h2,
|
.text-left .witr_swiper_content h3,
|
.text-right .witr_swiper_content h1,
|
.text-right .witr_swiper_content h2,
|
.text-right .witr_swiper_content h3 {
|
width: 68%;
|
}
|
|
.text-left .witr_swiper_content p,
|
.text-right .witr_swiper_content p {
|
width: 55%;
|
}
|
|
.witr_swiper_area .swiper-slide a {
|
display: inline-block;
|
}
|
|
.witr_swiper_area .text-left .witr_slider_thumb {
|
right: 170px;
|
}
|
|
.witr_swiper_area .text-right .witr_slider_thumb {
|
left: 170px;
|
}
|
|
.witr_swiper_area .text-left .slider_vd_icon {
|
right: 16%;
|
}
|
|
.witr_swiper_area .text-right .slider_vd_icon {
|
left: 16%;
|
}
|
|
.witr_swiper_area .text-center .slider_vd_icon {
|
top: 23%;
|
position: absolute;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
}
|
|
.witr_icon_section {
|
margin-top: 30px;
|
}
|
|
/* pagination bullet */
|
.witr_swiper_area .swiper-pagination-bullet {
|
width: 15px;
|
height: 15px;
|
background: #fff;
|
}
|
|
/* progressbar */
|
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
background: #821F05;
|
}
|
|
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {}
|
|
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {
|
height: 10px;
|
}
|
|
/* scrollbar */
|
.witr_swiper_area .swiper-scrollbar-drag {
|
background: #821F05;
|
}
|
|
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar {
|
background: rgba(0, 0, 0, .0);
|
}
|
|
.witr_swiper_area .swiper-scrollbar-drag,
|
.witr_swiper_area .swiper-container-horizontal>.swiper-scrollbar {
|
height: 10px;
|
}
|
|
/* pagination prev next */
|
.swiper-button-prev,
|
.swiper-button-next {
|
background-image: inherit !important;
|
color: #fff;
|
transition: .5s;
|
outline: none;
|
}
|
|
.video_page_area .swiper-button-prev,
|
.video_page_area .swiper-button-next {
|
background-image: inherit !important;
|
color: #fff;
|
transition: .5s;
|
outline: none;
|
display: none;
|
}
|
|
.swiper-button-prev:hover,
|
.swiper-button-next:hover {
|
color: #e0a067;
|
background: #fff;
|
padding: 30px;
|
}
|
|
.swiper-button-next:after,
|
.swiper-button-prev:after {
|
font-size: 30px;
|
}
|
|
.swiper-button-next.swiper-button-disabled,
|
.swiper-button-prev.swiper-button-disabled {
|
opacity: 0 !important;
|
}
|
|
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
background: #821F05;
|
}
|
|
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
background: #821F05;
|
}
|
|
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
background: #000;
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 100%;
|
transform: scale(0);
|
transform-origin: left top;
|
}
|
|
/* pagination prev next */
|
.swiper-button-prev,
|
.swiper-button-next {
|
background-image: inherit !important;
|
color: #fff;
|
transition: .5s;
|
outline: none;
|
}
|
|
.video_page_area .swiper-button-prev,
|
.video_page_area .swiper-button-next {
|
background-image: inherit !important;
|
color: #fff;
|
transition: .5s;
|
outline: none;
|
display: none;
|
}
|
|
.swiper-button-prev:hover,
|
.swiper-button-next:hover {
|
color: #e0a067;
|
background: #fff;
|
padding: 30px;
|
}
|
|
.swiper-button-next:after,
|
.swiper-button-prev:after {
|
font-size: 30px;
|
}
|
|
.swiper-button-next.swiper-button-disabled,
|
.swiper-button-prev.swiper-button-disabled {
|
opacity: 0 !important;
|
}
|
|
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
background: #e0a067;
|
}
|
|
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
.witr_swiper_area .swiper-container-horizontal>.swiper-pagination-progressbar {
|
height: 5px;
|
}
|
|
.witr_swiper_height {
|
height: 770px;
|
}
|
|
.witr_swiper_content h2,
|
.witr_swiper_content h3 {
|
color: #FFFFFF;
|
}
|
|
.witr_swiper_content h2 {
|
margin-bottom: 0px;
|
}
|
|
.witr_swiper_content p {
|
color: #FFFFFF;
|
}
|
|
.text-left .witr_swiper_content p,
|
.text-right .witr_swiper_content p {
|
width: 42%;
|
font-size: 20px;
|
}
|
|
.witr_swiper_content p {
|
color: #FFFFFF;
|
padding: 10px 0px 10px 0px;
|
}
|
|
.witr_swiper_content .witr_btn {
|
border-style: default;
|
border-radius: 5px 5px 5px 5px;
|
}
|
|
.witr_swiper_area .swiper-slide a {
|
display: inline-block;
|
}
|
|
.witr_swiper_content .witr_btn {
|
border-style: default;
|
border-radius: 100px 100px 100px 100px;
|
padding: 16px 50px 16px 50px;
|
}
|
|
.btn,
|
.feature_btn a,
|
.itpart_button a,
|
.learn_btn,
|
.service-btn>a,
|
.witr_bbtn,
|
.witr_btn,
|
.witr_feature_btn_3d a,
|
.witr_feature_btn_f a,
|
.witr_gbbtn,
|
.witr_gbtn,
|
.witr_sbtn_s8 a,
|
.witr_ser_btnb a,
|
a.dtbtn {
|
border-radius: 5px;
|
font-size: 16px;
|
font-weight: 400;
|
}
|
|
.witr_btn {
|
background: #821F05;
|
color: #fff;
|
display: inline-block;
|
padding: 17px 30px;
|
text-align: center;
|
position: relative;
|
margin-right: 15px;
|
z-index: 2;
|
transition: 1s;
|
}
|
|
.witr_btn {
|
background: #ff3d00;
|
}
|
|
.slider_btn {
|
margin-top: 45px;
|
}
|
|
.witr_swiper_content .witr_btn.active {
|
color: #FFFFFF;
|
background-color: #0A0A0A;
|
border-style: solid;
|
border-width: 0px 0px 0px 0px;
|
}
|
|
.witr_swiper_content .witr_btn.active:hover {
|
background-color: #821F05;
|
}
|
|
.witr_sw_text_area {
|
margin: auto;
|
width: 63%;
|
height: 100%;
|
}
|
|
/* itpart service area css */
|
/* witr service Style 13 */
|
.itpart_service_area {
|
margin-top: -68px;
|
margin-bottom: 0px;
|
z-index: 1;
|
position: relative;
|
}
|
|
.poly_text_box {
|
position: relative;
|
}
|
|
.itpart_service_area .service_icon_box {
|
position: absolute;
|
left: 0px;
|
padding: 25px 38px 25px 38px;
|
top: 50%;
|
transform: translateY(-50%);
|
filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, .06));
|
z-index: 1;
|
}
|
|
.service_icon_box::before {
|
content: '';
|
position: absolute;
|
background: #fff;
|
height: 100%;
|
width: 100%;
|
left: 0;
|
top: 0;
|
clip-path: polygon(0 1%, 85% 0, 100% 100%, 0% 100%);
|
border-radius: 10px 26px 10px 10px;
|
transition: .5s;
|
z-index: 1;
|
}
|
|
.itpart_service_area .em_service_text_box {
|
filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, .06));
|
padding: 50px 23px 30px 100px;
|
background: url(/static/home/assets/images/service-shape.png) no-repeat top right;
|
transition: .5s;
|
margin-left: 25px;
|
}
|
|
.itpart_service_area .em-service-title h3 {
|
padding: 0;
|
transition: .5s;
|
margin-bottom: 8px;
|
}
|
|
.em_service_text_box::before {
|
content: '';
|
position: absolute;
|
background: #fff url(/static/home/assets/images/service-shape.png) no-repeat top right;
|
height: 100%;
|
width: 100%;
|
left: 0;
|
top: 0;
|
clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
|
border-radius: 10px 10px 10px 26px;
|
transition: .5s;
|
z-index: -1;
|
}
|
|
.poly_text_box:hover .em_service_text_box::before {
|
background: #fff url(/static/home/assets/images/service-hover.png) no-repeat top right;
|
}
|
|
.poly_text_box .em-service-icon {
|
position: relative;
|
z-index: 1;
|
}
|
|
.poly_text_box .em-service-icon img,
|
.poly_text_box .em-service-icon i {
|
margin-bottom: 0;
|
font-size: 40px;
|
transition: .5s;
|
color: #FF3D00;
|
}
|
|
.poly_text_box:hover .em-service-icon img {
|
filter: brightness(0) invert(1);
|
}
|
|
.poly_text_box:hover .em-service-icon i {
|
color: #fff;
|
}
|
|
.poly_text_box:hover .service_icon_box::before,
|
.wirt_detail_texti,
|
.witr_service2:hover .wbutton_top_service_icon a::before,
|
.witr_service2:hover .witr_service2_icon_bottom::before,
|
.witr_service_10 .service-btn a:hover {
|
background: #ff3d00;
|
}
|
|
/* about area css */
|
.itpart_about_area {
|
padding: 110px 0px 120px;
|
background: #FFFFFF;
|
}
|
|
.witr_title2 .witr_label {
|
color: #272727;
|
}
|
|
.itpart_about_area .witr_section_title_inner h3 {
|
padding: 0px;
|
padding: 18px 0px 5px;
|
}
|
|
.itpart_about_area .border_left_style {
|
padding-top: 22px;
|
}
|
|
.itpart_about_area .witr_section_title {
|
padding-bottom: 20px;
|
}
|
|
.itpart_about_area .witr_btn {
|
border-radius: 30px;
|
display: inline-block;
|
font-size: 16px;
|
padding: 16px 50px;
|
text-align: center;
|
position: relative;
|
margin-right: 15px;
|
z-index: 2;
|
transition: 1s;
|
font-weight: 400;
|
margin-top: 50px;
|
}
|
|
.elementor-divider__text {
|
color: #FF3D00;
|
font-size: 16px;
|
font-weight: 700;
|
}
|
|
/* itpart_skill_area */
|
.witr_single_progress {
|
overflow: hidden;
|
position: relative;
|
margin-bottom: 20px;
|
}
|
|
.progress-bar {
|
background-color: #ff3d00;
|
}
|
|
.witr_progress-style2 {
|
height: 4px;
|
box-shadow: none;
|
border-radius: 0;
|
overflow: visible;
|
margin-top: 0px;
|
}
|
|
.witr_progress-style2+.witr_progress-style2 {
|
margin-top: 50px;
|
}
|
|
.witr_progress-style2 .progress-bar {
|
position: relative;
|
text-align: left;
|
line-height: 4px;
|
border-radius: 0;
|
box-shadow: none;
|
}
|
|
.witr_title2 .witr_label {
|
left: 0px;
|
top: 0px;
|
color: #1b1a1a;
|
font-size: 16px;
|
font-weight: 600;
|
margin-bottom: 4px;
|
display: inline-block;
|
}
|
|
.witr_progress-style2 .witr_percent {
|
position: absolute;
|
right: 0;
|
font-weight: 700;
|
color: #272727;
|
font-size: 16px;
|
top: -19px;
|
}
|
|
.witr_lf_area {
|
margin-top: 100px;
|
}
|
|
|
/* port area css */
|
.itpart_service_area2 {
|
background-image: url("/static/home/assets/images/port-bg-img.jpg");
|
background-repeat: no-repeat;
|
background-size: cover;
|
padding: 120px 0px 110px;
|
}
|
|
/* witr service 2 Style 10 */
|
.service_overflow_inherit.witr_service2 {
|
overflow: inherit;
|
}
|
|
.service_overflow_inherit .witr_service2_image {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.itpart_service_area2 .service_overflow_inherit.witr_service2 {
|
overflow: inherit;
|
margin-bottom: 20px;
|
}
|
|
.service_overflow_inherit .witr_service2_image {
|
overflow: hidden;
|
}
|
|
.wbutton_top_service_icon {
|
position: absolute;
|
top: 10px;
|
right: 76px;
|
}
|
|
.wbutton_top_service_icon a {
|
font-size: 25px;
|
position: relative;
|
z-index: 1;
|
}
|
|
.wbutton_top_service_icon a::before {
|
content: '';
|
position: absolute;
|
height: 130px;
|
width: 130px;
|
background: #fff;
|
right: -58px;
|
z-index: -1;
|
transform: rotate(-45deg);
|
top: -88px;
|
border-radius: 0px 50px;
|
transition: .5s;
|
}
|
|
.witr_service2:hover .wbutton_top_service_icon a {
|
color: #fff;
|
}
|
|
/* witr_service2_icon_bottom */
|
.witr_servicetwo_text {
|
box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
|
padding: 57px 30px 30px;
|
position: relative;
|
background: #fff;
|
z-index: 1;
|
}
|
|
.witr_servicetwo_text::before {
|
content: '';
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
z-index: -1;
|
transition: .5s;
|
background: #222429;
|
height: 0;
|
}
|
|
.witr_service2:hover .witr_servicetwo_text::before {
|
bottom: 0;
|
height: 100%;
|
}
|
|
.witr_servicetwo_text::after {
|
content: '';
|
position: absolute;
|
background: url(../../images/corporate/service-shape-hover.png) no-repeat bottom right;
|
width: 50%;
|
height: 100%;
|
z-index: 1;
|
right: 0;
|
bottom: 0;
|
opacity: 0;
|
transition: .5s;
|
}
|
|
.witr_service2:hover .witr_servicetwo_text::after {
|
opacity: 1;
|
}
|
|
.witr_servicetwo_text h3 {
|
margin-bottom: 10px;
|
}
|
|
.witr_servicetwo_text h3,
|
.witr_servicetwo_text h3 a,
|
.witr_servicetwo_text p,
|
.witr_servicetwo_text a {
|
transition: .5s;
|
}
|
|
.witr_service2:hover .witr_servicetwo_text h3,
|
.witr_service2:hover .witr_servicetwo_text h3 a,
|
.witr_service2:hover .witr_servicetwo_text p,
|
.witr_service2:hover .witr_servicetwo_text a {
|
color: #fff;
|
}
|
|
.witr_service2_icon_bottom {
|
position: absolute;
|
padding: 17px 35px 17px 23px;
|
top: -35px;
|
left: 30px;
|
filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, .08));
|
z-index: 1;
|
line-height: 1;
|
}
|
|
.witr_service2_icon_bottom::before {
|
content: '';
|
position: absolute;
|
background: #fff;
|
height: 100%;
|
width: 100%;
|
left: 0;
|
top: 0;
|
clip-path: polygon(0 1%, 85% 0, 100% 100%, 0% 100%);
|
border-radius: 10px 26px 10px 10px;
|
transition: .5s;
|
z-index: 1;
|
}
|
|
.witr_service2_icon_bottom i {
|
font-size: 30px;
|
z-index: 1;
|
position: relative;
|
}
|
|
.witr_service2:hover .witr_service2_icon_bottom i {
|
color: #fff;
|
}
|
|
.witr_service2_icon_bottom i {
|
font-size: 30px;
|
z-index: 1;
|
position: relative;
|
color: #ff3d00;
|
}
|
|
.service_overflow_inherit .witr_service2_image {
|
overflow: hidden;
|
}
|
|
.witr_servicetwo_text::after {
|
content: '';
|
position: absolute;
|
background: url(/static/home/assets/images/service-shape-hover2.png) no-repeat bottom right;
|
width: 50%;
|
height: 100%;
|
z-index: 1;
|
right: 0;
|
bottom: 0;
|
opacity: 0;
|
transition: .5s;
|
}
|
|
/* project area css */
|
.itpart_project_area {
|
padding: 110px 0px 130px;
|
background: #FFFFFF;
|
}
|
|
/* ps3 Slide css */
|
.witr_pslide3 .witr_single_pslide {
|
margin-bottom: 100px;
|
overflow: inherit;
|
}
|
|
.ps3.ps1 .witr_content_pslide_text {
|
bottom: -60px;
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
|
text-align: center;
|
padding: 20px 10px 45px;
|
border-radius: 5px;
|
}
|
|
.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
|
bottom: -60px;
|
}
|
|
.ps3 .witr_content_pslide_text h3 a {
|
margin-bottom: 3px;
|
}
|
|
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
|
bottom: -20px;
|
}
|
|
.witr_pslide3 .witr_pslide_custom {
|
bottom: -17px;
|
right: 50%;
|
-webkit-transform: translateX(50%);
|
transform: translateX(50%);
|
}
|
|
.witr_pslide3 .witr_pslide_custom a span {
|
width: 45px;
|
height: 45px;
|
line-height: 45px;
|
font-size: 18px;
|
box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
|
}
|
|
.witr_pslide_image {
|
position: relative;
|
}
|
|
.witr_pslide_image:before {
|
position: absolute;
|
content: '';
|
top: 0;
|
left: 0;
|
bottom: 0;
|
right: 0;
|
-webkit-transform: scale(0);
|
transform: scale(0);
|
-webkit-transition: .5s;
|
transition: .5s;
|
z-index: 1;
|
}
|
|
.witr_pslide_image:before {
|
background: #222429;
|
}
|
|
.witr_pslide_image {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.witr_pslide_image::before {
|
opacity: 0.5;
|
transition: .5s;
|
}
|
|
/* ps3 Slide css */
|
.witr_pslide3 .witr_single_pslide {
|
margin-bottom: 100px;
|
overflow: inherit;
|
}
|
|
.ps3.ps1 .witr_content_pslide_text {
|
bottom: -60px;
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
|
text-align: center;
|
padding: 20px 10px 45px;
|
border-radius: 5px;
|
background: #FFFFFF;
|
}
|
|
.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
|
bottom: -60px;
|
}
|
|
.ps3 .witr_content_pslide_text h3 a {
|
margin-bottom: 3px;
|
}
|
|
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
|
bottom: -20px;
|
}
|
|
.witr_pslide3 .witr_pslide_custom {
|
bottom: -17px;
|
right: 50%;
|
-webkit-transform: translateX(50%);
|
transform: translateX(50%);
|
}
|
|
.witr_pslide3 .witr_pslide_custom a span {
|
width: 45px;
|
height: 45px;
|
line-height: 45px;
|
font-size: 18px;
|
box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
|
}
|
|
/* witr_pslide4 css */
|
.witr_pslide4.witr_pslide3 .witr_single_pslide {
|
margin-bottom: 0px;
|
overflow: inherit;
|
padding-bottom: 80px;
|
}
|
|
.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
|
bottom: -170px;
|
padding: 30px 10px 20px;
|
border-radius: 5px;
|
left: 30px;
|
right: 30px;
|
}
|
|
.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
|
bottom: 20px;
|
}
|
|
.witr_pslide4.witr_pslide3 .witr_pslide_custom {
|
bottom: auto;
|
top: -22px;
|
z-index: -1;
|
}
|
|
.witr_pslide_image img {
|
transition: .5s;
|
}
|
|
.witr_single_pslide:hover .witr_pslide_image img,
|
.witr_single_pslide:hover .witr_pslide_image:before {
|
-webkit-transform: scale(1.2);
|
transform: scale(1.2);
|
}
|
|
.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
|
bottom: 20px;
|
}
|
|
.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
|
bottom: -170px;
|
padding: 30px 10px 20px;
|
border-radius: 5px;
|
left: 30px;
|
right: 30px;
|
}
|
|
.ps1 .witr_content_pslide_text {
|
position: absolute;
|
bottom: -100px;
|
left: 30px;
|
right: 30px;
|
transition: .5s;
|
opacity: 0;
|
z-index: 2;
|
text-align: left;
|
}
|
|
/* slick dots css */
|
.slick-dots li button {
|
width: 50px;
|
height: 20px;
|
border-radius: 0px 0px 0px 0px;
|
}
|
|
.slick-dots li.slick-active button {
|
background: #ff3d00;
|
}
|
|
.slick-dots li button {
|
background: #ff3d005c;
|
}
|
|
.slick-dots li button {
|
border: 0 solid #ff3d00;
|
}
|
|
.slick-dots {
|
position: absolute;
|
left: 50%;
|
-webkit-transform: translateX(-50%);
|
transform: translateX(-50%);
|
bottom: -10px;
|
display: inline-block;
|
z-index: 11;
|
text-align: center;
|
}
|
|
.slick-dots li {
|
display: inline-block;
|
}
|
|
.slick-dots li button {
|
font-size: 0;
|
margin: 0 5px;
|
cursor: pointer;
|
padding: 0;
|
transition: .5s;
|
outline: 0;
|
}
|
|
/* counter up area css */
|
.counter_up_area {
|
padding: 0px 0px 75px;
|
}
|
|
.witr_counter_single {
|
text-align: left;
|
display: flex;
|
margin-bottom: 30px;
|
}
|
|
.witr_counter_number_inn {
|
overflow: hidden;
|
}
|
|
.witr_counter_number_inn h3,
|
.witr_counter_number_inn span {
|
font-size: 40px;
|
display: inline-block;
|
font-weight: 700;
|
margin-bottom: 0;
|
}
|
|
.witr_counter_number_inn span {
|
line-height: 0;
|
}
|
|
/* content */
|
.witr_counter_number_inn h4 {
|
font-size: 22px;
|
}
|
|
.witr_counter_icon i {
|
color: #ff3d00;
|
}
|
|
.all_counter_color i {
|
font-size: 50px;
|
border-style: default;
|
transform: rotate(0deg);
|
}
|
|
.all_counter_color h3,
|
.all_counter_color span {
|
color: #111111;
|
font-weight: 700;
|
}
|
|
.all_counter_color h4,
|
.all_counter_color h1 {
|
color: #444444;
|
font-family: "Nunito", Sans-serif;
|
font-size: 20px;
|
}
|
|
/* team area css */
|
.itpart_team_area {
|
background-image: url(/static/home/assets/images/team-bg-img.jpg);
|
padding: 115px 0px 115px;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
}
|
|
.itpart_team_area .witr_section_title_inner h3,
|
.itpart_team_area .witr_section_title_inner h1 {
|
color: #FFFFFF;
|
}
|
|
.itpart_team_area .witr_section_title_inner h3 {
|
padding: 0px;
|
}
|
|
.team-part {
|
border-radius: 5px;
|
overflow: hidden;
|
box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
|
}
|
|
/* team style 1 */
|
.witr_team_section {
|
position: relative;
|
text-align: center;
|
}
|
|
.witr_team_section img {}
|
|
.witr_team_section:before {
|
content: "";
|
position: absolute;
|
height: 100%;
|
width: 100%;
|
left: 0;
|
top: 0;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.witr_team_section:hover:before {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.team_overlay_icon a {
|
position: absolute;
|
-webkit-transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
left: 50%;
|
top: 50%;
|
font-size: 22px;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
width: 52px;
|
height: 52px;
|
line-height: 52px;
|
border-radius: 50%;
|
background: #ff3d00;
|
color: #fff;
|
}
|
|
.witr_team_section:hover .team_overlay_icon a {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.witr_team_content {
|
padding: 23px 5px;
|
}
|
|
.witr_team_content h5 {
|
margin: 0;
|
}
|
|
.witr_team_content span {
|
font-size: 18px;
|
}
|
|
/* post team css */
|
.team_o_icon {
|
position: absolute;
|
left: 50%;
|
top: 50%;
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
-webkit-transition: .5s;
|
transition: .5s;
|
opacity: 0;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
}
|
|
.witr_team_section:hover .team_o_icon {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.team_o_icons {
|
margin-top: 15px;
|
padding-top: 17px;
|
padding-bottom: 10px;
|
position: relative;
|
}
|
|
.team_o_icons:before {
|
position: absolute;
|
content: "";
|
top: 0px;
|
height: 1px;
|
width: 25%;
|
margin: auto;
|
left: 0;
|
right: 0;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.all_color_team:hover .team_o_icons:before {
|
width: 100%;
|
}
|
|
.team_o_icons ul li {
|
list-style: none;
|
display: inline-block;
|
}
|
|
.team_o_icons ul li a {
|
display: block;
|
width: 35px;
|
height: 35px;
|
line-height: 33px;
|
border-radius: 5px;
|
text-align: center;
|
-webkit-transition: .5s;
|
transition: .5s;
|
margin: 0px 2px;
|
font-size: 15px;
|
}
|
|
.pteam_8 .post_team_content {
|
text-align: left;
|
}
|
|
.post_team_icon_8 {
|
position: absolute;
|
bottom: -15px;
|
}
|
|
.post_team_icon_8 ul {}
|
|
.post_team_icon_8 ul li {
|
display: inline-block;
|
}
|
|
.post_team_icon_8 ul li a {
|
font-size: 16px;
|
height: 34px;
|
width: 34px;
|
line-height: 34px;
|
border-radius: 50%;
|
text-align: center;
|
-webkit-transition: .5s;
|
transition: .5s;
|
display: inline-block;
|
margin-left: 6px;
|
}
|
|
.post_team_content {
|
box-shadow: 0px 5px 20px 0px #00000014;
|
-webkit-transition: .5s;
|
transition: .5s;
|
padding: 30px 25px 25px;
|
}
|
|
.post_team_content h5 {
|
margin: 0;
|
}
|
|
.team_list_op {
|
margin-top: 10px;
|
}
|
|
.team_list_op ul {}
|
|
.team_list_op ul li {
|
margin-top: 3px;
|
list-style: none;
|
}
|
|
.team_list_op ul li a {
|
display: inline-block;
|
}
|
|
.team_list_op ul li i {
|
margin-right: 10px;
|
}
|
|
.team_list_op ul li a i {
|
margin-right: 6px;
|
}
|
|
.cteam_9 .post_team_content {
|
text-align: left;
|
}
|
|
.cteam_9 .post_team_content {
|
padding: 0px;
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
}
|
|
.post_team_icon_9 {
|
padding: 10px;
|
margin-right: 20px;
|
}
|
|
.post_team_icon_9 ul li {
|
list-style: none;
|
}
|
|
.post_team_icon_9 ul li a {
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.post_team10_area .team_o_icons:before {
|
display: none;
|
}
|
|
.post_team10_area .witr_team_section {
|
position: relative;
|
}
|
|
.post_team10_area .team_o_icons {
|
margin-top: 0;
|
padding: 0;
|
position: absolute;
|
top: 50%;
|
left: -25%;
|
-webkit-transform: translateY(-50%);
|
transform: translateY(-50%);
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.post_team10_area .team-part:hover .team_o_icons {
|
left: 0;
|
}
|
|
.post_team10_area .team_o_icons ul li {
|
display: block;
|
}
|
|
.post_team10_area .team_o_icons ul li a {
|
width: 45px;
|
height: 45px;
|
line-height: 45px;
|
border: none;
|
border-radius: 5px;
|
margin: 0px;
|
font-size: 20px;
|
background: #272727;
|
color: #fff;
|
}
|
|
.post_team10_area .team_o_icons ul li a:hover {
|
background: #ff3d00;
|
}
|
|
.witr_team_content {
|
padding: 23px 5px 23px;
|
}
|
|
.post_team11_area .team-part {
|
overflow: inherit;
|
padding-bottom: 40px;
|
box-shadow: none;
|
}
|
|
.post_team_p11 {
|
position: absolute;
|
bottom: -45px;
|
left: 15px;
|
right: 15px;
|
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
|
border-radius: 5px 5px 11px 11px;
|
background: #FFFFFF;
|
}
|
|
.post_team11_area .team_o_icons {
|
top: auto;
|
bottom: -30px;
|
left: 0;
|
right: 0;
|
-webkit-transform: inherit;
|
transform: inherit;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.post_team11_area .team-part:hover .team_o_icons {
|
bottom: 65px;
|
}
|
|
.post_team11_area .team_o_icons ul li {
|
display: inline-block;
|
}
|
|
.post_team_p11 {
|
padding: 15px 0;
|
}
|
|
/* why choose area css */
|
.why_choose_right_content_inner h1 {
|
text-transform: uppercase;
|
padding-top: 20px;
|
}
|
|
.why_choose_right_content_inner::before {
|
display: block;
|
content: "";
|
border-bottom: 0;
|
flex-grow: 1;
|
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
|
}
|
|
.why_choose_area {
|
padding: 120px 0px 100px;
|
}
|
|
.why_choose_area .witr_section_title_inner h3 {
|
margin: 20px 0px 25px 0px;
|
}
|
|
.why_choose_area .witr_s_flex {
|
display: flex;
|
margin-bottom: 30px;
|
}
|
|
.why_choose_area .em-service2.sleft .em-service-icon {
|
margin-right: 20px;
|
}
|
|
.em-service2 .em-service-icon i {
|
display: inline-block;
|
height: 80px;
|
width: 80px;
|
text-align: center;
|
line-height: 80px;
|
transition: all .5s ease 0s;
|
color: #FF3D00;
|
font-size: 40px;
|
border-radius: 5px 5px 5px 5px;
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
|
}
|
|
.em-service2 .em-service-inner {
|
overflow: hidden;
|
width: 100%;
|
padding-right: 70px;
|
}
|
|
.why_choose_area .witr_btn {
|
border-radius: 30px;
|
font-size: 16px;
|
padding: 16px 50px;
|
transition: 1s;
|
margin-top: 12px;
|
}
|
|
/* pricing area css */
|
.pricing_plane_area {
|
background-image: url("/static/home/assets/images/price-bg-img.jpg");
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
padding: 110px 0px 100px;
|
}
|
|
.pricing_plane_area .witr_section_title_inner h3 {
|
padding-bottom: 15px;
|
}
|
|
.all_pricing_color {}
|
|
.all_pricing_color ul,
|
.all_pricing_color ol,
|
.all_pricing_color li {
|
margin: 0px;
|
}
|
|
.all_pricing_color h2,
|
.all_pricing_color h3,
|
.all_pricing_color h5,
|
.all_pricing_color h4 {
|
margin: 0px;
|
}
|
|
.active.pricing_area {
|
background: #f00;
|
}
|
|
.pricing_area {
|
border-radius: 5px;
|
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
|
}
|
|
.pricing-part {
|
position: relative;
|
overflow: hidden;
|
text-align: center;
|
}
|
|
.pricing-part strong {
|
font-size: 16px;
|
font-weight: 400;
|
position: absolute;
|
right: -40px;
|
top: 13px;
|
padding: 7px 20px;
|
width: 160px;
|
text-align: center;
|
-webkit-transform: rotate(45deg);
|
transform: rotate(45deg);
|
}
|
|
.witr_pricing_icon i {
|
font-size: 40px;
|
padding-top: 40px;
|
display: block;
|
}
|
|
.pricing-part h4 {
|
font-size: 30px;
|
padding: 26px 0 12px;
|
display: block;
|
}
|
|
.pricing-part h5 {
|
font-size: 35px;
|
}
|
|
.pricing-part h6 {
|
font-size: 21px;
|
display: block;
|
text-decoration: line-through;
|
margin: 0;
|
}
|
|
.pricing-part span {
|
font-size: 24px;
|
margin-right: 5px;
|
}
|
|
.prt_content {
|
padding: 10px 0px 7px;
|
font-size: 20px;
|
}
|
|
/* button */
|
.witr_btnp_color {
|
padding-top: 37px;
|
padding-bottom: 40px;
|
}
|
|
.pricing-part a.btn {
|
padding: 17px 30px;
|
display: inline-block;
|
}
|
|
.witr_btnp_color a.btn {
|
color: #111111;
|
background: #DA1D1D00;
|
font-size: 15px;
|
font-weight: 500;
|
border-style: solid;
|
border-width: 1px 1px 1px 1px;
|
border-color: #DADADA;
|
border-radius: 0px 0px 0px 0px;
|
margin: 0px 0px 20px 0px;
|
font-family: "Roboto", Sans-serif;
|
}
|
|
.witr_btnp_color a.btn:hover {
|
color: #fff;
|
background: #ff3d00;
|
border-style: default;
|
border-color: #ff3d00;
|
}
|
|
/* pricing_style_7 */
|
.pricing_style_7.pricing-part h4 {
|
font-size: 16px;
|
padding: 13px 30px;
|
display: inline-block;
|
border-radius: 30px;
|
color: #fff;
|
z-index: 1;
|
position: relative;
|
}
|
|
.pricing_bar_title {
|
position: relative;
|
margin: 50px 0px;
|
}
|
|
.pricing_bar_title::before {
|
position: absolute;
|
content: '';
|
width: 100%;
|
height: 1px;
|
background: #ddd;
|
left: 0;
|
right: 0;
|
top: 50%;
|
}
|
|
.pricing_style_7.pricing-part h4 {
|
font-size: 16px;
|
padding: 13px 30px;
|
display: inline-block;
|
border-radius: 30px;
|
color: #fff;
|
z-index: 1;
|
position: relative;
|
background: #ff3d00;
|
}
|
|
.all_pricing_color h5 {
|
font-size: 40px;
|
padding: 50px 0px 0px 0px;
|
}
|
|
.all_pricing_color span {
|
font-size: 40px;
|
}
|
|
.pricing_area.all_pricing_color.pricing_area2 h5 {
|
color: #fff;
|
}
|
|
.pricing_area {
|
background-image: url("/static/home/assets/images/price-bg.jpg");
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
border-style: default;
|
border-radius: 5px;
|
box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
|
margin-bottom: 20px;
|
}
|
|
.witri_texti_list ul li {
|
list-style: none;
|
font-size: 17px;
|
margin-bottom: 10px;
|
padding: 7px 0px 0px 0px;
|
}
|
|
.pricing_area2 {
|
background-image: url("/static/home/assets/images/price-bg-2.jpg");
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
border-style: default;
|
}
|
|
.pricing_area2 ul li {
|
color: #FFFFFF;
|
padding: 7px 0px 0px 0px;
|
}
|
|
.pricing_area2 .pricing-part a.btn {
|
color: #fff;
|
}
|
|
/*=====================
|
TESTIMONIAL AREA CSS
|
=========================*/
|
.testimonial_area {
|
background-image: url("/static/home/assets/images/testimonial-bg-img.jpg");
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
padding: 115px 0px 160px;
|
}
|
|
.testimonial_area2 {
|
background: #FFFFFF;
|
padding: 115px 0px 115px;
|
}
|
|
.testimonial_area .witr_section_title_inner h3 {
|
color: #FFFFFF;
|
padding: 0px 0px 10px 0px;
|
}
|
|
.testimonial_area .slick-dots {
|
bottom: -45px;
|
}
|
|
.testimonial_area .slick-dots li button {
|
width: 40px;
|
height: 15px;
|
border-radius: 0px 0px 0px 0px;
|
}
|
|
.witr_testi_itemt {
|
padding: 0 10px;
|
}
|
|
.em_single_testimonial {
|
margin-bottom: 30px;
|
-webkit-transition: all 0.5s ease 0s;
|
transition: all 0.5s ease 0s;
|
padding: 37px 30px 26px;
|
margin-top: 20px;
|
box-shadow: 0 10px 25px 0 rgba(50, 65, 141, .12);
|
overflow: hidden;
|
position: relative;
|
text-align: left;
|
}
|
|
.em_testi_logo {
|
position: absolute;
|
right: 4%;
|
bottom: 55px;
|
}
|
|
.em_testi_content {
|
position: relative;
|
}
|
|
.em_testi_content:before {
|
content: "";
|
font-family: fontawesome !important;
|
font-size: 60px;
|
left: 3px;
|
opacity: 0.1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
position: absolute;
|
top: -97px;
|
display: none;
|
}
|
|
.em_testi_content:after {
|
bottom: -28px;
|
content: "";
|
font-family: fontawesome !important;
|
font-size: 60px;
|
opacity: 0.1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
position: absolute;
|
right: 3px;
|
display: none;
|
}
|
|
.em_test_thumb {
|
float: left;
|
margin-right: 20px;
|
}
|
|
.em_test_thumb img {
|
width: 59px;
|
}
|
|
.em_testi_title h2 {}
|
|
.em_testi_title h2 sup {}
|
|
.em_testi_title span {
|
display: block;
|
margin-top: 5px;
|
font-size: 18px;
|
font-weight: 600;
|
}
|
|
.em_testi_text {
|
overflow: hidden;
|
padding-top: 20px;
|
float: left;
|
text-align: left;
|
}
|
|
.em_testi_text.texti_style2 {}
|
|
.em_testi_degi {}
|
|
.em_testi_content:after,
|
.em_testi_content:before,
|
.em_testi_title span,
|
.execllent_star h3,
|
.test_q_icon i,
|
.title_and_sub h6 {
|
color: #ff3d00;
|
}
|
|
.em_crating i.active {
|
color: #ff3d00;
|
}
|
|
.all_color_testimonial i {
|
font-size: 25px;
|
}
|
|
.testomonial .test-part,
|
.em_single_testimonial,
|
.witr_testi_main,
|
.testiCreCon {
|
padding: 60px 60px 50px 60px;
|
background: #FFFFFF;
|
}
|
|
/* process area css */
|
/* witr_feature style 13 */
|
.working_proces_area {
|
padding: 115px 0px 0px;
|
background: #FFFFFF;
|
}
|
|
.sub-item {
|
position: relative;
|
padding: 20px 0;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.witr_feature_13 .sub-item i {
|
color: #FF3D00;
|
background: #fff;
|
font-size: 40px;
|
box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 9%);
|
height: 100px;
|
width: 100px;
|
line-height: 100px;
|
border-radius: 5px;
|
transition: .8s;
|
display: inline-block;
|
}
|
|
.witr_feature_13:hover .sub-item i {
|
clip-path: polygon(0% 175%, 212% 30%, 0% 0%, 0% 0%);
|
background: #FF3D00;
|
color: #fff;
|
}
|
|
.witr_feature_13 .sub-item span {
|
display: block;
|
width: 35px;
|
height: 35px;
|
line-height: 35px;
|
font-size: 15px;
|
border-radius: 50px;
|
background: #121111;
|
color: #fff;
|
text-align: center;
|
margin: auto;
|
margin-top: 35px;
|
z-index: 999;
|
position: relative;
|
}
|
|
.witr_feature_13 .sub-item::after,
|
.witr_feature_13 .sub-item:before {
|
position: absolute;
|
content: "";
|
top: 50%;
|
left: 0;
|
right: 0;
|
width: 110%;
|
height: 3px;
|
-webkit-transition: .5s;
|
transition: .5s;
|
background: #f00;
|
z-index: 1;
|
/* transform: translateY(-50%); */
|
}
|
|
.witr_feature_13 .sub-item::after {
|
background: #f6f6f6;
|
}
|
|
.witr_feature_13 .sub-item:hover::before {
|
background: #ff3d00;
|
}
|
|
.witr_feature_13 .sub-item:hover::after {
|
display: none;
|
}
|
|
.witr_feature_13 .sub-item h3 {
|
font-size: 16px;
|
margin-bottom: 10px;
|
margin-top: 30px;
|
}
|
|
.witr_feature_13:hover .sub-item span {
|
background: #FF3D00;
|
|
}
|
|
/* accordion area css */
|
/* accordion area css */
|
.itpart_accordion_area {
|
background: #FFFFFF;
|
padding: 80px 0px 95px;
|
}
|
|
.card-header.witr_ac_card {
|
background: none !important;
|
padding: 0;
|
border-bottom: 0;
|
text-align: left;
|
}
|
|
.witr_ac_card i {
|
margin-right: 10px;
|
font-size: 20px;
|
}
|
|
.accordion_area .card-2 {
|
margin-bottom: 20px;
|
}
|
|
.accordion_area .card-2 p {
|
padding: 10px 15px 0px;
|
}
|
|
.witr_ac_style {
|
padding-left: 30px;
|
font-size: 22px;
|
font-weight: 600;
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
padding: 11px 15px;
|
-webkit-transition: .5s;
|
transition: .5s;
|
padding: 20px 20px 20px 20px;
|
color: #222429;
|
}
|
|
.witr_ac_style:before {
|
position: absolute;
|
content: '\ea99';
|
right: 30px;
|
font-family: IcoFont !important;
|
font-weight: 400;
|
}
|
|
.active .witr_ac_style:before {
|
content: '\eaa1';
|
}
|
|
.card-body ul {}
|
|
.card-body ul li {
|
margin-left: 18px;
|
margin-bottom: 4px;
|
}
|
|
.witr_ac_style {
|
color: #232323;
|
}
|
|
.witr_ac_style,
|
.witr_ac_style::before {
|
font-size: 22px;
|
font-weight: 700;
|
}
|
|
.active .witr_ac_style,
|
.banner-content a i,
|
.banner-content button,
|
.banner-content.content-4 ul li a:hover i,
|
.butn:before,
|
.witr_about_btn a,
|
.witr_ac_style:focus,
|
.witr_ac_style:hover {
|
background: #ff3d00;
|
color: #fff;
|
}
|
|
.border_left_style {
|
position: relative;
|
padding-top: 10px;
|
}
|
|
.border_left_style::before {
|
width: 6%;
|
display: block;
|
content: "";
|
background: #FF3D00;
|
height: 2px;
|
margin-right: 10px;
|
display: inline-block;
|
top: 50%;
|
transform: translateY(-50%);
|
}
|
|
.itpart_accordion_area .witr_section_title_inner h3 {
|
margin: 12px 0px 20px 0px;
|
}
|
|
.itpart_accordion_area .witr_section_title {
|
padding-bottom: 20px;
|
}
|
|
/* contact page css */
|
.contact_page_area {
|
background: #FFFFFF;
|
padding: 110px 0px 60px;
|
}
|
|
.contact_page_area .all_color_service {
|
padding: 50px 30px 50px 30px;
|
}
|
|
.contact_page_area .all_color_service,
|
.service_top_image::after {
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
|
margin-bottom: 20px;
|
}
|
|
.contact_page_area .service_top_image {
|
position: relative;
|
}
|
|
.contact_page_area .service-item i {
|
font-size: 30px;
|
height: 80px;
|
width: 80px;
|
text-align: center;
|
border-radius: 50%;
|
line-height: 80px;
|
display: inline-block;
|
-webkit-transition: .5s;
|
transition: .5s;
|
background: #ff3d00;
|
border-radius: 5px 5px 5px 5px;
|
color: #fff;
|
}
|
|
.contact_page_area .service-item h3 {
|
padding: 15px 0 10px;
|
}
|
|
.contact_page_area .all_color_service:hover i,
|
.contact_page_area .poly_text_box:hover .contact_page_area .service_icon_box::before {
|
background-color: #111111;
|
}
|
|
.contact_page_area .text_box.all_icon_color p {
|
padding-bottom: 3px;
|
margin: 0px;
|
}
|
|
.contact_area2 .apartment_area {
|
position: relative;
|
background-size: cover;
|
padding: 60px 40px 80px;
|
border-radius: 10px;
|
text-align: left;
|
box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
|
}
|
|
.contact_area2 .apartment_text h1 {
|
font-size: 17px;
|
margin-bottom: 5px;
|
color: #ff3d00;
|
}
|
|
.contact_area2 .apartment_text h2 {
|
padding: 10px 0px 30px 0px;
|
}
|
|
.witr_apartment_form input,
|
.witr_apartment_form form select,
|
.wpcf7-form-control-wrap textarea,
|
.wpcf7-form-control-wrap a,
|
.wpcf7-form-control-wrap input {
|
border-style: solid;
|
border-width: 1px 1px 1px 1px;
|
border-color: #DDDDDDCC;
|
padding: 30px 0px 30px 30px;
|
background-color: #87494900;
|
}
|
|
.contact_area2 .witr_apartment_form form select,
|
.contact_area2 .witr_apartment_form input {
|
width: 100%;
|
height: 45px;
|
border-radius: 5px;
|
outline: 0;
|
margin-bottom: 23px;
|
}
|
|
.contact_area2 .witr_apartment_form input,
|
.contact_area2 .witr_apartment_form textarea {
|
border: 1px solid #f1f1f1;
|
}
|
|
.contact_area2 .witr_apartment_form textarea {
|
width: 100%;
|
height: 150px;
|
padding-top: 20px;
|
padding-left: 30px;
|
}
|
|
.contact_area2 .witr_apartment_form .btn {
|
border-radius: 5px;
|
font-size: 18px;
|
}
|
|
.box_shadow {
|
box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
|
padding: 10px;
|
}
|
|
.contact_area2 {
|
background: #FFFFFF;
|
padding: 30px 0px 110px;
|
}
|
|
/* blog grid area css */
|
.itpart_blog_area.blog_grid_area {
|
background: #FFFFFF;
|
}
|
|
.blog_grid_area .learn_btn {
|
border-radius: 5px;
|
padding: 11px 32px;
|
margin-top: 20px;
|
-webkit-transition: .5s;
|
transition: .5s;
|
font-size: 16px;
|
margin-top: 10px;
|
display: inline-block;
|
border: 1px solid #ddd;
|
}
|
|
.blog_grid_area .learn_btn:hover {
|
background: #ff3d00;
|
border-color: #ff3d00;
|
color: #fff;
|
}
|
|
.blog_grid_area .witr_blog_area12 .witr_blog_con {
|
padding: 20px 15px 30px 25px;
|
background: #FFF;
|
}
|
|
.blog_grid_area .witr_blog_con h2 a {
|
margin-bottom: 8px;
|
}
|
|
.itpart_blog_area.blog_grid_area .witr_top_category.category_blog_grid ul li a {
|
border-radius: 5px;
|
display: inline-block;
|
background-color: #ff3d00;
|
padding: 5px 10px 5px 10px;
|
color: #fff;
|
transform: scale(0);
|
transition: .5s;
|
}
|
|
.busi_singleBlog:hover .witr_top_category.category_blog_grid ul li a {
|
transform: scale(1);
|
}
|
|
.blog_grid_area .witr_section_title_inner h2 {
|
font-size: 19px;
|
}
|
|
/* team page area css */
|
.team_page_section {
|
position: relative;
|
}
|
|
.team_page_section::before {
|
position: absolute;
|
content: "";
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
width: 100%;
|
height: 100%;
|
background: #ff3d006b;
|
border-radius: 15px;
|
}
|
|
.team_area2 {
|
background: #F8F9FC78;
|
padding: 105px 0px 90px;
|
}
|
|
.team_area2 .witr_team_content span {
|
font-size: 18px;
|
color: #ff3d00;
|
}
|
|
.team_area2 .team-part {
|
margin-bottom: 20px;
|
}
|
|
/* accordion area2 css */
|
.faq_area1 {
|
background: #F9F9F9;
|
padding: 92px 0px 80px;
|
}
|
|
.accordion_area_02 .accordion_02_shadow {
|
border: none;
|
box-shadow: 0px 0px 20px 0px #dddddd80;
|
background: none;
|
}
|
|
.writ_ac_style_02:focus,
|
.writ_ac_style_02:hover {
|
color: #000;
|
background: none;
|
}
|
|
.active .writ_ac_style_02 {
|
background: none;
|
color: #000;
|
}
|
|
.border_bottom_0 {
|
border-bottom: none;
|
}
|
|
.writ_ac_style_02 {
|
margin-left: 25px;
|
font-size: 20px;
|
font-weight: 600;
|
display: block;
|
}
|
|
.writ_ac_style_02:before {
|
position: absolute;
|
content: '\f067';
|
left: 20px;
|
margin-right: 10px;
|
font-family: fontawesome !important;
|
font-weight: 200;
|
}
|
|
.active .writ_ac_style_02:before {
|
content: '\f068';
|
}
|
|
.card-header.witr_ac_card.border_bottom_0 {
|
background: #fff;
|
padding: 0px 5px;
|
}
|
|
.content_style p,
|
.conent_style p {
|
padding-left: 18px;
|
}
|
|
.card.card-2.accordion_02_shadow {
|
border: 0 !important;
|
margin-bottom: 20px;
|
box-shadow: 1px 1px 7px -5px rgb(0 0 0 / 75%);
|
}
|
|
.faq_area1 .witr_ac_style {
|
padding-left: 30px;
|
font-size: 20px;
|
font-weight: 600;
|
display: flex;
|
align-items: center;
|
padding: 11px 15px;
|
transition: .5s;
|
padding: 12px 20px 12px 20px;
|
color: #232323;
|
}
|
|
.writ_ac_style_02:before {
|
font-weight: 400;
|
font-size: 20px;
|
color: #232323
|
}
|
|
/* single service area css */
|
.single_service_area {
|
padding: 110px 0px 25px;
|
background: #FFFFFF;
|
}
|
|
.single_service_area .witr_text_widget p {
|
line-height: 1.7em;
|
}
|
|
.single_service_area .witr_text_widget_inner h2 {
|
font-size: 40px;
|
padding: 45px 0px 13px 0px;
|
}
|
|
.faq_area1.single_service_faq1 {
|
background: #FFFFFF;
|
}
|
|
/*=====================
|
PORTFOLIO AREA CSS
|
=========================*/
|
.portfolio_nav {
|
padding: 0px 0 30px;
|
}
|
|
.portfolio_nav ul {}
|
|
.portfolio_nav ul li {
|
display: inline;
|
}
|
|
.portfolio_nav ul li {
|
border-radius: 5px;
|
cursor: pointer;
|
display: inline-block;
|
font-weight: 500;
|
margin: 0 5px 10px;
|
padding: 10px 20px;
|
position: relative;
|
transition: .5s;
|
border: 1px solid #f3eaea;
|
}
|
|
.prot_wrap {
|
overflow: hidden;
|
}
|
|
/* single gallery css */
|
.single_protfolio {
|
position: relative;
|
overflow: hidden;
|
margin-bottom: 30px;
|
}
|
|
.prot_thumb {}
|
|
.prot_thumb img {
|
display: block;
|
transform: scale(1);
|
transition: all 0.5s ease 0s;
|
width: 100%;
|
}
|
|
.single_protfolio:hover .prot_thumb img {
|
transform: scale(1.1);
|
}
|
|
.prot_content {
|
position: absolute;
|
text-align: center;
|
transition: .5s;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
opacity: 0;
|
z-index: 9;
|
}
|
|
.multi_gallery.prot_content {
|
height: 90%;
|
width: 80%;
|
right: 10%;
|
top: 5%;
|
bottom: 5%;
|
left: 10%;
|
}
|
|
.prot_content_inner {
|
position: absolute;
|
top: 50%;
|
width: 100%;
|
left: 50%;
|
transform: translateX(-50%) translateY(-50%);
|
transition: all 0.5s ease-in-out 0.5s;
|
}
|
|
.single_protfolio:hover .prot_content {
|
opacity: 1;
|
}
|
|
.prot_content h3 {
|
margin: 0;
|
text-transform: capitalize;
|
font-size: 18px;
|
}
|
|
.prot_content h3 a {
|
font-size: 23px;
|
font-weight: 700;
|
text-transform: capitalize;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.prot_content p {
|
line-height: 1.2;
|
margin: 5px 0 0;
|
}
|
|
.prot_content p span {
|
display: inline-block;
|
padding-top: 0px;
|
}
|
|
.single_protfolio:hover .prot_content {
|
opacity: 1;
|
transform: scale(1, 1);
|
}
|
|
.porttitle_inner span,
|
.porttitle_inner4 span,
|
.prot_content span {
|
position: relative;
|
margin: 0 2px;
|
}
|
|
.prot_content span:before,
|
.porttitle_inner4 span:before,
|
.porttitle_inner span:before {
|
bottom: 0;
|
content: ",";
|
position: absolute;
|
right: -5px;
|
}
|
|
.porttitle_inner span:last-child:before,
|
.prot_content span:last-child:before,
|
.porttitle_inner4 span:last-child:before {
|
content: "";
|
}
|
|
.nospace.col-xs-12 {
|
padding: 0px;
|
}
|
|
.nospace .single_protfolio {
|
margin-bottom: 0px;
|
}
|
|
/* load button css */
|
.gallery_load_button {}
|
|
.gallery_load_button a {
|
padding: 7px 15px;
|
display: inline-block;
|
font-size: 17px;
|
margin-top: 0px;
|
}
|
|
.prot_wrap.nospace .gallery_load_button a {
|
margin-top: 30px;
|
}
|
|
/* portfolio icon css */
|
.picon a {
|
border-radius: 5px;
|
display: inline-block;
|
font-size: 20px;
|
height: 50px;
|
line-height: 50px;
|
margin: 0 3px 11px;
|
width: 50px;
|
text-align: center;
|
}
|
|
/* single portfolio */
|
.pimgs img {
|
height: 465px;
|
width: 100%;
|
}
|
|
.prots-contentg p {}
|
|
/*style 1 */
|
.em_port_content {
|
height: 100%;
|
opacity: 1;
|
position: absolute;
|
right: 0;
|
text-align: center;
|
top: 0;
|
transition: all 0.5s ease 0s;
|
width: 100%;
|
z-index: 9;
|
left: 0;
|
top: -100%;
|
width: 100%;
|
transition: .5s;
|
text-align: center;
|
}
|
|
.pstyle_1 .porttitle_inner h3 {
|
padding-bottom: 0px;
|
}
|
|
.pstyle_1 .prot_content p {
|
margin: 2px 0 0;
|
}
|
|
.pstyle_1 .single_protfolio {
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.portfolio_readmore_btn {
|
padding-top: 23px;
|
}
|
|
.portfolio_readmore_btn>a {
|
border-radius: 5px;
|
display: inline-block;
|
padding: 6px 21px;
|
text-transform: uppercase;
|
-webkit-transition: .3s;
|
transition: .3s;
|
border: 1px solid transparent;
|
}
|
|
.pstyle_1 .picon a {
|
background: transparent;
|
border-radius: 5px;
|
display: inline-block;
|
font-size: 25px;
|
height: 50px;
|
line-height: 50px;
|
margin: 0 8px 11px;
|
width: 50px;
|
transition: .5s;
|
}
|
|
.pstyle2 .prot_content_inner {
|
left: 50%;
|
position: absolute;
|
top: 60%;
|
transform: translateX(-50%) translateY(-50%);
|
width: 100%;
|
z-index: 10;
|
transition: all 0.3s ease-in-out 0.3s;
|
opacity: 0;
|
}
|
|
.pstyle2 .single_protfolio:hover .prot_content_inner {
|
top: 50%;
|
opacity: 1;
|
}
|
|
/* style 4 */
|
.pstyle4.pstyle_1 .single_protfolio:hover {
|
box-shadow: none;
|
}
|
|
.pstyle4 .prot_content_inner {
|
top: 50%;
|
}
|
|
.pstyle4 .prot_thumb {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.pprotfolio4 {
|
box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
|
padding: 17px 10px 20px;
|
}
|
|
.pprotfolio4 {
|
padding: 20px 10px 23px;
|
}
|
|
.porttitle_inner4 h3 {
|
margin: 0;
|
}
|
|
.porttitle_inner4 h3 a {}
|
|
.porttitle_inner4 p {
|
margin-bottom: 0;
|
}
|
|
.porttitle_inner4 p span {
|
display: inline-block;
|
}
|
|
.portfolio_nav ul li.current_menu_item,
|
.portfolio_nav ul li:hover {
|
border-color: #ff3d00;
|
background: #ff3d00;
|
color: #fff;
|
}
|
|
.portfolio_nav ul li.current_menu_item,
|
.portfolio_nav ul li:hover {}
|
|
.prot_content {
|
background: #ff3d0080;
|
}
|
|
.pprotfolio4 {
|
box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .7);
|
padding: 30px 10px 30px;
|
border: 1px solid #f1f1f1;
|
border-top: 0 solid #f1f1f1;
|
}
|
|
.portfolio_nav {
|
text-align: center;
|
}
|
|
.portfolio_area {
|
background: #FFFFFF;
|
padding: 110px 0px 250px;
|
}
|
|
.page-numbers span.current,
|
.paginations a.current,
|
.paginations a:hover {
|
border-color: #ff3d00;
|
background: #ff3d00;
|
color: #fff;
|
}
|
|
ul.page-numbers a.page-numbers {
|
box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
|
}
|
|
.page-numbers,
|
.tutor-pagination-wrap a,
|
.tutor-pagination-wrap span.page-numbers.current,
|
a.page-numbers {
|
border-radius: 5px;
|
margin-right: 10px;
|
padding: 15px 24px;
|
font-size: 19px;
|
line-height: 1;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.page-numbers span.current,
|
.paginations a {
|
display: inline-block;
|
font-weight: 500;
|
margin: auto 5px;
|
}
|
|
.paginations a {
|
color: #888;
|
}
|
|
.page-numbers li {
|
display: inline-block;
|
}
|
|
.paginations {
|
text-align: center;
|
margin-top: 30px;
|
}
|
|
/* blog area css */
|
.itpart_blog_area {
|
background-image: url("/static/home/assets/images/blog-bg-img.jpg");
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
padding: 110px 0px 95px;
|
}
|
|
/* witr_blog_area12 */
|
.witr_blog_area12 .witr_blog_con {
|
padding: 20px 15px 12px 25px;
|
background: #FFF;
|
}
|
|
.wbutton_right_icon {
|
position: absolute;
|
bottom: 0px;
|
right: 24px;
|
}
|
|
.wbutton_right_icon a {
|
font-size: 20px;
|
position: relative;
|
z-index: 1;
|
}
|
|
.wbutton_right_icon a::before {
|
content: '';
|
position: absolute;
|
height: 110px;
|
width: 110px;
|
border: 2px solid #f7f7f7;
|
bottom: -78px;
|
z-index: -1;
|
transform: rotate(-35deg);
|
right: -38px;
|
border-radius: 0px 20px;
|
transition: .5s;
|
}
|
|
.busi_singleBlog:hover .wbutton_right_icon a {
|
color: #fff;
|
}
|
|
/* blog area css 5 */
|
.busi_singleBlog {
|
-webkit-transition: .5s;
|
transition: .5s;
|
box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .07);
|
position: relative;
|
overflow: hidden;
|
margin-bottom: 20px;
|
}
|
|
.busi_singleBlog:hover {
|
box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
|
}
|
|
.witr_sb_thumb {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.witr_sb_thumb img {
|
width: 100%;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.witr_sb_thumb:before {
|
position: absolute;
|
content: '';
|
top: 0;
|
left: 0;
|
bottom: 0;
|
right: 0;
|
-webkit-transform: scale(0);
|
transform: scale(0);
|
-webkit-transition: .5s;
|
transition: .5s;
|
z-index: 1;
|
}
|
|
.busi_singleBlog:hover .witr_sb_thumb img,
|
.busi_singleBlog:hover .witr_sb_thumb:before {
|
-webkit-transform: scale(1.2);
|
transform: scale(1.2);
|
}
|
|
.witr_blog_con {
|
padding: 20px 15px 0px 25px;
|
margin-bottom: 0px;
|
}
|
|
.witr_blog_con span {
|
font-size: 16px;
|
line-height: 50px;
|
font-size: 16px;
|
margin-bottom: 15px;
|
margin-right: 2px;
|
}
|
|
.bs5 span {
|
line-height: 26px;
|
}
|
|
.witr_blog_con span i {
|
padding-right: 5px;
|
padding-left: 5px;
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.witr_blog_con h2 {
|
margin: 15px 0 0;
|
}
|
|
.witr_blog_con h2 a {
|
display: inline-block;
|
}
|
|
.witr_sb_thumb {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.witr_sb_thumb img {
|
width: 100%;
|
transition: .5s;
|
}
|
|
.witr_sb_thumb:before {
|
position: absolute;
|
content: '';
|
top: 0;
|
left: 0;
|
bottom: 0;
|
right: 0;
|
-webkit-transform: scale(0);
|
transform: scale(0);
|
-webkit-transition: .5s;
|
transition: .5s;
|
z-index: 1;
|
background: rgba(0, 0, 0, .5);
|
}
|
|
.busi_singleBlog:hover .witr_sb_thumb img,
|
.busi_singleBlog:hover .witr_sb_thumb:before {
|
-webkit-transform: scale(1.2);
|
transform: scale(1.2);
|
}
|
|
.witr_sb_thumb {
|
overflow: hidden;
|
position: relative;
|
}
|
|
.witr_top_category {
|
position: absolute;
|
left: 20px;
|
top: 20px;
|
z-index: 999;
|
}
|
|
.itpart_blog_area .witr_top_category ul li {
|
display: inline-block;
|
}
|
|
.itpart_blog_area .witr_top_category ul li a {
|
border-radius: 5px;
|
display: inline-block;
|
background-color: #FFFFFF;
|
padding: 10px 31px 10px 30px;
|
color: #111111;
|
}
|
|
.witr_top_category ul li a:hover {
|
color: #FFFFFF;
|
background: #FF3D00;
|
}
|
|
.all_blog_color p {
|
padding: 15px 0px 15px 0px;
|
}
|
|
.blog_add_icon a,
|
.busi_singleBlog:hover .wbutton_right_icon a::before {
|
background: #ff3d00;
|
}
|
|
/* contact area css */
|
.itpart_contact_area {
|
background: #FFFFFF;
|
padding: 125px 0px 110px;
|
}
|
|
.itpart_contact_area .witr_section_title_inner h3 {
|
margin: 15px 0px 0px 0px;
|
}
|
|
.itpart_contact_area .witr_section_title_inner p {
|
width: 100%;
|
padding: 15px 0px 0px 0px;
|
}
|
|
/*======== contact css ==========*/
|
.apartment_area {
|
position: relative;
|
background-size: cover;
|
border-radius: 10px;
|
text-align: left;
|
}
|
|
.apartment_text h1 {
|
font-size: 17px;
|
margin-bottom: 5px;
|
}
|
|
.apartment_text h2 {
|
margin-bottom: 40px;
|
font-size: 38px;
|
}
|
|
.witr_apartment_form {}
|
|
.witr_apartment_form form select option {}
|
|
.witr_apartment_form form select,
|
.witr_apartment_form input {
|
width: 100%;
|
height: 45px;
|
border-radius: 5px;
|
outline: none;
|
margin-bottom: 23px;
|
}
|
|
.witr_apartment_form textarea {
|
margin-bottom: 25px;
|
height: 150px;
|
}
|
|
.witr_apartment_form input::-moz-placeholder {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.witr_apartment_form input::-ms-input-placeholder {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.witr_apartment_form input::-webkit-input-placeholder {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.witr_apartment_form select::-webkit-input-placeholder,
|
.witr_apartment_form textarea::-webkit-input-placeholder {
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.witr_apartment_form .btn {
|
border-radius: 0px;
|
display: inline-block;
|
font-weight: 600;
|
padding: 15px 30px;
|
background: #ff3d00;
|
border: none;
|
}
|
|
.witr_apartment_form .btn:hover {
|
background: #02101e;
|
}
|
|
.checkbox_witr input {
|
width: 20px;
|
float: left;
|
margin-right: 15px;
|
margin-top: -8px;
|
}
|
|
.checkbox_witr span {
|
font-size: 15px
|
}
|
|
.witr_con_btn2 .w_btn2 {
|
/* width: 100%; */
|
text-align: center;
|
color: #fff;
|
font-size: 17px;
|
cursor: pointer;
|
line-height: inherit;
|
border-radius: 30px;
|
font-weight: 500;
|
border: none;
|
transition: .5s;
|
outline: none;
|
padding: 12px 30px 15px;
|
display: inline-block;
|
}
|
|
.witr_apartment_form input,
|
.witr_apartment_form form select,
|
.witr_apartment_form textarea,
|
.witr_apartment_form form select option {
|
background-color: #FAFAFA;
|
}
|
|
/* brand area css */
|
.itpart_brand_area {
|
background: #FE3D00;
|
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
padding: 65px 0px 80px 0px;
|
}
|
|
/*======== footer area css ======= */
|
.em_footer_area {
|
background-repeat: no-repeat;
|
background-position: center center;
|
background-image: url("/static/home/assets/images/fottor-img.jpg");
|
background-size: cover;
|
}
|
|
.em_footer_area.footer-middle {
|
padding: 65px 0 0px;
|
}
|
|
.em_footer_bottom.footer-bottom {
|
padding: 26px 0 24px;
|
position: relative;
|
margin-top: 80px;
|
}
|
|
.em_footer_bottom.footer-bottom:before {
|
content: "";
|
position: absolute;
|
top: 0;
|
background: #ffffff61;
|
height: 1px;
|
width: 61%;
|
left: 0;
|
right: 0;
|
margin: auto;
|
}
|
|
.witrfm_area {
|
position: relative;
|
}
|
|
.witrfm_area:before {
|
content: "";
|
position: absolute;
|
top: 0;
|
height: 100%;
|
width: 100%;
|
left: 0;
|
right: 0;
|
margin: auto;
|
}
|
|
.footer-middle {
|
padding: 65px 0 73px;
|
}
|
|
.footer-middle.wpfd {
|
padding: 0;
|
}
|
|
.wpfdp {
|
padding-top: 65px;
|
padding-bottom: 80px;
|
}
|
|
.footer-middle .widget h2 {
|
margin-bottom: 28px;
|
margin-top: 28px;
|
position: relative;
|
}
|
|
.footer-middle .widget h2:before {}
|
|
.footer-middle table#wp-calendar td,
|
.footer-middle table#wp-calendar th {
|
color: #fff;
|
}
|
|
.footer-middle #archives-dropdown--1 {
|
height: 34px;
|
}
|
|
.footer-middle .widget h2 {}
|
|
.footer-middle .widget ul li:before {}
|
|
.footer-middle .tagcloud a {}
|
|
.footer-middle .widget ul {
|
list-style: none;
|
}
|
|
.footer-middle .widget ul li {
|
margin-bottom: 10px;
|
}
|
|
.footer-middle .widget ul li a,
|
.footer-middle .widget ul li:before {
|
-webkit-transition: .5s;
|
transition: .5s;
|
}
|
|
.footer-middle .widget ul li a:hover,
|
.footer-middle .widget ul li:hover:before {
|
color: #ff3d00;
|
}
|
|
.recent-portfolio-area {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-ms-flex-flow: row;
|
flex-flow: row;
|
-ms-flex-wrap: wrap;
|
flex-wrap: wrap;
|
}
|
|
.recent-portfolio {
|
margin-bottom: 10px;
|
margin-right: 10px;
|
}
|
|
.recent-portfolio {
|
width: 29.33%;
|
}
|
|
.recent-portfolio-image img {
|
width: 100%;
|
}
|
|
.em_footer_area.footer-middle .widget h2 {
|
margin-bottom: 28px;
|
margin-top: 28px;
|
position: relative;
|
font-size: 22px;
|
}
|
|
.footer-middle .widget ul li,
|
.footer-middle .widget ul li a,
|
.footer-middle .widget ul li:before,
|
.footer-middle .tagcloud a,
|
.footer-middle caption,
|
.footer-middle table,
|
.footer-middle table td a,
|
.footer-middle cite,
|
.footer-middle .rssSummary,
|
.footer-middle span.rss-date,
|
.footer-middle span.comment-author-link,
|
.footer-middle .textwidget p,
|
.footer-middle .widget .screen-reader-text {
|
color: #212d48;
|
}
|
|
.footer-middle .mc4wp-form-fields input::placeholder {
|
color: #212d48;
|
}
|
|
.widget ul li {
|
margin-bottom: 10px;
|
}
|
|
.footer-widget.address,
|
.footer-widget.address p {
|
color: #17161a;
|
}
|
|
.footer-sociala-icon {
|
clear: both;
|
float: left;
|
font-size: 18px;
|
margin-right: 12px;
|
}
|
|
.footer-middle .mc4wp-form-fields p:nth-child(1) {
|
margin-bottom: 22px;
|
}
|
|
.footer-middle .mc4wp-form-fields input {
|
height: 50px;
|
position: relative;
|
background: transparent;
|
width: 100%;
|
line-height: 43px;
|
color: #fff;
|
border: 1px solid #e0a067;
|
border-radius: 0px;
|
padding-left: 10px;
|
}
|
|
.mc4wp-form-fields input {
|
width: 67%;
|
background: #1837d345;
|
font-size: 16px;
|
line-height: 28px;
|
color: #fff;
|
border-radius: 50px;
|
border: none;
|
outline: none;
|
padding: 15px 30px;
|
border: 2px solid #465ed9;
|
}
|
|
.footer-middle .mc4wp-form-fields button {
|
position: absolute;
|
height: 50px;
|
border-radius: 0px;
|
color: #fff;
|
background: #E0A067;
|
cursor: pointer;
|
padding: 10px 15px;
|
-webkit-transition: .5s;
|
transition: .5s;
|
border: none;
|
}
|
|
#witr_mp4_video {
|
position: absolute;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
width: 100%;
|
object-fit: cover;
|
height: 100%;
|
z-index: -1;
|
}
|
|
.footer-middle .widget h2 {
|
color: #ffffff;
|
}
|
|
.footer-middle .widget ul li,
|
.footer-middle .widget ul li a,
|
.footer-middle .widget ul li::before,
|
.footer-middle .tagcloud a,
|
.footer-middle caption,
|
.footer-middle table,
|
.footer-middle table td a,
|
.footer-middle cite,
|
.footer-middle .rssSummary,
|
.footer-middle span.rss-date,
|
.footer-middle span.comment-author-link,
|
.footer-middle .textwidget p,
|
.footer-middle .widget .screen-reader-text,
|
mc4wp-form-fields p,
|
.mc4wp-form-fields,
|
.footer-m-address p,
|
.footer-m-address,
|
.footer-widget.address,
|
.footer-widget.address p,
|
.mc4wp-form-fields p,
|
.itpart-description-area p,
|
.itpart-description-area .phone a,
|
.itpart-description-area .social-icons a,
|
.recent-review-content h3,
|
.recent-review-content h3 a,
|
.recent-review-content p,
|
.footer-middle .itpart-description-area p,
|
.footer-middle .recent-post-text h4 a,
|
.footer-middle .recent-post-text .rcomment,
|
.witr_sub_table span {
|
color: #ffffff;
|
}
|
|
.footer-widget.address p {
|
margin-bottom: 6px;
|
}
|
|
.itpart-description-area .social-icons a {
|
width: 40px;
|
height: 40px;
|
line-height: 40px;
|
display: inline-block;
|
text-align: center;
|
border-radius: 0;
|
margin-right: 5px;
|
margin-bottom: 5px;
|
margin-top: 5px;
|
}
|
|
.itpart-description-area .social-icons a:hover {
|
border-color: #ff3d00;
|
background: #ff3d00;
|
}
|
|
.itpart-description-area a img {
|
margin: 26px 0;
|
}
|
|
.itpart-description-area .logo{
|
width: 100px;
|
}
|
|
/*======================== END FOOTER middle AREA CSS =========================*/
|
.footer-bottom {
|
padding: 26px 0 24px;
|
position: relative;
|
}
|
|
.footer-bottom:before {
|
content: "";
|
position: absolute;
|
top: 0;
|
background: #ffffff61;
|
height: 1px;
|
width: 61%;
|
left: 0;
|
right: 0;
|
margin: auto;
|
}
|
|
.copy-right-text {
|
text-align: left;
|
}
|
|
.copy-right-text p {
|
margin: 0;
|
padding: 0;
|
}
|
|
.footer-menu {}
|
|
.footer-menu ul {
|
list-style: none;
|
margin: 0px;
|
padding: 0px;
|
}
|
|
.footer-menu ul li {
|
display: inline-block;
|
}
|
|
.footer-menu ul li a {
|
padding: 0 10px;
|
display: block;
|
}
|
|
.copy-right-text a:hover,
|
.footer-menu ul li a:hover {
|
color: #ff3d00;
|
}
|
|
.footer-menu ul li:last-child a {
|
padding-right: 0px;
|
}
|
|
.footer_style_3 .footer-menu ul li:first-child a {
|
padding-left: 0px;
|
}
|
|
.footer-menu ul ul {
|
display: none;
|
}
|
|
.copy-right-text p,
|
.footer-menu ul li a {
|
color: #ffffff;
|
}
|
|
/*======================== END FOOTER BOTTOM AREA CSS =========================*/
|
/* about page area css */
|
.itpart_service_area2.itpart_service_area {
|
margin-top: 0px;
|
padding: 185px 0px 100px;
|
}
|
|
.about_page_counter {
|
background: #FFFFFF;
|
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
|
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
|
padding: 85px 10px 53px 81px;
|
border-radius: 10px;
|
}
|
|
.about_page_counter .witr_counter_number_inn {
|
overflow: hidden;
|
text-align: center;
|
}
|
|
.about_page_counter .all_counter_color h3,
|
.all_counter_color span {
|
color: #ff3d00;
|
font-weight: 700;
|
}
|
|
.about_page_counter .witr_counter_number_inn h4 {
|
font-size: 22px;
|
color: #111;
|
}
|
|
.about_page_area {
|
padding: 45px 0px 100px;
|
}
|
|
.about_page_area_about {}
|
|
.about_page_area_about .all_color_service {
|
border-style: solid;
|
border-width: 1px 1px 1px 1px;
|
border-color: #F6F6F6;
|
display: inline-block;
|
padding: 33px 23px 50px;
|
margin: 15px 10px 10px;
|
}
|
|
.about_page_area_about .witr_section_title_inner.text-left p {
|
padding-top: 15px;
|
}
|
|
.about_page_area_about .all_color_service:hover {
|
border-style: solid;
|
border-width: 1px 1px 1px 1px;
|
border-color: #FFFFFF;
|
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
|
background-color: #FFFFFF;
|
}
|
|
.about_page_area_about .service_top_image {
|
position: relative;
|
}
|
|
.about_page_area_about .all_icon_color i,
|
.about_page_area_about .service_icon_box {
|
padding: 30px 0px 0px 0px;
|
}
|
|
.about_page_area_about .width_height_link_0.service-item i,
|
.about_page_area_about .width_height_link_02 .service-item i {
|
font-size: 50px;
|
height: auto;
|
width: auto;
|
border-radius: initial;
|
line-height: normal;
|
background: 0 0;
|
border: none;
|
color: #ff3d00;
|
}
|
|
.about_page_area_about .all_color_service h3,
|
.about_page_area_about .all_color_service h3 a {
|
font-size: 18px;
|
font-weight: 700;
|
}
|
|
.about_page_area_about .all_color_service h3 {
|
margin: 0px 0px -20px 0px;
|
padding: 10px 0px 0px 0px;
|
}
|
|
/* service page area css */
|
.itpart_service_area2.itpart_service_area.service_page_area {
|
padding: 115px 0px 100px;
|
}
|
|
.testimonial_area2 {
|
background: #FFFFFF;
|
}
|
|
.testimonial_area2 .witr_section_title_inner h3 {
|
color: #111;
|
padding: 0px 0px 10px 0px;
|
}
|
|
.testimonial_area2 .em_test_thumb img {
|
border-radius: 50%;
|
width: 59px;
|
}
|
|
.testimonial_area2 .em_crating i {
|
font-size: 18px;
|
}
|
|
/* home2 area css */
|
.home2_swiper_area {}
|
|
.witr_swiper_area .home2_swiper_area .witr_swiper_content h1 {
|
color: #FFFFFF;
|
font-size: 16px;
|
text-transform: uppercase;
|
}
|
|
.cal_to_toggole {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
align-items: center;
|
}
|
|
.home2_togole_area .single_image {
|
margin: 10px 20px 0px 0px;
|
}
|
|
.togole_inner_area {
|
background-color: #111111;
|
border-radius: 10px 10px 10px 10px;
|
padding: 50px 0px 50px 10px;
|
display: flex;
|
}
|
|
.home2_togole_area .all_cal_color h3 {
|
color: #FFFFFF;
|
}
|
|
.home2_togole_area .all_cal_color h2 {
|
color: #FFFFFF;
|
}
|
|
.home2_togole_area .itpart_content h2,
|
.home2_togole_area .itpart_content h3 {
|
font-size: 26px;
|
padding: 4px 0;
|
}
|
|
.home2_togole_area .itpart_button.no_margin {
|
margin-top: 0;
|
width: 60%;
|
}
|
|
.home2_togole_area .itpart_button a {
|
padding: 18px 35px;
|
display: inline-block;
|
font-size: 18px;
|
-webkit-transition: 1s;
|
transition: 1s;
|
margin-right: 15px;
|
font-weight: 500;
|
border-radius: 30px;
|
}
|
|
.home2_togole_area .itpart_button a,
|
.home2_togole_area .witr_case_btnb a:hover {
|
background: #ff3d00;
|
}
|
|
.home2_togole_area .itpart_button a,
|
.home2_togole_area .itpart_button a:hover,
|
.home2_togole_area .itpart_video_inner i {
|
color: #fff;
|
}
|
|
.home2_togole_area .single_image_area {
|
text-align: right;
|
}
|
|
.home2_togole_area .all_cal_color a:hover,
|
.home2_togole_area .all_cal_color button:hover {
|
color: #111111;
|
background-color: #FFFFFF;
|
border-style: default;
|
}
|
|
.itpart_service_area2.itpart_service_area.home2_service_area {
|
padding: 125px 0px 110px;
|
}
|
|
.home2_project_area {
|
background-image: url("/static/home/assets/images/port-bg-img.jpg");
|
background-repeat: no-repeat;
|
background-size: cover;
|
padding: 125px 0px 130px;
|
}
|
|
.itpart_about_area.about_page_area_about.home2_about {
|
padding: 130px 0px 130px;
|
}
|
|
.counter_up_area.home2_counter {
|
margin-top: -100px;
|
margin-bottom: 0px;
|
}
|
|
.itpart_team_area.home2_team {
|
padding: 130px 0px 240px;
|
}
|
|
.why_choose_area.about_page_area.home2_why_choose {
|
padding: 55px 0px 130px;
|
}
|
|
.home2_togole_area {
|
position: relative;
|
margin-bottom: -100px;
|
}
|
|
.itpart_blog_area.home2_blog_area {
|
padding: 230px 0px 100px;
|
}
|
|
#witr_mp4_video {
|
position: absolute;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
width: 100%;
|
object-fit: cover;
|
height: 100%;
|
z-index: -1;
|
}
|
|
.port_3column_area .witr_section_title_inner p {
|
width: 39%;
|
}
|
|
/* testimonial area3 css */
|
.testimonial_area3 {
|
padding: 110px 0px 145px;
|
}
|
|
.witr_testomonial_area {
|
width: 80%;
|
margin: auto;
|
}
|
|
.witr_background_test {
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
|
margin-top: 50px;
|
margin-bottom: 60px;
|
}
|
|
.witr_testi_main {
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
|
text-align: center;
|
padding: 50px 0px;
|
width: 70%;
|
margin: auto;
|
margin-top: -50px;
|
margin-bottom: -50px;
|
}
|
|
.witr_test_part {
|
float: left;
|
margin-left: 215px;
|
margin-right: -165px;
|
}
|
|
.witr_test_part img {}
|
|
.witr_ns_part {}
|
|
.witr_ns_part h6 {
|
font-size: 22px;
|
margin-top: 10px;
|
}
|
|
.witr_ns_part i {
|
font-size: 17px;
|
font-weight: 500;
|
}
|
|
.witr_test_content {}
|
|
.witr_test_content p {
|
width: 88%;
|
margin: auto;
|
margin-top: 30px;
|
}
|
|
.witr_test_name {
|
margin: 30px 0 15px;
|
}
|
|
.witr_test_name li {
|
list-style: none;
|
}
|
|
.witr_test_name i {
|
font-size: 18px;
|
}
|
|
.witr_background_test,
|
.witr_testi_main {
|
border-top: 2px solid #ff3d00;
|
border-bottom: 2px solid #ff3d00;
|
}
|
|
.testimonial_area3 .slick-dots {
|
margin-bottom: -15px;
|
}
|
|
.testimonial_area3 .slick-dots li button {
|
width: 50px;
|
height: 15px;
|
border-radius: 3px;
|
}
|
|
.testimonial_area3 .witr_test_name i {
|
font-size: 22px;
|
}
|
|
/*======================== BREADCRUMB AREA CSS =========================*/
|
.breadcumb-blog-area {
|
padding: 60px 0 65px;
|
background-color: #f7f7f7;
|
background-position: center top;
|
background-repeat: no-repeat;
|
background-size: cover;
|
position: relative;
|
}
|
|
.breadcumb-inner h2 {
|
font-size: 36px;
|
}
|
|
.breadcumb-area {
|
background-image: url("/static/home/assets/images/breadcump.jpg");
|
padding: 140px 0px;
|
background-color: rgba(0, 0, 0, 0.39);
|
background-position: center center;
|
background-repeat: no-repeat;
|
position: relative;
|
background-size: cover;
|
}
|
|
.breadcumb-area:before,
|
.breadcumb-blog-area:before {
|
position: absolute;
|
left: 0;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
content: "";
|
}
|
|
.breadcumb-area::before,
|
.breadcumb-blog-area::before {
|
background-color: rgba(0, 0, 0, 0.39)
|
}
|
|
.breadcumb-inner ul,
|
.breadcumb-inner ul span a,
|
.breadcumb-inner li,
|
.breadcumb-inner li a {
|
color: #ffffff;
|
font-display: swap;
|
}
|
|
.breadcumb-inner ul {
|
font-weight: 600;
|
}
|
|
.breadcumb-inner li {
|
display: inline-block;
|
margin: 0 2px;
|
color: #fff;
|
font-weight: 600;
|
}
|
|
.breadcumb-inner li:nth-last-child(-n+1) {
|
color: #821F05;
|
color: #fff;
|
font-weight: 600;
|
}
|
|
.breadcumb-inner li a {
|
font-weight: 600;
|
color: #fff;
|
}
|
|
.breadcumb-inner li a:hover {
|
color: #821F05;
|
}
|
|
.brpt h2 {
|
color: #fff;
|
font-size: 40px;
|
}
|
|
.lcase {
|
text-transform: lowercase;
|
}
|
|
.ucase {
|
text-transform: uppercase;
|
}
|
|
.ccase {
|
text-transform: capitalize;
|
}
|
|
/* =============== blog left sidebar css =============== */
|
/* side bar css */
|
.witr-blog-side-area.blog_sidebar {
|
padding: 100px 0px 100px;
|
background: #f9f9f9;
|
}
|
|
.blog-left-side>div {
|
background-color: #fff;
|
margin-bottom: 30px;
|
padding: 15px;
|
box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
|
}
|
|
.blog-left-side>div:last-child {
|
margin-bottom: 0;
|
}
|
|
.blog-left-side h2 {
|
margin-bottom: 10px;
|
text-transform: uppercase;
|
}
|
|
.blog-left-side .content {
|
padding: 0;
|
}
|
|
.blog-left-side .push-bottom-large {
|
margin-bottom: 0;
|
}
|
|
.blog-left-side>div:last-child {
|
margin-bottom: 0;
|
}
|
|
.blog-left-side>aside:last-child {
|
margin-bottom: 0 !important;
|
}
|
|
.blog-left-side .nav .children li a:hover,
|
.blog-left-side .sub-menu li a:hover {
|
background: 0 0;
|
color: #18c8ff;
|
}
|
|
.defaultsearch {
|
background: #f7f7f7;
|
position: relative;
|
}
|
|
.defaultsearch input {
|
background: #f7f7f7 none repeat scroll 0 0;
|
border: 0 none;
|
height: 54px;
|
position: relative;
|
width: 100%;
|
}
|
|
.defaultsearch button {
|
background: transparent none repeat scroll 0 0;
|
border: 0 none;
|
color: #858585;
|
font-size: 18px;
|
padding: 1px 15px;
|
position: absolute;
|
right: 0;
|
top: 50%;
|
cursor: pointer;
|
transform: translateY(-50%);
|
}
|
|
.defaultsearch input[type="text"] {
|
padding-left: 10px;
|
}
|
|
.blog-left-side .widget h2 {
|
border-bottom: 1px solid #e5e5e5;
|
bottom: -1px;
|
display: block;
|
line-height: 17px;
|
margin-bottom: 20px;
|
padding-bottom: 14px;
|
position: relative;
|
text-transform: capitalize;
|
}
|
|
.blog-left-side .widget h2::before {
|
background: #ff3d00 none repeat scroll 0 0;
|
bottom: 0;
|
content: "";
|
height: 20px;
|
left: -15px;
|
position: absolute;
|
width: 2px;
|
top: -3px;
|
}
|
|
.footer-middle .widget h5 {
|
text-transform: capitalize;
|
}
|
|
.blog-left-side .widget ul {
|
list-style: none;
|
}
|
|
.blog-left-side .widget ul li {
|
margin: 0 0 5px;
|
padding-left: 20px;
|
position: relative;
|
}
|
|
.blog-left-side .widget ul li span {
|
font-weight: 300;
|
}
|
|
.blog-left-side .widget ul li:last-child {
|
padding-bottom: 0;
|
margin-bottom: 0;
|
}
|
|
.blog-left-side>.widget>ul>li {
|
margin: 0 0 10px;
|
padding-bottom: 10px;
|
}
|
|
.blog-left-side .widget>ul>li:not(:last-child) {
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
}
|
|
.blog-left-side .widget ul li a:hover,
|
.blog-left-side .widget ul li:hover::before {
|
color: #ff3d00;
|
}
|
|
.blog-left-side .widget ul li::before {
|
content: "\f105";
|
font-family: FontAwesome;
|
font-size: 18px;
|
left: 0;
|
position: absolute;
|
}
|
|
.blog-left-side .widget select {
|
width: 100%;
|
height: 40px;
|
background: #fff;
|
border: 1px solid #ddd;
|
padding-left: 5px;
|
}
|
|
.widget .screen-reader-text {
|
display: none;
|
}
|
|
.textwidget select {
|
width: 100%;
|
}
|
|
#wp-calendar {
|
width: 100%;
|
}
|
|
.tagcloud a {
|
display: inline-block;
|
font-size: 14px !important;
|
margin: 0 8px 10px 0;
|
padding: 7px 15px;
|
text-align: center;
|
font-weight: 400;
|
border: 1px solid #ddd;
|
text-transform: capitalize;
|
}
|
|
.r-post-content h3 a:hover,
|
.r-post-content h3:hover,
|
.tagcloud a:hover,
|
.widget_archive ul li a:hover,
|
.widget_archive ul li:hover:before,
|
.widget_categories ul li a:hover,
|
.widget_categories ul li:hover:before {
|
color: #ff3d00;
|
}
|
|
.tagcloud a:hover {
|
background: #ff3d00;
|
color: #fff;
|
}
|
|
#wp-calendar caption {
|
font-size: 14px;
|
font-weight: 400;
|
margin-bottom: 10px;
|
text-align: left;
|
text-transform: uppercase;
|
}
|
|
#wp-calendar {
|
font-size: 13px;
|
}
|
|
#wp-calendar {
|
border: 0 solid #e5e5e5;
|
margin-bottom: 20px;
|
overflow: auto;
|
vertical-align: top;
|
width: 100%;
|
margin: 0;
|
}
|
|
table#wp-calendar td {
|
border: 1px solid #e5e5e5;
|
padding: 5px 10px;
|
text-align: center;
|
vertical-align: top;
|
font-size: 14px;
|
}
|
|
#wp-calendar td,
|
#wp-calendar th {
|
padding: 8px;
|
}
|
|
table#wp-calendar th {
|
border: 1px solid #e5e5e5;
|
font-size: 13px;
|
font-weight: 700;
|
padding: 5px 10px;
|
text-align: center;
|
text-transform: uppercase;
|
vertical-align: middle;
|
}
|
|
table#wp-calendar td#today {
|
color: #fff;
|
background-color: #ff3d00;
|
}
|
|
table#wp-calendar td#today a {
|
color: #fff;
|
}
|
|
.textwidget img {
|
margin-bottom: 15px;
|
}
|
|
.textwidget p {
|
margin-bottom: 0.5rem;
|
}
|
|
.itpart-blog-thumb img {
|
width: 100%;
|
}
|
|
.witr-blog-side-area .imagess_area .slick-slide img {
|
display: inline-block;
|
margin: auto;
|
width: 100%;
|
}
|
|
/* end sidebar css */
|
/* witr-blog-2side-area */
|
.witr-blog-side-area.witr-blog-2side {
|
padding: 100px 0px 70px;
|
background: #f9f9f9;
|
}
|
|
.itpart-single-blog {
|
margin-bottom: 30px;
|
overflow: hidden;
|
-webkit-transition: all .3s ease-in-out 0s;
|
transition: all .3s ease-in-out 0s;
|
}
|
|
.itpart-blog-thumb {
|
overflow: hidden;
|
}
|
|
.itpart-blog-thumb a {
|
display: block;
|
position: relative;
|
}
|
|
.itpart-blog-thumb a:before {
|
content: "";
|
left: 0;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
background: rgba(0, 0, 0, .7);
|
opacity: 0;
|
z-index: 999;
|
transition: .5s;
|
}
|
|
.itpart-single-blog:hover .itpart-blog-thumb a:before {
|
opacity: 1;
|
transition: .5s;
|
}
|
|
.itpart-blog-thumb img {
|
transition: .5s;
|
display: block;
|
}
|
|
.em-blog-content-area {
|
padding: 15px 0px 15px;
|
}
|
|
.blog-page-title h2 {
|
display: block;
|
font-size: 22px;
|
margin-bottom: 7px;
|
text-transform: capitalize;
|
-webkit-transition: all .5s ease 0s;
|
transition: all .5s ease 0s;
|
}
|
|
.blog-page-title a {
|
display: inline-block;
|
word-break: break-all;
|
}
|
|
.blog-content {
|
word-break: break-word;
|
}
|
|
.itpart-blog-meta.post_blog h2 a {
|
font-size: 24px;
|
font-weight: 700;
|
transition: .5s;
|
}
|
|
.itpart-blog-meta.post_blog h2 {
|
margin-bottom: 8px;
|
}
|
|
.recent-post-item {
|
margin-bottom: 10px;
|
}
|
|
.blog-left-side .widget ul li a,
|
.blog-left-side .widget ul li::before {
|
color: #444;
|
}
|
|
.itpart-blog-meta.post_blog h2 a:hover {
|
color: #ff3d00;
|
}
|
|
.itpart-blog-meta-left a,
|
.itpart-blog-meta-left span {
|
color: #888888;
|
font-size: 16px;
|
margin-right: 5px;
|
margin-bottom: 10px;
|
display: inline-block;
|
margin-top: 5px;
|
}
|
|
.itpart-blog-meta-left i {
|
color: #ff3d00;
|
margin-right: 5px;
|
}
|
|
.blog-content p {
|
font-size: 17px;
|
padding-top: 14px;
|
}
|
|
.em-blog-content-area .witr_btn {
|
background: #ff3d00;
|
border-radius: 5px;
|
color: #fff;
|
display: inline-block;
|
font-size: 20px;
|
padding: 10px 30px;
|
text-align: center;
|
position: relative;
|
margin-right: 20px;
|
z-index: 2;
|
transition: 1s;
|
font-weight: 400;
|
margin-bottom: 15px;
|
}
|
|
.em-blog-content-area .witr_btn:hover {
|
background: #323232;
|
color: #fff;
|
}
|
|
.witr-blog-side-area.blog_sidebar .itpart-single-blog {
|
margin-bottom: 30px;
|
box-shadow: none;
|
border-bottom: 1px solid #e7e7e7;
|
background: transparent;
|
}
|
|
blockquote p {
|
font-size: 20px;
|
position: relative;
|
color: ##999;
|
}
|
|
.witr-blog-side-area blockquote {
|
background-color: #f7f7f7;
|
border-left: 3px solid #ff3d00;
|
padding: 1em 1em;
|
margin-top: 15px;
|
}
|
|
.recent-post-text h4 a {
|
color: #17161a;
|
font-size: 19px;
|
transition: all .3s ease 0s;
|
}
|
|
/* video play css */
|
.video-open-inline iframe {
|
width: 100%;
|
height: 400px;
|
border: none;
|
}
|
|
/* =============== End blog left sidebar css =============== */
|
|
/* single blog css */
|
.witr-blog-side-area {
|
padding: 100px 0px 100px;
|
}
|
|
.comment-respond {
|
border: 1px solid #ddd;
|
margin-bottom: 30px;
|
padding: 25px 10px 30px;
|
background-color: #f1f1f1;
|
}
|
|
.single_blog_page {
|
margin-bottom: 0px;
|
}
|
|
.comment_field .input-field input,
|
.comment_field .textarea-field textarea {
|
color: #555555;
|
}
|
|
.comment_field .input-field input {
|
width: 100%;
|
border: 1px solid #e5e5e5;
|
padding: 6px 20px;
|
height: 54px;
|
font-size: 17px;
|
}
|
|
.comment_field .input-field label,
|
.comment_field .textarea-field label {
|
color: #606060;
|
font-size: 14px;
|
margin-top: 15px;
|
margin-bottom: 0;
|
font-weight: 500;
|
}
|
|
.comment_field .input-field {
|
width: 33.33%;
|
float: left;
|
margin-bottom: 25px;
|
}
|
|
.comment_field .textarea-field label {
|
margin-top: 20px;
|
margin-bottom: 10px;
|
}
|
|
.comment_field .textarea-field textarea {
|
width: 100%;
|
border: 1px solid #e5e5e5;
|
height: 150px;
|
padding: 10px;
|
}
|
|
.itpart_btn {
|
background: transparent;
|
border: 1px solid #ddd;
|
display: inline-block;
|
text-align: center;
|
padding: 12px 20px;
|
margin-top: 15px;
|
border-radius: 5px;
|
transition: .5s;
|
color: #444;
|
}
|
|
.itpart_btn:hover {
|
background: #ff3d00;
|
border-color: #ff3d00;
|
color: #fff;
|
}
|
|
.single_blog_thumb img {
|
width: 100%;
|
height: 500px;
|
}
|
|
blockquote {
|
padding: 25px 32px 25px;
|
margin: 0 0 30px;
|
font-size: 17px;
|
/* border-left: 3px solid #f99a00; */
|
font-weight: 400;
|
box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
|
}
|
|
blockquote p {
|
font-size: 20px;
|
position: relative;
|
}
|
|
.block .wp-block-quote.is-large p,
|
.block .wp-block-quote.is-style-large p {
|
font-size: 1.5em;
|
font-style: italic;
|
line-height: 1.6;
|
}
|
|
.witr-blog-side-area.single_blog blockquote {
|
background-color: #f7f7f7;
|
border-left: none;
|
}
|
|
.wp-block-group.block {
|
text-align: center;
|
}
|
|
.itpart-single-blog-details-inner {
|
padding: 38px 45px 45px;
|
box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
|
border-radius: 0 0 10px 10px;
|
}
|
|
.itpart-single-icon-inner {
|
text-align: center;
|
}
|
|
.itpart-single-icon-inner a {
|
border: 1px solid #e6e6e6;
|
color: #17161a;
|
display: inline-block;
|
font-size: 15px;
|
height: 40px;
|
line-height: 41px;
|
margin: 0 9px 0 0;
|
text-align: center;
|
width: 40px;
|
border-radius: 5px;
|
}
|
|
.itpart-single-icon-inner a:hover {
|
background: #ff3d00;
|
border-color: #ff3d00;
|
color: #fff;
|
}
|
|
.recent-post-image {
|
float: left;
|
margin-right: 10px;
|
}
|
|
.recent-post-image img {
|
width: 75px;
|
}
|
|
/*========================
|
EM40 SCROLL TOP CSS
|
=========================*/
|
#scrollUp {
|
background: #ff3d00;
|
bottom: 30px;
|
color: #fff;
|
font-size: 30px;
|
height: 40px;
|
line-height: 40px;
|
right: 100px;
|
text-align: center;
|
border-radius: 5px;
|
width: 40px;
|
}
|
|
#scrollUp i {
|
color: #fff;
|
font-weight: 900;
|
}
|
|
.witr_case:hover .slick-prev,
|
.witr_case:hover .slick-next,
|
.service_active:hover .slick-prev,
|
.service_active:hover .slick-next,
|
.feature_active:hover .slick-prev,
|
.feature_active:hover .slick-next,
|
.event_active:hover .slick-prev,
|
.event_active:hover .slick-next,
|
.imagess_area:hover .slick-prev,
|
.imagess_area:hover .slick-next,
|
.witr_ds_content_area:hover .slick-prev,
|
.witr_ds_content_area:hover .slick-next,
|
.blog_wrap:hover .slick-prev,
|
.blog_wrap:hover .slick-next,
|
.witr_team_area_c:hover .slick-prev,
|
.witr_team_area_c:hover .slick-next,
|
.images_area:hover .slick-prev,
|
.images_area:hover .slick-next,
|
.testomonial-slide:hover .slick-prev,
|
.testomonial-slide:hover .slick-next,
|
.Screenshots-slide:hover .slick-prev,
|
.Screenshots-slide:hover .slick-next,
|
.mobile-slide:hover .slick-prev,
|
.mobile-slide:hover .slick-next,
|
.mobile-slide-7:hover .slick-prev,
|
.mobile-slide-7:hover .slick-next,
|
.witr_islidess_slick:hover .slick-prev,
|
.witr_islidess_slick:hover .slick-next,
|
.testomonial:hover .slick-prev,
|
.testomonial:hover .slick-next {
|
opacity: 1;
|
}
|
|
/* slick prev slick next css */
|
/*======== slick ========*/
|
.slick-prev,
|
.slick-next {
|
font-size: 0;
|
position: absolute;
|
display: block;
|
padding: 0;
|
cursor: pointer;
|
color: #fff;
|
outline: none;
|
background: #ff3d00;
|
z-index: 9;
|
opacity: 0;
|
border-radius: 0px;
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
width: 55px;
|
height: 55px;
|
line-height: 55px;
|
top: 50%;
|
transform: translate(0px, -50%);
|
transition: .5s;
|
border: 0px solid #17161a;
|
}
|
|
.slick-prev {
|
left: -15px;
|
}
|
|
.slick-next {
|
right: -15px;
|
}
|
|
.slick-prev.slick-disabled,
|
.slick-next.slick-disabled {
|
background: #E0A067;
|
}
|
|
.witr_ds_content_area .slick-prev {
|
left: 15px;
|
}
|
|
.witr_ds_content_area .slick-next {
|
right: 15px;
|
}
|
|
.slick-prev:before,
|
.slick-next:before {
|
color: #fff;
|
font-size: 25px;
|
-webkit-transition: all 0.3s ease 0s;
|
transition: all 0.3s ease 0s;
|
content: "\f177";
|
font-family: FontAwesome !important;
|
line-height: inherit;
|
opacity: 1;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
}
|
|
.slick-next:before {
|
content: "\f178";
|
font-family: FontAwesome !important;
|
}
|
|
.slick-prev:hover:before,
|
.slick-prev:focus:before,
|
.slick-next:hover:before,
|
.slick-next:focus:before {
|
color: #fff;
|
}
|
|
.team_page_active:hover .slick-prev,
|
.team_page_active:hover .slick-next {
|
opacity: 1;
|
}
|
|
button:focus {
|
outline: none;
|
outline: none;
|
}
|
|
.land_page_flex {
|
display: flex-end;
|
}
|