Jeg Elementor Kit - Version 1.1.0

Version Description

  • 2021-02-18 =
  • Add new widgets: Team, Pie Chart, Portfolio Gallery, Image Box, and Animated Text
  • Add new font icons
  • Fix syntax error on PHP 7.2 or below
  • Fix CSS Box
  • Improvement: Use tab on widget style settings
Download this release

Release Info

Developer jegstudio
Plugin Icon 128x128 Jeg Elementor Kit
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.0 to 1.1.0

assets/css/admin/editor.css CHANGED
@@ -1,119 +1,2 @@
1
- .elementor-control-sg_content_type .elementor-choices,
2
- .elementor-control-sg_layout_choose .elementor-choices {
3
- text-align: left;
4
- background: transparent;
5
- display: table;
6
- line-height: 1 !important; }
7
-
8
- .elementor-control-sg_content_type label[for^="elementor-control-"],
9
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] {
10
- margin-bottom: 5px;
11
- margin-right: 5px;
12
- width: 118px !important;
13
- height: 88px !important;
14
- display: inline-block !important;
15
- border-width: 1px;
16
- border-style: solid;
17
- border-color: #ddd !important;
18
- padding: 3px; }
19
- .elementor-control-sg_content_type label[for^="elementor-control-"] i,
20
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] i {
21
- width: auto;
22
- height: 100%;
23
- display: block; }
24
-
25
- .elementor-control-sg_content_type input[name^="elementor-choose-sg_content_type-"]:checked + .elementor-choices-label {
26
- border-color: #278ab7;
27
- background-color: #278ab7; }
28
-
29
- .elementor-control-sg_content_type label[for^="elementor-control-"] .jkit-postblock-type-1 {
30
- background-image: url("../../img/admin/post-block-1.png"); }
31
-
32
- .elementor-control-sg_content_type label[for^="elementor-control-"] .jkit-postblock-type-2 {
33
- background-image: url("../../img/admin/post-block-2.png"); }
34
-
35
- .elementor-control-sg_content_type label[for^="elementor-control-"] .jkit-postblock-type-3 {
36
- background-image: url("../../img/admin/post-block-3.png"); }
37
-
38
- .elementor-control-sg_content_type label[for^="elementor-control-"] .jkit-postblock-type-4 {
39
- background-image: url("../../img/admin/post-block-4.png"); }
40
-
41
- .elementor-control-sg_content_type label[for^="elementor-control-"] .jkit-postblock-type-5 {
42
- background-image: url("../../img/admin/post-block-5.png"); }
43
-
44
- .elementor-control-sg_layout_choose input[name^="elementor-choose-sg_layout_choose-"]:checked + .elementor-choices-label {
45
- border-color: #278ab7;
46
- background-color: #278ab7; }
47
-
48
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] .jkit-testimonials-layout-1 {
49
- background-image: url("../../img/admin/testimonial-1.png"); }
50
-
51
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] .jkit-testimonials-layout-2 {
52
- background-image: url("../../img/admin/testimonial-2.png"); }
53
-
54
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] .jkit-testimonials-layout-3 {
55
- background-image: url("../../img/admin/testimonial-3.png"); }
56
-
57
- .elementor-control-sg_layout_choose label[for^="elementor-control-"] .jkit-testimonials-layout-4 {
58
- background-image: url("../../img/admin/testimonial-4.png"); }
59
-
60
- i[class^=jkit_nav_menu],
61
- i[class^=jkit_icon_box],
62
- i[class^=jkit_fun_fact],
63
- i[class^=jkit_progress_bar],
64
- i[class^=jkit_client_logo],
65
- i[class^=jkit_testimonials],
66
- i[class^=jkit_accordion],
67
- i[class^=jkit_gallery],
68
- i[class^=jkit_contact_form_7],
69
- i[class^=jkit_post_block],
70
- i[class^=jkit_team],
71
- i[class^=jkit_pie_chart],
72
- i[class^=jkit_portfolio] {
73
- background-size: auto !important;
74
- width: 32px !important;
75
- height: 32px !important;
76
- display: block;
77
- margin-left: auto;
78
- margin-right: auto; }
79
-
80
- i[class^=jkit_nav_menu] {
81
- background-image: url("../../img/admin/block-icon/nav-menu.svg"); }
82
-
83
- i[class^=jkit_icon_box] {
84
- background-image: url("../../img/admin/block-icon/icon-box.svg"); }
85
-
86
- i[class^=jkit_fun_fact] {
87
- background-image: url("../../img/admin/block-icon/funfact.svg"); }
88
-
89
- i[class^=jkit_progress_bar] {
90
- background-image: url("../../img/admin/block-icon/progress-bar.svg"); }
91
-
92
- i[class^=jkit_client_logo] {
93
- background-image: url("../../img/admin/block-icon/client-logo.svg"); }
94
-
95
- i[class^=jkit_testimonials] {
96
- background-image: url("../../img/admin/block-icon/testimonial.svg"); }
97
-
98
- i[class^=jkit_accordion] {
99
- background-image: url("../../img/admin/block-icon/accordion.svg"); }
100
-
101
- i[class^=jkit_gallery] {
102
- background-image: url("../../img/admin/block-icon/gallery.svg"); }
103
-
104
- i[class^=jkit_contact_form_7] {
105
- background-image: url("../../img/admin/block-icon/form-cf7.svg"); }
106
-
107
- i[class^=jkit_post_block] {
108
- background-image: url("../../img/admin/block-icon/post-block.svg"); }
109
-
110
- i[class^=jkit_team] {
111
- background-image: url("../../img/admin/block-icon/team.svg"); }
112
-
113
- i[class^=jkit_pie_chart] {
114
- background-image: url("../../img/admin/block-icon/pie-chart.svg"); }
115
-
116
- i[class^=jkit_portfolio] {
117
- background-image: url("../../img/admin/block-icon/portfolio.svg"); }
118
-
119
  /*# sourceMappingURL=editor.css.map */
1
+ .elementor-control-sg_content_postblock_type .elementor-choices,.elementor-control-sg_layout_testimonial_choose .elementor-choices{text-align:left;background:0 0;display:table;line-height:1!important}.elementor-control-sg_content_postblock_type>.elementor-control-content>.elementor-control-field,.elementor-control-sg_layout_testimonial_choose>.elementor-control-content>.elementor-control-field{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-control-sg_content_postblock_type>.elementor-control-content>.elementor-control-field>.elementor-control-input-wrapper,.elementor-control-sg_layout_testimonial_choose>.elementor-control-content>.elementor-control-field>.elementor-control-input-wrapper{width:100%;margin-top:10px}.elementor-control-sg_content_postblock_type label[for^=elementor-control-],.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-]{margin-bottom:5px;margin-right:5px;width:118px!important;height:88px!important;display:inline-block!important;border-width:1px;border-style:solid;border-color:#ddd!important;padding:3px}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] i,.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-] i{width:auto;height:100%;display:block}.elementor-control-sg_content_postblock_type input[name^=elementor-choose-sg_content_postblock_type-]:checked+.elementor-choices-label{border-color:#278ab7;background-color:#278ab7}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] .jkit-postblock-type-1{background-image:url(../../img/admin/post-block-1.png)}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] .jkit-postblock-type-2{background-image:url(../../img/admin/post-block-2.png)}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] .jkit-postblock-type-3{background-image:url(../../img/admin/post-block-3.png)}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] .jkit-postblock-type-4{background-image:url(../../img/admin/post-block-4.png)}.elementor-control-sg_content_postblock_type label[for^=elementor-control-] .jkit-postblock-type-5{background-image:url(../../img/admin/post-block-5.png)}.elementor-control-sg_layout_testimonial_choose input[name^=elementor-choose-sg_layout_testimonial_choose-]:checked+.elementor-choices-label{border-color:#278ab7;background-color:#278ab7}.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-] .jkit-testimonials-layout-1{background-image:url(../../img/admin/testimonial-1.png)}.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-] .jkit-testimonials-layout-2{background-image:url(../../img/admin/testimonial-2.png)}.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-] .jkit-testimonials-layout-3{background-image:url(../../img/admin/testimonial-3.png)}.elementor-control-sg_layout_testimonial_choose label[for^=elementor-control-] .jkit-testimonials-layout-4{background-image:url(../../img/admin/testimonial-4.png)}i[class^=jkit_accordion],i[class^=jkit_animated_text],i[class^=jkit_client_logo],i[class^=jkit_contact_form_7],i[class^=jkit_fun_fact],i[class^=jkit_gallery],i[class^=jkit_icon_box],i[class^=jkit_image_box],i[class^=jkit_nav_menu],i[class^=jkit_pie_chart],i[class^=jkit_portfolio_gallery],i[class^=jkit_post_block],i[class^=jkit_progress_bar],i[class^=jkit_team],i[class^=jkit_testimonials]{background-size:auto!important;width:32px!important;height:32px!important;display:block;margin-left:auto;margin-right:auto}i[class^=jkit_nav_menu]{background-image:url(../../img/admin/block-icon/nav-menu.svg)}i[class^=jkit_icon_box]{background-image:url(../../img/admin/block-icon/icon-box.svg)}i[class^=jkit_image_box]{background-image:url(../../img/admin/block-icon/image-box.svg)}i[class^=jkit_fun_fact]{background-image:url(../../img/admin/block-icon/funfact.svg)}i[class^=jkit_progress_bar]{background-image:url(../../img/admin/block-icon/progress-bar.svg)}i[class^=jkit_client_logo]{background-image:url(../../img/admin/block-icon/client-logo.svg)}i[class^=jkit_testimonials]{background-image:url(../../img/admin/block-icon/testimonial.svg)}i[class^=jkit_accordion]{background-image:url(../../img/admin/block-icon/accordion.svg)}i[class^=jkit_gallery]{background-image:url(../../img/admin/block-icon/gallery.svg)}i[class^=jkit_contact_form_7]{background-image:url(../../img/admin/block-icon/form-cf7.svg)}i[class^=jkit_post_block]{background-image:url(../../img/admin/block-icon/post-block.svg)}i[class^=jkit_team]{background-image:url(../../img/admin/block-icon/team.svg)}i[class^=jkit_pie_chart]{background-image:url(../../img/admin/block-icon/pie-chart.svg)}i[class^=jkit_portfolio_gallery]{background-image:url(../../img/admin/block-icon/portfolio.svg)}i[class^=jkit_animated_text]{background-image:url(../../img/admin/block-icon/animated-text.svg)}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=editor.css.map */
assets/css/admin/editor.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"editor.css","sources":["editor.scss"],"sourcesContent":[".elementor-control-sg_content_type,\n.elementor-control-sg_layout_choose {\n .elementor-choices {\n text-align: left;\n background: transparent;\n display: table;\n line-height: 1 !important;\n }\n label[for^=\"elementor-control-\"] {\n margin-bottom: 5px;\n margin-right: 5px;\n width: 118px !important;\n height: 88px !important;\n display: inline-block !important;\n border-width: 1px;\n border-style: solid;\n border-color: #ddd !important;\n padding: 3px;\n i {\n width: auto;\n height: 100%;\n display: block;\n }\n }\n}\n\n.elementor-control-sg_content_type {\n input[name^=\"elementor-choose-sg_content_type-\"]:checked+.elementor-choices-label {\n border-color: #278ab7;\n background-color: #278ab7;\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-1 {\n background-image: url('../../img/admin/post-block-1.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-2 {\n background-image: url('../../img/admin/post-block-2.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-3 {\n background-image: url('../../img/admin/post-block-3.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-4 {\n background-image: url('../../img/admin/post-block-4.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-5 {\n background-image: url('../../img/admin/post-block-5.png');\n }\n}\n\n.elementor-control-sg_layout_choose {\n input[name^=\"elementor-choose-sg_layout_choose-\"]:checked+.elementor-choices-label {\n border-color: #278ab7;\n background-color: #278ab7;\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-1 {\n background-image: url('../../img/admin/testimonial-1.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-2 {\n background-image: url('../../img/admin/testimonial-2.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-3 {\n background-image: url('../../img/admin/testimonial-3.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-4 {\n background-image: url('../../img/admin/testimonial-4.png');\n }\n}\n\ni[class^=jkit_nav_menu],\ni[class^=jkit_icon_box],\ni[class^=jkit_fun_fact],\ni[class^=jkit_progress_bar],\ni[class^=jkit_client_logo],\ni[class^=jkit_testimonials],\ni[class^=jkit_accordion],\ni[class^=jkit_gallery],\ni[class^=jkit_contact_form_7],\ni[class^=jkit_post_block],\ni[class^=jkit_team],\ni[class^=jkit_pie_chart],\ni[class^=jkit_portfolio] {\n // background-repeat: no-repeat;\n background-size: auto !important;\n width: 32px !important;\n height: 32px !important;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\ni[class^=jkit_nav_menu] {\n background-image: url('../../img/admin/block-icon/nav-menu.svg');\n}\n\ni[class^=jkit_icon_box] {\n background-image: url('../../img/admin/block-icon/icon-box.svg');\n}\n\ni[class^=jkit_fun_fact] {\n background-image: url('../../img/admin/block-icon/funfact.svg');\n}\n\ni[class^=jkit_progress_bar] {\n background-image: url('../../img/admin/block-icon/progress-bar.svg');\n}\n\ni[class^=jkit_client_logo] {\n background-image: url('../../img/admin/block-icon/client-logo.svg');\n}\n\ni[class^=jkit_testimonials] {\n background-image: url('../../img/admin/block-icon/testimonial.svg');\n}\n\ni[class^=jkit_accordion] {\n background-image: url('../../img/admin/block-icon/accordion.svg');\n}\n\ni[class^=jkit_gallery] {\n background-image: url('../../img/admin/block-icon/gallery.svg');\n}\n\ni[class^=jkit_contact_form_7] {\n background-image: url('../../img/admin/block-icon/form-cf7.svg');\n}\n\ni[class^=jkit_post_block] {\n background-image: url('../../img/admin/block-icon/post-block.svg');\n}\n\ni[class^=jkit_team] {\n background-image: url('../../img/admin/block-icon/team.svg');\n}\n\ni[class^=jkit_pie_chart] {\n background-image: url('../../img/admin/block-icon/pie-chart.svg');\n}\n\ni[class^=jkit_portfolio] {\n background-image: url('../../img/admin/block-icon/portfolio.svg');\n}"],"names":[],"mappings":"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"}
1
+ {"version":3,"sources":["editor.scss"],"names":[],"mappings":"AAAA,gEACA,mEAEQ,WAAY,KACZ,WAAY,IACZ,QAAS,MACT,YAAa,YANrB,iGACA,oGAYQ,cAAe,KACf,UAAW,KAdnB,kIACA,qIASY,MAAO,KACP,WAAY,KAXxB,4EACA,+EAgBQ,cAAe,IACf,aAAc,IACd,MAAO,gBACP,OAAQ,eACR,QAAS,uBACT,aAAc,IACd,aAAc,MACd,aAAc,eACd,QAAS,IAzBjB,8EACA,iFA0BY,MAAO,KACP,OAAQ,KACR,QAAS,MAKrB,uIAEQ,aAAc,QACd,iBAAkB,QAH1B,mGAMQ,iBAAkB,sCAN1B,mGASQ,iBAAkB,sCAT1B,mGAYQ,iBAAkB,sCAZ1B,mGAeQ,iBAAkB,sCAf1B,mGAkBQ,iBAAkB,sCAI1B,6IAEQ,aAAc,QACd,iBAAkB,QAH1B,2GAMQ,iBAAkB,uCAN1B,2GASQ,iBAAkB,uCAT1B,2GAYQ,iBAAkB,uCAZ1B,2GAeQ,iBAAkB,uCAW1B,yBAOA,6BATA,2BAIA,8BANA,wBAKA,uBAPA,wBACA,yBAFA,wBAYA,yBACA,iCAHA,0BANA,4BAOA,oBALA,4BASI,gBAAiB,eACjB,MAAO,eACP,OAAQ,eACR,QAAS,MACT,YAAa,KACb,aAAc,KAGlB,wBACI,iBAAkB,6CAGtB,wBACI,iBAAkB,6CAGtB,yBACI,iBAAkB,8CAGtB,wBACI,iBAAkB,4CAGtB,4BACI,iBAAkB,iDAGtB,2BACI,iBAAkB,gDAGtB,4BACI,iBAAkB,gDAGtB,yBACI,iBAAkB,8CAGtB,uBACI,iBAAkB,4CAGtB,8BACI,iBAAkB,6CAGtB,0BACI,iBAAkB,+CAGtB,oBACI,iBAAkB,yCAGtB,yBACI,iBAAkB,8CAGtB,iCACI,iBAAkB,8CAGtB,6BACI,iBAAkB","file":"editor.css","sourcesContent":[".elementor-control-sg_content_postblock_type,\n.elementor-control-sg_layout_testimonial_choose {\n .elementor-choices {\n text-align: left;\n background: transparent;\n display: table;\n line-height: 1 !important;\n }\n >.elementor-control-content>.elementor-control-field {\n >.elementor-control-input-wrapper {\n width: 100%;\n margin-top: 10px;\n }\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n }\n label[for^=\"elementor-control-\"] {\n margin-bottom: 5px;\n margin-right: 5px;\n width: 118px !important;\n height: 88px !important;\n display: inline-block !important;\n border-width: 1px;\n border-style: solid;\n border-color: #ddd !important;\n padding: 3px;\n i {\n width: auto;\n height: 100%;\n display: block;\n }\n }\n}\n\n.elementor-control-sg_content_postblock_type {\n input[name^=\"elementor-choose-sg_content_postblock_type-\"]:checked+.elementor-choices-label {\n border-color: #278ab7;\n background-color: #278ab7;\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-1 {\n background-image: url('../../img/admin/post-block-1.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-2 {\n background-image: url('../../img/admin/post-block-2.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-3 {\n background-image: url('../../img/admin/post-block-3.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-4 {\n background-image: url('../../img/admin/post-block-4.png');\n }\n label[for^=\"elementor-control-\"] .jkit-postblock-type-5 {\n background-image: url('../../img/admin/post-block-5.png');\n }\n}\n\n.elementor-control-sg_layout_testimonial_choose {\n input[name^=\"elementor-choose-sg_layout_testimonial_choose-\"]:checked+.elementor-choices-label {\n border-color: #278ab7;\n background-color: #278ab7;\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-1 {\n background-image: url('../../img/admin/testimonial-1.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-2 {\n background-image: url('../../img/admin/testimonial-2.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-3 {\n background-image: url('../../img/admin/testimonial-3.png');\n }\n label[for^=\"elementor-control-\"] .jkit-testimonials-layout-4 {\n background-image: url('../../img/admin/testimonial-4.png');\n }\n}\n\ni[class^=jkit_nav_menu],\ni[class^=jkit_icon_box],\ni[class^=jkit_image_box],\ni[class^=jkit_fun_fact],\ni[class^=jkit_progress_bar],\ni[class^=jkit_client_logo],\ni[class^=jkit_testimonials],\ni[class^=jkit_accordion],\ni[class^=jkit_gallery],\ni[class^=jkit_contact_form_7],\ni[class^=jkit_post_block],\ni[class^=jkit_team],\ni[class^=jkit_pie_chart],\ni[class^=jkit_portfolio_gallery],\ni[class^=jkit_animated_text] {\n background-size: auto !important;\n width: 32px !important;\n height: 32px !important;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\ni[class^=jkit_nav_menu] {\n background-image: url('../../img/admin/block-icon/nav-menu.svg');\n}\n\ni[class^=jkit_icon_box] {\n background-image: url('../../img/admin/block-icon/icon-box.svg');\n}\n\ni[class^=jkit_image_box] {\n background-image: url('../../img/admin/block-icon/image-box.svg');\n}\n\ni[class^=jkit_fun_fact] {\n background-image: url('../../img/admin/block-icon/funfact.svg');\n}\n\ni[class^=jkit_progress_bar] {\n background-image: url('../../img/admin/block-icon/progress-bar.svg');\n}\n\ni[class^=jkit_client_logo] {\n background-image: url('../../img/admin/block-icon/client-logo.svg');\n}\n\ni[class^=jkit_testimonials] {\n background-image: url('../../img/admin/block-icon/testimonial.svg');\n}\n\ni[class^=jkit_accordion] {\n background-image: url('../../img/admin/block-icon/accordion.svg');\n}\n\ni[class^=jkit_gallery] {\n background-image: url('../../img/admin/block-icon/gallery.svg');\n}\n\ni[class^=jkit_contact_form_7] {\n background-image: url('../../img/admin/block-icon/form-cf7.svg');\n}\n\ni[class^=jkit_post_block] {\n background-image: url('../../img/admin/block-icon/post-block.svg');\n}\n\ni[class^=jkit_team] {\n background-image: url('../../img/admin/block-icon/team.svg');\n}\n\ni[class^=jkit_pie_chart] {\n background-image: url('../../img/admin/block-icon/pie-chart.svg');\n}\n\ni[class^=jkit_portfolio_gallery] {\n background-image: url('../../img/admin/block-icon/portfolio.svg');\n}\n\ni[class^=jkit_animated_text] {\n background-image: url('../../img/admin/block-icon/animated-text.svg');\n}"]}
assets/css/main.css CHANGED
@@ -1,3870 +1,2 @@
1
- @-webkit-keyframes jelkit-pulse {
2
- from {
3
- -webkit-transform: scale(1.2);
4
- transform: scale(1.2); }
5
- 50% {
6
- -webkit-transform: scale(0.8);
7
- transform: scale(0.8); }
8
- to {
9
- -webkit-transform: scale(1.2);
10
- transform: scale(1.2); } }
11
-
12
- @keyframes jelkit-pulse {
13
- from {
14
- -webkit-transform: scale(1.2);
15
- transform: scale(1.2); }
16
- 50% {
17
- -webkit-transform: scale(0.8);
18
- transform: scale(0.8); }
19
- to {
20
- -webkit-transform: scale(1.2);
21
- transform: scale(1.2); } }
22
-
23
- @-webkit-keyframes jelkit-pulse-grow {
24
- to {
25
- -webkit-transform: scale(1.2);
26
- transform: scale(1.2); } }
27
-
28
- @keyframes jelkit-pulse-grow {
29
- to {
30
- -webkit-transform: scale(1.2);
31
- transform: scale(1.2); } }
32
-
33
- @-webkit-keyframes jelkit-pulse-shrink {
34
- to {
35
- -webkit-transform: scale(0.8);
36
- transform: scale(0.8); } }
37
-
38
- @keyframes jelkit-pulse-shrink {
39
- to {
40
- -webkit-transform: scale(0.8);
41
- transform: scale(0.8); } }
42
-
43
- @-webkit-keyframes jelkit-push {
44
- from {
45
- -webkit-transform: scale(1);
46
- transform: scale(1); }
47
- 50% {
48
- -webkit-transform: scale(0.8);
49
- transform: scale(0.8); }
50
- to {
51
- -webkit-transform: scale(1);
52
- transform: scale(1); } }
53
-
54
- @keyframes jelkit-push {
55
- from {
56
- -webkit-transform: scale(1);
57
- transform: scale(1); }
58
- 50% {
59
- -webkit-transform: scale(0.8);
60
- transform: scale(0.8); }
61
- to {
62
- -webkit-transform: scale(1);
63
- transform: scale(1); } }
64
-
65
- @-webkit-keyframes jelkit-pop {
66
- from {
67
- -webkit-transform: scale(1);
68
- transform: scale(1); }
69
- 50% {
70
- -webkit-transform: scale(1.2);
71
- transform: scale(1.2); }
72
- to {
73
- -webkit-transform: scale(1);
74
- transform: scale(1); } }
75
-
76
- @keyframes jelkit-pop {
77
- from {
78
- -webkit-transform: scale(1);
79
- transform: scale(1); }
80
- 50% {
81
- -webkit-transform: scale(1.2);
82
- transform: scale(1.2); }
83
- to {
84
- -webkit-transform: scale(1);
85
- transform: scale(1); } }
86
-
87
- @-webkit-keyframes jelkit-bounce-up {
88
- 20%,
89
- 50%,
90
- 80%,
91
- to {
92
- -webkit-transform: translateY(0);
93
- transform: translateY(0); }
94
- 40% {
95
- -webkit-transform: translateY(-10%);
96
- transform: translateY(-10%); }
97
- 70% {
98
- -webkit-transform: translateY(-5%);
99
- transform: translateY(-5%); }
100
- 90% {
101
- -webkit-transform: translateY(-1%);
102
- transform: translateY(-1%); } }
103
-
104
- @keyframes jelkit-bounce-up {
105
- 20%,
106
- 50%,
107
- 80%,
108
- to {
109
- -webkit-transform: translateY(0);
110
- transform: translateY(0); }
111
- 40% {
112
- -webkit-transform: translateY(-10%);
113
- transform: translateY(-10%); }
114
- 70% {
115
- -webkit-transform: translateY(-5%);
116
- transform: translateY(-5%); }
117
- 90% {
118
- -webkit-transform: translateY(-1%);
119
- transform: translateY(-1%); } }
120
-
121
- @-webkit-keyframes jelkit-bounce-down {
122
- 20%,
123
- 50%,
124
- 80%,
125
- to {
126
- -webkit-transform: translateY(0);
127
- transform: translateY(0); }
128
- 40% {
129
- -webkit-transform: translateY(10%);
130
- transform: translateY(10%); }
131
- 70% {
132
- -webkit-transform: translateY(5%);
133
- transform: translateY(5%); }
134
- 90% {
135
- -webkit-transform: translateY(1%);
136
- transform: translateY(1%); } }
137
-
138
- @keyframes jelkit-bounce-down {
139
- 20%,
140
- 50%,
141
- 80%,
142
- to {
143
- -webkit-transform: translateY(0);
144
- transform: translateY(0); }
145
- 40% {
146
- -webkit-transform: translateY(10%);
147
- transform: translateY(10%); }
148
- 70% {
149
- -webkit-transform: translateY(5%);
150
- transform: translateY(5%); }
151
- 90% {
152
- -webkit-transform: translateY(1%);
153
- transform: translateY(1%); } }
154
-
155
- @-webkit-keyframes jelkit-bob {
156
- 0%,
157
- 50%,
158
- to {
159
- -webkit-transform: translateY(-5%);
160
- transform: translateY(-5%); }
161
- 25%,
162
- 75% {
163
- -webkit-transform: translateY(-10%);
164
- transform: translateY(-10%); } }
165
-
166
- @keyframes jelkit-bob {
167
- 0%,
168
- 50%,
169
- to {
170
- -webkit-transform: translateY(-5%);
171
- transform: translateY(-5%); }
172
- 25%,
173
- 75% {
174
- -webkit-transform: translateY(-10%);
175
- transform: translateY(-10%); } }
176
-
177
- @-webkit-keyframes jelkit-hang {
178
- 0%,
179
- 50%,
180
- to {
181
- -webkit-transform: translateY(5%);
182
- transform: translateY(5%); }
183
- 25%,
184
- 75% {
185
- -webkit-transform: translateY(10%);
186
- transform: translateY(10%); } }
187
-
188
- @keyframes jelkit-hang {
189
- 0%,
190
- 50%,
191
- to {
192
- -webkit-transform: translateY(5%);
193
- transform: translateY(5%); }
194
- 25%,
195
- 75% {
196
- -webkit-transform: translateY(10%);
197
- transform: translateY(10%); } }
198
-
199
- @-webkit-keyframes jelkit-wobble {
200
- 0% {
201
- -webkit-transform: none;
202
- transform: none; }
203
- 15% {
204
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
205
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
206
- 30% {
207
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
208
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
209
- 45% {
210
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
211
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
212
- 60% {
213
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
214
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
215
- 75% {
216
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
217
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
218
- 100% {
219
- -webkit-transform: none;
220
- transform: none; } }
221
-
222
- @keyframes jelkit-wobble {
223
- 0% {
224
- -webkit-transform: none;
225
- -ms-transform: none;
226
- transform: none; }
227
- 15% {
228
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
229
- -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
230
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
231
- 30% {
232
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
233
- -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
234
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
235
- 45% {
236
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
237
- -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
238
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
239
- 60% {
240
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
241
- -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
242
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
243
- 75% {
244
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
245
- -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
246
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
247
- 100% {
248
- -webkit-transform: none;
249
- -ms-transform: none;
250
- transform: none; } }
251
-
252
- @-webkit-keyframes jelkit-wobble-bottom-right {
253
- 0% {
254
- -webkit-transform: none;
255
- -ms-transform: none;
256
- transform: none; }
257
- 15% {
258
- -webkit-transform: translateX(10%) translateY(10%);
259
- -ms-transform: translateX(10%) translateY(10%);
260
- transform: translateX(10%) translateY(10%); }
261
- 30% {
262
- -webkit-transform: translateX(-10%) translateY(-10%);
263
- -ms-transform: translateX(-10%) translateY(-10%);
264
- transform: translateX(-10%) translateY(-10%); }
265
- 45% {
266
- -webkit-transform: translateX(5%) translateY(5%);
267
- -ms-transform: translateX(5%) translateY(5%);
268
- transform: translateX(5%) translateY(5%); }
269
- 60% {
270
- -webkit-transform: translateX(-5%) translateY(-5%);
271
- -ms-transform: translateX(-5%) translateY(-5%);
272
- transform: translateX(-5%) translateY(-5%); }
273
- 75% {
274
- -webkit-transform: translateX(2%) translateY(2%);
275
- -ms-transform: translateX(2%) translateY(2%);
276
- transform: translateX(2%) translateY(2%); }
277
- 90% {
278
- -webkit-transform: translateX(-2%) translateY(-2%);
279
- -ms-transform: translateX(-2%) translateY(-2%);
280
- transform: translateX(-2%) translateY(-2%); }
281
- 100% {
282
- -webkit-transform: none;
283
- -ms-transform: none;
284
- transform: none; } }
285
-
286
- @keyframes jelkit-wobble-bottom-right {
287
- 0% {
288
- -webkit-transform: none;
289
- -ms-transform: none;
290
- transform: none; }
291
- 15% {
292
- -webkit-transform: translateX(10%) translateY(10%);
293
- -ms-transform: translateX(10%) translateY(10%);
294
- transform: translateX(10%) translateY(10%); }
295
- 30% {
296
- -webkit-transform: translateX(-10%) translateY(-10%);
297
- -ms-transform: translateX(-10%) translateY(-10%);
298
- transform: translateX(-10%) translateY(-10%); }
299
- 45% {
300
- -webkit-transform: translateX(5%) translateY(5%);
301
- -ms-transform: translateX(5%) translateY(5%);
302
- transform: translateX(5%) translateY(5%); }
303
- 60% {
304
- -webkit-transform: translateX(-5%) translateY(-5%);
305
- -ms-transform: translateX(-5%) translateY(-5%);
306
- transform: translateX(-5%) translateY(-5%); }
307
- 75% {
308
- -webkit-transform: translateX(2%) translateY(2%);
309
- -ms-transform: translateX(2%) translateY(2%);
310
- transform: translateX(2%) translateY(2%); }
311
- 90% {
312
- -webkit-transform: translateX(-2%) translateY(-2%);
313
- -ms-transform: translateX(-2%) translateY(-2%);
314
- transform: translateX(-2%) translateY(-2%); }
315
- 100% {
316
- -webkit-transform: none;
317
- -ms-transform: none;
318
- transform: none; } }
319
-
320
- @-webkit-keyframes jelkit-wobble-bottom-left {
321
- 0% {
322
- -webkit-transform: none;
323
- -ms-transform: none;
324
- transform: none; }
325
- 15% {
326
- -webkit-transform: translateX(-10%) translateY(10%);
327
- -ms-transform: translateX(-10%) translateY(10%);
328
- transform: translateX(-10%) translateY(10%); }
329
- 30% {
330
- -webkit-transform: translateX(10%) translateY(-10%);
331
- -ms-transform: translateX(10%) translateY(-10%);
332
- transform: translateX(10%) translateY(-10%); }
333
- 45% {
334
- -webkit-transform: translateX(-5%) translateY(5%);
335
- -ms-transform: translateX(-5%) translateY(5%);
336
- transform: translateX(-5%) translateY(5%); }
337
- 60% {
338
- -webkit-transform: translateX(5%) translateY(-5%);
339
- -ms-transform: translateX(5%) translateY(-5%);
340
- transform: translateX(5%) translateY(-5%); }
341
- 75% {
342
- -webkit-transform: translateX(-2%) translateY(2%);
343
- -ms-transform: translateX(-2%) translateY(2%);
344
- transform: translateX(-2%) translateY(2%); }
345
- 90% {
346
- -webkit-transform: translateX(2%) translateY(-2%);
347
- -ms-transform: translateX(2%) translateY(-2%);
348
- transform: translateX(2%) translateY(-2%); }
349
- 100% {
350
- -webkit-transform: none;
351
- -ms-transform: none;
352
- transform: none; } }
353
-
354
- @keyframes jelkit-wobble-bottom-left {
355
- 0% {
356
- -webkit-transform: none;
357
- -ms-transform: none;
358
- transform: none; }
359
- 15% {
360
- -webkit-transform: translateX(-10%) translateY(10%);
361
- -ms-transform: translateX(-10%) translateY(10%);
362
- transform: translateX(-10%) translateY(10%); }
363
- 30% {
364
- -webkit-transform: translateX(10%) translateY(-10%);
365
- -ms-transform: translateX(10%) translateY(-10%);
366
- transform: translateX(10%) translateY(-10%); }
367
- 45% {
368
- -webkit-transform: translateX(-5%) translateY(5%);
369
- -ms-transform: translateX(-5%) translateY(5%);
370
- transform: translateX(-5%) translateY(5%); }
371
- 60% {
372
- -webkit-transform: translateX(5%) translateY(-5%);
373
- -ms-transform: translateX(5%) translateY(-5%);
374
- transform: translateX(5%) translateY(-5%); }
375
- 75% {
376
- -webkit-transform: translateX(-2%) translateY(2%);
377
- -ms-transform: translateX(-2%) translateY(2%);
378
- transform: translateX(-2%) translateY(2%); }
379
- 90% {
380
- -webkit-transform: translateX(2%) translateY(-2%);
381
- -ms-transform: translateX(2%) translateY(-2%);
382
- transform: translateX(2%) translateY(-2%); }
383
- 100% {
384
- -webkit-transform: none;
385
- -ms-transform: none;
386
- transform: none; } }
387
-
388
- @-webkit-keyframes jelkit-wobble-skew {
389
- 0% {
390
- -webkit-transform: none;
391
- -ms-transform: none;
392
- transform: none; }
393
- 15% {
394
- -webkit-transform: skew(-10deg);
395
- -ms-transform: skew(-10deg);
396
- transform: skew(-10deg); }
397
- 30% {
398
- -webkit-transform: skew(10deg);
399
- -ms-transform: skew(10deg);
400
- transform: skew(10deg); }
401
- 45% {
402
- -webkit-transform: skew(-5deg);
403
- -ms-transform: skew(-5deg);
404
- transform: skew(-5deg); }
405
- 60% {
406
- -webkit-transform: skew(5deg);
407
- -ms-transform: skew(5deg);
408
- transform: skew(5deg); }
409
- 75% {
410
- -webkit-transform: skew(-2deg);
411
- -ms-transform: skew(-2deg);
412
- transform: skew(-2deg); }
413
- 90% {
414
- -webkit-transform: skew(2deg);
415
- -ms-transform: skew(2deg);
416
- transform: skew(2deg); }
417
- 100% {
418
- -webkit-transform: none;
419
- -ms-transform: none;
420
- transform: none; } }
421
-
422
- @keyframes jelkit-wobble-skew {
423
- 0% {
424
- -webkit-transform: none;
425
- -ms-transform: none;
426
- transform: none; }
427
- 15% {
428
- -webkit-transform: skew(-10deg);
429
- -ms-transform: skew(-10deg);
430
- transform: skew(-10deg); }
431
- 30% {
432
- -webkit-transform: skew(10deg);
433
- -ms-transform: skew(10deg);
434
- transform: skew(10deg); }
435
- 45% {
436
- -webkit-transform: skew(-5deg);
437
- -ms-transform: skew(-5deg);
438
- transform: skew(-5deg); }
439
- 60% {
440
- -webkit-transform: skew(5deg);
441
- -ms-transform: skew(5deg);
442
- transform: skew(5deg); }
443
- 75% {
444
- -webkit-transform: skew(-2deg);
445
- -ms-transform: skew(-2deg);
446
- transform: skew(-2deg); }
447
- 90% {
448
- -webkit-transform: skew(2deg);
449
- -ms-transform: skew(2deg);
450
- transform: skew(2deg); }
451
- 100% {
452
- -webkit-transform: none;
453
- -ms-transform: none;
454
- transform: none; } }
455
-
456
- @-webkit-keyframes jelkit-buzz {
457
- 10% {
458
- -webkit-transform: translateX(3px) rotate(2deg);
459
- transform: translateX(3px) rotate(2deg); }
460
- 20% {
461
- -webkit-transform: translateX(-3px) rotate(-2deg);
462
- transform: translateX(-3px) rotate(-2deg); }
463
- 30% {
464
- -webkit-transform: translateX(3px) rotate(2deg);
465
- transform: translateX(3px) rotate(2deg); }
466
- 40% {
467
- -webkit-transform: translateX(-3px) rotate(-2deg);
468
- transform: translateX(-3px) rotate(-2deg); }
469
- 50% {
470
- -webkit-transform: translateX(2px) rotate(1deg);
471
- transform: translateX(2px) rotate(1deg); }
472
- 60% {
473
- -webkit-transform: translateX(-2px) rotate(-1deg);
474
- transform: translateX(-2px) rotate(-1deg); }
475
- 70% {
476
- -webkit-transform: translateX(2px) rotate(1deg);
477
- transform: translateX(2px) rotate(1deg); }
478
- 80% {
479
- -webkit-transform: translateX(-2px) rotate(-1deg);
480
- transform: translateX(-2px) rotate(-1deg); }
481
- 90% {
482
- -webkit-transform: translateX(1px) rotate(0);
483
- transform: translateX(1px) rotate(0); }
484
- 100% {
485
- -webkit-transform: translateX(-1px) rotate(0);
486
- transform: translateX(-1px) rotate(0); } }
487
-
488
- @keyframes jelkit-buzz {
489
- 10% {
490
- -webkit-transform: translateX(3px) rotate(2deg);
491
- transform: translateX(3px) rotate(2deg); }
492
- 20% {
493
- -webkit-transform: translateX(-3px) rotate(-2deg);
494
- transform: translateX(-3px) rotate(-2deg); }
495
- 30% {
496
- -webkit-transform: translateX(3px) rotate(2deg);
497
- transform: translateX(3px) rotate(2deg); }
498
- 40% {
499
- -webkit-transform: translateX(-3px) rotate(-2deg);
500
- transform: translateX(-3px) rotate(-2deg); }
501
- 50% {
502
- -webkit-transform: translateX(2px) rotate(1deg);
503
- transform: translateX(2px) rotate(1deg); }
504
- 60% {
505
- -webkit-transform: translateX(-2px) rotate(-1deg);
506
- transform: translateX(-2px) rotate(-1deg); }
507
- 70% {
508
- -webkit-transform: translateX(2px) rotate(1deg);
509
- transform: translateX(2px) rotate(1deg); }
510
- 80% {
511
- -webkit-transform: translateX(-2px) rotate(-1deg);
512
- transform: translateX(-2px) rotate(-1deg); }
513
- 90% {
514
- -webkit-transform: translateX(1px) rotate(0);
515
- transform: translateX(1px) rotate(0); }
516
- 100% {
517
- -webkit-transform: translateX(-1px) rotate(0);
518
- transform: translateX(-1px) rotate(0); } }
519
-
520
- @-webkit-keyframes slide-from-left {
521
- 0% {
522
- left: 0; }
523
- 100% {
524
- left: 101%; } }
525
-
526
- @keyframes slide-from-left {
527
- 0% {
528
- left: 0; }
529
- 100% {
530
- left: 101%; } }
531
-
532
- @-webkit-keyframes slide-from-right {
533
- 0% {
534
- left: 0; }
535
- 100% {
536
- left: -101%; } }
537
-
538
- @keyframes slide-from-right {
539
- 0% {
540
- left: 0; }
541
- 100% {
542
- left: -101%; } }
543
-
544
- @-webkit-keyframes slide-from-left-reverse {
545
- 0% {
546
- left: -101%; }
547
- 100% {
548
- left: 0; } }
549
-
550
- @keyframes slide-from-left-reverse {
551
- 0% {
552
- left: -101%; }
553
- 100% {
554
- left: 0; } }
555
-
556
- @-webkit-keyframes slide-from-right-reverse {
557
- 0% {
558
- left: 101%; }
559
- 100% {
560
- left: 0; } }
561
-
562
- @keyframes slide-from-right-reverse {
563
- 0% {
564
- left: 101%; }
565
- 100% {
566
- left: 0; } }
567
-
568
- @-webkit-keyframes jkit-fadeinup {
569
- from {
570
- opacity: 0;
571
- -webkit-transform: translate3d(0, 30px, 0);
572
- transform: translate3d(0, 30px, 0); }
573
- to {
574
- opacity: 1;
575
- -webkit-transform: none;
576
- transform: none; } }
577
-
578
- @keyframes jkit-fadeinup {
579
- from {
580
- opacity: 0;
581
- -webkit-transform: translate3d(0, 30px, 0);
582
- transform: translate3d(0, 30px, 0); }
583
- to {
584
- opacity: 1;
585
- -webkit-transform: none;
586
- transform: none; } }
587
-
588
- .jkit-color-scheme {
589
- --jkit-bg-color: #ffffff;
590
- --jkit-border-color: #eaeaeb;
591
- --jkit-txt-color: #575A5F;
592
- --jkit-txt-h-color: #181D23;
593
- --jkit-txt-a-color: #0058E6;
594
- --jkit-txt-m-color: #96989B;
595
- --jkit-txt-alt-color: #ffffff;
596
- --jkit-form-border-color: #D5D5D7;
597
- --jkit-form-bg-color: transparent;
598
- --jkit-form-txt-color: #181D23;
599
- --jkit-btn-txt-color: #ffffff;
600
- --jkit-btn-bg-color: #0058E6;
601
- --jkit-btn-bg-hover-color: #0048bd;
602
- --jkit-selection-bg-color: #d8a600;
603
- --jkit-element-bg-color: #80b1ff;
604
- --jkit-element-darken-bg-color: #0058E6;
605
- --jkit-element-lighten-bg-color: #e6f0ff; }
606
-
607
- @media screen and (max-width: 1024px) {
608
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-hamburger-menu {
609
- display: block; }
610
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper {
611
- width: 100%;
612
- max-width: 360px;
613
- border-radius: 0px 0px 0px 0px;
614
- background-color: #f7f7f7;
615
- width: 100%;
616
- position: fixed;
617
- top: 0;
618
- left: -110%;
619
- height: 100% !important;
620
- box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
621
- overflow-y: auto;
622
- overflow-x: hidden;
623
- padding-top: 0;
624
- padding-left: 0;
625
- padding-right: 0;
626
- display: flex;
627
- flex-direction: column-reverse;
628
- justify-content: flex-end;
629
- -moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
630
- -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
631
- -o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
632
- -ms-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
633
- transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53); }
634
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper.active {
635
- left: 0; }
636
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu-container {
637
- overflow-y: hidden; }
638
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel {
639
- padding: 10px 0px 10px 0px;
640
- display: block;
641
- position: relative;
642
- z-index: 5;
643
- width: 100%; }
644
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title {
645
- display: inline-block; }
646
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu {
647
- display: block; }
648
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu {
649
- display: block;
650
- height: 100%;
651
- overflow-y: auto; }
652
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li.menu-item-has-children > a i {
653
- margin-left: auto;
654
- padding: 4px 15px;
655
- border: 1px solid var(--jkit-border-color);
656
- border-radius: 3px; }
657
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu {
658
- position: inherit;
659
- box-shadow: none;
660
- background: none; }
661
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li {
662
- display: block;
663
- width: 100%;
664
- position: inherit; }
665
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li .sub-menu {
666
- display: none;
667
- max-height: 2500px;
668
- opacity: 0;
669
- visibility: hidden;
670
- transition: max-height 5s ease-out; }
671
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li .sub-menu.dropdown-open {
672
- display: block;
673
- opacity: 1;
674
- visibility: visible; }
675
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li a {
676
- display: block; }
677
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li a i {
678
- float: right; } }
679
-
680
- @media screen and (min-width: 1025px) {
681
- .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu-container {
682
- height: 100%; } }
683
-
684
- @media screen and (max-width: 767px) {
685
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-hamburger-menu {
686
- display: block; }
687
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper {
688
- width: 100%;
689
- max-width: 360px;
690
- border-radius: 0px 0px 0px 0px;
691
- background-color: #f7f7f7;
692
- width: 100%;
693
- position: fixed;
694
- top: 0;
695
- left: -110%;
696
- height: 100% !important;
697
- box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
698
- overflow-y: auto;
699
- overflow-x: hidden;
700
- padding-top: 0;
701
- padding-left: 0;
702
- padding-right: 0;
703
- display: flex;
704
- flex-direction: column-reverse;
705
- justify-content: flex-end;
706
- -moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
707
- -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
708
- -o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
709
- -ms-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
710
- transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53); }
711
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper.active {
712
- left: 0; }
713
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu-container {
714
- overflow-y: hidden; }
715
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel {
716
- padding: 10px 0px 10px 0px;
717
- display: block;
718
- position: relative;
719
- z-index: 5;
720
- width: 100%; }
721
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title {
722
- display: inline-block; }
723
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu {
724
- display: block; }
725
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu {
726
- display: block;
727
- height: 100%;
728
- overflow-y: auto; }
729
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li.menu-item-has-children > a i {
730
- margin-left: auto;
731
- padding: 4px 15px;
732
- border: 1px solid var(--jkit-border-color);
733
- border-radius: 3px; }
734
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu {
735
- position: inherit;
736
- box-shadow: none;
737
- background: none; }
738
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li {
739
- display: block;
740
- width: 100%;
741
- position: inherit; }
742
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li .sub-menu {
743
- display: none;
744
- max-height: 2500px;
745
- opacity: 0;
746
- visibility: hidden;
747
- transition: max-height 5s ease-out; }
748
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li .sub-menu.dropdown-open {
749
- display: block;
750
- opacity: 1;
751
- visibility: visible; }
752
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li a {
753
- display: block; }
754
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li a i {
755
- float: right; } }
756
-
757
- @media screen and (min-width: 768px) {
758
- .jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu-container {
759
- height: 100%; } }
760
-
761
- @media screen and (min-width: 1025px) {
762
- .jeg-elementor-kit.jkit-gallery.grid-desktop-1 .gallery-items .gallery-item-wrap {
763
- width: 100%;
764
- float: left; } }
765
-
766
- @media screen and (min-width: 1025px) {
767
- .jeg-elementor-kit.jkit-gallery.grid-desktop-2 .gallery-items .gallery-item-wrap {
768
- width: 50%;
769
- float: left; } }
770
-
771
- @media screen and (min-width: 1025px) {
772
- .jeg-elementor-kit.jkit-gallery.grid-desktop-3 .gallery-items .gallery-item-wrap {
773
- width: 33.3333333333%;
774
- float: left; } }
775
-
776
- @media screen and (min-width: 1025px) {
777
- .jeg-elementor-kit.jkit-gallery.grid-desktop-4 .gallery-items .gallery-item-wrap {
778
- width: 25%;
779
- float: left; } }
780
-
781
- @media screen and (min-width: 1025px) {
782
- .jeg-elementor-kit.jkit-gallery.grid-desktop-5 .gallery-items .gallery-item-wrap {
783
- width: 20%;
784
- float: left; } }
785
-
786
- @media screen and (min-width: 1025px) {
787
- .jeg-elementor-kit.jkit-gallery.grid-desktop-6 .gallery-items .gallery-item-wrap {
788
- width: 16.6666666667%;
789
- float: left; } }
790
-
791
- @media screen and (min-width: 768px) and (max-width: 1024px) {
792
- .jeg-elementor-kit.jkit-gallery.grid-tablet-1 .gallery-items .gallery-item-wrap {
793
- width: 100%;
794
- float: left; } }
795
-
796
- @media screen and (min-width: 768px) and (max-width: 1024px) {
797
- .jeg-elementor-kit.jkit-gallery.grid-tablet-2 .gallery-items .gallery-item-wrap {
798
- width: 50%;
799
- float: left; } }
800
-
801
- @media screen and (min-width: 768px) and (max-width: 1024px) {
802
- .jeg-elementor-kit.jkit-gallery.grid-tablet-3 .gallery-items .gallery-item-wrap {
803
- width: 33.3333333333%;
804
- float: left; } }
805
-
806
- @media screen and (min-width: 768px) and (max-width: 1024px) {
807
- .jeg-elementor-kit.jkit-gallery.grid-tablet-4 .gallery-items .gallery-item-wrap {
808
- width: 25%;
809
- float: left; } }
810
-
811
- @media screen and (min-width: 768px) and (max-width: 1024px) {
812
- .jeg-elementor-kit.jkit-gallery.grid-tablet-5 .gallery-items .gallery-item-wrap {
813
- width: 20%;
814
- float: left; } }
815
-
816
- @media screen and (min-width: 768px) and (max-width: 1024px) {
817
- .jeg-elementor-kit.jkit-gallery.grid-tablet-6 .gallery-items .gallery-item-wrap {
818
- width: 16.6666666667%;
819
- float: left; } }
820
-
821
- @media screen and (max-width: 767px) {
822
- .jeg-elementor-kit.jkit-gallery.grid-mobile-1 .gallery-items .gallery-item-wrap {
823
- width: 100%;
824
- float: left; } }
825
-
826
- @media screen and (max-width: 767px) {
827
- .jeg-elementor-kit.jkit-gallery.grid-mobile-2 .gallery-items .gallery-item-wrap {
828
- width: 50%;
829
- float: left; } }
830
-
831
- @media screen and (max-width: 767px) {
832
- .jeg-elementor-kit.jkit-gallery.grid-mobile-3 .gallery-items .gallery-item-wrap {
833
- width: 33.3333333333%;
834
- float: left; } }
835
-
836
- @media screen and (max-width: 767px) {
837
- .jeg-elementor-kit.jkit-gallery.grid-mobile-4 .gallery-items .gallery-item-wrap {
838
- width: 25%;
839
- float: left; } }
840
-
841
- @media screen and (max-width: 767px) {
842
- .jeg-elementor-kit.jkit-gallery.grid-mobile-5 .gallery-items .gallery-item-wrap {
843
- width: 20%;
844
- float: left; } }
845
-
846
- @media screen and (max-width: 767px) {
847
- .jeg-elementor-kit.jkit-gallery.grid-mobile-6 .gallery-items .gallery-item-wrap {
848
- width: 16.6666666667%;
849
- float: left; } }
850
-
851
- @media screen and (max-width: 1024px) {
852
- .jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-tablet .jkit-post {
853
- display: block;
854
- -webkit-box-align: stretch;
855
- -ms-flex-align: stretch;
856
- align-items: stretch; }
857
- .jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-tablet .jkit-thumb {
858
- -webkit-box-flex: 1;
859
- -ms-flex: 1 0 auto;
860
- flex: 1 0 auto;
861
- max-width: 100%; } }
862
-
863
- @media screen and (max-width: 767px) {
864
- .jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-mobile .jkit-post {
865
- display: block;
866
- -webkit-box-align: stretch;
867
- -ms-flex-align: stretch;
868
- align-items: stretch; }
869
- .jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-mobile .jkit-thumb {
870
- -webkit-box-flex: 1;
871
- -ms-flex: 1 0 auto;
872
- flex: 1 0 auto;
873
- max-width: 100%; } }
874
-
875
- @media screen and (max-width: 1024px) {
876
- .jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-tablet .jkit-post {
877
- display: block; }
878
- .jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-tablet .jkit-thumb {
879
- -webkit-box-ordinal-group: 1;
880
- -ms-flex-order: 0;
881
- order: 0;
882
- -webkit-box-flex: 1;
883
- -ms-flex: 1 0 auto;
884
- flex: 1 0 auto;
885
- max-width: 100%; } }
886
-
887
- @media screen and (max-width: 767px) {
888
- .jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-mobile .jkit-post {
889
- display: block; }
890
- .jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-mobile .jkit-thumb {
891
- -webkit-box-ordinal-group: 1;
892
- -ms-flex-order: 0;
893
- order: 0;
894
- -webkit-box-flex: 1;
895
- -ms-flex: 1 0 auto;
896
- flex: 1 0 auto;
897
- max-width: 100%; } }
898
-
899
- @media screen and (min-width: 1025px) {
900
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider) {
901
- display: flex;
902
- flex-direction: row; }
903
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider) .client-slider {
904
- width: 100%; }
905
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+2) {
906
- display: none; }
907
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(:nth-child(1)) {
908
- margin-right: 10px; } }
909
-
910
- @media screen and (min-width: 1025px) {
911
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider) {
912
- display: flex;
913
- flex-direction: row; }
914
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider) .client-slider {
915
- width: 100%; }
916
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3) {
917
- display: none; }
918
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(:nth-child(2)) {
919
- margin-right: 10px; } }
920
-
921
- @media screen and (min-width: 1025px) {
922
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider) {
923
- display: flex;
924
- flex-direction: row; }
925
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider) .client-slider {
926
- width: 100%; }
927
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4) {
928
- display: none; }
929
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(:nth-child(3)) {
930
- margin-right: 10px; } }
931
-
932
- @media screen and (min-width: 1025px) {
933
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider) {
934
- display: flex;
935
- flex-direction: row; }
936
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider) .client-slider {
937
- width: 100%; }
938
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5) {
939
- display: none; }
940
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(:nth-child(4)) {
941
- margin-right: 10px; } }
942
-
943
- @media screen and (min-width: 1025px) {
944
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider) {
945
- display: flex;
946
- flex-direction: row; }
947
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider) .client-slider {
948
- width: 100%; }
949
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6) {
950
- display: none; }
951
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(:nth-child(5)) {
952
- margin-right: 10px; } }
953
-
954
- @media screen and (min-width: 1025px) {
955
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider) {
956
- display: flex;
957
- flex-direction: row; }
958
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider) .client-slider {
959
- width: 100%; }
960
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7) {
961
- display: none; }
962
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(:nth-child(6)) {
963
- margin-right: 10px; } }
964
-
965
- @media screen and (min-width: 1025px) {
966
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider) {
967
- display: flex;
968
- flex-direction: row; }
969
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider) .client-slider {
970
- width: 100%; }
971
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8) {
972
- display: none; }
973
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(:nth-child(7)) {
974
- margin-right: 10px; } }
975
-
976
- @media screen and (min-width: 1025px) {
977
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider) {
978
- display: flex;
979
- flex-direction: row; }
980
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider) .client-slider {
981
- width: 100%; }
982
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9) {
983
- display: none; }
984
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(:nth-child(8)) {
985
- margin-right: 10px; } }
986
-
987
- @media screen and (min-width: 1025px) {
988
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider) {
989
- display: flex;
990
- flex-direction: row; }
991
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider) .client-slider {
992
- width: 100%; }
993
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10) {
994
- display: none; }
995
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(:nth-child(9)) {
996
- margin-right: 10px; } }
997
-
998
- @media screen and (min-width: 1025px) {
999
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider) {
1000
- display: flex;
1001
- flex-direction: row; }
1002
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider) .client-slider {
1003
- width: 100%; }
1004
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11) {
1005
- display: none; }
1006
- .jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(:nth-child(10)) {
1007
- margin-right: 10px; } }
1008
-
1009
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1010
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider) {
1011
- display: flex;
1012
- flex-direction: row; }
1013
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider) .client-slider {
1014
- width: 100%; }
1015
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+11) {
1016
- display: none; }
1017
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(:nth-child(1)) {
1018
- margin-right: 10px; } }
1019
-
1020
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1021
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider) {
1022
- display: flex;
1023
- flex-direction: row; }
1024
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider) .client-slider {
1025
- width: 100%; }
1026
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3) {
1027
- display: none; }
1028
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(:nth-child(2)) {
1029
- margin-right: 10px; } }
1030
-
1031
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1032
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider) {
1033
- display: flex;
1034
- flex-direction: row; }
1035
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider) .client-slider {
1036
- width: 100%; }
1037
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4) {
1038
- display: none; }
1039
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(:nth-child(3)) {
1040
- margin-right: 10px; } }
1041
-
1042
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1043
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider) {
1044
- display: flex;
1045
- flex-direction: row; }
1046
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider) .client-slider {
1047
- width: 100%; }
1048
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5) {
1049
- display: none; }
1050
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(:nth-child(4)) {
1051
- margin-right: 10px; } }
1052
-
1053
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1054
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider) {
1055
- display: flex;
1056
- flex-direction: row; }
1057
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider) .client-slider {
1058
- width: 100%; }
1059
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6) {
1060
- display: none; }
1061
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(:nth-child(5)) {
1062
- margin-right: 10px; } }
1063
-
1064
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1065
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider) {
1066
- display: flex;
1067
- flex-direction: row; }
1068
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider) .client-slider {
1069
- width: 100%; }
1070
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7) {
1071
- display: none; }
1072
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(:nth-child(6)) {
1073
- margin-right: 10px; } }
1074
-
1075
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1076
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider) {
1077
- display: flex;
1078
- flex-direction: row; }
1079
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider) .client-slider {
1080
- width: 100%; }
1081
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8) {
1082
- display: none; }
1083
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(:nth-child(7)) {
1084
- margin-right: 10px; } }
1085
-
1086
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1087
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider) {
1088
- display: flex;
1089
- flex-direction: row; }
1090
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider) .client-slider {
1091
- width: 100%; }
1092
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9) {
1093
- display: none; }
1094
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(:nth-child(8)) {
1095
- margin-right: 10px; } }
1096
-
1097
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1098
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider) {
1099
- display: flex;
1100
- flex-direction: row; }
1101
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider) .client-slider {
1102
- width: 100%; }
1103
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10) {
1104
- display: none; }
1105
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(:nth-child(9)) {
1106
- margin-right: 10px; } }
1107
-
1108
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1109
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider) {
1110
- display: flex;
1111
- flex-direction: row; }
1112
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider) .client-slider {
1113
- width: 100%; }
1114
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11) {
1115
- display: none; }
1116
- .jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(:nth-child(10)) {
1117
- margin-right: 10px; } }
1118
-
1119
- @media screen and (max-width: 767px) {
1120
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider) {
1121
- display: flex;
1122
- flex-direction: row; }
1123
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider) .client-slider {
1124
- width: 100%; }
1125
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+2) {
1126
- display: none; }
1127
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(:nth-child(1)) {
1128
- margin-right: 10px; } }
1129
-
1130
- @media screen and (max-width: 767px) {
1131
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider) {
1132
- display: flex;
1133
- flex-direction: row; }
1134
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider) .client-slider {
1135
- width: 100%; }
1136
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3) {
1137
- display: none; }
1138
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(:nth-child(2)) {
1139
- margin-right: 10px; } }
1140
-
1141
- @media screen and (max-width: 767px) {
1142
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider) {
1143
- display: flex;
1144
- flex-direction: row; }
1145
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider) .client-slider {
1146
- width: 100%; }
1147
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4) {
1148
- display: none; }
1149
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(:nth-child(3)) {
1150
- margin-right: 10px; } }
1151
-
1152
- @media screen and (max-width: 767px) {
1153
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider) {
1154
- display: flex;
1155
- flex-direction: row; }
1156
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider) .client-slider {
1157
- width: 100%; }
1158
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5) {
1159
- display: none; }
1160
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(:nth-child(4)) {
1161
- margin-right: 10px; } }
1162
-
1163
- @media screen and (max-width: 767px) {
1164
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider) {
1165
- display: flex;
1166
- flex-direction: row; }
1167
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider) .client-slider {
1168
- width: 100%; }
1169
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6) {
1170
- display: none; }
1171
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(:nth-child(5)) {
1172
- margin-right: 10px; } }
1173
-
1174
- @media screen and (max-width: 767px) {
1175
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider) {
1176
- display: flex;
1177
- flex-direction: row; }
1178
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider) .client-slider {
1179
- width: 100%; }
1180
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7) {
1181
- display: none; }
1182
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(:nth-child(6)) {
1183
- margin-right: 10px; } }
1184
-
1185
- @media screen and (max-width: 767px) {
1186
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider) {
1187
- display: flex;
1188
- flex-direction: row; }
1189
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider) .client-slider {
1190
- width: 100%; }
1191
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8) {
1192
- display: none; }
1193
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(:nth-child(7)) {
1194
- margin-right: 10px; } }
1195
-
1196
- @media screen and (max-width: 767px) {
1197
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider) {
1198
- display: flex;
1199
- flex-direction: row; }
1200
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider) .client-slider {
1201
- width: 100%; }
1202
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9) {
1203
- display: none; }
1204
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(:nth-child(8)) {
1205
- margin-right: 10px; } }
1206
-
1207
- @media screen and (max-width: 767px) {
1208
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider) {
1209
- display: flex;
1210
- flex-direction: row; }
1211
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider) .client-slider {
1212
- width: 100%; }
1213
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10) {
1214
- display: none; }
1215
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(:nth-child(9)) {
1216
- margin-right: 10px; } }
1217
-
1218
- @media screen and (max-width: 767px) {
1219
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider) {
1220
- display: flex;
1221
- flex-direction: row; }
1222
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider) .client-slider {
1223
- width: 100%; }
1224
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11) {
1225
- display: none; }
1226
- .jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(:nth-child(10)) {
1227
- margin-right: 10px; } }
1228
-
1229
- @media screen and (min-width: 1025px) {
1230
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider) {
1231
- display: flex;
1232
- flex-direction: row; }
1233
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider) .testimonial-item {
1234
- width: 100%; }
1235
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+2) {
1236
- display: none; }
1237
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(:nth-child(1)) {
1238
- margin-right: 10px; } }
1239
-
1240
- @media screen and (min-width: 1025px) {
1241
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider) {
1242
- display: flex;
1243
- flex-direction: row; }
1244
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider) .testimonial-item {
1245
- width: 50%; }
1246
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3) {
1247
- display: none; }
1248
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(:nth-child(2)) {
1249
- margin-right: 10px; } }
1250
-
1251
- @media screen and (min-width: 1025px) {
1252
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider) {
1253
- display: flex;
1254
- flex-direction: row; }
1255
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider) .testimonial-item {
1256
- width: 33.3333333333%; }
1257
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4) {
1258
- display: none; }
1259
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(:nth-child(3)) {
1260
- margin-right: 10px; } }
1261
-
1262
- @media screen and (min-width: 1025px) {
1263
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider) {
1264
- display: flex;
1265
- flex-direction: row; }
1266
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider) .testimonial-item {
1267
- width: 25%; }
1268
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5) {
1269
- display: none; }
1270
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(:nth-child(4)) {
1271
- margin-right: 10px; } }
1272
-
1273
- @media screen and (min-width: 1025px) {
1274
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider) {
1275
- display: flex;
1276
- flex-direction: row; }
1277
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider) .testimonial-item {
1278
- width: 20%; }
1279
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6) {
1280
- display: none; }
1281
- .jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(:nth-child(5)) {
1282
- margin-right: 10px; } }
1283
-
1284
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1285
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider) {
1286
- display: flex;
1287
- flex-direction: row; }
1288
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider) .testimonial-item {
1289
- width: 100%; }
1290
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+11) {
1291
- display: none; }
1292
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(:nth-child(1)) {
1293
- margin-right: 10px; } }
1294
-
1295
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1296
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider) {
1297
- display: flex;
1298
- flex-direction: row; }
1299
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider) .testimonial-item {
1300
- width: 50%; }
1301
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3) {
1302
- display: none; }
1303
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(:nth-child(2)) {
1304
- margin-right: 10px; } }
1305
-
1306
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1307
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider) {
1308
- display: flex;
1309
- flex-direction: row; }
1310
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider) .testimonial-item {
1311
- width: 33.3333333333%; }
1312
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4) {
1313
- display: none; }
1314
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(:nth-child(3)) {
1315
- margin-right: 10px; } }
1316
-
1317
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1318
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider) {
1319
- display: flex;
1320
- flex-direction: row; }
1321
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider) .testimonial-item {
1322
- width: 25%; }
1323
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5) {
1324
- display: none; }
1325
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(:nth-child(4)) {
1326
- margin-right: 10px; } }
1327
-
1328
- @media screen and (min-width: 768px) and (max-width: 1024px) {
1329
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider) {
1330
- display: flex;
1331
- flex-direction: row; }
1332
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider) .testimonial-item {
1333
- width: 20%; }
1334
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6) {
1335
- display: none; }
1336
- .jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(:nth-child(5)) {
1337
- margin-right: 10px; } }
1338
-
1339
- @media screen and (max-width: 767px) {
1340
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider) {
1341
- display: flex;
1342
- flex-direction: row; }
1343
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider) .testimonial-item {
1344
- width: 100%; }
1345
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+2) {
1346
- display: none; }
1347
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(:nth-child(1)) {
1348
- margin-right: 10px; } }
1349
-
1350
- @media screen and (max-width: 767px) {
1351
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider) {
1352
- display: flex;
1353
- flex-direction: row; }
1354
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider) .testimonial-item {
1355
- width: 50%; }
1356
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3) {
1357
- display: none; }
1358
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(:nth-child(2)) {
1359
- margin-right: 10px; } }
1360
-
1361
- @media screen and (max-width: 767px) {
1362
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider) {
1363
- display: flex;
1364
- flex-direction: row; }
1365
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider) .testimonial-item {
1366
- width: 33.3333333333%; }
1367
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4) {
1368
- display: none; }
1369
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(:nth-child(3)) {
1370
- margin-right: 10px; } }
1371
-
1372
- @media screen and (max-width: 767px) {
1373
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider) {
1374
- display: flex;
1375
- flex-direction: row; }
1376
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider) .testimonial-item {
1377
- width: 25%; }
1378
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5) {
1379
- display: none; }
1380
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(:nth-child(4)) {
1381
- margin-right: 10px; } }
1382
-
1383
- @media screen and (max-width: 767px) {
1384
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider) {
1385
- display: flex;
1386
- flex-direction: row; }
1387
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider) .testimonial-item {
1388
- width: 20%; }
1389
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6) {
1390
- display: none; }
1391
- .jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(:nth-child(5)) {
1392
- margin-right: 10px; } }
1393
-
1394
- html.jkit-nav-menu-loaded,
1395
- html.jkit-nav-menu-loaded body {
1396
- overflow-x: hidden;
1397
- overflow-y: visible; }
1398
-
1399
- .jeg-elementor-kit .fa {
1400
- font-family: "FontAwesome";
1401
- font-weight: 400; }
1402
-
1403
- .jeg-elementor-kit .hover-from-left:before,
1404
- .jeg-elementor-kit .hover-from-right:before,
1405
- .jeg-elementor-kit .hover-from-top:before,
1406
- .jeg-elementor-kit .hover-from-bottom:before,
1407
- .jeg-elementor-kit .hover-from-arise:before {
1408
- position: absolute;
1409
- content: "";
1410
- height: 100%;
1411
- width: 100%;
1412
- -moz-transition: all 0.6s ease;
1413
- -webkit-transition: all 0.6s ease;
1414
- -o-transition: all 0.6s ease;
1415
- -ms-transition: all 0.6s ease;
1416
- transition: all 0.6s ease;
1417
- background-size: 101% 101%; }
1418
-
1419
- .jeg-elementor-kit .hover-from-left:before, .jeg-elementor-kit.hover-from-left:before {
1420
- top: 0;
1421
- left: -101%; }
1422
-
1423
- .jeg-elementor-kit .hover-from-left:hover:before, .jeg-elementor-kit.hover-from-left:hover:before {
1424
- left: 0; }
1425
-
1426
- .jeg-elementor-kit .hover-from-right:before, .jeg-elementor-kit.hover-from-right:before {
1427
- top: 0;
1428
- right: -101%; }
1429
-
1430
- .jeg-elementor-kit .hover-from-right:hover:before, .jeg-elementor-kit.hover-from-right:hover:before {
1431
- right: 0; }
1432
-
1433
- .jeg-elementor-kit .hover-from-top:before, .jeg-elementor-kit.hover-from-top:before {
1434
- top: -101%;
1435
- left: 0; }
1436
-
1437
- .jeg-elementor-kit .hover-from-top:hover:before, .jeg-elementor-kit.hover-from-top:hover:before {
1438
- top: 0; }
1439
-
1440
- .jeg-elementor-kit .hover-from-bottom:before, .jeg-elementor-kit.hover-from-bottom:before {
1441
- bottom: -101%;
1442
- left: 0; }
1443
-
1444
- .jeg-elementor-kit .hover-from-bottom:hover:before, .jeg-elementor-kit.hover-from-bottom:hover:before {
1445
- bottom: 0; }
1446
-
1447
- .jeg-elementor-kit .hover-from-arise:before, .jeg-elementor-kit.hover-from-arise:before {
1448
- top: 0;
1449
- left: 0;
1450
- opacity: 0%; }
1451
-
1452
- .jeg-elementor-kit .hover-from-arise:hover:before, .jeg-elementor-kit.hover-from-arise:hover:before {
1453
- opacity: 100%; }
1454
-
1455
- .jeg-elementor-kit .hover-grow, .jeg-elementor-kit.hover-grow {
1456
- -moz-transition: all 0.3s ease-in-out;
1457
- -webkit-transition: all 0.3s ease-in-out;
1458
- -o-transition: all 0.3s ease-in-out;
1459
- -ms-transition: all 0.3s ease-in-out;
1460
- transition: all 0.3s ease-in-out; }
1461
- .jeg-elementor-kit .hover-grow:hover, .jeg-elementor-kit.hover-grow:hover {
1462
- -moz-transform: scale(1.2);
1463
- -webkit-transform: scale(1.2);
1464
- -o-transform: scale(1.2);
1465
- -ms-transform: scale(1.2);
1466
- transform: scale(1.2); }
1467
-
1468
- .jeg-elementor-kit .hover-shrink, .jeg-elementor-kit.hover-shrink {
1469
- -moz-transition: -moz-transform 0.3s;
1470
- -webkit-transition: -webkit-transform 0.3s;
1471
- -o-transition: -o-transform 0.3s;
1472
- -ms-transition: -ms-transform 0.3s;
1473
- transition: transform 0.3s; }
1474
- .jeg-elementor-kit .hover-shrink:hover, .jeg-elementor-kit.hover-shrink:hover {
1475
- -moz-transform: scale(0.8);
1476
- -webkit-transform: scale(0.8);
1477
- -o-transform: scale(0.8);
1478
- -ms-transform: scale(0.8);
1479
- transform: scale(0.8); }
1480
-
1481
- .jeg-elementor-kit .hover-pulse:hover, .jeg-elementor-kit.hover-pulse:hover {
1482
- -moz-animation-name: jelkit-pulse;
1483
- -webkit-animation-name: jelkit-pulse;
1484
- -o-animation-name: jelkit-pulse;
1485
- -ms-animation-name: jelkit-pulse;
1486
- animation-name: jelkit-pulse;
1487
- -moz-animation-duration: 0.9s;
1488
- -webkit-animation-duration: 0.9s;
1489
- -o-animation-duration: 0.9s;
1490
- -ms-animation-duration: 0.9s;
1491
- animation-duration: 0.9s;
1492
- -moz-animation-iteration-count: infinite;
1493
- -webkit-animation-iteration-count: infinite;
1494
- -o-animation-iteration-count: infinite;
1495
- -ms-animation-iteration-count: infinite;
1496
- animation-iteration-count: infinite; }
1497
-
1498
- .jeg-elementor-kit .hover-pulsegrow, .jeg-elementor-kit.hover-pulsegrow {
1499
- display: inline-block;
1500
- vertical-align: middle;
1501
- -moz-transform: perspective(1px) translateZ(0);
1502
- -webkit-transform: perspective(1px) translateZ(0);
1503
- -o-transform: perspective(1px) translateZ(0);
1504
- -ms-transform: perspective(1px) translateZ(0);
1505
- transform: perspective(1px) translateZ(0);
1506
- box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
1507
- .jeg-elementor-kit .hover-pulsegrow:hover, .jeg-elementor-kit.hover-pulsegrow:hover {
1508
- -moz-animation-name: jelkit-pulse-grow;
1509
- -webkit-animation-name: jelkit-pulse-grow;
1510
- -o-animation-name: jelkit-pulse-grow;
1511
- -ms-animation-name: jelkit-pulse-grow;
1512
- animation-name: jelkit-pulse-grow;
1513
- -moz-animation-duration: 0.3s;
1514
- -webkit-animation-duration: 0.3s;
1515
- -o-animation-duration: 0.3s;
1516
- -ms-animation-duration: 0.3s;
1517
- animation-duration: 0.3s;
1518
- -moz-animation-iteration-count: infinite;
1519
- -webkit-animation-iteration-count: infinite;
1520
- -o-animation-iteration-count: infinite;
1521
- -ms-animation-iteration-count: infinite;
1522
- animation-iteration-count: infinite;
1523
- -moz-animation-timing-function: linear;
1524
- -webkit-animation-timing-function: linear;
1525
- -o-animation-timing-function: linear;
1526
- -ms-animation-timing-function: linear;
1527
- animation-timing-function: linear;
1528
- -moz-animation-direction: alternate;
1529
- -webkit-animation-direction: alternate;
1530
- -o-animation-direction: alternate;
1531
- -ms-animation-direction: alternate;
1532
- animation-direction: alternate; }
1533
-
1534
- .jeg-elementor-kit .hover-pulseshrink, .jeg-elementor-kit.hover-pulseshrink {
1535
- display: inline-block;
1536
- vertical-align: middle;
1537
- -moz-transform: perspective(1px) translateZ(0);
1538
- -webkit-transform: perspective(1px) translateZ(0);
1539
- -o-transform: perspective(1px) translateZ(0);
1540
- -ms-transform: perspective(1px) translateZ(0);
1541
- transform: perspective(1px) translateZ(0);
1542
- box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
1543
- .jeg-elementor-kit .hover-pulseshrink:hover, .jeg-elementor-kit.hover-pulseshrink:hover {
1544
- -moz-animation-name: jelkit-pulse-shrink;
1545
- -webkit-animation-name: jelkit-pulse-shrink;
1546
- -o-animation-name: jelkit-pulse-shrink;
1547
- -ms-animation-name: jelkit-pulse-shrink;
1548
- animation-name: jelkit-pulse-shrink;
1549
- -moz-animation-duration: 0.3s;
1550
- -webkit-animation-duration: 0.3s;
1551
- -o-animation-duration: 0.3s;
1552
- -ms-animation-duration: 0.3s;
1553
- animation-duration: 0.3s;
1554
- -moz-animation-iteration-count: infinite;
1555
- -webkit-animation-iteration-count: infinite;
1556
- -o-animation-iteration-count: infinite;
1557
- -ms-animation-iteration-count: infinite;
1558
- animation-iteration-count: infinite;
1559
- -moz-animation-timing-function: linear;
1560
- -webkit-animation-timing-function: linear;
1561
- -o-animation-timing-function: linear;
1562
- -ms-animation-timing-function: linear;
1563
- animation-timing-function: linear;
1564
- -moz-animation-direction: alternate;
1565
- -webkit-animation-direction: alternate;
1566
- -o-animation-direction: alternate;
1567
- -ms-animation-direction: alternate;
1568
- animation-direction: alternate; }
1569
-
1570
- .jeg-elementor-kit .hover-push:hover, .jeg-elementor-kit.hover-push:hover {
1571
- -moz-animation-name: jelkit-push;
1572
- -webkit-animation-name: jelkit-push;
1573
- -o-animation-name: jelkit-push;
1574
- -ms-animation-name: jelkit-push;
1575
- animation-name: jelkit-push;
1576
- -moz-animation-duration: 0.9s;
1577
- -webkit-animation-duration: 0.9s;
1578
- -o-animation-duration: 0.9s;
1579
- -ms-animation-duration: 0.9s;
1580
- animation-duration: 0.9s; }
1581
-
1582
- .jeg-elementor-kit .hover-pop:hover, .jeg-elementor-kit.hover-pop:hover {
1583
- -moz-animation-name: jelkit-pop;
1584
- -webkit-animation-name: jelkit-pop;
1585
- -o-animation-name: jelkit-pop;
1586
- -ms-animation-name: jelkit-pop;
1587
- animation-name: jelkit-pop;
1588
- -moz-animation-duration: 0.9s;
1589
- -webkit-animation-duration: 0.9s;
1590
- -o-animation-duration: 0.9s;
1591
- -ms-animation-duration: 0.9s;
1592
- animation-duration: 0.9s; }
1593
-
1594
- .jeg-elementor-kit .hover-bounceup:hover, .jeg-elementor-kit.hover-bounceup:hover {
1595
- -moz-animation-name: jelkit-bounce-up;
1596
- -webkit-animation-name: jelkit-bounce-up;
1597
- -o-animation-name: jelkit-bounce-up;
1598
- -ms-animation-name: jelkit-bounce-up;
1599
- animation-name: jelkit-bounce-up;
1600
- -moz-animation-duration: 0.9s;
1601
- -webkit-animation-duration: 0.9s;
1602
- -o-animation-duration: 0.9s;
1603
- -ms-animation-duration: 0.9s;
1604
- animation-duration: 0.9s; }
1605
-
1606
- .jeg-elementor-kit .hover-bouncedown:hover, .jeg-elementor-kit.hover-bouncedown:hover {
1607
- -moz-animation-name: jelkit-bounce-down;
1608
- -webkit-animation-name: jelkit-bounce-down;
1609
- -o-animation-name: jelkit-bounce-down;
1610
- -ms-animation-name: jelkit-bounce-down;
1611
- animation-name: jelkit-bounce-down;
1612
- -moz-animation-duration: 0.9s;
1613
- -webkit-animation-duration: 0.9s;
1614
- -o-animation-duration: 0.9s;
1615
- -ms-animation-duration: 0.9s;
1616
- animation-duration: 0.9s; }
1617
-
1618
- .jeg-elementor-kit .hover-rotate, .jeg-elementor-kit.hover-rotate {
1619
- -moz-transition: -moz-transform 0.9s ease-in-out;
1620
- -webkit-transition: -webkit-transform 0.9s ease-in-out;
1621
- -o-transition: -o-transform 0.9s ease-in-out;
1622
- -ms-transition: -ms-transform 0.9s ease-in-out;
1623
- transition: transform 0.9s ease-in-out; }
1624
- .jeg-elementor-kit .hover-rotate:hover, .jeg-elementor-kit.hover-rotate:hover {
1625
- -moz-transform: rotate(15deg);
1626
- -webkit-transform: rotate(15deg);
1627
- -o-transform: rotate(15deg);
1628
- -ms-transform: rotate(15deg);
1629
- transform: rotate(15deg); }
1630
-
1631
- .jeg-elementor-kit .hover-growrotate, .jeg-elementor-kit.hover-growrotate {
1632
- -moz-transition: -moz-transform 0.9s ease-in-out;
1633
- -webkit-transition: -webkit-transform 0.9s ease-in-out;
1634
- -o-transition: -o-transform 0.9s ease-in-out;
1635
- -ms-transition: -ms-transform 0.9s ease-in-out;
1636
- transition: transform 0.9s ease-in-out; }
1637
- .jeg-elementor-kit .hover-growrotate:hover, .jeg-elementor-kit.hover-growrotate:hover {
1638
- -moz-transform: rotate(15deg) scale(1.2);
1639
- -webkit-transform: rotate(15deg) scale(1.2);
1640
- -o-transform: rotate(15deg) scale(1.2);
1641
- -ms-transform: rotate(15deg) scale(1.2);
1642
- transform: rotate(15deg) scale(1.2); }
1643
-
1644
- .jeg-elementor-kit .hover-float:hover, .jeg-elementor-kit.hover-float:hover {
1645
- -moz-transform: translateY(-10%);
1646
- -webkit-transform: translateY(-10%);
1647
- -o-transform: translateY(-10%);
1648
- -ms-transform: translateY(-10%);
1649
- transform: translateY(-10%); }
1650
-
1651
- .jeg-elementor-kit .hover-sink:hover, .jeg-elementor-kit.hover-sink:hover {
1652
- -moz-transform: translateY(10%);
1653
- -webkit-transform: translateY(10%);
1654
- -o-transform: translateY(10%);
1655
- -ms-transform: translateY(10%);
1656
- transform: translateY(10%); }
1657
-
1658
- .jeg-elementor-kit .hover-bob:hover, .jeg-elementor-kit.hover-bob:hover {
1659
- -moz-animation-name: jelkit-bob;
1660
- -webkit-animation-name: jelkit-bob;
1661
- -o-animation-name: jelkit-bob;
1662
- -ms-animation-name: jelkit-bob;
1663
- animation-name: jelkit-bob;
1664
- -moz-animation-duration: 0.9s;
1665
- -webkit-animation-duration: 0.9s;
1666
- -o-animation-duration: 0.9s;
1667
- -ms-animation-duration: 0.9s;
1668
- animation-duration: 0.9s;
1669
- -moz-animation-iteration-count: infinite;
1670
- -webkit-animation-iteration-count: infinite;
1671
- -o-animation-iteration-count: infinite;
1672
- -ms-animation-iteration-count: infinite;
1673
- animation-iteration-count: infinite; }
1674
-
1675
- .jeg-elementor-kit .hover-hang:hover, .jeg-elementor-kit.hover-hang:hover {
1676
- -moz-animation-name: jelkit-hang;
1677
- -webkit-animation-name: jelkit-hang;
1678
- -o-animation-name: jelkit-hang;
1679
- -ms-animation-name: jelkit-hang;
1680
- animation-name: jelkit-hang;
1681
- -moz-animation-duration: 0.9s;
1682
- -webkit-animation-duration: 0.9s;
1683
- -o-animation-duration: 0.9s;
1684
- -ms-animation-duration: 0.9s;
1685
- animation-duration: 0.9s;
1686
- -moz-animation-iteration-count: infinite;
1687
- -webkit-animation-iteration-count: infinite;
1688
- -o-animation-iteration-count: infinite;
1689
- -ms-animation-iteration-count: infinite;
1690
- animation-iteration-count: infinite; }
1691
-
1692
- .jeg-elementor-kit .hover-skew:hover, .jeg-elementor-kit.hover-skew:hover {
1693
- -moz-transform: skew(-15deg);
1694
- -webkit-transform: skew(-15deg);
1695
- -o-transform: skew(-15deg);
1696
- -ms-transform: skew(-15deg);
1697
- transform: skew(-15deg); }
1698
-
1699
- .jeg-elementor-kit .hover-skewforward, .jeg-elementor-kit.hover-skewforward {
1700
- vertical-align: middle;
1701
- -moz-transform: perspective(1px) translateZ(0);
1702
- -webkit-transform: perspective(1px) translateZ(0);
1703
- -o-transform: perspective(1px) translateZ(0);
1704
- -ms-transform: perspective(1px) translateZ(0);
1705
- transform: perspective(1px) translateZ(0);
1706
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1707
- -moz-transition-duration: 0.9s;
1708
- -webkit-transition-duration: 0.9s;
1709
- -o-transition-duration: 0.9s;
1710
- -ms-transition-duration: 0.9s;
1711
- transition-duration: 0.9s;
1712
- -moz-transition-property: -moz-transform;
1713
- -webkit-transition-property: -webkit-transform;
1714
- -o-transition-property: -o-transform;
1715
- -ms-transition-property: -ms-transform;
1716
- transition-property: transform;
1717
- -moz-transform-origin: 0 100%;
1718
- -webkit-transform-origin: 0 100%;
1719
- -o-transform-origin: 0 100%;
1720
- -ms-transform-origin: 0 100%;
1721
- transform-origin: 0 100%; }
1722
- .jeg-elementor-kit .hover-skewforward:hover, .jeg-elementor-kit.hover-skewforward:hover {
1723
- -moz-transform: skew(-15deg);
1724
- -webkit-transform: skew(-15deg);
1725
- -o-transform: skew(-15deg);
1726
- -ms-transform: skew(-15deg);
1727
- transform: skew(-15deg); }
1728
-
1729
- .jeg-elementor-kit .hover-skewbackward, .jeg-elementor-kit.hover-skewbackward {
1730
- vertical-align: middle;
1731
- -moz-transform: perspective(1px) translateZ(0);
1732
- -webkit-transform: perspective(1px) translateZ(0);
1733
- -o-transform: perspective(1px) translateZ(0);
1734
- -ms-transform: perspective(1px) translateZ(0);
1735
- transform: perspective(1px) translateZ(0);
1736
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1737
- -moz-transition-duration: 0.9s;
1738
- -webkit-transition-duration: 0.9s;
1739
- -o-transition-duration: 0.9s;
1740
- -ms-transition-duration: 0.9s;
1741
- transition-duration: 0.9s;
1742
- -moz-transition-property: -moz-transform;
1743
- -webkit-transition-property: -webkit-transform;
1744
- -o-transition-property: -o-transform;
1745
- -ms-transition-property: -ms-transform;
1746
- transition-property: transform;
1747
- -moz-transform-origin: 0 100%;
1748
- -webkit-transform-origin: 0 100%;
1749
- -o-transform-origin: 0 100%;
1750
- -ms-transform-origin: 0 100%;
1751
- transform-origin: 0 100%; }
1752
- .jeg-elementor-kit .hover-skewbackward:hover, .jeg-elementor-kit.hover-skewbackward:hover {
1753
- -moz-transform: skew(15deg);
1754
- -webkit-transform: skew(15deg);
1755
- -o-transform: skew(15deg);
1756
- -ms-transform: skew(15deg);
1757
- transform: skew(15deg); }
1758
-
1759
- .jeg-elementor-kit .hover-wobble:hover, .jeg-elementor-kit.hover-wobble:hover {
1760
- -moz-animation-name: jelkit-wobble;
1761
- -webkit-animation-name: jelkit-wobble;
1762
- -o-animation-name: jelkit-wobble;
1763
- -ms-animation-name: jelkit-wobble;
1764
- animation-name: jelkit-wobble;
1765
- -moz-animation-duration: 0.9s;
1766
- -webkit-animation-duration: 0.9s;
1767
- -o-animation-duration: 0.9s;
1768
- -ms-animation-duration: 0.9s;
1769
- animation-duration: 0.9s; }
1770
-
1771
- .jeg-elementor-kit .hover-wobbletop, .jeg-elementor-kit.hover-wobbletop {
1772
- vertical-align: middle;
1773
- -moz-transform: perspective(1px) translateZ(0);
1774
- -webkit-transform: perspective(1px) translateZ(0);
1775
- -o-transform: perspective(1px) translateZ(0);
1776
- -ms-transform: perspective(1px) translateZ(0);
1777
- transform: perspective(1px) translateZ(0);
1778
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1779
- -moz-transition-duration: 0.9s;
1780
- -webkit-transition-duration: 0.9s;
1781
- -o-transition-duration: 0.9s;
1782
- -ms-transition-duration: 0.9s;
1783
- transition-duration: 0.9s;
1784
- -moz-transition-property: -moz-transform;
1785
- -webkit-transition-property: -webkit-transform;
1786
- -o-transition-property: -o-transform;
1787
- -ms-transition-property: -ms-transform;
1788
- transition-property: transform;
1789
- -moz-transform-origin: 0 100%;
1790
- -webkit-transform-origin: 0 100%;
1791
- -o-transform-origin: 0 100%;
1792
- -ms-transform-origin: 0 100%;
1793
- transform-origin: 0 100%; }
1794
- .jeg-elementor-kit .hover-wobbletop:hover, .jeg-elementor-kit.hover-wobbletop:hover {
1795
- -moz-animation-name: jelkit-wobble-skew;
1796
- -webkit-animation-name: jelkit-wobble-skew;
1797
- -o-animation-name: jelkit-wobble-skew;
1798
- -ms-animation-name: jelkit-wobble-skew;
1799
- animation-name: jelkit-wobble-skew;
1800
- -moz-animation-duration: 0.9s;
1801
- -webkit-animation-duration: 0.9s;
1802
- -o-animation-duration: 0.9s;
1803
- -ms-animation-duration: 0.9s;
1804
- animation-duration: 0.9s; }
1805
-
1806
- .jeg-elementor-kit .hover-wobblebottom, .jeg-elementor-kit.hover-wobblebottom {
1807
- vertical-align: middle;
1808
- -moz-transform: perspective(1px) translateZ(0);
1809
- -webkit-transform: perspective(1px) translateZ(0);
1810
- -o-transform: perspective(1px) translateZ(0);
1811
- -ms-transform: perspective(1px) translateZ(0);
1812
- transform: perspective(1px) translateZ(0);
1813
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1814
- -moz-transition-duration: 0.9s;
1815
- -webkit-transition-duration: 0.9s;
1816
- -o-transition-duration: 0.9s;
1817
- -ms-transition-duration: 0.9s;
1818
- transition-duration: 0.9s;
1819
- -moz-transition-property: -moz-transform;
1820
- -webkit-transition-property: -webkit-transform;
1821
- -o-transition-property: -o-transform;
1822
- -ms-transition-property: -ms-transform;
1823
- transition-property: transform;
1824
- -moz-transform-origin: 100% 0;
1825
- -webkit-transform-origin: 100% 0;
1826
- -o-transform-origin: 100% 0;
1827
- -ms-transform-origin: 100% 0;
1828
- transform-origin: 100% 0; }
1829
- .jeg-elementor-kit .hover-wobblebottom:hover, .jeg-elementor-kit.hover-wobblebottom:hover {
1830
- -moz-animation-name: jelkit-wobble-skew;
1831
- -webkit-animation-name: jelkit-wobble-skew;
1832
- -o-animation-name: jelkit-wobble-skew;
1833
- -ms-animation-name: jelkit-wobble-skew;
1834
- animation-name: jelkit-wobble-skew;
1835
- -moz-animation-duration: 0.9s;
1836
- -webkit-animation-duration: 0.9s;
1837
- -o-animation-duration: 0.9s;
1838
- -ms-animation-duration: 0.9s;
1839
- animation-duration: 0.9s; }
1840
-
1841
- .jeg-elementor-kit .hover-wobbletobottomright:hover, .jeg-elementor-kit.hover-wobbletobottomright:hover {
1842
- -moz-animation-name: jelkit-wobble-bottom-right;
1843
- -webkit-animation-name: jelkit-wobble-bottom-right;
1844
- -o-animation-name: jelkit-wobble-bottom-right;
1845
- -ms-animation-name: jelkit-wobble-bottom-right;
1846
- animation-name: jelkit-wobble-bottom-right;
1847
- -moz-animation-duration: 0.9s;
1848
- -webkit-animation-duration: 0.9s;
1849
- -o-animation-duration: 0.9s;
1850
- -ms-animation-duration: 0.9s;
1851
- animation-duration: 0.9s; }
1852
-
1853
- .jeg-elementor-kit .hover-wobbletobottomleft:hover, .jeg-elementor-kit.hover-wobbletobottomleft:hover {
1854
- -moz-animation-name: jelkit-wobble-bottom-right;
1855
- -webkit-animation-name: jelkit-wobble-bottom-right;
1856
- -o-animation-name: jelkit-wobble-bottom-right;
1857
- -ms-animation-name: jelkit-wobble-bottom-right;
1858
- animation-name: jelkit-wobble-bottom-right;
1859
- -moz-animation-duration: 0.9s;
1860
- -webkit-animation-duration: 0.9s;
1861
- -o-animation-duration: 0.9s;
1862
- -ms-animation-duration: 0.9s;
1863
- animation-duration: 0.9s; }
1864
-
1865
- .jeg-elementor-kit .hover-wobbleskew:hover, .jeg-elementor-kit.hover-wobbleskew:hover {
1866
- -moz-animation-name: jelkit-wobble-skew;
1867
- -webkit-animation-name: jelkit-wobble-skew;
1868
- -o-animation-name: jelkit-wobble-skew;
1869
- -ms-animation-name: jelkit-wobble-skew;
1870
- animation-name: jelkit-wobble-skew;
1871
- -moz-animation-duration: 0.9s;
1872
- -webkit-animation-duration: 0.9s;
1873
- -o-animation-duration: 0.9s;
1874
- -ms-animation-duration: 0.9s;
1875
- animation-duration: 0.9s; }
1876
-
1877
- .jeg-elementor-kit .hover-buzz, .jeg-elementor-kit.hover-buzz {
1878
- display: inline-block;
1879
- vertical-align: middle;
1880
- -moz-transform: perspective(1px) translateZ(0);
1881
- -webkit-transform: perspective(1px) translateZ(0);
1882
- -o-transform: perspective(1px) translateZ(0);
1883
- -ms-transform: perspective(1px) translateZ(0);
1884
- transform: perspective(1px) translateZ(0);
1885
- box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
1886
- .jeg-elementor-kit .hover-buzz:hover, .jeg-elementor-kit.hover-buzz:hover {
1887
- -moz-animation-name: jelkit-buzz;
1888
- -webkit-animation-name: jelkit-buzz;
1889
- -o-animation-name: jelkit-buzz;
1890
- -ms-animation-name: jelkit-buzz;
1891
- animation-name: jelkit-buzz;
1892
- -moz-animation-duration: 0.9s;
1893
- -webkit-animation-duration: 0.9s;
1894
- -o-animation-duration: 0.9s;
1895
- -ms-animation-duration: 0.9s;
1896
- animation-duration: 0.9s;
1897
- -moz-animation-iteration-count: infinite;
1898
- -webkit-animation-iteration-count: infinite;
1899
- -o-animation-iteration-count: infinite;
1900
- -ms-animation-iteration-count: infinite;
1901
- animation-iteration-count: infinite;
1902
- -moz-animation-timing-function: linear;
1903
- -webkit-animation-timing-function: linear;
1904
- -o-animation-timing-function: linear;
1905
- -ms-animation-timing-function: linear;
1906
- animation-timing-function: linear; }
1907
-
1908
- .jeg-elementor-kit .hover-buzzout, .jeg-elementor-kit.hover-buzzout {
1909
- display: inline-block;
1910
- vertical-align: middle;
1911
- -moz-transform: perspective(1px) translateZ(0);
1912
- -webkit-transform: perspective(1px) translateZ(0);
1913
- -o-transform: perspective(1px) translateZ(0);
1914
- -ms-transform: perspective(1px) translateZ(0);
1915
- transform: perspective(1px) translateZ(0);
1916
- box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
1917
- .jeg-elementor-kit .hover-buzzout:hover, .jeg-elementor-kit.hover-buzzout:hover {
1918
- -moz-animation-name: jelkit-buzz;
1919
- -webkit-animation-name: jelkit-buzz;
1920
- -o-animation-name: jelkit-buzz;
1921
- -ms-animation-name: jelkit-buzz;
1922
- animation-name: jelkit-buzz;
1923
- -moz-animation-duration: 0.9s;
1924
- -webkit-animation-duration: 0.9s;
1925
- -o-animation-duration: 0.9s;
1926
- -ms-animation-duration: 0.9s;
1927
- animation-duration: 0.9s;
1928
- -moz-animation-iteration-count: 1;
1929
- -webkit-animation-iteration-count: 1;
1930
- -o-animation-iteration-count: 1;
1931
- -ms-animation-iteration-count: 1;
1932
- animation-iteration-count: 1;
1933
- -moz-animation-timing-function: linear;
1934
- -webkit-animation-timing-function: linear;
1935
- -o-animation-timing-function: linear;
1936
- -ms-animation-timing-function: linear;
1937
- animation-timing-function: linear; }
1938
-
1939
- .jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu {
1940
- float: right;
1941
- display: none;
1942
- color: var(--jkit-txt-color);
1943
- border: solid 1px var(--jkit-border-color); }
1944
-
1945
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper {
1946
- z-index: 1000; }
1947
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title {
1948
- display: none; }
1949
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title .jkit-nav-logo {
1950
- margin: 5px 0px 5px 0px;
1951
- padding: 5px 5px 5px 5px;
1952
- display: block; }
1953
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title .jkit-nav-logo img {
1954
- max-width: 120px;
1955
- height: auto; }
1956
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu {
1957
- float: right;
1958
- display: none;
1959
- color: var(--jkit-txt-color);
1960
- border: solid 1px var(--jkit-border-color);
1961
- padding: 8px 8px 8px 8px;
1962
- margin: 12px 12px 12px 12px;
1963
- width: 45px;
1964
- border-radius: 3px;
1965
- position: relative;
1966
- z-index: 10; }
1967
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu {
1968
- display: flex;
1969
- height: 100%;
1970
- padding-left: 0;
1971
- margin-bottom: 0;
1972
- list-style: none;
1973
- margin-left: 0; }
1974
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li {
1975
- margin: 0;
1976
- padding: 0;
1977
- list-style: none; }
1978
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a {
1979
- color: #707070;
1980
- padding: 0px 15px 0px 15px;
1981
- font-size: 15px;
1982
- -moz-transition: all 0.4s ease;
1983
- -webkit-transition: all 0.4s ease;
1984
- -o-transition: all 0.4s ease;
1985
- -ms-transition: all 0.4s ease;
1986
- transition: all 0.4s ease;
1987
- text-transform: none;
1988
- font-weight: 500;
1989
- letter-spacing: normal;
1990
- height: 100%;
1991
- display: -webkit-box;
1992
- display: -ms-flexbox;
1993
- display: flex;
1994
- align-items: center;
1995
- text-decoration: none; }
1996
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li {
1997
- position: relative;
1998
- display: -webkit-box;
1999
- display: -ms-flexbox;
2000
- display: flex; }
2001
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li a {
2002
- padding: 15px 15px 15px 15px;
2003
- color: #000000;
2004
- font-size: 14px;
2005
- font-weight: 400; }
2006
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu {
2007
- box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
2008
- background: var(--jkit-bg-color);
2009
- position: absolute;
2010
- top: 100%;
2011
- left: 0;
2012
- max-height: none; }
2013
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children:hover > .sub-menu {
2014
- opacity: 1;
2015
- visibility: visible; }
2016
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children > a i {
2017
- margin-left: 5px; }
2018
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu {
2019
- border-radius: 0px 0px 0px 0px;
2020
- padding: 0px 0px 0px 0px;
2021
- list-style: none;
2022
- -moz-transition: all 0.4s ease;
2023
- -webkit-transition: all 0.4s ease;
2024
- -o-transition: all 0.4s ease;
2025
- -ms-transition: all 0.4s ease;
2026
- transition: all 0.4s ease;
2027
- opacity: 0;
2028
- visibility: hidden;
2029
- z-index: 1000; }
2030
- .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu > li > .sub-menu {
2031
- left: 100%;
2032
- top: 0; }
2033
-
2034
- .jeg-elementor-kit.jkit-icon-box {
2035
- position: relative;
2036
- padding: 50px 40px 50px 40px;
2037
- text-align: center;
2038
- border: 1px solid var(--jkit-border-color);
2039
- border-radius: 5px;
2040
- -moz-transition: all 0.4s ease;
2041
- -webkit-transition: all 0.4s ease;
2042
- -o-transition: all 0.4s ease;
2043
- -ms-transition: all 0.4s ease;
2044
- transition: all 0.4s ease;
2045
- background-color: var(--jkit-bg-color);
2046
- overflow: hidden;
2047
- background-repeat: no-repeat;
2048
- background-size: cover;
2049
- background-position: center center; }
2050
- .jeg-elementor-kit.jkit-icon-box .icon-box-link {
2051
- color: unset; }
2052
- .jeg-elementor-kit.jkit-icon-box:before {
2053
- position: absolute;
2054
- content: "";
2055
- height: 100%;
2056
- width: 100%;
2057
- -moz-transition: all 0.6s ease;
2058
- -webkit-transition: all 0.6s ease;
2059
- -o-transition: all 0.6s ease;
2060
- -ms-transition: all 0.6s ease;
2061
- transition: all 0.6s ease;
2062
- background-size: 101% 101%; }
2063
- .jeg-elementor-kit.jkit-icon-box.icon-position-left {
2064
- display: -webkit-box;
2065
- display: -ms-flexbox;
2066
- display: flex;
2067
- -webkit-box-align: start;
2068
- -ms-flex-align: start;
2069
- align-items: flex-start; }
2070
- .jeg-elementor-kit.jkit-icon-box.icon-position-left .icon-box.header {
2071
- margin-right: 15px; }
2072
- .jeg-elementor-kit.jkit-icon-box.icon-position-right {
2073
- display: -webkit-box;
2074
- display: -ms-flexbox;
2075
- display: flex;
2076
- -webkit-box-orient: horizontal;
2077
- -webkit-box-direction: reverse;
2078
- -ms-flex-direction: row-reverse;
2079
- flex-direction: row-reverse; }
2080
- .jeg-elementor-kit.jkit-icon-box.icon-position-right .icon-box.header {
2081
- margin-left: 15px; }
2082
- .jeg-elementor-kit.jkit-icon-box .icon-box.header {
2083
- position: relative;
2084
- z-index: 2; }
2085
- .jeg-elementor-kit.jkit-icon-box .icon-box.header .icon {
2086
- display: inline-block;
2087
- margin-bottom: 13px;
2088
- color: var(--jkit-txt-color); }
2089
- .jeg-elementor-kit.jkit-icon-box .icon-box.header .icon i {
2090
- font-size: 40px; }
2091
- .jeg-elementor-kit.jkit-icon-box .icon-box.body {
2092
- position: relative;
2093
- z-index: 2; }
2094
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .title {
2095
- padding: 0px 0px 0px 0px;
2096
- color: var(--jkit-txt-color);
2097
- font-size: 23px; }
2098
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button {
2099
- position: relative;
2100
- z-index: 2; }
2101
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button .btn-wrapper {
2102
- position: relative;
2103
- z-index: 2; }
2104
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button .btn-wrapper .icon-box-link {
2105
- border-radius: 5px;
2106
- font-size: 15px;
2107
- padding: 15px 30px;
2108
- display: inline-block;
2109
- color: var(--jkit-bg-color);
2110
- position: relative;
2111
- display: inline-block;
2112
- line-height: 1;
2113
- -webkit-user-select: none;
2114
- -moz-user-select: none;
2115
- -ms-user-select: none;
2116
- user-select: none;
2117
- white-space: nowrap;
2118
- vertical-align: middle;
2119
- text-align: center;
2120
- background-color: var(--jkit-btn-bg-color);
2121
- -moz-transition: all 0.4s ease;
2122
- -webkit-transition: all 0.4s ease;
2123
- -o-transition: all 0.4s ease;
2124
- -ms-transition: all 0.4s ease;
2125
- transition: all 0.4s ease; }
2126
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button .btn-wrapper .icon-box-link:hover {
2127
- background-color: var(--jkit-btn-bg-hover-color); }
2128
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button.hover .btn-wrapper .icon-box-link {
2129
- position: absolute;
2130
- opacity: 0;
2131
- left: 0;
2132
- bottom: 0; }
2133
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button.hover.center .btn-wrapper .icon-box-link {
2134
- bottom: 0;
2135
- left: 50%;
2136
- -moz-transform: translateX(-50%);
2137
- -webkit-transform: translateX(-50%);
2138
- -o-transform: translateX(-50%);
2139
- -ms-transform: translateX(-50%);
2140
- transform: translateX(-50%);
2141
- z-index: 2; }
2142
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .button.hover.right .btn-wrapper .icon-box-link {
2143
- left: unset;
2144
- right: 0; }
2145
- .jeg-elementor-kit.jkit-icon-box .icon-box.body .description {
2146
- color: var(--jkit-txt-color); }
2147
- .jeg-elementor-kit.jkit-icon-box:hover .icon-box.body .button.hover .btn-wrapper .icon-box-link {
2148
- opacity: 100; }
2149
- .jeg-elementor-kit.jkit-icon-box:hover .hover-watermark {
2150
- bottom: 0;
2151
- opacity: 100; }
2152
- .jeg-elementor-kit.jkit-icon-box .hover-watermark {
2153
- position: absolute;
2154
- bottom: -50px;
2155
- right: 0;
2156
- opacity: 0;
2157
- -moz-transition: all 0.4s ease;
2158
- -webkit-transition: all 0.4s ease;
2159
- -o-transition: all 0.4s ease;
2160
- -ms-transition: all 0.4s ease;
2161
- transition: all 0.4s ease;
2162
- z-index: 1; }
2163
- .jeg-elementor-kit.jkit-icon-box .hover-watermark i {
2164
- font-size: 100px; }
2165
- .jeg-elementor-kit.jkit-icon-box .badge {
2166
- position: absolute;
2167
- line-height: 1;
2168
- z-index: 2; }
2169
- .jeg-elementor-kit.jkit-icon-box .badge.topleft {
2170
- top: 0;
2171
- left: 0; }
2172
- .jeg-elementor-kit.jkit-icon-box .badge.topcenter {
2173
- top: 0;
2174
- left: 50%;
2175
- -moz-transform: translateX(-50%);
2176
- -webkit-transform: translateX(-50%);
2177
- -o-transform: translateX(-50%);
2178
- -ms-transform: translateX(-50%);
2179
- transform: translateX(-50%); }
2180
- .jeg-elementor-kit.jkit-icon-box .badge.topright {
2181
- top: 0;
2182
- right: 0; }
2183
- .jeg-elementor-kit.jkit-icon-box .badge.bottomleft {
2184
- left: 0;
2185
- bottom: 0; }
2186
- .jeg-elementor-kit.jkit-icon-box .badge.bottomcenter {
2187
- bottom: 0;
2188
- left: 50%;
2189
- -moz-transform: translateX(-50%);
2190
- -webkit-transform: translateX(-50%);
2191
- -o-transform: translateX(-50%);
2192
- -ms-transform: translateX(-50%);
2193
- transform: translateX(-50%); }
2194
- .jeg-elementor-kit.jkit-icon-box .badge.bottomright {
2195
- bottom: 0;
2196
- right: 0; }
2197
- .jeg-elementor-kit.jkit-icon-box .badge .badge-text {
2198
- padding: 10px 10px 10px 10px;
2199
- border-radius: 0px 0px 0px 0px;
2200
- background-color: var(--jkit-selection-bg-color);
2201
- font-size: .70588rem;
2202
- color: var(--jkit-bg-color);
2203
- font-weight: 500;
2204
- display: inline-block; }
2205
-
2206
- .jeg-elementor-kit.jkit-fun-fact {
2207
- -moz-transition: all 0.4s ease;
2208
- -webkit-transition: all 0.4s ease;
2209
- -o-transition: all 0.4s ease;
2210
- -ms-transition: all 0.4s ease;
2211
- transition: all 0.4s ease;
2212
- -webkit-backface-visibility: hidden;
2213
- backface-visibility: hidden;
2214
- position: relative;
2215
- z-index: 2;
2216
- background-repeat: no-repeat;
2217
- background-size: cover;
2218
- background-position: center center;
2219
- text-align: center;
2220
- overflow: hidden; }
2221
- .jeg-elementor-kit.jkit-fun-fact:before {
2222
- position: absolute;
2223
- content: "";
2224
- height: 100%;
2225
- width: 100%;
2226
- -moz-transition: all 0.6s ease;
2227
- -webkit-transition: all 0.6s ease;
2228
- -o-transition: all 0.6s ease;
2229
- -ms-transition: all 0.6s ease;
2230
- transition: all 0.6s ease;
2231
- background-size: 101% 101%; }
2232
- .jeg-elementor-kit.jkit-fun-fact:hover .border-bottom.left {
2233
- -moz-animation: slide-from-left 0.5s forwards;
2234
- -webkit-animation: slide-from-left 0.5s forwards;
2235
- -o-animation: slide-from-left 0.5s forwards;
2236
- -ms-animation: slide-from-left 0.5s forwards;
2237
- animation: slide-from-left 0.5s forwards; }
2238
- .jeg-elementor-kit.jkit-fun-fact:hover .border-bottom.right {
2239
- -moz-animation: slide-from-right 0.5s forwards;
2240
- -webkit-animation: slide-from-right 0.5s forwards;
2241
- -o-animation: slide-from-right 0.5s forwards;
2242
- -ms-animation: slide-from-right 0.5s forwards;
2243
- animation: slide-from-right 0.5s forwards; }
2244
- .jeg-elementor-kit.jkit-fun-fact .fun-fact-inner {
2245
- position: relative;
2246
- z-index: 2; }
2247
- .jeg-elementor-kit.jkit-fun-fact .fun-fact-inner > .icon {
2248
- margin-bottom: 15px;
2249
- padding: 15px;
2250
- font-size: 40px;
2251
- color: var(--jkit-txt-color);
2252
- display: inline-block; }
2253
- .jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .number-wrapper {
2254
- font-size: 28px;
2255
- font-weight: 700;
2256
- color: var(--jkit-txt-color); }
2257
- .jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .number-wrapper .super {
2258
- top: -5px;
2259
- left: 0px;
2260
- vertical-align: super;
2261
- font-size: 22px;
2262
- color: var(--jkit-txt-color); }
2263
- .jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .title {
2264
- font-size: 15px;
2265
- margin: 0;
2266
- font-weight: 400;
2267
- color: var(--jkit-txt-color); }
2268
- .jeg-elementor-kit.jkit-fun-fact .border-bottom {
2269
- position: absolute;
2270
- z-index: 3;
2271
- left: -101%;
2272
- bottom: 0;
2273
- height: 5px;
2274
- width: 100%;
2275
- background-color: var(--jkit-selection-bg-color); }
2276
- .jeg-elementor-kit.jkit-fun-fact .border-bottom.left {
2277
- -moz-animation: slide-from-left-reverse 0.5s forwards;
2278
- -webkit-animation: slide-from-left-reverse 0.5s forwards;
2279
- -o-animation: slide-from-left-reverse 0.5s forwards;
2280
- -ms-animation: slide-from-left-reverse 0.5s forwards;
2281
- animation: slide-from-left-reverse 0.5s forwards; }
2282
- .jeg-elementor-kit.jkit-fun-fact .border-bottom.right {
2283
- -moz-animation: slide-from-right-reverse 0.5s forwards;
2284
- -webkit-animation: slide-from-right-reverse 0.5s forwards;
2285
- -o-animation: slide-from-right-reverse 0.5s forwards;
2286
- -ms-animation: slide-from-right-reverse 0.5s forwards;
2287
- animation: slide-from-right-reverse 0.5s forwards; }
2288
-
2289
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar-content {
2290
- margin-bottom: 7px; }
2291
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar-content .skill-title {
2292
- font-weight: 700;
2293
- color: var(--jkit-txt-color); }
2294
-
2295
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar {
2296
- height: 3px;
2297
- background-color: var(--jkit-element-bg-color); }
2298
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar .skill-track {
2299
- width: 0;
2300
- background-color: var(--jkit-element-darken-bg-color);
2301
- display: block;
2302
- height: 100%;
2303
- overflow: visible !important;
2304
- position: relative; }
2305
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2306
- position: absolute;
2307
- right: 0;
2308
- top: -33px;
2309
- z-index: 1; }
2310
-
2311
- .jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .number-percentage {
2312
- color: var(--jkit-txt-color); }
2313
-
2314
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar {
2315
- position: relative; }
2316
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar-content {
2317
- position: absolute;
2318
- z-index: 1;
2319
- left: 0;
2320
- top: 50%;
2321
- -moz-transform: translateY(-50%);
2322
- -webkit-transform: translateY(-50%);
2323
- -o-transform: translateY(-50%);
2324
- -ms-transform: translateY(-50%);
2325
- transform: translateY(-50%);
2326
- margin-bottom: 0;
2327
- padding-left: 30px; }
2328
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar-content .skill-title {
2329
- color: var(--jkit-bg-color); }
2330
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar {
2331
- height: 35px; }
2332
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon {
2333
- position: absolute;
2334
- right: 19px;
2335
- top: 50%;
2336
- -moz-transform: translateY(-50%);
2337
- -webkit-transform: translateY(-50%);
2338
- -o-transform: translateY(-50%);
2339
- -ms-transform: translateY(-50%);
2340
- transform: translateY(-50%);
2341
- color: var(--jkit-bg-color); }
2342
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon + .number-percentage-wrapper {
2343
- padding-right: 57px; }
2344
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2345
- top: 50%;
2346
- -moz-transform: translateY(-50%);
2347
- -webkit-transform: translateY(-50%);
2348
- -o-transform: translateY(-50%);
2349
- -ms-transform: translateY(-50%);
2350
- transform: translateY(-50%);
2351
- color: var(--jkit-bg-color);
2352
- padding-right: 30px; }
2353
- .jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .number-percentage {
2354
- color: var(--jkit-bg-color); }
2355
-
2356
- .jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar {
2357
- height: 30px;
2358
- background-color: var(--jkit-form-bg-color);
2359
- padding: 10px;
2360
- -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
2361
- -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
2362
- -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
2363
- box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
2364
- border-radius: 15px; }
2365
- .jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track {
2366
- height: 100%;
2367
- border-radius: 5px; }
2368
- .jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2369
- top: -39px; }
2370
-
2371
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2372
- height: 24px;
2373
- line-height: 24px;
2374
- display: inline-block;
2375
- color: var(--jkit-bg-color);
2376
- font-size: 13px;
2377
- background-color: var(--jkit-txt-color);
2378
- text-align: center;
2379
- padding: 0 11px;
2380
- border-radius: 4.32px;
2381
- border-bottom-right-radius: 0; }
2382
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
2383
- position: absolute;
2384
- content: "";
2385
- right: 0;
2386
- bottom: -8px;
2387
- color: var(--jkit-txt-color);
2388
- border-top: solid currentColor;
2389
- border-right: solid currentColor;
2390
- border-left: solid transparent;
2391
- border-bottom: solid transparent;
2392
- border-width: 4px; }
2393
-
2394
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .number-percentage {
2395
- color: var(--jkit-bg-color); }
2396
-
2397
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper, .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper, .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2398
- height: 22px;
2399
- padding: 0 8px;
2400
- background-color: var(--jkit-txt-color);
2401
- text-align: center;
2402
- font-size: 13px;
2403
- color: #FFF;
2404
- z-index: 1;
2405
- right: -20px;
2406
- top: -31px; }
2407
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before, .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before, .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
2408
- position: absolute;
2409
- content: "";
2410
- bottom: -6px;
2411
- left: 50%;
2412
- -moz-transform: translateX(-50%) rotate(45deg);
2413
- -webkit-transform: translateX(-50%) rotate(45deg);
2414
- -o-transform: translateX(-50%) rotate(45deg);
2415
- -ms-transform: translateX(-50%) rotate(45deg);
2416
- transform: translateX(-50%) rotate(45deg);
2417
- width: 14px;
2418
- height: 14px;
2419
- background-color: var(--jkit-txt-color);
2420
- z-index: -1; }
2421
-
2422
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .number-percentage, .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .number-percentage, .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .number-percentage {
2423
- color: var(--jkit-bg-color); }
2424
-
2425
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper, .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2426
- border-radius: 8px; }
2427
-
2428
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2429
- width: 35px;
2430
- height: 35px;
2431
- line-height: 35px;
2432
- border-radius: 50%;
2433
- background-color: var(--jkit-txt-color);
2434
- color: #FFF;
2435
- text-align: center;
2436
- font-size: 13px;
2437
- right: calc(0% - 15.5px);
2438
- top: -39.9px; }
2439
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
2440
- position: absolute;
2441
- content: "";
2442
- bottom: -5px;
2443
- left: 50%;
2444
- -moz-transform: translateX(-50%);
2445
- -webkit-transform: translateX(-50%);
2446
- -o-transform: translateX(-50%);
2447
- -ms-transform: translateX(-50%);
2448
- transform: translateX(-50%);
2449
- width: 3px;
2450
- height: 5px;
2451
- background-color: var(--jkit-txt-color); }
2452
-
2453
- .jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .number-percentage {
2454
- color: var(--jkit-bg-color); }
2455
-
2456
- .jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .skill-bar-content {
2457
- margin-bottom: 18px; }
2458
-
2459
- .jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group {
2460
- width: calc(100% - 50px);
2461
- display: inline-block; }
2462
- .jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:after {
2463
- position: absolute;
2464
- content: "";
2465
- border-radius: 50%;
2466
- color: var(--jkit-txt-color);
2467
- width: 8px;
2468
- height: 8px;
2469
- background-color: var(--jkit-txt-color);
2470
- top: -3px;
2471
- right: 8px; }
2472
- .jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:before {
2473
- position: absolute;
2474
- content: "";
2475
- right: 0;
2476
- border-radius: 50%;
2477
- color: var(--jkit-txt-color);
2478
- top: -12.5px;
2479
- width: 25px;
2480
- height: 25px;
2481
- -moz-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
2482
- -webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
2483
- -o-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
2484
- box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
2485
- background-color: #FFF;
2486
- border: 1px solid var(--jkit-txt-color); }
2487
-
2488
- .jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .number-percentage-wrapper {
2489
- float: right;
2490
- position: relative;
2491
- top: 31px; }
2492
-
2493
- .jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
2494
- height: 35px;
2495
- line-height: 35px;
2496
- color: #FFF;
2497
- background-color: var(--jkit-txt-color);
2498
- text-align: center;
2499
- padding: 0 8px;
2500
- top: -10px;
2501
- z-index: 1; }
2502
- .jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
2503
- position: absolute;
2504
- content: "";
2505
- top: 0;
2506
- left: -10px;
2507
- color: #1a1a1a;
2508
- border-top: solid #FFF;
2509
- border-left: solid #FFF;
2510
- border-right: solid var(--jkit-txt-color);
2511
- border-bottom: solid var(--jkit-txt-color);
2512
- border-width: 5px; }
2513
-
2514
- .jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .number-percentage {
2515
- color: var(--jkit-bg-color); }
2516
-
2517
- .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar {
2518
- height: 10px; }
2519
- .jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track {
2520
- background: -o-repeating-linear-gradient(left, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px);
2521
- background: repeating-linear-gradient(to right, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px); }
2522
-
2523
- .jeg-elementor-kit.jkit-client-logo .client-track.tns-slider .content-image {
2524
- position: relative; }
2525
- .jeg-elementor-kit.jkit-client-logo .client-track.tns-slider .content-image .hover-image {
2526
- position: absolute;
2527
- left: 0px;
2528
- top: 0px;
2529
- opacity: 0;
2530
- height: 100%;
2531
- width: 100%; }
2532
- .jeg-elementor-kit.jkit-client-logo .client-track.tns-slider .content-image .hover-image:hover {
2533
- opacity: 1;
2534
- -moz-transition: opacity 0.25s ease-in-out 0s;
2535
- -webkit-transition: opacity 0.25s ease-in-out 0s;
2536
- -o-transition: opacity 0.25s ease-in-out 0s;
2537
- -ms-transition: opacity 0.25s ease-in-out 0s;
2538
- transition: opacity 0.25s ease-in-out 0s; }
2539
-
2540
- .jeg-elementor-kit.jkit-client-logo .client-track:not(.tns-slider) .client-slider {
2541
- margin-right: 10px; }
2542
- .jeg-elementor-kit.jkit-client-logo .client-track:not(.tns-slider) .client-slider .hover-image {
2543
- display: none; }
2544
-
2545
- .jeg-elementor-kit.jkit-client-logo .tns-nav {
2546
- text-align: center; }
2547
- .jeg-elementor-kit.jkit-client-logo .tns-nav button {
2548
- width: 9px;
2549
- height: 9px;
2550
- padding: 0;
2551
- margin: 0 5px;
2552
- border-radius: 50%;
2553
- background: var(--jkit-txt-m-color);
2554
- border: 0; }
2555
- .jeg-elementor-kit.jkit-client-logo .tns-nav button.tns-nav-active {
2556
- background: var(--jkit-txt-color); }
2557
-
2558
- .jeg-elementor-kit.jkit-client-logo .tns-controls button {
2559
- color: var(--jkit-txt-color);
2560
- border: 0px;
2561
- background: none; }
2562
- .jeg-elementor-kit.jkit-client-logo .tns-controls button :active,
2563
- .jeg-elementor-kit.jkit-client-logo .tns-controls button :hover {
2564
- background: none;
2565
- border: none; }
2566
-
2567
- .jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls {
2568
- text-align: center; }
2569
- .jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls button[data-controls="prev"],
2570
- .jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls button[data-controls="next"] {
2571
- color: var(--jkit-txt-color);
2572
- display: inline-block;
2573
- margin: 5px;
2574
- padding: 5px; }
2575
-
2576
- .jeg-elementor-kit.jkit-client-logo.arrow-bottom-edge .tns-controls button[data-controls="next"] {
2577
- display: inline-block;
2578
- position: absolute;
2579
- right: 0; }
2580
-
2581
- .jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button {
2582
- display: inline-block;
2583
- position: absolute;
2584
- top: 50%;
2585
- -moz-transform: translate(0%, -50%);
2586
- -webkit-transform: translate(0%, -50%);
2587
- -o-transform: translate(0%, -50%);
2588
- -ms-transform: translate(0%, -50%);
2589
- transform: translate(0%, -50%);
2590
- z-index: 2; }
2591
- .jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button[data-controls="prev"] {
2592
- left: 0; }
2593
- .jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button[data-controls="next"] {
2594
- right: 0; }
2595
-
2596
- .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .icon-content,
2597
- .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .comment-bio,
2598
- .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .comment-content,
2599
- .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .profile-info,
2600
- .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .rating-stars {
2601
- position: relative;
2602
- z-index: 2; }
2603
-
2604
- .jeg-elementor-kit.jkit-testimonials .tns-nav {
2605
- text-align: center; }
2606
- .jeg-elementor-kit.jkit-testimonials .tns-nav button {
2607
- width: 9px;
2608
- height: 9px;
2609
- padding: 0;
2610
- margin: 0 5px;
2611
- border-radius: 50%;
2612
- background: var(--jkit-txt-m-color);
2613
- border: 0; }
2614
- .jeg-elementor-kit.jkit-testimonials .tns-nav button.tns-nav-active {
2615
- background: var(--jkit-txt-color); }
2616
-
2617
- .jeg-elementor-kit.jkit-testimonials .tns-controls button {
2618
- color: var(--jkit-txt-color);
2619
- border: 0px;
2620
- background: none; }
2621
- .jeg-elementor-kit.jkit-testimonials .tns-controls button :active,
2622
- .jeg-elementor-kit.jkit-testimonials .tns-controls button :hover {
2623
- background: none;
2624
- border: none; }
2625
-
2626
- .jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls {
2627
- text-align: center; }
2628
- .jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls button[data-controls="prev"],
2629
- .jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls button[data-controls="next"] {
2630
- color: var(--jkit-txt-color);
2631
- display: inline-block;
2632
- margin: 5px;
2633
- padding: 5px; }
2634
-
2635
- .jeg-elementor-kit.jkit-testimonials.arrow-bottom-edge .tns-controls button[data-controls="next"] {
2636
- display: inline-block;
2637
- position: absolute;
2638
- right: 0; }
2639
-
2640
- .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button {
2641
- display: inline-block;
2642
- position: absolute;
2643
- top: 50%;
2644
- -moz-transform: translate(0%, -50%);
2645
- -webkit-transform: translate(0%, -50%);
2646
- -o-transform: translate(0%, -50%);
2647
- -ms-transform: translate(0%, -50%);
2648
- transform: translate(0%, -50%);
2649
- z-index: 2; }
2650
- .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls="prev"] {
2651
- left: 0; }
2652
- .jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls="next"] {
2653
- right: 0; }
2654
-
2655
- .jeg-elementor-kit.jkit-testimonials.style-1.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content {
2656
- position: absolute;
2657
- left: 0;
2658
- top: 0;
2659
- font-size: 40px; }
2660
-
2661
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track {
2662
- padding: 25px 0px; }
2663
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box {
2664
- padding: 40px 40px 20px 40px;
2665
- box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
2666
- border-radius: 10px;
2667
- position: relative;
2668
- margin-top: 25px;
2669
- margin-bottom: 105px; }
2670
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider {
2671
- overflow: hidden; }
2672
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before {
2673
- left: 0;
2674
- bottom: 0;
2675
- right: 0;
2676
- top: 0; }
2677
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before {
2678
- -moz-transform: scaleY(0);
2679
- -webkit-transform: scaleY(0);
2680
- -o-transform: scaleY(0);
2681
- -ms-transform: scaleY(0);
2682
- transform: scaleY(0); }
2683
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before {
2684
- -moz-transform: scaleX(0);
2685
- -webkit-transform: scaleX(0);
2686
- -o-transform: scaleX(0);
2687
- -ms-transform: scaleX(0);
2688
- transform: scaleX(0); }
2689
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before {
2690
- -moz-transform-origin: top;
2691
- -webkit-transform-origin: top;
2692
- -o-transform-origin: top;
2693
- -ms-transform-origin: top;
2694
- transform-origin: top; }
2695
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before {
2696
- -moz-transform-origin: bottom;
2697
- -webkit-transform-origin: bottom;
2698
- -o-transform-origin: bottom;
2699
- -ms-transform-origin: bottom;
2700
- transform-origin: bottom; }
2701
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before {
2702
- -moz-transform-origin: left;
2703
- -webkit-transform-origin: left;
2704
- -o-transform-origin: left;
2705
- -ms-transform-origin: left;
2706
- transform-origin: left; }
2707
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before {
2708
- -moz-transform-origin: right;
2709
- -webkit-transform-origin: right;
2710
- -o-transform-origin: right;
2711
- -ms-transform-origin: right;
2712
- transform-origin: right; }
2713
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:hover:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:hover:before {
2714
- -moz-transform: scaleY(1);
2715
- -webkit-transform: scaleY(1);
2716
- -o-transform: scaleY(1);
2717
- -ms-transform: scaleY(1);
2718
- transform: scaleY(1); }
2719
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:hover:before, .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:hover:before {
2720
- -moz-transform: scaleX(1);
2721
- -webkit-transform: scaleX(1);
2722
- -o-transform: scaleX(1);
2723
- -ms-transform: scaleX(1);
2724
- transform: scaleX(1); }
2725
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-content .icon-content {
2726
- position: static;
2727
- font-size: 40px;
2728
- color: var(--jkit-txt-m-color);
2729
- display: inline-flex; }
2730
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-content p {
2731
- color: var(--jkit-txt-m-color);
2732
- font-size: 15px;
2733
- margin-bottom: 35px;
2734
- position: relative;
2735
- z-index: 2; }
2736
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio {
2737
- position: absolute;
2738
- left: 0;
2739
- bottom: -115px;
2740
- width: 100%;
2741
- text-align: center;
2742
- z-index: 5; }
2743
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-image {
2744
- display: inline-flex; }
2745
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-image img {
2746
- border-radius: 50%;
2747
- max-width: 100%;
2748
- width: 60px;
2749
- height: auto; }
2750
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-info .profile-name {
2751
- display: block;
2752
- color: var(--jkit-txt-h-color); }
2753
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-info .profile-des {
2754
- color: var(--jkit-txt-m-color);
2755
- font-size: 0.75rem; }
2756
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars {
2757
- margin: 0px;
2758
- padding: 0px; }
2759
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars li {
2760
- display: inline-block;
2761
- color: #FFC402; }
2762
- .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars li:not(:last-child) {
2763
- margin-right: 5px; }
2764
-
2765
- .jeg-elementor-kit.jkit-testimonials.style-2.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {
2766
- position: absolute;
2767
- left: 0;
2768
- top: 0;
2769
- font-size: 40px; }
2770
-
2771
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track {
2772
- padding: 25px 0px; }
2773
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box {
2774
- padding: 40px 40px 20px 40px;
2775
- box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
2776
- border-radius: 10px;
2777
- position: relative; }
2778
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header {
2779
- display: -webkit-box;
2780
- display: -ms-flexbox;
2781
- display: flex;
2782
- -webkit-box-align: start;
2783
- -ms-flex-align: start;
2784
- align-items: flex-start;
2785
- -webkit-box-pack: justify;
2786
- -ms-flex-pack: justify;
2787
- justify-content: space-between; }
2788
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars {
2789
- margin: 0px;
2790
- margin-bottom: 15px;
2791
- padding: 0px; }
2792
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars li {
2793
- display: inline-block;
2794
- color: #FFC402; }
2795
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars li:not(:last-child) {
2796
- margin-right: 5px; }
2797
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio {
2798
- display: -webkit-box;
2799
- display: -ms-flexbox;
2800
- display: flex;
2801
- -webkit-box-pack: justify;
2802
- -ms-flex-pack: justify;
2803
- justify-content: space-between; }
2804
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details {
2805
- -webkit-box-align: center;
2806
- -ms-flex-align: center;
2807
- align-items: center;
2808
- display: -webkit-box;
2809
- display: -ms-flexbox;
2810
- display: flex;
2811
- -webkit-box-pack: justify;
2812
- -ms-flex-pack: justify;
2813
- justify-content: space-between; }
2814
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-image {
2815
- margin-right: 20px;
2816
- margin-bottom: 0px;
2817
- display: inline-flex; }
2818
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-image img {
2819
- border-radius: 50%;
2820
- max-width: 100%;
2821
- width: 60px;
2822
- height: auto; }
2823
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info {
2824
- text-align: left; }
2825
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info .profile-name {
2826
- display: block;
2827
- font-size: 15px;
2828
- color: var(--jkit-txt-h-color); }
2829
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info .profile-des {
2830
- color: var(--jkit-txt-m-color);
2831
- font-size: 0.75rem; }
2832
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .icon-content {
2833
- position: static;
2834
- font-size: 40px;
2835
- color: #D5D5D7;
2836
- line-height: 1;
2837
- display: inline-flex; }
2838
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-content {
2839
- position: relative;
2840
- margin-top: 30px;
2841
- margin-bottom: 30px;
2842
- z-index: 2; }
2843
- .jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-content p {
2844
- color: var(--jkit-txt-m-color); }
2845
-
2846
- .jeg-elementor-kit.jkit-testimonials.style-3.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {
2847
- right: unset;
2848
- left: 0;
2849
- top: 0; }
2850
-
2851
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track {
2852
- padding: 25px 0px; }
2853
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box {
2854
- padding: 40px 40px 20px 40px;
2855
- box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
2856
- border-radius: 10px;
2857
- position: relative; }
2858
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .icon-content {
2859
- margin-bottom: 23px;
2860
- position: absolute;
2861
- right: 20px;
2862
- top: 20px;
2863
- font-size: 40px;
2864
- color: var(--jkit-txt-m-color);
2865
- line-height: 1;
2866
- z-index: 1;
2867
- display: inline-flex; }
2868
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio {
2869
- text-align: center;
2870
- margin-bottom: 20px; }
2871
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image {
2872
- display: inline-flex; }
2873
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image img {
2874
- border-radius: 50%;
2875
- max-width: 100%;
2876
- width: 60px;
2877
- height: auto; }
2878
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-content p {
2879
- margin-bottom: 35px;
2880
- color: rgba(0, 0, 0, 0.5);
2881
- font-size: 15px; }
2882
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-name {
2883
- display: block;
2884
- font-size: 15px;
2885
- color: var(--jkit-txt-h-color); }
2886
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-des {
2887
- color: var(--jkit-txt-m-color);
2888
- font-size: 0.75rem; }
2889
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars {
2890
- margin: 0px;
2891
- padding: 0px;
2892
- text-align: center;
2893
- margin-bottom: 15px; }
2894
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars li {
2895
- display: inline-block;
2896
- color: #FFC402; }
2897
- .jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars li:not(:last-child) {
2898
- margin-right: 5px; }
2899
-
2900
- .jeg-elementor-kit.jkit-testimonials.style-4.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {
2901
- right: unset;
2902
- left: 0;
2903
- top: 0; }
2904
-
2905
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track {
2906
- padding: 25px 0px; }
2907
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box {
2908
- padding: 40px 40px 20px 40px;
2909
- box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
2910
- border-radius: 10px;
2911
- position: relative; }
2912
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .icon-content {
2913
- margin-bottom: 23px;
2914
- position: absolute;
2915
- right: 20px;
2916
- top: 20px;
2917
- font-size: 40px;
2918
- color: var(--jkit-txt-m-color);
2919
- line-height: 1;
2920
- z-index: 1;
2921
- display: inline-flex; }
2922
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio {
2923
- text-align: center;
2924
- margin-bottom: 20px; }
2925
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image {
2926
- display: inline-flex; }
2927
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image img {
2928
- border-radius: 50%;
2929
- max-width: 100%;
2930
- width: 60px;
2931
- height: auto; }
2932
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-info .profile-name {
2933
- display: block;
2934
- font-size: 15px;
2935
- color: var(--jkit-txt-h-color); }
2936
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-info .profile-des {
2937
- color: var(--jkit-txt-m-color);
2938
- font-size: 0.75rem; }
2939
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars {
2940
- margin: 0px;
2941
- padding: 0px;
2942
- text-align: center;
2943
- margin-bottom: 15px; }
2944
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars li {
2945
- display: inline-block;
2946
- color: #FFC402; }
2947
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars li:not(:last-child) {
2948
- margin-right: 5px; }
2949
- .jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-content p {
2950
- margin-bottom: 35px;
2951
- color: rgba(0, 0, 0, 0.5);
2952
- font-size: 15px; }
2953
-
2954
- .jeg-elementor-kit.jkit-testimonials:not(.style-1) .testimonials-track .testimonial-item .testimonial-box {
2955
- overflow: hidden; }
2956
-
2957
- .jeg-elementor-kit.jkit-accordion {
2958
- counter-reset: jkitNumber; }
2959
- .jeg-elementor-kit.jkit-accordion .card-wrapper {
2960
- background-color: var(--jkit-bg-color); }
2961
- .jeg-elementor-kit.jkit-accordion .card-wrapper:not(:last-child) {
2962
- margin-bottom: 10px; }
2963
- .jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .left-icon-group .normal-icon,
2964
- .jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .right-icon-group .normal-icon {
2965
- display: none; }
2966
- .jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .left-icon-group .active-icon,
2967
- .jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .right-icon-group .active-icon {
2968
- display: block; }
2969
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header {
2970
- cursor: pointer; }
2971
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button {
2972
- display: -webkit-box;
2973
- display: -ms-flexbox;
2974
- display: flex;
2975
- color: var(--jkit-txt-color);
2976
- background-color: var(--jkit-element-lighten-bg-color);
2977
- font-weight: 700;
2978
- padding: 14px 30px;
2979
- border: 1px solid transparent;
2980
- -webkit-box-align: center;
2981
- -ms-flex-align: center;
2982
- align-items: center;
2983
- position: relative; }
2984
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .number:before {
2985
- counter-increment: jkitNumber;
2986
- content: counter(jkitNumber) ". "; }
2987
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .title {
2988
- padding-right: 10px;
2989
- display: inline-block; }
2990
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group {
2991
- padding-right: 26px;
2992
- float: left; }
2993
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group {
2994
- position: absolute;
2995
- right: 0;
2996
- margin-right: 30px; }
2997
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group .normal-icon,
2998
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group .normal-icon {
2999
- display: block; }
3000
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group .active-icon,
3001
- .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group .active-icon {
3002
- display: none; }
3003
- .jeg-elementor-kit.jkit-accordion .card-expand .card-body {
3004
- padding: 30px 85px 30px 65px; }
3005
- .jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button {
3006
- position: relative;
3007
- border: 0;
3008
- padding-left: 70px;
3009
- background-color: var(--jkit-element-bg-color); }
3010
- .jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button:before {
3011
- position: absolute;
3012
- content: "";
3013
- top: 0;
3014
- left: 0;
3015
- height: 100%;
3016
- width: 35px;
3017
- background-color: rgba(255, 255, 255, 0.2);
3018
- text-align: right;
3019
- line-height: 55px; }
3020
- .jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button:after {
3021
- position: absolute;
3022
- content: "";
3023
- left: 35px;
3024
- top: 0;
3025
- border-top: 26.5px solid transparent;
3026
- border-right: 26.5px solid transparent;
3027
- border-left: 26.5px solid rgba(255, 255, 255, 0.2);
3028
- border-bottom: 26.5px solid transparent; }
3029
- .jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button .left-icon-group {
3030
- position: absolute;
3031
- left: 20px;
3032
- top: 50%;
3033
- -moz-transform: translateY(-50%);
3034
- -webkit-transform: translateY(-50%);
3035
- -o-transform: translateY(-50%);
3036
- -ms-transform: translateY(-50%);
3037
- transform: translateY(-50%);
3038
- z-index: 2; }
3039
- .jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button {
3040
- border: 1px solid var(--jkit-border-color);
3041
- border-bottom: 1px solid var(--jkit-element-bg-color);
3042
- background-color: var(--jkit-bg-color);
3043
- position: relative;
3044
- padding-left: 85px; }
3045
- .jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button:before {
3046
- position: absolute;
3047
- top: -1px;
3048
- left: -1px;
3049
- content: "";
3050
- height: calc(100% + 2px);
3051
- width: 55px;
3052
- text-align: center;
3053
- line-height: 55px;
3054
- color: var(--jkit-bg-color);
3055
- background-color: var(--jkit-element-bg-color); }
3056
- .jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button .left-icon-group {
3057
- position: absolute;
3058
- left: 20px;
3059
- top: 50%;
3060
- -moz-transform: translateY(-50%);
3061
- -webkit-transform: translateY(-50%);
3062
- -o-transform: translateY(-50%);
3063
- -ms-transform: translateY(-50%);
3064
- transform: translateY(-50%); }
3065
- .jeg-elementor-kit.jkit-accordion.style-shadow .card-wrapper .card-header .card-header-button {
3066
- -moz-box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2);
3067
- -webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2);
3068
- -o-box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2);
3069
- box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2);
3070
- border-radius: 0 0 5px 5px;
3071
- background-color: var(--jkit-bg-color); }
3072
-
3073
- .jeg-elementor-kit.jkit-gallery:before {
3074
- content: none; }
3075
-
3076
- .jeg-elementor-kit.jkit-gallery[data-grid="masonry"] .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap {
3077
- height: auto;
3078
- position: relative; }
3079
-
3080
- .jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap:hover .grid-item .thumbnail-wrap .style-overlay {
3081
- visibility: visible;
3082
- opacity: 0.7; }
3083
-
3084
- .jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item {
3085
- -webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
3086
- box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05); }
3087
- .jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap {
3088
- position: relative;
3089
- line-height: 0; }
3090
- .jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap .style-overlay {
3091
- visibility: hidden;
3092
- opacity: 0;
3093
- -moz-transition: 0.5s all ease;
3094
- -webkit-transition: 0.5s all ease;
3095
- -o-transition: 0.5s all ease;
3096
- -ms-transition: 0.5s all ease;
3097
- transition: 0.5s all ease;
3098
- display: -webkit-box;
3099
- display: -ms-flexbox;
3100
- display: flex;
3101
- background: var(--jkit-element-darken-bg-color);
3102
- -webkit-box-align: center;
3103
- -ms-flex-align: center;
3104
- align-items: center;
3105
- position: absolute;
3106
- left: 0;
3107
- top: 0;
3108
- height: 100%;
3109
- width: 100%;
3110
- padding: 15px;
3111
- z-index: 10; }
3112
-
3113
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap {
3114
- height: 55px;
3115
- border-radius: 5px;
3116
- max-width: 600px;
3117
- margin: 15px auto 50px;
3118
- display: -webkit-box;
3119
- display: -ms-flexbox;
3120
- display: flex;
3121
- -ms-flex-wrap: wrap;
3122
- flex-wrap: wrap;
3123
- -webkit-box-align: center;
3124
- -ms-flex-align: center;
3125
- align-items: center; }
3126
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap {
3127
- position: relative;
3128
- -ms-flex-preferred-size: 30%;
3129
- flex-basis: 30%; }
3130
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap button.search-filter-trigger {
3131
- color: #7f8995;
3132
- border: 0px solid;
3133
- border-right: 1px solid var(--jkit-element-bg-color);
3134
- width: 100%;
3135
- border-radius: 0px;
3136
- padding: 17px 13px;
3137
- font-size: 14px;
3138
- background: var(--jkit-element-lighten-bg-color);
3139
- height: 55px;
3140
- border-radius: 10px 0px 0 10px;
3141
- outline: none;
3142
- text-align: center;
3143
- position: relative; }
3144
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap button.search-filter-trigger i {
3145
- margin-left: 10px; }
3146
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls {
3147
- position: absolute;
3148
- left: 0;
3149
- background: #fff;
3150
- z-index: 999;
3151
- width: 150px;
3152
- visibility: hidden;
3153
- opacity: 0;
3154
- -webkit-transition: 300ms;
3155
- -o-transition: 300ms;
3156
- transition: 300ms;
3157
- width: 100%;
3158
- border-radius: 5px;
3159
- padding-top: 7px;
3160
- margin: 0;
3161
- padding: 0;
3162
- list-style: none; }
3163
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:first-child {
3164
- border-top: 0px solid; }
3165
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li {
3166
- padding: 5px 5px 5px 10px;
3167
- cursor: pointer;
3168
- -webkit-transition: 300ms;
3169
- -o-transition: 300ms;
3170
- transition: 300ms;
3171
- font-size: 14px;
3172
- color: #7f8995;
3173
- font-weight: normal; }
3174
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:hover {
3175
- color: #000; }
3176
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls.open-controls {
3177
- visibility: visible;
3178
- opacity: 1; }
3179
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .jkit-gallery-search-box {
3180
- background: var(--jkit-element-lighten-bg-color);
3181
- border-radius: 0 10px 10px 0;
3182
- -ms-flex-preferred-size: 70%;
3183
- flex-basis: 70%;
3184
- height: 100%; }
3185
- .jeg-elementor-kit.jkit-gallery .search-filters-wrap .jkit-gallery-search-box input[type="text"] {
3186
- width: 100%;
3187
- height: 100%;
3188
- margin: 0;
3189
- padding: 15px;
3190
- font-size: 14px;
3191
- border: 0px solid;
3192
- outline: none;
3193
- background: none; }
3194
-
3195
- .jeg-elementor-kit.jkit-gallery .filter-controls {
3196
- display: -webkit-box;
3197
- display: -ms-flexbox;
3198
- display: flex;
3199
- -webkit-box-orient: vertical;
3200
- -webkit-box-direction: normal;
3201
- -ms-flex-flow: 1 1 auto;
3202
- flex-flow: 1 1 auto;
3203
- -webkit-box-align: center;
3204
- -ms-flex-align: center;
3205
- align-items: center;
3206
- -webkit-box-pack: center;
3207
- -ms-flex-pack: center;
3208
- justify-content: center;
3209
- -ms-flex-flow: row wrap;
3210
- flex-flow: row wrap;
3211
- padding: 0px;
3212
- margin: 0px; }
3213
- .jeg-elementor-kit.jkit-gallery .filter-controls ul {
3214
- margin: 0px 0px 20px 0px;
3215
- padding: 0px;
3216
- text-align: center; }
3217
- .jeg-elementor-kit.jkit-gallery .filter-controls ul li {
3218
- font-size: 13px;
3219
- line-height: 1.8;
3220
- text-transform: uppercase;
3221
- letter-spacing: 1px;
3222
- padding: 6px 15px;
3223
- cursor: pointer;
3224
- margin: 0 5px;
3225
- font-weight: normal;
3226
- list-style: none;
3227
- display: inline-block;
3228
- text-align: center; }
3229
- .jeg-elementor-kit.jkit-gallery .filter-controls ul li.active {
3230
- background: var(--jkit-element-bg-color);
3231
- border-radius: 0px;
3232
- color: var(--jkit-bg-color); }
3233
-
3234
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap {
3235
- width: 100%;
3236
- float: left; }
3237
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay {
3238
- visibility: visible;
3239
- opacity: 0.7; }
3240
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title,
3241
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,
3242
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons {
3243
- -moz-transform: translate(0);
3244
- -webkit-transform: translate(0);
3245
- -o-transform: translate(0);
3246
- -ms-transform: translate(0);
3247
- transform: translate(0); }
3248
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,
3249
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over {
3250
- -moz-transform: scale(1);
3251
- -webkit-transform: scale(1);
3252
- -o-transform: scale(1);
3253
- -ms-transform: scale(1);
3254
- transform: scale(1); }
3255
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .video-wrap a {
3256
- font-size: 65px;
3257
- -moz-transition: 0.5s all ease;
3258
- -webkit-transition: 0.5s all ease;
3259
- -o-transition: 0.5s all ease;
3260
- -ms-transition: 0.5s all ease;
3261
- transition: 0.5s all ease; }
3262
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item {
3263
- margin: 5px;
3264
- position: relative;
3265
- overflow: hidden; }
3266
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap {
3267
- height: 300px;
3268
- overflow: hidden; }
3269
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img {
3270
- width: 100%;
3271
- height: 100%;
3272
- object-fit: cover; }
3273
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap {
3274
- position: absolute;
3275
- top: 50%;
3276
- left: 50%;
3277
- -moz-transform: translate(-50%, -50%);
3278
- -webkit-transform: translate(-50%, -50%);
3279
- -o-transform: translate(-50%, -50%);
3280
- -ms-transform: translate(-50%, -50%);
3281
- transform: translate(-50%, -50%);
3282
- z-index: 15; }
3283
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap a {
3284
- font-size: 60px;
3285
- color: var(--jkit-bg-color); }
3286
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category {
3287
- line-height: normal; }
3288
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category span {
3289
- position: absolute;
3290
- left: 50%;
3291
- bottom: 0;
3292
- font-size: 12px;
3293
- font-weight: 500;
3294
- -moz-transform: translateX(-50%);
3295
- -webkit-transform: translateX(-50%);
3296
- -o-transform: translateX(-50%);
3297
- -ms-transform: translateX(-50%);
3298
- transform: translateX(-50%);
3299
- margin-bottom: 15px;
3300
- border-radius: 5px;
3301
- padding: 5px 10px 5px 10px;
3302
- background: var(--jkit-selection-bg-color); }
3303
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button {
3304
- position: absolute;
3305
- left: 50%;
3306
- top: 50%;
3307
- width: 100%;
3308
- height: auto;
3309
- text-align: center;
3310
- -moz-transform: translate(-50%, -50%);
3311
- -webkit-transform: translate(-50%, -50%);
3312
- -o-transform: translate(-50%, -50%);
3313
- -ms-transform: translate(-50%, -50%);
3314
- transform: translate(-50%, -50%); }
3315
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons a {
3316
- display: inline-block;
3317
- font-size: 16px;
3318
- margin: 0px 7px; }
3319
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons a span {
3320
- background: var(--jkit-bg-color);
3321
- color: var(--jkit-element-bg-color);
3322
- height: 50px;
3323
- line-height: 50px;
3324
- width: 50px;
3325
- border-radius: 50%;
3326
- padding: 15px; }
3327
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons a {
3328
- display: inline-block;
3329
- font-size: 16px;
3330
- margin-right: 15px; }
3331
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons a span {
3332
- background: var(--jkit-bg-color);
3333
- color: var(--jkit-element-bg-color);
3334
- height: 50px;
3335
- line-height: 50px;
3336
- width: 50px;
3337
- border-radius: 50%;
3338
- padding: 15px; }
3339
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-hover-bg {
3340
- position: absolute;
3341
- left: 0;
3342
- top: 0;
3343
- height: 100%;
3344
- width: 100%;
3345
- content: "";
3346
- background: var(--jkit-element-darken-bg-color);
3347
- z-index: -1;
3348
- opacity: 0.7; }
3349
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head {
3350
- position: absolute;
3351
- top: 0;
3352
- left: 0;
3353
- width: 100%;
3354
- display: -webkit-box;
3355
- display: -ms-flexbox;
3356
- display: flex;
3357
- -webkit-box-pack: justify;
3358
- -ms-flex-pack: justify;
3359
- justify-content: space-between;
3360
- padding: 15px;
3361
- z-index: 3;
3362
- color: var(--jkit-bg-color);
3363
- font-size: 18px;
3364
- font-weight: 700;
3365
- line-height: normal; }
3366
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head .item-rating li {
3367
- display: inline-block;
3368
- list-style: none;
3369
- margin-right: 2px; }
3370
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay {
3371
- visibility: hidden;
3372
- opacity: 0;
3373
- -moz-transition: 0.6s all ease;
3374
- -webkit-transition: 0.6s all ease;
3375
- -o-transition: 0.6s all ease;
3376
- -ms-transition: 0.6s all ease;
3377
- transition: 0.6s all ease;
3378
- display: -webkit-box;
3379
- display: -ms-flexbox;
3380
- display: flex;
3381
- -webkit-box-align: center;
3382
- -ms-flex-align: center;
3383
- align-items: center;
3384
- position: absolute;
3385
- left: 0;
3386
- top: 0;
3387
- height: 100%;
3388
- width: 100%;
3389
- padding: 15px;
3390
- z-index: 10; }
3391
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title {
3392
- -moz-transform: translateY(20px);
3393
- -webkit-transform: translateY(20px);
3394
- -o-transform: translateY(20px);
3395
- -ms-transform: translateY(20px);
3396
- transform: translateY(20px);
3397
- -moz-transition: 0.5s all ease;
3398
- -webkit-transition: 0.5s all ease;
3399
- -o-transition: 0.5s all ease;
3400
- -ms-transition: 0.5s all ease;
3401
- transition: 0.5s all ease; }
3402
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,
3403
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons {
3404
- -moz-transform: translateY(40px);
3405
- -webkit-transform: translateY(40px);
3406
- -o-transform: translateY(40px);
3407
- -ms-transform: translateY(40px);
3408
- transform: translateY(40px);
3409
- -moz-transition: 0.5s all ease;
3410
- -webkit-transition: 0.5s all ease;
3411
- -o-transition: 0.5s all ease;
3412
- -ms-transition: 0.5s all ease;
3413
- transition: 0.5s all ease; }
3414
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,
3415
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over {
3416
- -moz-transform: scale(0.8);
3417
- -webkit-transform: scale(0.8);
3418
- -o-transform: scale(0.8);
3419
- -ms-transform: scale(0.8);
3420
- transform: scale(0.8);
3421
- -moz-transition: 0.5s all ease;
3422
- -webkit-transition: 0.5s all ease;
3423
- -o-transition: 0.5s all ease;
3424
- -ms-transition: 0.5s all ease;
3425
- transition: 0.5s all ease; }
3426
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-hover-bg,
3427
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-caption-over {
3428
- display: none; }
3429
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over {
3430
- width: 100%;
3431
- height: auto; }
3432
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-title {
3433
- color: var(--jkit-txt-alt-color);
3434
- font-size: 20px;
3435
- margin-bottom: 5px;
3436
- line-height: 1; }
3437
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-content {
3438
- color: var(--jkit-txt-alt-color);
3439
- font-size: 12px;
3440
- font-family: inherit; }
3441
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-buttons {
3442
- color: var(--jkit-txt-alt-color);
3443
- font-size: 12px;
3444
- font-family: inherit; }
3445
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card {
3446
- background: var(--jkit-element-lighten-bg-color);
3447
- padding: 10px;
3448
- -webkit-box-sizing: border-box;
3449
- box-sizing: border-box;
3450
- font-family: inherit; }
3451
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-title {
3452
- color: var(--jkit-txt-color);
3453
- font-size: 20px;
3454
- margin: 10px 0 10px;
3455
- line-height: 1; }
3456
- .jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-content {
3457
- color: var(--jkit-txt-color);
3458
- font-size: 12px;
3459
- font-family: inherit; }
3460
-
3461
- .jeg-elementor-kit.jkit-gallery .load-more-items {
3462
- text-align: center;
3463
- margin-top: 15px; }
3464
- .jeg-elementor-kit.jkit-gallery .load-more-items .jkit-gallery-load-more {
3465
- background: var(--jkit-btn-bg-color);
3466
- color: var(--jkit-bg-color);
3467
- padding: 10px; }
3468
-
3469
- .jeg-elementor-kit.jkit-contact-form-7:before {
3470
- content: unset; }
3471
-
3472
- .jeg-elementor-kit.jkit-contact-form-7 form label {
3473
- color: var(--jkit-form-txt-color);
3474
- width: 100%;
3475
- max-width: 380px; }
3476
- .jeg-elementor-kit.jkit-contact-form-7 form label span {
3477
- pointer-events: none;
3478
- color: var(--jkit-txt-m-color);
3479
- font-size: .8125rem;
3480
- display: block; }
3481
-
3482
- .jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
3483
- .jeg-elementor-kit.jkit-contact-form-7 form textarea,
3484
- .jeg-elementor-kit.jkit-contact-form-7 form select {
3485
- border: 1px solid var(--jkit-form-border-color);
3486
- margin-bottom: 20px; }
3487
-
3488
- .jeg-elementor-kit.jkit-contact-form-7 form input[type=submit] {
3489
- display: inline-block;
3490
- font-weight: 400;
3491
- text-align: center;
3492
- white-space: nowrap;
3493
- vertical-align: middle;
3494
- -webkit-user-select: none;
3495
- -moz-user-select: none;
3496
- -ms-user-select: none;
3497
- user-select: none;
3498
- border-radius: 0;
3499
- -moz-transition: all 0.5s ease;
3500
- -webkit-transition: all 0.5s ease;
3501
- -o-transition: all 0.5s ease;
3502
- -ms-transition: all 0.5s ease;
3503
- transition: all 0.5s ease;
3504
- padding: 12px 72px;
3505
- font-size: .9375rem;
3506
- background-color: var(--jkit-btn-bg-color);
3507
- border: 0;
3508
- color: #fff;
3509
- cursor: pointer;
3510
- margin-bottom: 20px; }
3511
- .jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]:hover {
3512
- background-color: var(--jkit-btn-bg-hover-color); }
3513
-
3514
- .jeg-elementor-kit.jkit-postblock .jkit-edit-post {
3515
- position: absolute;
3516
- top: 0;
3517
- z-index: 5;
3518
- color: var(--jkit-txt-alt-color, #ffffff);
3519
- padding: 4px 10px;
3520
- font-size: 12px;
3521
- line-height: 1.5em;
3522
- background-color: rgba(0, 0, 0, 0.4);
3523
- opacity: 0;
3524
- visibility: hidden;
3525
- -moz-transform: translate3d(0, -15px, 0);
3526
- -webkit-transform: translate3d(0, -15px, 0);
3527
- -o-transform: translate3d(0, -15px, 0);
3528
- -ms-transform: translate3d(0, -15px, 0);
3529
- transform: translate3d(0, -15px, 0);
3530
- -moz-transition: 0.25s ease;
3531
- -webkit-transition: 0.25s ease;
3532
- -o-transition: 0.25s ease;
3533
- -ms-transition: 0.25s ease;
3534
- transition: 0.25s ease; }
3535
- .jeg-elementor-kit.jkit-postblock .jkit-edit-post.fa {
3536
- margin-right: 2px;
3537
- opacity: 0.6; }
3538
-
3539
- .jeg-elementor-kit.jkit-postblock .jkit-post-category {
3540
- font-size: 0.75rem;
3541
- font-weight: bold;
3542
- text-transform: uppercase;
3543
- letter-spacing: 0.04em;
3544
- margin-top: 0.5rem;
3545
- margin-bottom: 0.5rem;
3546
- display: inline-block; }
3547
- .jeg-elementor-kit.jkit-postblock .jkit-post-category a {
3548
- color: var(--jkit-txt-a-color); }
3549
-
3550
- .jeg-elementor-kit.jkit-postblock .jkit-post-title {
3551
- font-size: 1rem;
3552
- line-height: 1.3;
3553
- margin-top: 0.5rem;
3554
- margin-bottom: 0.5rem; }
3555
- .jeg-elementor-kit.jkit-postblock .jkit-post-title a {
3556
- color: var(--jkit-txt-h-color, #181D23); }
3557
-
3558
- .jeg-elementor-kit.jkit-postblock .jkit-post-excerpt {
3559
- font-size: 0.875rem;
3560
- margin-top: 0.5rem;
3561
- margin-bottom: 0.5rem; }
3562
- .jeg-elementor-kit.jkit-postblock .jkit-post-excerpt p:last-child {
3563
- margin-bottom: 0px; }
3564
-
3565
- .jeg-elementor-kit.jkit-postblock .jkit-post-meta {
3566
- display: -webkit-inline-box;
3567
- display: -ms-inline-flexbox;
3568
- display: inline-flex;
3569
- -webkit-box-pack: center;
3570
- -ms-flex-pack: center;
3571
- justify-content: center;
3572
- margin-top: 0.5rem;
3573
- margin-bottom: 0.5rem;
3574
- color: var(--jkit-txt-m-color, #96989B);
3575
- font-size: 0.75rem; }
3576
- .jeg-elementor-kit.jkit-postblock .jkit-post-meta a {
3577
- color: var(--jkit-txt-h-color, #181D23);
3578
- text-transform: uppercase; }
3579
- .jeg-elementor-kit.jkit-postblock .jkit-post-meta > div:not(:only-child):not(:last-child):after {
3580
- content: '\2022';
3581
- margin: 0 0.5rem; }
3582
-
3583
- .jeg-elementor-kit.jkit-postblock .jkit-post-meta-bottom {
3584
- display: -webkit-box;
3585
- display: -ms-flexbox;
3586
- display: flex;
3587
- font-size: .75rem;
3588
- -webkit-box-align: center;
3589
- -ms-flex-align: center;
3590
- align-items: center;
3591
- -webkit-box-pack: justify;
3592
- -ms-flex-pack: justify;
3593
- justify-content: space-between;
3594
- margin-top: 1.5rem; }
3595
-
3596
- .jeg-elementor-kit.jkit-postblock .jkit-readmore {
3597
- display: inline-block;
3598
- color: var(--jkit-btn-txt-color, #ffffff);
3599
- text-align: center;
3600
- vertical-align: middle;
3601
- -webkit-user-select: none;
3602
- -moz-user-select: none;
3603
- -ms-user-select: none;
3604
- user-select: none;
3605
- background-color: var(--jkit-btn-bg-color, #0058E6);
3606
- border: 1px solid transparent;
3607
- padding: .5rem .875rem;
3608
- line-height: 1.5;
3609
- border-radius: 3px;
3610
- -moz-transition: 0.2s ease;
3611
- -webkit-transition: 0.2s ease;
3612
- -o-transition: 0.2s ease;
3613
- -ms-transition: 0.2s ease;
3614
- transition: 0.2s ease; }
3615
-
3616
- .jeg-elementor-kit.jkit-postblock .jkit-meta-comment a {
3617
- color: var(--jkit-txt-h-color, #181D23); }
3618
-
3619
- .jeg-elementor-kit.jkit-postblock .jkit-block-pagination {
3620
- margin: 0 0 30px 0; }
3621
- .jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-block-loadmore {
3622
- display: block;
3623
- text-align: center;
3624
- cursor: pointer;
3625
- border: 1px solid var(--jkit-border-color, #eaeaeb);
3626
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
3627
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
3628
- -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
3629
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
3630
- padding: 0.625rem 0.875rem;
3631
- font-size: 0.875rem;
3632
- line-height: 1.5;
3633
- border-radius: 3px;
3634
- -moz-transition: 0.25s ease;
3635
- -webkit-transition: 0.25s ease;
3636
- -o-transition: 0.25s ease;
3637
- -ms-transition: 0.25s ease;
3638
- transition: 0.25s ease; }
3639
- .jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-block-loadmore a {
3640
- color: var(--jkit-txt-color, #575A5F); }
3641
-
3642
- .jeg-elementor-kit.jkit-postblock .jkit-posts {
3643
- display: grid; }
3644
-
3645
- .jeg-elementor-kit.jkit-postblock .jkit-post {
3646
- margin-bottom: 2rem; }
3647
- .jeg-elementor-kit.jkit-postblock .jkit-post:hover .jkit-edit-post {
3648
- -moz-transform: translate3d(0, 0, 0);
3649
- -webkit-transform: translate3d(0, 0, 0);
3650
- -o-transform: translate3d(0, 0, 0);
3651
- -ms-transform: translate3d(0, 0, 0);
3652
- transform: translate3d(0, 0, 0);
3653
- opacity: 1;
3654
- visibility: visible; }
3655
-
3656
- .jeg-elementor-kit.jkit-postblock .jkit-thumb {
3657
- position: relative;
3658
- overflow: hidden; }
3659
- .jeg-elementor-kit.jkit-postblock .jkit-thumb .thumbnail-container {
3660
- display: block;
3661
- position: relative;
3662
- overflow: hidden;
3663
- z-index: 0;
3664
- background: var(--jkit-border-color, #eaeaeb);
3665
- background-position: 50%;
3666
- background-size: cover; }
3667
- .jeg-elementor-kit.jkit-postblock .jkit-thumb .thumbnail-container img {
3668
- position: absolute;
3669
- top: 0;
3670
- bottom: 0;
3671
- left: 0;
3672
- width: 100%;
3673
- min-height: 100%;
3674
- object-fit: cover;
3675
- color: var(--jkit-txt-alt-color, #FAFCFF);
3676
- z-index: -1; }
3677
-
3678
- .jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-post {
3679
- display: -webkit-box;
3680
- display: -ms-flexbox;
3681
- display: flex;
3682
- -webkit-box-align: center;
3683
- -ms-flex-align: center;
3684
- align-items: center; }
3685
-
3686
- .jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-thumb {
3687
- -webkit-box-flex: 1;
3688
- -ms-flex: 1 0 50%;
3689
- flex: 1 0 50%; }
3690
-
3691
- .jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-postblock-content {
3692
- -webkit-box-flex: 1;
3693
- -ms-flex: 1 1 auto;
3694
- flex: 1 1 auto;
3695
- padding-left: 2rem; }
3696
-
3697
- .jeg-elementor-kit.jkit-postblock.postblock-type-2 .jkit-post-category a {
3698
- color: var(--jkit-txt-a-color); }
3699
-
3700
- .jeg-elementor-kit.jkit-postblock.postblock-type-2 .jkit-postblock-content {
3701
- position: relative; }
3702
-
3703
- .jeg-elementor-kit.jkit-postblock.postblock-type-3 .jkit-thumb {
3704
- margin-bottom: 1.5rem; }
3705
-
3706
- .jeg-elementor-kit.jkit-postblock.postblock-type-3 .jkit-post-category {
3707
- position: absolute;
3708
- bottom: 0;
3709
- left: 50%;
3710
- line-height: 1;
3711
- -moz-transform: translateX(-50%);
3712
- -webkit-transform: translateX(-50%);
3713
- -o-transform: translateX(-50%);
3714
- -ms-transform: translateX(-50%);
3715
- transform: translateX(-50%);
3716
- background: var(--jkit-bg-color, #fff);
3717
- padding: 1rem 1.5rem 0;
3718
- margin-bottom: 0;
3719
- text-align: center; }
3720
-
3721
- .jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post {
3722
- display: -webkit-box;
3723
- display: -ms-flexbox;
3724
- display: flex; }
3725
-
3726
- .jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-thumb {
3727
- -webkit-box-flex: 1;
3728
- -ms-flex: 1 0 64%;
3729
- flex: 1 0 64%;
3730
- -webkit-box-ordinal-group: 2;
3731
- -ms-flex-order: 1;
3732
- order: 1; }
3733
-
3734
- .jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-postblock-content {
3735
- -webkit-box-flex: 1;
3736
- -ms-flex: 1 1 auto;
3737
- flex: 1 1 auto;
3738
- -webkit-box-ordinal-group: 1;
3739
- -ms-flex-order: 0;
3740
- order: 0; }
3741
-
3742
- .jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post-title {
3743
- margin-right: -120px;
3744
- position: relative;
3745
- z-index: 1; }
3746
- .jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post-title a {
3747
- line-height: inherit;
3748
- display: inline;
3749
- padding: 2px 2px 2px 0;
3750
- background: var(--jeg-bg-color, #fff);
3751
- white-space: pre-wrap;
3752
- -webkit-box-decoration-break: clone;
3753
- box-decoration-break: clone; }
3754
-
3755
- .jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post-category a {
3756
- color: var(--jkit-txt-a-color); }
3757
-
3758
- .jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post {
3759
- position: relative;
3760
- overflow: hidden; }
3761
-
3762
- .jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post-category {
3763
- margin-top: 0;
3764
- margin-bottom: 0; }
3765
-
3766
- .jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-postblock-content {
3767
- position: absolute;
3768
- bottom: 0;
3769
- left: 0;
3770
- padding: 30px; }
3771
-
3772
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .jkit-ajax-loaded, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .jkit-ajax-loaded {
3773
- -webkit-animation-duration: .4s;
3774
- animation-duration: .4s;
3775
- -webkit-animation-fill-mode: both;
3776
- animation-fill-mode: both;
3777
- -webkit-animation-name: jkit-fadeinup;
3778
- animation-name: jkit-fadeinup; }
3779
-
3780
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-1, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-1 {
3781
- -webkit-animation-delay: .05s; }
3782
-
3783
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-2, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-2 {
3784
- -webkit-animation-delay: .15s; }
3785
-
3786
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-3, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-3 {
3787
- -webkit-animation-delay: .25s; }
3788
-
3789
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-4, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-4 {
3790
- -webkit-animation-delay: .35s; }
3791
-
3792
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-5, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-5 {
3793
- -webkit-animation-delay: .45s; }
3794
-
3795
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-6, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-6 {
3796
- -webkit-animation-delay: .55s; }
3797
-
3798
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-7, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-7 {
3799
- -webkit-animation-delay: .65s; }
3800
-
3801
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-8, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-8 {
3802
- -webkit-animation-delay: .75s; }
3803
-
3804
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-9, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-9 {
3805
- -webkit-animation-delay: .85s; }
3806
-
3807
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-10, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-10 {
3808
- -webkit-animation-delay: .95s; }
3809
-
3810
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-11, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-11 {
3811
- -webkit-animation-delay: 1.05s; }
3812
-
3813
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-12, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-12 {
3814
- -webkit-animation-delay: 1.15s; }
3815
-
3816
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-13, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-13 {
3817
- -webkit-animation-delay: 1.25s; }
3818
-
3819
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-14, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-14 {
3820
- -webkit-animation-delay: 1.35s; }
3821
-
3822
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-15, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-15 {
3823
- -webkit-animation-delay: 1.45s; }
3824
-
3825
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-16, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-16 {
3826
- -webkit-animation-delay: 1.55s; }
3827
-
3828
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-17, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-17 {
3829
- -webkit-animation-delay: 1.65s; }
3830
-
3831
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-18, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-18 {
3832
- -webkit-animation-delay: 1.75s; }
3833
-
3834
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-19, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-19 {
3835
- -webkit-animation-delay: 1.85s; }
3836
-
3837
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-20, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-20 {
3838
- -webkit-animation-delay: 1.95s; }
3839
-
3840
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-21, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-21 {
3841
- -webkit-animation-delay: 2.05s; }
3842
-
3843
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-22, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-22 {
3844
- -webkit-animation-delay: 2.15s; }
3845
-
3846
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-23, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-23 {
3847
- -webkit-animation-delay: 2.25s; }
3848
-
3849
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-24, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-24 {
3850
- -webkit-animation-delay: 2.35s; }
3851
-
3852
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-25, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-25 {
3853
- -webkit-animation-delay: 2.45s; }
3854
-
3855
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-26, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-26 {
3856
- -webkit-animation-delay: 2.55s; }
3857
-
3858
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-27, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-27 {
3859
- -webkit-animation-delay: 2.65s; }
3860
-
3861
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-28, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-28 {
3862
- -webkit-animation-delay: 2.75s; }
3863
-
3864
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-29, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-29 {
3865
- -webkit-animation-delay: 2.85s; }
3866
-
3867
- .jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-30, .jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-30 {
3868
- -webkit-animation-delay: 2.95s; }
3869
-
3870
  /*# sourceMappingURL=main.css.map */
1
+ @-webkit-keyframes slide-from-left{0%{left:0}100%{left:101%}}@keyframes slide-from-left{0%{left:0}100%{left:101%}}@-webkit-keyframes slide-from-right{0%{left:0}100%{left:-101%}}@keyframes slide-from-right{0%{left:0}100%{left:-101%}}@-webkit-keyframes slide-from-left-reverse{0%{left:-101%}100%{left:0}}@keyframes slide-from-left-reverse{0%{left:-101%}100%{left:0}}@-webkit-keyframes slide-from-right-reverse{0%{left:101%}100%{left:0}}@keyframes slide-from-right-reverse{0%{left:101%}100%{left:0}}@-webkit-keyframes jkit-fadeinup{from{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes jkit-fadeinup{from{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes jkit-scrolling-vertical{0%{transform:translateY(0);opacity:1}49%{transform:translateY(100%);opacity:0}50%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes jkit-scrolling-vertical{0%{transform:translateY(0);opacity:1}49%{transform:translateY(100%);opacity:0}50%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes jkit-animated-dash{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}100%{stroke-dasharray:0 1500;opacity:0}}@keyframes jkit-animated-dash{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}100%{stroke-dasharray:0 1500;opacity:0}}@-webkit-keyframes jkit-animated-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes jkit-animated-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@-webkit-keyframes jkit-animated-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@keyframes jkit-animated-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes jkit-animated-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes jkit-animated-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes jkit-animated-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes jkit-animated-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jkit-animated-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@keyframes jkit-animated-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes jkit-animated-flip-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes jkit-animated-flip-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@-webkit-keyframes jkit-animated-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes jkit-animated-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes jkit-animated-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes jkit-animated-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes jkit-animated-slide-right-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes jkit-animated-slide-right-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes jkit-animated-slide-right-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes jkit-animated-slide-right-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes jkit-animated-slide-left-in{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}60%{opacity:1;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes jkit-animated-slide-left-in{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}60%{opacity:1;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes jkit-animated-slide-left-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(-110%);transform:translateX(-110%)}100%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes jkit-animated-slide-left-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(-110%);transform:translateX(-110%)}100%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes jkit-animated-slide-up-in{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}60%{opacity:1;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes jkit-animated-slide-up-in{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}60%{opacity:1;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes jkit-animated-slide-up-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes jkit-animated-slide-up-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes jkit-animated-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes jkit-animated-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes jkit-animated-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes jkit-animated-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes jkit-animated-bounce-in{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes jkit-animated-bounce-in{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes jkit-animated-bounce-out{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes jkit-animated-bounce-out{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes jkit-animated-swing-in{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes jkit-animated-swing-in{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes jkit-animated-swing-out{20%{-webkit-transform:rotate(0);transform:rotate(0)}40%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}60%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}to{-webkit-transform:rotate(15deg);transform:rotate(15deg)}}@keyframes jkit-animated-swing-out{20%{-webkit-transform:rotate(0);transform:rotate(0)}40%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}60%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}to{-webkit-transform:rotate(15deg);transform:rotate(15deg)}}@-webkit-keyframes jkit-animated-rubber-band-in{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes jkit-animated-rubber-band-in{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes jkit-animated-rubber-band-out{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}40%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}75%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes jkit-animated-rubber-band-out{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}40%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}75%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.jkit-color-scheme{--jkit-bg-color:#ffffff;--jkit-border-color:#eaeaeb;--jkit-txt-color:#575A5F;--jkit-txt-h-color:#181D23;--jkit-txt-a-color:#0058E6;--jkit-txt-m-color:#96989B;--jkit-txt-alt-color:#ffffff;--jkit-form-border-color:#D5D5D7;--jkit-form-bg-color:transparent;--jkit-form-txt-color:#181D23;--jkit-btn-txt-color:#ffffff;--jkit-btn-bg-color:#0058E6;--jkit-btn-bg-hover-color:#0048bd;--jkit-selection-bg-color:#d8a600;--jkit-element-bg-color:#80b1ff;--jkit-element-darken-bg-color:#0058E6;--jkit-element-lighten-bg-color:#e6f0ff}@media screen and (max-width:1024px){.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-hamburger-menu{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper{width:100%;max-width:360px;border-radius:0;background-color:#f7f7f7;width:100%;position:fixed;top:0;left:-110%;height:100%!important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;padding-top:0;padding-left:0;padding-right:0;display:flex;flex-direction:column-reverse;justify-content:flex-end;-moz-transition:left .6s cubic-bezier(.6,.1,.68,.53);-webkit-transition:left .6s cubic-bezier(.6,.1,.68,.53);-o-transition:left .6s cubic-bezier(.6,.1,.68,.53);-ms-transition:left .6s cubic-bezier(.6,.1,.68,.53);transition:left .6s cubic-bezier(.6,.1,.68,.53)}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper.active{left:0}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu-container{overflow-y:hidden}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel{padding:10px 0 10px 0;display:block;position:relative;z-index:5;width:100%}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title{display:inline-block}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu{display:block;height:100%;overflow-y:auto}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--jkit-border-color);border-radius:3px}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none;background:0 0}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li{display:block;width:100%;position:inherit}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li a{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu li a i{float:right}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper .jkit-menu-container{height:100%}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-hamburger-menu{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper{width:100%;max-width:360px;border-radius:0;background-color:#f7f7f7;width:100%;position:fixed;top:0;left:-110%;height:100%!important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;padding-top:0;padding-left:0;padding-right:0;display:flex;flex-direction:column-reverse;justify-content:flex-end;-moz-transition:left .6s cubic-bezier(.6,.1,.68,.53);-webkit-transition:left .6s cubic-bezier(.6,.1,.68,.53);-o-transition:left .6s cubic-bezier(.6,.1,.68,.53);-ms-transition:left .6s cubic-bezier(.6,.1,.68,.53);transition:left .6s cubic-bezier(.6,.1,.68,.53)}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper.active{left:0}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu-container{overflow-y:hidden}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel{padding:10px 0 10px 0;display:block;position:relative;z-index:5;width:100%}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title{display:inline-block}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu{display:block;height:100%;overflow-y:auto}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--jkit-border-color);border-radius:3px}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none;background:0 0}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li{display:block;width:100%;position:inherit}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li a{display:block}.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu li a i{float:right}}@media screen and (min-width:768px){.jeg-elementor-kit.jkit-nav-menu.break-point-mobile .jkit-menu-wrapper .jkit-menu-container{height:100%}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-gallery.grid-desktop-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-gallery.grid-tablet-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-gallery.grid-mobile-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (max-width:1024px){.jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-tablet .jkit-post{display:block;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-tablet .jkit-thumb{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-mobile .jkit-post{display:block;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jeg-elementor-kit.jkit-postblock.postblock-type-1.break-point-mobile .jkit-thumb{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%}}@media screen and (max-width:1024px){.jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-tablet .jkit-post{display:block}.jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-tablet .jkit-thumb{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-mobile .jkit-post{display:block}.jeg-elementor-kit.jkit-postblock.postblock-type-4.break-point-mobile .jkit-thumb{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+2){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-1 .client-track:not(:nth-child(1)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-2 .client-track:not(:nth-child(2)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-3 .client-track:not(:nth-child(3)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-4 .client-track:not(:nth-child(4)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-5 .client-track:not(:nth-child(5)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-6 .client-track:not(:nth-child(6)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-7 .client-track:not(:nth-child(7)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-8 .client-track:not(:nth-child(8)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-9 .client-track:not(:nth-child(9)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11){display:none}.jeg-elementor-kit.jkit-client-logo.grid-desktop-10 .client-track:not(:nth-child(10)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+11){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-1 .client-track:not(:nth-child(1)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-2 .client-track:not(:nth-child(2)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-3 .client-track:not(:nth-child(3)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-4 .client-track:not(:nth-child(4)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-5 .client-track:not(:nth-child(5)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-6 .client-track:not(:nth-child(6)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-7 .client-track:not(:nth-child(7)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-8 .client-track:not(:nth-child(8)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-9 .client-track:not(:nth-child(9)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11){display:none}.jeg-elementor-kit.jkit-client-logo.grid-tablet-10 .client-track:not(:nth-child(10)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(.tns-slider) .client-slider:nth-child(n+2){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-1 .client-track:not(:nth-child(1)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(.tns-slider) .client-slider:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-2 .client-track:not(:nth-child(2)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(.tns-slider) .client-slider:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-3 .client-track:not(:nth-child(3)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(.tns-slider) .client-slider:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-4 .client-track:not(:nth-child(4)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(.tns-slider) .client-slider:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-5 .client-track:not(:nth-child(5)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(.tns-slider) .client-slider:nth-child(n+7){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-6 .client-track:not(:nth-child(6)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(.tns-slider) .client-slider:nth-child(n+8){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-7 .client-track:not(:nth-child(7)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(.tns-slider) .client-slider:nth-child(n+9){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-8 .client-track:not(:nth-child(8)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(.tns-slider) .client-slider:nth-child(n+10){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-9 .client-track:not(:nth-child(9)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider) .client-slider{width:100%}.jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(.tns-slider) .client-slider:nth-child(n+11){display:none}.jeg-elementor-kit.jkit-client-logo.grid-mobile-10 .client-track:not(:nth-child(10)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider) .testimonial-item{width:100%}.jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+2){display:none}.jeg-elementor-kit.jkit-testimonials.grid-desktop-1 .testimonials-track:not(:nth-child(1)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider) .testimonial-item{width:50%}.jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-testimonials.grid-desktop-2 .testimonials-track:not(:nth-child(2)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider) .testimonial-item{width:33.3333333333%}.jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-testimonials.grid-desktop-3 .testimonials-track:not(:nth-child(3)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider) .testimonial-item{width:25%}.jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-testimonials.grid-desktop-4 .testimonials-track:not(:nth-child(4)){margin-right:10px}}@media screen and (min-width:1025px){.jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider) .testimonial-item{width:20%}.jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-testimonials.grid-desktop-5 .testimonials-track:not(:nth-child(5)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider) .testimonial-item{width:100%}.jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+11){display:none}.jeg-elementor-kit.jkit-testimonials.grid-tablet-1 .testimonials-track:not(:nth-child(1)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider) .testimonial-item{width:50%}.jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-testimonials.grid-tablet-2 .testimonials-track:not(:nth-child(2)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider) .testimonial-item{width:33.3333333333%}.jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-testimonials.grid-tablet-3 .testimonials-track:not(:nth-child(3)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider) .testimonial-item{width:25%}.jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-testimonials.grid-tablet-4 .testimonials-track:not(:nth-child(4)){margin-right:10px}}@media screen and (min-width:768px) and (max-width:1024px){.jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider) .testimonial-item{width:20%}.jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-testimonials.grid-tablet-5 .testimonials-track:not(:nth-child(5)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider) .testimonial-item{width:100%}.jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+2){display:none}.jeg-elementor-kit.jkit-testimonials.grid-mobile-1 .testimonials-track:not(:nth-child(1)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider) .testimonial-item{width:50%}.jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+3){display:none}.jeg-elementor-kit.jkit-testimonials.grid-mobile-2 .testimonials-track:not(:nth-child(2)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider) .testimonial-item{width:33.3333333333%}.jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+4){display:none}.jeg-elementor-kit.jkit-testimonials.grid-mobile-3 .testimonials-track:not(:nth-child(3)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider) .testimonial-item{width:25%}.jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+5){display:none}.jeg-elementor-kit.jkit-testimonials.grid-mobile-4 .testimonials-track:not(:nth-child(4)){margin-right:10px}}@media screen and (max-width:767px){.jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider){display:flex;flex-direction:row}.jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider) .testimonial-item{width:20%}.jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(.tns-slider) .testimonial-item:nth-child(n+6){display:none}.jeg-elementor-kit.jkit-testimonials.grid-mobile-5 .testimonials-track:not(:nth-child(5)){margin-right:10px}}@media (min-width:481px){.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-img{flex:0 0 33.333333%;max-width:33.333333%;margin-bottom:0}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-info.has-img{flex:0 0 66.666667%;max-width:66.666667%;padding-left:30px}}@media (min-width:576px){.jeg-elementor-kit.jkit-team .jkit-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}@media (min-width:992px){.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-info.has-img{padding-left:50px}}html.jkit-nav-menu-loaded,html.jkit-nav-menu-loaded body{overflow-x:hidden;overflow-y:visible}.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box{display:flex;flex-direction:column}.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box .image-box-body{flex:1}.jeg-elementor-kit .hover-from-arise:before,.jeg-elementor-kit .hover-from-bottom:before,.jeg-elementor-kit .hover-from-left:before,.jeg-elementor-kit .hover-from-right:before,.jeg-elementor-kit .hover-from-top:before{position:absolute;content:"";height:100%;width:100%;background-size:101% 101%;-moz-transition:all .6s ease;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-ms-transition:all .6s ease;transition:all .6s ease}.jeg-elementor-kit .hover-from-left:before,.jeg-elementor-kit.hover-from-left:before{top:0;left:-101%}.jeg-elementor-kit .hover-from-left:hover:before,.jeg-elementor-kit.hover-from-left:hover:before{left:0}.jeg-elementor-kit .hover-from-right:before,.jeg-elementor-kit.hover-from-right:before{top:0;right:-101%}.jeg-elementor-kit .hover-from-right:hover:before,.jeg-elementor-kit.hover-from-right:hover:before{right:0}.jeg-elementor-kit .hover-from-top:before,.jeg-elementor-kit.hover-from-top:before{top:-101%;left:0}.jeg-elementor-kit .hover-from-top:hover:before,.jeg-elementor-kit.hover-from-top:hover:before{top:0}.jeg-elementor-kit .hover-from-bottom:before,.jeg-elementor-kit.hover-from-bottom:before{bottom:-101%;left:0}.jeg-elementor-kit .hover-from-bottom:hover:before,.jeg-elementor-kit.hover-from-bottom:hover:before{bottom:0}.jeg-elementor-kit .hover-from-arise:before,.jeg-elementor-kit.hover-from-arise:before{top:0;left:0;opacity:0}.jeg-elementor-kit .hover-from-arise:hover:before,.jeg-elementor-kit.hover-from-arise:hover:before{opacity:100%}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .jkit-ajax-loaded,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .jkit-ajax-loaded{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:jkit-fadeinup;animation-name:jkit-fadeinup}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-1,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-1{-webkit-animation-delay:.05s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-2,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-2{-webkit-animation-delay:.15s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-3,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-3{-webkit-animation-delay:.25s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-4,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-4{-webkit-animation-delay:.35s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-5,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-5{-webkit-animation-delay:.45s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-6,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-6{-webkit-animation-delay:.55s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-7,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-7{-webkit-animation-delay:.65s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-8,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-8{-webkit-animation-delay:.75s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-9,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-9{-webkit-animation-delay:.85s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-10,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-10{-webkit-animation-delay:.95s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-11,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-11{-webkit-animation-delay:1.05s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-12,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-12{-webkit-animation-delay:1.15s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-13,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-13{-webkit-animation-delay:1.25s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-14,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-14{-webkit-animation-delay:1.35s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-15,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-15{-webkit-animation-delay:1.45s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-16,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-16{-webkit-animation-delay:1.55s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-17,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-17{-webkit-animation-delay:1.65s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-18,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-18{-webkit-animation-delay:1.75s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-19,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-19{-webkit-animation-delay:1.85s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-20,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-20{-webkit-animation-delay:1.95s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-21,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-21{-webkit-animation-delay:2.05s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-22,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-22{-webkit-animation-delay:2.15s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-23,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-23{-webkit-animation-delay:2.25s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-24,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-24{-webkit-animation-delay:2.35s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-25,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-25{-webkit-animation-delay:2.45s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-26,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-26{-webkit-animation-delay:2.55s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-27,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-27{-webkit-animation-delay:2.65s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-28,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-28{-webkit-animation-delay:2.75s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-29,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-29{-webkit-animation-delay:2.85s}.jeg-elementor-kit.jkit-pagination-loadmore.loaded .anim-30,.jeg-elementor-kit.jkit-pagination-scrollload.loaded .anim-30{-webkit-animation-delay:2.95s}.jeg-elementor-kit .border-bottom{position:absolute;z-index:3;left:-101%;bottom:0;height:5px;width:100%;background-color:var(--jkit-selection-bg-color)}.jeg-elementor-kit .border-bottom.left{-moz-animation:slide-from-left-reverse .5s forwards;-webkit-animation:slide-from-left-reverse .5s forwards;-o-animation:slide-from-left-reverse .5s forwards;-ms-animation:slide-from-left-reverse .5s forwards;animation:slide-from-left-reverse .5s forwards}.jeg-elementor-kit .border-bottom.right{-moz-animation:slide-from-right-reverse .5s forwards;-webkit-animation:slide-from-right-reverse .5s forwards;-o-animation:slide-from-right-reverse .5s forwards;-ms-animation:slide-from-right-reverse .5s forwards;animation:slide-from-right-reverse .5s forwards}.jeg-elementor-kit:hover .border-bottom.left{-moz-animation:slide-from-left .5s forwards;-webkit-animation:slide-from-left .5s forwards;-o-animation:slide-from-left .5s forwards;-ms-animation:slide-from-left .5s forwards;animation:slide-from-left .5s forwards}.jeg-elementor-kit:hover .border-bottom.right{-moz-animation:slide-from-right .5s forwards;-webkit-animation:slide-from-right .5s forwards;-o-animation:slide-from-right .5s forwards;-ms-animation:slide-from-right .5s forwards;animation:slide-from-right .5s forwards}.jeg-elementor-kit button:active,.jeg-elementor-kit button:hover{background:0 0;border:none}.jeg-elementor-kit button:focus{outline:0}.jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu{float:right;display:none;color:var(--jkit-txt-color);border:solid 1px var(--jkit-border-color)}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper{z-index:1000}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title{display:none}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title .jkit-nav-logo{margin:5px 0 5px 0;padding:5px 5px 5px 5px;display:block}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-nav-site-title .jkit-nav-logo img{max-width:120px;height:auto}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu{float:right;display:none;color:var(--jkit-txt-color);border:solid 1px var(--jkit-border-color);padding:8px 8px 8px 8px;margin:12px 12px 12px 12px;width:45px;border-radius:3px;position:relative;z-index:10}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu{display:flex;height:100%;padding-left:0;margin-bottom:0;list-style:none;margin-left:0}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li{margin:0;padding:0;list-style:none}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a{color:#707070;padding:0 15px 0 15px;font-size:15px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;text-transform:none;font-weight:500;letter-spacing:normal;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;text-decoration:none}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li a{padding:15px 15px 15px 15px;color:#000;font-size:14px;font-weight:400}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu{box-shadow:0 10px 30px 0 rgba(45,45,45,.2);background:var(--jkit-bg-color);position:absolute;top:100%;left:0;max-height:none;margin:0}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children>a i{margin-left:5px}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu{border-radius:0;padding:0;list-style:none;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;opacity:0;visibility:hidden;z-index:1000}.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu>li>.sub-menu{left:100%;top:0}.jeg-elementor-kit.jkit-icon-box{position:relative;padding:50px 40px 50px 40px;text-align:center;border:1px solid var(--jkit-border-color);border-radius:5px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;background-color:var(--jkit-bg-color);overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center center}.jeg-elementor-kit.jkit-icon-box>a{text-decoration:none}.jeg-elementor-kit.jkit-icon-box .icon-box-link{color:unset}.jeg-elementor-kit.jkit-icon-box:before{position:absolute;content:"";height:100%;width:100%;-moz-transition:all .6s ease;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-ms-transition:all .6s ease;transition:all .6s ease;background-size:101% 101%}.jeg-elementor-kit.jkit-icon-box.icon-position-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jeg-elementor-kit.jkit-icon-box.icon-position-left .icon-box.icon-box-header{margin-right:15px}.jeg-elementor-kit.jkit-icon-box.icon-position-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.jeg-elementor-kit.jkit-icon-box.icon-position-right .icon-box.icon-box-header{margin-left:15px}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-header{position:relative;z-index:2}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-header .icon{display:inline-block;margin-bottom:13px;color:var(--jkit-txt-color);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-header .icon i{font-size:40px}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body{position:relative;z-index:2}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .title{padding:0;color:var(--jkit-txt-color);font-size:23px}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button{position:relative;z-index:2}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper{position:relative;z-index:2}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link{border-radius:5px;font-size:15px;padding:15px 30px;display:inline-block;color:var(--jkit-bg-color);position:relative;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;text-align:center;background-color:var(--jkit-btn-bg-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link:hover{background-color:var(--jkit-btn-bg-hover-color)}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:0}.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-description{color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-icon-box:hover .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:100}.jeg-elementor-kit.jkit-icon-box:hover .hover-watermark{bottom:0;opacity:100}.jeg-elementor-kit.jkit-icon-box .hover-watermark{position:absolute;bottom:-50px;right:0;opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:1}.jeg-elementor-kit.jkit-icon-box .hover-watermark i{font-size:100px}.jeg-elementor-kit.jkit-icon-box .icon-box-badge{position:absolute;line-height:1;z-index:2}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.topleft{top:0;left:0}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.topcenter{top:0;left:50%;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.topright{top:0;right:0}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.bottomleft{left:0;bottom:0}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.bottomcenter{bottom:0;left:50%;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.jeg-elementor-kit.jkit-icon-box .icon-box-badge.bottomright{bottom:0;right:0}.jeg-elementor-kit.jkit-icon-box .icon-box-badge .badge-text{padding:10px 10px 10px 10px;border-radius:0;background-color:var(--jkit-selection-bg-color);font-size:.70588rem;color:var(--jkit-bg-color);font-weight:500;display:inline-block}.jeg-elementor-kit.jkit-fun-fact{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:2;background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;overflow:hidden}.jeg-elementor-kit.jkit-fun-fact:before{position:absolute;content:"";height:100%;width:100%;-moz-transition:all .6s ease;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-ms-transition:all .6s ease;transition:all .6s ease;background-size:101% 101%}.jeg-elementor-kit.jkit-fun-fact .fun-fact-inner{position:relative;z-index:2}.jeg-elementor-kit.jkit-fun-fact .fun-fact-inner>.icon{margin-bottom:15px;padding:15px;font-size:40px;color:var(--jkit-txt-color);display:inline-block}.jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .number-wrapper{font-size:28px;font-weight:700;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .number-wrapper .super{top:-5px;left:0;vertical-align:super;font-size:22px;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-fun-fact .fun-fact-inner .content .title{font-size:15px;margin:0;font-weight:400;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar-content{margin-bottom:7px}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar-content .skill-title{font-weight:700;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar{height:3px;background-color:var(--jkit-element-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar .skill-track{width:0;background-color:var(--jkit-element-darken-bg-color);display:block;height:100%;overflow:visible!important;position:relative}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{position:absolute;right:0;top:-33px;z-index:1}.jeg-elementor-kit.jkit-progress-bar .progress-group .progress-skill-bar .number-percentage{color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar{position:relative}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar-content{position:absolute;z-index:1;left:0;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-bottom:0;padding-left:30px}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar-content .skill-title{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar{height:35px}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon{position:absolute;right:19px;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon+.number-percentage-wrapper{padding-right:57px}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:var(--jkit-bg-color);padding-right:30px}.jeg-elementor-kit.jkit-progress-bar .progress-group.inner-content .progress-skill-bar .number-percentage{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar{height:30px;background-color:var(--jkit-form-bg-color);padding:10px;-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.25);-o-box-shadow:0 0 20px 0 rgba(0,0,0,.25);box-shadow:0 0 20px 0 rgba(0,0,0,.25);border-radius:15px}.jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track{height:100%;border-radius:5px}.jeg-elementor-kit.jkit-progress-bar .progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:-39px}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:24px;line-height:24px;display:inline-block;color:var(--jkit-bg-color);font-size:13px;background-color:var(--jkit-txt-color);text-align:center;padding:0 11px;border-radius:4.32px;border-bottom-right-radius:0}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";right:0;bottom:-8px;color:var(--jkit-txt-color);border-top:solid currentColor;border-right:solid currentColor;border-left:solid transparent;border-bottom:solid transparent;border-width:4px}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-style .progress-skill-bar .number-percentage{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:22px;padding:0 8px;background-color:var(--jkit-txt-color);text-align:center;font-size:13px;color:#fff;z-index:1;right:-20px;top:-31px}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-6px;left:50%;-moz-transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background-color:var(--jkit-txt-color);z-index:-1}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .number-percentage,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-box .progress-skill-bar .number-percentage,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .number-percentage{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper,.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{border-radius:8px}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{width:35px;height:35px;line-height:35px;border-radius:50%;background-color:var(--jkit-txt-color);color:#fff;text-align:center;font-size:13px;right:calc(0% - 15.5px);top:-39.9px}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-5px;left:50%;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:3px;height:5px;background-color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.tooltip-circle .progress-skill-bar .number-percentage{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .skill-bar-content{margin-bottom:18px}.jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group{width:calc(100% - 50px);display:inline-block}.jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:after{position:absolute;content:"";border-radius:50%;color:var(--jkit-txt-color);width:8px;height:8px;background-color:var(--jkit-txt-color);top:-3px;right:8px}.jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:before{position:absolute;content:"";right:0;border-radius:50%;color:var(--jkit-txt-color);top:-12.5px;width:25px;height:25px;-moz-box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);-webkit-box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);-o-box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);background-color:#fff;border:1px solid var(--jkit-txt-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.switch .progress-skill-bar .number-percentage-wrapper{float:right;position:relative;top:31px}.jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:35px;line-height:35px;color:#fff;background-color:var(--jkit-txt-color);text-align:center;padding:0 8px;top:-10px;z-index:1}.jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";top:0;left:-10px;color:#1a1a1a;border-top:solid #fff;border-left:solid #fff;border-right:solid var(--jkit-txt-color);border-bottom:solid var(--jkit-txt-color);border-width:5px}.jeg-elementor-kit.jkit-progress-bar .progress-group.ribbon .progress-skill-bar .number-percentage{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar{height:10px}.jeg-elementor-kit.jkit-progress-bar .progress-group.stripe .progress-skill-bar .skill-bar .skill-track{background:-o-repeating-linear-gradient(left,var(--jkit-txt-color),var(--jkit-txt-color) 4px,var(--jkit-bg-color) 4px,var(--jkit-bg-color) 8px);background:repeating-linear-gradient(to right,var(--jkit-txt-color),var(--jkit-txt-color) 4px,var(--jkit-bg-color) 4px,var(--jkit-bg-color) 8px)}.jeg-elementor-kit.jkit-client-logo{position:relative;display:inline-block;overflow:hidden;width:100%}.jeg-elementor-kit.jkit-client-logo .client-track .image-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:center;overflow:hidden}.jeg-elementor-kit.jkit-client-logo .client-track .image-list:hover .content-image .hover-image{opacity:1;-moz-transition:opacity .25s ease-in-out 0s;-webkit-transition:opacity .25s ease-in-out 0s;-o-transition:opacity .25s ease-in-out 0s;-ms-transition:opacity .25s ease-in-out 0s;transition:opacity .25s ease-in-out 0s}.jeg-elementor-kit.jkit-client-logo .client-track .content-image{position:relative;line-height:0;width:100%}.jeg-elementor-kit.jkit-client-logo .client-track .content-image .main-image{height:auto;width:100%}.jeg-elementor-kit.jkit-client-logo .client-track .content-image .hover-image{position:absolute;left:0;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;height:auto;width:100%}.jeg-elementor-kit.jkit-client-logo .client-track .client-slider.hover-enable:hover .content-image .main-image{opacity:0;visibility:hidden;-moz-transition:all .25s ease;-webkit-transition:all .25s ease;-o-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}.jeg-elementor-kit.jkit-client-logo .client-track:not(.tns-slider) .client-slider{margin-right:10px}.jeg-elementor-kit.jkit-client-logo .tns-nav{text-align:center}.jeg-elementor-kit.jkit-client-logo .tns-nav button{width:9px;height:9px;padding:0;margin:0 5px;border-radius:50%;background:var(--jkit-txt-m-color);border:0}.jeg-elementor-kit.jkit-client-logo .tns-nav button.tns-nav-active{background:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-client-logo .tns-horizontal.tns-subpixel>.tns-item{vertical-align:middle}.jeg-elementor-kit.jkit-client-logo .tns-controls button{color:var(--jkit-txt-color);border:0;background:0 0}.jeg-elementor-kit.jkit-client-logo .tns-controls button i{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls{text-align:center}.jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-client-logo.arrow-bottom-middle .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-client-logo.arrow-bottom-edge .tns-controls button[data-controls=next]{display:inline-block;position:absolute;right:0}.jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button{display:inline-block;position:absolute;top:50%;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2}.jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button[data-controls=prev]{left:0}.jeg-elementor-kit.jkit-client-logo.arrow-middle-edge .tns-controls button[data-controls=next]{right:0}.jeg-elementor-kit.jkit-client-logo.arrow-top-right .tns-controls{text-align:right}.jeg-elementor-kit.jkit-client-logo.arrow-top-right .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-client-logo.arrow-top-right .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-client-logo.arrow-top-left .tns-controls{text-align:left}.jeg-elementor-kit.jkit-client-logo.arrow-top-left .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-client-logo.arrow-top-left .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .comment-bio,.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .comment-content,.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .icon-content,.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .profile-info,.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .rating-stars{position:relative;z-index:2}.jeg-elementor-kit.jkit-testimonials .tns-nav{text-align:center}.jeg-elementor-kit.jkit-testimonials .tns-nav button{width:9px;height:9px;padding:0;margin:0 5px;border-radius:50%;background:var(--jkit-txt-m-color);border:0}.jeg-elementor-kit.jkit-testimonials .tns-nav button.tns-nav-active{background:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-testimonials .tns-controls button{color:var(--jkit-txt-color);border:0;background:0 0}.jeg-elementor-kit.jkit-testimonials .tns-controls button i{-moz-transition:all .25s ease;-webkit-transition:all .25s ease;-o-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}.jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls{text-align:center}.jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-testimonials.arrow-bottom-middle .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-testimonials.arrow-bottom-edge .tns-controls button[data-controls=next]{display:inline-block;position:absolute;right:0}.jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button{display:inline-block;position:absolute;top:50%;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2}.jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev]{left:0}.jeg-elementor-kit.jkit-testimonials.arrow-middle-edge .tns-controls button[data-controls=next]{right:0}.jeg-elementor-kit.jkit-testimonials.arrow-top-right .tns-controls{text-align:right}.jeg-elementor-kit.jkit-testimonials.arrow-top-right .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-testimonials.arrow-top-right .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-testimonials.arrow-top-left .tns-controls{text-align:left}.jeg-elementor-kit.jkit-testimonials.arrow-top-left .tns-controls button[data-controls=next],.jeg-elementor-kit.jkit-testimonials.arrow-top-left .tns-controls button[data-controls=prev]{color:var(--jkit-txt-color);display:inline-block;margin:0;padding:0}.jeg-elementor-kit.jkit-testimonials.style-1.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content{position:absolute;left:0;top:0;font-size:40px}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0 3px 15px 0 rgba(0,0,0,.16);border-radius:10px;position:relative;margin-top:25px;margin-bottom:105px}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider{overflow:hidden}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before{left:0;bottom:0;right:0;top:0}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before{-moz-transform:scaleY(0);-webkit-transform:scaleY(0);-o-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before{-moz-transform:scaleX(0);-webkit-transform:scaleX(0);-o-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:before{-moz-transform-origin:top;-webkit-transform-origin:top;-o-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:before{-moz-transform-origin:bottom;-webkit-transform-origin:bottom;-o-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:before{-moz-transform-origin:left;-webkit-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:before{-moz-transform-origin:right;-webkit-transform-origin:right;-o-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-bottom:hover:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-top:hover:before{-moz-transform:scaleY(1);-webkit-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-left:hover:before,.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider.hover-from-right:hover:before{-moz-transform:scaleX(1);-webkit-transform:scaleX(1);-o-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-content .icon-content{position:static;font-size:40px;color:var(--jkit-txt-m-color);display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-content p{color:var(--jkit-txt-m-color);font-size:15px;margin-bottom:35px;position:relative;z-index:2}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio{position:absolute;left:0;bottom:-115px;width:100%;text-align:center;z-index:5}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-image{display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-image img{border-radius:50%;max-width:100%;width:60px;height:auto}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-info .profile-name{display:block;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .profile-info .profile-des{color:var(--jkit-txt-m-color);font-size:.75rem}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars{margin:0;padding:0}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars li{display:inline-block;color:#ffc402}.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio .rating-stars li:not(:last-child){margin-right:5px}.jeg-elementor-kit.jkit-testimonials.style-2.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content{position:absolute;left:0;top:0;font-size:40px}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0 3px 15px 0 rgba(0,0,0,.16);border-radius:10px;position:relative}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars{margin:0;margin-bottom:15px;padding:0}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars li{display:inline-block;color:#ffc402}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars li:not(:last-child){margin-right:5px}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-image{margin-right:20px;margin-bottom:0;display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-image img{border-radius:50%;max-width:100%;width:60px;height:auto}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info{text-align:left}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info .profile-name{display:block;font-size:15px;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details .profile-info .profile-des{color:var(--jkit-txt-m-color);font-size:.75rem}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .icon-content{position:static;font-size:40px;color:#d5d5d7;line-height:1;display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-content{position:relative;margin-top:30px;margin-bottom:30px;z-index:2}.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-content p{color:var(--jkit-txt-m-color)}.jeg-elementor-kit.jkit-testimonials.style-3.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content{right:unset;left:0;top:0}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0 3px 15px 0 rgba(0,0,0,.16);border-radius:10px;position:relative}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--jkit-txt-m-color);line-height:1;z-index:1;display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio{text-align:center;margin-bottom:20px}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image{display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image img{border-radius:50%;max-width:100%;width:60px;height:auto}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-name{display:block;font-size:15px;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-des{color:var(--jkit-txt-m-color);font-size:.75rem}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars{margin:0;padding:0;text-align:center;margin-bottom:15px}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars li{display:inline-block;color:#ffc402}.jeg-elementor-kit.jkit-testimonials.style-3 .testimonials-track .testimonial-item .testimonial-box .rating-stars li:not(:last-child){margin-right:5px}.jeg-elementor-kit.jkit-testimonials.style-4.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content{right:unset;left:0;top:0}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0 3px 15px 0 rgba(0,0,0,.16);border-radius:10px;position:relative}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--jkit-txt-m-color);line-height:1;z-index:1;display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio{text-align:center;margin-bottom:20px}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image{display:inline-flex}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-image img{border-radius:50%;max-width:100%;width:60px;height:auto}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-info .profile-name{display:block;font-size:15px;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .profile-info .profile-des{color:var(--jkit-txt-m-color);font-size:.75rem}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars{margin:0;padding:0;text-align:center;margin-bottom:15px}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars li{display:inline-block;color:#ffc402}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-bio .rating-stars li:not(:last-child){margin-right:5px}.jeg-elementor-kit.jkit-testimonials.style-4 .testimonials-track .testimonial-item .testimonial-box .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.jeg-elementor-kit.jkit-testimonials:not(.style-1) .testimonials-track .testimonial-item .testimonial-box{overflow:hidden}.jeg-elementor-kit.jkit-accordion{counter-reset:jkitNumber}.jeg-elementor-kit.jkit-accordion .card-wrapper{background-color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-accordion .card-wrapper:not(:last-child){margin-bottom:10px}.jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .left-icon-group .normal-icon,.jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .right-icon-group .normal-icon{display:none}.jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .left-icon-group .active-icon,.jeg-elementor-kit.jkit-accordion .card-wrapper.expand .card-header .card-header-button .right-icon-group .active-icon{display:block}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header{cursor:pointer}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--jkit-txt-color);background-color:var(--jkit-element-lighten-bg-color);font-weight:700;padding:14px 30px;border:1px solid transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .number:before{counter-increment:jkitNumber;content:counter(jkitNumber) ". "}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .title{padding-right:10px;display:inline-block}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group{padding-right:26px;float:left}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group{position:absolute;right:0;margin-right:30px}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group .normal-icon,.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group .normal-icon{display:block}.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group .active-icon,.jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .right-icon-group .active-icon{display:none}.jeg-elementor-kit.jkit-accordion .card-expand .card-body{padding:30px 85px 30px 65px}.jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button{position:relative;border:0;padding-left:70px;background-color:var(--jkit-element-bg-color)}.jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button:before{position:absolute;content:"";top:0;left:0;height:100%;width:35px;background-color:rgba(255,255,255,.2);text-align:right;line-height:55px}.jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button:after{position:absolute;content:"";left:35px;top:0;border-top:26.5px solid transparent;border-right:26.5px solid transparent;border-left:26.5px solid rgba(255,255,255,.2);border-bottom:26.5px solid transparent}.jeg-elementor-kit.jkit-accordion.style-curve .card-wrapper .card-header .card-header-button .left-icon-group{position:absolute;left:20px;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button{border:1px solid var(--jkit-border-color);border-bottom:1px solid var(--jkit-element-bg-color);background-color:var(--jkit-bg-color);position:relative;padding-left:85px}.jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button:before{position:absolute;top:-1px;left:-1px;content:"";height:calc(100% + 2px);width:55px;text-align:center;line-height:55px;color:var(--jkit-bg-color);background-color:var(--jkit-element-bg-color)}.jeg-elementor-kit.jkit-accordion.style-box .card-wrapper .card-header .card-header-button .left-icon-group{position:absolute;left:20px;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jeg-elementor-kit.jkit-accordion.style-shadow .card-wrapper .card-header .card-header-button{-moz-box-shadow:-1.216px 6.894px 15px 0 rgba(37,117,252,.2);-webkit-box-shadow:-1.216px 6.894px 15px 0 rgba(37,117,252,.2);-o-box-shadow:-1.216px 6.894px 15px 0 rgba(37,117,252,.2);box-shadow:-1.216px 6.894px 15px 0 rgba(37,117,252,.2);border-radius:0 0 5px 5px;background-color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-gallery:before{content:none}.jeg-elementor-kit.jkit-gallery[data-grid=masonry] .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:auto;position:relative}.jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap:hover .grid-item .thumbnail-wrap .style-overlay{visibility:visible;opacity:.7}.jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item{-webkit-box-shadow:0 0 30px 0 rgba(3,29,60,.05);box-shadow:0 0 30px 0 rgba(3,29,60,.05)}.jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{position:relative;line-height:0}.jeg-elementor-kit.jkit-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap .style-overlay{visibility:hidden;opacity:0;-moz-transition:.5s all ease;-webkit-transition:.5s all ease;-o-transition:.5s all ease;-ms-transition:.5s all ease;transition:.5s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--jkit-element-darken-bg-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.jeg-elementor-kit.jkit-gallery .search-filters-wrap{height:55px;border-radius:5px;max-width:600px;margin:15px auto 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap{position:relative;-ms-flex-preferred-size:30%;flex-basis:30%}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap button.search-filter-trigger{color:#7f8995;border:0 solid;border-right:1px solid var(--jkit-element-bg-color);width:100%;border-radius:0;padding:17px 13px;font-size:14px;background:var(--jkit-element-lighten-bg-color);height:55px;border-radius:10px 0 0 10px;outline:0;text-align:center;position:relative}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls{position:absolute;left:0;background:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;width:100%;border-radius:5px;padding-top:7px;margin:0;padding:0;list-style:none}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:first-child{border-top:0 solid}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li{padding:5px 5px 5px 10px;cursor:pointer;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;font-size:14px;color:#7f8995;font-weight:400}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:hover{color:#000}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls.open-controls{visibility:visible;opacity:1}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .jkit-gallery-search-box{background:var(--jkit-element-lighten-bg-color);border-radius:0 10px 10px 0;-ms-flex-preferred-size:70%;flex-basis:70%;height:100%}.jeg-elementor-kit.jkit-gallery .search-filters-wrap .jkit-gallery-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;font-size:14px;border:0 solid;outline:0;background:0 0}.jeg-elementor-kit.jkit-gallery .filter-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0;margin:0}.jeg-elementor-kit.jkit-gallery .filter-controls ul{margin:0 0 20px 0;padding:0;text-align:center}.jeg-elementor-kit.jkit-gallery .filter-controls ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:400;list-style:none;display:inline-block;text-align:center}.jeg-elementor-kit.jkit-gallery .filter-controls ul li.active{background:var(--jkit-element-bg-color);border-radius:0;color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap{width:100%;float:left}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay{visibility:visible;opacity:.7}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title{-moz-transform:translate(0);-webkit-transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg{-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap:hover .grid-item .video-wrap a{font-size:65px;-moz-transition:.5s all ease;-webkit-transition:.5s all ease;-o-transition:.5s all ease;-ms-transition:.5s all ease;transition:.5s all ease}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item{margin:5px;position:relative;overflow:hidden}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:300px;overflow:hidden;line-height:0}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img{width:100%;height:100%;object-fit:cover}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:15}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap a{font-size:60px;color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category{line-height:normal}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category span{position:absolute;left:50%;bottom:0;font-size:12px;font-weight:500;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:15px;border-radius:5px;padding:5px 10px 5px 10px;background:var(--jkit-selection-bg-color)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button{position:absolute;left:50%;top:50%;width:100%;height:auto;text-align:center;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons a{display:inline-block;font-size:16px;margin:0 7px}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons a span{background:var(--jkit-bg-color);color:var(--jkit-element-bg-color);height:50px;line-height:50px;width:50px;border-radius:50%;padding:15px}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons a{display:inline-block;font-size:16px;margin-right:15px}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons a span{background:var(--jkit-bg-color);color:var(--jkit-element-bg-color);height:50px;line-height:50px;width:50px;border-radius:50%;padding:15px}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-hover-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";background:var(--jkit-element-darken-bg-color);z-index:-1;opacity:.7}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head{position:absolute;top:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px;z-index:3;color:var(--jkit-bg-color);font-size:18px;font-weight:700;line-height:normal}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head .item-rating li{display:inline-block;list-style:none;margin-right:2px}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay{visibility:hidden;opacity:0;-moz-transition:.6s all ease;-webkit-transition:.6s all ease;-o-transition:.6s all ease;-ms-transition:.6s all ease;transition:.6s all ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title{-moz-transform:translateY(20px);-webkit-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-moz-transition:.5s all ease;-webkit-transition:.5s all ease;-o-transition:.5s all ease;-ms-transition:.5s all ease;transition:.5s all ease}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content{-moz-transform:translateY(40px);-webkit-transform:translateY(40px);-o-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-moz-transition:.5s all ease;-webkit-transition:.5s all ease;-o-transition:.5s all ease;-ms-transition:.5s all ease;transition:.5s all ease}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg{-moz-transform:scale(.8);-webkit-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-moz-transition:.5s all ease;-webkit-transition:.5s all ease;-o-transition:.5s all ease;-ms-transition:.5s all ease;transition:.5s all ease}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-caption-over,.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-hover-bg{display:none}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over{width:100%;height:auto}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-title{color:var(--jkit-txt-alt-color);font-size:20px;margin-bottom:5px;line-height:1}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-content{color:var(--jkit-txt-alt-color);font-size:12px;font-family:inherit}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-buttons{color:var(--jkit-txt-alt-color);font-size:12px;font-family:inherit}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card{background:var(--jkit-element-lighten-bg-color);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-title{color:var(--jkit-txt-color);font-size:20px;margin:10px 0 10px;line-height:1}.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-content{color:var(--jkit-txt-color);font-size:12px;font-family:inherit}.jeg-elementor-kit.jkit-gallery .load-more-items{text-align:center;margin-top:15px}.jeg-elementor-kit.jkit-gallery .load-more-items .jkit-gallery-load-more{background:var(--jkit-btn-bg-color);color:var(--jkit-bg-color);padding:10px}.jeg-elementor-kit.jkit-contact-form-7:before{content:unset}.jeg-elementor-kit.jkit-contact-form-7 form label{color:var(--jkit-form-txt-color);width:100%;max-width:380px}.jeg-elementor-kit.jkit-contact-form-7 form label span{pointer-events:none;color:var(--jkit-txt-m-color);font-size:.8125rem;display:block}.jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio]),.jeg-elementor-kit.jkit-contact-form-7 form select,.jeg-elementor-kit.jkit-contact-form-7 form textarea{border:1px solid var(--jkit-form-border-color);margin-bottom:20px}.jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:0;padding:12px 72px;font-size:.9375rem;background-color:var(--jkit-btn-bg-color);border:0;color:#fff;cursor:pointer;margin-bottom:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]:hover{background-color:var(--jkit-btn-bg-hover-color)}.jeg-elementor-kit.jkit-postblock .jkit-edit-post{position:absolute;top:0;z-index:5;color:var(--jkit-txt-alt-color,#fff);padding:4px 10px;font-size:12px;line-height:1.5em;background-color:rgba(0,0,0,.4);opacity:0;visibility:hidden;-moz-transform:translate3d(0,-15px,0);-webkit-transform:translate3d(0,-15px,0);-o-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);-moz-transition:.25s ease;-webkit-transition:.25s ease;-o-transition:.25s ease;-ms-transition:.25s ease;transition:.25s ease}.jeg-elementor-kit.jkit-postblock .jkit-edit-post i{margin-right:2px;opacity:.6}.jeg-elementor-kit.jkit-postblock .jkit-post-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:.5rem;margin-bottom:.5rem;display:inline-block}.jeg-elementor-kit.jkit-postblock .jkit-post-category a{color:var(--jkit-txt-a-color)}.jeg-elementor-kit.jkit-postblock .jkit-post-title{font-size:1rem;line-height:1.3;margin-top:.5rem;margin-bottom:.5rem}.jeg-elementor-kit.jkit-postblock .jkit-post-title a{color:var(--jkit-txt-h-color,#181d23)}.jeg-elementor-kit.jkit-postblock .jkit-post-excerpt{font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem}.jeg-elementor-kit.jkit-postblock .jkit-post-excerpt p:last-child{margin-bottom:0}.jeg-elementor-kit.jkit-postblock .jkit-post-meta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.5rem;margin-bottom:.5rem;color:var(--jkit-txt-m-color,#96989b);font-size:.75rem}.jeg-elementor-kit.jkit-postblock .jkit-post-meta a{color:var(--jkit-txt-h-color,#181d23);text-transform:uppercase}.jeg-elementor-kit.jkit-postblock .jkit-post-meta>div:not(:only-child):not(:last-child):after{content:'\2022';margin:0 .5rem}.jeg-elementor-kit.jkit-postblock .jkit-post-meta-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.5rem}.jeg-elementor-kit.jkit-postblock .jkit-readmore{display:inline-block;color:var(--jkit-btn-txt-color,#fff);text-align:center;vertical-align:middle;background-color:var(--jkit-btn-bg-color,#0058e6);border:1px solid transparent;padding:.5rem .875rem;line-height:1.5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-transition:.2s ease;-webkit-transition:.2s ease;-o-transition:.2s ease;-ms-transition:.2s ease;transition:.2s ease}.jeg-elementor-kit.jkit-postblock .jkit-meta-comment a{color:var(--jkit-txt-h-color,#181d23)}.jeg-elementor-kit.jkit-postblock .jkit-block-pagination{margin:0 0 30px 0;text-align:center}.jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-block-loadmore{display:inline-block;text-align:center;cursor:pointer;border:1px solid var(--jkit-border-color,#eaeaeb);-moz-box-shadow:0 2px 4px rgba(0,0,0,.08);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.08);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:.625rem .875rem;font-size:.875rem;line-height:1.5;border-radius:3px;-moz-transition:.25s ease;-webkit-transition:.25s ease;-o-transition:.25s ease;-ms-transition:.25s ease;transition:.25s ease;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-block-loadmore a{display:inline-block;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-postblock .jkit-posts{display:grid}.jeg-elementor-kit.jkit-postblock .jkit-post{margin-bottom:2rem}.jeg-elementor-kit.jkit-postblock .jkit-post:hover .jkit-edit-post{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.jeg-elementor-kit.jkit-postblock .jkit-thumb{position:relative;overflow:hidden}.jeg-elementor-kit.jkit-postblock .jkit-thumb .thumbnail-container{display:block;position:relative;overflow:hidden;z-index:0;background:var(--jkit-border-color,#eaeaeb);background-position:50%;background-size:cover}.jeg-elementor-kit.jkit-postblock .jkit-thumb .thumbnail-container img{position:absolute;top:0;bottom:0;left:0;width:100%;min-height:100%;object-fit:cover;color:var(--jkit-txt-alt-color,#fafcff);z-index:-1}.jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-thumb{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-postblock-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:2rem}.jeg-elementor-kit.jkit-postblock.postblock-type-2 .jkit-post-category a{color:var(--jkit-txt-a-color)}.jeg-elementor-kit.jkit-postblock.postblock-type-2 .jkit-postblock-content{position:relative}.jeg-elementor-kit.jkit-postblock.postblock-type-3 .jkit-thumb{margin-bottom:1.5rem}.jeg-elementor-kit.jkit-postblock.postblock-type-3 .jkit-post-category{position:absolute;bottom:0;left:50%;line-height:1;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:var(--jkit-bg-color,#fff);padding:1rem 1.5rem 0;margin-bottom:0;text-align:center}.jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post{display:-webkit-box;display:-ms-flexbox;display:flex}.jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-thumb{-webkit-box-flex:1;-ms-flex:1 0 64%;flex:1 0 64%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-postblock-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post-title{margin-right:-120px;position:relative;z-index:1}.jeg-elementor-kit.jkit-postblock.postblock-type-4 .jkit-post-title a{line-height:inherit;display:inline;padding:2px 2px 2px 0;background:var(--jeg-bg-color,#fff);white-space:pre-wrap;-webkit-box-decoration-break:clone;box-decoration-break:clone}.jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post-category a{color:var(--jkit-txt-a-color)}.jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post{position:relative;overflow:hidden}.jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-post-category{margin-top:0;margin-bottom:0}.jeg-elementor-kit.jkit-postblock.postblock-type-5 .jkit-postblock-content{position:absolute;bottom:0;left:0;padding:30px}.jeg-elementor-kit.jkit-team{text-align:center}.jeg-elementor-kit.jkit-team.style-default .profile-card,.jeg-elementor-kit.jkit-team.style-hover-social .profile-card{background-color:var(--jkit-bg-color);box-shadow:0 28px 40px 0 var(--jkit-form-border-color);padding:40px 20px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;position:relative;overflow:hidden}.jeg-elementor-kit.jkit-team.style-default .profile-card .profile-header,.jeg-elementor-kit.jkit-team.style-hover-social .profile-card .profile-header{margin-bottom:38px;position:relative;display:inline-block;max-width:100%;line-height:0}.jeg-elementor-kit.jkit-team.style-default .profile-card .profile-header img,.jeg-elementor-kit.jkit-team.style-hover-social .profile-card .profile-header img{object-fit:cover;width:160px;height:160px}.jeg-elementor-kit.jkit-team.style-default .profile-card:before,.jeg-elementor-kit.jkit-team.style-hover-social .profile-card:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:-1;background-size:101% 102%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-team.style-hover-social .profile-body{padding:35px 20px;position:relative;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.jeg-elementor-kit.jkit-team.style-hover-social .profile-body:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:var(--jkit-element-lighten-bg-color);opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:-1;background-size:101% 102%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-team.style-hover-social .social-list{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;visibility:hidden;opacity:0}.jeg-elementor-kit.jkit-team.style-hover-social:hover .profile-body{-moz-transform:translateY(-50px);-webkit-transform:translateY(-50px);-o-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.jeg-elementor-kit.jkit-team.style-hover-social:hover .profile-body:before{opacity:1}.jeg-elementor-kit.jkit-team.style-hover-social:hover .social-list{visibility:visible;opacity:1}.jeg-elementor-kit.jkit-team.style-overlay.overlay-scale .profile-card:before{top:0}.jeg-elementor-kit.jkit-team.style-overlay.overlay-scale .profile-card:hover:before{-moz-transform:scale(.9);-webkit-transform:scale(.9);-o-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card{position:relative;overflow:hidden;display:inline-block}.jeg-elementor-kit.jkit-team.style-overlay .profile-card>img{width:100%;height:auto;object-fit:cover;display:block}.jeg-elementor-kit.jkit-team.style-overlay .profile-card .hover-area{position:absolute;z-index:2;width:100%;opacity:0;visibility:hidden;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease}.jeg-elementor-kit.jkit-team.style-overlay .profile-card .hover-area.alignment-center{top:50%;-moz-transform:translateY(-20%);-webkit-transform:translateY(-20%);-o-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card .hover-area.alignment-bottom{bottom:0;-moz-transform:translateY(30%);-webkit-transform:translateY(30%);-o-transform:translateY(30%);-ms-transform:translateY(30%);transform:translateY(30%)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card:before{position:absolute;content:"";top:100%;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.7);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;visibility:hidden}.jeg-elementor-kit.jkit-team.style-overlay .profile-card:hover:before{top:0;opacity:1;visibility:visible}.jeg-elementor-kit.jkit-team.style-overlay .profile-card:hover .hover-area{opacity:1;visibility:visible}.jeg-elementor-kit.jkit-team.style-overlay .profile-card:hover .hover-area.alignment-center{-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card:hover .hover-area.alignment-bottom{-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card .profile-title{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-team.style-overlay .profile-card .profile-title a{color:var(--jkit-bg-color)}.jeg-elementor-kit.jkit-team .profile-box .profile-card{padding:20px 20px 40px;z-index:1}.jeg-elementor-kit.jkit-team .profile-box .profile-card .profile-header{width:auto;height:100%;border-radius:0;position:relative}.jeg-elementor-kit.jkit-team .profile-box .profile-card .profile-header>a{display:inline-block;position:relative}.jeg-elementor-kit.jkit-team .profile-box .profile-card .profile-header .image-hover-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;opacity:0;visibility:hidden;z-index:0}.jeg-elementor-kit.jkit-team .profile-box .profile-card .profile-header:hover .image-hover-bg{opacity:1;visibility:visible}.jeg-elementor-kit.jkit-team .profile-body{padding-bottom:20px}.jeg-elementor-kit.jkit-team .profile-body .profile-title{font-size:22px;margin:0;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-team .profile-body .profile-title a{color:var(--jkit-txt-h-color);text-decoration:none}.jeg-elementor-kit.jkit-team .profile-body .profile-designation{font-size:13px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;margin-bottom:15px}.jeg-elementor-kit.jkit-team .social-list{list-style:none;padding:0;margin:0}.jeg-elementor-kit.jkit-team .social-list .social-icon{display:inline-block}.jeg-elementor-kit.jkit-team .social-list .social-icon:not(:last-child){margin-right:10px}.jeg-elementor-kit.jkit-team .social-list .social-icon a{display:inline-block;width:30px;height:30px;font-size:12px;line-height:32px;text-align:center;color:var(--jkit-btn-txt-color);background-color:var(--jkit-element-bg-color);border-radius:50%}.jeg-elementor-kit.jkit-team .social-list .social-icon i:before{display:inline-block}.jeg-elementor-kit.jkit-team .social-list .social-icon:hover i:before{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:jkit-scrolling-vertical;animation-name:jkit-scrolling-vertical}.jeg-elementor-kit.jkit-team .jkit-modal-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-content{position:relative;box-shadow:0 28px 40px 0 rgba(0,0,0,.1);background-color:var(--jkit-bg-color);border:0;border-radius:0}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-close{position:absolute;top:10px;right:10px;width:40px;height:40px;padding:0;color:var(--jkit-txt-color);background-color:transparent;border-width:0;border-radius:0;font-size:18px;line-height:1;outline:0;z-index:1200}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-body{padding:60px 40px;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-img{width:100%;margin-bottom:30px}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-info{width:100%}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-title{margin-top:0;margin-bottom:8px;color:var(--jkit-txt-h-color);font-size:22px}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-position{margin-bottom:35px;color:var(--jkit-txt-color);font-size:13px}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-description{margin-bottom:22px}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-list{margin:0;margin-bottom:25px;padding-left:0;list-style:none;color:var(--jkit-txt-color);font-size:15px}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-list a{text-decoration:none;outline:0;color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-list li{padding:19px 0;border-top:1px solid var(--jkit-border-color)}.jeg-elementor-kit.jkit-team .jkit-modal-dialog .team-modal-list strong{font-weight:600;padding-right:18px}.jeg-elementor-kit.jkit-pie-chart{text-align:center;position:relative;overflow:hidden}.jeg-elementor-kit.jkit-pie-chart canvas{display:inline-block;position:relative;z-index:2}.jeg-elementor-kit.jkit-pie-chart canvas.background-canvas{position:absolute;top:0;left:0;z-index:1}.jeg-elementor-kit.jkit-pie-chart .pie-chart-wrapper{position:relative;display:inline-block}.jeg-elementor-kit.jkit-pie-chart .pie-chart-content{display:inline-block;position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;text-align:center;font-size:28px;font-weight:700;line-height:1}.jeg-elementor-kit.jkit-pie-chart .chart-front,.jeg-elementor-kit.jkit-pie-chart .content-back{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-pie-chart .content-back{position:absolute;top:0;left:0;height:100%;width:100%;padding:15px 50px;-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:hidden;overflow:hidden;background:var(--jkit-element-bg-color)}.jeg-elementor-kit.jkit-pie-chart:hover .chart-front{-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:hidden}.jeg-elementor-kit.jkit-pie-chart:hover .content-back{-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.jeg-elementor-kit.jkit-pie-chart .chart-float{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.jeg-elementor-kit.jkit-portfolio-gallery .portfolio-gallery-container{position:relative;overflow:hidden}.jeg-elementor-kit.jkit-portfolio-gallery .row-items{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}.jeg-elementor-kit.jkit-portfolio-gallery .gallery-items{display:-webkit-box;display:-ms-flexbox;display:flex}.jeg-elementor-kit.jkit-portfolio-gallery .row-item{height:90vh;padding:0;position:relative;z-index:2;border-right:1px solid rgba(255,255,255,.3);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.jeg-elementor-kit.jkit-portfolio-gallery .row-item:hover .row-item-info:after{height:100%}.jeg-elementor-kit.jkit-portfolio-gallery .row-item:hover .row-item-more{-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.jeg-elementor-kit.jkit-portfolio-gallery .row-item.current-item:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;z-index:1;background:rgba(0,0,0,.1)}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-info{padding:40px 10px 40px 20px;position:relative;z-index:2;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;overflow:hidden}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-info .info-title{font-size:21px}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-info .info-subtitle{font-size:11px;font-weight:400;letter-spacing:4px;text-transform:uppercase;margin-bottom:10px}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-info:after{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:#fff;z-index:-1;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-more{position:absolute;bottom:0;right:0;color:#fff;margin:25px;font-size:13px;letter-spacing:1px;text-transform:uppercase;opacity:0;-moz-transform:translateY(20%);-webkit-transform:translateY(20%);-o-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;z-index:2}.jeg-elementor-kit.jkit-portfolio-gallery .row-item-more a{text-decoration:none}.jeg-elementor-kit.jkit-portfolio-gallery .image-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-moz-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;-ms-transition:all .7s ease;transition:all .7s ease;background-size:cover;background-position:center center}.jeg-elementor-kit.jkit-portfolio-gallery .image-item.current-item{-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);opacity:1}.jeg-elementor-kit.jkit-image-box{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;text-align:center}.jeg-elementor-kit.jkit-image-box .image-box-header{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;position:relative;overflow:hidden;line-height:0}.jeg-elementor-kit.jkit-image-box .image-box-header img{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:auto;margin:0;object-fit:cover}.jeg-elementor-kit.jkit-image-box .image-box-body .body-inner{padding:30px 35px;position:relative;overflow:hidden;background:var(--jkit-bg-color);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.25);-o-box-shadow:0 0 20px 0 rgba(0,0,0,.25);box-shadow:0 0 20px 0 rgba(0,0,0,.25)}.jeg-elementor-kit.jkit-image-box .image-box-body .body-title{font-size:18px;margin-bottom:20px;color:var(--jkit-txt-h-color);font-weight:700}.jeg-elementor-kit.jkit-image-box .button-box .button-wrapper{display:inline-block}.jeg-elementor-kit.jkit-image-box .button-box .button-wrapper a{border-radius:5px;font-size:15px;padding:15px 30px;color:#fff;position:relative;line-height:1;white-space:nowrap;vertical-align:middle;text-align:center;background-color:var(--jkit-btn-bg-color);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jeg-elementor-kit.jkit-image-box .button-box .button-wrapper a:hover{background-color:var(--jkit-btn-bg-hover-color)}.jeg-elementor-kit.jkit-image-box .button-box.icon-position-before i{margin-right:5px}.jeg-elementor-kit.jkit-image-box .button-box.icon-position-after i{margin-left:5px}.jeg-elementor-kit.jkit-image-box.style-floating .image-box-body .body-inner{background-color:#fff;-moz-box-shadow:0 2px 4px rgba(0,0,0,.08);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.08);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;width:90%;height:90px;position:relative;margin-left:auto;margin-right:auto;margin-top:-50px}.jeg-elementor-kit.jkit-image-box.style-floating .image-box-body .body-inner .body-button,.jeg-elementor-kit.jkit-image-box.style-floating .image-box-body .body-inner .body-description{-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;opacity:0;visibility:hidden}.jeg-elementor-kit.jkit-image-box.style-floating:hover .image-box-body .body-inner{height:220px}.jeg-elementor-kit.jkit-image-box.style-floating:hover .image-box-body .body-inner .body-button,.jeg-elementor-kit.jkit-image-box.style-floating:hover .image-box-body .body-inner .body-description{opacity:1;visibility:visible}.jeg-elementor-kit.jkit-animated-text{-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.jeg-elementor-kit.jkit-animated-text a{text-decoration:none;color:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-animated-text .animated-text{padding:0;margin:0;font-size:43px;font-weight:500;line-height:1.2;display:inline-block}.jeg-elementor-kit.jkit-animated-text .animated-text .normal-text{z-index:1;position:relative;vertical-align:bottom}.jeg-elementor-kit.jkit-animated-text .animated-text .normal-text.style-gradient{background:var(--jkit-element-darken-bg-color);background:linear-gradient(180deg,var(--jkit-element-lighten-bg-color) 0,var(--jkit-element-darken-bg-color) 100%);-moz-text-fill-color:transparent;-o-text-fill-color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-wrapper{overflow:visible;text-align:inherit;display:inline-block;position:relative;vertical-align:bottom}.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-wrapper.style-gradient .dynamic-text{background:var(--jkit-element-darken-bg-color);background:linear-gradient(180deg,var(--jkit-element-lighten-bg-color) 0,var(--jkit-element-darken-bg-color) 100%);-moz-text-fill-color:transparent;-o-text-fill-color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-wrapper.style-gradient .dynamic-text .dynamic-text-letter{background:var(--jkit-element-darken-bg-color);background:linear-gradient(180deg,var(--jkit-element-lighten-bg-color) 0,var(--jkit-element-darken-bg-color) 100%);-moz-text-fill-color:transparent;-o-text-fill-color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-text{display:inline-block;position:relative;top:0;left:0;z-index:1}.jeg-elementor-kit.jkit-animated-text .animated-text svg{position:absolute;left:0;overflow:visible}.jeg-elementor-kit.jkit-animated-text .animated-text svg path{fill:none;stroke-dasharray:1500;-moz-animation:jkit-animated-dash 10s infinite;-webkit-animation:jkit-animated-dash 10s infinite;-o-animation:jkit-animated-dash 10s infinite;-ms-animation:jkit-animated-dash 10s infinite;animation:jkit-animated-dash 10s infinite}.jeg-elementor-kit.jkit-animated-text .animated-text svg path.style-color{stroke:var(--jkit-element-bg-color)}.jeg-elementor-kit.jkit-animated-text .animated-text svg path:nth-of-type(2){-moz-animation-delay:.3s;-webkit-animation-delay:.3s;-o-animation-delay:.3s;-ms-animation-delay:.3s;animation-delay:.3s}.jeg-elementor-kit.jkit-animated-text .animated-text svg linearGradient stop:nth-of-type(1){stop-color:var(--jkit-element-lighten-bg-color)}.jeg-elementor-kit.jkit-animated-text .animated-text svg linearGradient stop:nth-of-type(2){stop-color:var(--jkit-element-darken-bg-color)}.jeg-elementor-kit.jkit-animated-text[data-shape=strikethrough] .animated-text svg{top:50%;width:100%;height:100%}.jeg-elementor-kit.jkit-animated-text[data-shape="x"] .animated-text svg,.jeg-elementor-kit.jkit-animated-text[data-shape=diagonal] .animated-text svg,.jeg-elementor-kit.jkit-animated-text[data-shape=double] .animated-text svg{top:0;width:100%;height:100%}.jeg-elementor-kit.jkit-animated-text[data-shape=curly] .animated-text svg,.jeg-elementor-kit.jkit-animated-text[data-shape=double-underline] .animated-text svg,.jeg-elementor-kit.jkit-animated-text[data-shape=underline-zigzag] .animated-text svg,.jeg-elementor-kit.jkit-animated-text[data-shape=underline] .animated-text svg{top:90%;width:100%;height:100%}.jeg-elementor-kit.jkit-animated-text[data-shape=circle] .animated-text svg{top:0;width:calc(100% + 20px);height:calc(100% + 20px);-moz-transform:translate(-10px,-10px);-webkit-transform:translate(-10px,-10px);-o-transform:translate(-10px,-10px);-ms-transform:translate(-10px,-10px);transform:translate(-10px,-10px)}.jeg-elementor-kit.jkit-animated-text[data-style=rotating] .animated-text .dynamic-text:not(.show-text){visibility:hidden;opacity:0;display:none}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper.cursor-blink:after{-moz-animation:jkit-animated-pulse 1s infinite;-webkit-animation:jkit-animated-pulse 1s infinite;-o-animation:jkit-animated-pulse 1s infinite;-ms-animation:jkit-animated-pulse 1s infinite;animation:jkit-animated-pulse 1s infinite}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper.typing-delete{background:var(--jkit-txt-h-color)}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text{color:var(--jkit-txt-m-color);background:0 0;background-clip:border-box;-webkit-background-clip:border-box;-moz-text-fill-color:unset;-o-text-fill-color:unset;-webkit-text-fill-color:unset}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text .dynamic-text-letter{background:0 0;background-clip:border-box;-webkit-background-clip:border-box;-webkit-background-clip:border-box;-moz-text-fill-color:unset;-o-text-fill-color:unset;-webkit-text-fill-color:unset}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-wrapper.typing-delete .dynamic-text .dynamic-text-letter{color:var(--jkit-txt-m-color)}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=typing] .animated-text .dynamic-text-letter:not(.show-letter){display:none}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swirl] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swirl] .animated-text .dynamic-text-letter{display:inline-block;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-moz-transform:translateZ(-20px) rotateX(90deg);-webkit-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swirl] .animated-text .dynamic-text-letter.show-letter{-moz-animation:jkit-animated-swirl-in .4s forwards;-webkit-animation:jkit-animated-swirl-in .4s forwards;-o-animation:jkit-animated-swirl-in .4s forwards;-ms-animation:jkit-animated-swirl-in .4s forwards;animation:jkit-animated-swirl-in .4s forwards}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=blinds]{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=blinds] .animated-text .dynamic-text-letter{-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=blinds] .animated-text .dynamic-text-letter.show-letter{-moz-animation:jkit-animated-blinds-in .6s forwards;-webkit-animation:jkit-animated-blinds-in .6s forwards;-o-animation:jkit-animated-blinds-in .6s forwards;-ms-animation:jkit-animated-blinds-in .6s forwards;animation:jkit-animated-blinds-in .6s forwards}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=wave]{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=wave] .animated-text .dynamic-text-letter{-moz-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=wave] .animated-text .dynamic-text-letter.show-letter{-moz-animation:jkit-animated-wave-up .3s forwards;-webkit-animation:jkit-animated-wave-up .3s forwards;-o-animation:jkit-animated-wave-up .3s forwards;-ms-animation:jkit-animated-wave-up .3s forwards;animation:jkit-animated-wave-up .3s forwards}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=flip] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=flip] .animated-text .dynamic-text{-moz-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-o-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);position:relative}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=flip] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);-moz-animation:jkit-animated-flip-in 1.2s;-webkit-animation:jkit-animated-flip-in 1.2s;-o-animation:jkit-animated-flip-in 1.2s;-ms-animation:jkit-animated-flip-in 1.2s;animation:jkit-animated-flip-in 1.2s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=flip] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);-moz-animation:jkit-animated-flip-out 1.2s;-webkit-animation:jkit-animated-flip-out 1.2s;-o-animation:jkit-animated-flip-out 1.2s;-ms-animation:jkit-animated-flip-out 1.2s;animation:jkit-animated-flip-out 1.2s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=drop-in] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;-webkit-perspective:300px;perspective:300px;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=drop-in] .animated-text .dynamic-text{position:relative}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=drop-in] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-drop-in-in .6s;-webkit-animation:jkit-animated-drop-in-in .6s;-o-animation:jkit-animated-drop-in-in .6s;-ms-animation:jkit-animated-drop-in-in .6s;animation:jkit-animated-drop-in-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=drop-in] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-drop-in-out .6s;-webkit-animation:jkit-animated-drop-in-out .6s;-o-animation:jkit-animated-drop-in-out .6s;-ms-animation:jkit-animated-drop-in-out .6s;animation:jkit-animated-drop-in-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-left] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-left] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-slide-left-in .6s;-webkit-animation:jkit-animated-slide-left-in .6s;-o-animation:jkit-animated-slide-left-in .6s;-ms-animation:jkit-animated-slide-left-in .6s;animation:jkit-animated-slide-left-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-left] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-slide-left-out .6s;-webkit-animation:jkit-animated-slide-left-out .6s;-o-animation:jkit-animated-slide-left-out .6s;-ms-animation:jkit-animated-slide-left-out .6s;animation:jkit-animated-slide-left-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-right] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-right] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-slide-right-in .6s;-webkit-animation:jkit-animated-slide-right-in .6s;-o-animation:jkit-animated-slide-right-in .6s;-ms-animation:jkit-animated-slide-right-in .6s;animation:jkit-animated-slide-right-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-right] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-slide-right-out .6s;-webkit-animation:jkit-animated-slide-right-out .6s;-o-animation:jkit-animated-slide-right-out .6s;-ms-animation:jkit-animated-slide-right-out .6s;animation:jkit-animated-slide-right-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-slide-up-in .6s;-webkit-animation:jkit-animated-slide-up-in .6s;-o-animation:jkit-animated-slide-up-in .6s;-ms-animation:jkit-animated-slide-up-in .6s;animation:jkit-animated-slide-up-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-slide-up-out .6s;-webkit-animation:jkit-animated-slide-up-out .6s;-o-animation:jkit-animated-slide-up-out .6s;-ms-animation:jkit-animated-slide-up-out .6s;animation:jkit-animated-slide-up-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-down] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-down] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-slide-down-in .6s;-webkit-animation:jkit-animated-slide-down-in .6s;-o-animation:jkit-animated-slide-down-in .6s;-ms-animation:jkit-animated-slide-down-in .6s;animation:jkit-animated-slide-down-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-down] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-slide-down-out .6s;-webkit-animation:jkit-animated-slide-down-out .6s;-o-animation:jkit-animated-slide-down-out .6s;-ms-animation:jkit-animated-slide-down-out .6s;animation:jkit-animated-slide-down-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=bounce] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=bounce] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-bounce-in .6s;-webkit-animation:jkit-animated-bounce-in .6s;-o-animation:jkit-animated-bounce-in .6s;-ms-animation:jkit-animated-bounce-in .6s;animation:jkit-animated-bounce-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=bounce] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-bounce-out .6s;-webkit-animation:jkit-animated-bounce-out .6s;-o-animation:jkit-animated-bounce-out .6s;-ms-animation:jkit-animated-bounce-out .6s;animation:jkit-animated-bounce-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swing] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swing] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-swing-in .6s;-webkit-animation:jkit-animated-swing-in .6s;-o-animation:jkit-animated-swing-in .6s;-ms-animation:jkit-animated-swing-in .6s;animation:jkit-animated-swing-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=swing] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-swing-out .6s;-webkit-animation:jkit-animated-swing-out .6s;-o-animation:jkit-animated-swing-out .6s;-ms-animation:jkit-animated-swing-out .6s;animation:jkit-animated-swing-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=rubber-band] .animated-text .dynamic-wrapper{-moz-transition:width .3s ease;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-ms-transition:width .3s ease;transition:width .3s ease;overflow:hidden}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=rubber-band] .animated-text .dynamic-text.show-text{position:relative;white-space:nowrap;-moz-animation:jkit-animated-rubber-band-in .6s;-webkit-animation:jkit-animated-rubber-band-in .6s;-o-animation:jkit-animated-rubber-band-in .6s;-ms-animation:jkit-animated-rubber-band-in .6s;animation:jkit-animated-rubber-band-in .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=rubber-band] .animated-text .dynamic-text:not(.show-text){display:inline-block;position:absolute;visibility:visible;-moz-animation:jkit-animated-rubber-band-out .6s;-webkit-animation:jkit-animated-rubber-band-out .6s;-o-animation:jkit-animated-rubber-band-out .6s;-ms-animation:jkit-animated-rubber-band-out .6s;animation:jkit-animated-rubber-band-out .6s}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=clip] .animated-text .dynamic-wrapper{overflow:hidden;text-align:left}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=clip] .animated-text .dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:0;height:100%;width:2px;background-color:var(--jkit-txt-color)}.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=clip] .animated-text .dynamic-text.show-text{white-space:nowrap}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=main.css.map */
assets/css/main.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"main.css","sources":["main.scss","helpers/_animation.scss","helpers/_mixin.scss","helpers/_variable.scss","responsive.scss"],"sourcesContent":["@import 'helpers/animation';\n@import 'helpers/mixin';\n@import 'helpers/variable';\n@import 'responsive';\nhtml.jkit-nav-menu-loaded,\nhtml.jkit-nav-menu-loaded body {\n overflow-x: hidden;\n overflow-y: visible;\n}\n\n.jeg-elementor-kit {\n .fa {\n font-family: \"FontAwesome\";\n font-weight: 400;\n }\n .hover-from-left,\n .hover-from-right,\n .hover-from-top,\n .hover-from-bottom,\n .hover-from-arise {\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n @include transition(false, false, all .6s ease);\n background-size: 101% 101%;\n }\n }\n .hover-from-left,\n &.hover-from-left {\n &:before {\n top: 0;\n left: -101%;\n }\n &:hover:before {\n left: 0;\n }\n }\n .hover-from-right,\n &.hover-from-right {\n &:before {\n top: 0;\n right: -101%;\n }\n &:hover:before {\n right: 0;\n }\n }\n .hover-from-top,\n &.hover-from-top {\n &:before {\n top: -101%;\n left: 0;\n }\n &:hover:before {\n top: 0;\n }\n }\n .hover-from-bottom,\n &.hover-from-bottom {\n &:before {\n bottom: -101%;\n left: 0;\n }\n &:hover:before {\n bottom: 0;\n }\n }\n .hover-from-arise,\n &.hover-from-arise {\n &:before {\n top: 0;\n left: 0;\n opacity: 0%;\n }\n &:hover:before {\n opacity: 100%;\n }\n }\n .hover-grow,\n &.hover-grow {\n @include transition(false, false, all .3s ease-in-out);\n &:hover {\n @include transform(false, scale(1.2));\n }\n }\n .hover-shrink,\n &.hover-shrink {\n @include transition(false, transform, .3s);\n &:hover {\n @include transform(false, scale(0.8));\n }\n }\n .hover-pulse,\n &.hover-pulse {\n &:hover {\n @include animation(name, jelkit-pulse);\n @include animation(duration, .9s);\n @include animation(iteration-count, infinite);\n }\n }\n .hover-pulsegrow,\n &.hover-pulsegrow {\n display: inline-block;\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n &:hover {\n @include animation(name, jelkit-pulse-grow);\n @include animation(duration, .3s);\n @include animation(iteration-count, infinite);\n @include animation(timing-function, linear);\n @include animation(direction, alternate);\n }\n }\n .hover-pulseshrink,\n &.hover-pulseshrink {\n display: inline-block;\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n &:hover {\n @include animation(name, jelkit-pulse-shrink);\n @include animation(duration, .3s);\n @include animation(iteration-count, infinite);\n @include animation(timing-function, linear);\n @include animation(direction, alternate);\n }\n }\n .hover-push,\n &.hover-push {\n &:hover {\n @include animation(name, jelkit-push);\n @include animation(duration, .9s);\n }\n }\n .hover-pop,\n &.hover-pop {\n &:hover {\n @include animation(name, jelkit-pop);\n @include animation(duration, .9s);\n }\n }\n .hover-bounceup,\n &.hover-bounceup {\n &:hover {\n @include animation(name, jelkit-bounce-up);\n @include animation(duration, .9s);\n }\n }\n .hover-bouncedown,\n &.hover-bouncedown {\n &:hover {\n @include animation(name, jelkit-bounce-down);\n @include animation(duration, .9s);\n }\n }\n .hover-rotate,\n &.hover-rotate {\n @include transition(false, transform, .9s ease-in-out);\n &:hover {\n @include transform(false, rotate(15deg));\n }\n }\n .hover-growrotate,\n &.hover-growrotate {\n @include transition(false, transform, .9s ease-in-out);\n &:hover {\n @include transform(false, rotate(15deg) scale(1.2));\n }\n }\n .hover-float,\n &.hover-float {\n &:hover {\n @include transform(false, translateY(-10%));\n }\n }\n .hover-sink,\n &.hover-sink {\n &:hover {\n @include transform(false, translateY(10%))\n }\n }\n .hover-bob,\n &.hover-bob {\n &:hover {\n @include animation(name, jelkit-bob);\n @include animation(duration, .9s);\n @include animation(iteration-count, infinite);\n }\n }\n .hover-hang,\n &.hover-hang {\n &:hover {\n @include animation(name, jelkit-hang);\n @include animation(duration, .9s);\n @include animation(iteration-count, infinite);\n }\n }\n .hover-skew,\n &.hover-skew {\n &:hover {\n @include transform(false, skew(-15deg));\n }\n }\n .hover-skewforward,\n &.hover-skewforward {\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n @include transition(duration, false, .9s);\n @include transition(property, transform, false);\n @include transform(origin, 0 100%);\n &:hover {\n @include transform(false, skew(-15deg));\n }\n }\n .hover-skewbackward,\n &.hover-skewbackward {\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n @include transition(duration, false, 0.9s);\n @include transition(property, transform, false);\n @include transform(origin, 0 100%);\n &:hover {\n @include transform(false, skew(15deg));\n }\n }\n .hover-wobble,\n &.hover-wobble {\n &:hover {\n @include animation(name, jelkit-wobble);\n @include animation(duration, .9s);\n }\n }\n .hover-wobbletop,\n &.hover-wobbletop {\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n @include transition(duration, false, 0.9s);\n @include transition(property, transform, false);\n @include transform(origin, 0 100%);\n &:hover {\n @include animation(name, jelkit-wobble-skew);\n @include animation(duration, .9s);\n }\n }\n .hover-wobblebottom,\n &.hover-wobblebottom {\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n @include transition(duration, false, 0.9s);\n @include transition(property, transform, false);\n @include transform(origin, 100% 0);\n &:hover {\n @include animation(name, jelkit-wobble-skew);\n @include animation(duration, .9s);\n }\n }\n .hover-wobbletobottomright,\n &.hover-wobbletobottomright {\n &:hover {\n @include animation(name, jelkit-wobble-bottom-right);\n @include animation(duration, .9s);\n }\n }\n .hover-wobbletobottomleft,\n &.hover-wobbletobottomleft {\n &:hover {\n @include animation(name, jelkit-wobble-bottom-right);\n @include animation(duration, .9s);\n }\n }\n .hover-wobbleskew,\n &.hover-wobbleskew {\n &:hover {\n @include animation(name, jelkit-wobble-skew);\n @include animation(duration, .9s);\n }\n }\n .hover-buzz,\n &.hover-buzz {\n display: inline-block;\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n &:hover {\n @include animation(name, jelkit-buzz);\n @include animation(duration, .9s);\n @include animation(iteration-count, infinite);\n @include animation(timing-function, linear);\n }\n }\n .hover-buzzout,\n &.hover-buzzout {\n display: inline-block;\n vertical-align: middle;\n @include transform(false, perspective(1px) translateZ(0));\n box-shadow: 0 0 1px rgba(0, 0, 0, 0);\n &:hover {\n @include animation(name, jelkit-buzz);\n @include animation(duration, .9s);\n @include animation(iteration-count, 1);\n @include animation(timing-function, linear);\n }\n }\n &.jkit-nav-menu {\n .jkit-hamburger-menu {\n float: right;\n display: none;\n color: var(--jkit-txt-color);\n border: solid 1px var(--jkit-border-color);\n }\n .jkit-menu-wrapper {\n z-index: 1000;\n .jkit-nav-identity-panel {\n .jkit-nav-site-title {\n display: none;\n .jkit-nav-logo {\n margin: 5px 0px 5px 0px;\n padding: 5px 5px 5px 5px;\n display: block;\n img {\n max-width: 120px;\n height: auto;\n }\n }\n }\n .jkit-close-menu {\n float: right;\n display: none;\n color: var(--jkit-txt-color);\n border: solid 1px var(--jkit-border-color);\n padding: 8px 8px 8px 8px;\n margin: 12px 12px 12px 12px;\n width: 45px;\n border-radius: 3px;\n position: relative;\n z-index: 10;\n }\n }\n .jkit-menu {\n display: flex;\n height: 100%;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n margin-left: 0;\n >li {\n margin: 0;\n padding: 0;\n list-style: none;\n >a {\n color: #707070;\n padding: 0px 15px 0px 15px;\n font-size: 15px;\n @include transition(false, false, all .4s ease);\n text-transform: none;\n font-weight: 500;\n letter-spacing: normal;\n height: 100%;\n @include displayflex();\n align-items: center;\n text-decoration: none;\n }\n }\n li {\n position: relative;\n @include displayflex();\n a {\n padding: 15px 15px 15px 15px;\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n }\n }\n li.menu-item-has-children {\n .sub-menu {\n box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);\n background: var(--jkit-bg-color);\n position: absolute;\n top: 100%;\n left: 0;\n max-height: none;\n }\n &:hover>.sub-menu {\n opacity: 1;\n visibility: visible;\n }\n >a i {\n margin-left: 5px;\n }\n }\n .sub-menu {\n border-radius: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n list-style: none;\n @include transition(false, false, all .4s ease);\n opacity: 0;\n visibility: hidden;\n z-index: 1000;\n >li>.sub-menu {\n left: 100%;\n top: 0;\n }\n }\n }\n }\n }\n &.jkit-icon-box {\n position: relative;\n padding: 50px 40px 50px 40px;\n text-align: center;\n border: 1px solid var(--jkit-border-color);\n border-radius: 5px;\n @include transition(false, false, all .4s ease);\n background-color: var(--jkit-bg-color);\n overflow: hidden;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center center;\n .icon-box-link {\n color: unset;\n }\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n @include transition(false, false, all .6s ease);\n background-size: 101% 101%;\n }\n &.icon-position-left {\n @include displayflex();\n -webkit-box-align: start;\n -ms-flex-align: start;\n align-items: flex-start;\n .icon-box.header {\n margin-right: 15px;\n }\n }\n &.icon-position-right {\n @include displayflex();\n -webkit-box-orient: horizontal;\n -webkit-box-direction: reverse;\n -ms-flex-direction: row-reverse;\n flex-direction: row-reverse;\n .icon-box.header {\n margin-left: 15px;\n }\n }\n .icon-box {\n &.header {\n position: relative;\n z-index: 2;\n .icon {\n display: inline-block;\n margin-bottom: 13px;\n color: var(--jkit-txt-color);\n i {\n font-size: 40px;\n }\n }\n }\n &.body {\n position: relative;\n z-index: 2;\n .title {\n padding: 0px 0px 0px 0px;\n color: var(--jkit-txt-color);\n font-size: 23px;\n }\n .button {\n position: relative;\n z-index: 2;\n .btn-wrapper {\n position: relative;\n z-index: 2;\n .icon-box-link {\n border-radius: 5px;\n font-size: 15px;\n padding: 15px 30px;\n display: inline-block;\n color: var(--jkit-bg-color);\n position: relative;\n display: inline-block;\n line-height: 1;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n white-space: nowrap;\n vertical-align: middle;\n text-align: center;\n background-color: var(--jkit-btn-bg-color);\n @include transition(false, false, all .4s ease);\n &:hover {\n background-color: var(--jkit-btn-bg-hover-color);\n }\n }\n }\n &.hover {\n .btn-wrapper .icon-box-link {\n position: absolute;\n opacity: 0;\n left: 0;\n bottom: 0;\n }\n &.center .btn-wrapper .icon-box-link {\n bottom: 0;\n left: 50%;\n @include transform(false, translateX(-50%));\n z-index: 2;\n }\n &.right .btn-wrapper .icon-box-link {\n left: unset;\n right: 0;\n }\n }\n }\n .description {\n color: var(--jkit-txt-color);\n }\n }\n }\n &:hover {\n .icon-box.body .button.hover .btn-wrapper .icon-box-link {\n opacity: 100;\n }\n .hover-watermark {\n bottom: 0;\n opacity: 100;\n }\n }\n .hover-watermark {\n position: absolute;\n bottom: -50px;\n right: 0;\n opacity: 0;\n @include transition(false, false, all .4s ease);\n z-index: 1;\n i {\n font-size: 100px;\n }\n }\n .badge {\n position: absolute;\n line-height: 1;\n z-index: 2;\n &.topleft {\n top: 0;\n left: 0;\n }\n &.topcenter {\n top: 0;\n left: 50%;\n @include transform(false, translateX(-50%));\n }\n &.topright {\n top: 0;\n right: 0;\n }\n &.bottomleft {\n left: 0;\n bottom: 0;\n }\n &.bottomcenter {\n bottom: 0;\n left: 50%;\n @include transform(false, translateX(-50%));\n }\n &.bottomright {\n bottom: 0;\n right: 0;\n }\n .badge-text {\n padding: 10px 10px 10px 10px;\n border-radius: 0px 0px 0px 0px;\n background-color: var(--jkit-selection-bg-color);\n font-size: .70588rem;\n color: var(--jkit-bg-color);\n font-weight: 500;\n display: inline-block;\n }\n }\n }\n &.jkit-fun-fact {\n @include transition(false, false, all .4s ease);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n position: relative;\n z-index: 2;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center center;\n text-align: center;\n overflow: hidden;\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n @include transition(false, false, all .6s ease);\n background-size: 101% 101%;\n }\n &:hover {\n .border-bottom.left {\n @include animation(false, slide-from-left 0.5s forwards);\n }\n .border-bottom.right {\n @include animation(false, slide-from-right 0.5s forwards);\n }\n }\n .fun-fact-inner {\n position: relative;\n z-index: 2;\n >.icon {\n margin-bottom: 15px;\n padding: 15px;\n font-size: 40px;\n color: var(--jkit-txt-color);\n display: inline-block;\n }\n .content {\n .number-wrapper {\n font-size: 28px;\n font-weight: 700;\n color: var(--jkit-txt-color);\n .super {\n top: -5px;\n left: 0px;\n vertical-align: super;\n font-size: 22px;\n color: var(--jkit-txt-color);\n }\n }\n .title {\n font-size: 15px;\n margin: 0;\n font-weight: 400;\n color: var(--jkit-txt-color);\n }\n }\n }\n .border-bottom {\n position: absolute;\n z-index: 3;\n left: -101%;\n bottom: 0;\n height: 5px;\n width: 100%;\n background-color: var(--jkit-selection-bg-color);\n &.left {\n @include animation(false, slide-from-left-reverse 0.5s forwards);\n }\n &.right {\n @include animation(false, slide-from-right-reverse 0.5s forwards);\n }\n }\n }\n &.jkit-progress-bar {\n .progress-group {\n .progress-skill-bar {\n .skill-bar-content {\n margin-bottom: 7px;\n .skill-title {\n font-weight: 700;\n color: var(--jkit-txt-color);\n }\n }\n .skill-bar {\n height: 3px;\n background-color: var(--jkit-element-bg-color);\n .skill-track {\n width: 0;\n background-color: var(--jkit-element-darken-bg-color);\n display: block;\n height: 100%;\n overflow: visible !important;\n position: relative;\n .number-percentage-wrapper {\n position: absolute;\n right: 0;\n top: -33px;\n z-index: 1;\n }\n }\n }\n .number-percentage {\n color: var(--jkit-txt-color);\n }\n }\n &.inner-content {\n .progress-skill-bar {\n position: relative;\n .skill-bar-content {\n position: absolute;\n z-index: 1;\n left: 0;\n top: 50%;\n @include transform(false, translateY(-50%));\n margin-bottom: 0;\n padding-left: 30px;\n .skill-title {\n color: var(--jkit-bg-color);\n }\n }\n .skill-bar {\n height: 35px;\n .skill-track {\n .skill-track-icon {\n position: absolute;\n right: 19px;\n top: 50%;\n @include transform(false, translateY(-50%));\n color: var(--jkit-bg-color);\n +.number-percentage-wrapper {\n padding-right: 57px;\n }\n }\n .number-percentage-wrapper {\n top: 50%;\n @include transform(false, translateY(-50%));\n color: var(--jkit-bg-color);\n padding-right: 30px;\n }\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.bar-shadow {\n .progress-skill-bar {\n .skill-bar {\n height: 30px;\n background-color: var(--jkit-form-bg-color);\n padding: 10px;\n @include boxshadow(0 0 20px 0 rgba(0, 0, 0, 0.25));\n border-radius: 15px;\n .skill-track {\n height: 100%;\n border-radius: 5px;\n .number-percentage-wrapper {\n top: -39px;\n }\n }\n }\n }\n }\n &.tooltip-style {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 24px;\n line-height: 24px;\n display: inline-block;\n color: var(--jkit-bg-color);\n font-size: 13px;\n background-color: var(--jkit-txt-color);\n text-align: center;\n padding: 0 11px;\n border-radius: 4.32px;\n border-bottom-right-radius: 0;\n &:before {\n position: absolute;\n content: \"\";\n right: 0;\n bottom: -8px;\n color: var(--jkit-txt-color);\n border-top: solid currentColor;\n border-right: solid currentColor;\n border-left: solid transparent;\n border-bottom: solid transparent;\n border-width: 4px;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.tooltip-box,\n &.tooltip-rounded,\n &.stripe {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 22px;\n padding: 0 8px;\n background-color: var(--jkit-txt-color);\n text-align: center;\n font-size: 13px;\n color: #FFF;\n z-index: 1;\n right: -20px;\n top: -31px;\n &:before {\n position: absolute;\n content: \"\";\n bottom: -6px;\n left: 50%;\n @include transform(false, translateX(-50%) rotate(45deg));\n width: 14px;\n height: 14px;\n background-color: var(--jkit-txt-color);\n z-index: -1;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.tooltip-rounded,\n &.stripe {\n .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {\n border-radius: 8px;\n }\n }\n &.tooltip-circle {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n width: 35px;\n height: 35px;\n line-height: 35px;\n border-radius: 50%;\n background-color: var(--jkit-txt-color);\n color: #FFF;\n text-align: center;\n font-size: 13px;\n right: calc(0% - 15.5px);\n top: -39.9px;\n &:before {\n position: absolute;\n content: \"\";\n bottom: -5px;\n left: 50%;\n @include transform(false, translateX(-50%));\n width: 3px;\n height: 5px;\n background-color: var(--jkit-txt-color);\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.switch {\n .progress-skill-bar {\n .skill-bar-content {\n margin-bottom: 18px;\n }\n .content-group {\n width: calc(100% - 50px);\n display: inline-block;\n .skill-bar .skill-track {\n &:after {\n position: absolute;\n content: \"\";\n border-radius: 50%;\n color: var(--jkit-txt-color);\n width: 8px;\n height: 8px;\n background-color: var(--jkit-txt-color);\n top: -3px;\n right: 8px;\n }\n &:before {\n position: absolute;\n content: \"\";\n right: 0;\n border-radius: 50%;\n color: var(--jkit-txt-color);\n top: -12.5px;\n width: 25px;\n height: 25px;\n @include boxshadow((-1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)));\n background-color: #FFF;\n border: 1px solid var(--jkit-txt-color);\n }\n }\n }\n .number-percentage-wrapper {\n float: right;\n position: relative;\n top: 31px;\n }\n }\n }\n &.ribbon {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 35px;\n line-height: 35px;\n color: #FFF;\n background-color: var(--jkit-txt-color);\n text-align: center;\n padding: 0 8px;\n top: -10px;\n z-index: 1;\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: -10px;\n color: #1a1a1a;\n border-top: solid #FFF;\n border-left: solid #FFF;\n border-right: solid var(--jkit-txt-color);\n border-bottom: solid var(--jkit-txt-color);\n border-width: 5px;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.stripe {\n .progress-skill-bar .skill-bar {\n height: 10px;\n .skill-track {\n background: -o-repeating-linear-gradient(left, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px);\n background: repeating-linear-gradient(to right, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px);\n }\n }\n }\n }\n }\n &.jkit-client-logo {\n .client-track.tns-slider {\n .content-image {\n position: relative;\n .hover-image {\n position: absolute;\n left: 0px;\n top: 0px;\n opacity: 0;\n height: 100%;\n width: 100%;\n &:hover {\n opacity: 1;\n @include transition(false, false, opacity .25s ease-in-out .0s);\n }\n }\n }\n }\n .client-track:not(.tns-slider) .client-slider {\n margin-right: 10px;\n .hover-image {\n display: none;\n }\n }\n .tns-nav {\n text-align: center;\n button {\n width: 9px;\n height: 9px;\n padding: 0;\n margin: 0 5px;\n border-radius: 50%;\n background: var(--jkit-txt-m-color);\n border: 0;\n &.tns-nav-active {\n background: var(--jkit-txt-color);\n }\n }\n }\n .tns-controls button {\n color: var(--jkit-txt-color);\n border: 0px;\n background: none;\n :active,\n :hover {\n background: none;\n border: none;\n }\n }\n &.arrow-bottom-middle {\n .tns-controls {\n text-align: center;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 5px;\n padding: 5px;\n }\n }\n }\n &.arrow-bottom-edge {\n .tns-controls {\n button[data-controls=\"next\"] {\n display: inline-block;\n position: absolute;\n right: 0;\n }\n }\n }\n &.arrow-middle-edge {\n .tns-controls {\n button {\n display: inline-block;\n position: absolute;\n top: 50%;\n @include transform(false, translate(0%, -50%));\n z-index: 2;\n &[data-controls=\"prev\"] {\n left: 0;\n }\n &[data-controls=\"next\"] {\n right: 0;\n }\n }\n }\n }\n }\n &.jkit-testimonials {\n .testimonials-track {\n .testimonial-item .testimonial-box {\n .icon-content,\n .comment-bio,\n .comment-content,\n .profile-info,\n .rating-stars {\n position: relative;\n z-index: 2;\n }\n }\n }\n .tns-nav {\n text-align: center;\n button {\n width: 9px;\n height: 9px;\n padding: 0;\n margin: 0 5px;\n border-radius: 50%;\n background: var(--jkit-txt-m-color);\n border: 0;\n &.tns-nav-active {\n background: var(--jkit-txt-color);\n }\n }\n }\n .tns-controls button {\n color: var(--jkit-txt-color);\n border: 0px;\n background: none;\n :active,\n :hover {\n background: none;\n border: none;\n }\n }\n &.arrow-bottom-middle {\n .tns-controls {\n text-align: center;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 5px;\n padding: 5px;\n }\n }\n }\n &.arrow-bottom-edge {\n .tns-controls {\n button[data-controls=\"next\"] {\n display: inline-block;\n position: absolute;\n right: 0;\n }\n }\n }\n &.arrow-middle-edge {\n .tns-controls {\n button {\n display: inline-block;\n position: absolute;\n top: 50%;\n @include transform(false, translate(0%, -50%));\n z-index: 2;\n &[data-controls=\"prev\"] {\n left: 0;\n }\n &[data-controls=\"next\"] {\n right: 0;\n }\n }\n }\n }\n &.style-1 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content {\n position: absolute;\n left: 0;\n top: 0;\n font-size: 40px;\n }\n .testimonials-track {\n padding: 25px 0px;\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n margin-top: 25px;\n margin-bottom: 105px;\n .testimonial-slider {\n overflow: hidden;\n &.hover-from-bottom:before,\n &.hover-from-top:before,\n &.hover-from-left:before,\n &.hover-from-right:before {\n left: 0;\n bottom: 0;\n right: 0;\n top: 0;\n }\n &.hover-from-bottom:before,\n &.hover-from-top:before {\n @include transform(false, scaleY(0));\n }\n &.hover-from-left:before,\n &.hover-from-right:before {\n @include transform(false, scaleX(0));\n }\n &.hover-from-top:before {\n @include transform(origin, top);\n }\n &.hover-from-bottom:before {\n @include transform(origin, bottom);\n }\n &.hover-from-left:before {\n @include transform(origin, left);\n }\n &.hover-from-right:before {\n @include transform(origin, right);\n }\n &.hover-from-bottom:hover:before,\n &.hover-from-top:hover:before {\n @include transform(false, scaleY(1));\n }\n &.hover-from-left:hover:before,\n &.hover-from-right:hover:before {\n @include transform(false, scaleX(1));\n }\n .comment-content {\n .icon-content {\n position: static;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n display: inline-flex;\n }\n p {\n color: var(--jkit-txt-m-color);\n font-size: $font-size-base;\n margin-bottom: 35px;\n position: relative;\n z-index: 2;\n }\n }\n .comment-bio {\n position: absolute;\n left: 0;\n bottom: -115px;\n width: 100%;\n text-align: center;\n z-index: 5;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n }\n }\n }\n }\n &.style-2 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n position: absolute;\n left: 0;\n top: 0;\n font-size: 40px;\n }\n .testimonials-track {\n padding: 25px 0px;\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .comment-header {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: start;\n -ms-flex-align: start;\n align-items: flex-start;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .rating-stars {\n margin: 0px;\n margin-bottom: 15px;\n padding: 0px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n .comment-bio {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .bio-details {\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .profile-image {\n margin-right: 20px;\n margin-bottom: 0px;\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n text-align: left;\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n }\n .icon-content {\n position: static;\n font-size: 40px;\n color: $color-grey-200;\n line-height: 1;\n display: inline-flex;\n }\n }\n .comment-content {\n position: relative;\n margin-top: 30px;\n margin-bottom: 30px;\n z-index: 2;\n p {\n color: var(--jkit-txt-m-color);\n }\n }\n }\n }\n }\n &.style-3 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n right: unset;\n left: 0;\n top: 0;\n }\n .testimonials-track {\n padding: 25px 0px;\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .icon-content {\n margin-bottom: 23px;\n position: absolute;\n right: 20px;\n top: 20px;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n line-height: 1;\n z-index: 1;\n display: inline-flex;\n }\n .comment-bio {\n text-align: center;\n margin-bottom: 20px;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n }\n .comment-content {\n p {\n margin-bottom: 35px;\n color: rgba(0, 0, 0, 0.5);\n font-size: $font-size-base;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n text-align: center;\n margin-bottom: 15px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n }\n }\n &.style-4 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n right: unset;\n left: 0;\n top: 0;\n }\n .testimonials-track {\n padding: 25px 0px;\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .icon-content {\n margin-bottom: 23px;\n position: absolute;\n right: 20px;\n top: 20px;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n line-height: 1;\n z-index: 1;\n display: inline-flex;\n }\n .comment-bio {\n text-align: center;\n margin-bottom: 20px;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n text-align: center;\n margin-bottom: 15px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n .comment-content {\n p {\n margin-bottom: 35px;\n color: rgba(0, 0, 0, 0.5);\n font-size: $font-size-base;\n }\n }\n }\n }\n }\n &:not(.style-1) {\n .testimonials-track {\n .testimonial-item .testimonial-box {\n overflow: hidden;\n }\n }\n }\n }\n &.jkit-accordion {\n counter-reset: jkitNumber;\n .card-wrapper {\n background-color: var(--jkit-bg-color);\n &:not(:last-child) {\n margin-bottom: 10px;\n }\n &.expand {\n .card-header {\n .card-header-button {\n .left-icon-group,\n .right-icon-group {\n .normal-icon {\n display: none;\n }\n .active-icon {\n display: block;\n }\n }\n }\n }\n }\n .card-header {\n cursor: pointer;\n .card-header-button {\n @include displayflex();\n color: var(--jkit-txt-color);\n background-color: var(--jkit-element-lighten-bg-color);\n font-weight: 700;\n padding: 14px 30px;\n border: 1px solid transparent;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n position: relative;\n .number:before {\n counter-increment: jkitNumber;\n content: counter(jkitNumber) \". \";\n }\n .title {\n padding-right: 10px;\n display: inline-block;\n }\n .left-icon-group {\n padding-right: 26px;\n float: left;\n }\n .right-icon-group {\n position: absolute;\n right: 0;\n margin-right: 30px;\n }\n .left-icon-group,\n .right-icon-group {\n .normal-icon {\n display: block;\n }\n .active-icon {\n display: none;\n }\n }\n }\n }\n }\n .card-expand {\n .card-body {\n padding: 30px 85px 30px 65px;\n }\n }\n &.style-curve {\n .card-wrapper .card-header .card-header-button {\n position: relative;\n border: 0;\n padding-left: 70px;\n background-color: var(--jkit-element-bg-color);\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 35px;\n background-color: rgba(255, 255, 255, 0.2);\n text-align: right;\n line-height: 55px;\n }\n &:after {\n position: absolute;\n content: \"\";\n left: 35px;\n top: 0;\n border-top: 26.5px solid transparent;\n border-right: 26.5px solid transparent;\n border-left: 26.5px solid rgba(255, 255, 255, 0.2);\n border-bottom: 26.5px solid transparent;\n }\n .left-icon-group {\n position: absolute;\n left: 20px;\n top: 50%;\n @include transform(false, translateY(-50%));\n z-index: 2;\n }\n }\n }\n &.style-box {\n .card-wrapper .card-header .card-header-button {\n border: 1px solid var(--jkit-border-color);\n border-bottom: 1px solid var(--jkit-element-bg-color);\n background-color: var(--jkit-bg-color);\n position: relative;\n padding-left: 85px;\n &:before {\n position: absolute;\n top: -1px;\n left: -1px;\n content: \"\";\n height: calc(100% + 2px);\n width: 55px;\n text-align: center;\n line-height: 55px;\n color: var(--jkit-bg-color);\n background-color: var(--jkit-element-bg-color);\n }\n .left-icon-group {\n position: absolute;\n left: 20px;\n top: 50%;\n @include transform(false, translateY(-50%));\n }\n }\n }\n &.style-shadow {\n .card-wrapper .card-header .card-header-button {\n @include boxshadow(-1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2));\n border-radius: 0 0 5px 5px;\n background-color: var(--jkit-bg-color);\n }\n }\n }\n &.jkit-gallery {\n &:before {\n content: none;\n }\n &[data-grid=\"masonry\"] {\n .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap {\n height: auto;\n position: relative;\n }\n }\n &.layout-card .gallery-items .gallery-item-wrap {\n &:hover {\n .grid-item .thumbnail-wrap .style-overlay {\n visibility: visible;\n opacity: 0.7;\n }\n }\n .grid-item {\n -webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);\n box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);\n .thumbnail-wrap {\n position: relative;\n line-height: 0;\n .style-overlay {\n visibility: hidden;\n opacity: 0;\n @include transition(false, false, .5s all ease);\n @include displayflex();\n background: var(--jkit-element-darken-bg-color);\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n padding: 15px;\n z-index: 10;\n }\n }\n }\n }\n .search-filters-wrap {\n height: 55px;\n border-radius: 5px;\n max-width: 600px;\n margin: 15px auto 50px;\n @include displayflex();\n @include flexwrap();\n @include alignitemscenter();\n .filter-wrap {\n position: relative;\n -ms-flex-preferred-size: 30%;\n flex-basis: 30%;\n button.search-filter-trigger {\n color: #7f8995;\n border: 0px solid;\n border-right: 1px solid var(--jkit-element-bg-color);\n width: 100%;\n border-radius: 0px;\n padding: 17px 13px;\n font-size: 14px;\n background: var(--jkit-element-lighten-bg-color);\n height: 55px;\n border-radius: 10px 0px 0 10px;\n outline: none;\n text-align: center;\n position: relative;\n i {\n margin-left: 10px;\n }\n }\n ul.search-filter-controls {\n position: absolute;\n left: 0;\n background: #fff;\n z-index: 999;\n width: 150px;\n visibility: hidden;\n opacity: 0;\n -webkit-transition: 300ms;\n -o-transition: 300ms;\n transition: 300ms;\n width: 100%;\n border-radius: 5px;\n padding-top: 7px;\n margin: 0;\n padding: 0;\n list-style: none;\n li:first-child {\n border-top: 0px solid;\n }\n li {\n padding: 5px 5px 5px 10px;\n cursor: pointer;\n -webkit-transition: 300ms;\n -o-transition: 300ms;\n transition: 300ms;\n font-size: 14px;\n color: #7f8995;\n font-weight: normal;\n &:hover {\n color: #000;\n }\n }\n &.open-controls {\n visibility: visible;\n opacity: 1;\n }\n }\n }\n .jkit-gallery-search-box {\n background: var(--jkit-element-lighten-bg-color);\n border-radius: 0 10px 10px 0;\n -ms-flex-preferred-size: 70%;\n flex-basis: 70%;\n height: 100%;\n input[type=\"text\"] {\n width: 100%;\n height: 100%;\n margin: 0;\n padding: 15px;\n font-size: 14px;\n border: 0px solid;\n outline: none;\n background: none;\n }\n }\n }\n .filter-controls {\n @include displayflex();\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-flow: 1 1 auto;\n flex-flow: 1 1 auto;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n padding: 0px;\n margin: 0px;\n ul {\n margin: 0px 0px 20px 0px;\n padding: 0px;\n text-align: center;\n li {\n font-size: 13px;\n line-height: 1.8;\n text-transform: uppercase;\n letter-spacing: 1px;\n padding: 6px 15px;\n cursor: pointer;\n margin: 0 5px;\n font-weight: normal;\n list-style: none;\n display: inline-block;\n text-align: center;\n &.active {\n background: var(--jkit-element-bg-color);\n border-radius: 0px;\n color: var(--jkit-bg-color);\n }\n }\n }\n }\n .gallery-items {\n .gallery-item-wrap {\n width: 100%;\n float: left;\n &:hover .grid-item {\n .caption-wrap.style-overlay {\n visibility: visible;\n opacity: 0.7;\n &.overlay-slide {\n .item-caption-over {\n .item-title,\n .item-content,\n .item-buttons {\n @include transform(false, translate(0));\n }\n }\n }\n &.overlay-zoom {\n .item-hover-bg,\n .item-caption-over {\n @include transform(false, scale(1));\n }\n }\n }\n .video-wrap a {\n font-size: 65px;\n @include transition(false, false, .5s all ease);\n }\n }\n .grid-item {\n margin: 5px;\n position: relative;\n overflow: hidden;\n .thumbnail-wrap {\n height: 300px;\n overflow: hidden;\n img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n }\n }\n .video-wrap {\n position: absolute;\n top: 50%;\n left: 50%;\n @include transform(false, translate(-50%, -50%));\n z-index: 15;\n a {\n font-size: 60px;\n color: var(--jkit-bg-color);\n }\n }\n .caption-category {\n line-height: normal;\n span {\n position: absolute;\n left: 50%;\n bottom: 0;\n font-size: 12px;\n font-weight: 500;\n @include transform(false, translateX(-50%));\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 5px 10px 5px 10px;\n background: var(--jkit-selection-bg-color);\n }\n }\n .caption-button {\n position: absolute;\n left: 50%;\n top: 50%;\n width: 100%;\n height: auto;\n text-align: center;\n @include transform(false, translate(-50%, -50%));\n .item-buttons a {\n display: inline-block;\n font-size: 16px;\n margin: 0px 7px;\n span {\n background: var(--jkit-bg-color);\n color: var(--jkit-element-bg-color);\n height: 50px;\n line-height: 50px;\n width: 50px;\n border-radius: 50%;\n padding: 15px;\n }\n }\n }\n .caption-wrap {\n .item-caption-over .item-buttons a {\n display: inline-block;\n font-size: 16px;\n margin-right: 15px;\n span {\n background: var(--jkit-bg-color);\n color: var(--jkit-element-bg-color);\n height: 50px;\n line-height: 50px;\n width: 50px;\n border-radius: 50%;\n padding: 15px;\n }\n }\n .item-hover-bg {\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n content: \"\";\n background: var(--jkit-element-darken-bg-color);\n z-index: -1;\n opacity: 0.7;\n }\n .caption-head {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n @include displayflex();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n padding: 15px;\n z-index: 3;\n color: var(--jkit-bg-color);\n font-size: 18px;\n font-weight: 700;\n line-height: normal;\n .item-rating li {\n display: inline-block;\n list-style: none;\n margin-right: 2px;\n }\n }\n &.style-overlay {\n visibility: hidden;\n opacity: 0;\n @include transition(false, false, .6s all ease);\n @include displayflex();\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n padding: 15px;\n z-index: 10;\n &.overlay-slide .item-caption-over {\n .item-title {\n @include transform(false, translateY(20px));\n @include transition(false, false, .5s all ease);\n }\n .item-content,\n .item-buttons {\n @include transform(false, translateY(40px));\n @include transition(false, false, .5s all ease);\n }\n }\n &.overlay-zoom {\n .item-hover-bg,\n .item-caption-over {\n @include transform(false, scale(0.8));\n @include transition(false, false, .5s all ease);\n }\n }\n &.overlay-none {\n .item-hover-bg,\n .item-caption-over {\n display: none;\n }\n }\n .item-caption-over {\n width: 100%;\n height: auto;\n .item-title {\n color: var(--jkit-txt-alt-color);\n font-size: 20px;\n margin-bottom: 5px;\n line-height: 1;\n }\n .item-content {\n color: var(--jkit-txt-alt-color);\n font-size: 12px;\n font-family: inherit;\n }\n .item-buttons {\n color: var(--jkit-txt-alt-color);\n font-size: 12px;\n font-family: inherit;\n }\n }\n }\n &.style-card {\n background: var(--jkit-element-lighten-bg-color);\n padding: 10px;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n font-family: inherit;\n .item-caption-over {\n .item-title {\n color: var(--jkit-txt-color);\n font-size: 20px;\n margin: 10px 0 10px;\n line-height: 1;\n }\n .item-content {\n color: var(--jkit-txt-color);\n font-size: 12px;\n font-family: inherit;\n }\n }\n }\n }\n }\n }\n }\n .load-more-items {\n text-align: center;\n margin-top: 15px;\n .jkit-gallery-load-more {\n background: var(--jkit-btn-bg-color);\n color: var(--jkit-bg-color);\n padding: 10px;\n }\n }\n }\n &.jkit-contact-form-7 {\n &:before {\n content: unset;\n }\n form {\n label {\n color: var(--jkit-form-txt-color);\n width: 100%;\n max-width: 380px;\n span {\n pointer-events: none;\n color: var(--jkit-txt-m-color);\n font-size: .8125rem;\n display: block;\n }\n }\n input:not([type=submit]):not([type=checkbox]):not([type=radio]),\n textarea,\n select {\n border: 1px solid var(--jkit-form-border-color);\n margin-bottom: 20px;\n }\n input[type=submit] {\n display: inline-block;\n font-weight: 400;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n border-radius: 0;\n @include transition(false, false, all .5s ease);\n padding: 12px 72px;\n font-size: .9375rem;\n background-color: var(--jkit-btn-bg-color);\n border: 0;\n color: #fff;\n cursor: pointer;\n margin-bottom: 20px;\n &:hover {\n background-color: var(--jkit-btn-bg-hover-color);\n }\n }\n }\n }\n &.jkit-postblock {\n .jkit-edit-post {\n position: absolute;\n top: 0;\n z-index: 5;\n color: var(--jkit-txt-alt-color, #ffffff);\n padding: 4px 10px;\n font-size: 12px;\n line-height: 1.5em;\n background-color: rgba(0, 0, 0, 0.4);\n opacity: 0;\n visibility: hidden;\n @include transform(false, translate3d(0, -15px, 0));\n @include transition(false, false, .25s ease);\n &.fa {\n margin-right: 2px;\n opacity: 0.6;\n }\n }\n .jkit-post-category {\n font-size: 0.75rem;\n font-weight: bold;\n text-transform: uppercase;\n letter-spacing: 0.04em;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n display: inline-block;\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-post-title {\n font-size: 1rem;\n line-height: 1.3;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n a {\n color: var(--jkit-txt-h-color, #181D23);\n }\n }\n .jkit-post-excerpt {\n font-size: 0.875rem;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n p:last-child {\n margin-bottom: 0px;\n }\n }\n .jkit-post-meta {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n color: var(--jkit-txt-m-color, #96989B);\n font-size: 0.75rem;\n a {\n color: var(--jkit-txt-h-color, #181D23);\n text-transform: uppercase;\n }\n >div:not(:only-child):not(:last-child):after {\n content: '\\2022';\n margin: 0 0.5rem;\n }\n }\n .jkit-post-meta-bottom {\n @include displayflex();\n font-size: .75rem;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n margin-top: 1.5rem;\n }\n .jkit-readmore {\n display: inline-block;\n color: var(--jkit-btn-txt-color, #ffffff);\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n background-color: var(--jkit-btn-bg-color, #0058E6);\n border: 1px solid transparent;\n padding: .5rem .875rem;\n line-height: 1.5;\n border-radius: 3px;\n @include transition(false, false, .2s ease);\n }\n .jkit-meta-comment a {\n color: var(--jkit-txt-h-color, #181D23);\n }\n .jkit-block-pagination {\n margin: 0 0 30px 0;\n .jkit-block-loadmore {\n display: block;\n text-align: center;\n cursor: pointer;\n border: 1px solid var(--jkit-border-color, #eaeaeb);\n @include boxshadow(0 2px 4px rgba(0, 0, 0, 0.08));\n padding: 0.625rem 0.875rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 3px;\n @include transition(false, false, .25s ease);\n a {\n color: var(--jkit-txt-color, #575A5F);\n }\n }\n }\n .jkit-posts {\n display: grid;\n }\n .jkit-post {\n margin-bottom: 2rem;\n &:hover .jkit-edit-post {\n @include transform(false, translate3d(0, 0, 0));\n opacity: 1;\n visibility: visible;\n }\n }\n .jkit-thumb {\n position: relative;\n overflow: hidden;\n .thumbnail-container {\n display: block;\n position: relative;\n overflow: hidden;\n z-index: 0;\n background: var(--jkit-border-color, #eaeaeb);\n background-position: 50%;\n background-size: cover;\n img {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n min-height: 100%;\n object-fit: cover;\n color: var(--jkit-txt-alt-color, #FAFCFF);\n z-index: -1;\n }\n }\n }\n &.postblock-type-1 {\n .jkit-post {\n @include displayflex();\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 50%;\n flex: 1 0 50%;\n }\n .jkit-postblock-content {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n padding-left: 2rem;\n }\n }\n &.postblock-type-2 {\n .jkit-post-category {\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-postblock-content {\n position: relative;\n }\n }\n &.postblock-type-3 {\n .jkit-thumb {\n margin-bottom: 1.5rem;\n }\n .jkit-post-category {\n position: absolute;\n bottom: 0;\n left: 50%;\n line-height: 1;\n @include transform(false, translateX(-50%));\n background: var(--jkit-bg-color, #fff);\n padding: 1rem 1.5rem 0;\n margin-bottom: 0;\n text-align: center;\n }\n }\n &.postblock-type-4 {\n .jkit-post {\n @include displayflex();\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 64%;\n flex: 1 0 64%;\n -webkit-box-ordinal-group: 2;\n -ms-flex-order: 1;\n order: 1;\n }\n .jkit-postblock-content {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n }\n .jkit-post-title {\n margin-right: -120px;\n position: relative;\n z-index: 1;\n a {\n line-height: inherit;\n display: inline;\n padding: 2px 2px 2px 0;\n background: var(--jeg-bg-color, #fff);\n white-space: pre-wrap;\n -webkit-box-decoration-break: clone;\n box-decoration-break: clone;\n }\n }\n }\n &.postblock-type-5 {\n .jkit-post-category {\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-post {\n position: relative;\n overflow: hidden;\n }\n .jkit-post-category {\n margin-top: 0;\n margin-bottom: 0;\n }\n .jkit-postblock-content {\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 30px;\n }\n }\n }\n &.jkit-pagination-loadmore.loaded,\n &.jkit-pagination-scrollload.loaded {\n .jkit-ajax-loaded {\n -webkit-animation-duration: .4s;\n animation-duration: .4s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation-name: jkit-fadeinup;\n animation-name: jkit-fadeinup;\n }\n .anim-1 {\n -webkit-animation-delay: .05s\n }\n .anim-2 {\n -webkit-animation-delay: .15s\n }\n .anim-3 {\n -webkit-animation-delay: .25s\n }\n .anim-4 {\n -webkit-animation-delay: .35s\n }\n .anim-5 {\n -webkit-animation-delay: .45s\n }\n .anim-6 {\n -webkit-animation-delay: .55s\n }\n .anim-7 {\n -webkit-animation-delay: .65s\n }\n .anim-8 {\n -webkit-animation-delay: .75s\n }\n .anim-9 {\n -webkit-animation-delay: .85s\n }\n .anim-10 {\n -webkit-animation-delay: .95s\n }\n .anim-11 {\n -webkit-animation-delay: 1.05s\n }\n .anim-12 {\n -webkit-animation-delay: 1.15s\n }\n .anim-13 {\n -webkit-animation-delay: 1.25s\n }\n .anim-14 {\n -webkit-animation-delay: 1.35s\n }\n .anim-15 {\n -webkit-animation-delay: 1.45s\n }\n .anim-16 {\n -webkit-animation-delay: 1.55s\n }\n .anim-17 {\n -webkit-animation-delay: 1.65s\n }\n .anim-18 {\n -webkit-animation-delay: 1.75s\n }\n .anim-19 {\n -webkit-animation-delay: 1.85s\n }\n .anim-20 {\n -webkit-animation-delay: 1.95s\n }\n .anim-21 {\n -webkit-animation-delay: 2.05s\n }\n .anim-22 {\n -webkit-animation-delay: 2.15s\n }\n .anim-23 {\n -webkit-animation-delay: 2.25s\n }\n .anim-24 {\n -webkit-animation-delay: 2.35s\n }\n .anim-25 {\n -webkit-animation-delay: 2.45s\n }\n .anim-26 {\n -webkit-animation-delay: 2.55s\n }\n .anim-27 {\n -webkit-animation-delay: 2.65s\n }\n .anim-28 {\n -webkit-animation-delay: 2.75s\n }\n .anim-29 {\n -webkit-animation-delay: 2.85s\n }\n .anim-30 {\n -webkit-animation-delay: 2.95s\n }\n }\n}","@-webkit-keyframes jelkit-pulse {\n from {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n 50% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n to {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n}\n\n@keyframes jelkit-pulse {\n from {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n 50% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n to {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n}\n\n@-webkit-keyframes jelkit-pulse-grow {\n to {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n}\n\n@keyframes jelkit-pulse-grow {\n to {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n}\n\n@-webkit-keyframes jelkit-pulse-shrink {\n to {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n}\n\n@keyframes jelkit-pulse-shrink {\n to {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n}\n\n@-webkit-keyframes jelkit-push {\n from {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n to {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jelkit-push {\n from {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n }\n to {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@-webkit-keyframes jelkit-pop {\n from {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n to {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jelkit-pop {\n from {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n }\n to {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@-webkit-keyframes jelkit-bounce-up {\n 20%,\n 50%,\n 80%,\n to {\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 40% {\n -webkit-transform: translateY(-10%);\n transform: translateY(-10%);\n }\n 70% {\n -webkit-transform: translateY(-5%);\n transform: translateY(-5%);\n }\n 90% {\n -webkit-transform: translateY(-1%);\n transform: translateY(-1%);\n }\n}\n\n@keyframes jelkit-bounce-up {\n 20%,\n 50%,\n 80%,\n to {\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 40% {\n -webkit-transform: translateY(-10%);\n transform: translateY(-10%);\n }\n 70% {\n -webkit-transform: translateY(-5%);\n transform: translateY(-5%);\n }\n 90% {\n -webkit-transform: translateY(-1%);\n transform: translateY(-1%);\n }\n}\n\n@-webkit-keyframes jelkit-bounce-down {\n 20%,\n 50%,\n 80%,\n to {\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 40% {\n -webkit-transform: translateY(10%);\n transform: translateY(10%);\n }\n 70% {\n -webkit-transform: translateY(5%);\n transform: translateY(5%);\n }\n 90% {\n -webkit-transform: translateY(1%);\n transform: translateY(1%);\n }\n}\n\n@keyframes jelkit-bounce-down {\n 20%,\n 50%,\n 80%,\n to {\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 40% {\n -webkit-transform: translateY(10%);\n transform: translateY(10%);\n }\n 70% {\n -webkit-transform: translateY(5%);\n transform: translateY(5%);\n }\n 90% {\n -webkit-transform: translateY(1%);\n transform: translateY(1%);\n }\n}\n\n@-webkit-keyframes jelkit-bob {\n 0%,\n 50%,\n to {\n -webkit-transform: translateY(-5%);\n transform: translateY(-5%);\n }\n 25%,\n 75% {\n -webkit-transform: translateY(-10%);\n transform: translateY(-10%);\n }\n}\n\n@keyframes jelkit-bob {\n 0%,\n 50%,\n to {\n -webkit-transform: translateY(-5%);\n transform: translateY(-5%);\n }\n 25%,\n 75% {\n -webkit-transform: translateY(-10%);\n transform: translateY(-10%);\n }\n}\n\n@-webkit-keyframes jelkit-hang {\n 0%,\n 50%,\n to {\n -webkit-transform: translateY(5%);\n transform: translateY(5%);\n }\n 25%,\n 75% {\n -webkit-transform: translateY(10%);\n transform: translateY(10%);\n }\n}\n\n@keyframes jelkit-hang {\n 0%,\n 50%,\n to {\n -webkit-transform: translateY(5%);\n transform: translateY(5%);\n }\n 25%,\n 75% {\n -webkit-transform: translateY(10%);\n transform: translateY(10%);\n }\n}\n\n@-webkit-keyframes jelkit-wobble {\n 0% {\n -webkit-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);\n transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)\n }\n 30% {\n -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);\n transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)\n }\n 45% {\n -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);\n transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)\n }\n 60% {\n -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);\n transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)\n }\n 75% {\n -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);\n transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)\n }\n 100% {\n -webkit-transform: none;\n transform: none\n }\n}\n\n@keyframes jelkit-wobble {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);\n -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);\n transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)\n }\n 30% {\n -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);\n -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);\n transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)\n }\n 45% {\n -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);\n -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);\n transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)\n }\n 60% {\n -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);\n -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);\n transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)\n }\n 75% {\n -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);\n -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);\n transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@-webkit-keyframes jelkit-wobble-bottom-right {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translateX(10%) translateY(10%);\n -ms-transform: translateX(10%) translateY(10%);\n transform: translateX(10%) translateY(10%);\n }\n 30% {\n -webkit-transform: translateX(-10%) translateY(-10%);\n -ms-transform: translateX(-10%) translateY(-10%);\n transform: translateX(-10%) translateY(-10%);\n }\n 45% {\n -webkit-transform: translateX(5%) translateY(5%);\n -ms-transform: translateX(5%) translateY(5%);\n transform: translateX(5%) translateY(5%);\n }\n 60% {\n -webkit-transform: translateX(-5%) translateY(-5%);\n -ms-transform: translateX(-5%) translateY(-5%);\n transform: translateX(-5%) translateY(-5%);\n }\n 75% {\n -webkit-transform: translateX(2%) translateY(2%);\n -ms-transform: translateX(2%) translateY(2%);\n transform: translateX(2%) translateY(2%);\n }\n 90% {\n -webkit-transform: translateX(-2%) translateY(-2%);\n -ms-transform: translateX(-2%) translateY(-2%);\n transform: translateX(-2%) translateY(-2%);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@keyframes jelkit-wobble-bottom-right {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translateX(10%) translateY(10%);\n -ms-transform: translateX(10%) translateY(10%);\n transform: translateX(10%) translateY(10%);\n }\n 30% {\n -webkit-transform: translateX(-10%) translateY(-10%);\n -ms-transform: translateX(-10%) translateY(-10%);\n transform: translateX(-10%) translateY(-10%);\n }\n 45% {\n -webkit-transform: translateX(5%) translateY(5%);\n -ms-transform: translateX(5%) translateY(5%);\n transform: translateX(5%) translateY(5%);\n }\n 60% {\n -webkit-transform: translateX(-5%) translateY(-5%);\n -ms-transform: translateX(-5%) translateY(-5%);\n transform: translateX(-5%) translateY(-5%);\n }\n 75% {\n -webkit-transform: translateX(2%) translateY(2%);\n -ms-transform: translateX(2%) translateY(2%);\n transform: translateX(2%) translateY(2%);\n }\n 90% {\n -webkit-transform: translateX(-2%) translateY(-2%);\n -ms-transform: translateX(-2%) translateY(-2%);\n transform: translateX(-2%) translateY(-2%);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@-webkit-keyframes jelkit-wobble-bottom-left {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translateX(-10%) translateY(10%);\n -ms-transform: translateX(-10%) translateY(10%);\n transform: translateX(-10%) translateY(10%);\n }\n 30% {\n -webkit-transform: translateX(10%) translateY(-10%);\n -ms-transform: translateX(10%) translateY(-10%);\n transform: translateX(10%) translateY(-10%);\n }\n 45% {\n -webkit-transform: translateX(-5%) translateY(5%);\n -ms-transform: translateX(-5%) translateY(5%);\n transform: translateX(-5%) translateY(5%);\n }\n 60% {\n -webkit-transform: translateX(5%) translateY(-5%);\n -ms-transform: translateX(5%) translateY(-5%);\n transform: translateX(5%) translateY(-5%);\n }\n 75% {\n -webkit-transform: translateX(-2%) translateY(2%);\n -ms-transform: translateX(-2%) translateY(2%);\n transform: translateX(-2%) translateY(2%);\n }\n 90% {\n -webkit-transform: translateX(2%) translateY(-2%);\n -ms-transform: translateX(2%) translateY(-2%);\n transform: translateX(2%) translateY(-2%);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@keyframes jelkit-wobble-bottom-left {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: translateX(-10%) translateY(10%);\n -ms-transform: translateX(-10%) translateY(10%);\n transform: translateX(-10%) translateY(10%);\n }\n 30% {\n -webkit-transform: translateX(10%) translateY(-10%);\n -ms-transform: translateX(10%) translateY(-10%);\n transform: translateX(10%) translateY(-10%);\n }\n 45% {\n -webkit-transform: translateX(-5%) translateY(5%);\n -ms-transform: translateX(-5%) translateY(5%);\n transform: translateX(-5%) translateY(5%);\n }\n 60% {\n -webkit-transform: translateX(5%) translateY(-5%);\n -ms-transform: translateX(5%) translateY(-5%);\n transform: translateX(5%) translateY(-5%);\n }\n 75% {\n -webkit-transform: translateX(-2%) translateY(2%);\n -ms-transform: translateX(-2%) translateY(2%);\n transform: translateX(-2%) translateY(2%);\n }\n 90% {\n -webkit-transform: translateX(2%) translateY(-2%);\n -ms-transform: translateX(2%) translateY(-2%);\n transform: translateX(2%) translateY(-2%);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@-webkit-keyframes jelkit-wobble-skew {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: skew(-10deg);\n -ms-transform: skew(-10deg);\n transform: skew(-10deg);\n }\n 30% {\n -webkit-transform: skew(10deg);\n -ms-transform: skew(10deg);\n transform: skew(10deg);\n }\n 45% {\n -webkit-transform: skew(-5deg);\n -ms-transform: skew(-5deg);\n transform: skew(-5deg);\n }\n 60% {\n -webkit-transform: skew(5deg);\n -ms-transform: skew(5deg);\n transform: skew(5deg);\n }\n 75% {\n -webkit-transform: skew(-2deg);\n -ms-transform: skew(-2deg);\n transform: skew(-2deg);\n }\n 90% {\n -webkit-transform: skew(2deg);\n -ms-transform: skew(2deg);\n transform: skew(2deg);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@keyframes jelkit-wobble-skew {\n 0% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n 15% {\n -webkit-transform: skew(-10deg);\n -ms-transform: skew(-10deg);\n transform: skew(-10deg);\n }\n 30% {\n -webkit-transform: skew(10deg);\n -ms-transform: skew(10deg);\n transform: skew(10deg);\n }\n 45% {\n -webkit-transform: skew(-5deg);\n -ms-transform: skew(-5deg);\n transform: skew(-5deg);\n }\n 60% {\n -webkit-transform: skew(5deg);\n -ms-transform: skew(5deg);\n transform: skew(5deg);\n }\n 75% {\n -webkit-transform: skew(-2deg);\n -ms-transform: skew(-2deg);\n transform: skew(-2deg);\n }\n 90% {\n -webkit-transform: skew(2deg);\n -ms-transform: skew(2deg);\n transform: skew(2deg);\n }\n 100% {\n -webkit-transform: none;\n -ms-transform: none;\n transform: none\n }\n}\n\n@-webkit-keyframes jelkit-buzz {\n 10% {\n -webkit-transform: translateX(3px) rotate(2deg);\n transform: translateX(3px) rotate(2deg);\n }\n 20% {\n -webkit-transform: translateX(-3px) rotate(-2deg);\n transform: translateX(-3px) rotate(-2deg);\n }\n 30% {\n -webkit-transform: translateX(3px) rotate(2deg);\n transform: translateX(3px) rotate(2deg);\n }\n 40% {\n -webkit-transform: translateX(-3px) rotate(-2deg);\n transform: translateX(-3px) rotate(-2deg);\n }\n 50% {\n -webkit-transform: translateX(2px) rotate(1deg);\n transform: translateX(2px) rotate(1deg);\n }\n 60% {\n -webkit-transform: translateX(-2px) rotate(-1deg);\n transform: translateX(-2px) rotate(-1deg);\n }\n 70% {\n -webkit-transform: translateX(2px) rotate(1deg);\n transform: translateX(2px) rotate(1deg);\n }\n 80% {\n -webkit-transform: translateX(-2px) rotate(-1deg);\n transform: translateX(-2px) rotate(-1deg);\n }\n 90% {\n -webkit-transform: translateX(1px) rotate(0);\n transform: translateX(1px) rotate(0);\n }\n 100% {\n -webkit-transform: translateX(-1px) rotate(0);\n transform: translateX(-1px) rotate(0);\n }\n}\n\n@keyframes jelkit-buzz {\n 10% {\n -webkit-transform: translateX(3px) rotate(2deg);\n transform: translateX(3px) rotate(2deg);\n }\n 20% {\n -webkit-transform: translateX(-3px) rotate(-2deg);\n transform: translateX(-3px) rotate(-2deg);\n }\n 30% {\n -webkit-transform: translateX(3px) rotate(2deg);\n transform: translateX(3px) rotate(2deg);\n }\n 40% {\n -webkit-transform: translateX(-3px) rotate(-2deg);\n transform: translateX(-3px) rotate(-2deg);\n }\n 50% {\n -webkit-transform: translateX(2px) rotate(1deg);\n transform: translateX(2px) rotate(1deg);\n }\n 60% {\n -webkit-transform: translateX(-2px) rotate(-1deg);\n transform: translateX(-2px) rotate(-1deg);\n }\n 70% {\n -webkit-transform: translateX(2px) rotate(1deg);\n transform: translateX(2px) rotate(1deg);\n }\n 80% {\n -webkit-transform: translateX(-2px) rotate(-1deg);\n transform: translateX(-2px) rotate(-1deg);\n }\n 90% {\n -webkit-transform: translateX(1px) rotate(0);\n transform: translateX(1px) rotate(0);\n }\n 100% {\n -webkit-transform: translateX(-1px) rotate(0);\n transform: translateX(-1px) rotate(0);\n }\n}\n\n@-webkit-keyframes slide-from-left {\n 0% { left: 0 }\n 100% { left: 101%; }\n}\n\n@keyframes slide-from-left {\n 0% { left: 0 }\n 100% { left: 101%; }\n}\n\n@-webkit-keyframes slide-from-right {\n 0% { left: 0 }\n 100% { left: -101%; }\n}\n\n@keyframes slide-from-right {\n 0% { left: 0 }\n 100% { left: -101%; }\n}\n\n@-webkit-keyframes slide-from-left-reverse {\n 0% { left: -101% }\n 100% { left: 0; }\n}\n\n@keyframes slide-from-left-reverse {\n 0% { left: -101% }\n 100% { left: 0; }\n}\n\n@-webkit-keyframes slide-from-right-reverse {\n 0% { left: 101% }\n 100% { left: 0; }\n}\n\n@keyframes slide-from-right-reverse {\n 0% { left: 101% }\n 100% { left: 0; }\n}\n\n@-webkit-keyframes jkit-fadeinup {\n\tfrom {\n\t\topacity: 0;\n\t\t-webkit-transform: translate3d(0, 30px, 0);\n\t\ttransform: translate3d(0, 30px, 0);\n\t}\n\tto {\n\t\topacity: 1;\n\t\t-webkit-transform: none;\n\t\ttransform: none;\n\t}\n}\n\n@keyframes jkit-fadeinup {\n\tfrom {\n\t\topacity: 0;\n\t\t-webkit-transform: translate3d(0, 30px, 0);\n\t\ttransform: translate3d(0, 30px, 0);\n\t}\n\tto {\n\t\topacity: 1;\n\t\t-webkit-transform: none;\n\t\ttransform: none;\n\t}\n}","@mixin transform($var, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transform: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transform-#{$var}: $value;\n }\n }\n}\n\n@mixin animation($var, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}animation: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}animation-#{$var}: $value;\n }\n }\n}\n\n@mixin boxshadow($value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"\");\n @each $prefix in $prefixes {\n #{$prefix}box-shadow: $value;\n }\n}\n\n@mixin transition($var, $property, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $property == transform {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: #{if($value == false, #{$prefix}#{'transform'}, #{$prefix}#{'transform '}$value)};\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: #{if($value == false, #{$prefix}#{'transform'}, #{$prefix}#{'transform '}$value)};\n }\n }\n } @else if $property == false {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: $value;\n }\n }\n } @else {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: $property#{' '}$value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: $property#{' '}$value;\n }\n }\n }\n}\n\n@mixin displayflex {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n\n@mixin flexwrap {\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n@mixin alignitemscenter {\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}","$break-tablet: 1024px;\n$break-mobile: 768px;\n\n// Colors \n$color-black: #181D23;\n$color-grey-900: #2D3137;\n$color-grey-800: #42464B;\n$color-grey-700: #575A5F;\n$color-grey-600: #6C6F73;\n$color-grey-500: #818387;\n$color-grey-400: #96989B;\n$color-grey-300: #ABACAF;\n$color-grey-200: #D5D5D7;\n$color-grey-100: #FAFCFF;\n$color-white: #ffffff;\n$color-blue: #0058E6;\n$color-yellow: #FFC402;\n$color-green: #00A878;\n$color-orange: #FC4E19;\n\n$border-color: lighten($color-grey-200, 8);\n$form-border-color: $color-grey-200;\n$form-bg-color: transparent;\n$form-bg-txt-color: $color-black;\n$selection-bg-color: darken($color-yellow, 8%);\n$element-bg-color: lighten($color-blue, 30);\n$element-darken-bg-color: $color-blue;\n$element-lighten-bg-color: lighten($color-blue, 50);\n\n// Typography \n$font-size-base: 15px !default;\n$line-height-base: 1.5 !default;\n$meta-font-size: 0.75rem !default;\n\n// Forms \n$form-font-size: $font-size-base;\n\n// Button \n$btn-txt-color: $color-white;\n$btn-bg-color: $color-blue;\n$btn-bg-hover-color: darken($btn-bg-color, 8%);\n$btn-bg-disable-color: lighten($btn-bg-color, 10%);\n$btn-border-width: 1px;\n$btn-font-size: $font-size-base;\n$btn-padding-y: 0.6875rem !default;\n$btn-padding-x: 1.25rem !default;\n$btn-line-height: $line-height-base !default;\n$btn-border-radius: 3px !default;\n\n$transition-base: .25s ease;\n\n// Grid\n$grid-sm-breakpoints: 576px !default;\n$grid-md-breakpoints: 768px !default;\n$grid-lg-breakpoints: 1024px !default;\n$grid-xl-breakpoints: 1200px !default;\n\n$grid-gutter-width: 40px !default;\n$grid-column-padding: 40px / 2 !default;\n$grid-module-padding: 40px 40px 20px 40px;\n\n// Block\n$module-margin: 2rem !default;\n$widget-margin: 2.5rem !default;\n$item-margin: 15px !default;\n\n$blocklink-overlay-color: rgba(255, 255, 255, 0.3);\n$blocklink-shadow-color: rgba(0, 0, 0, .15);\n\n$blockpopular-shadow-color1: rgba(0,0,0,0.16);\n$blockpopular-shadow-color2: rgba(0,0,0,0.12);\n\n// Border\n$border-radius-default: 10px;\n\n// Theme Colors CSS Variables\n.jkit-color-scheme { \n --jkit-bg-color: #{$color-white};\n --jkit-border-color: #{$border-color};\n --jkit-txt-color: #{$color-grey-700}; // Default text color\n --jkit-txt-h-color: #{$color-black}; // Heading text color\n --jkit-txt-a-color: #{$color-blue}; // Link text color\n --jkit-txt-m-color: #{$color-grey-400}; // Post meta text color \n --jkit-txt-alt-color: #{$color-white};\n --jkit-form-border-color: #{$form-border-color};\n --jkit-form-bg-color: #{$form-bg-color};\n --jkit-form-txt-color: #{$form-bg-txt-color};\n --jkit-btn-txt-color: #{$btn-txt-color};\n --jkit-btn-bg-color: #{$btn-bg-color};\n --jkit-btn-bg-hover-color: #{$btn-bg-hover-color};\n --jkit-selection-bg-color: #{$selection-bg-color};\n --jkit-element-bg-color: #{$element-bg-color};\n --jkit-element-darken-bg-color: #{$element-darken-bg-color};\n --jkit-element-lighten-bg-color: #{$element-lighten-bg-color};\n}",".jeg-elementor-kit {\n &.jkit-nav-menu {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-hamburger-menu {\n display: block;\n }\n .jkit-menu-wrapper {\n width: 100%;\n max-width: 360px;\n border-radius: 0px 0px 0px 0px;\n background-color: #f7f7f7;\n width: 100%;\n position: fixed;\n top: 0;\n left: -110%;\n height: 100% !important;\n box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);\n overflow-y: auto;\n overflow-x: hidden;\n padding-top: 0;\n padding-left: 0;\n padding-right: 0;\n display: flex;\n flex-direction: column-reverse;\n justify-content: flex-end;\n @include transition(false, false, (left .6s cubic-bezier(.6, .1, .68, .53)));\n &.active {\n left: 0;\n }\n .jkit-menu-container {\n overflow-y: hidden;\n }\n .jkit-nav-identity-panel {\n padding: 10px 0px 10px 0px;\n display: block;\n position: relative;\n z-index: 5;\n width: 100%;\n .jkit-nav-site-title {\n display: inline-block;\n }\n .jkit-close-menu {\n display: block;\n }\n }\n .jkit-menu {\n display: block;\n height: 100%;\n overflow-y: auto;\n li.menu-item-has-children {\n >a i {\n margin-left: auto;\n padding: 4px 15px;\n border: 1px solid var(--jkit-border-color);\n border-radius: 3px;\n }\n .sub-menu {\n position: inherit;\n box-shadow: none;\n background: none;\n }\n }\n li {\n display: block;\n width: 100%;\n position: inherit;\n .sub-menu {\n display: none;\n max-height: 2500px;\n opacity: 0;\n visibility: hidden;\n transition: max-height 5s ease-out;\n &.dropdown-open {\n display: block;\n opacity: 1;\n visibility: visible;\n }\n }\n a {\n display: block;\n i {\n float: right;\n }\n }\n }\n }\n }\n }\n @media screen and (min-width: $break-tablet + 1) {\n .jkit-menu-wrapper .jkit-menu-container {\n height: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1) {\n .jkit-hamburger-menu {\n display: block;\n }\n .jkit-menu-wrapper {\n width: 100%;\n max-width: 360px;\n border-radius: 0px 0px 0px 0px;\n background-color: #f7f7f7;\n width: 100%;\n position: fixed;\n top: 0;\n left: -110%;\n height: 100% !important;\n box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);\n overflow-y: auto;\n overflow-x: hidden;\n padding-top: 0;\n padding-left: 0;\n padding-right: 0;\n display: flex;\n flex-direction: column-reverse;\n justify-content: flex-end;\n @include transition(false, false, (left .6s cubic-bezier(.6, .1, .68, .53)));\n &.active {\n left: 0;\n }\n .jkit-menu-container {\n overflow-y: hidden;\n }\n .jkit-nav-identity-panel {\n padding: 10px 0px 10px 0px;\n display: block;\n position: relative;\n z-index: 5;\n width: 100%;\n .jkit-nav-site-title {\n display: inline-block;\n }\n .jkit-close-menu {\n display: block;\n }\n }\n .jkit-menu {\n display: block;\n height: 100%;\n overflow-y: auto;\n li.menu-item-has-children {\n >a i {\n margin-left: auto;\n padding: 4px 15px;\n border: 1px solid var(--jkit-border-color);\n border-radius: 3px;\n }\n .sub-menu {\n position: inherit;\n box-shadow: none;\n background: none;\n }\n }\n li {\n display: block;\n width: 100%;\n position: inherit;\n .sub-menu {\n display: none;\n max-height: 2500px;\n opacity: 0;\n visibility: hidden;\n transition: max-height 5s ease-out;\n &.dropdown-open {\n display: block;\n opacity: 1;\n visibility: visible;\n }\n }\n a {\n display: block;\n i {\n float: right;\n }\n }\n }\n }\n }\n }\n @media screen and (min-width: $break-mobile) {\n .jkit-menu-wrapper .jkit-menu-container {\n height: 100%;\n }\n }\n }\n }\n &.jkit-gallery {\n &.grid-desktop-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-desktop-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-desktop-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-desktop-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-desktop-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-desktop-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n &.grid-tablet-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-tablet-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-tablet-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-tablet-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-tablet-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-tablet-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n &.grid-mobile-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-mobile-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-mobile-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-mobile-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-mobile-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-mobile-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n }\n &.jkit-postblock {\n &.postblock-type-1 {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-post {\n display: block;\n -webkit-box-align: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1px) {\n .jkit-post {\n display: block;\n -webkit-box-align: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n }\n &.postblock-type-4 {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-post {\n display: block;\n }\n .jkit-thumb {\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1px) {\n .jkit-post {\n display: block;\n }\n .jkit-thumb {\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n }\n }\n &.jkit-client-logo {\n &.grid-desktop-1 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-2 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-3 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-4 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-5 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-6 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-7 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-8 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-9 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-10 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-1 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-2 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-3 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-4 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-5 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-6 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-7 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-8 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-9 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-10 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-1 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-2 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-3 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-4 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-5 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-6 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-7 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-8 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-9 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-10 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n }\n &.jkit-testimonials {\n &.grid-desktop-1 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-2 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-3 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-4 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-5 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-1 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-2 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-3 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-4 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-5 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-1 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-2 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-3 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-4 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-5 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n }\n}"],"names":[],"mappings":"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"}
1
+ {"version":3,"sources":["helpers/_animation.scss","helpers/_variable.scss","responsive.scss","helpers/_mixin.scss","main.scss"],"names":[],"mappings":"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AAM,IAAI,KDh2FpD,eCg2F0C,MAAM,IAAI,KDh2FpD,WCg2F0C,MAAM,IAAI,KAC5C,SAAU,OA33FlC,kHA83FwB,QAAS,aD54FrB,qBC64FsC,YD74FtC,wBC64FsC,YD74FtC,mBC64FsC,YD74FtC,oBC64FsC,YD74FtC,gBC64FsC,YDj5FtC,eCk5FsC,kBAAkB,eDl5FxD,kBCk5FsC,kBAAkB,eDl5FxD,aCk5FsC,kBAAkB,eDl5FxD,cCk5FsC,kBAAkB,eDl5FxD,UCk5FsC,kBAAkB,eAC5C,4BAA6B,OAC7B,oBAAqB,OAl4F7C,8HDLY,eCy4F0C,uBAAuB,IAAI,SDz4FrE,kBCy4F0C,uBAAuB,IAAI,SDz4FrE,aCy4F0C,uBAAuB,IAAI,SDz4FrE,cCy4F0C,uBAAuB,IAAI,SDz4FrE,UCy4F0C,uBAAuB,IAAI,SAp4FjF,+ED0BgB,gBCg3FkC,MAAM,IAAI,KDh3F5C,mBCg3FkC,MAAM,IAAI,KDh3F5C,cCg3FkC,MAAM,IAAI,KDh3F5C,eCg3FkC,MAAM,IAAI,KDh3F5C,WCg3FkC,MAAM,IAAI,KA14F5D,mHDlBY,eC85FkC,gBD95FlC,kBC85FkC,gBD95FlC,aC85FkC,gBD95FlC,cC85FkC,gBD95FlC,UC85FkC,gBAC1B,QAAS,aACT,4BAA6B,OAC7B,oBAAqB,OA/4FzC,+HDLY,eCs5FsC,wBAAwB,IAAI,SDt5FlE,kBCs5FsC,wBAAwB,IAAI,SDt5FlE,aCs5FsC,wBAAwB,IAAI,SDt5FlE,cCs5FsC,wBAAwB,IAAI,SDt5FlE,UCs5FsC,wBAAwB,IAAI,SAj5F9E,6ED0BgB,gBC43FkC,MAAM,IAAI,KD53F5C,mBC43FkC,MAAM,IAAI,KD53F5C,cC43FkC,MAAM,IAAI,KD53F5C,eC43FkC,MAAM,IAAI,KD53F5C,WC43FkC,MAAM,IAAI,KAt5F5D,iHDlBY,eC06FkC,SD16FlC,kBC06FkC,SD16FlC,aC06FkC,SD16FlC,cC06FkC,SD16FlC,UC06FkC,SAC1B,QAAS,aACT,4BAA6B,OAC7B,oBAAqB,OA35FzC,6HDLY,eCk6FsC,sBAAsB,IAAI,SDl6FhE,kBCk6FsC,sBAAsB,IAAI,SDl6FhE,aCk6FsC,sBAAsB,IAAI,SDl6FhE,cCk6FsC,sBAAsB,IAAI,SDl6FhE,UCk6FsC,sBAAsB,IAAI,SA75F5E,6GD0BgB,gBC04F0C,MAAM,IAAI,KD14FpD,mBC04F0C,MAAM,IAAI,KD14FpD,cC04F0C,MAAM,IAAI,KD14FpD,eC04F0C,MAAM,IAAI,KD14FpD,WC04F0C,MAAM,IAAI,KAC5C,SAAU,OAr6FlC,0GDdY,sBCs7FuC,IAAI,KDt7F3C,yBCs7FuC,IAAI,KDt7F3C,oBCs7FuC,IAAI,KDt7F3C,qBCs7FuC,IAAI,KDt7F3C,iBCs7FuC,IAAI,KD17F3C,eC27FsC,gBD37FtC,kBC27FsC,gBD37FtC,aC27FsC,gBD37FtC,cC27FsC,gBD37FtC,UC27FsC,gBAC1B,SAAU,SA16FlC,oHA46F4B,SAAU,SACV,YAAa,OD/7F7B,eCg8F0C,WDh8F1C,kBCg8F0C,WDh8F1C,aCg8F0C,WDh8F1C,cCg8F0C,WDh8F1C,UCg8F0C,WDn7F1C,eCo7F0C,sBAAsB,KDp7FhE,kBCo7F0C,sBAAsB,KDp7FhE,aCo7F0C,sBAAsB,KDp7FhE,cCo7F0C,sBAAsB,KDp7FhE,UCo7F0C,sBAAsB,KA/6F5E,0HAk7F4B,QAAS,aACT,SAAU,SACV,WAAY,QDt8F5B,eCu8F0C,gBDv8F1C,kBCu8F0C,gBDv8F1C,aCu8F0C,gBDv8F1C,cCu8F0C,gBDv8F1C,UCu8F0C,gBD17F1C,eC27F0C,uBAAuB,KD37FjE,kBC27F0C,uBAAuB,KD37FjE,aC27F0C,uBAAuB,KD37FjE,cC27F0C,uBAAuB,KD37FjE,UC27F0C,uBAAuB,KAt7F7E,gHD0BgB,gBCo6F0C,MAAM,IAAI,KDp6FpD,mBCo6F0C,MAAM,IAAI,KDp6FpD,cCo6F0C,MAAM,IAAI,KDp6FpD,eCo6F0C,MAAM,IAAI,KDp6FpD,WCo6F0C,MAAM,IAAI,KAC5C,oBAAqB,MACrB,YAAa,MACb,SAAU,OAj8FlC,6GAo8FwB,SAAU,SAp8FlC,uHAs8F4B,SAAU,SACV,YAAa,OD58F7B,eC68F0C,yBAAyB,ID78FnE,kBC68F0C,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","file":"main.css","sourcesContent":["@-webkit-keyframes slide-from-left {\n 0% {\n left: 0\n }\n 100% {\n left: 101%;\n }\n}\n\n@keyframes slide-from-left {\n 0% {\n left: 0\n }\n 100% {\n left: 101%;\n }\n}\n\n@-webkit-keyframes slide-from-right {\n 0% {\n left: 0\n }\n 100% {\n left: -101%;\n }\n}\n\n@keyframes slide-from-right {\n 0% {\n left: 0\n }\n 100% {\n left: -101%;\n }\n}\n\n@-webkit-keyframes slide-from-left-reverse {\n 0% {\n left: -101%\n }\n 100% {\n left: 0;\n }\n}\n\n@keyframes slide-from-left-reverse {\n 0% {\n left: -101%\n }\n 100% {\n left: 0;\n }\n}\n\n@-webkit-keyframes slide-from-right-reverse {\n 0% {\n left: 101%\n }\n 100% {\n left: 0;\n }\n}\n\n@keyframes slide-from-right-reverse {\n 0% {\n left: 101%\n }\n 100% {\n left: 0;\n }\n}\n\n@-webkit-keyframes jkit-fadeinup {\n from {\n opacity: 0;\n -webkit-transform: translate3d(0, 30px, 0);\n transform: translate3d(0, 30px, 0);\n }\n to {\n opacity: 1;\n -webkit-transform: none;\n transform: none;\n }\n}\n\n@keyframes jkit-fadeinup {\n from {\n opacity: 0;\n -webkit-transform: translate3d(0, 30px, 0);\n transform: translate3d(0, 30px, 0);\n }\n to {\n opacity: 1;\n -webkit-transform: none;\n transform: none;\n }\n}\n\n@-webkit-keyframes jkit-scrolling-vertical {\n 0% {\n transform: translateY(0%);\n opacity: 1;\n }\n 49% {\n transform: translateY(100%);\n opacity: 0;\n }\n 50% {\n transform: translateY(-100%);\n opacity: 0;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n }\n}\n\n@keyframes jkit-scrolling-vertical {\n 0% {\n transform: translateY(0%);\n opacity: 1;\n }\n 49% {\n transform: translateY(100%);\n opacity: 0;\n }\n 50% {\n transform: translateY(-100%);\n opacity: 0;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n }\n}\n\n@-webkit-keyframes jkit-animated-dash {\n 0% {\n stroke-dasharray: 0 1500;\n }\n 15% {\n stroke-dasharray: 1500 1500;\n }\n 85% {\n opacity: 1;\n }\n 90% {\n stroke-dasharray: 1500 1500;\n opacity: 0;\n }\n 100% {\n stroke-dasharray: 0 1500;\n opacity: 0;\n }\n}\n\n@keyframes jkit-animated-dash {\n 0% {\n stroke-dasharray: 0 1500;\n }\n 15% {\n stroke-dasharray: 1500 1500;\n }\n 85% {\n opacity: 1;\n }\n 90% {\n stroke-dasharray: 1500 1500;\n opacity: 0;\n }\n 100% {\n stroke-dasharray: 0 1500;\n opacity: 0;\n }\n}\n\n@-webkit-keyframes jkit-animated-pulse {\n 0% {\n -webkit-transform: translateY(-50%) scale(1);\n transform: translateY(-50%) scale(1);\n opacity: 1;\n }\n 40% {\n -webkit-transform: translateY(-50%) scale(0.9);\n transform: translateY(-50%) scale(0.9);\n opacity: 0;\n }\n 100% {\n -webkit-transform: translateY(-50%) scale(0);\n transform: translateY(-50%) scale(0);\n opacity: 0;\n }\n}\n\n@keyframes jkit-animated-pulse {\n 0% {\n -webkit-transform: translateY(-50%) scale(1);\n transform: translateY(-50%) scale(1);\n opacity: 1;\n }\n 40% {\n -webkit-transform: translateY(-50%) scale(0.9);\n transform: translateY(-50%) scale(0.9);\n opacity: 0;\n }\n 100% {\n -webkit-transform: translateY(-50%) scale(0);\n transform: translateY(-50%) scale(0);\n opacity: 0;\n }\n}\n\n@-webkit-keyframes jkit-animated-swirl-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateZ(-20px) rotateX(90deg);\n transform: translateZ(-20px) rotateX(90deg);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateZ(-20px) rotateX(-10deg);\n transform: translateZ(-20px) rotateX(-10deg);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateZ(-20px) rotateX(0deg);\n transform: translateZ(-20px) rotateX(0deg);\n }\n}\n\n@keyframes jkit-animated-swirl-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateZ(-20px) rotateX(90deg);\n transform: translateZ(-20px) rotateX(90deg);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateZ(-20px) rotateX(-10deg);\n transform: translateZ(-20px) rotateX(-10deg);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateZ(-20px) rotateX(0deg);\n transform: translateZ(-20px) rotateX(0deg);\n }\n}\n\n@-webkit-keyframes jkit-animated-blinds-in {\n 0% {\n -webkit-transform: rotateY(180deg);\n transform: rotateY(180deg);\n }\n 100% {\n -webkit-transform: rotateY(0deg);\n transform: rotateY(0deg);\n }\n}\n\n@keyframes jkit-animated-blinds-in {\n 0% {\n -webkit-transform: rotateY(180deg);\n transform: rotateY(180deg);\n }\n 100% {\n -webkit-transform: rotateY(0deg);\n transform: rotateY(0deg);\n }\n}\n\n@-webkit-keyframes jkit-animated-wave-up {\n 0% {\n -webkit-transform: scale(0);\n transform: scale(0);\n opacity: 0;\n }\n 60% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n opacity: 1;\n }\n 100% {\n -webkit-transform: scale(1);\n transform: scale(1);\n opacity: 1;\n }\n}\n\n@keyframes jkit-animated-wave-up {\n 0% {\n -webkit-transform: scale(0);\n transform: scale(0);\n opacity: 0;\n }\n 60% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n opacity: 1;\n }\n 100% {\n -webkit-transform: scale(1);\n transform: scale(1);\n opacity: 1;\n }\n}\n\n@-webkit-keyframes jkit-animated-flip-in {\n 0% {\n -webkit-transform: rotateX(180deg);\n transform: rotateX(180deg);\n opacity: 0;\n }\n 35% {\n -webkit-transform: rotateX(120deg);\n transform: rotateX(120deg);\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 100% {\n -webkit-transform: rotateX(360deg);\n transform: rotateX(360deg);\n opacity: 1;\n }\n}\n\n@keyframes jkit-animated-flip-in {\n 0% {\n -webkit-transform: rotateX(180deg);\n transform: rotateX(180deg);\n opacity: 0;\n }\n 35% {\n -webkit-transform: rotateX(120deg);\n transform: rotateX(120deg);\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 100% {\n -webkit-transform: rotateX(360deg);\n transform: rotateX(360deg);\n opacity: 1;\n }\n}\n\n@-webkit-keyframes jkit-animated-flip-out {\n 0% {\n -webkit-transform: rotateX(0deg);\n transform: rotateX(0deg);\n opacity: 1;\n }\n 35% {\n -webkit-transform: rotateX(-40deg);\n transform: rotateX(-40deg);\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 100% {\n -webkit-transform: rotateX(180deg);\n transform: rotateX(180deg);\n opacity: 0;\n }\n}\n\n@keyframes jkit-animated-flip-out {\n 0% {\n -webkit-transform: rotateX(0deg);\n transform: rotateX(0deg);\n opacity: 1;\n }\n 35% {\n -webkit-transform: rotateX(-40deg);\n transform: rotateX(-40deg);\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 100% {\n -webkit-transform: rotateX(180deg);\n transform: rotateX(180deg);\n opacity: 0;\n }\n}\n\n@-webkit-keyframes jkit-animated-drop-in-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateZ(100px);\n transform: translateZ(100px);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }\n}\n\n@keyframes jkit-animated-drop-in-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateZ(100px);\n transform: translateZ(100px);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }\n}\n\n@-webkit-keyframes jkit-animated-drop-in-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateZ(-100px);\n transform: translateZ(-100px);\n }\n}\n\n@keyframes jkit-animated-drop-in-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateZ(-100px);\n transform: translateZ(-100px);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-right-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateX(10%);\n transform: translateX(10%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n}\n\n@keyframes jkit-animated-slide-right-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateX(10%);\n transform: translateX(10%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-right-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateX(110%);\n transform: translateX(110%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n}\n\n@keyframes jkit-animated-slide-right-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateX(110%);\n transform: translateX(110%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-left-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateX(-10%);\n transform: translateX(-10%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n}\n\n@keyframes jkit-animated-slide-left-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateX(-10%);\n transform: translateX(-10%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-left-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateX(-110%);\n transform: translateX(-110%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n}\n\n@keyframes jkit-animated-slide-left-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateX(-110%);\n transform: translateX(-110%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-up-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(100%);\n transform: translateY(100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateY(-20%);\n transform: translateY(-20%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n}\n\n@keyframes jkit-animated-slide-up-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(100%);\n transform: translateY(100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateY(-20%);\n transform: translateY(-20%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-up-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateY(-120%);\n transform: translateY(-120%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateY(-100%);\n transform: translateY(-100%);\n }\n}\n\n@keyframes jkit-animated-slide-up-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateY(-120%);\n transform: translateY(-120%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateY(-100%);\n transform: translateY(-100%);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-down-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(-100%);\n transform: translateY(-100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateY(20%);\n transform: translateY(20%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n}\n\n@keyframes jkit-animated-slide-down-in {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(-100%);\n transform: translateY(-100%);\n }\n 60% {\n opacity: 1;\n -webkit-transform: translateY(20%);\n transform: translateY(20%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n}\n\n@-webkit-keyframes jkit-animated-slide-down-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateY(120%);\n transform: translateY(120%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateY(100%);\n transform: translateY(100%);\n }\n}\n\n@keyframes jkit-animated-slide-down-out {\n 0% {\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n }\n 60% {\n opacity: 0;\n -webkit-transform: translateY(120%);\n transform: translateY(120%);\n }\n 100% {\n opacity: 0;\n -webkit-transform: translateY(100%);\n transform: translateY(100%);\n }\n}\n\n@-webkit-keyframes jkit-animated-bounce-in {\n 0%,\n 20%,\n 40%,\n 60%,\n 80%,\n to {\n -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);\n animation-timing-function: cubic-bezier(.215, .61, .355, 1)\n }\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(.3, .3, .3);\n transform: scale3d(.3, .3, .3)\n }\n 20% {\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\n transform: scale3d(1.1, 1.1, 1.1)\n }\n 40% {\n -webkit-transform: scale3d(.9, .9, .9);\n transform: scale3d(.9, .9, .9)\n }\n 60% {\n opacity: 1;\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\n transform: scale3d(1.03, 1.03, 1.03)\n }\n 80% {\n -webkit-transform: scale3d(.97, .97, .97);\n transform: scale3d(.97, .97, .97)\n }\n to {\n opacity: 1;\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}\n\n@keyframes jkit-animated-bounce-in {\n 0%,\n 20%,\n 40%,\n 60%,\n 80%,\n to {\n -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);\n animation-timing-function: cubic-bezier(.215, .61, .355, 1)\n }\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(.3, .3, .3);\n transform: scale3d(.3, .3, .3)\n }\n 20% {\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\n transform: scale3d(1.1, 1.1, 1.1)\n }\n 40% {\n -webkit-transform: scale3d(.9, .9, .9);\n transform: scale3d(.9, .9, .9)\n }\n 60% {\n opacity: 1;\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\n transform: scale3d(1.03, 1.03, 1.03)\n }\n 80% {\n -webkit-transform: scale3d(.97, .97, .97);\n transform: scale3d(.97, .97, .97)\n }\n to {\n opacity: 1;\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}\n\n@-webkit-keyframes jkit-animated-bounce-out {\n 20% {\n -webkit-transform: scale3d(.9, .9, .9);\n transform: scale3d(.9, .9, .9)\n }\n 50%,\n 55% {\n opacity: 0;\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\n transform: scale3d(1.1, 1.1, 1.1)\n }\n to {\n opacity: 0;\n -webkit-transform: scale3d(.3, .3, .3);\n transform: scale3d(.3, .3, .3)\n }\n}\n\n@keyframes jkit-animated-bounce-out {\n 20% {\n -webkit-transform: scale3d(.9, .9, .9);\n transform: scale3d(.9, .9, .9)\n }\n 50%,\n 55% {\n opacity: 0;\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\n transform: scale3d(1.1, 1.1, 1.1)\n }\n to {\n opacity: 0;\n -webkit-transform: scale3d(.3, .3, .3);\n transform: scale3d(.3, .3, .3)\n }\n}\n\n@-webkit-keyframes jkit-animated-swing-in {\n 20% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg)\n }\n 40% {\n -webkit-transform: rotate(-10deg);\n transform: rotate(-10deg)\n }\n 60% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg)\n }\n 80% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg)\n }\n to {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg)\n }\n}\n\n@keyframes jkit-animated-swing-in {\n 20% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg)\n }\n 40% {\n -webkit-transform: rotate(-10deg);\n transform: rotate(-10deg)\n }\n 60% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg)\n }\n 80% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg)\n }\n to {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg)\n }\n}\n\n@-webkit-keyframes jkit-animated-swing-out {\n 20% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg)\n }\n 40% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg)\n }\n 60% {\n -webkit-transform: rotate(10deg);\n transform: rotate(10deg)\n }\n 80% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg)\n }\n to {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg)\n }\n}\n\n@keyframes jkit-animated-swing-out {\n 20% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg)\n }\n 40% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg)\n }\n 60% {\n -webkit-transform: rotate(10deg);\n transform: rotate(10deg)\n }\n 80% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg)\n }\n to {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg)\n }\n}\n\n@-webkit-keyframes jkit-animated-rubber-band-in {\n 0% {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n 30% {\n -webkit-transform: scale3d(1.25, .75, 1);\n transform: scale3d(1.25, .75, 1)\n }\n 40% {\n -webkit-transform: scale3d(.75, 1.25, 1);\n transform: scale3d(.75, 1.25, 1)\n }\n 50% {\n -webkit-transform: scale3d(1.15, .85, 1);\n transform: scale3d(1.15, .85, 1)\n }\n 65% {\n -webkit-transform: scale3d(.95, 1.05, 1);\n transform: scale3d(.95, 1.05, 1)\n }\n 75% {\n -webkit-transform: scale3d(1.05, .95, 1);\n transform: scale3d(1.05, .95, 1)\n }\n to {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}\n\n@keyframes jkit-animated-rubber-band-in {\n 0% {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n 30% {\n -webkit-transform: scale3d(1.25, .75, 1);\n transform: scale3d(1.25, .75, 1)\n }\n 40% {\n -webkit-transform: scale3d(.75, 1.25, 1);\n transform: scale3d(.75, 1.25, 1)\n }\n 50% {\n -webkit-transform: scale3d(1.15, .85, 1);\n transform: scale3d(1.15, .85, 1)\n }\n 65% {\n -webkit-transform: scale3d(.95, 1.05, 1);\n transform: scale3d(.95, 1.05, 1)\n }\n 75% {\n -webkit-transform: scale3d(1.05, .95, 1);\n transform: scale3d(1.05, .95, 1)\n }\n to {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}\n\n@-webkit-keyframes jkit-animated-rubber-band-out {\n 0% {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n 30% {\n -webkit-transform: scale3d(1.05, .95, 1);\n transform: scale3d(1.05, .95, 1)\n }\n 40% {\n -webkit-transform: scale3d(.95, 1.05, 1);\n transform: scale3d(.95, 1.05, 1)\n }\n 50% {\n -webkit-transform: scale3d(1.15, .85, 1);\n transform: scale3d(1.15, .85, 1)\n }\n 65% {\n -webkit-transform: scale3d(.75, 1.25, 1);\n transform: scale3d(.75, 1.25, 1)\n }\n 75% {\n -webkit-transform: scale3d(1.25, .75, 1);\n transform: scale3d(1.25, .75, 1)\n }\n to {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}\n\n@keyframes jkit-animated-rubber-band-out {\n 0% {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n 30% {\n -webkit-transform: scale3d(1.05, .95, 1);\n transform: scale3d(1.05, .95, 1)\n }\n 40% {\n -webkit-transform: scale3d(.95, 1.05, 1);\n transform: scale3d(.95, 1.05, 1)\n }\n 50% {\n -webkit-transform: scale3d(1.15, .85, 1);\n transform: scale3d(1.15, .85, 1)\n }\n 65% {\n -webkit-transform: scale3d(.75, 1.25, 1);\n transform: scale3d(.75, 1.25, 1)\n }\n 75% {\n -webkit-transform: scale3d(1.25, .75, 1);\n transform: scale3d(1.25, .75, 1)\n }\n to {\n -webkit-transform: scaleX(1);\n transform: scaleX(1)\n }\n}","$break-tablet: 1024px;\n$break-mobile: 768px;\n\n// Colors \n$color-black: #181D23;\n$color-grey-900: #2D3137;\n$color-grey-800: #42464B;\n$color-grey-700: #575A5F;\n$color-grey-600: #6C6F73;\n$color-grey-500: #818387;\n$color-grey-400: #96989B;\n$color-grey-300: #ABACAF;\n$color-grey-200: #D5D5D7;\n$color-grey-100: #FAFCFF;\n$color-white: #ffffff;\n$color-blue: #0058E6;\n$color-yellow: #FFC402;\n$color-green: #00A878;\n$color-orange: #FC4E19;\n\n$border-color: lighten($color-grey-200, 8);\n$form-border-color: $color-grey-200;\n$form-bg-color: transparent;\n$form-bg-txt-color: $color-black;\n$selection-bg-color: darken($color-yellow, 8%);\n$element-bg-color: lighten($color-blue, 30);\n$element-darken-bg-color: $color-blue;\n$element-lighten-bg-color: lighten($color-blue, 50);\n\n// Typography \n$font-size-base: 15px !default;\n$line-height-base: 1.5 !default;\n$meta-font-size: 0.75rem !default;\n\n// Forms \n$form-font-size: $font-size-base;\n\n// Button \n$btn-txt-color: $color-white;\n$btn-bg-color: $color-blue;\n$btn-bg-hover-color: darken($btn-bg-color, 8%);\n$btn-bg-disable-color: lighten($btn-bg-color, 10%);\n$btn-border-width: 1px;\n$btn-font-size: $font-size-base;\n$btn-padding-y: 0.6875rem !default;\n$btn-padding-x: 1.25rem !default;\n$btn-line-height: $line-height-base !default;\n$btn-border-radius: 3px !default;\n\n$transition-base: .25s ease;\n\n// Grid\n$grid-sm-breakpoints: 576px !default;\n$grid-md-breakpoints: 768px !default;\n$grid-lg-breakpoints: 1024px !default;\n$grid-xl-breakpoints: 1200px !default;\n\n$grid-gutter-width: 40px !default;\n$grid-column-padding: 40px / 2 !default;\n$grid-module-padding: 40px 40px 20px 40px;\n\n// Block\n$module-margin: 2rem !default;\n$widget-margin: 2.5rem !default;\n$item-margin: 15px !default;\n\n$blocklink-overlay-color: rgba(255, 255, 255, 0.3);\n$blocklink-shadow-color: rgba(0, 0, 0, .15);\n\n$blockpopular-shadow-color1: rgba(0,0,0,0.16);\n$blockpopular-shadow-color2: rgba(0,0,0,0.12);\n\n// Border\n$border-radius-default: 10px;\n\n// Theme Colors CSS Variables\n.jkit-color-scheme { \n --jkit-bg-color: #{$color-white};\n --jkit-border-color: #{$border-color};\n --jkit-txt-color: #{$color-grey-700}; // Default text color\n --jkit-txt-h-color: #{$color-black}; // Heading text color\n --jkit-txt-a-color: #{$color-blue}; // Link text color\n --jkit-txt-m-color: #{$color-grey-400}; // Post meta text color \n --jkit-txt-alt-color: #{$color-white};\n --jkit-form-border-color: #{$form-border-color};\n --jkit-form-bg-color: #{$form-bg-color};\n --jkit-form-txt-color: #{$form-bg-txt-color};\n --jkit-btn-txt-color: #{$btn-txt-color};\n --jkit-btn-bg-color: #{$btn-bg-color};\n --jkit-btn-bg-hover-color: #{$btn-bg-hover-color};\n --jkit-selection-bg-color: #{$selection-bg-color};\n --jkit-element-bg-color: #{$element-bg-color};\n --jkit-element-darken-bg-color: #{$element-darken-bg-color};\n --jkit-element-lighten-bg-color: #{$element-lighten-bg-color};\n}",".jeg-elementor-kit {\n &.jkit-nav-menu {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-hamburger-menu {\n display: block;\n }\n .jkit-menu-wrapper {\n width: 100%;\n max-width: 360px;\n border-radius: 0px 0px 0px 0px;\n background-color: #f7f7f7;\n width: 100%;\n position: fixed;\n top: 0;\n left: -110%;\n height: 100% !important;\n box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);\n overflow-y: auto;\n overflow-x: hidden;\n padding-top: 0;\n padding-left: 0;\n padding-right: 0;\n display: flex;\n flex-direction: column-reverse;\n justify-content: flex-end;\n @include transition(false, false, (left .6s cubic-bezier(.6, .1, .68, .53)));\n &.active {\n left: 0;\n }\n .jkit-menu-container {\n overflow-y: hidden;\n }\n .jkit-nav-identity-panel {\n padding: 10px 0px 10px 0px;\n display: block;\n position: relative;\n z-index: 5;\n width: 100%;\n .jkit-nav-site-title {\n display: inline-block;\n }\n .jkit-close-menu {\n display: block;\n }\n }\n .jkit-menu {\n display: block;\n height: 100%;\n overflow-y: auto;\n li.menu-item-has-children {\n >a i {\n margin-left: auto;\n padding: 4px 15px;\n border: 1px solid var(--jkit-border-color);\n border-radius: 3px;\n }\n .sub-menu {\n position: inherit;\n box-shadow: none;\n background: none;\n }\n }\n li {\n display: block;\n width: 100%;\n position: inherit;\n .sub-menu {\n display: none;\n max-height: 2500px;\n opacity: 0;\n visibility: hidden;\n transition: max-height 5s ease-out;\n &.dropdown-open {\n display: block;\n opacity: 1;\n visibility: visible;\n }\n }\n a {\n display: block;\n i {\n float: right;\n }\n }\n }\n }\n }\n }\n @media screen and (min-width: $break-tablet + 1) {\n .jkit-menu-wrapper .jkit-menu-container {\n height: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1) {\n .jkit-hamburger-menu {\n display: block;\n }\n .jkit-menu-wrapper {\n width: 100%;\n max-width: 360px;\n border-radius: 0px 0px 0px 0px;\n background-color: #f7f7f7;\n width: 100%;\n position: fixed;\n top: 0;\n left: -110%;\n height: 100% !important;\n box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);\n overflow-y: auto;\n overflow-x: hidden;\n padding-top: 0;\n padding-left: 0;\n padding-right: 0;\n display: flex;\n flex-direction: column-reverse;\n justify-content: flex-end;\n @include transition(false, false, (left .6s cubic-bezier(.6, .1, .68, .53)));\n &.active {\n left: 0;\n }\n .jkit-menu-container {\n overflow-y: hidden;\n }\n .jkit-nav-identity-panel {\n padding: 10px 0px 10px 0px;\n display: block;\n position: relative;\n z-index: 5;\n width: 100%;\n .jkit-nav-site-title {\n display: inline-block;\n }\n .jkit-close-menu {\n display: block;\n }\n }\n .jkit-menu {\n display: block;\n height: 100%;\n overflow-y: auto;\n li.menu-item-has-children {\n >a i {\n margin-left: auto;\n padding: 4px 15px;\n border: 1px solid var(--jkit-border-color);\n border-radius: 3px;\n }\n .sub-menu {\n position: inherit;\n box-shadow: none;\n background: none;\n }\n }\n li {\n display: block;\n width: 100%;\n position: inherit;\n .sub-menu {\n display: none;\n max-height: 2500px;\n opacity: 0;\n visibility: hidden;\n transition: max-height 5s ease-out;\n &.dropdown-open {\n display: block;\n opacity: 1;\n visibility: visible;\n }\n }\n a {\n display: block;\n i {\n float: right;\n }\n }\n }\n }\n }\n }\n @media screen and (min-width: $break-mobile) {\n .jkit-menu-wrapper .jkit-menu-container {\n height: 100%;\n }\n }\n }\n }\n &.jkit-gallery {\n &.grid-desktop-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-desktop-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-desktop-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-desktop-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-desktop-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-desktop-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-tablet + 1px) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n &.grid-tablet-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-tablet-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-tablet-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-tablet-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-tablet-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-tablet-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n &.grid-mobile-1 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 100%;\n float: left;\n }\n }\n }\n &.grid-mobile-2 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 50%;\n float: left;\n }\n }\n }\n &.grid-mobile-3 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 33.3333333333%;\n float: left;\n }\n }\n }\n &.grid-mobile-4 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 25%;\n float: left;\n }\n }\n }\n &.grid-mobile-5 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 20%;\n float: left;\n }\n }\n }\n &.grid-mobile-6 {\n .gallery-items .gallery-item-wrap {\n @media screen and (max-width: $break-mobile - 1px) {\n width: 16.6666666667%;\n float: left;\n }\n }\n }\n }\n &.jkit-postblock {\n &.postblock-type-1 {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-post {\n display: block;\n -webkit-box-align: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1px) {\n .jkit-post {\n display: block;\n -webkit-box-align: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n }\n &.postblock-type-4 {\n &.break-point-tablet {\n @media screen and (max-width: $break-tablet) {\n .jkit-post {\n display: block;\n }\n .jkit-thumb {\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n &.break-point-mobile {\n @media screen and (max-width: $break-mobile - 1px) {\n .jkit-post {\n display: block;\n }\n .jkit-thumb {\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n max-width: 100%;\n }\n }\n }\n }\n }\n &.jkit-client-logo {\n &.grid-desktop-1 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-2 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-3 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-4 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-5 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-6 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-7 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-8 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-9 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-10 {\n @media screen and (min-width: $break-tablet + 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-1 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-2 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-3 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-4 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-5 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-6 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-7 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-8 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-9 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-10 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-1 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-2 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-3 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-4 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-5 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-6 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+7) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(6)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-7 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+8) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(7)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-8 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+9) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(8)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-9 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+10) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(9)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-10 {\n @media screen and (max-width: $break-mobile - 1px) {\n .client-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .client-slider {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .client-track:not(:nth-child(10)) {\n margin-right: 10px;\n }\n }\n }\n }\n &.jkit-testimonials {\n &.grid-desktop-1 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-2 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-3 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-4 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-desktop-5 {\n @media screen and (min-width: $break-tablet + 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-1 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+11) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-2 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-3 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-4 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-tablet-5 {\n @media screen and (min-width: $break-mobile) and (max-width: $break-tablet) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-1 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 100%;\n &:nth-child(n+2) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(1)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-2 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 50%;\n &:nth-child(n+3) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(2)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-3 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 33.3333333333%;\n &:nth-child(n+4) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(3)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-4 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 25%;\n &:nth-child(n+5) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(4)) {\n margin-right: 10px;\n }\n }\n }\n &.grid-mobile-5 {\n @media screen and (max-width: $break-mobile - 1px) {\n .testimonials-track:not(.tns-slider) {\n display: flex;\n flex-direction: row;\n .testimonial-item {\n width: 20%;\n &:nth-child(n+6) {\n display: none;\n }\n }\n }\n .testimonials-track:not(:nth-child(5)) {\n margin-right: 10px;\n }\n }\n }\n }\n &.jkit-team {\n .jkit-modal-dialog {\n @media (min-width: 481px) {\n .team-modal-img {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n margin-bottom: 0;\n }\n .team-modal-info.has-img {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n padding-left: 30px;\n }\n }\n @media (min-width: 576px) {\n max-width: 500px;\n margin: 1.75rem auto;\n min-height: calc(100% - (1.75rem * 2));\n }\n @media (min-width: 992px) {\n .team-modal-info.has-img {\n padding-left: 50px;\n }\n }\n }\n }\n}","@mixin transform($var, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transform: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transform-#{$var}: $value;\n }\n }\n}\n\n@mixin animation($var, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}animation: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}animation-#{$var}: $value;\n }\n }\n}\n\n@mixin boxshadow($value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"\");\n @each $prefix in $prefixes {\n #{$prefix}box-shadow: $value;\n }\n}\n\n@mixin transition($var, $property, $value) {\n $prefixes: (\"-moz-\", \"-webkit-\", \"-o-\", \"-ms-\", \"\");\n @if $property == transform {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: #{if($value == false, #{$prefix}#{'transform'}, #{$prefix}#{'transform '}$value)};\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: #{if($value == false, #{$prefix}#{'transform'}, #{$prefix}#{'transform '}$value)};\n }\n }\n } @else if $property == false {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: $value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: $value;\n }\n }\n } @else {\n @if $var == false {\n @each $prefix in $prefixes {\n #{$prefix}transition: $property#{' '}$value;\n }\n } @else {\n @each $prefix in $prefixes {\n #{$prefix}transition-#{$var}: $property#{' '}$value;\n }\n }\n }\n}\n\n@mixin displayflex {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n\n@mixin flexwrap {\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n@mixin alignitemscenter {\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n@mixin alignitemsstart {\n -webkit-box-align: start;\n -ms-flex-align: start;\n align-items: flex-start;\n}\n\n@mixin userselect($value) {\n -webkit-user-select: $value;\n -moz-user-select: $value;\n -ms-user-select: $value;\n user-select: $value;\n}","@import 'helpers/animation';\n@import 'helpers/mixin';\n@import 'helpers/variable';\n@import 'responsive';\nhtml.jkit-nav-menu-loaded,\nhtml.jkit-nav-menu-loaded body {\n overflow-x: hidden;\n overflow-y: visible;\n}\n\n.jkit-equal-height-enable {\n .jeg-elementor-kit {\n &.jkit-image-box {\n display: flex;\n flex-direction: column;\n .image-box-body {\n flex: 1;\n }\n }\n }\n}\n\n.jeg-elementor-kit {\n .hover-from-left,\n .hover-from-right,\n .hover-from-top,\n .hover-from-bottom,\n .hover-from-arise {\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n background-size: 101% 101%;\n @include transition(false, false, all .6s ease);\n }\n }\n .hover-from-left,\n &.hover-from-left {\n &:before {\n top: 0;\n left: -101%;\n }\n &:hover:before {\n left: 0;\n }\n }\n .hover-from-right,\n &.hover-from-right {\n &:before {\n top: 0;\n right: -101%;\n }\n &:hover:before {\n right: 0;\n }\n }\n .hover-from-top,\n &.hover-from-top {\n &:before {\n top: -101%;\n left: 0;\n }\n &:hover:before {\n top: 0;\n }\n }\n .hover-from-bottom,\n &.hover-from-bottom {\n &:before {\n bottom: -101%;\n left: 0;\n }\n &:hover:before {\n bottom: 0;\n }\n }\n .hover-from-arise,\n &.hover-from-arise {\n &:before {\n top: 0;\n left: 0;\n opacity: 0%;\n }\n &:hover:before {\n opacity: 100%;\n }\n }\n &.jkit-pagination-loadmore.loaded,\n &.jkit-pagination-scrollload.loaded {\n .jkit-ajax-loaded {\n -webkit-animation-duration: .4s;\n animation-duration: .4s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation-name: jkit-fadeinup;\n animation-name: jkit-fadeinup;\n }\n .anim-1 {\n -webkit-animation-delay: .05s\n }\n .anim-2 {\n -webkit-animation-delay: .15s\n }\n .anim-3 {\n -webkit-animation-delay: .25s\n }\n .anim-4 {\n -webkit-animation-delay: .35s\n }\n .anim-5 {\n -webkit-animation-delay: .45s\n }\n .anim-6 {\n -webkit-animation-delay: .55s\n }\n .anim-7 {\n -webkit-animation-delay: .65s\n }\n .anim-8 {\n -webkit-animation-delay: .75s\n }\n .anim-9 {\n -webkit-animation-delay: .85s\n }\n .anim-10 {\n -webkit-animation-delay: .95s\n }\n .anim-11 {\n -webkit-animation-delay: 1.05s\n }\n .anim-12 {\n -webkit-animation-delay: 1.15s\n }\n .anim-13 {\n -webkit-animation-delay: 1.25s\n }\n .anim-14 {\n -webkit-animation-delay: 1.35s\n }\n .anim-15 {\n -webkit-animation-delay: 1.45s\n }\n .anim-16 {\n -webkit-animation-delay: 1.55s\n }\n .anim-17 {\n -webkit-animation-delay: 1.65s\n }\n .anim-18 {\n -webkit-animation-delay: 1.75s\n }\n .anim-19 {\n -webkit-animation-delay: 1.85s\n }\n .anim-20 {\n -webkit-animation-delay: 1.95s\n }\n .anim-21 {\n -webkit-animation-delay: 2.05s\n }\n .anim-22 {\n -webkit-animation-delay: 2.15s\n }\n .anim-23 {\n -webkit-animation-delay: 2.25s\n }\n .anim-24 {\n -webkit-animation-delay: 2.35s\n }\n .anim-25 {\n -webkit-animation-delay: 2.45s\n }\n .anim-26 {\n -webkit-animation-delay: 2.55s\n }\n .anim-27 {\n -webkit-animation-delay: 2.65s\n }\n .anim-28 {\n -webkit-animation-delay: 2.75s\n }\n .anim-29 {\n -webkit-animation-delay: 2.85s\n }\n .anim-30 {\n -webkit-animation-delay: 2.95s\n }\n }\n .border-bottom {\n position: absolute;\n z-index: 3;\n left: -101%;\n bottom: 0;\n height: 5px;\n width: 100%;\n background-color: var(--jkit-selection-bg-color);\n &.left {\n @include animation(false, slide-from-left-reverse 0.5s forwards);\n }\n &.right {\n @include animation(false, slide-from-right-reverse 0.5s forwards);\n }\n }\n &:hover {\n .border-bottom.left {\n @include animation(false, slide-from-left 0.5s forwards);\n }\n .border-bottom.right {\n @include animation(false, slide-from-right 0.5s forwards);\n }\n }\n button {\n &:active,\n &:hover {\n background: none;\n border: none;\n }\n &:focus {\n outline: none;\n }\n }\n &.jkit-nav-menu {\n .jkit-hamburger-menu {\n float: right;\n display: none;\n color: var(--jkit-txt-color);\n border: solid 1px var(--jkit-border-color);\n }\n .jkit-menu-wrapper {\n z-index: 1000;\n .jkit-nav-identity-panel {\n .jkit-nav-site-title {\n display: none;\n .jkit-nav-logo {\n margin: 5px 0px 5px 0px;\n padding: 5px 5px 5px 5px;\n display: block;\n img {\n max-width: 120px;\n height: auto;\n }\n }\n }\n .jkit-close-menu {\n float: right;\n display: none;\n color: var(--jkit-txt-color);\n border: solid 1px var(--jkit-border-color);\n padding: 8px 8px 8px 8px;\n margin: 12px 12px 12px 12px;\n width: 45px;\n border-radius: 3px;\n position: relative;\n z-index: 10;\n }\n }\n .jkit-menu {\n display: flex;\n height: 100%;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n margin-left: 0;\n >li {\n margin: 0;\n padding: 0;\n list-style: none;\n >a {\n color: #707070;\n padding: 0px 15px 0px 15px;\n font-size: 15px;\n @include transition(false, false, all .4s ease);\n text-transform: none;\n font-weight: 500;\n letter-spacing: normal;\n height: 100%;\n @include displayflex();\n align-items: center;\n text-decoration: none;\n }\n }\n li {\n position: relative;\n @include displayflex();\n a {\n padding: 15px 15px 15px 15px;\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n }\n }\n li.menu-item-has-children {\n .sub-menu {\n box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);\n background: var(--jkit-bg-color);\n position: absolute;\n top: 100%;\n left: 0;\n max-height: none;\n margin: 0px;\n }\n &:hover>.sub-menu {\n opacity: 1;\n visibility: visible;\n }\n >a i {\n margin-left: 5px;\n }\n }\n .sub-menu {\n border-radius: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n list-style: none;\n @include transition(false, false, all .4s ease);\n opacity: 0;\n visibility: hidden;\n z-index: 1000;\n >li>.sub-menu {\n left: 100%;\n top: 0;\n }\n }\n }\n }\n }\n &.jkit-icon-box {\n position: relative;\n padding: 50px 40px 50px 40px;\n text-align: center;\n border: 1px solid var(--jkit-border-color);\n border-radius: 5px;\n @include transition(false, false, all .4s ease);\n background-color: var(--jkit-bg-color);\n overflow: hidden;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center center;\n >a {\n text-decoration: none;\n }\n .icon-box-link {\n color: unset;\n }\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n @include transition(false, false, all .6s ease);\n background-size: 101% 101%;\n }\n &.icon-position-left {\n @include displayflex();\n @include alignitemsstart();\n .icon-box.icon-box-header {\n margin-right: 15px;\n }\n }\n &.icon-position-right {\n @include displayflex();\n -webkit-box-orient: horizontal;\n -webkit-box-direction: reverse;\n -ms-flex-direction: row-reverse;\n flex-direction: row-reverse;\n .icon-box.icon-box-header {\n margin-left: 15px;\n }\n }\n .icon-box {\n &.icon-box-header {\n position: relative;\n z-index: 2;\n .icon {\n display: inline-block;\n margin-bottom: 13px;\n color: var(--jkit-txt-color);\n @include transition(false, false, all .4s ease);\n i {\n font-size: 40px;\n }\n }\n }\n &.icon-box-body {\n position: relative;\n z-index: 2;\n .title {\n padding: 0px 0px 0px 0px;\n color: var(--jkit-txt-color);\n font-size: 23px;\n }\n .icon-box-button {\n position: relative;\n z-index: 2;\n .btn-wrapper {\n position: relative;\n z-index: 2;\n .icon-box-link {\n border-radius: 5px;\n font-size: 15px;\n padding: 15px 30px;\n display: inline-block;\n color: var(--jkit-bg-color);\n position: relative;\n display: inline-block;\n line-height: 1;\n white-space: nowrap;\n vertical-align: middle;\n text-align: center;\n background-color: var(--jkit-btn-bg-color);\n @include userselect('none');\n @include transition(false, false, all .4s ease);\n &:hover {\n background-color: var(--jkit-btn-bg-hover-color);\n }\n }\n }\n &.hover .btn-wrapper .icon-box-link {\n opacity: 0;\n }\n }\n .icon-box-description {\n color: var(--jkit-txt-color);\n }\n }\n }\n &:hover {\n .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link {\n opacity: 100;\n }\n .hover-watermark {\n bottom: 0;\n opacity: 100;\n }\n }\n .hover-watermark {\n position: absolute;\n bottom: -50px;\n right: 0;\n opacity: 0;\n @include transition(false, false, all .4s ease);\n z-index: 1;\n i {\n font-size: 100px;\n }\n }\n .icon-box-badge {\n position: absolute;\n line-height: 1;\n z-index: 2;\n &.topleft {\n top: 0;\n left: 0;\n }\n &.topcenter {\n top: 0;\n left: 50%;\n @include transform(false, translateX(-50%));\n }\n &.topright {\n top: 0;\n right: 0;\n }\n &.bottomleft {\n left: 0;\n bottom: 0;\n }\n &.bottomcenter {\n bottom: 0;\n left: 50%;\n @include transform(false, translateX(-50%));\n }\n &.bottomright {\n bottom: 0;\n right: 0;\n }\n .badge-text {\n padding: 10px 10px 10px 10px;\n border-radius: 0px 0px 0px 0px;\n background-color: var(--jkit-selection-bg-color);\n font-size: .70588rem;\n color: var(--jkit-bg-color);\n font-weight: 500;\n display: inline-block;\n }\n }\n }\n &.jkit-fun-fact {\n @include transition(false, false, all .4s ease);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n position: relative;\n z-index: 2;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center center;\n text-align: center;\n overflow: hidden;\n &:before {\n position: absolute;\n content: \"\";\n height: 100%;\n width: 100%;\n @include transition(false, false, all .6s ease);\n background-size: 101% 101%;\n }\n .fun-fact-inner {\n position: relative;\n z-index: 2;\n >.icon {\n margin-bottom: 15px;\n padding: 15px;\n font-size: 40px;\n color: var(--jkit-txt-color);\n display: inline-block;\n }\n .content {\n .number-wrapper {\n font-size: 28px;\n font-weight: 700;\n color: var(--jkit-txt-color);\n .super {\n top: -5px;\n left: 0px;\n vertical-align: super;\n font-size: 22px;\n color: var(--jkit-txt-color);\n }\n }\n .title {\n font-size: 15px;\n margin: 0;\n font-weight: 400;\n color: var(--jkit-txt-color);\n }\n }\n }\n }\n &.jkit-progress-bar {\n .progress-group {\n .progress-skill-bar {\n .skill-bar-content {\n margin-bottom: 7px;\n .skill-title {\n font-weight: 700;\n color: var(--jkit-txt-color);\n }\n }\n .skill-bar {\n height: 3px;\n background-color: var(--jkit-element-bg-color);\n .skill-track {\n width: 0;\n background-color: var(--jkit-element-darken-bg-color);\n display: block;\n height: 100%;\n overflow: visible !important;\n position: relative;\n .number-percentage-wrapper {\n position: absolute;\n right: 0;\n top: -33px;\n z-index: 1;\n }\n }\n }\n .number-percentage {\n color: var(--jkit-txt-color);\n }\n }\n &.inner-content {\n .progress-skill-bar {\n position: relative;\n .skill-bar-content {\n position: absolute;\n z-index: 1;\n left: 0;\n top: 50%;\n @include transform(false, translateY(-50%));\n margin-bottom: 0;\n padding-left: 30px;\n .skill-title {\n color: var(--jkit-bg-color);\n }\n }\n .skill-bar {\n height: 35px;\n .skill-track {\n .skill-track-icon {\n position: absolute;\n right: 19px;\n top: 50%;\n @include transform(false, translateY(-50%));\n color: var(--jkit-bg-color);\n +.number-percentage-wrapper {\n padding-right: 57px;\n }\n }\n .number-percentage-wrapper {\n top: 50%;\n @include transform(false, translateY(-50%));\n color: var(--jkit-bg-color);\n padding-right: 30px;\n }\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.bar-shadow {\n .progress-skill-bar {\n .skill-bar {\n height: 30px;\n background-color: var(--jkit-form-bg-color);\n padding: 10px;\n @include boxshadow(0 0 20px 0 rgba(0, 0, 0, 0.25));\n border-radius: 15px;\n .skill-track {\n height: 100%;\n border-radius: 5px;\n .number-percentage-wrapper {\n top: -39px;\n }\n }\n }\n }\n }\n &.tooltip-style {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 24px;\n line-height: 24px;\n display: inline-block;\n color: var(--jkit-bg-color);\n font-size: 13px;\n background-color: var(--jkit-txt-color);\n text-align: center;\n padding: 0 11px;\n border-radius: 4.32px;\n border-bottom-right-radius: 0;\n &:before {\n position: absolute;\n content: \"\";\n right: 0;\n bottom: -8px;\n color: var(--jkit-txt-color);\n border-top: solid currentColor;\n border-right: solid currentColor;\n border-left: solid transparent;\n border-bottom: solid transparent;\n border-width: 4px;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.tooltip-box,\n &.tooltip-rounded,\n &.stripe {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 22px;\n padding: 0 8px;\n background-color: var(--jkit-txt-color);\n text-align: center;\n font-size: 13px;\n color: #FFF;\n z-index: 1;\n right: -20px;\n top: -31px;\n &:before {\n position: absolute;\n content: \"\";\n bottom: -6px;\n left: 50%;\n @include transform(false, translateX(-50%) rotate(45deg));\n width: 14px;\n height: 14px;\n background-color: var(--jkit-txt-color);\n z-index: -1;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.tooltip-rounded,\n &.stripe {\n .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {\n border-radius: 8px;\n }\n }\n &.tooltip-circle {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n width: 35px;\n height: 35px;\n line-height: 35px;\n border-radius: 50%;\n background-color: var(--jkit-txt-color);\n color: #FFF;\n text-align: center;\n font-size: 13px;\n right: calc(0% - 15.5px);\n top: -39.9px;\n &:before {\n position: absolute;\n content: \"\";\n bottom: -5px;\n left: 50%;\n @include transform(false, translateX(-50%));\n width: 3px;\n height: 5px;\n background-color: var(--jkit-txt-color);\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.switch {\n .progress-skill-bar {\n .skill-bar-content {\n margin-bottom: 18px;\n }\n .content-group {\n width: calc(100% - 50px);\n display: inline-block;\n .skill-bar .skill-track {\n &:after {\n position: absolute;\n content: \"\";\n border-radius: 50%;\n color: var(--jkit-txt-color);\n width: 8px;\n height: 8px;\n background-color: var(--jkit-txt-color);\n top: -3px;\n right: 8px;\n }\n &:before {\n position: absolute;\n content: \"\";\n right: 0;\n border-radius: 50%;\n color: var(--jkit-txt-color);\n top: -12.5px;\n width: 25px;\n height: 25px;\n @include boxshadow((-1.216px 6.894px 15px 0 rgba(0, 0, 0, 0.07), inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)));\n background-color: #FFF;\n border: 1px solid var(--jkit-txt-color);\n }\n }\n }\n .number-percentage-wrapper {\n float: right;\n position: relative;\n top: 31px;\n }\n }\n }\n &.ribbon {\n .progress-skill-bar {\n .skill-bar .skill-track .number-percentage-wrapper {\n height: 35px;\n line-height: 35px;\n color: #FFF;\n background-color: var(--jkit-txt-color);\n text-align: center;\n padding: 0 8px;\n top: -10px;\n z-index: 1;\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: -10px;\n color: #1a1a1a;\n border-top: solid #FFF;\n border-left: solid #FFF;\n border-right: solid var(--jkit-txt-color);\n border-bottom: solid var(--jkit-txt-color);\n border-width: 5px;\n }\n }\n .number-percentage {\n color: var(--jkit-bg-color);\n }\n }\n }\n &.stripe {\n .progress-skill-bar .skill-bar {\n height: 10px;\n .skill-track {\n background: -o-repeating-linear-gradient(left, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px);\n background: repeating-linear-gradient(to right, var(--jkit-txt-color), var(--jkit-txt-color) 4px, var(--jkit-bg-color) 4px, var(--jkit-bg-color) 8px);\n }\n }\n }\n }\n }\n &.jkit-client-logo {\n position: relative;\n display: inline-block;\n overflow: hidden;\n width: 100%;\n .client-track {\n .image-list {\n @include displayflex();\n @include alignitemscenter();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: center;\n overflow: hidden;\n &:hover .content-image .hover-image {\n opacity: 1;\n @include transition(false, false, opacity .25s ease-in-out .0s);\n }\n }\n .content-image {\n position: relative;\n line-height: 0;\n width: 100%;\n .main-image {\n height: auto;\n width: 100%;\n }\n .hover-image {\n position: absolute;\n left: 0px;\n top: 50%;\n @include transform(false, translateY(-50%));\n opacity: 0;\n height: auto;\n width: 100%;\n }\n }\n .client-slider.hover-enable:hover .content-image .main-image {\n opacity: 0;\n visibility: hidden;\n @include transition(false, false, all 0.25s ease);\n }\n }\n .client-track:not(.tns-slider) .client-slider {\n margin-right: 10px;\n }\n .tns-nav {\n text-align: center;\n button {\n width: 9px;\n height: 9px;\n padding: 0;\n margin: 0 5px;\n border-radius: 50%;\n background: var(--jkit-txt-m-color);\n border: 0;\n &.tns-nav-active {\n background: var(--jkit-txt-color);\n }\n }\n }\n .tns-horizontal.tns-subpixel>.tns-item {\n vertical-align: middle;\n }\n .tns-controls button {\n color: var(--jkit-txt-color);\n border: 0px;\n background: none;\n i {\n @include transition(false, false, all .4s ease);\n }\n }\n &.arrow-bottom-middle {\n .tns-controls {\n text-align: center;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n &.arrow-bottom-edge {\n .tns-controls {\n button[data-controls=\"next\"] {\n display: inline-block;\n position: absolute;\n right: 0;\n }\n }\n }\n &.arrow-middle-edge {\n .tns-controls {\n button {\n display: inline-block;\n position: absolute;\n top: 50%;\n @include transform(false, translate(0%, -50%));\n z-index: 2;\n &[data-controls=\"prev\"] {\n left: 0;\n }\n &[data-controls=\"next\"] {\n right: 0;\n }\n }\n }\n }\n &.arrow-top-right {\n .tns-controls {\n text-align: right;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n &.arrow-top-left {\n .tns-controls {\n text-align: left;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n }\n &.jkit-testimonials {\n .testimonials-track {\n .testimonial-item .testimonial-box {\n .icon-content,\n .comment-bio,\n .comment-content,\n .profile-info,\n .rating-stars {\n position: relative;\n z-index: 2;\n }\n }\n }\n .tns-nav {\n text-align: center;\n button {\n width: 9px;\n height: 9px;\n padding: 0;\n margin: 0 5px;\n border-radius: 50%;\n background: var(--jkit-txt-m-color);\n border: 0;\n &.tns-nav-active {\n background: var(--jkit-txt-color);\n }\n }\n }\n .tns-controls button {\n color: var(--jkit-txt-color);\n border: 0px;\n background: none;\n i {\n @include transition(false, false, all .25s ease);\n }\n }\n &.arrow-bottom-middle {\n .tns-controls {\n text-align: center;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n &.arrow-bottom-edge {\n .tns-controls {\n button[data-controls=\"next\"] {\n display: inline-block;\n position: absolute;\n right: 0;\n }\n }\n }\n &.arrow-middle-edge {\n .tns-controls {\n button {\n display: inline-block;\n position: absolute;\n top: 50%;\n @include transform(false, translate(0%, -50%));\n z-index: 2;\n &[data-controls=\"prev\"] {\n left: 0;\n }\n &[data-controls=\"next\"] {\n right: 0;\n }\n }\n }\n }\n &.arrow-top-right {\n .tns-controls {\n text-align: right;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n &.arrow-top-left {\n .tns-controls {\n text-align: left;\n button[data-controls=\"prev\"],\n button[data-controls=\"next\"] {\n color: var(--jkit-txt-color);\n display: inline-block;\n margin: 0;\n padding: 0;\n }\n }\n }\n &.style-1 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content {\n position: absolute;\n left: 0;\n top: 0;\n font-size: 40px;\n }\n .testimonials-track {\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n margin-top: 25px;\n margin-bottom: 105px;\n .testimonial-slider {\n overflow: hidden;\n &.hover-from-bottom:before,\n &.hover-from-top:before,\n &.hover-from-left:before,\n &.hover-from-right:before {\n left: 0;\n bottom: 0;\n right: 0;\n top: 0;\n }\n &.hover-from-bottom:before,\n &.hover-from-top:before {\n @include transform(false, scaleY(0));\n }\n &.hover-from-left:before,\n &.hover-from-right:before {\n @include transform(false, scaleX(0));\n }\n &.hover-from-top:before {\n @include transform(origin, top);\n }\n &.hover-from-bottom:before {\n @include transform(origin, bottom);\n }\n &.hover-from-left:before {\n @include transform(origin, left);\n }\n &.hover-from-right:before {\n @include transform(origin, right);\n }\n &.hover-from-bottom:hover:before,\n &.hover-from-top:hover:before {\n @include transform(false, scaleY(1));\n }\n &.hover-from-left:hover:before,\n &.hover-from-right:hover:before {\n @include transform(false, scaleX(1));\n }\n .comment-content {\n .icon-content {\n position: static;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n display: inline-flex;\n }\n p {\n color: var(--jkit-txt-m-color);\n font-size: $font-size-base;\n margin-bottom: 35px;\n position: relative;\n z-index: 2;\n }\n }\n .comment-bio {\n position: absolute;\n left: 0;\n bottom: -115px;\n width: 100%;\n text-align: center;\n z-index: 5;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n }\n }\n }\n }\n &.style-2 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n position: absolute;\n left: 0;\n top: 0;\n font-size: 40px;\n }\n .testimonials-track {\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .comment-header {\n @include displayflex();\n @include alignitemscenter();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .rating-stars {\n margin: 0px;\n margin-bottom: 15px;\n padding: 0px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n .comment-bio {\n @include displayflex();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .bio-details {\n @include alignitemscenter();\n @include displayflex();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n .profile-image {\n margin-right: 20px;\n margin-bottom: 0px;\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n text-align: left;\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n }\n .icon-content {\n position: static;\n font-size: 40px;\n color: $color-grey-200;\n line-height: 1;\n display: inline-flex;\n }\n }\n .comment-content {\n position: relative;\n margin-top: 30px;\n margin-bottom: 30px;\n z-index: 2;\n p {\n color: var(--jkit-txt-m-color);\n }\n }\n }\n }\n }\n &.style-3 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n right: unset;\n left: 0;\n top: 0;\n }\n .testimonials-track {\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .icon-content {\n margin-bottom: 23px;\n position: absolute;\n right: 20px;\n top: 20px;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n line-height: 1;\n z-index: 1;\n display: inline-flex;\n }\n .comment-bio {\n text-align: center;\n margin-bottom: 20px;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n }\n .comment-content {\n p {\n margin-bottom: 35px;\n color: rgba(0, 0, 0, 0.5);\n font-size: $font-size-base;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n text-align: center;\n margin-bottom: 15px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n }\n }\n &.style-4 {\n &.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {\n right: unset;\n left: 0;\n top: 0;\n }\n .testimonials-track {\n .testimonial-item .testimonial-box {\n padding: $grid-module-padding;\n box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;\n border-radius: $border-radius-default;\n position: relative;\n .icon-content {\n margin-bottom: 23px;\n position: absolute;\n right: 20px;\n top: 20px;\n font-size: 40px;\n color: var(--jkit-txt-m-color);\n line-height: 1;\n z-index: 1;\n display: inline-flex;\n }\n .comment-bio {\n text-align: center;\n margin-bottom: 20px;\n .profile-image {\n display: inline-flex;\n img {\n border-radius: 50%;\n max-width: 100%;\n width: 60px;\n height: auto;\n }\n }\n .profile-info {\n .profile-name {\n display: block;\n font-size: $font-size-base;\n color: var(--jkit-txt-h-color);\n }\n .profile-des {\n color: var(--jkit-txt-m-color);\n font-size: $meta-font-size;\n }\n }\n .rating-stars {\n margin: 0px;\n padding: 0px;\n text-align: center;\n margin-bottom: 15px;\n li {\n display: inline-block;\n color: $color-yellow;\n }\n li:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n .comment-content {\n p {\n margin-bottom: 35px;\n color: rgba(0, 0, 0, 0.5);\n font-size: $font-size-base;\n }\n }\n }\n }\n }\n &:not(.style-1) {\n .testimonials-track {\n .testimonial-item .testimonial-box {\n overflow: hidden;\n }\n }\n }\n }\n &.jkit-accordion {\n counter-reset: jkitNumber;\n .card-wrapper {\n background-color: var(--jkit-bg-color);\n &:not(:last-child) {\n margin-bottom: 10px;\n }\n &.expand {\n .card-header {\n .card-header-button {\n .left-icon-group,\n .right-icon-group {\n .normal-icon {\n display: none;\n }\n .active-icon {\n display: block;\n }\n }\n }\n }\n }\n .card-header {\n cursor: pointer;\n .card-header-button {\n @include displayflex();\n color: var(--jkit-txt-color);\n background-color: var(--jkit-element-lighten-bg-color);\n font-weight: 700;\n padding: 14px 30px;\n border: 1px solid transparent;\n @include alignitemscenter();\n position: relative;\n .number:before {\n counter-increment: jkitNumber;\n content: counter(jkitNumber) \". \";\n }\n .title {\n padding-right: 10px;\n display: inline-block;\n }\n .left-icon-group {\n padding-right: 26px;\n float: left;\n }\n .right-icon-group {\n position: absolute;\n right: 0;\n margin-right: 30px;\n }\n .left-icon-group,\n .right-icon-group {\n .normal-icon {\n display: block;\n }\n .active-icon {\n display: none;\n }\n }\n }\n }\n }\n .card-expand {\n .card-body {\n padding: 30px 85px 30px 65px;\n }\n }\n &.style-curve {\n .card-wrapper .card-header .card-header-button {\n position: relative;\n border: 0;\n padding-left: 70px;\n background-color: var(--jkit-element-bg-color);\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 35px;\n background-color: rgba(255, 255, 255, 0.2);\n text-align: right;\n line-height: 55px;\n }\n &:after {\n position: absolute;\n content: \"\";\n left: 35px;\n top: 0;\n border-top: 26.5px solid transparent;\n border-right: 26.5px solid transparent;\n border-left: 26.5px solid rgba(255, 255, 255, 0.2);\n border-bottom: 26.5px solid transparent;\n }\n .left-icon-group {\n position: absolute;\n left: 20px;\n top: 50%;\n @include transform(false, translateY(-50%));\n z-index: 2;\n }\n }\n }\n &.style-box {\n .card-wrapper .card-header .card-header-button {\n border: 1px solid var(--jkit-border-color);\n border-bottom: 1px solid var(--jkit-element-bg-color);\n background-color: var(--jkit-bg-color);\n position: relative;\n padding-left: 85px;\n &:before {\n position: absolute;\n top: -1px;\n left: -1px;\n content: \"\";\n height: calc(100% + 2px);\n width: 55px;\n text-align: center;\n line-height: 55px;\n color: var(--jkit-bg-color);\n background-color: var(--jkit-element-bg-color);\n }\n .left-icon-group {\n position: absolute;\n left: 20px;\n top: 50%;\n @include transform(false, translateY(-50%));\n }\n }\n }\n &.style-shadow {\n .card-wrapper .card-header .card-header-button {\n @include boxshadow(-1.216px 6.894px 15px 0 rgba(37, 117, 252, 0.2));\n border-radius: 0 0 5px 5px;\n background-color: var(--jkit-bg-color);\n }\n }\n }\n &.jkit-gallery {\n &:before {\n content: none;\n }\n &[data-grid=\"masonry\"] {\n .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap {\n height: auto;\n position: relative;\n }\n }\n &.layout-card .gallery-items .gallery-item-wrap {\n &:hover {\n .grid-item .thumbnail-wrap .style-overlay {\n visibility: visible;\n opacity: 0.7;\n }\n }\n .grid-item {\n -webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);\n box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);\n .thumbnail-wrap {\n position: relative;\n line-height: 0;\n .style-overlay {\n visibility: hidden;\n opacity: 0;\n @include transition(false, false, .5s all ease);\n @include displayflex();\n background: var(--jkit-element-darken-bg-color);\n @include alignitemscenter();\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n padding: 15px;\n z-index: 10;\n }\n }\n }\n }\n .search-filters-wrap {\n height: 55px;\n border-radius: 5px;\n max-width: 600px;\n margin: 15px auto 50px;\n @include displayflex();\n @include flexwrap();\n @include alignitemscenter();\n .filter-wrap {\n position: relative;\n -ms-flex-preferred-size: 30%;\n flex-basis: 30%;\n button.search-filter-trigger {\n color: #7f8995;\n border: 0px solid;\n border-right: 1px solid var(--jkit-element-bg-color);\n width: 100%;\n border-radius: 0px;\n padding: 17px 13px;\n font-size: 14px;\n background: var(--jkit-element-lighten-bg-color);\n height: 55px;\n border-radius: 10px 0px 0 10px;\n outline: none;\n text-align: center;\n position: relative;\n }\n ul.search-filter-controls {\n position: absolute;\n left: 0;\n background: #fff;\n z-index: 999;\n width: 150px;\n visibility: hidden;\n opacity: 0;\n @include transition(false, false, 300ms);\n width: 100%;\n border-radius: 5px;\n padding-top: 7px;\n margin: 0;\n padding: 0;\n list-style: none;\n li:first-child {\n border-top: 0px solid;\n }\n li {\n padding: 5px 5px 5px 10px;\n cursor: pointer;\n @include transition(false, false, 300ms);\n font-size: 14px;\n color: #7f8995;\n font-weight: normal;\n &:hover {\n color: #000;\n }\n }\n &.open-controls {\n visibility: visible;\n opacity: 1;\n }\n }\n }\n .jkit-gallery-search-box {\n background: var(--jkit-element-lighten-bg-color);\n border-radius: 0 10px 10px 0;\n -ms-flex-preferred-size: 70%;\n flex-basis: 70%;\n height: 100%;\n input[type=\"text\"] {\n width: 100%;\n height: 100%;\n margin: 0;\n padding: 15px;\n font-size: 14px;\n border: 0px solid;\n outline: none;\n background: none;\n }\n }\n }\n .filter-controls {\n @include displayflex();\n @include alignitemscenter();\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-flow: 1 1 auto;\n flex-flow: 1 1 auto;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n padding: 0px;\n margin: 0px;\n ul {\n margin: 0px 0px 20px 0px;\n padding: 0px;\n text-align: center;\n li {\n font-size: 13px;\n line-height: 1.8;\n text-transform: uppercase;\n letter-spacing: 1px;\n padding: 6px 15px;\n cursor: pointer;\n margin: 0 5px;\n font-weight: normal;\n list-style: none;\n display: inline-block;\n text-align: center;\n &.active {\n background: var(--jkit-element-bg-color);\n border-radius: 0px;\n color: var(--jkit-bg-color);\n }\n }\n }\n }\n .gallery-items {\n .gallery-item-wrap {\n width: 100%;\n float: left;\n &:hover .grid-item {\n .caption-wrap.style-overlay {\n visibility: visible;\n opacity: 0.7;\n &.overlay-slide {\n .item-caption-over {\n .item-title,\n .item-content,\n .item-buttons {\n @include transform(false, translate(0));\n }\n }\n }\n &.overlay-zoom {\n .item-hover-bg,\n .item-caption-over {\n @include transform(false, scale(1));\n }\n }\n }\n .video-wrap a {\n font-size: 65px;\n @include transition(false, false, .5s all ease);\n }\n }\n .grid-item {\n margin: 5px;\n position: relative;\n overflow: hidden;\n .thumbnail-wrap {\n height: 300px;\n overflow: hidden;\n line-height: 0;\n img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n }\n }\n .video-wrap {\n position: absolute;\n top: 50%;\n left: 50%;\n @include transform(false, translate(-50%, -50%));\n z-index: 15;\n a {\n font-size: 60px;\n color: var(--jkit-bg-color);\n }\n }\n .caption-category {\n line-height: normal;\n span {\n position: absolute;\n left: 50%;\n bottom: 0;\n font-size: 12px;\n font-weight: 500;\n @include transform(false, translateX(-50%));\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 5px 10px 5px 10px;\n background: var(--jkit-selection-bg-color);\n }\n }\n .caption-button {\n position: absolute;\n left: 50%;\n top: 50%;\n width: 100%;\n height: auto;\n text-align: center;\n @include transform(false, translate(-50%, -50%));\n .item-buttons a {\n display: inline-block;\n font-size: 16px;\n margin: 0px 7px;\n span {\n background: var(--jkit-bg-color);\n color: var(--jkit-element-bg-color);\n height: 50px;\n line-height: 50px;\n width: 50px;\n border-radius: 50%;\n padding: 15px;\n }\n }\n }\n .caption-wrap {\n .item-caption-over .item-buttons a {\n display: inline-block;\n font-size: 16px;\n margin-right: 15px;\n span {\n background: var(--jkit-bg-color);\n color: var(--jkit-element-bg-color);\n height: 50px;\n line-height: 50px;\n width: 50px;\n border-radius: 50%;\n padding: 15px;\n }\n }\n .item-hover-bg {\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n content: \"\";\n background: var(--jkit-element-darken-bg-color);\n z-index: -1;\n opacity: 0.7;\n }\n .caption-head {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n @include displayflex();\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n padding: 15px;\n z-index: 3;\n color: var(--jkit-bg-color);\n font-size: 18px;\n font-weight: 700;\n line-height: normal;\n .item-rating li {\n display: inline-block;\n list-style: none;\n margin-right: 2px;\n }\n }\n &.style-overlay {\n visibility: hidden;\n opacity: 0;\n @include transition(false, false, .6s all ease);\n @include displayflex();\n @include alignitemscenter();\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n width: 100%;\n padding: 15px;\n z-index: 10;\n &.overlay-slide .item-caption-over {\n .item-title {\n @include transform(false, translateY(20px));\n @include transition(false, false, .5s all ease);\n }\n .item-content,\n .item-buttons {\n @include transform(false, translateY(40px));\n @include transition(false, false, .5s all ease);\n }\n }\n &.overlay-zoom {\n .item-hover-bg,\n .item-caption-over {\n @include transform(false, scale(0.8));\n @include transition(false, false, .5s all ease);\n }\n }\n &.overlay-none {\n .item-hover-bg,\n .item-caption-over {\n display: none;\n }\n }\n .item-caption-over {\n width: 100%;\n height: auto;\n .item-title {\n color: var(--jkit-txt-alt-color);\n font-size: 20px;\n margin-bottom: 5px;\n line-height: 1;\n }\n .item-content {\n color: var(--jkit-txt-alt-color);\n font-size: 12px;\n font-family: inherit;\n }\n .item-buttons {\n color: var(--jkit-txt-alt-color);\n font-size: 12px;\n font-family: inherit;\n }\n }\n }\n &.style-card {\n background: var(--jkit-element-lighten-bg-color);\n padding: 10px;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n font-family: inherit;\n .item-caption-over {\n .item-title {\n color: var(--jkit-txt-color);\n font-size: 20px;\n margin: 10px 0 10px;\n line-height: 1;\n }\n .item-content {\n color: var(--jkit-txt-color);\n font-size: 12px;\n font-family: inherit;\n }\n }\n }\n }\n }\n }\n }\n .load-more-items {\n text-align: center;\n margin-top: 15px;\n .jkit-gallery-load-more {\n background: var(--jkit-btn-bg-color);\n color: var(--jkit-bg-color);\n padding: 10px;\n }\n }\n }\n &.jkit-contact-form-7 {\n &:before {\n content: unset;\n }\n form {\n label {\n color: var(--jkit-form-txt-color);\n width: 100%;\n max-width: 380px;\n span {\n pointer-events: none;\n color: var(--jkit-txt-m-color);\n font-size: .8125rem;\n display: block;\n }\n }\n input:not([type=submit]):not([type=checkbox]):not([type=radio]),\n textarea,\n select {\n border: 1px solid var(--jkit-form-border-color);\n margin-bottom: 20px;\n }\n input[type=submit] {\n display: inline-block;\n font-weight: 400;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n border-radius: 0;\n padding: 12px 72px;\n font-size: .9375rem;\n background-color: var(--jkit-btn-bg-color);\n border: 0;\n color: #fff;\n cursor: pointer;\n margin-bottom: 20px;\n @include userselect('none');\n @include transition(false, false, all .5s ease);\n &:hover {\n background-color: var(--jkit-btn-bg-hover-color);\n }\n }\n }\n }\n &.jkit-postblock {\n .jkit-edit-post {\n position: absolute;\n top: 0;\n z-index: 5;\n color: var(--jkit-txt-alt-color, #ffffff);\n padding: 4px 10px;\n font-size: 12px;\n line-height: 1.5em;\n background-color: rgba(0, 0, 0, 0.4);\n opacity: 0;\n visibility: hidden;\n @include transform(false, translate3d(0, -15px, 0));\n @include transition(false, false, .25s ease);\n i {\n margin-right: 2px;\n opacity: 0.6;\n }\n }\n .jkit-post-category {\n font-size: 0.75rem;\n font-weight: bold;\n text-transform: uppercase;\n letter-spacing: 0.04em;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n display: inline-block;\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-post-title {\n font-size: 1rem;\n line-height: 1.3;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n a {\n color: var(--jkit-txt-h-color, #181D23);\n }\n }\n .jkit-post-excerpt {\n font-size: 0.875rem;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n p:last-child {\n margin-bottom: 0px;\n }\n }\n .jkit-post-meta {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n color: var(--jkit-txt-m-color, #96989B);\n font-size: 0.75rem;\n a {\n color: var(--jkit-txt-h-color, #181D23);\n text-transform: uppercase;\n }\n >div:not(:only-child):not(:last-child):after {\n content: '\\2022';\n margin: 0 0.5rem;\n }\n }\n .jkit-post-meta-bottom {\n @include displayflex();\n @include alignitemscenter();\n font-size: .75rem;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n margin-top: 1.5rem;\n }\n .jkit-readmore {\n display: inline-block;\n color: var(--jkit-btn-txt-color, #ffffff);\n text-align: center;\n vertical-align: middle;\n background-color: var(--jkit-btn-bg-color, #0058E6);\n border: 1px solid transparent;\n padding: .5rem .875rem;\n line-height: 1.5;\n border-radius: 3px;\n @include userselect('none');\n @include transition(false, false, .2s ease);\n }\n .jkit-meta-comment a {\n color: var(--jkit-txt-h-color, #181D23);\n }\n .jkit-block-pagination {\n margin: 0 0 30px 0;\n text-align: center;\n .jkit-block-loadmore {\n display: inline-block;\n text-align: center;\n cursor: pointer;\n border: 1px solid var(--jkit-border-color, #eaeaeb);\n @include boxshadow(0 2px 4px rgba(0, 0, 0, 0.08));\n padding: 0.625rem 0.875rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 3px;\n @include transition(false, false, .25s ease);\n color: var(--jkit-txt-color);\n a {\n display: inline-block;\n color: var(--jkit-txt-color);\n }\n }\n }\n .jkit-posts {\n display: grid;\n }\n .jkit-post {\n margin-bottom: 2rem;\n &:hover .jkit-edit-post {\n @include transform(false, translate3d(0, 0, 0));\n opacity: 1;\n visibility: visible;\n }\n }\n .jkit-thumb {\n position: relative;\n overflow: hidden;\n .thumbnail-container {\n display: block;\n position: relative;\n overflow: hidden;\n z-index: 0;\n background: var(--jkit-border-color, #eaeaeb);\n background-position: 50%;\n background-size: cover;\n img {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n min-height: 100%;\n object-fit: cover;\n color: var(--jkit-txt-alt-color, #FAFCFF);\n z-index: -1;\n }\n }\n }\n &.postblock-type-1 {\n .jkit-post {\n @include displayflex();\n @include alignitemscenter();\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 50%;\n flex: 1 0 50%;\n }\n .jkit-postblock-content {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n padding-left: 2rem;\n }\n }\n &.postblock-type-2 {\n .jkit-post-category {\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-postblock-content {\n position: relative;\n }\n }\n &.postblock-type-3 {\n .jkit-thumb {\n margin-bottom: 1.5rem;\n }\n .jkit-post-category {\n position: absolute;\n bottom: 0;\n left: 50%;\n line-height: 1;\n @include transform(false, translateX(-50%));\n background: var(--jkit-bg-color, #fff);\n padding: 1rem 1.5rem 0;\n margin-bottom: 0;\n text-align: center;\n }\n }\n &.postblock-type-4 {\n .jkit-post {\n @include displayflex();\n }\n .jkit-thumb {\n -webkit-box-flex: 1;\n -ms-flex: 1 0 64%;\n flex: 1 0 64%;\n -webkit-box-ordinal-group: 2;\n -ms-flex-order: 1;\n order: 1;\n }\n .jkit-postblock-content {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n -webkit-box-ordinal-group: 1;\n -ms-flex-order: 0;\n order: 0;\n }\n .jkit-post-title {\n margin-right: -120px;\n position: relative;\n z-index: 1;\n a {\n line-height: inherit;\n display: inline;\n padding: 2px 2px 2px 0;\n background: var(--jeg-bg-color, #fff);\n white-space: pre-wrap;\n -webkit-box-decoration-break: clone;\n box-decoration-break: clone;\n }\n }\n }\n &.postblock-type-5 {\n .jkit-post-category {\n a {\n color: var(--jkit-txt-a-color);\n }\n }\n .jkit-post {\n position: relative;\n overflow: hidden;\n }\n .jkit-post-category {\n margin-top: 0;\n margin-bottom: 0;\n }\n .jkit-postblock-content {\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 30px;\n }\n }\n }\n &.jkit-team {\n text-align: center;\n &.style-default,\n &.style-hover-social {\n .profile-card {\n background-color: var(--jkit-bg-color);\n box-shadow: 0 28px 40px 0 var(--jkit-form-border-color);\n padding: 40px 20px;\n @include transition(false, false, all .4s ease);\n position: relative;\n overflow: hidden;\n .profile-header {\n margin-bottom: 38px;\n position: relative;\n display: inline-block;\n max-width: 100%;\n line-height: 0;\n img {\n object-fit: cover;\n width: 160px;\n height: 160px;\n }\n }\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n opacity: 0;\n @include transition(false, false, all .4s ease);\n z-index: -1;\n background-size: 101% 102%;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n }\n }\n &.style-hover-social {\n .profile-body {\n padding: 35px 20px;\n position: relative;\n @include transition(false, false, all 0.4s ease);\n &:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n background-color: var(--jkit-element-lighten-bg-color);\n opacity: 0;\n @include transition(false, false, all 0.4s ease);\n z-index: -1;\n background-size: 101% 102%;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n }\n .social-list {\n @include transition(false, false, all 0.4s ease);\n visibility: hidden;\n opacity: 0;\n }\n &:hover {\n .profile-body {\n @include transform(false, translateY(-50px));\n &:before {\n opacity: 1;\n }\n }\n .social-list {\n visibility: visible;\n opacity: 1;\n }\n }\n }\n &.style-overlay {\n &.overlay-scale {\n .profile-card {\n &:before {\n top: 0;\n }\n &:hover:before {\n @include transform(false, scale(0.9));\n }\n }\n }\n .profile-card {\n position: relative;\n overflow: hidden;\n display: inline-block;\n >img {\n width: 100%;\n height: auto;\n object-fit: cover;\n display: block;\n }\n .hover-area {\n position: absolute;\n z-index: 2;\n width: 100%;\n opacity: 0;\n visibility: hidden;\n @include transition(false, false, all .4s ease);\n &.alignment-center {\n top: 50%;\n @include transform(false, translateY(-20%));\n }\n &.alignment-bottom {\n bottom: 0;\n @include transform(false, translateY(30%));\n }\n }\n &:before {\n position: absolute;\n content: \"\";\n top: 100%;\n left: 0;\n height: 100%;\n width: 100%;\n background-color: rgba(0, 0, 0, .7);\n @include transition(false, false, all .4s ease);\n z-index: 1;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n opacity: 0;\n visibility: hidden;\n }\n &:hover:before {\n top: 0;\n opacity: 1;\n visibility: visible;\n }\n &:hover .hover-area {\n opacity: 1;\n visibility: visible;\n &.alignment-center {\n @include transform(false, translateY(-50%));\n }\n &.alignment-bottom {\n @include transform(false, translateY(0));\n }\n }\n .profile-title {\n color: var(--jkit-bg-color);\n a {\n color: var(--jkit-bg-color);\n }\n }\n }\n }\n .profile-box .profile-card {\n padding: 20px 20px 40px;\n z-index: 1;\n .profile-header {\n width: auto;\n height: 100%;\n border-radius: 0;\n position: relative;\n >a {\n display: inline-block;\n position: relative;\n }\n .image-hover-bg {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, .5);\n @include transition(false, false, all .4s ease);\n opacity: 0;\n visibility: hidden;\n z-index: 0;\n }\n &:hover .image-hover-bg {\n opacity: 1;\n visibility: visible;\n }\n }\n }\n .profile-body {\n padding-bottom: 20px;\n .profile-title {\n font-size: 22px;\n margin: 0;\n color: var(--jkit-txt-h-color);\n a {\n color: var(--jkit-txt-h-color);\n text-decoration: none;\n }\n }\n .profile-designation {\n font-size: 13px;\n @include transition(false, false, all .4s ease);\n margin-bottom: 15px;\n }\n }\n .social-list {\n list-style: none;\n padding: 0px;\n margin: 0px;\n .social-icon {\n display: inline-block;\n &:not(:last-child) {\n margin-right: 10px;\n }\n a {\n display: inline-block;\n width: 30px;\n height: 30px;\n font-size: 12px;\n line-height: 32px;\n text-align: center;\n color: var(--jkit-btn-txt-color);\n background-color: var(--jkit-element-bg-color);\n border-radius: 50%;\n }\n i:before {\n display: inline-block;\n }\n &:hover i:before {\n -webkit-animation-duration: .3s;\n animation-duration: .3s;\n -webkit-animation-name: jkit-scrolling-vertical;\n animation-name: jkit-scrolling-vertical;\n }\n }\n }\n .jkit-modal-dialog {\n @include displayflex();\n @include alignitemscenter();\n min-height: calc(100% - (0.5rem * 2));\n .team-modal-content {\n position: relative;\n box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);\n background-color: var(--jkit-bg-color);\n border: 0;\n border-radius: 0;\n }\n .team-modal-close {\n position: absolute;\n top: 10px;\n right: 10px;\n width: 40px;\n height: 40px;\n padding: 0;\n color: var(--jkit-txt-color);\n background-color: transparent;\n border-width: 0;\n border-radius: 0;\n font-size: 18px;\n line-height: 1;\n outline: 0;\n z-index: 1200;\n }\n .team-modal-body {\n padding: 60px 40px;\n flex-wrap: wrap;\n @include displayflex();\n }\n .team-modal-img {\n width: 100%;\n margin-bottom: 30px;\n }\n .team-modal-info {\n width: 100%;\n }\n .team-modal-title {\n margin-top: 0;\n margin-bottom: 8px;\n color: var(--jkit-txt-h-color);\n font-size: 22px;\n }\n .team-modal-position {\n margin-bottom: 35px;\n color: var(--jkit-txt-color);\n font-size: 13px;\n }\n .team-modal-description {\n margin-bottom: 22px;\n }\n .team-modal-list {\n margin: 0px;\n margin-bottom: 25px;\n padding-left: 0;\n list-style: none;\n color: var(--jkit-txt-color);\n font-size: 15px;\n a {\n text-decoration: none;\n outline: 0;\n color: var(--jkit-txt-color);\n }\n li {\n padding: 19px 0;\n border-top: 1px solid var(--jkit-border-color);\n }\n strong {\n font-weight: 600;\n padding-right: 18px;\n }\n }\n }\n }\n &.jkit-pie-chart {\n text-align: center;\n position: relative;\n overflow: hidden;\n canvas {\n display: inline-block;\n position: relative;\n z-index: 2;\n }\n canvas.background-canvas {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n }\n .pie-chart-wrapper {\n position: relative;\n display: inline-block;\n }\n .pie-chart-content {\n display: inline-block;\n position: absolute;\n top: 50%;\n @include transform(false, translateY(-50%));\n width: 100%;\n text-align: center;\n font-size: 28px;\n font-weight: 700;\n line-height: 1;\n }\n .chart-front,\n .content-back {\n @include transition(false, false, all .4s ease);\n @include displayflex();\n flex-direction: column;\n justify-content: center;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n .content-back {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n padding: 15px 50px;\n @include transform(false, translateY(100%));\n opacity: 0;\n visibility: hidden;\n overflow: hidden;\n background: var(--jkit-element-bg-color);\n }\n &:hover {\n .chart-front {\n @include transform(false, translateY(100%));\n opacity: 0;\n visibility: hidden;\n }\n .content-back {\n @include transform(false, translateY(0));\n opacity: 1;\n visibility: visible;\n }\n }\n .chart-float {\n @include displayflex();\n justify-content: center;\n }\n }\n &.jkit-portfolio-gallery {\n .portfolio-gallery-container {\n position: relative;\n overflow: hidden;\n }\n .row-items {\n @include displayflex();\n flex-wrap: wrap;\n }\n .gallery-items {\n @include displayflex();\n }\n .row-item {\n height: 90vh;\n padding: 0;\n position: relative;\n z-index: 2;\n border-right: 1px solid rgba(255, 255, 255, 0.3);\n @include transition(false, false, all .4s ease);\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n &:hover {\n .row-item-info:after {\n height: 100%;\n }\n .row-item-more {\n @include transform(false, translateY(0));\n opacity: 1;\n }\n }\n &.current-item:before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 1;\n background: rgba(0, 0, 0, .1);\n }\n }\n .row-item-info {\n padding: 40px 10px 40px 20px;\n position: relative;\n z-index: 2;\n @include transition(false, false, all .4s);\n overflow: hidden;\n .info-title {\n font-size: 21px;\n }\n .info-subtitle {\n font-size: 11px;\n font-weight: 400;\n letter-spacing: 4px;\n text-transform: uppercase;\n margin-bottom: 10px;\n }\n &:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 0;\n background: #fff;\n z-index: -1;\n @include transition(false, false, all .4s);\n }\n }\n .row-item-more {\n position: absolute;\n bottom: 0;\n right: 0;\n color: #fff;\n margin: 25px;\n font-size: 13px;\n letter-spacing: 1px;\n text-transform: uppercase;\n opacity: 0;\n @include transform(false, translateY(20%));\n @include transition(false, false, all .4s ease);\n z-index: 2;\n a {\n text-decoration: none;\n }\n }\n .image-item {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n @include transform(false, scale(1.1, 1.1));\n @include transition(false, false, all .7s ease);\n background-size: cover;\n background-position: center center;\n &.current-item {\n @include transform(false, scale(1, 1));\n opacity: 1;\n }\n }\n }\n &.jkit-image-box {\n @include transition(false, false, all .4s ease);\n text-align: center;\n .image-box-header {\n @include transition(false, false, all .4s ease);\n position: relative;\n overflow: hidden;\n line-height: 0;\n img {\n @include transition(false, false, all .4s ease);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n width: 100%;\n height: auto;\n margin: 0;\n object-fit: cover;\n }\n }\n .image-box-body {\n .body-inner {\n padding: 30px 35px;\n position: relative;\n overflow: hidden;\n background: var(--jkit-bg-color);\n @include boxshadow(0 0 20px 0 rgba(0, 0, 0, 0.25));\n }\n .body-title {\n font-size: 18px;\n margin-bottom: 20px;\n color: var(--jkit-txt-h-color);\n font-weight: 700;\n }\n }\n .button-box {\n .button-wrapper {\n display: inline-block;\n a {\n border-radius: 5px;\n font-size: 15px;\n padding: 15px 30px;\n color: #fff;\n position: relative;\n line-height: 1;\n white-space: nowrap;\n vertical-align: middle;\n text-align: center;\n background-color: var(--jkit-btn-bg-color);\n @include transition(false, false, all .4s ease);\n @include userselect('none');\n @include displayflex();\n @include alignitemscenter();\n &:hover {\n background-color: var(--jkit-btn-bg-hover-color);\n }\n }\n }\n &.icon-position-before i {\n margin-right: 5px;\n }\n &.icon-position-after i {\n margin-left: 5px;\n }\n }\n &.style-floating {\n .image-box-body .body-inner {\n background-color: #fff;\n @include boxshadow(0 2px 4px rgba(0, 0, 0, 0.08));\n @include transition(false, false, all .4s ease);\n width: 90%;\n height: 90px;\n position: relative;\n margin-left: auto;\n margin-right: auto;\n margin-top: -50px;\n .body-description,\n .body-button {\n @include transition(false, false, all .4s ease);\n opacity: 0;\n visibility: hidden;\n }\n }\n &:hover {\n .image-box-body .body-inner {\n height: 220px;\n .body-description,\n .body-button {\n opacity: 1;\n visibility: visible;\n }\n }\n }\n }\n }\n &.jkit-animated-text {\n @include transition(false, false, all .3s ease);\n a {\n text-decoration: none;\n color: var(--jkit-txt-h-color);\n }\n .animated-text {\n padding: 0;\n margin: 0;\n font-size: 43px;\n font-weight: 500;\n line-height: 1.2;\n display: inline-block;\n .normal-text {\n z-index: 1;\n position: relative;\n vertical-align: bottom;\n &.style-gradient {\n background: var(--jkit-element-darken-bg-color);\n background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);\n -moz-text-fill-color: transparent;\n -o-text-fill-color: transparent;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n -webkit-background-clip: text;\n }\n }\n .dynamic-wrapper {\n overflow: visible;\n text-align: inherit;\n display: inline-block;\n position: relative;\n vertical-align: bottom;\n &.style-gradient {\n .dynamic-text {\n background: var(--jkit-element-darken-bg-color);\n background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);\n -moz-text-fill-color: transparent;\n -o-text-fill-color: transparent;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n -webkit-background-clip: text;\n .dynamic-text-letter {\n background: var(--jkit-element-darken-bg-color);\n background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);\n -moz-text-fill-color: transparent;\n -o-text-fill-color: transparent;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n -webkit-background-clip: text;\n }\n }\n }\n }\n .dynamic-text {\n display: inline-block;\n position: relative;\n top: 0;\n left: 0;\n z-index: 1;\n }\n svg {\n position: absolute;\n left: 0;\n overflow: visible;\n path {\n fill: none;\n stroke-dasharray: 1500;\n @include animation(false, jkit-animated-dash 10s infinite);\n &.style-color {\n stroke: var(--jkit-element-bg-color);\n }\n }\n path:nth-of-type(2) {\n @include animation(delay, .3s);\n }\n linearGradient {\n stop:nth-of-type(1) {\n stop-color: var(--jkit-element-lighten-bg-color);\n }\n stop:nth-of-type(2) {\n stop-color: var(--jkit-element-darken-bg-color);\n }\n }\n }\n }\n &[data-shape=\"strikethrough\"] {\n .animated-text svg {\n top: 50%;\n width: 100%;\n height: 100%;\n }\n }\n &[data-shape=\"double\"],\n &[data-shape=\"diagonal\"],\n &[data-shape=\"x\"] {\n .animated-text svg {\n top: 0;\n width: 100%;\n height: 100%;\n }\n }\n &[data-shape=\"curly\"],\n &[data-shape=\"underline-zigzag\"],\n &[data-shape=\"double-underline\"],\n &[data-shape=\"underline\"] {\n .animated-text svg {\n top: 90%;\n width: 100%;\n height: 100%;\n }\n }\n &[data-shape=\"circle\"] {\n .animated-text svg {\n top: 0;\n width: calc(100% + 20px);\n height: calc(100% + 20px);\n @include transform(false, translate(-10px, -10px));\n }\n }\n &[data-style=\"rotating\"] {\n .animated-text .dynamic-text {\n &:not(.show-text) {\n visibility: hidden;\n opacity: 0;\n display: none;\n }\n }\n &[data-rotate=\"typing\"] {\n .animated-text {\n .dynamic-wrapper {\n &:after {\n content: \"\";\n position: absolute;\n left: auto;\n right: 0;\n top: 50%;\n @include transform(false, translateY(-50%));\n height: 90%;\n width: 1px;\n background-color: var(--jkit-txt-color);\n }\n &.cursor-blink:after {\n @include animation(false, jkit-animated-pulse 1s infinite);\n }\n &.typing-delete {\n background: var(--jkit-txt-h-color);\n &.style-gradient .dynamic-text {\n color: var(--jkit-txt-m-color);\n background: none;\n background-clip: border-box;\n -webkit-background-clip: border-box;\n -moz-text-fill-color: unset;\n -o-text-fill-color: unset;\n -webkit-text-fill-color: unset;\n .dynamic-text-letter {\n background: none;\n background-clip: border-box;\n -webkit-background-clip: border-box;\n -webkit-background-clip: border-box;\n -moz-text-fill-color: unset;\n -o-text-fill-color: unset;\n -webkit-text-fill-color: unset;\n }\n }\n .dynamic-text .dynamic-text-letter {\n color: var(--jkit-txt-m-color);\n }\n }\n }\n .dynamic-text-letter {\n &:not(.show-letter) {\n display: none;\n }\n }\n }\n }\n &[data-rotate=\"swirl\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text-letter {\n display: inline-block;\n @include transform(style, preserve-3d);\n @include transform(false, translateZ(-20px) rotateX(90deg));\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n &.show-letter {\n @include animation(false, jkit-animated-swirl-in .4s forwards);\n }\n }\n }\n }\n &[data-rotate=\"blinds\"] {\n @include transition(false, false, width .3s ease);\n .animated-text .dynamic-text-letter {\n @include transform(false, rotateY(180deg));\n display: inline-block;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n &.show-letter {\n @include animation(false, jkit-animated-blinds-in .6s forwards);\n }\n }\n }\n &[data-rotate=\"wave\"] {\n @include transition(false, false, width .3s ease);\n .animated-text .dynamic-text-letter {\n @include transform(false, scale(0));\n display: inline-block;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n &.show-letter {\n @include animation(false, jkit-animated-wave-up .3s forwards);\n }\n }\n }\n &[data-rotate=\"flip\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n @include transform(origin, 50% 100%);\n @include transform(false, rotateX(180deg));\n position: relative;\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include transform(false, rotateX(0deg));\n @include animation(false, jkit-animated-flip-in 1.2s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include transform(false, rotateX(180deg));\n @include animation(false, jkit-animated-flip-out 1.2s);\n }\n }\n }\n }\n &[data-rotate=\"drop-in\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n -webkit-perspective: 300px;\n perspective: 300px;\n overflow: hidden;\n }\n .dynamic-text {\n position: relative;\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-drop-in-in 0.6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-drop-in-out 0.6s);\n }\n }\n }\n }\n &[data-rotate=\"slide-left\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-slide-left-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-slide-left-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"slide-right\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-slide-right-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-slide-right-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"slide-up\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-slide-up-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-slide-up-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"slide-down\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-slide-down-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-slide-down-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"bounce\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-bounce-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-bounce-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"swing\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-swing-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-swing-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"rubber-band\"] {\n .animated-text {\n .dynamic-wrapper {\n @include transition(false, false, width .3s ease);\n overflow: hidden;\n }\n .dynamic-text {\n &.show-text {\n position: relative;\n white-space: nowrap;\n @include animation(false, jkit-animated-rubber-band-in .6s);\n }\n &:not(.show-text) {\n display: inline-block;\n position: absolute;\n visibility: visible;\n @include animation(false, jkit-animated-rubber-band-out .6s);\n }\n }\n }\n }\n &[data-rotate=\"clip\"] {\n .animated-text {\n .dynamic-wrapper {\n overflow: hidden;\n text-align: left;\n &:after {\n content: \"\";\n position: absolute;\n left: auto;\n right: 0;\n top: 0;\n height: 100%;\n width: 2px;\n background-color: var(--jkit-txt-color);\n }\n }\n .dynamic-text.show-text {\n white-space: nowrap;\n }\n }\n }\n }\n }\n}"]}
assets/dev/scss/admin/editor.scss CHANGED
@@ -1,11 +1,19 @@
1
- .elementor-control-sg_content_type,
2
- .elementor-control-sg_layout_choose {
3
  .elementor-choices {
4
  text-align: left;
5
  background: transparent;
6
  display: table;
7
  line-height: 1 !important;
8
  }
 
 
 
 
 
 
 
 
9
  label[for^="elementor-control-"] {
10
  margin-bottom: 5px;
11
  margin-right: 5px;
@@ -24,8 +32,8 @@
24
  }
25
  }
26
 
27
- .elementor-control-sg_content_type {
28
- input[name^="elementor-choose-sg_content_type-"]:checked+.elementor-choices-label {
29
  border-color: #278ab7;
30
  background-color: #278ab7;
31
  }
@@ -46,8 +54,8 @@
46
  }
47
  }
48
 
49
- .elementor-control-sg_layout_choose {
50
- input[name^="elementor-choose-sg_layout_choose-"]:checked+.elementor-choices-label {
51
  border-color: #278ab7;
52
  background-color: #278ab7;
53
  }
@@ -67,6 +75,7 @@
67
 
68
  i[class^=jkit_nav_menu],
69
  i[class^=jkit_icon_box],
 
70
  i[class^=jkit_fun_fact],
71
  i[class^=jkit_progress_bar],
72
  i[class^=jkit_client_logo],
@@ -77,8 +86,8 @@ i[class^=jkit_contact_form_7],
77
  i[class^=jkit_post_block],
78
  i[class^=jkit_team],
79
  i[class^=jkit_pie_chart],
80
- i[class^=jkit_portfolio] {
81
- // background-repeat: no-repeat;
82
  background-size: auto !important;
83
  width: 32px !important;
84
  height: 32px !important;
@@ -95,6 +104,10 @@ i[class^=jkit_icon_box] {
95
  background-image: url('../../img/admin/block-icon/icon-box.svg');
96
  }
97
 
 
 
 
 
98
  i[class^=jkit_fun_fact] {
99
  background-image: url('../../img/admin/block-icon/funfact.svg');
100
  }
@@ -135,6 +148,10 @@ i[class^=jkit_pie_chart] {
135
  background-image: url('../../img/admin/block-icon/pie-chart.svg');
136
  }
137
 
138
- i[class^=jkit_portfolio] {
139
  background-image: url('../../img/admin/block-icon/portfolio.svg');
 
 
 
 
140
  }
1
+ .elementor-control-sg_content_postblock_type,
2
+ .elementor-control-sg_layout_testimonial_choose {
3
  .elementor-choices {
4
  text-align: left;
5
  background: transparent;
6
  display: table;
7
  line-height: 1 !important;
8
  }
9
+ >.elementor-control-content>.elementor-control-field {
10
+ >.elementor-control-input-wrapper {
11
+ width: 100%;
12
+ margin-top: 10px;
13
+ }
14
+ -ms-flex-wrap: wrap;
15
+ flex-wrap: wrap;
16
+ }
17
  label[for^="elementor-control-"] {
18
  margin-bottom: 5px;
19
  margin-right: 5px;
32
  }
33
  }
34
 
35
+ .elementor-control-sg_content_postblock_type {
36
+ input[name^="elementor-choose-sg_content_postblock_type-"]:checked+.elementor-choices-label {
37
  border-color: #278ab7;
38
  background-color: #278ab7;
39
  }
54
  }
55
  }
56
 
57
+ .elementor-control-sg_layout_testimonial_choose {
58
+ input[name^="elementor-choose-sg_layout_testimonial_choose-"]:checked+.elementor-choices-label {
59
  border-color: #278ab7;
60
  background-color: #278ab7;
61
  }
75
 
76
  i[class^=jkit_nav_menu],
77
  i[class^=jkit_icon_box],
78
+ i[class^=jkit_image_box],
79
  i[class^=jkit_fun_fact],
80
  i[class^=jkit_progress_bar],
81
  i[class^=jkit_client_logo],
86
  i[class^=jkit_post_block],
87
  i[class^=jkit_team],
88
  i[class^=jkit_pie_chart],
89
+ i[class^=jkit_portfolio_gallery],
90
+ i[class^=jkit_animated_text] {
91
  background-size: auto !important;
92
  width: 32px !important;
93
  height: 32px !important;
104
  background-image: url('../../img/admin/block-icon/icon-box.svg');
105
  }
106
 
107
+ i[class^=jkit_image_box] {
108
+ background-image: url('../../img/admin/block-icon/image-box.svg');
109
+ }
110
+
111
  i[class^=jkit_fun_fact] {
112
  background-image: url('../../img/admin/block-icon/funfact.svg');
113
  }
148
  background-image: url('../../img/admin/block-icon/pie-chart.svg');
149
  }
150
 
151
+ i[class^=jkit_portfolio_gallery] {
152
  background-image: url('../../img/admin/block-icon/portfolio.svg');
153
+ }
154
+
155
+ i[class^=jkit_animated_text] {
156
+ background-image: url('../../img/admin/block-icon/animated-text.svg');
157
  }
assets/dev/scss/helpers/_animation.scss CHANGED
@@ -1,740 +1,1059 @@
1
- @-webkit-keyframes jelkit-pulse {
2
- from {
3
- -webkit-transform: scale(1.2);
4
- transform: scale(1.2);
5
  }
6
- 50% {
7
- -webkit-transform: scale(0.8);
8
- transform: scale(0.8);
9
  }
10
- to {
11
- -webkit-transform: scale(1.2);
12
- transform: scale(1.2);
 
 
 
 
 
13
  }
14
  }
15
 
16
- @keyframes jelkit-pulse {
17
- from {
18
- -webkit-transform: scale(1.2);
19
- transform: scale(1.2);
20
  }
21
- 50% {
22
- -webkit-transform: scale(0.8);
23
- transform: scale(0.8);
24
  }
25
- to {
26
- -webkit-transform: scale(1.2);
27
- transform: scale(1.2);
 
 
 
 
 
28
  }
29
  }
30
 
31
- @-webkit-keyframes jelkit-pulse-grow {
32
- to {
33
- -webkit-transform: scale(1.2);
34
- transform: scale(1.2);
 
 
35
  }
36
  }
37
 
38
- @keyframes jelkit-pulse-grow {
39
- to {
40
- -webkit-transform: scale(1.2);
41
- transform: scale(1.2);
 
 
42
  }
43
  }
44
 
45
- @-webkit-keyframes jelkit-pulse-shrink {
46
- to {
47
- -webkit-transform: scale(0.8);
48
- transform: scale(0.8);
 
 
49
  }
50
  }
51
 
52
- @keyframes jelkit-pulse-shrink {
53
- to {
54
- -webkit-transform: scale(0.8);
55
- transform: scale(0.8);
 
 
56
  }
57
  }
58
 
59
- @-webkit-keyframes jelkit-push {
60
  from {
61
- -webkit-transform: scale(1);
62
- transform: scale(1);
63
- }
64
- 50% {
65
- -webkit-transform: scale(0.8);
66
- transform: scale(0.8);
67
  }
68
  to {
69
- -webkit-transform: scale(1);
70
- transform: scale(1);
 
71
  }
72
  }
73
 
74
- @keyframes jelkit-push {
75
  from {
76
- -webkit-transform: scale(1);
77
- transform: scale(1);
78
- }
79
- 50% {
80
- -webkit-transform: scale(0.8);
81
- transform: scale(0.8);
82
  }
83
  to {
84
- -webkit-transform: scale(1);
85
- transform: scale(1);
 
86
  }
87
  }
88
 
89
- @-webkit-keyframes jelkit-pop {
90
- from {
91
- -webkit-transform: scale(1);
92
- transform: scale(1);
 
 
 
 
93
  }
94
  50% {
95
- -webkit-transform: scale(1.2);
96
- transform: scale(1.2);
97
  }
98
- to {
99
- -webkit-transform: scale(1);
100
- transform: scale(1);
101
  }
102
  }
103
 
104
- @keyframes jelkit-pop {
105
- from {
106
- -webkit-transform: scale(1);
107
- transform: scale(1);
 
 
 
 
108
  }
109
  50% {
110
- -webkit-transform: scale(1.2);
111
- transform: scale(1.2);
112
  }
113
- to {
114
- -webkit-transform: scale(1);
115
- transform: scale(1);
116
  }
117
  }
118
 
119
- @-webkit-keyframes jelkit-bounce-up {
120
- 20%,
121
- 50%,
122
- 80%,
123
- to {
124
- -webkit-transform: translateY(0);
125
- transform: translateY(0);
126
  }
127
- 40% {
128
- -webkit-transform: translateY(-10%);
129
- transform: translateY(-10%);
130
  }
131
- 70% {
132
- -webkit-transform: translateY(-5%);
133
- transform: translateY(-5%);
134
  }
135
  90% {
136
- -webkit-transform: translateY(-1%);
137
- transform: translateY(-1%);
 
 
 
 
138
  }
139
  }
140
 
141
- @keyframes jelkit-bounce-up {
142
- 20%,
143
- 50%,
144
- 80%,
145
- to {
146
- -webkit-transform: translateY(0);
147
- transform: translateY(0);
148
  }
149
- 40% {
150
- -webkit-transform: translateY(-10%);
151
- transform: translateY(-10%);
152
  }
153
- 70% {
154
- -webkit-transform: translateY(-5%);
155
- transform: translateY(-5%);
156
  }
157
  90% {
158
- -webkit-transform: translateY(-1%);
159
- transform: translateY(-1%);
 
 
 
 
160
  }
161
  }
162
 
163
- @-webkit-keyframes jelkit-bounce-down {
164
- 20%,
165
- 50%,
166
- 80%,
167
- to {
168
- -webkit-transform: translateY(0);
169
- transform: translateY(0);
170
  }
171
  40% {
172
- -webkit-transform: translateY(10%);
173
- transform: translateY(10%);
174
- }
175
- 70% {
176
- -webkit-transform: translateY(5%);
177
- transform: translateY(5%);
178
  }
179
- 90% {
180
- -webkit-transform: translateY(1%);
181
- transform: translateY(1%);
 
182
  }
183
  }
184
 
185
- @keyframes jelkit-bounce-down {
186
- 20%,
187
- 50%,
188
- 80%,
189
- to {
190
- -webkit-transform: translateY(0);
191
- transform: translateY(0);
192
  }
193
  40% {
194
- -webkit-transform: translateY(10%);
195
- transform: translateY(10%);
 
196
  }
197
- 70% {
198
- -webkit-transform: translateY(5%);
199
- transform: translateY(5%);
200
- }
201
- 90% {
202
- -webkit-transform: translateY(1%);
203
- transform: translateY(1%);
204
  }
205
  }
206
 
207
- @-webkit-keyframes jelkit-bob {
208
- 0%,
209
- 50%,
210
- to {
211
- -webkit-transform: translateY(-5%);
212
- transform: translateY(-5%);
213
  }
214
- 25%,
215
- 75% {
216
- -webkit-transform: translateY(-10%);
217
- transform: translateY(-10%);
 
 
 
 
 
218
  }
219
  }
220
 
221
- @keyframes jelkit-bob {
222
- 0%,
223
- 50%,
224
- to {
225
- -webkit-transform: translateY(-5%);
226
- transform: translateY(-5%);
227
  }
228
- 25%,
229
- 75% {
230
- -webkit-transform: translateY(-10%);
231
- transform: translateY(-10%);
 
 
 
 
 
232
  }
233
  }
234
 
235
- @-webkit-keyframes jelkit-hang {
236
- 0%,
237
- 50%,
238
- to {
239
- -webkit-transform: translateY(5%);
240
- transform: translateY(5%);
241
  }
242
- 25%,
243
- 75% {
244
- -webkit-transform: translateY(10%);
245
- transform: translateY(10%);
246
  }
247
  }
248
 
249
- @keyframes jelkit-hang {
250
- 0%,
251
- 50%,
252
- to {
253
- -webkit-transform: translateY(5%);
254
- transform: translateY(5%);
255
  }
256
- 25%,
257
- 75% {
258
- -webkit-transform: translateY(10%);
259
- transform: translateY(10%);
260
  }
261
  }
262
 
263
- @-webkit-keyframes jelkit-wobble {
264
  0% {
265
- -webkit-transform: none;
266
- transform: none
 
267
  }
268
- 15% {
269
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
270
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
 
271
  }
272
- 30% {
273
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
274
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
 
275
  }
276
- 45% {
277
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
278
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
 
 
 
 
279
  }
280
  60% {
281
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
282
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
283
- }
284
- 75% {
285
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
286
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
287
  }
288
  100% {
289
- -webkit-transform: none;
290
- transform: none
 
291
  }
292
  }
293
 
294
- @keyframes jelkit-wobble {
295
  0% {
296
- -webkit-transform: none;
297
- -ms-transform: none;
298
- transform: none
299
  }
300
- 15% {
301
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
302
- -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
303
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
304
  }
305
- 30% {
306
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
307
- -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
308
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
309
  }
310
- 45% {
311
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
312
- -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
313
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
314
  }
315
- 60% {
316
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
317
- -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
318
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
 
 
 
319
  }
320
- 75% {
321
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
322
- -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
323
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
 
 
 
324
  }
325
  100% {
326
- -webkit-transform: none;
327
- -ms-transform: none;
328
- transform: none
329
  }
330
  }
331
 
332
- @-webkit-keyframes jelkit-wobble-bottom-right {
333
  0% {
334
- -webkit-transform: none;
335
- -ms-transform: none;
336
- transform: none
337
  }
338
- 15% {
339
- -webkit-transform: translateX(10%) translateY(10%);
340
- -ms-transform: translateX(10%) translateY(10%);
341
- transform: translateX(10%) translateY(10%);
342
  }
343
- 30% {
344
- -webkit-transform: translateX(-10%) translateY(-10%);
345
- -ms-transform: translateX(-10%) translateY(-10%);
346
- transform: translateX(-10%) translateY(-10%);
347
  }
348
- 45% {
349
- -webkit-transform: translateX(5%) translateY(5%);
350
- -ms-transform: translateX(5%) translateY(5%);
351
- transform: translateX(5%) translateY(5%);
352
  }
353
- 60% {
354
- -webkit-transform: translateX(-5%) translateY(-5%);
355
- -ms-transform: translateX(-5%) translateY(-5%);
356
- transform: translateX(-5%) translateY(-5%);
 
 
 
357
  }
358
- 75% {
359
- -webkit-transform: translateX(2%) translateY(2%);
360
- -ms-transform: translateX(2%) translateY(2%);
361
- transform: translateX(2%) translateY(2%);
362
  }
363
- 90% {
364
- -webkit-transform: translateX(-2%) translateY(-2%);
365
- -ms-transform: translateX(-2%) translateY(-2%);
366
- transform: translateX(-2%) translateY(-2%);
367
  }
368
  100% {
369
- -webkit-transform: none;
370
- -ms-transform: none;
371
- transform: none
372
  }
373
  }
374
 
375
- @keyframes jelkit-wobble-bottom-right {
376
  0% {
377
- -webkit-transform: none;
378
- -ms-transform: none;
379
- transform: none
380
  }
381
- 15% {
382
- -webkit-transform: translateX(10%) translateY(10%);
383
- -ms-transform: translateX(10%) translateY(10%);
384
- transform: translateX(10%) translateY(10%);
385
  }
386
- 30% {
387
- -webkit-transform: translateX(-10%) translateY(-10%);
388
- -ms-transform: translateX(-10%) translateY(-10%);
389
- transform: translateX(-10%) translateY(-10%);
 
 
 
390
  }
391
- 45% {
392
- -webkit-transform: translateX(5%) translateY(5%);
393
- -ms-transform: translateX(5%) translateY(5%);
394
- transform: translateX(5%) translateY(5%);
395
  }
396
- 60% {
397
- -webkit-transform: translateX(-5%) translateY(-5%);
398
- -ms-transform: translateX(-5%) translateY(-5%);
399
- transform: translateX(-5%) translateY(-5%);
 
 
 
400
  }
401
- 75% {
402
- -webkit-transform: translateX(2%) translateY(2%);
403
- -ms-transform: translateX(2%) translateY(2%);
404
- transform: translateX(2%) translateY(2%);
405
  }
406
- 90% {
407
- -webkit-transform: translateX(-2%) translateY(-2%);
408
- -ms-transform: translateX(-2%) translateY(-2%);
409
- transform: translateX(-2%) translateY(-2%);
 
 
 
410
  }
411
  100% {
412
- -webkit-transform: none;
413
- -ms-transform: none;
414
- transform: none
415
  }
416
  }
417
 
418
- @-webkit-keyframes jelkit-wobble-bottom-left {
419
  0% {
420
- -webkit-transform: none;
421
- -ms-transform: none;
422
- transform: none
423
  }
424
- 15% {
425
- -webkit-transform: translateX(-10%) translateY(10%);
426
- -ms-transform: translateX(-10%) translateY(10%);
427
- transform: translateX(-10%) translateY(10%);
428
  }
429
- 30% {
430
- -webkit-transform: translateX(10%) translateY(-10%);
431
- -ms-transform: translateX(10%) translateY(-10%);
432
- transform: translateX(10%) translateY(-10%);
433
  }
434
- 45% {
435
- -webkit-transform: translateX(-5%) translateY(5%);
436
- -ms-transform: translateX(-5%) translateY(5%);
437
- transform: translateX(-5%) translateY(5%);
 
 
 
438
  }
439
  60% {
440
- -webkit-transform: translateX(5%) translateY(-5%);
441
- -ms-transform: translateX(5%) translateY(-5%);
442
- transform: translateX(5%) translateY(-5%);
443
  }
444
- 75% {
445
- -webkit-transform: translateX(-2%) translateY(2%);
446
- -ms-transform: translateX(-2%) translateY(2%);
447
- transform: translateX(-2%) translateY(2%);
448
  }
449
- 90% {
450
- -webkit-transform: translateX(2%) translateY(-2%);
451
- -ms-transform: translateX(2%) translateY(-2%);
452
- transform: translateX(2%) translateY(-2%);
 
 
 
 
 
 
 
 
453
  }
454
  100% {
455
- -webkit-transform: none;
456
- -ms-transform: none;
457
- transform: none
458
  }
459
  }
460
 
461
- @keyframes jelkit-wobble-bottom-left {
462
  0% {
463
- -webkit-transform: none;
464
- -ms-transform: none;
465
- transform: none
466
  }
467
- 15% {
468
- -webkit-transform: translateX(-10%) translateY(10%);
469
- -ms-transform: translateX(-10%) translateY(10%);
470
- transform: translateX(-10%) translateY(10%);
471
  }
472
- 30% {
473
- -webkit-transform: translateX(10%) translateY(-10%);
474
- -ms-transform: translateX(10%) translateY(-10%);
475
- transform: translateX(10%) translateY(-10%);
476
  }
477
- 45% {
478
- -webkit-transform: translateX(-5%) translateY(5%);
479
- -ms-transform: translateX(-5%) translateY(5%);
480
- transform: translateX(-5%) translateY(5%);
 
 
 
481
  }
482
  60% {
483
- -webkit-transform: translateX(5%) translateY(-5%);
484
- -ms-transform: translateX(5%) translateY(-5%);
485
- transform: translateX(5%) translateY(-5%);
486
  }
487
- 75% {
488
- -webkit-transform: translateX(-2%) translateY(2%);
489
- -ms-transform: translateX(-2%) translateY(2%);
490
- transform: translateX(-2%) translateY(2%);
491
  }
492
- 90% {
493
- -webkit-transform: translateX(2%) translateY(-2%);
494
- -ms-transform: translateX(2%) translateY(-2%);
495
- transform: translateX(2%) translateY(-2%);
 
 
 
 
 
 
 
 
496
  }
497
  100% {
498
- -webkit-transform: none;
499
- -ms-transform: none;
500
- transform: none
501
  }
502
  }
503
 
504
- @-webkit-keyframes jelkit-wobble-skew {
505
  0% {
506
- -webkit-transform: none;
507
- -ms-transform: none;
508
- transform: none
509
  }
510
- 15% {
511
- -webkit-transform: skew(-10deg);
512
- -ms-transform: skew(-10deg);
513
- transform: skew(-10deg);
514
  }
515
- 30% {
516
- -webkit-transform: skew(10deg);
517
- -ms-transform: skew(10deg);
518
- transform: skew(10deg);
519
  }
520
- 45% {
521
- -webkit-transform: skew(-5deg);
522
- -ms-transform: skew(-5deg);
523
- transform: skew(-5deg);
 
 
 
524
  }
525
  60% {
526
- -webkit-transform: skew(5deg);
527
- -ms-transform: skew(5deg);
528
- transform: skew(5deg);
529
  }
530
- 75% {
531
- -webkit-transform: skew(-2deg);
532
- -ms-transform: skew(-2deg);
533
- transform: skew(-2deg);
534
  }
535
- 90% {
536
- -webkit-transform: skew(2deg);
537
- -ms-transform: skew(2deg);
538
- transform: skew(2deg);
 
 
 
 
 
 
 
 
539
  }
540
  100% {
541
- -webkit-transform: none;
542
- -ms-transform: none;
543
- transform: none
544
  }
545
  }
546
 
547
- @keyframes jelkit-wobble-skew {
548
  0% {
549
- -webkit-transform: none;
550
- -ms-transform: none;
551
- transform: none
552
  }
553
- 15% {
554
- -webkit-transform: skew(-10deg);
555
- -ms-transform: skew(-10deg);
556
- transform: skew(-10deg);
557
  }
558
- 30% {
559
- -webkit-transform: skew(10deg);
560
- -ms-transform: skew(10deg);
561
- transform: skew(10deg);
562
  }
563
- 45% {
564
- -webkit-transform: skew(-5deg);
565
- -ms-transform: skew(-5deg);
566
- transform: skew(-5deg);
 
 
 
567
  }
568
  60% {
569
- -webkit-transform: skew(5deg);
570
- -ms-transform: skew(5deg);
571
- transform: skew(5deg);
572
  }
573
- 75% {
574
- -webkit-transform: skew(-2deg);
575
- -ms-transform: skew(-2deg);
576
- transform: skew(-2deg);
577
  }
578
- 90% {
579
- -webkit-transform: skew(2deg);
580
- -ms-transform: skew(2deg);
581
- transform: skew(2deg);
 
 
 
 
 
 
 
 
582
  }
583
  100% {
584
- -webkit-transform: none;
585
- -ms-transform: none;
586
- transform: none
587
  }
588
  }
589
 
590
- @-webkit-keyframes jelkit-buzz {
591
- 10% {
592
- -webkit-transform: translateX(3px) rotate(2deg);
593
- transform: translateX(3px) rotate(2deg);
 
594
  }
595
- 20% {
596
- -webkit-transform: translateX(-3px) rotate(-2deg);
597
- transform: translateX(-3px) rotate(-2deg);
 
598
  }
599
- 30% {
600
- -webkit-transform: translateX(3px) rotate(2deg);
601
- transform: translateX(3px) rotate(2deg);
 
602
  }
603
- 40% {
604
- -webkit-transform: translateX(-3px) rotate(-2deg);
605
- transform: translateX(-3px) rotate(-2deg);
 
 
 
 
606
  }
607
- 50% {
608
- -webkit-transform: translateX(2px) rotate(1deg);
609
- transform: translateX(2px) rotate(1deg);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
  }
611
  60% {
612
- -webkit-transform: translateX(-2px) rotate(-1deg);
613
- transform: translateX(-2px) rotate(-1deg);
 
614
  }
615
- 70% {
616
- -webkit-transform: translateX(2px) rotate(1deg);
617
- transform: translateX(2px) rotate(1deg);
 
618
  }
619
- 80% {
620
- -webkit-transform: translateX(-2px) rotate(-1deg);
621
- transform: translateX(-2px) rotate(-1deg);
 
 
 
 
622
  }
623
- 90% {
624
- -webkit-transform: translateX(1px) rotate(0);
625
- transform: translateX(1px) rotate(0);
 
626
  }
627
  100% {
628
- -webkit-transform: translateX(-1px) rotate(0);
629
- transform: translateX(-1px) rotate(0);
 
630
  }
631
  }
632
 
633
- @keyframes jelkit-buzz {
634
- 10% {
635
- -webkit-transform: translateX(3px) rotate(2deg);
636
- transform: translateX(3px) rotate(2deg);
 
 
 
 
 
637
  }
638
- 20% {
639
- -webkit-transform: translateX(-3px) rotate(-2deg);
640
- transform: translateX(-3px) rotate(-2deg);
 
641
  }
642
- 30% {
643
- -webkit-transform: translateX(3px) rotate(2deg);
644
- transform: translateX(3px) rotate(2deg);
645
  }
646
  40% {
647
- -webkit-transform: translateX(-3px) rotate(-2deg);
648
- transform: translateX(-3px) rotate(-2deg);
649
- }
650
- 50% {
651
- -webkit-transform: translateX(2px) rotate(1deg);
652
- transform: translateX(2px) rotate(1deg);
653
  }
654
  60% {
655
- -webkit-transform: translateX(-2px) rotate(-1deg);
656
- transform: translateX(-2px) rotate(-1deg);
657
- }
658
- 70% {
659
- -webkit-transform: translateX(2px) rotate(1deg);
660
- transform: translateX(2px) rotate(1deg);
661
  }
662
  80% {
663
- -webkit-transform: translateX(-2px) rotate(-1deg);
664
- transform: translateX(-2px) rotate(-1deg);
665
  }
666
- 90% {
667
- -webkit-transform: translateX(1px) rotate(0);
668
- transform: translateX(1px) rotate(0);
 
669
  }
670
- 100% {
671
- -webkit-transform: translateX(-1px) rotate(0);
672
- transform: translateX(-1px) rotate(0);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  }
674
  }
675
 
676
- @-webkit-keyframes slide-from-left {
677
- 0% { left: 0 }
678
- 100% { left: 101%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
679
  }
680
 
681
- @keyframes slide-from-left {
682
- 0% { left: 0 }
683
- 100% { left: 101%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
684
  }
685
 
686
- @-webkit-keyframes slide-from-right {
687
- 0% { left: 0 }
688
- 100% { left: -101%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  }
690
 
691
- @keyframes slide-from-right {
692
- 0% { left: 0 }
693
- 100% { left: -101%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
694
  }
695
 
696
- @-webkit-keyframes slide-from-left-reverse {
697
- 0% { left: -101% }
698
- 100% { left: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  }
700
 
701
- @keyframes slide-from-left-reverse {
702
- 0% { left: -101% }
703
- 100% { left: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  }
705
 
706
- @-webkit-keyframes slide-from-right-reverse {
707
- 0% { left: 101% }
708
- 100% { left: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
  }
710
 
711
- @keyframes slide-from-right-reverse {
712
- 0% { left: 101% }
713
- 100% { left: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  }
715
 
716
- @-webkit-keyframes jkit-fadeinup {
717
- from {
718
- opacity: 0;
719
- -webkit-transform: translate3d(0, 30px, 0);
720
- transform: translate3d(0, 30px, 0);
721
- }
722
- to {
723
- opacity: 1;
724
- -webkit-transform: none;
725
- transform: none;
726
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
727
  }
728
 
729
- @keyframes jkit-fadeinup {
730
- from {
731
- opacity: 0;
732
- -webkit-transform: translate3d(0, 30px, 0);
733
- transform: translate3d(0, 30px, 0);
734
- }
735
- to {
736
- opacity: 1;
737
- -webkit-transform: none;
738
- transform: none;
739
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
  }
1
+ @-webkit-keyframes slide-from-left {
2
+ 0% {
3
+ left: 0
 
4
  }
5
+ 100% {
6
+ left: 101%;
 
7
  }
8
+ }
9
+
10
+ @keyframes slide-from-left {
11
+ 0% {
12
+ left: 0
13
+ }
14
+ 100% {
15
+ left: 101%;
16
  }
17
  }
18
 
19
+ @-webkit-keyframes slide-from-right {
20
+ 0% {
21
+ left: 0
 
22
  }
23
+ 100% {
24
+ left: -101%;
 
25
  }
26
+ }
27
+
28
+ @keyframes slide-from-right {
29
+ 0% {
30
+ left: 0
31
+ }
32
+ 100% {
33
+ left: -101%;
34
  }
35
  }
36
 
37
+ @-webkit-keyframes slide-from-left-reverse {
38
+ 0% {
39
+ left: -101%
40
+ }
41
+ 100% {
42
+ left: 0;
43
  }
44
  }
45
 
46
+ @keyframes slide-from-left-reverse {
47
+ 0% {
48
+ left: -101%
49
+ }
50
+ 100% {
51
+ left: 0;
52
  }
53
  }
54
 
55
+ @-webkit-keyframes slide-from-right-reverse {
56
+ 0% {
57
+ left: 101%
58
+ }
59
+ 100% {
60
+ left: 0;
61
  }
62
  }
63
 
64
+ @keyframes slide-from-right-reverse {
65
+ 0% {
66
+ left: 101%
67
+ }
68
+ 100% {
69
+ left: 0;
70
  }
71
  }
72
 
73
+ @-webkit-keyframes jkit-fadeinup {
74
  from {
75
+ opacity: 0;
76
+ -webkit-transform: translate3d(0, 30px, 0);
77
+ transform: translate3d(0, 30px, 0);
 
 
 
78
  }
79
  to {
80
+ opacity: 1;
81
+ -webkit-transform: none;
82
+ transform: none;
83
  }
84
  }
85
 
86
+ @keyframes jkit-fadeinup {
87
  from {
88
+ opacity: 0;
89
+ -webkit-transform: translate3d(0, 30px, 0);
90
+ transform: translate3d(0, 30px, 0);
 
 
 
91
  }
92
  to {
93
+ opacity: 1;
94
+ -webkit-transform: none;
95
+ transform: none;
96
  }
97
  }
98
 
99
+ @-webkit-keyframes jkit-scrolling-vertical {
100
+ 0% {
101
+ transform: translateY(0%);
102
+ opacity: 1;
103
+ }
104
+ 49% {
105
+ transform: translateY(100%);
106
+ opacity: 0;
107
  }
108
  50% {
109
+ transform: translateY(-100%);
110
+ opacity: 0;
111
  }
112
+ 100% {
113
+ transform: translateY(0);
114
+ opacity: 1;
115
  }
116
  }
117
 
118
+ @keyframes jkit-scrolling-vertical {
119
+ 0% {
120
+ transform: translateY(0%);
121
+ opacity: 1;
122
+ }
123
+ 49% {
124
+ transform: translateY(100%);
125
+ opacity: 0;
126
  }
127
  50% {
128
+ transform: translateY(-100%);
129
+ opacity: 0;
130
  }
131
+ 100% {
132
+ transform: translateY(0);
133
+ opacity: 1;
134
  }
135
  }
136
 
137
+ @-webkit-keyframes jkit-animated-dash {
138
+ 0% {
139
+ stroke-dasharray: 0 1500;
 
 
 
 
140
  }
141
+ 15% {
142
+ stroke-dasharray: 1500 1500;
 
143
  }
144
+ 85% {
145
+ opacity: 1;
 
146
  }
147
  90% {
148
+ stroke-dasharray: 1500 1500;
149
+ opacity: 0;
150
+ }
151
+ 100% {
152
+ stroke-dasharray: 0 1500;
153
+ opacity: 0;
154
  }
155
  }
156
 
157
+ @keyframes jkit-animated-dash {
158
+ 0% {
159
+ stroke-dasharray: 0 1500;
 
 
 
 
160
  }
161
+ 15% {
162
+ stroke-dasharray: 1500 1500;
 
163
  }
164
+ 85% {
165
+ opacity: 1;
 
166
  }
167
  90% {
168
+ stroke-dasharray: 1500 1500;
169
+ opacity: 0;
170
+ }
171
+ 100% {
172
+ stroke-dasharray: 0 1500;
173
+ opacity: 0;
174
  }
175
  }
176
 
177
+ @-webkit-keyframes jkit-animated-pulse {
178
+ 0% {
179
+ -webkit-transform: translateY(-50%) scale(1);
180
+ transform: translateY(-50%) scale(1);
181
+ opacity: 1;
 
 
182
  }
183
  40% {
184
+ -webkit-transform: translateY(-50%) scale(0.9);
185
+ transform: translateY(-50%) scale(0.9);
186
+ opacity: 0;
 
 
 
187
  }
188
+ 100% {
189
+ -webkit-transform: translateY(-50%) scale(0);
190
+ transform: translateY(-50%) scale(0);
191
+ opacity: 0;
192
  }
193
  }
194
 
195
+ @keyframes jkit-animated-pulse {
196
+ 0% {
197
+ -webkit-transform: translateY(-50%) scale(1);
198
+ transform: translateY(-50%) scale(1);
199
+ opacity: 1;
 
 
200
  }
201
  40% {
202
+ -webkit-transform: translateY(-50%) scale(0.9);
203
+ transform: translateY(-50%) scale(0.9);
204
+ opacity: 0;
205
  }
206
+ 100% {
207
+ -webkit-transform: translateY(-50%) scale(0);
208
+ transform: translateY(-50%) scale(0);
209
+ opacity: 0;
 
 
 
210
  }
211
  }
212
 
213
+ @-webkit-keyframes jkit-animated-swirl-in {
214
+ 0% {
215
+ opacity: 0;
216
+ -webkit-transform: translateZ(-20px) rotateX(90deg);
217
+ transform: translateZ(-20px) rotateX(90deg);
 
218
  }
219
+ 60% {
220
+ opacity: 1;
221
+ -webkit-transform: translateZ(-20px) rotateX(-10deg);
222
+ transform: translateZ(-20px) rotateX(-10deg);
223
+ }
224
+ 100% {
225
+ opacity: 1;
226
+ -webkit-transform: translateZ(-20px) rotateX(0deg);
227
+ transform: translateZ(-20px) rotateX(0deg);
228
  }
229
  }
230
 
231
+ @keyframes jkit-animated-swirl-in {
232
+ 0% {
233
+ opacity: 0;
234
+ -webkit-transform: translateZ(-20px) rotateX(90deg);
235
+ transform: translateZ(-20px) rotateX(90deg);
 
236
  }
237
+ 60% {
238
+ opacity: 1;
239
+ -webkit-transform: translateZ(-20px) rotateX(-10deg);
240
+ transform: translateZ(-20px) rotateX(-10deg);
241
+ }
242
+ 100% {
243
+ opacity: 1;
244
+ -webkit-transform: translateZ(-20px) rotateX(0deg);
245
+ transform: translateZ(-20px) rotateX(0deg);
246
  }
247
  }
248
 
249
+ @-webkit-keyframes jkit-animated-blinds-in {
250
+ 0% {
251
+ -webkit-transform: rotateY(180deg);
252
+ transform: rotateY(180deg);
 
 
253
  }
254
+ 100% {
255
+ -webkit-transform: rotateY(0deg);
256
+ transform: rotateY(0deg);
 
257
  }
258
  }
259
 
260
+ @keyframes jkit-animated-blinds-in {
261
+ 0% {
262
+ -webkit-transform: rotateY(180deg);
263
+ transform: rotateY(180deg);
 
 
264
  }
265
+ 100% {
266
+ -webkit-transform: rotateY(0deg);
267
+ transform: rotateY(0deg);
 
268
  }
269
  }
270
 
271
+ @-webkit-keyframes jkit-animated-wave-up {
272
  0% {
273
+ -webkit-transform: scale(0);
274
+ transform: scale(0);
275
+ opacity: 0;
276
  }
277
+ 60% {
278
+ -webkit-transform: scale(1.2);
279
+ transform: scale(1.2);
280
+ opacity: 1;
281
  }
282
+ 100% {
283
+ -webkit-transform: scale(1);
284
+ transform: scale(1);
285
+ opacity: 1;
286
  }
287
+ }
288
+
289
+ @keyframes jkit-animated-wave-up {
290
+ 0% {
291
+ -webkit-transform: scale(0);
292
+ transform: scale(0);
293
+ opacity: 0;
294
  }
295
  60% {
296
+ -webkit-transform: scale(1.2);
297
+ transform: scale(1.2);
298
+ opacity: 1;
 
 
 
299
  }
300
  100% {
301
+ -webkit-transform: scale(1);
302
+ transform: scale(1);
303
+ opacity: 1;
304
  }
305
  }
306
 
307
+ @-webkit-keyframes jkit-animated-flip-in {
308
  0% {
309
+ -webkit-transform: rotateX(180deg);
310
+ transform: rotateX(180deg);
311
+ opacity: 0;
312
  }
313
+ 35% {
314
+ -webkit-transform: rotateX(120deg);
315
+ transform: rotateX(120deg);
316
+ opacity: 0;
317
  }
318
+ 65% {
319
+ opacity: 0;
 
 
320
  }
321
+ 100% {
322
+ -webkit-transform: rotateX(360deg);
323
+ transform: rotateX(360deg);
324
+ opacity: 1;
325
  }
326
+ }
327
+
328
+ @keyframes jkit-animated-flip-in {
329
+ 0% {
330
+ -webkit-transform: rotateX(180deg);
331
+ transform: rotateX(180deg);
332
+ opacity: 0;
333
  }
334
+ 35% {
335
+ -webkit-transform: rotateX(120deg);
336
+ transform: rotateX(120deg);
337
+ opacity: 0;
338
+ }
339
+ 65% {
340
+ opacity: 0;
341
  }
342
  100% {
343
+ -webkit-transform: rotateX(360deg);
344
+ transform: rotateX(360deg);
345
+ opacity: 1;
346
  }
347
  }
348
 
349
+ @-webkit-keyframes jkit-animated-flip-out {
350
  0% {
351
+ -webkit-transform: rotateX(0deg);
352
+ transform: rotateX(0deg);
353
+ opacity: 1;
354
  }
355
+ 35% {
356
+ -webkit-transform: rotateX(-40deg);
357
+ transform: rotateX(-40deg);
358
+ opacity: 0;
359
  }
360
+ 65% {
361
+ opacity: 0;
 
 
362
  }
363
+ 100% {
364
+ -webkit-transform: rotateX(180deg);
365
+ transform: rotateX(180deg);
366
+ opacity: 0;
367
  }
368
+ }
369
+
370
+ @keyframes jkit-animated-flip-out {
371
+ 0% {
372
+ -webkit-transform: rotateX(0deg);
373
+ transform: rotateX(0deg);
374
+ opacity: 1;
375
  }
376
+ 35% {
377
+ -webkit-transform: rotateX(-40deg);
378
+ transform: rotateX(-40deg);
379
+ opacity: 0;
380
  }
381
+ 65% {
382
+ opacity: 0;
 
 
383
  }
384
  100% {
385
+ -webkit-transform: rotateX(180deg);
386
+ transform: rotateX(180deg);
387
+ opacity: 0;
388
  }
389
  }
390
 
391
+ @-webkit-keyframes jkit-animated-drop-in-in {
392
  0% {
393
+ opacity: 0;
394
+ -webkit-transform: translateZ(100px);
395
+ transform: translateZ(100px);
396
  }
397
+ 100% {
398
+ opacity: 1;
399
+ -webkit-transform: translateZ(0);
400
+ transform: translateZ(0);
401
  }
402
+ }
403
+
404
+ @keyframes jkit-animated-drop-in-in {
405
+ 0% {
406
+ opacity: 0;
407
+ -webkit-transform: translateZ(100px);
408
+ transform: translateZ(100px);
409
  }
410
+ 100% {
411
+ opacity: 1;
412
+ -webkit-transform: translateZ(0);
413
+ transform: translateZ(0);
414
  }
415
+ }
416
+
417
+ @-webkit-keyframes jkit-animated-drop-in-out {
418
+ 0% {
419
+ opacity: 1;
420
+ -webkit-transform: translateZ(0);
421
+ transform: translateZ(0);
422
  }
423
+ 100% {
424
+ opacity: 0;
425
+ -webkit-transform: translateZ(-100px);
426
+ transform: translateZ(-100px);
427
  }
428
+ }
429
+
430
+ @keyframes jkit-animated-drop-in-out {
431
+ 0% {
432
+ opacity: 1;
433
+ -webkit-transform: translateZ(0);
434
+ transform: translateZ(0);
435
  }
436
  100% {
437
+ opacity: 0;
438
+ -webkit-transform: translateZ(-100px);
439
+ transform: translateZ(-100px);
440
  }
441
  }
442
 
443
+ @-webkit-keyframes jkit-animated-slide-right-in {
444
  0% {
445
+ opacity: 0;
446
+ -webkit-transform: translateX(-100%);
447
+ transform: translateX(-100%);
448
  }
449
+ 60% {
450
+ opacity: 1;
451
+ -webkit-transform: translateX(10%);
452
+ transform: translateX(10%);
453
  }
454
+ 100% {
455
+ opacity: 1;
456
+ -webkit-transform: translateX(0);
457
+ transform: translateX(0);
458
  }
459
+ }
460
+
461
+ @keyframes jkit-animated-slide-right-in {
462
+ 0% {
463
+ opacity: 0;
464
+ -webkit-transform: translateX(-100%);
465
+ transform: translateX(-100%);
466
  }
467
  60% {
468
+ opacity: 1;
469
+ -webkit-transform: translateX(10%);
470
+ transform: translateX(10%);
471
  }
472
+ 100% {
473
+ opacity: 1;
474
+ -webkit-transform: translateX(0);
475
+ transform: translateX(0);
476
  }
477
+ }
478
+
479
+ @-webkit-keyframes jkit-animated-slide-right-out {
480
+ 0% {
481
+ opacity: 1;
482
+ -webkit-transform: translateX(0);
483
+ transform: translateX(0);
484
+ }
485
+ 60% {
486
+ opacity: 0;
487
+ -webkit-transform: translateX(110%);
488
+ transform: translateX(110%);
489
  }
490
  100% {
491
+ opacity: 0;
492
+ -webkit-transform: translateX(100%);
493
+ transform: translateX(100%);
494
  }
495
  }
496
 
497
+ @keyframes jkit-animated-slide-right-out {
498
  0% {
499
+ opacity: 1;
500
+ -webkit-transform: translateX(0);
501
+ transform: translateX(0);
502
  }
503
+ 60% {
504
+ opacity: 0;
505
+ -webkit-transform: translateX(110%);
506
+ transform: translateX(110%);
507
  }
508
+ 100% {
509
+ opacity: 0;
510
+ -webkit-transform: translateX(100%);
511
+ transform: translateX(100%);
512
  }
513
+ }
514
+
515
+ @-webkit-keyframes jkit-animated-slide-left-in {
516
+ 0% {
517
+ opacity: 0;
518
+ -webkit-transform: translateX(100%);
519
+ transform: translateX(100%);
520
  }
521
  60% {
522
+ opacity: 1;
523
+ -webkit-transform: translateX(-10%);
524
+ transform: translateX(-10%);
525
  }
526
+ 100% {
527
+ opacity: 1;
528
+ -webkit-transform: translateX(0);
529
+ transform: translateX(0);
530
  }
531
+ }
532
+
533
+ @keyframes jkit-animated-slide-left-in {
534
+ 0% {
535
+ opacity: 0;
536
+ -webkit-transform: translateX(100%);
537
+ transform: translateX(100%);
538
+ }
539
+ 60% {
540
+ opacity: 1;
541
+ -webkit-transform: translateX(-10%);
542
+ transform: translateX(-10%);
543
  }
544
  100% {
545
+ opacity: 1;
546
+ -webkit-transform: translateX(0);
547
+ transform: translateX(0);
548
  }
549
  }
550
 
551
+ @-webkit-keyframes jkit-animated-slide-left-out {
552
  0% {
553
+ opacity: 1;
554
+ -webkit-transform: translateX(0);
555
+ transform: translateX(0);
556
  }
557
+ 60% {
558
+ opacity: 0;
559
+ -webkit-transform: translateX(-110%);
560
+ transform: translateX(-110%);
561
  }
562
+ 100% {
563
+ opacity: 0;
564
+ -webkit-transform: translateX(-100%);
565
+ transform: translateX(-100%);
566
  }
567
+ }
568
+
569
+ @keyframes jkit-animated-slide-left-out {
570
+ 0% {
571
+ opacity: 1;
572
+ -webkit-transform: translateX(0);
573
+ transform: translateX(0);
574
  }
575
  60% {
576
+ opacity: 0;
577
+ -webkit-transform: translateX(-110%);
578
+ transform: translateX(-110%);
579
  }
580
+ 100% {
581
+ opacity: 0;
582
+ -webkit-transform: translateX(-100%);
583
+ transform: translateX(-100%);
584
  }
585
+ }
586
+
587
+ @-webkit-keyframes jkit-animated-slide-up-in {
588
+ 0% {
589
+ opacity: 0;
590
+ -webkit-transform: translateY(100%);
591
+ transform: translateY(100%);
592
+ }
593
+ 60% {
594
+ opacity: 1;
595
+ -webkit-transform: translateY(-20%);
596
+ transform: translateY(-20%);
597
  }
598
  100% {
599
+ opacity: 1;
600
+ -webkit-transform: translateY(0);
601
+ transform: translateY(0);
602
  }
603
  }
604
 
605
+ @keyframes jkit-animated-slide-up-in {
606
  0% {
607
+ opacity: 0;
608
+ -webkit-transform: translateY(100%);
609
+ transform: translateY(100%);
610
  }
611
+ 60% {
612
+ opacity: 1;
613
+ -webkit-transform: translateY(-20%);
614
+ transform: translateY(-20%);
615
  }
616
+ 100% {
617
+ opacity: 1;
618
+ -webkit-transform: translateY(0);
619
+ transform: translateY(0);
620
  }
621
+ }
622
+
623
+ @-webkit-keyframes jkit-animated-slide-up-out {
624
+ 0% {
625
+ opacity: 1;
626
+ -webkit-transform: translateY(0);
627
+ transform: translateY(0);
628
  }
629
  60% {
630
+ opacity: 0;
631
+ -webkit-transform: translateY(-120%);
632
+ transform: translateY(-120%);
633
  }
634
+ 100% {
635
+ opacity: 0;
636
+ -webkit-transform: translateY(-100%);
637
+ transform: translateY(-100%);
638
  }
639
+ }
640
+
641
+ @keyframes jkit-animated-slide-up-out {
642
+ 0% {
643
+ opacity: 1;
644
+ -webkit-transform: translateY(0);
645
+ transform: translateY(0);
646
+ }
647
+ 60% {
648
+ opacity: 0;
649
+ -webkit-transform: translateY(-120%);
650
+ transform: translateY(-120%);
651
  }
652
  100% {
653
+ opacity: 0;
654
+ -webkit-transform: translateY(-100%);
655
+ transform: translateY(-100%);
656
  }
657
  }
658
 
659
+ @-webkit-keyframes jkit-animated-slide-down-in {
660
+ 0% {
661
+ opacity: 0;
662
+ -webkit-transform: translateY(-100%);
663
+ transform: translateY(-100%);
664
  }
665
+ 60% {
666
+ opacity: 1;
667
+ -webkit-transform: translateY(20%);
668
+ transform: translateY(20%);
669
  }
670
+ 100% {
671
+ opacity: 1;
672
+ -webkit-transform: translateY(0);
673
+ transform: translateY(0);
674
  }
675
+ }
676
+
677
+ @keyframes jkit-animated-slide-down-in {
678
+ 0% {
679
+ opacity: 0;
680
+ -webkit-transform: translateY(-100%);
681
+ transform: translateY(-100%);
682
  }
683
+ 60% {
684
+ opacity: 1;
685
+ -webkit-transform: translateY(20%);
686
+ transform: translateY(20%);
687
+ }
688
+ 100% {
689
+ opacity: 1;
690
+ -webkit-transform: translateY(0);
691
+ transform: translateY(0);
692
+ }
693
+ }
694
+
695
+ @-webkit-keyframes jkit-animated-slide-down-out {
696
+ 0% {
697
+ opacity: 1;
698
+ -webkit-transform: translateY(0);
699
+ transform: translateY(0);
700
  }
701
  60% {
702
+ opacity: 0;
703
+ -webkit-transform: translateY(120%);
704
+ transform: translateY(120%);
705
  }
706
+ 100% {
707
+ opacity: 0;
708
+ -webkit-transform: translateY(100%);
709
+ transform: translateY(100%);
710
  }
711
+ }
712
+
713
+ @keyframes jkit-animated-slide-down-out {
714
+ 0% {
715
+ opacity: 1;
716
+ -webkit-transform: translateY(0);
717
+ transform: translateY(0);
718
  }
719
+ 60% {
720
+ opacity: 0;
721
+ -webkit-transform: translateY(120%);
722
+ transform: translateY(120%);
723
  }
724
  100% {
725
+ opacity: 0;
726
+ -webkit-transform: translateY(100%);
727
+ transform: translateY(100%);
728
  }
729
  }
730
 
731
+ @-webkit-keyframes jkit-animated-bounce-in {
732
+ 0%,
733
+ 20%,
734
+ 40%,
735
+ 60%,
736
+ 80%,
737
+ to {
738
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
739
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
740
  }
741
+ 0% {
742
+ opacity: 0;
743
+ -webkit-transform: scale3d(.3, .3, .3);
744
+ transform: scale3d(.3, .3, .3)
745
  }
746
+ 20% {
747
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
748
+ transform: scale3d(1.1, 1.1, 1.1)
749
  }
750
  40% {
751
+ -webkit-transform: scale3d(.9, .9, .9);
752
+ transform: scale3d(.9, .9, .9)
 
 
 
 
753
  }
754
  60% {
755
+ opacity: 1;
756
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
757
+ transform: scale3d(1.03, 1.03, 1.03)
 
 
 
758
  }
759
  80% {
760
+ -webkit-transform: scale3d(.97, .97, .97);
761
+ transform: scale3d(.97, .97, .97)
762
  }
763
+ to {
764
+ opacity: 1;
765
+ -webkit-transform: scaleX(1);
766
+ transform: scaleX(1)
767
  }
768
+ }
769
+
770
+ @keyframes jkit-animated-bounce-in {
771
+ 0%,
772
+ 20%,
773
+ 40%,
774
+ 60%,
775
+ 80%,
776
+ to {
777
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
778
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
779
+ }
780
+ 0% {
781
+ opacity: 0;
782
+ -webkit-transform: scale3d(.3, .3, .3);
783
+ transform: scale3d(.3, .3, .3)
784
+ }
785
+ 20% {
786
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
787
+ transform: scale3d(1.1, 1.1, 1.1)
788
+ }
789
+ 40% {
790
+ -webkit-transform: scale3d(.9, .9, .9);
791
+ transform: scale3d(.9, .9, .9)
792
+ }
793
+ 60% {
794
+ opacity: 1;
795
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
796
+ transform: scale3d(1.03, 1.03, 1.03)
797
+ }
798
+ 80% {
799
+ -webkit-transform: scale3d(.97, .97, .97);
800
+ transform: scale3d(.97, .97, .97)
801
+ }
802
+ to {
803
+ opacity: 1;
804
+ -webkit-transform: scaleX(1);
805
+ transform: scaleX(1)
806
  }
807
  }
808
 
809
+ @-webkit-keyframes jkit-animated-bounce-out {
810
+ 20% {
811
+ -webkit-transform: scale3d(.9, .9, .9);
812
+ transform: scale3d(.9, .9, .9)
813
+ }
814
+ 50%,
815
+ 55% {
816
+ opacity: 0;
817
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
818
+ transform: scale3d(1.1, 1.1, 1.1)
819
+ }
820
+ to {
821
+ opacity: 0;
822
+ -webkit-transform: scale3d(.3, .3, .3);
823
+ transform: scale3d(.3, .3, .3)
824
+ }
825
  }
826
 
827
+ @keyframes jkit-animated-bounce-out {
828
+ 20% {
829
+ -webkit-transform: scale3d(.9, .9, .9);
830
+ transform: scale3d(.9, .9, .9)
831
+ }
832
+ 50%,
833
+ 55% {
834
+ opacity: 0;
835
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
836
+ transform: scale3d(1.1, 1.1, 1.1)
837
+ }
838
+ to {
839
+ opacity: 0;
840
+ -webkit-transform: scale3d(.3, .3, .3);
841
+ transform: scale3d(.3, .3, .3)
842
+ }
843
  }
844
 
845
+ @-webkit-keyframes jkit-animated-swing-in {
846
+ 20% {
847
+ -webkit-transform: rotate(15deg);
848
+ transform: rotate(15deg)
849
+ }
850
+ 40% {
851
+ -webkit-transform: rotate(-10deg);
852
+ transform: rotate(-10deg)
853
+ }
854
+ 60% {
855
+ -webkit-transform: rotate(5deg);
856
+ transform: rotate(5deg)
857
+ }
858
+ 80% {
859
+ -webkit-transform: rotate(-5deg);
860
+ transform: rotate(-5deg)
861
+ }
862
+ to {
863
+ -webkit-transform: rotate(0deg);
864
+ transform: rotate(0deg)
865
+ }
866
  }
867
 
868
+ @keyframes jkit-animated-swing-in {
869
+ 20% {
870
+ -webkit-transform: rotate(15deg);
871
+ transform: rotate(15deg)
872
+ }
873
+ 40% {
874
+ -webkit-transform: rotate(-10deg);
875
+ transform: rotate(-10deg)
876
+ }
877
+ 60% {
878
+ -webkit-transform: rotate(5deg);
879
+ transform: rotate(5deg)
880
+ }
881
+ 80% {
882
+ -webkit-transform: rotate(-5deg);
883
+ transform: rotate(-5deg)
884
+ }
885
+ to {
886
+ -webkit-transform: rotate(0deg);
887
+ transform: rotate(0deg)
888
+ }
889
  }
890
 
891
+ @-webkit-keyframes jkit-animated-swing-out {
892
+ 20% {
893
+ -webkit-transform: rotate(0deg);
894
+ transform: rotate(0deg)
895
+ }
896
+ 40% {
897
+ -webkit-transform: rotate(-5deg);
898
+ transform: rotate(-5deg)
899
+ }
900
+ 60% {
901
+ -webkit-transform: rotate(10deg);
902
+ transform: rotate(10deg)
903
+ }
904
+ 80% {
905
+ -webkit-transform: rotate(-15deg);
906
+ transform: rotate(-15deg)
907
+ }
908
+ to {
909
+ -webkit-transform: rotate(15deg);
910
+ transform: rotate(15deg)
911
+ }
912
  }
913
 
914
+ @keyframes jkit-animated-swing-out {
915
+ 20% {
916
+ -webkit-transform: rotate(0deg);
917
+ transform: rotate(0deg)
918
+ }
919
+ 40% {
920
+ -webkit-transform: rotate(-5deg);
921
+ transform: rotate(-5deg)
922
+ }
923
+ 60% {
924
+ -webkit-transform: rotate(10deg);
925
+ transform: rotate(10deg)
926
+ }
927
+ 80% {
928
+ -webkit-transform: rotate(-15deg);
929
+ transform: rotate(-15deg)
930
+ }
931
+ to {
932
+ -webkit-transform: rotate(15deg);
933
+ transform: rotate(15deg)
934
+ }
935
  }
936
 
937
+ @-webkit-keyframes jkit-animated-rubber-band-in {
938
+ 0% {
939
+ -webkit-transform: scaleX(1);
940
+ transform: scaleX(1)
941
+ }
942
+ 30% {
943
+ -webkit-transform: scale3d(1.25, .75, 1);
944
+ transform: scale3d(1.25, .75, 1)
945
+ }
946
+ 40% {
947
+ -webkit-transform: scale3d(.75, 1.25, 1);
948
+ transform: scale3d(.75, 1.25, 1)
949
+ }
950
+ 50% {
951
+ -webkit-transform: scale3d(1.15, .85, 1);
952
+ transform: scale3d(1.15, .85, 1)
953
+ }
954
+ 65% {
955
+ -webkit-transform: scale3d(.95, 1.05, 1);
956
+ transform: scale3d(.95, 1.05, 1)
957
+ }
958
+ 75% {
959
+ -webkit-transform: scale3d(1.05, .95, 1);
960
+ transform: scale3d(1.05, .95, 1)
961
+ }
962
+ to {
963
+ -webkit-transform: scaleX(1);
964
+ transform: scaleX(1)
965
+ }
966
  }
967
 
968
+ @keyframes jkit-animated-rubber-band-in {
969
+ 0% {
970
+ -webkit-transform: scaleX(1);
971
+ transform: scaleX(1)
972
+ }
973
+ 30% {
974
+ -webkit-transform: scale3d(1.25, .75, 1);
975
+ transform: scale3d(1.25, .75, 1)
976
+ }
977
+ 40% {
978
+ -webkit-transform: scale3d(.75, 1.25, 1);
979
+ transform: scale3d(.75, 1.25, 1)
980
+ }
981
+ 50% {
982
+ -webkit-transform: scale3d(1.15, .85, 1);
983
+ transform: scale3d(1.15, .85, 1)
984
+ }
985
+ 65% {
986
+ -webkit-transform: scale3d(.95, 1.05, 1);
987
+ transform: scale3d(.95, 1.05, 1)
988
+ }
989
+ 75% {
990
+ -webkit-transform: scale3d(1.05, .95, 1);
991
+ transform: scale3d(1.05, .95, 1)
992
+ }
993
+ to {
994
+ -webkit-transform: scaleX(1);
995
+ transform: scaleX(1)
996
+ }
997
  }
998
 
999
+ @-webkit-keyframes jkit-animated-rubber-band-out {
1000
+ 0% {
1001
+ -webkit-transform: scaleX(1);
1002
+ transform: scaleX(1)
1003
+ }
1004
+ 30% {
1005
+ -webkit-transform: scale3d(1.05, .95, 1);
1006
+ transform: scale3d(1.05, .95, 1)
1007
+ }
1008
+ 40% {
1009
+ -webkit-transform: scale3d(.95, 1.05, 1);
1010
+ transform: scale3d(.95, 1.05, 1)
1011
+ }
1012
+ 50% {
1013
+ -webkit-transform: scale3d(1.15, .85, 1);
1014
+ transform: scale3d(1.15, .85, 1)
1015
+ }
1016
+ 65% {
1017
+ -webkit-transform: scale3d(.75, 1.25, 1);
1018
+ transform: scale3d(.75, 1.25, 1)
1019
+ }
1020
+ 75% {
1021
+ -webkit-transform: scale3d(1.25, .75, 1);
1022
+ transform: scale3d(1.25, .75, 1)
1023
+ }
1024
+ to {
1025
+ -webkit-transform: scaleX(1);
1026
+ transform: scaleX(1)
1027
+ }
1028
  }
1029
 
1030
+ @keyframes jkit-animated-rubber-band-out {
1031
+ 0% {
1032
+ -webkit-transform: scaleX(1);
1033
+ transform: scaleX(1)
1034
+ }
1035
+ 30% {
1036
+ -webkit-transform: scale3d(1.05, .95, 1);
1037
+ transform: scale3d(1.05, .95, 1)
1038
+ }
1039
+ 40% {
1040
+ -webkit-transform: scale3d(.95, 1.05, 1);
1041
+ transform: scale3d(.95, 1.05, 1)
1042
+ }
1043
+ 50% {
1044
+ -webkit-transform: scale3d(1.15, .85, 1);
1045
+ transform: scale3d(1.15, .85, 1)
1046
+ }
1047
+ 65% {
1048
+ -webkit-transform: scale3d(.75, 1.25, 1);
1049
+ transform: scale3d(.75, 1.25, 1)
1050
+ }
1051
+ 75% {
1052
+ -webkit-transform: scale3d(1.25, .75, 1);
1053
+ transform: scale3d(1.25, .75, 1)
1054
+ }
1055
+ to {
1056
+ -webkit-transform: scaleX(1);
1057
+ transform: scaleX(1)
1058
+ }
1059
  }
assets/dev/scss/helpers/_mixin.scss CHANGED
@@ -81,4 +81,17 @@
81
  -webkit-box-align: center;
82
  -ms-flex-align: center;
83
  align-items: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  }
81
  -webkit-box-align: center;
82
  -ms-flex-align: center;
83
  align-items: center;
84
+ }
85
+
86
+ @mixin alignitemsstart {
87
+ -webkit-box-align: start;
88
+ -ms-flex-align: start;
89
+ align-items: flex-start;
90
+ }
91
+
92
+ @mixin userselect($value) {
93
+ -webkit-user-select: $value;
94
+ -moz-user-select: $value;
95
+ -ms-user-select: $value;
96
+ user-select: $value;
97
  }
assets/dev/scss/main.scss CHANGED
@@ -8,11 +8,19 @@ html.jkit-nav-menu-loaded body {
8
  overflow-y: visible;
9
  }
10
 
11
- .jeg-elementor-kit {
12
- .fa {
13
- font-family: "FontAwesome";
14
- font-weight: 400;
 
 
 
 
 
15
  }
 
 
 
16
  .hover-from-left,
17
  .hover-from-right,
18
  .hover-from-top,
@@ -23,8 +31,8 @@ html.jkit-nav-menu-loaded body {
23
  content: "";
24
  height: 100%;
25
  width: 100%;
26
- @include transition(false, false, all .6s ease);
27
  background-size: 101% 101%;
 
28
  }
29
  }
30
  .hover-from-left,
@@ -78,234 +86,138 @@ html.jkit-nav-menu-loaded body {
78
  opacity: 100%;
79
  }
80
  }
81
- .hover-grow,
82
- &.hover-grow {
83
- @include transition(false, false, all .3s ease-in-out);
84
- &:hover {
85
- @include transform(false, scale(1.2));
 
 
 
 
86
  }
87
- }
88
- .hover-shrink,
89
- &.hover-shrink {
90
- @include transition(false, transform, .3s);
91
- &:hover {
92
- @include transform(false, scale(0.8));
93
  }
94
- }
95
- .hover-pulse,
96
- &.hover-pulse {
97
- &:hover {
98
- @include animation(name, jelkit-pulse);
99
- @include animation(duration, .9s);
100
- @include animation(iteration-count, infinite);
101
  }
102
- }
103
- .hover-pulsegrow,
104
- &.hover-pulsegrow {
105
- display: inline-block;
106
- vertical-align: middle;
107
- @include transform(false, perspective(1px) translateZ(0));
108
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
109
- &:hover {
110
- @include animation(name, jelkit-pulse-grow);
111
- @include animation(duration, .3s);
112
- @include animation(iteration-count, infinite);
113
- @include animation(timing-function, linear);
114
- @include animation(direction, alternate);
115
  }
116
- }
117
- .hover-pulseshrink,
118
- &.hover-pulseshrink {
119
- display: inline-block;
120
- vertical-align: middle;
121
- @include transform(false, perspective(1px) translateZ(0));
122
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
123
- &:hover {
124
- @include animation(name, jelkit-pulse-shrink);
125
- @include animation(duration, .3s);
126
- @include animation(iteration-count, infinite);
127
- @include animation(timing-function, linear);
128
- @include animation(direction, alternate);
129
  }
130
- }
131
- .hover-push,
132
- &.hover-push {
133
- &:hover {
134
- @include animation(name, jelkit-push);
135
- @include animation(duration, .9s);
136
  }
137
- }
138
- .hover-pop,
139
- &.hover-pop {
140
- &:hover {
141
- @include animation(name, jelkit-pop);
142
- @include animation(duration, .9s);
143
  }
144
- }
145
- .hover-bounceup,
146
- &.hover-bounceup {
147
- &:hover {
148
- @include animation(name, jelkit-bounce-up);
149
- @include animation(duration, .9s);
150
  }
151
- }
152
- .hover-bouncedown,
153
- &.hover-bouncedown {
154
- &:hover {
155
- @include animation(name, jelkit-bounce-down);
156
- @include animation(duration, .9s);
157
  }
158
- }
159
- .hover-rotate,
160
- &.hover-rotate {
161
- @include transition(false, transform, .9s ease-in-out);
162
- &:hover {
163
- @include transform(false, rotate(15deg));
164
  }
165
- }
166
- .hover-growrotate,
167
- &.hover-growrotate {
168
- @include transition(false, transform, .9s ease-in-out);
169
- &:hover {
170
- @include transform(false, rotate(15deg) scale(1.2));
171
  }
172
- }
173
- .hover-float,
174
- &.hover-float {
175
- &:hover {
176
- @include transform(false, translateY(-10%));
177
  }
178
- }
179
- .hover-sink,
180
- &.hover-sink {
181
- &:hover {
182
- @include transform(false, translateY(10%))
183
  }
184
- }
185
- .hover-bob,
186
- &.hover-bob {
187
- &:hover {
188
- @include animation(name, jelkit-bob);
189
- @include animation(duration, .9s);
190
- @include animation(iteration-count, infinite);
191
  }
192
- }
193
- .hover-hang,
194
- &.hover-hang {
195
- &:hover {
196
- @include animation(name, jelkit-hang);
197
- @include animation(duration, .9s);
198
- @include animation(iteration-count, infinite);
199
  }
200
- }
201
- .hover-skew,
202
- &.hover-skew {
203
- &:hover {
204
- @include transform(false, skew(-15deg));
205
  }
206
- }
207
- .hover-skewforward,
208
- &.hover-skewforward {
209
- vertical-align: middle;
210
- @include transform(false, perspective(1px) translateZ(0));
211
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
212
- @include transition(duration, false, .9s);
213
- @include transition(property, transform, false);
214
- @include transform(origin, 0 100%);
215
- &:hover {
216
- @include transform(false, skew(-15deg));
217
  }
218
- }
219
- .hover-skewbackward,
220
- &.hover-skewbackward {
221
- vertical-align: middle;
222
- @include transform(false, perspective(1px) translateZ(0));
223
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
224
- @include transition(duration, false, 0.9s);
225
- @include transition(property, transform, false);
226
- @include transform(origin, 0 100%);
227
- &:hover {
228
- @include transform(false, skew(15deg));
229
  }
230
- }
231
- .hover-wobble,
232
- &.hover-wobble {
233
- &:hover {
234
- @include animation(name, jelkit-wobble);
235
- @include animation(duration, .9s);
236
  }
237
- }
238
- .hover-wobbletop,
239
- &.hover-wobbletop {
240
- vertical-align: middle;
241
- @include transform(false, perspective(1px) translateZ(0));
242
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
243
- @include transition(duration, false, 0.9s);
244
- @include transition(property, transform, false);
245
- @include transform(origin, 0 100%);
246
- &:hover {
247
- @include animation(name, jelkit-wobble-skew);
248
- @include animation(duration, .9s);
249
  }
250
- }
251
- .hover-wobblebottom,
252
- &.hover-wobblebottom {
253
- vertical-align: middle;
254
- @include transform(false, perspective(1px) translateZ(0));
255
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
256
- @include transition(duration, false, 0.9s);
257
- @include transition(property, transform, false);
258
- @include transform(origin, 100% 0);
259
- &:hover {
260
- @include animation(name, jelkit-wobble-skew);
261
- @include animation(duration, .9s);
262
  }
263
- }
264
- .hover-wobbletobottomright,
265
- &.hover-wobbletobottomright {
266
- &:hover {
267
- @include animation(name, jelkit-wobble-bottom-right);
268
- @include animation(duration, .9s);
269
  }
270
- }
271
- .hover-wobbletobottomleft,
272
- &.hover-wobbletobottomleft {
273
- &:hover {
274
- @include animation(name, jelkit-wobble-bottom-right);
275
- @include animation(duration, .9s);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  }
277
  }
278
- .hover-wobbleskew,
279
- &.hover-wobbleskew {
280
- &:hover {
281
- @include animation(name, jelkit-wobble-skew);
282
- @include animation(duration, .9s);
 
 
 
 
 
 
 
 
283
  }
284
  }
285
- .hover-buzz,
286
- &.hover-buzz {
287
- display: inline-block;
288
- vertical-align: middle;
289
- @include transform(false, perspective(1px) translateZ(0));
290
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
291
- &:hover {
292
- @include animation(name, jelkit-buzz);
293
- @include animation(duration, .9s);
294
- @include animation(iteration-count, infinite);
295
- @include animation(timing-function, linear);
296
  }
297
  }
298
- .hover-buzzout,
299
- &.hover-buzzout {
300
- display: inline-block;
301
- vertical-align: middle;
302
- @include transform(false, perspective(1px) translateZ(0));
303
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
304
  &:hover {
305
- @include animation(name, jelkit-buzz);
306
- @include animation(duration, .9s);
307
- @include animation(iteration-count, 1);
308
- @include animation(timing-function, linear);
 
309
  }
310
  }
311
  &.jkit-nav-menu {
@@ -386,6 +298,7 @@ html.jkit-nav-menu-loaded body {
386
  top: 100%;
387
  left: 0;
388
  max-height: none;
 
389
  }
390
  &:hover>.sub-menu {
391
  opacity: 1;
@@ -423,6 +336,9 @@ html.jkit-nav-menu-loaded body {
423
  background-repeat: no-repeat;
424
  background-size: cover;
425
  background-position: center center;
 
 
 
426
  .icon-box-link {
427
  color: unset;
428
  }
@@ -436,10 +352,8 @@ html.jkit-nav-menu-loaded body {
436
  }
437
  &.icon-position-left {
438
  @include displayflex();
439
- -webkit-box-align: start;
440
- -ms-flex-align: start;
441
- align-items: flex-start;
442
- .icon-box.header {
443
  margin-right: 15px;
444
  }
445
  }
@@ -449,24 +363,25 @@ html.jkit-nav-menu-loaded body {
449
  -webkit-box-direction: reverse;
450
  -ms-flex-direction: row-reverse;
451
  flex-direction: row-reverse;
452
- .icon-box.header {
453
  margin-left: 15px;
454
  }
455
  }
456
  .icon-box {
457
- &.header {
458
  position: relative;
459
  z-index: 2;
460
  .icon {
461
  display: inline-block;
462
  margin-bottom: 13px;
463
  color: var(--jkit-txt-color);
 
464
  i {
465
  font-size: 40px;
466
  }
467
  }
468
  }
469
- &.body {
470
  position: relative;
471
  z-index: 2;
472
  .title {
@@ -474,7 +389,7 @@ html.jkit-nav-menu-loaded body {
474
  color: var(--jkit-txt-color);
475
  font-size: 23px;
476
  }
477
- .button {
478
  position: relative;
479
  z-index: 2;
480
  .btn-wrapper {
@@ -489,46 +404,28 @@ html.jkit-nav-menu-loaded body {
489
  position: relative;
490
  display: inline-block;
491
  line-height: 1;
492
- -webkit-user-select: none;
493
- -moz-user-select: none;
494
- -ms-user-select: none;
495
- user-select: none;
496
  white-space: nowrap;
497
  vertical-align: middle;
498
  text-align: center;
499
  background-color: var(--jkit-btn-bg-color);
 
500
  @include transition(false, false, all .4s ease);
501
  &:hover {
502
  background-color: var(--jkit-btn-bg-hover-color);
503
  }
504
  }
505
  }
506
- &.hover {
507
- .btn-wrapper .icon-box-link {
508
- position: absolute;
509
- opacity: 0;
510
- left: 0;
511
- bottom: 0;
512
- }
513
- &.center .btn-wrapper .icon-box-link {
514
- bottom: 0;
515
- left: 50%;
516
- @include transform(false, translateX(-50%));
517
- z-index: 2;
518
- }
519
- &.right .btn-wrapper .icon-box-link {
520
- left: unset;
521
- right: 0;
522
- }
523
  }
524
  }
525
- .description {
526
  color: var(--jkit-txt-color);
527
  }
528
  }
529
  }
530
  &:hover {
531
- .icon-box.body .button.hover .btn-wrapper .icon-box-link {
532
  opacity: 100;
533
  }
534
  .hover-watermark {
@@ -547,7 +444,7 @@ html.jkit-nav-menu-loaded body {
547
  font-size: 100px;
548
  }
549
  }
550
- .badge {
551
  position: absolute;
552
  line-height: 1;
553
  z-index: 2;
@@ -607,14 +504,6 @@ html.jkit-nav-menu-loaded body {
607
  @include transition(false, false, all .6s ease);
608
  background-size: 101% 101%;
609
  }
610
- &:hover {
611
- .border-bottom.left {
612
- @include animation(false, slide-from-left 0.5s forwards);
613
- }
614
- .border-bottom.right {
615
- @include animation(false, slide-from-right 0.5s forwards);
616
- }
617
- }
618
  .fun-fact-inner {
619
  position: relative;
620
  z-index: 2;
@@ -646,21 +535,6 @@ html.jkit-nav-menu-loaded body {
646
  }
647
  }
648
  }
649
- .border-bottom {
650
- position: absolute;
651
- z-index: 3;
652
- left: -101%;
653
- bottom: 0;
654
- height: 5px;
655
- width: 100%;
656
- background-color: var(--jkit-selection-bg-color);
657
- &.left {
658
- @include animation(false, slide-from-left-reverse 0.5s forwards);
659
- }
660
- &.right {
661
- @include animation(false, slide-from-right-reverse 0.5s forwards);
662
- }
663
- }
664
  }
665
  &.jkit-progress-bar {
666
  .progress-group {
@@ -933,28 +807,49 @@ html.jkit-nav-menu-loaded body {
933
  }
934
  }
935
  &.jkit-client-logo {
936
- .client-track.tns-slider {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
937
  .content-image {
938
  position: relative;
 
 
 
 
 
 
939
  .hover-image {
940
  position: absolute;
941
  left: 0px;
942
- top: 0px;
 
943
  opacity: 0;
944
- height: 100%;
945
  width: 100%;
946
- &:hover {
947
- opacity: 1;
948
- @include transition(false, false, opacity .25s ease-in-out .0s);
949
- }
950
  }
951
  }
 
 
 
 
 
952
  }
953
  .client-track:not(.tns-slider) .client-slider {
954
  margin-right: 10px;
955
- .hover-image {
956
- display: none;
957
- }
958
  }
959
  .tns-nav {
960
  text-align: center;
@@ -971,14 +866,15 @@ html.jkit-nav-menu-loaded body {
971
  }
972
  }
973
  }
 
 
 
974
  .tns-controls button {
975
  color: var(--jkit-txt-color);
976
  border: 0px;
977
  background: none;
978
- :active,
979
- :hover {
980
- background: none;
981
- border: none;
982
  }
983
  }
984
  &.arrow-bottom-middle {
@@ -988,8 +884,8 @@ html.jkit-nav-menu-loaded body {
988
  button[data-controls="next"] {
989
  color: var(--jkit-txt-color);
990
  display: inline-block;
991
- margin: 5px;
992
- padding: 5px;
993
  }
994
  }
995
  }
@@ -1019,6 +915,30 @@ html.jkit-nav-menu-loaded body {
1019
  }
1020
  }
1021
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1022
  }
1023
  &.jkit-testimonials {
1024
  .testimonials-track {
@@ -1052,10 +972,8 @@ html.jkit-nav-menu-loaded body {
1052
  color: var(--jkit-txt-color);
1053
  border: 0px;
1054
  background: none;
1055
- :active,
1056
- :hover {
1057
- background: none;
1058
- border: none;
1059
  }
1060
  }
1061
  &.arrow-bottom-middle {
@@ -1065,8 +983,8 @@ html.jkit-nav-menu-loaded body {
1065
  button[data-controls="next"] {
1066
  color: var(--jkit-txt-color);
1067
  display: inline-block;
1068
- margin: 5px;
1069
- padding: 5px;
1070
  }
1071
  }
1072
  }
@@ -1096,6 +1014,30 @@ html.jkit-nav-menu-loaded body {
1096
  }
1097
  }
1098
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1099
  &.style-1 {
1100
  &.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content {
1101
  position: absolute;
@@ -1104,7 +1046,6 @@ html.jkit-nav-menu-loaded body {
1104
  font-size: 40px;
1105
  }
1106
  .testimonials-track {
1107
- padding: 25px 0px;
1108
  .testimonial-item .testimonial-box {
1109
  padding: $grid-module-padding;
1110
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
@@ -1216,19 +1157,14 @@ html.jkit-nav-menu-loaded body {
1216
  font-size: 40px;
1217
  }
1218
  .testimonials-track {
1219
- padding: 25px 0px;
1220
  .testimonial-item .testimonial-box {
1221
  padding: $grid-module-padding;
1222
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
1223
  border-radius: $border-radius-default;
1224
  position: relative;
1225
  .comment-header {
1226
- display: -webkit-box;
1227
- display: -ms-flexbox;
1228
- display: flex;
1229
- -webkit-box-align: start;
1230
- -ms-flex-align: start;
1231
- align-items: flex-start;
1232
  -webkit-box-pack: justify;
1233
  -ms-flex-pack: justify;
1234
  justify-content: space-between;
@@ -1246,19 +1182,13 @@ html.jkit-nav-menu-loaded body {
1246
  }
1247
  }
1248
  .comment-bio {
1249
- display: -webkit-box;
1250
- display: -ms-flexbox;
1251
- display: flex;
1252
  -webkit-box-pack: justify;
1253
  -ms-flex-pack: justify;
1254
  justify-content: space-between;
1255
  .bio-details {
1256
- -webkit-box-align: center;
1257
- -ms-flex-align: center;
1258
- align-items: center;
1259
- display: -webkit-box;
1260
- display: -ms-flexbox;
1261
- display: flex;
1262
  -webkit-box-pack: justify;
1263
  -ms-flex-pack: justify;
1264
  justify-content: space-between;
@@ -1313,7 +1243,6 @@ html.jkit-nav-menu-loaded body {
1313
  top: 0;
1314
  }
1315
  .testimonials-track {
1316
- padding: 25px 0px;
1317
  .testimonial-item .testimonial-box {
1318
  padding: $grid-module-padding;
1319
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
@@ -1384,7 +1313,6 @@ html.jkit-nav-menu-loaded body {
1384
  top: 0;
1385
  }
1386
  .testimonials-track {
1387
- padding: 25px 0px;
1388
  .testimonial-item .testimonial-box {
1389
  padding: $grid-module-padding;
1390
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
@@ -1487,9 +1415,7 @@ html.jkit-nav-menu-loaded body {
1487
  font-weight: 700;
1488
  padding: 14px 30px;
1489
  border: 1px solid transparent;
1490
- -webkit-box-align: center;
1491
- -ms-flex-align: center;
1492
- align-items: center;
1493
  position: relative;
1494
  .number:before {
1495
  counter-increment: jkitNumber;
@@ -1625,9 +1551,7 @@ html.jkit-nav-menu-loaded body {
1625
  @include transition(false, false, .5s all ease);
1626
  @include displayflex();
1627
  background: var(--jkit-element-darken-bg-color);
1628
- -webkit-box-align: center;
1629
- -ms-flex-align: center;
1630
- align-items: center;
1631
  position: absolute;
1632
  left: 0;
1633
  top: 0;
@@ -1665,9 +1589,6 @@ html.jkit-nav-menu-loaded body {
1665
  outline: none;
1666
  text-align: center;
1667
  position: relative;
1668
- i {
1669
- margin-left: 10px;
1670
- }
1671
  }
1672
  ul.search-filter-controls {
1673
  position: absolute;
@@ -1677,9 +1598,7 @@ html.jkit-nav-menu-loaded body {
1677
  width: 150px;
1678
  visibility: hidden;
1679
  opacity: 0;
1680
- -webkit-transition: 300ms;
1681
- -o-transition: 300ms;
1682
- transition: 300ms;
1683
  width: 100%;
1684
  border-radius: 5px;
1685
  padding-top: 7px;
@@ -1692,9 +1611,7 @@ html.jkit-nav-menu-loaded body {
1692
  li {
1693
  padding: 5px 5px 5px 10px;
1694
  cursor: pointer;
1695
- -webkit-transition: 300ms;
1696
- -o-transition: 300ms;
1697
- transition: 300ms;
1698
  font-size: 14px;
1699
  color: #7f8995;
1700
  font-weight: normal;
@@ -1728,13 +1645,11 @@ html.jkit-nav-menu-loaded body {
1728
  }
1729
  .filter-controls {
1730
  @include displayflex();
 
1731
  -webkit-box-orient: vertical;
1732
  -webkit-box-direction: normal;
1733
  -ms-flex-flow: 1 1 auto;
1734
  flex-flow: 1 1 auto;
1735
- -webkit-box-align: center;
1736
- -ms-flex-align: center;
1737
- align-items: center;
1738
  -webkit-box-pack: center;
1739
  -ms-flex-pack: center;
1740
  justify-content: center;
@@ -1802,6 +1717,7 @@ html.jkit-nav-menu-loaded body {
1802
  .thumbnail-wrap {
1803
  height: 300px;
1804
  overflow: hidden;
 
1805
  img {
1806
  width: 100%;
1807
  height: 100%;
@@ -1909,9 +1825,7 @@ html.jkit-nav-menu-loaded body {
1909
  opacity: 0;
1910
  @include transition(false, false, .6s all ease);
1911
  @include displayflex();
1912
- -webkit-box-align: center;
1913
- -ms-flex-align: center;
1914
- align-items: center;
1915
  position: absolute;
1916
  left: 0;
1917
  top: 0;
@@ -2026,12 +1940,7 @@ html.jkit-nav-menu-loaded body {
2026
  text-align: center;
2027
  white-space: nowrap;
2028
  vertical-align: middle;
2029
- -webkit-user-select: none;
2030
- -moz-user-select: none;
2031
- -ms-user-select: none;
2032
- user-select: none;
2033
  border-radius: 0;
2034
- @include transition(false, false, all .5s ease);
2035
  padding: 12px 72px;
2036
  font-size: .9375rem;
2037
  background-color: var(--jkit-btn-bg-color);
@@ -2039,6 +1948,8 @@ html.jkit-nav-menu-loaded body {
2039
  color: #fff;
2040
  cursor: pointer;
2041
  margin-bottom: 20px;
 
 
2042
  &:hover {
2043
  background-color: var(--jkit-btn-bg-hover-color);
2044
  }
@@ -2059,7 +1970,7 @@ html.jkit-nav-menu-loaded body {
2059
  visibility: hidden;
2060
  @include transform(false, translate3d(0, -15px, 0));
2061
  @include transition(false, false, .25s ease);
2062
- &.fa {
2063
  margin-right: 2px;
2064
  opacity: 0.6;
2065
  }
@@ -2115,10 +2026,8 @@ html.jkit-nav-menu-loaded body {
2115
  }
2116
  .jkit-post-meta-bottom {
2117
  @include displayflex();
 
2118
  font-size: .75rem;
2119
- -webkit-box-align: center;
2120
- -ms-flex-align: center;
2121
- align-items: center;
2122
  -webkit-box-pack: justify;
2123
  -ms-flex-pack: justify;
2124
  justify-content: space-between;
@@ -2129,15 +2038,12 @@ html.jkit-nav-menu-loaded body {
2129
  color: var(--jkit-btn-txt-color, #ffffff);
2130
  text-align: center;
2131
  vertical-align: middle;
2132
- -webkit-user-select: none;
2133
- -moz-user-select: none;
2134
- -ms-user-select: none;
2135
- user-select: none;
2136
  background-color: var(--jkit-btn-bg-color, #0058E6);
2137
  border: 1px solid transparent;
2138
  padding: .5rem .875rem;
2139
  line-height: 1.5;
2140
  border-radius: 3px;
 
2141
  @include transition(false, false, .2s ease);
2142
  }
2143
  .jkit-meta-comment a {
@@ -2145,8 +2051,9 @@ html.jkit-nav-menu-loaded body {
2145
  }
2146
  .jkit-block-pagination {
2147
  margin: 0 0 30px 0;
 
2148
  .jkit-block-loadmore {
2149
- display: block;
2150
  text-align: center;
2151
  cursor: pointer;
2152
  border: 1px solid var(--jkit-border-color, #eaeaeb);
@@ -2156,8 +2063,10 @@ html.jkit-nav-menu-loaded body {
2156
  line-height: 1.5;
2157
  border-radius: 3px;
2158
  @include transition(false, false, .25s ease);
 
2159
  a {
2160
- color: var(--jkit-txt-color, #575A5F);
 
2161
  }
2162
  }
2163
  }
@@ -2199,9 +2108,7 @@ html.jkit-nav-menu-loaded body {
2199
  &.postblock-type-1 {
2200
  .jkit-post {
2201
  @include displayflex();
2202
- -webkit-box-align: center;
2203
- -ms-flex-align: center;
2204
- align-items: center;
2205
  }
2206
  .jkit-thumb {
2207
  -webkit-box-flex: 1;
@@ -2298,105 +2205,1016 @@ html.jkit-nav-menu-loaded body {
2298
  }
2299
  }
2300
  }
2301
- &.jkit-pagination-loadmore.loaded,
2302
- &.jkit-pagination-scrollload.loaded {
2303
- .jkit-ajax-loaded {
2304
- -webkit-animation-duration: .4s;
2305
- animation-duration: .4s;
2306
- -webkit-animation-fill-mode: both;
2307
- animation-fill-mode: both;
2308
- -webkit-animation-name: jkit-fadeinup;
2309
- animation-name: jkit-fadeinup;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2310
  }
2311
- .anim-1 {
2312
- -webkit-animation-delay: .05s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2313
  }
2314
- .anim-2 {
2315
- -webkit-animation-delay: .15s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2316
  }
2317
- .anim-3 {
2318
- -webkit-animation-delay: .25s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2319
  }
2320
- .anim-4 {
2321
- -webkit-animation-delay: .35s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2322
  }
2323
- .anim-5 {
2324
- -webkit-animation-delay: .45s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2325
  }
2326
- .anim-6 {
2327
- -webkit-animation-delay: .55s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2328
  }
2329
- .anim-7 {
2330
- -webkit-animation-delay: .65s
 
 
 
 
 
 
 
2331
  }
2332
- .anim-8 {
2333
- -webkit-animation-delay: .75s
 
 
 
2334
  }
2335
- .anim-9 {
2336
- -webkit-animation-delay: .85s
 
2337
  }
2338
- .anim-10 {
2339
- -webkit-animation-delay: .95s
 
 
 
 
 
 
 
 
2340
  }
2341
- .anim-11 {
2342
- -webkit-animation-delay: 1.05s
 
 
 
 
 
 
2343
  }
2344
- .anim-12 {
2345
- -webkit-animation-delay: 1.15s
 
 
 
 
 
 
 
 
 
 
2346
  }
2347
- .anim-13 {
2348
- -webkit-animation-delay: 1.25s
 
 
 
 
 
 
 
 
 
2349
  }
2350
- .anim-14 {
2351
- -webkit-animation-delay: 1.35s
 
2352
  }
2353
- .anim-15 {
2354
- -webkit-animation-delay: 1.45s
 
 
 
2355
  }
2356
- .anim-16 {
2357
- -webkit-animation-delay: 1.55s
 
2358
  }
2359
- .anim-17 {
2360
- -webkit-animation-delay: 1.65s
2361
  }
2362
- .anim-18 {
2363
- -webkit-animation-delay: 1.75s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2364
  }
2365
- .anim-19 {
2366
- -webkit-animation-delay: 1.85s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2367
  }
2368
- .anim-20 {
2369
- -webkit-animation-delay: 1.95s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2370
  }
2371
- .anim-21 {
2372
- -webkit-animation-delay: 2.05s
 
 
 
 
 
 
 
 
 
 
 
 
 
2373
  }
2374
- .anim-22 {
2375
- -webkit-animation-delay: 2.15s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2376
  }
2377
- .anim-23 {
2378
- -webkit-animation-delay: 2.25s
 
 
 
 
 
 
 
 
 
 
 
 
2379
  }
2380
- .anim-24 {
2381
- -webkit-animation-delay: 2.35s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2382
  }
2383
- .anim-25 {
2384
- -webkit-animation-delay: 2.45s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2385
  }
2386
- .anim-26 {
2387
- -webkit-animation-delay: 2.55s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2388
  }
2389
- .anim-27 {
2390
- -webkit-animation-delay: 2.65s
 
 
 
 
2391
  }
2392
- .anim-28 {
2393
- -webkit-animation-delay: 2.75s
 
 
 
 
 
 
2394
  }
2395
- .anim-29 {
2396
- -webkit-animation-delay: 2.85s
 
 
 
 
 
 
 
2397
  }
2398
- .anim-30 {
2399
- -webkit-animation-delay: 2.95s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2400
  }
2401
  }
2402
  }
8
  overflow-y: visible;
9
  }
10
 
11
+ .jkit-equal-height-enable {
12
+ .jeg-elementor-kit {
13
+ &.jkit-image-box {
14
+ display: flex;
15
+ flex-direction: column;
16
+ .image-box-body {
17
+ flex: 1;
18
+ }
19
+ }
20
  }
21
+ }
22
+
23
+ .jeg-elementor-kit {
24
  .hover-from-left,
25
  .hover-from-right,
26
  .hover-from-top,
31
  content: "";
32
  height: 100%;
33
  width: 100%;
 
34
  background-size: 101% 101%;
35
+ @include transition(false, false, all .6s ease);
36
  }
37
  }
38
  .hover-from-left,
86
  opacity: 100%;
87
  }
88
  }
89
+ &.jkit-pagination-loadmore.loaded,
90
+ &.jkit-pagination-scrollload.loaded {
91
+ .jkit-ajax-loaded {
92
+ -webkit-animation-duration: .4s;
93
+ animation-duration: .4s;
94
+ -webkit-animation-fill-mode: both;
95
+ animation-fill-mode: both;
96
+ -webkit-animation-name: jkit-fadeinup;
97
+ animation-name: jkit-fadeinup;
98
  }
99
+ .anim-1 {
100
+ -webkit-animation-delay: .05s
 
 
 
 
101
  }
102
+ .anim-2 {
103
+ -webkit-animation-delay: .15s
 
 
 
 
 
104
  }
105
+ .anim-3 {
106
+ -webkit-animation-delay: .25s
 
 
 
 
 
 
 
 
 
 
 
107
  }
108
+ .anim-4 {
109
+ -webkit-animation-delay: .35s
 
 
 
 
 
 
 
 
 
 
 
110
  }
111
+ .anim-5 {
112
+ -webkit-animation-delay: .45s
 
 
 
 
113
  }
114
+ .anim-6 {
115
+ -webkit-animation-delay: .55s
 
 
 
 
116
  }
117
+ .anim-7 {
118
+ -webkit-animation-delay: .65s
 
 
 
 
119
  }
120
+ .anim-8 {
121
+ -webkit-animation-delay: .75s
 
 
 
 
122
  }
123
+ .anim-9 {
124
+ -webkit-animation-delay: .85s
 
 
 
 
125
  }
126
+ .anim-10 {
127
+ -webkit-animation-delay: .95s
 
 
 
 
128
  }
129
+ .anim-11 {
130
+ -webkit-animation-delay: 1.05s
 
 
 
131
  }
132
+ .anim-12 {
133
+ -webkit-animation-delay: 1.15s
 
 
 
134
  }
135
+ .anim-13 {
136
+ -webkit-animation-delay: 1.25s
 
 
 
 
 
137
  }
138
+ .anim-14 {
139
+ -webkit-animation-delay: 1.35s
 
 
 
 
 
140
  }
141
+ .anim-15 {
142
+ -webkit-animation-delay: 1.45s
 
 
 
143
  }
144
+ .anim-16 {
145
+ -webkit-animation-delay: 1.55s
 
 
 
 
 
 
 
 
 
146
  }
147
+ .anim-17 {
148
+ -webkit-animation-delay: 1.65s
 
 
 
 
 
 
 
 
 
149
  }
150
+ .anim-18 {
151
+ -webkit-animation-delay: 1.75s
 
 
 
 
152
  }
153
+ .anim-19 {
154
+ -webkit-animation-delay: 1.85s
 
 
 
 
 
 
 
 
 
 
155
  }
156
+ .anim-20 {
157
+ -webkit-animation-delay: 1.95s
 
 
 
 
 
 
 
 
 
 
158
  }
159
+ .anim-21 {
160
+ -webkit-animation-delay: 2.05s
 
 
 
 
161
  }
162
+ .anim-22 {
163
+ -webkit-animation-delay: 2.15s
164
+ }
165
+ .anim-23 {
166
+ -webkit-animation-delay: 2.25s
167
+ }
168
+ .anim-24 {
169
+ -webkit-animation-delay: 2.35s
170
+ }
171
+ .anim-25 {
172
+ -webkit-animation-delay: 2.45s
173
+ }
174
+ .anim-26 {
175
+ -webkit-animation-delay: 2.55s
176
+ }
177
+ .anim-27 {
178
+ -webkit-animation-delay: 2.65s
179
+ }
180
+ .anim-28 {
181
+ -webkit-animation-delay: 2.75s
182
+ }
183
+ .anim-29 {
184
+ -webkit-animation-delay: 2.85s
185
+ }
186
+ .anim-30 {
187
+ -webkit-animation-delay: 2.95s
188
  }
189
  }
190
+ .border-bottom {
191
+ position: absolute;
192
+ z-index: 3;
193
+ left: -101%;
194
+ bottom: 0;
195
+ height: 5px;
196
+ width: 100%;
197
+ background-color: var(--jkit-selection-bg-color);
198
+ &.left {
199
+ @include animation(false, slide-from-left-reverse 0.5s forwards);
200
+ }
201
+ &.right {
202
+ @include animation(false, slide-from-right-reverse 0.5s forwards);
203
  }
204
  }
205
+ &:hover {
206
+ .border-bottom.left {
207
+ @include animation(false, slide-from-left 0.5s forwards);
208
+ }
209
+ .border-bottom.right {
210
+ @include animation(false, slide-from-right 0.5s forwards);
 
 
 
 
 
211
  }
212
  }
213
+ button {
214
+ &:active,
 
 
 
 
215
  &:hover {
216
+ background: none;
217
+ border: none;
218
+ }
219
+ &:focus {
220
+ outline: none;
221
  }
222
  }
223
  &.jkit-nav-menu {
298
  top: 100%;
299
  left: 0;
300
  max-height: none;
301
+ margin: 0px;
302
  }
303
  &:hover>.sub-menu {
304
  opacity: 1;
336
  background-repeat: no-repeat;
337
  background-size: cover;
338
  background-position: center center;
339
+ >a {
340
+ text-decoration: none;
341
+ }
342
  .icon-box-link {
343
  color: unset;
344
  }
352
  }
353
  &.icon-position-left {
354
  @include displayflex();
355
+ @include alignitemsstart();
356
+ .icon-box.icon-box-header {
 
 
357
  margin-right: 15px;
358
  }
359
  }
363
  -webkit-box-direction: reverse;
364
  -ms-flex-direction: row-reverse;
365
  flex-direction: row-reverse;
366
+ .icon-box.icon-box-header {
367
  margin-left: 15px;
368
  }
369
  }
370
  .icon-box {
371
+ &.icon-box-header {
372
  position: relative;
373
  z-index: 2;
374
  .icon {
375
  display: inline-block;
376
  margin-bottom: 13px;
377
  color: var(--jkit-txt-color);
378
+ @include transition(false, false, all .4s ease);
379
  i {
380
  font-size: 40px;
381
  }
382
  }
383
  }
384
+ &.icon-box-body {
385
  position: relative;
386
  z-index: 2;
387
  .title {
389
  color: var(--jkit-txt-color);
390
  font-size: 23px;
391
  }
392
+ .icon-box-button {
393
  position: relative;
394
  z-index: 2;
395
  .btn-wrapper {
404
  position: relative;
405
  display: inline-block;
406
  line-height: 1;
 
 
 
 
407
  white-space: nowrap;
408
  vertical-align: middle;
409
  text-align: center;
410
  background-color: var(--jkit-btn-bg-color);
411
+ @include userselect('none');
412
  @include transition(false, false, all .4s ease);
413
  &:hover {
414
  background-color: var(--jkit-btn-bg-hover-color);
415
  }
416
  }
417
  }
418
+ &.hover .btn-wrapper .icon-box-link {
419
+ opacity: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  }
421
  }
422
+ .icon-box-description {
423
  color: var(--jkit-txt-color);
424
  }
425
  }
426
  }
427
  &:hover {
428
+ .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link {
429
  opacity: 100;
430
  }
431
  .hover-watermark {
444
  font-size: 100px;
445
  }
446
  }
447
+ .icon-box-badge {
448
  position: absolute;
449
  line-height: 1;
450
  z-index: 2;
504
  @include transition(false, false, all .6s ease);
505
  background-size: 101% 101%;
506
  }
 
 
 
 
 
 
 
 
507
  .fun-fact-inner {
508
  position: relative;
509
  z-index: 2;
535
  }
536
  }
537
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
538
  }
539
  &.jkit-progress-bar {
540
  .progress-group {
807
  }
808
  }
809
  &.jkit-client-logo {
810
+ position: relative;
811
+ display: inline-block;
812
+ overflow: hidden;
813
+ width: 100%;
814
+ .client-track {
815
+ .image-list {
816
+ @include displayflex();
817
+ @include alignitemscenter();
818
+ -webkit-box-pack: justify;
819
+ -ms-flex-pack: justify;
820
+ justify-content: center;
821
+ overflow: hidden;
822
+ &:hover .content-image .hover-image {
823
+ opacity: 1;
824
+ @include transition(false, false, opacity .25s ease-in-out .0s);
825
+ }
826
+ }
827
  .content-image {
828
  position: relative;
829
+ line-height: 0;
830
+ width: 100%;
831
+ .main-image {
832
+ height: auto;
833
+ width: 100%;
834
+ }
835
  .hover-image {
836
  position: absolute;
837
  left: 0px;
838
+ top: 50%;
839
+ @include transform(false, translateY(-50%));
840
  opacity: 0;
841
+ height: auto;
842
  width: 100%;
 
 
 
 
843
  }
844
  }
845
+ .client-slider.hover-enable:hover .content-image .main-image {
846
+ opacity: 0;
847
+ visibility: hidden;
848
+ @include transition(false, false, all 0.25s ease);
849
+ }
850
  }
851
  .client-track:not(.tns-slider) .client-slider {
852
  margin-right: 10px;
 
 
 
853
  }
854
  .tns-nav {
855
  text-align: center;
866
  }
867
  }
868
  }
869
+ .tns-horizontal.tns-subpixel>.tns-item {
870
+ vertical-align: middle;
871
+ }
872
  .tns-controls button {
873
  color: var(--jkit-txt-color);
874
  border: 0px;
875
  background: none;
876
+ i {
877
+ @include transition(false, false, all .4s ease);
 
 
878
  }
879
  }
880
  &.arrow-bottom-middle {
884
  button[data-controls="next"] {
885
  color: var(--jkit-txt-color);
886
  display: inline-block;
887
+ margin: 0;
888
+ padding: 0;
889
  }
890
  }
891
  }
915
  }
916
  }
917
  }
918
+ &.arrow-top-right {
919
+ .tns-controls {
920
+ text-align: right;
921
+ button[data-controls="prev"],
922
+ button[data-controls="next"] {
923
+ color: var(--jkit-txt-color);
924
+ display: inline-block;
925
+ margin: 0;
926
+ padding: 0;
927
+ }
928
+ }
929
+ }
930
+ &.arrow-top-left {
931
+ .tns-controls {
932
+ text-align: left;
933
+ button[data-controls="prev"],
934
+ button[data-controls="next"] {
935
+ color: var(--jkit-txt-color);
936
+ display: inline-block;
937
+ margin: 0;
938
+ padding: 0;
939
+ }
940
+ }
941
+ }
942
  }
943
  &.jkit-testimonials {
944
  .testimonials-track {
972
  color: var(--jkit-txt-color);
973
  border: 0px;
974
  background: none;
975
+ i {
976
+ @include transition(false, false, all .25s ease);
 
 
977
  }
978
  }
979
  &.arrow-bottom-middle {
983
  button[data-controls="next"] {
984
  color: var(--jkit-txt-color);
985
  display: inline-block;
986
+ margin: 0;
987
+ padding: 0;
988
  }
989
  }
990
  }
1014
  }
1015
  }
1016
  }
1017
+ &.arrow-top-right {
1018
+ .tns-controls {
1019
+ text-align: right;
1020
+ button[data-controls="prev"],
1021
+ button[data-controls="next"] {
1022
+ color: var(--jkit-txt-color);
1023
+ display: inline-block;
1024
+ margin: 0;
1025
+ padding: 0;
1026
+ }
1027
+ }
1028
+ }
1029
+ &.arrow-top-left {
1030
+ .tns-controls {
1031
+ text-align: left;
1032
+ button[data-controls="prev"],
1033
+ button[data-controls="next"] {
1034
+ color: var(--jkit-txt-color);
1035
+ display: inline-block;
1036
+ margin: 0;
1037
+ padding: 0;
1038
+ }
1039
+ }
1040
+ }
1041
  &.style-1 {
1042
  &.quote-override .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .icon-content {
1043
  position: absolute;
1046
  font-size: 40px;
1047
  }
1048
  .testimonials-track {
 
1049
  .testimonial-item .testimonial-box {
1050
  padding: $grid-module-padding;
1051
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
1157
  font-size: 40px;
1158
  }
1159
  .testimonials-track {
 
1160
  .testimonial-item .testimonial-box {
1161
  padding: $grid-module-padding;
1162
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
1163
  border-radius: $border-radius-default;
1164
  position: relative;
1165
  .comment-header {
1166
+ @include displayflex();
1167
+ @include alignitemscenter();
 
 
 
 
1168
  -webkit-box-pack: justify;
1169
  -ms-flex-pack: justify;
1170
  justify-content: space-between;
1182
  }
1183
  }
1184
  .comment-bio {
1185
+ @include displayflex();
 
 
1186
  -webkit-box-pack: justify;
1187
  -ms-flex-pack: justify;
1188
  justify-content: space-between;
1189
  .bio-details {
1190
+ @include alignitemscenter();
1191
+ @include displayflex();
 
 
 
 
1192
  -webkit-box-pack: justify;
1193
  -ms-flex-pack: justify;
1194
  justify-content: space-between;
1243
  top: 0;
1244
  }
1245
  .testimonials-track {
 
1246
  .testimonial-item .testimonial-box {
1247
  padding: $grid-module-padding;
1248
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
1313
  top: 0;
1314
  }
1315
  .testimonials-track {
 
1316
  .testimonial-item .testimonial-box {
1317
  padding: $grid-module-padding;
1318
  box-shadow: 0px 3px 15px 0px $blockpopular-shadow-color1;
1415
  font-weight: 700;
1416
  padding: 14px 30px;
1417
  border: 1px solid transparent;
1418
+ @include alignitemscenter();
 
 
1419
  position: relative;
1420
  .number:before {
1421
  counter-increment: jkitNumber;
1551
  @include transition(false, false, .5s all ease);
1552
  @include displayflex();
1553
  background: var(--jkit-element-darken-bg-color);
1554
+ @include alignitemscenter();
 
 
1555
  position: absolute;
1556
  left: 0;
1557
  top: 0;
1589
  outline: none;
1590
  text-align: center;
1591
  position: relative;
 
 
 
1592
  }
1593
  ul.search-filter-controls {
1594
  position: absolute;
1598
  width: 150px;
1599
  visibility: hidden;
1600
  opacity: 0;
1601
+ @include transition(false, false, 300ms);
 
 
1602
  width: 100%;
1603
  border-radius: 5px;
1604
  padding-top: 7px;
1611
  li {
1612
  padding: 5px 5px 5px 10px;
1613
  cursor: pointer;
1614
+ @include transition(false, false, 300ms);
 
 
1615
  font-size: 14px;
1616
  color: #7f8995;
1617
  font-weight: normal;
1645
  }
1646
  .filter-controls {
1647
  @include displayflex();
1648
+ @include alignitemscenter();
1649
  -webkit-box-orient: vertical;
1650
  -webkit-box-direction: normal;
1651
  -ms-flex-flow: 1 1 auto;
1652
  flex-flow: 1 1 auto;
 
 
 
1653
  -webkit-box-pack: center;
1654
  -ms-flex-pack: center;
1655
  justify-content: center;
1717
  .thumbnail-wrap {
1718
  height: 300px;
1719
  overflow: hidden;
1720
+ line-height: 0;
1721
  img {
1722
  width: 100%;
1723
  height: 100%;
1825
  opacity: 0;
1826
  @include transition(false, false, .6s all ease);
1827
  @include displayflex();
1828
+ @include alignitemscenter();
 
 
1829
  position: absolute;
1830
  left: 0;
1831
  top: 0;
1940
  text-align: center;
1941
  white-space: nowrap;
1942
  vertical-align: middle;
 
 
 
 
1943
  border-radius: 0;
 
1944
  padding: 12px 72px;
1945
  font-size: .9375rem;
1946
  background-color: var(--jkit-btn-bg-color);
1948
  color: #fff;
1949
  cursor: pointer;
1950
  margin-bottom: 20px;
1951
+ @include userselect('none');
1952
+ @include transition(false, false, all .5s ease);
1953
  &:hover {
1954
  background-color: var(--jkit-btn-bg-hover-color);
1955
  }
1970
  visibility: hidden;
1971
  @include transform(false, translate3d(0, -15px, 0));
1972
  @include transition(false, false, .25s ease);
1973
+ i {
1974
  margin-right: 2px;
1975
  opacity: 0.6;
1976
  }
2026
  }
2027
  .jkit-post-meta-bottom {
2028
  @include displayflex();
2029
+ @include alignitemscenter();
2030
  font-size: .75rem;
 
 
 
2031
  -webkit-box-pack: justify;
2032
  -ms-flex-pack: justify;
2033
  justify-content: space-between;
2038
  color: var(--jkit-btn-txt-color, #ffffff);
2039
  text-align: center;
2040
  vertical-align: middle;
 
 
 
 
2041
  background-color: var(--jkit-btn-bg-color, #0058E6);
2042
  border: 1px solid transparent;
2043
  padding: .5rem .875rem;
2044
  line-height: 1.5;
2045
  border-radius: 3px;
2046
+ @include userselect('none');
2047
  @include transition(false, false, .2s ease);
2048
  }
2049
  .jkit-meta-comment a {
2051
  }
2052
  .jkit-block-pagination {
2053
  margin: 0 0 30px 0;
2054
+ text-align: center;
2055
  .jkit-block-loadmore {
2056
+ display: inline-block;
2057
  text-align: center;
2058
  cursor: pointer;
2059
  border: 1px solid var(--jkit-border-color, #eaeaeb);
2063
  line-height: 1.5;
2064
  border-radius: 3px;
2065
  @include transition(false, false, .25s ease);
2066
+ color: var(--jkit-txt-color);
2067
  a {
2068
+ display: inline-block;
2069
+ color: var(--jkit-txt-color);
2070
  }
2071
  }
2072
  }
2108
  &.postblock-type-1 {
2109
  .jkit-post {
2110
  @include displayflex();
2111
+ @include alignitemscenter();
 
 
2112
  }
2113
  .jkit-thumb {
2114
  -webkit-box-flex: 1;
2205
  }
2206
  }
2207
  }
2208
+ &.jkit-team {
2209
+ text-align: center;
2210
+ &.style-default,
2211
+ &.style-hover-social {
2212
+ .profile-card {
2213
+ background-color: var(--jkit-bg-color);
2214
+ box-shadow: 0 28px 40px 0 var(--jkit-form-border-color);
2215
+ padding: 40px 20px;
2216
+ @include transition(false, false, all .4s ease);
2217
+ position: relative;
2218
+ overflow: hidden;
2219
+ .profile-header {
2220
+ margin-bottom: 38px;
2221
+ position: relative;
2222
+ display: inline-block;
2223
+ max-width: 100%;
2224
+ line-height: 0;
2225
+ img {
2226
+ object-fit: cover;
2227
+ width: 160px;
2228
+ height: 160px;
2229
+ }
2230
+ }
2231
+ &:before {
2232
+ position: absolute;
2233
+ content: "";
2234
+ top: 0;
2235
+ left: 0;
2236
+ height: 100%;
2237
+ width: 100%;
2238
+ opacity: 0;
2239
+ @include transition(false, false, all .4s ease);
2240
+ z-index: -1;
2241
+ background-size: 101% 102%;
2242
+ -webkit-backface-visibility: hidden;
2243
+ backface-visibility: hidden;
2244
+ }
2245
+ }
2246
  }
2247
+ &.style-hover-social {
2248
+ .profile-body {
2249
+ padding: 35px 20px;
2250
+ position: relative;
2251
+ @include transition(false, false, all 0.4s ease);
2252
+ &:before {
2253
+ position: absolute;
2254
+ content: "";
2255
+ top: 0;
2256
+ left: 0;
2257
+ height: 100%;
2258
+ width: 100%;
2259
+ background-color: var(--jkit-element-lighten-bg-color);
2260
+ opacity: 0;
2261
+ @include transition(false, false, all 0.4s ease);
2262
+ z-index: -1;
2263
+ background-size: 101% 102%;
2264
+ -webkit-backface-visibility: hidden;
2265
+ backface-visibility: hidden;
2266
+ }
2267
+ }
2268
+ .social-list {
2269
+ @include transition(false, false, all 0.4s ease);
2270
+ visibility: hidden;
2271
+ opacity: 0;
2272
+ }
2273
+ &:hover {
2274
+ .profile-body {
2275
+ @include transform(false, translateY(-50px));
2276
+ &:before {
2277
+ opacity: 1;
2278
+ }
2279
+ }
2280
+ .social-list {
2281
+ visibility: visible;
2282
+ opacity: 1;
2283
+ }
2284
+ }
2285
  }
2286
+ &.style-overlay {
2287
+ &.overlay-scale {
2288
+ .profile-card {
2289
+ &:before {
2290
+ top: 0;
2291
+ }
2292
+ &:hover:before {
2293
+ @include transform(false, scale(0.9));
2294
+ }
2295
+ }
2296
+ }
2297
+ .profile-card {
2298
+ position: relative;
2299
+ overflow: hidden;
2300
+ display: inline-block;
2301
+ >img {
2302
+ width: 100%;
2303
+ height: auto;
2304
+ object-fit: cover;
2305
+ display: block;
2306
+ }
2307
+ .hover-area {
2308
+ position: absolute;
2309
+ z-index: 2;
2310
+ width: 100%;
2311
+ opacity: 0;
2312
+ visibility: hidden;
2313
+ @include transition(false, false, all .4s ease);
2314
+ &.alignment-center {
2315
+ top: 50%;
2316
+ @include transform(false, translateY(-20%));
2317
+ }
2318
+ &.alignment-bottom {
2319
+ bottom: 0;
2320
+ @include transform(false, translateY(30%));
2321
+ }
2322
+ }
2323
+ &:before {
2324
+ position: absolute;
2325
+ content: "";
2326
+ top: 100%;
2327
+ left: 0;
2328
+ height: 100%;
2329
+ width: 100%;
2330
+ background-color: rgba(0, 0, 0, .7);
2331
+ @include transition(false, false, all .4s ease);
2332
+ z-index: 1;
2333
+ -webkit-backface-visibility: hidden;
2334
+ backface-visibility: hidden;
2335
+ opacity: 0;
2336
+ visibility: hidden;
2337
+ }
2338
+ &:hover:before {
2339
+ top: 0;
2340
+ opacity: 1;
2341
+ visibility: visible;
2342
+ }
2343
+ &:hover .hover-area {
2344
+ opacity: 1;
2345
+ visibility: visible;
2346
+ &.alignment-center {
2347
+ @include transform(false, translateY(-50%));
2348
+ }
2349
+ &.alignment-bottom {
2350
+ @include transform(false, translateY(0));
2351
+ }
2352
+ }
2353
+ .profile-title {
2354
+ color: var(--jkit-bg-color);
2355
+ a {
2356
+ color: var(--jkit-bg-color);
2357
+ }
2358
+ }
2359
+ }
2360
  }
2361
+ .profile-box .profile-card {
2362
+ padding: 20px 20px 40px;
2363
+ z-index: 1;
2364
+ .profile-header {
2365
+ width: auto;
2366
+ height: 100%;
2367
+ border-radius: 0;
2368
+ position: relative;
2369
+ >a {
2370
+ display: inline-block;
2371
+ position: relative;
2372
+ }
2373
+ .image-hover-bg {
2374
+ position: absolute;
2375
+ top: 0;
2376
+ left: 0;
2377
+ width: 100%;
2378
+ height: 100%;
2379
+ background-color: rgba(0, 0, 0, .5);
2380
+ @include transition(false, false, all .4s ease);
2381
+ opacity: 0;
2382
+ visibility: hidden;
2383
+ z-index: 0;
2384
+ }
2385
+ &:hover .image-hover-bg {
2386
+ opacity: 1;
2387
+ visibility: visible;
2388
+ }
2389
+ }
2390
  }
2391
+ .profile-body {
2392
+ padding-bottom: 20px;
2393
+ .profile-title {
2394
+ font-size: 22px;
2395
+ margin: 0;
2396
+ color: var(--jkit-txt-h-color);
2397
+ a {
2398
+ color: var(--jkit-txt-h-color);
2399
+ text-decoration: none;
2400
+ }
2401
+ }
2402
+ .profile-designation {
2403
+ font-size: 13px;
2404
+ @include transition(false, false, all .4s ease);
2405
+ margin-bottom: 15px;
2406
+ }
2407
  }
2408
+ .social-list {
2409
+ list-style: none;
2410
+ padding: 0px;
2411
+ margin: 0px;
2412
+ .social-icon {
2413
+ display: inline-block;
2414
+ &:not(:last-child) {
2415
+ margin-right: 10px;
2416
+ }
2417
+ a {
2418
+ display: inline-block;
2419
+ width: 30px;
2420
+ height: 30px;
2421
+ font-size: 12px;
2422
+ line-height: 32px;
2423
+ text-align: center;
2424
+ color: var(--jkit-btn-txt-color);
2425
+ background-color: var(--jkit-element-bg-color);
2426
+ border-radius: 50%;
2427
+ }
2428
+ i:before {
2429
+ display: inline-block;
2430
+ }
2431
+ &:hover i:before {
2432
+ -webkit-animation-duration: .3s;
2433
+ animation-duration: .3s;
2434
+ -webkit-animation-name: jkit-scrolling-vertical;
2435
+ animation-name: jkit-scrolling-vertical;
2436
+ }
2437
+ }
2438
  }
2439
+ .jkit-modal-dialog {
2440
+ @include displayflex();
2441
+ @include alignitemscenter();
2442
+ min-height: calc(100% - (0.5rem * 2));
2443
+ .team-modal-content {
2444
+ position: relative;
2445
+ box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
2446
+ background-color: var(--jkit-bg-color);
2447
+ border: 0;
2448
+ border-radius: 0;
2449
+ }
2450
+ .team-modal-close {
2451
+ position: absolute;
2452
+ top: 10px;
2453
+ right: 10px;
2454
+ width: 40px;
2455
+ height: 40px;
2456
+ padding: 0;
2457
+ color: var(--jkit-txt-color);
2458
+ background-color: transparent;
2459
+ border-width: 0;
2460
+ border-radius: 0;
2461
+ font-size: 18px;
2462
+ line-height: 1;
2463
+ outline: 0;
2464
+ z-index: 1200;
2465
+ }
2466
+ .team-modal-body {
2467
+ padding: 60px 40px;
2468
+ flex-wrap: wrap;
2469
+ @include displayflex();
2470
+ }
2471
+ .team-modal-img {
2472
+ width: 100%;
2473
+ margin-bottom: 30px;
2474
+ }
2475
+ .team-modal-info {
2476
+ width: 100%;
2477
+ }
2478
+ .team-modal-title {
2479
+ margin-top: 0;
2480
+ margin-bottom: 8px;
2481
+ color: var(--jkit-txt-h-color);
2482
+ font-size: 22px;
2483
+ }
2484
+ .team-modal-position {
2485
+ margin-bottom: 35px;
2486
+ color: var(--jkit-txt-color);
2487
+ font-size: 13px;
2488
+ }
2489
+ .team-modal-description {
2490
+ margin-bottom: 22px;
2491
+ }
2492
+ .team-modal-list {
2493
+ margin: 0px;
2494
+ margin-bottom: 25px;
2495
+ padding-left: 0;
2496
+ list-style: none;
2497
+ color: var(--jkit-txt-color);
2498
+ font-size: 15px;
2499
+ a {
2500
+ text-decoration: none;
2501
+ outline: 0;
2502
+ color: var(--jkit-txt-color);
2503
+ }
2504
+ li {
2505
+ padding: 19px 0;
2506
+ border-top: 1px solid var(--jkit-border-color);
2507
+ }
2508
+ strong {
2509
+ font-weight: 600;
2510
+ padding-right: 18px;
2511
+ }
2512
+ }
2513
  }
2514
+ }
2515
+ &.jkit-pie-chart {
2516
+ text-align: center;
2517
+ position: relative;
2518
+ overflow: hidden;
2519
+ canvas {
2520
+ display: inline-block;
2521
+ position: relative;
2522
+ z-index: 2;
2523
  }
2524
+ canvas.background-canvas {
2525
+ position: absolute;
2526
+ top: 0;
2527
+ left: 0;
2528
+ z-index: 1;
2529
  }
2530
+ .pie-chart-wrapper {
2531
+ position: relative;
2532
+ display: inline-block;
2533
  }
2534
+ .pie-chart-content {
2535
+ display: inline-block;
2536
+ position: absolute;
2537
+ top: 50%;
2538
+ @include transform(false, translateY(-50%));
2539
+ width: 100%;
2540
+ text-align: center;
2541
+ font-size: 28px;
2542
+ font-weight: 700;
2543
+ line-height: 1;
2544
  }
2545
+ .chart-front,
2546
+ .content-back {
2547
+ @include transition(false, false, all .4s ease);
2548
+ @include displayflex();
2549
+ flex-direction: column;
2550
+ justify-content: center;
2551
+ -webkit-backface-visibility: hidden;
2552
+ backface-visibility: hidden;
2553
  }
2554
+ .content-back {
2555
+ position: absolute;
2556
+ top: 0;
2557
+ left: 0;
2558
+ height: 100%;
2559
+ width: 100%;
2560
+ padding: 15px 50px;
2561
+ @include transform(false, translateY(100%));
2562
+ opacity: 0;
2563
+ visibility: hidden;
2564
+ overflow: hidden;
2565
+ background: var(--jkit-element-bg-color);
2566
  }
2567
+ &:hover {
2568
+ .chart-front {
2569
+ @include transform(false, translateY(100%));
2570
+ opacity: 0;
2571
+ visibility: hidden;
2572
+ }
2573
+ .content-back {
2574
+ @include transform(false, translateY(0));
2575
+ opacity: 1;
2576
+ visibility: visible;
2577
+ }
2578
  }
2579
+ .chart-float {
2580
+ @include displayflex();
2581
+ justify-content: center;
2582
  }
2583
+ }
2584
+ &.jkit-portfolio-gallery {
2585
+ .portfolio-gallery-container {
2586
+ position: relative;
2587
+ overflow: hidden;
2588
  }
2589
+ .row-items {
2590
+ @include displayflex();
2591
+ flex-wrap: wrap;
2592
  }
2593
+ .gallery-items {
2594
+ @include displayflex();
2595
  }
2596
+ .row-item {
2597
+ height: 90vh;
2598
+ padding: 0;
2599
+ position: relative;
2600
+ z-index: 2;
2601
+ border-right: 1px solid rgba(255, 255, 255, 0.3);
2602
+ @include transition(false, false, all .4s ease);
2603
+ -ms-flex: 0 0 20%;
2604
+ flex: 0 0 20%;
2605
+ max-width: 20%;
2606
+ &:hover {
2607
+ .row-item-info:after {
2608
+ height: 100%;
2609
+ }
2610
+ .row-item-more {
2611
+ @include transform(false, translateY(0));
2612
+ opacity: 1;
2613
+ }
2614
+ }
2615
+ &.current-item:before {
2616
+ position: absolute;
2617
+ content: "";
2618
+ top: 0;
2619
+ left: 0;
2620
+ height: 100%;
2621
+ width: 100%;
2622
+ z-index: 1;
2623
+ background: rgba(0, 0, 0, .1);
2624
+ }
2625
  }
2626
+ .row-item-info {
2627
+ padding: 40px 10px 40px 20px;
2628
+ position: relative;
2629
+ z-index: 2;
2630
+ @include transition(false, false, all .4s);
2631
+ overflow: hidden;
2632
+ .info-title {
2633
+ font-size: 21px;
2634
+ }
2635
+ .info-subtitle {
2636
+ font-size: 11px;
2637
+ font-weight: 400;
2638
+ letter-spacing: 4px;
2639
+ text-transform: uppercase;
2640
+ margin-bottom: 10px;
2641
+ }
2642
+ &:after {
2643
+ content: '';
2644
+ position: absolute;
2645
+ top: 0;
2646
+ left: 0;
2647
+ width: 100%;
2648
+ height: 0;
2649
+ background: #fff;
2650
+ z-index: -1;
2651
+ @include transition(false, false, all .4s);
2652
+ }
2653
  }
2654
+ .row-item-more {
2655
+ position: absolute;
2656
+ bottom: 0;
2657
+ right: 0;
2658
+ color: #fff;
2659
+ margin: 25px;
2660
+ font-size: 13px;
2661
+ letter-spacing: 1px;
2662
+ text-transform: uppercase;
2663
+ opacity: 0;
2664
+ @include transform(false, translateY(20%));
2665
+ @include transition(false, false, all .4s ease);
2666
+ z-index: 2;
2667
+ a {
2668
+ text-decoration: none;
2669
+ }
2670
  }
2671
+ .image-item {
2672
+ position: absolute;
2673
+ top: 0;
2674
+ left: 0;
2675
+ width: 100%;
2676
+ height: 100%;
2677
+ opacity: 0;
2678
+ @include transform(false, scale(1.1, 1.1));
2679
+ @include transition(false, false, all .7s ease);
2680
+ background-size: cover;
2681
+ background-position: center center;
2682
+ &.current-item {
2683
+ @include transform(false, scale(1, 1));
2684
+ opacity: 1;
2685
+ }
2686
  }
2687
+ }
2688
+ &.jkit-image-box {
2689
+ @include transition(false, false, all .4s ease);
2690
+ text-align: center;
2691
+ .image-box-header {
2692
+ @include transition(false, false, all .4s ease);
2693
+ position: relative;
2694
+ overflow: hidden;
2695
+ line-height: 0;
2696
+ img {
2697
+ @include transition(false, false, all .4s ease);
2698
+ -webkit-backface-visibility: hidden;
2699
+ backface-visibility: hidden;
2700
+ width: 100%;
2701
+ height: auto;
2702
+ margin: 0;
2703
+ object-fit: cover;
2704
+ }
2705
  }
2706
+ .image-box-body {
2707
+ .body-inner {
2708
+ padding: 30px 35px;
2709
+ position: relative;
2710
+ overflow: hidden;
2711
+ background: var(--jkit-bg-color);
2712
+ @include boxshadow(0 0 20px 0 rgba(0, 0, 0, 0.25));
2713
+ }
2714
+ .body-title {
2715
+ font-size: 18px;
2716
+ margin-bottom: 20px;
2717
+ color: var(--jkit-txt-h-color);
2718
+ font-weight: 700;
2719
+ }
2720
  }
2721
+ .button-box {
2722
+ .button-wrapper {
2723
+ display: inline-block;
2724
+ a {
2725
+ border-radius: 5px;
2726
+ font-size: 15px;
2727
+ padding: 15px 30px;
2728
+ color: #fff;
2729
+ position: relative;
2730
+ line-height: 1;
2731
+ white-space: nowrap;
2732
+ vertical-align: middle;
2733
+ text-align: center;
2734
+ background-color: var(--jkit-btn-bg-color);
2735
+ @include transition(false, false, all .4s ease);
2736
+ @include userselect('none');
2737
+ @include displayflex();
2738
+ @include alignitemscenter();
2739
+ &:hover {
2740
+ background-color: var(--jkit-btn-bg-hover-color);
2741
+ }
2742
+ }
2743
+ }
2744
+ &.icon-position-before i {
2745
+ margin-right: 5px;
2746
+ }
2747
+ &.icon-position-after i {
2748
+ margin-left: 5px;
2749
+ }
2750
  }
2751
+ &.style-floating {
2752
+ .image-box-body .body-inner {
2753
+ background-color: #fff;
2754
+ @include boxshadow(0 2px 4px rgba(0, 0, 0, 0.08));
2755
+ @include transition(false, false, all .4s ease);
2756
+ width: 90%;
2757
+ height: 90px;
2758
+ position: relative;
2759
+ margin-left: auto;
2760
+ margin-right: auto;
2761
+ margin-top: -50px;
2762
+ .body-description,
2763
+ .body-button {
2764
+ @include transition(false, false, all .4s ease);
2765
+ opacity: 0;
2766
+ visibility: hidden;
2767
+ }
2768
+ }
2769
+ &:hover {
2770
+ .image-box-body .body-inner {
2771
+ height: 220px;
2772
+ .body-description,
2773
+ .body-button {
2774
+ opacity: 1;
2775
+ visibility: visible;
2776
+ }
2777
+ }
2778
+ }
2779
  }
2780
+ }
2781
+ &.jkit-animated-text {
2782
+ @include transition(false, false, all .3s ease);
2783
+ a {
2784
+ text-decoration: none;
2785
+ color: var(--jkit-txt-h-color);
2786
+ }
2787
+ .animated-text {
2788
+ padding: 0;
2789
+ margin: 0;
2790
+ font-size: 43px;
2791
+ font-weight: 500;
2792
+ line-height: 1.2;
2793
+ display: inline-block;
2794
+ .normal-text {
2795
+ z-index: 1;
2796
+ position: relative;
2797
+ vertical-align: bottom;
2798
+ &.style-gradient {
2799
+ background: var(--jkit-element-darken-bg-color);
2800
+ background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);
2801
+ -moz-text-fill-color: transparent;
2802
+ -o-text-fill-color: transparent;
2803
+ -webkit-text-fill-color: transparent;
2804
+ background-clip: text;
2805
+ -webkit-background-clip: text;
2806
+ }
2807
+ }
2808
+ .dynamic-wrapper {
2809
+ overflow: visible;
2810
+ text-align: inherit;
2811
+ display: inline-block;
2812
+ position: relative;
2813
+ vertical-align: bottom;
2814
+ &.style-gradient {
2815
+ .dynamic-text {
2816
+ background: var(--jkit-element-darken-bg-color);
2817
+ background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);
2818
+ -moz-text-fill-color: transparent;
2819
+ -o-text-fill-color: transparent;
2820
+ -webkit-text-fill-color: transparent;
2821
+ background-clip: text;
2822
+ -webkit-background-clip: text;
2823
+ .dynamic-text-letter {
2824
+ background: var(--jkit-element-darken-bg-color);
2825
+ background: linear-gradient(180deg, var(--jkit-element-lighten-bg-color) 0%, var(--jkit-element-darken-bg-color) 100%);
2826
+ -moz-text-fill-color: transparent;
2827
+ -o-text-fill-color: transparent;
2828
+ -webkit-text-fill-color: transparent;
2829
+ background-clip: text;
2830
+ -webkit-background-clip: text;
2831
+ }
2832
+ }
2833
+ }
2834
+ }
2835
+ .dynamic-text {
2836
+ display: inline-block;
2837
+ position: relative;
2838
+ top: 0;
2839
+ left: 0;
2840
+ z-index: 1;
2841
+ }
2842
+ svg {
2843
+ position: absolute;
2844
+ left: 0;
2845
+ overflow: visible;
2846
+ path {
2847
+ fill: none;
2848
+ stroke-dasharray: 1500;
2849
+ @include animation(false, jkit-animated-dash 10s infinite);
2850
+ &.style-color {
2851
+ stroke: var(--jkit-element-bg-color);
2852
+ }
2853
+ }
2854
+ path:nth-of-type(2) {
2855
+ @include animation(delay, .3s);
2856
+ }
2857
+ linearGradient {
2858
+ stop:nth-of-type(1) {
2859
+ stop-color: var(--jkit-element-lighten-bg-color);
2860
+ }
2861
+ stop:nth-of-type(2) {
2862
+ stop-color: var(--jkit-element-darken-bg-color);
2863
+ }
2864
+ }
2865
+ }
2866
  }
2867
+ &[data-shape="strikethrough"] {
2868
+ .animated-text svg {
2869
+ top: 50%;
2870
+ width: 100%;
2871
+ height: 100%;
2872
+ }
2873
  }
2874
+ &[data-shape="double"],
2875
+ &[data-shape="diagonal"],
2876
+ &[data-shape="x"] {
2877
+ .animated-text svg {
2878
+ top: 0;
2879
+ width: 100%;
2880
+ height: 100%;
2881
+ }
2882
  }
2883
+ &[data-shape="curly"],
2884
+ &[data-shape="underline-zigzag"],
2885
+ &[data-shape="double-underline"],
2886
+ &[data-shape="underline"] {
2887
+ .animated-text svg {
2888
+ top: 90%;
2889
+ width: 100%;
2890
+ height: 100%;
2891
+ }
2892
  }
2893
+ &[data-shape="circle"] {
2894
+ .animated-text svg {
2895
+ top: 0;
2896
+ width: calc(100% + 20px);
2897
+ height: calc(100% + 20px);
2898
+ @include transform(false, translate(-10px, -10px));
2899
+ }
2900
+ }
2901
+ &[data-style="rotating"] {
2902
+ .animated-text .dynamic-text {
2903
+ &:not(.show-text) {
2904
+ visibility: hidden;
2905
+ opacity: 0;
2906
+ display: none;
2907
+ }
2908
+ }
2909
+ &[data-rotate="typing"] {
2910
+ .animated-text {
2911
+ .dynamic-wrapper {
2912
+ &:after {
2913
+ content: "";
2914
+ position: absolute;
2915
+ left: auto;
2916
+ right: 0;
2917
+ top: 50%;
2918
+ @include transform(false, translateY(-50%));
2919
+ height: 90%;
2920
+ width: 1px;
2921
+ background-color: var(--jkit-txt-color);
2922
+ }
2923
+ &.cursor-blink:after {
2924
+ @include animation(false, jkit-animated-pulse 1s infinite);
2925
+ }
2926
+ &.typing-delete {
2927
+ background: var(--jkit-txt-h-color);
2928
+ &.style-gradient .dynamic-text {
2929
+ color: var(--jkit-txt-m-color);
2930
+ background: none;
2931
+ background-clip: border-box;
2932
+ -webkit-background-clip: border-box;
2933
+ -moz-text-fill-color: unset;
2934
+ -o-text-fill-color: unset;
2935
+ -webkit-text-fill-color: unset;
2936
+ .dynamic-text-letter {
2937
+ background: none;
2938
+ background-clip: border-box;
2939
+ -webkit-background-clip: border-box;
2940
+ -webkit-background-clip: border-box;
2941
+ -moz-text-fill-color: unset;
2942
+ -o-text-fill-color: unset;
2943
+ -webkit-text-fill-color: unset;
2944
+ }
2945
+ }
2946
+ .dynamic-text .dynamic-text-letter {
2947
+ color: var(--jkit-txt-m-color);
2948
+ }
2949
+ }
2950
+ }
2951
+ .dynamic-text-letter {
2952
+ &:not(.show-letter) {
2953
+ display: none;
2954
+ }
2955
+ }
2956
+ }
2957
+ }
2958
+ &[data-rotate="swirl"] {
2959
+ .animated-text {
2960
+ .dynamic-wrapper {
2961
+ @include transition(false, false, width .3s ease);
2962
+ overflow: hidden;
2963
+ }
2964
+ .dynamic-text-letter {
2965
+ display: inline-block;
2966
+ @include transform(style, preserve-3d);
2967
+ @include transform(false, translateZ(-20px) rotateX(90deg));
2968
+ -webkit-backface-visibility: hidden;
2969
+ backface-visibility: hidden;
2970
+ &.show-letter {
2971
+ @include animation(false, jkit-animated-swirl-in .4s forwards);
2972
+ }
2973
+ }
2974
+ }
2975
+ }
2976
+ &[data-rotate="blinds"] {
2977
+ @include transition(false, false, width .3s ease);
2978
+ .animated-text .dynamic-text-letter {
2979
+ @include transform(false, rotateY(180deg));
2980
+ display: inline-block;
2981
+ -webkit-backface-visibility: hidden;
2982
+ backface-visibility: hidden;
2983
+ &.show-letter {
2984
+ @include animation(false, jkit-animated-blinds-in .6s forwards);
2985
+ }
2986
+ }
2987
+ }
2988
+ &[data-rotate="wave"] {
2989
+ @include transition(false, false, width .3s ease);
2990
+ .animated-text .dynamic-text-letter {
2991
+ @include transform(false, scale(0));
2992
+ display: inline-block;
2993
+ -webkit-backface-visibility: hidden;
2994
+ backface-visibility: hidden;
2995
+ &.show-letter {
2996
+ @include animation(false, jkit-animated-wave-up .3s forwards);
2997
+ }
2998
+ }
2999
+ }
3000
+ &[data-rotate="flip"] {
3001
+ .animated-text {
3002
+ .dynamic-wrapper {
3003
+ @include transition(false, false, width .3s ease);
3004
+ overflow: hidden;
3005
+ }
3006
+ .dynamic-text {
3007
+ @include transform(origin, 50% 100%);
3008
+ @include transform(false, rotateX(180deg));
3009
+ position: relative;
3010
+ &.show-text {
3011
+ position: relative;
3012
+ white-space: nowrap;
3013
+ @include transform(false, rotateX(0deg));
3014
+ @include animation(false, jkit-animated-flip-in 1.2s);
3015
+ }
3016
+ &:not(.show-text) {
3017
+ display: inline-block;
3018
+ position: absolute;
3019
+ visibility: visible;
3020
+ @include transform(false, rotateX(180deg));
3021
+ @include animation(false, jkit-animated-flip-out 1.2s);
3022
+ }
3023
+ }
3024
+ }
3025
+ }
3026
+ &[data-rotate="drop-in"] {
3027
+ .animated-text {
3028
+ .dynamic-wrapper {
3029
+ @include transition(false, false, width .3s ease);
3030
+ -webkit-perspective: 300px;
3031
+ perspective: 300px;
3032
+ overflow: hidden;
3033
+ }
3034
+ .dynamic-text {
3035
+ position: relative;
3036
+ &.show-text {
3037
+ position: relative;
3038
+ white-space: nowrap;
3039
+ @include animation(false, jkit-animated-drop-in-in 0.6s);
3040
+ }
3041
+ &:not(.show-text) {
3042
+ display: inline-block;
3043
+ position: absolute;
3044
+ visibility: visible;
3045
+ @include animation(false, jkit-animated-drop-in-out 0.6s);
3046
+ }
3047
+ }
3048
+ }
3049
+ }
3050
+ &[data-rotate="slide-left"] {
3051
+ .animated-text {
3052
+ .dynamic-wrapper {
3053
+ @include transition(false, false, width .3s ease);
3054
+ overflow: hidden;
3055
+ }
3056
+ .dynamic-text {
3057
+ &.show-text {
3058
+ position: relative;
3059
+ white-space: nowrap;
3060
+ @include animation(false, jkit-animated-slide-left-in .6s);
3061
+ }
3062
+ &:not(.show-text) {
3063
+ display: inline-block;
3064
+ position: absolute;
3065
+ visibility: visible;
3066
+ @include animation(false, jkit-animated-slide-left-out .6s);
3067
+ }
3068
+ }
3069
+ }
3070
+ }
3071
+ &[data-rotate="slide-right"] {
3072
+ .animated-text {
3073
+ .dynamic-wrapper {
3074
+ @include transition(false, false, width .3s ease);
3075
+ overflow: hidden;
3076
+ }
3077
+ .dynamic-text {
3078
+ &.show-text {
3079
+ position: relative;
3080
+ white-space: nowrap;
3081
+ @include animation(false, jkit-animated-slide-right-in .6s);
3082
+ }
3083
+ &:not(.show-text) {
3084
+ display: inline-block;
3085
+ position: absolute;
3086
+ visibility: visible;
3087
+ @include animation(false, jkit-animated-slide-right-out .6s);
3088
+ }
3089
+ }
3090
+ }
3091
+ }
3092
+ &[data-rotate="slide-up"] {
3093
+ .animated-text {
3094
+ .dynamic-wrapper {
3095
+ @include transition(false, false, width .3s ease);
3096
+ overflow: hidden;
3097
+ }
3098
+ .dynamic-text {
3099
+ &.show-text {
3100
+ position: relative;
3101
+ white-space: nowrap;
3102
+ @include animation(false, jkit-animated-slide-up-in .6s);
3103
+ }
3104
+ &:not(.show-text) {
3105
+ display: inline-block;
3106
+ position: absolute;
3107
+ visibility: visible;
3108
+ @include animation(false, jkit-animated-slide-up-out .6s);
3109
+ }
3110
+ }
3111
+ }
3112
+ }
3113
+ &[data-rotate="slide-down"] {
3114
+ .animated-text {
3115
+ .dynamic-wrapper {
3116
+ @include transition(false, false, width .3s ease);
3117
+ overflow: hidden;
3118
+ }
3119
+ .dynamic-text {
3120
+ &.show-text {
3121
+ position: relative;
3122
+ white-space: nowrap;
3123
+ @include animation(false, jkit-animated-slide-down-in .6s);
3124
+ }
3125
+ &:not(.show-text) {
3126
+ display: inline-block;
3127
+ position: absolute;
3128
+ visibility: visible;
3129
+ @include animation(false, jkit-animated-slide-down-out .6s);
3130
+ }
3131
+ }
3132
+ }
3133
+ }
3134
+ &[data-rotate="bounce"] {
3135
+ .animated-text {
3136
+ .dynamic-wrapper {
3137
+ @include transition(false, false, width .3s ease);
3138
+ overflow: hidden;
3139
+ }
3140
+ .dynamic-text {
3141
+ &.show-text {
3142
+ position: relative;
3143
+ white-space: nowrap;
3144
+ @include animation(false, jkit-animated-bounce-in .6s);
3145
+ }
3146
+ &:not(.show-text) {
3147
+ display: inline-block;
3148
+ position: absolute;
3149
+ visibility: visible;
3150
+ @include animation(false, jkit-animated-bounce-out .6s);
3151
+ }
3152
+ }
3153
+ }
3154
+ }
3155
+ &[data-rotate="swing"] {
3156
+ .animated-text {
3157
+ .dynamic-wrapper {
3158
+ @include transition(false, false, width .3s ease);
3159
+ overflow: hidden;
3160
+ }
3161
+ .dynamic-text {
3162
+ &.show-text {
3163
+ position: relative;
3164
+ white-space: nowrap;
3165
+ @include animation(false, jkit-animated-swing-in .6s);
3166
+ }
3167
+ &:not(.show-text) {
3168
+ display: inline-block;
3169
+ position: absolute;
3170
+ visibility: visible;
3171
+ @include animation(false, jkit-animated-swing-out .6s);
3172
+ }
3173
+ }
3174
+ }
3175
+ }
3176
+ &[data-rotate="rubber-band"] {
3177
+ .animated-text {
3178
+ .dynamic-wrapper {
3179
+ @include transition(false, false, width .3s ease);
3180
+ overflow: hidden;
3181
+ }
3182
+ .dynamic-text {
3183
+ &.show-text {
3184
+ position: relative;
3185
+ white-space: nowrap;
3186
+ @include animation(false, jkit-animated-rubber-band-in .6s);
3187
+ }
3188
+ &:not(.show-text) {
3189
+ display: inline-block;
3190
+ position: absolute;
3191
+ visibility: visible;
3192
+ @include animation(false, jkit-animated-rubber-band-out .6s);
3193
+ }
3194
+ }
3195
+ }
3196
+ }
3197
+ &[data-rotate="clip"] {
3198
+ .animated-text {
3199
+ .dynamic-wrapper {
3200
+ overflow: hidden;
3201
+ text-align: left;
3202
+ &:after {
3203
+ content: "";
3204
+ position: absolute;
3205
+ left: auto;
3206
+ right: 0;
3207
+ top: 0;
3208
+ height: 100%;
3209
+ width: 2px;
3210
+ background-color: var(--jkit-txt-color);
3211
+ }
3212
+ }
3213
+ .dynamic-text.show-text {
3214
+ white-space: nowrap;
3215
+ }
3216
+ }
3217
+ }
3218
  }
3219
  }
3220
  }
assets/dev/scss/responsive.scss CHANGED
@@ -1172,4 +1172,30 @@
1172
  }
1173
  }
1174
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1175
  }
1172
  }
1173
  }
1174
  }
1175
+ &.jkit-team {
1176
+ .jkit-modal-dialog {
1177
+ @media (min-width: 481px) {
1178
+ .team-modal-img {
1179
+ flex: 0 0 33.333333%;
1180
+ max-width: 33.333333%;
1181
+ margin-bottom: 0;
1182
+ }
1183
+ .team-modal-info.has-img {
1184
+ flex: 0 0 66.666667%;
1185
+ max-width: 66.666667%;
1186
+ padding-left: 30px;
1187
+ }
1188
+ }
1189
+ @media (min-width: 576px) {
1190
+ max-width: 500px;
1191
+ margin: 1.75rem auto;
1192
+ min-height: calc(100% - (1.75rem * 2));
1193
+ }
1194
+ @media (min-width: 992px) {
1195
+ .team-modal-info.has-img {
1196
+ padding-left: 50px;
1197
+ }
1198
+ }
1199
+ }
1200
+ }
1201
  }
assets/fonts/font-awesome/font-awesome.css DELETED
@@ -1,4 +0,0 @@
1
- /*!
2
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 
 
assets/fonts/font-awesome/fonts/FontAwesome.otf DELETED
Binary file
assets/fonts/font-awesome/fonts/fontawesome-webfont.eot DELETED
Binary file
assets/fonts/font-awesome/fonts/fontawesome-webfont.svg DELETED
@@ -1,2671 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg>
4
- <metadata>
5
- Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
6
- By ,,,
7
- Copyright Dave Gandy 2016. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="FontAwesome" horiz-adv-x="1536" >
11
- <font-face
12
- font-family="FontAwesome"
13
- font-weight="400"
14
- font-stretch="normal"
15
- units-per-em="1792"
16
- panose-1="0 0 0 0 0 0 0 0 0 0"
17
- ascent="1536"
18
- descent="-256"
19
- bbox="-1.02083 -256.962 2304.6 1537.02"
20
- underline-thickness="0"
21
- underline-position="0"
22
- unicode-range="U+0020-F500"
23
- />
24
- <missing-glyph horiz-adv-x="896"
25
- d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
26
- <glyph glyph-name=".notdef" horiz-adv-x="896"
27
- d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
28
- <glyph glyph-name=".null" horiz-adv-x="0"
29
- />
30
- <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
31
- />
32
- <glyph glyph-name="space" unicode=" " horiz-adv-x="448"
33
- />
34
- <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792"
35
- />
36
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792"
37
- />
38
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792"
39
- />
40
- <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792"
41
- />
42
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792"
43
- />
44
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792"
45
- />
46
- <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792"
47
- />
48
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792"
49
- />
50
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792"
51
- />
52
- <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792"
53
- d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
54
- <glyph glyph-name="music" unicode="&#xf001;"
55
- d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
56
- t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
57
- <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664"
58
- d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
59
- t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
60
- <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792"
61
- d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
62
- t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
63
- M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
64
- <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792"
65
- d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
66
- q-18 -18 -44 -18z" />
67
- <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664"
68
- d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
69
- l502 -73q56 -9 56 -46z" />
70
- <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664"
71
- d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
72
- l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
73
- <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
74
- d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
75
- t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
76
- <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920"
77
- d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
78
- q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
79
- t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
80
- q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
81
- t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
82
- <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664"
83
- d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
84
- h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
85
- <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
86
- d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
87
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
88
- h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
89
- q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
90
- <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792"
91
- d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
92
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
93
- h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
94
- <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792"
95
- d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
96
- <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408"
97
- d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
98
- t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
99
- <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664"
100
- d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
101
- q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
102
- t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
103
- <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664"
104
- d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
105
- M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
106
- " />
107
- <glyph glyph-name="off" unicode="&#xf011;"
108
- d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
109
- t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
110
- <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
111
- d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
112
- v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
113
- <glyph glyph-name="cog" unicode="&#xf013;"
114
- d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
115
- q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
116
- l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
117
- q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
118
- <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408"
119
- d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
120
- q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
121
- q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
122
- <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664"
123
- d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
124
- l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
125
- <glyph glyph-name="file_alt" unicode="&#xf016;"
126
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
127
- " />
128
- <glyph glyph-name="time" unicode="&#xf017;"
129
- d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
130
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
131
- <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920"
132
- d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
133
- q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
134
- <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664"
135
- d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
136
- q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
137
- <glyph glyph-name="download" unicode="&#xf01a;"
138
- d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
139
- t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
140
- <glyph glyph-name="upload" unicode="&#xf01b;"
141
- d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
142
- t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
143
- <glyph glyph-name="inbox" unicode="&#xf01c;"
144
- d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
145
- q25 -61 25 -123z" />
146
- <glyph glyph-name="play_circle" unicode="&#xf01d;"
147
- d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
148
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
149
- <glyph glyph-name="repeat" unicode="&#xf01e;"
150
- d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
151
- l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
152
- <glyph glyph-name="refresh" unicode="&#xf021;"
153
- d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
154
- q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
155
- q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
156
- <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792"
157
- d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
158
- M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
159
- M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
160
- t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
161
- t47 -113z" />
162
- <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152"
163
- d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
164
- <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792"
165
- d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
166
- t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
167
- <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664"
168
- d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
169
- t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
170
- t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
171
- <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768"
172
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
173
- <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152"
174
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
175
- t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
176
- <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664"
177
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
178
- t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
179
- t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
180
- t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
181
- <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408"
182
- d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
183
- M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
184
- <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792"
185
- d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
186
- M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
187
- <glyph glyph-name="tag" unicode="&#xf02b;"
188
- d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
189
- l715 -714q37 -39 37 -91z" />
190
- <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920"
191
- d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
192
- l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
193
- <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664"
194
- d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
195
- q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
196
- q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
197
- t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
198
- <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280"
199
- d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
200
- <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664"
201
- d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
202
- v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
203
- <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
204
- d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
205
- q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
206
- <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664"
207
- d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
208
- q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
209
- q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
210
- <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408"
211
- d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
212
- q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
213
- t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
214
- t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
215
- <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024"
216
- d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
217
- q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
218
- <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792"
219
- d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
220
- t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
221
- q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
222
- q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
223
- <glyph glyph-name="text_width" unicode="&#xf035;"
224
- d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
225
- t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
226
- q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
227
- t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
228
- t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
229
- <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792"
230
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
231
- t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
232
- <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792"
233
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
234
- h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
235
- <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792"
236
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
237
- t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
238
- <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792"
239
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
240
- t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
241
- <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792"
242
- d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
243
- t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
244
- q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
245
- t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
246
- q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
247
- <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792"
248
- d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
249
- t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
250
- q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
251
- <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792"
252
- d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
253
- t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
254
- q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
255
- <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792"
256
- d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
257
- q39 -17 39 -59z" />
258
- <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920"
259
- d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
260
- q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
261
- <glyph glyph-name="pencil" unicode="&#xf040;"
262
- d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
263
- q53 0 91 -38l235 -234q37 -39 37 -91z" />
264
- <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024"
265
- d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
266
- <glyph glyph-name="adjust" unicode="&#xf042;"
267
- d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
268
- <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024"
269
- d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
270
- q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
271
- <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792"
272
- d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
273
- q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
274
- l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
275
- <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664"
276
- d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
277
- q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
278
- t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
279
- <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664"
280
- d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
281
- q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
282
- q24 -24 24 -57t-24 -57z" />
283
- <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792"
284
- d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
285
- t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
286
- <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024"
287
- d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
288
- <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792"
289
- d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
290
- q19 19 32 13t13 -32v-710q4 10 13 19z" />
291
- <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664"
292
- d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
293
- <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408"
294
- d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
295
- <glyph glyph-name="pause" unicode="&#xf04c;"
296
- d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
297
- <glyph glyph-name="stop" unicode="&#xf04d;"
298
- d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
299
- <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664"
300
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
301
- <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792"
302
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
303
- q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
304
- <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024"
305
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
306
- <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538"
307
- d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
308
- <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280"
309
- d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
310
- <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280"
311
- d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
312
- <glyph glyph-name="plus_sign" unicode="&#xf055;"
313
- d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
314
- t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
- <glyph glyph-name="minus_sign" unicode="&#xf056;"
316
- d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
317
- t103 -385.5z" />
318
- <glyph glyph-name="remove_sign" unicode="&#xf057;"
319
- d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
320
- q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
321
- <glyph glyph-name="ok_sign" unicode="&#xf058;"
322
- d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
323
- t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
324
- <glyph glyph-name="question_sign" unicode="&#xf059;"
325
- d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
326
- q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
327
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
328
- <glyph glyph-name="info_sign" unicode="&#xf05a;"
329
- d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
330
- t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
331
- <glyph glyph-name="screenshot" unicode="&#xf05b;"
332
- d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
333
- q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
334
- q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
335
- <glyph glyph-name="remove_circle" unicode="&#xf05c;"
336
- d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
337
- l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
338
- t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
339
- <glyph glyph-name="ok_circle" unicode="&#xf05d;"
340
- d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
341
- t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
342
- <glyph glyph-name="ban_circle" unicode="&#xf05e;"
343
- d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
344
- t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
345
- <glyph glyph-name="arrow_left" unicode="&#xf060;"
346
- d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
347
- t32.5 -90.5z" />
348
- <glyph glyph-name="arrow_right" unicode="&#xf061;"
349
- d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
350
- <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664"
351
- d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
352
- q37 -39 37 -91z" />
353
- <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664"
354
- d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
355
- <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792"
356
- d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
357
- t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
358
- <glyph glyph-name="resize_full" unicode="&#xf065;"
359
- d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
360
- q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
361
- <glyph glyph-name="resize_small" unicode="&#xf066;"
362
- d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
363
- t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
364
- <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408"
365
- d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
366
- <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408"
367
- d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
368
- <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664"
369
- d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
370
- q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
371
- <glyph glyph-name="exclamation_sign" unicode="&#xf06a;"
372
- d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
373
- q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
374
- <glyph glyph-name="gift" unicode="&#xf06b;"
375
- d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
376
- q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
377
- t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
378
- <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792"
379
- d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
380
- q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
381
- t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
382
- <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408"
383
- d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
384
- q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
385
- <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792"
386
- d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
387
- t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
388
- <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792"
389
- d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
390
- q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
391
- q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
392
- " />
393
- <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792"
394
- d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
395
- q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
396
- <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408"
397
- d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
398
- q6 0