/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- General Variables
03- General Styling
    03.1- Paddings
    03.2- Margins
    03.3- Overlap
    03.4- Default Colors
    03.5- Gradient Colors
    03.6- Background Shape
    03.7- Z Index
    03.8- Container
    03.9- Wide Sec
    03.10- Column Gap
    03.11- Fonts Typography
    03.12- Parallax Background
    03.13- Background Layer
    03.14- Opacity
    03.15- Iframe
    03.16- Width
    03.17- Cross Browser Compatibility
    03.18- Border Radius
    03.19- Particles
    03.20- Animations
    03.21- Slick Arrow
    03.22- Slick Dots
    03.23- Social Media
04- Page Loader Style
05- Header Styles
    05.1- Dropdown
    05.2- Header Search
    05.3- Header Style 1
    05.4- Header Style 2
    05.5- Header Style 3
06- Sticky Header
07- Responsive Header
    07.1- Responsive Menu
08- Theme Button
09- Featured Area Style 1
10- Find Therapist Style 1
11- Sec Title Style 2
    11.1- Ver 2
    11.2- Ver 3
12- Services Style 1
13- Sec Title Style 1
    13.1- Ver 2
14- Services Style 2
    14.1- Ver 2
15- Quote & Facts Style
16- Facts Style 1
17- Request Consultation Style
18- Team Style 1
19- Get In Time & Method Apply Style
20- Online Portal Style
21- Products Style
22- Testimonials & Stories Style
23- Blog Style 1
24- Sponsors List Style
25- Footer Style 1
26- Bottom Bar Style 1
27- Featured Area Style 2
28- Special Style 1
    28.1- Ver 2
    28.2- Ver 3
29- About Style 2
    29.1- Ver 3
30- Live Video Session Style
31- Facts Style 2
32- Services Style 3
33- Find Therapist Style 2
34- Stories Style 1
35- Blog Style 2
36- Get Time & Request Free Consultation Style
37- Footer Style 2
38- Bottom Bar Style 2
39- Featured Area Style 3
40- Services Style 4
41- Enroll Now Style
42- Banners Style
43- About Style 3
44- Procedure Style
45- Courses Style
46- Video & Impacts Style
47- Client Reviews Style
48- Side Title Style
49- Blog Style 3
50- Footer Style 3
51- Bottom Bar Style 3
52- Page Title Style
53- Pagination Style
54- Gallery Style
    54.1- Ver 2
    54.2- Ver 3
55- Appointment Style
56- Contact Style
57- 404 Error Style
58- Search Found Style
59- Sidebar Style
60- Post Detail Style
    60.1- Blog Detail Style
    60.2- Author Box Style
    60.3- Comments Style
    60.4- Comment Reply Style
    60.5- Course Detail Style
61- Team Detail Style
62- Product Detail Style
63- Input Checkbox Styling

===================================================== ***/

/*===== Google Fonts =====*/
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

/*===== General Variables =====*/
:root {
  --color1: #1f467f;
  --color2: #000000d9;
  --color3: #222222;
  --color4: #344ac1;
  --color5: #e9eef3;
  --color6: #f5faff;
  --color7: #f3f3f3;
  --color8: #102325;
  --color9: #000c0e;
  --color10: #02262a;
  --color11: #02bbce;
  --color12: #020521;
  --color13: #e9eff8;
  --color14: #5961a4;
  --color15: #333c8f;
  --color16: #122136;
  --color17: #00072e;
  --color18: #f85a3f;
  --color19: #29333d;
  --color20: #1d252d;
  --color21: #031227;
  --color22: #252525;
  --color23: #e8f0fc;
  --behance: #131418;
  --facebook: #3b5999;
  --twitter: #55acee;
  --linkedin: #0077b5;
  --skype: #00aff0;
  --vimeo: #1ab7ea;
  --yahoo: #410093;
  --instagram: #e4405f;
  --dribbble: #ea4c89;
  --flickr: #ff0084;
  --pinterest: #bd081c;
  --youtube: #cd201f;
  --reddit: #ff5700;
  --rss: #f26522;
  --whatsapp: #25d366;
  --medium: #02b875;
  --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
  --transition2: all 0.3s linear;
  --curve3: 3px;
  --curve5: 5px;
  --curve10: 10px;
  --curve20: 1.25rem;
  --Poppins: Poppins;
}
.bg-color1 {
  background-color: var(--color1);
}
.bg-color2 {
  background-color: var(--color2);
}
.bg-color3 {
  background-color: var(--color3);
}
.bg-color4 {
  background-color: var(--color4);
}
.bg-color5 {
  background-color: var(--color5);
}
.bg-color6 {
  background-color: var(--color6);
}
.bg-color7 {
  background-color: var(--color7);
}
.bg-color8 {
  background-color: var(--color8);
}
.bg-color9 {
  background-color: var(--color9);
}
.bg-color10 {
  background-color: var(--color10);
}
.bg-color11 {
  background-color: var(--color11);
}
.bg-color12 {
  background-color: var(--color12);
}
.bg-color13 {
  background-color: var(--color13);
}
.bg-color14 {
  background-color: var(--color14);
}
.bg-color15 {
  background-color: var(--color15);
}
.bg-color16 {
  background-color: var(--color16);
}
.bg-color17 {
  background-color: var(--color17);
}
.bg-color18 {
  background-color: var(--color18);
}
.bg-color19 {
  background-color: var(--color19);
}
.bg-color20 {
  background-color: var(--color20);
}
.bg-color21 {
  background-color: var(--color21);
}
.bg-color22 {
  background-color: var(--color22);
}
.bg-color23 {
  background-color: var(--color23);
}
.text-color1 {
  color: var(--color1);
}
.text-color2 {
  color: var(--color2);
}
.text-color3 {
  color: var(--color3);
}
.text-color4 {
  color: var(--color4);
}
.text-color5 {
  color: var(--color5);
}
.text-color6 {
  color: var(--color6);
}
.text-color7 {
  color: var(--color7);
}
.text-color8 {
  color: var(--color8);
}
.text-color9 {
  color: var(--color9);
}
.text-color10 {
  color: var(--color10);
}
.text-color11 {
  color: var(--color11);
}
.text-color12 {
  color: var(--color12);
}
.text-color13 {
  color: var(--color13);
}
.text-color14 {
  color: var(--color14);
}
.text-color15 {
  color: var(--color15);
}
.text-color16 {
  color: var(--color16);
}
.text-color17 {
  color: var(--color17);
}
.text-color18 {
  color: var(--color18);
}
.text-color19 {
  color: var(--color19);
}
.text-color20 {
  color: var(--color20);
}
.text-color21 {
  color: var(--color21);
}
.text-color22 {
  color: var(--color22);
}
.text-color23 {
  color: var(--color23);
}

strong {
  font-weight: 600;
}

/*===== General Styling =====*/
body,
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: var(--Poppins);
  font-display: swap;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--color2);
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color3);
  font-weight: 700;
}
p {
  color: var(--color2);
  line-height: 1.6rem;
  font-size: 1rem;
}
ul li,
ol li {
  color: var(--color2);
  line-height: 1.875rem;
  font-size: 1rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
ins {
  text-decoration: none;
  outline: none;
}
input,
textarea,
select,
button {
  border: 0;
}
button,
input[type="submit"],
.fileContainer,
input[type="file"] {
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus,
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  resize: none;
}
main,
section,
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  width: 100%;
}

/*=== Paddings ===*/
.pt-10 {
  padding-top: 0.625rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pt-20 {
  padding-top: 1.25rem;
}
.pb-20 {
  padding-bottom: 1.25rem;
}
.pt-30 {
  padding-top: 1.875rem;
}
.pb-30 {
  padding-bottom: 1.875rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pt-50 {
  padding-top: 3.125rem;
}
.pb-50 {
  padding-bottom: 3.125rem;
}
.pt-55 {
  padding-top: 3.4375rem;
}
.pb-55 {
  padding-bottom: 3.4375rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.pb-60 {
  padding-bottom: 3.75rem;
}
.pt-65 {
  padding-top: 4.0625rem;
}
.pb-65 {
  padding-bottom: 4.0625rem;
}
.pt-70 {
  padding-top: 4.375rem;
}
.pb-70 {
  padding-bottom: 4.375rem;
}
.px-70 {
  padding: 0 4.375rem;
}
.pt-75 {
  padding-top: 4.6875rem;
}
.pb-75 {
  padding-bottom: 4.6875rem;
}
.pt-80 {
  padding-top: 5rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pt-85 {
  padding-top: 5.3125rem;
}
.pb-85 {
  padding-bottom: 5.3125rem;
}
.pt-90 {
  padding-top: 5.625rem;
}
.pb-90 {
  padding-bottom: 5.625rem;
}
.pt-100 {
  padding-top: 6.25rem;
}
.pb-100 {
  padding-bottom: 6.25rem;
}
.pt-110 {
  padding-top: 6.875rem;
}
.pb-110 {
  padding-bottom: 6.875rem;
}
.pt-120 {
  padding-top: 7.5rem;
}
.pb-120 {
  padding-bottom: 7.5rem;
}
.pt-130 {
  padding-top: 8.125rem;
}
.pb-130 {
  padding-bottom: 8.125rem;
}
.pt-135 {
  padding-top: 8.4375rem;
}
.pb-135 {
  padding-bottom: 8.4375rem;
}
.pt-140 {
  padding-top: 8.75rem;
}
.pb-140 {
  padding-bottom: 8.75rem;
}
.pt-150 {
  padding-top: 9.375rem;
}
.pb-150 {
  padding-bottom: 9.375rem;
}
.pt-155 {
  padding-top: 9.6875rem;
}
.pb-155 {
  padding-bottom: 9.6875rem;
}
.pt-160 {
  padding-top: 10rem;
}
.pb-160 {
  padding-bottom: 10rem;
}
.pt-165 {
  padding-top: 10.3125rem;
}
.pb-165 {
  padding-bottom: 10.3125rem;
}
.pt-170 {
  padding-top: 10.625rem;
}
.pb-170 {
  padding-bottom: 10.625rem;
}
.pt-180 {
  padding-top: 11.25rem;
}
.pb-180 {
  padding-bottom: 11.25rem;
}
.pt-190 {
  padding-top: 11.875rem;
}
.pb-190 {
  padding-bottom: 11.875rem;
}
.pt-195 {
  padding-top: 12.1875rem;
}
.pb-195 {
  padding-bottom: 12.1875rem;
}
.pt-200 {
  padding-top: 12.5rem;
}
.pb-200 {
  padding-bottom: 12.5rem;
}
.pt-210 {
  padding-top: 13.125rem;
}
.pb-210 {
  padding-bottom: 13.125rem;
}
.pt-220 {
  padding-top: 13.75rem;
}
.pb-220 {
  padding-bottom: 13.75rem;
}
.pt-235 {
  padding-top: 14.6875rem;
}
.pb-235 {
  padding-bottom: 14.6875rem;
}
.pt-240 {
  padding-top: 15rem;
}
.pb-240 {
  padding-bottom: 15rem;
}
.pt-250 {
  padding-top: 15.625rem;
}
.pb-250 {
  padding-bottom: 15.625rem;
}
.pt-260 {
  padding-top: 16.25rem;
}
.pb-260 {
  padding-bottom: 16.25rem;
}
.pt-280 {
  padding-top: 17.5rem;
}
.pb-280 {
  padding-bottom: 17.5rem;
}
.pt-305 {
  padding-top: 19.0625rem;
}
.pb-305 {
  padding-bottom: 19.0625rem;
}
.pt-325 {
  padding-top: 20.3125rem;
}
.pb-325 {
  padding-bottom: 20.3125rem;
}
.pt-345 {
  padding-top: 21.5625rem;
}
.pb-345 {
  padding-bottom: 21.5625rem;
}
.pt-370 {
  padding-top: 23.125rem;
}
.pb-370 {
  padding-bottom: 23.125rem;
}
.pt-410 {
  padding-top: 25.625rem;
}
.pb-410 {
  padding-bottom: 25.625rem;
}

/*=== Margins ===*/
.mt-05 {
  margin-top: 5px;
}
.mb-05 {
  margin-bottom: 5px;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mt-15 {
  margin-top: 0.9375rem;
}
.mb-15 {
  margin-bottom: 0.9375rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mt-25 {
  margin-top: 1.5625rem;
}
.mb-25 {
  margin-bottom: 1.5625rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mt-35 {
  margin-top: 2.1875rem;
}
.mb-35 {
  margin-bottom: 2.1875rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mt-45 {
  margin-top: 2.8125rem;
}
.mb-45 {
  margin-bottom: 2.8125rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}
.mt-55 {
  margin-top: 3.4375rem;
}
.mb-55 {
  margin-bottom: 3.4375rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mt-65 {
  margin-top: 4.0625rem;
}
.mb-65 {
  margin-bottom: 4.0625rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mb-70 {
  margin-bottom: 4.375rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.mt-90 {
  margin-top: 5.625rem;
}
.mb-90 {
  margin-bottom: 5.625rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
.mt-110 {
  margin-top: 6.875rem;
}
.mb-110 {
  margin-bottom: 6.875rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mb-120 {
  margin-bottom: 7.5rem;
}

/*=== Overlap ===*/
.overlap35,
.overlap45,
.overlap65,
.overlap75,
.overlap85,
.overlap100,
.overlap110,
.overlap114,
.overlap120,
.overlap140,
.overlap155,
.overlap210,
.overlap225,
.overlap245,
.overlap340,
.overlap-35,
.overlap-45,
.overlap-60,
.overlap-65,
.overlap-85,
.overlap-90,
.overlap-105,
.overlap-100,
.overlap-110,
.overlap-114,
.overlap-120,
.overlap-145,
.overlap-170,
.overlap-210,
.overlap-225,
.overlap-340 {
  position: relative;
  z-index: 1;
}
.overlap-35 {
  margin-bottom: -2.1875rem;
}
.overlap-45 {
  margin-bottom: -2.8125rem;
}
.overlap-60 {
  margin-bottom: -3.75rem;
}
.overlap-65 {
  margin-bottom: -4.0625rem;
}
.overlap-85 {
  margin-bottom: -5.3125rem;
}
.overlap-90 {
  margin-bottom: -5.625rem;
}
.overlap-100 {
  margin-bottom: -6.25rem;
}
.overlap-105 {
  margin-bottom: -6.5625rem;
}
.overlap-110 {
  margin-bottom: -6.875rem;
}
.overlap-114 {
  margin-bottom: -7.125rem;
}
.overlap-120 {
  margin-bottom: -7.5rem;
}
.overlap-140 {
  margin-bottom: -8.75rem;
}
.overlap-150 {
  margin-bottom: -9.375rem;
}
.overlap-170 {
  margin-bottom: -10.625rem;
}
.overlap-180 {
  margin-bottom: -11.25rem;
}
.overlap-210 {
  margin-bottom: -13.125rem;
}
.overlap-225 {
  margin-bottom: -14.0625rem;
}
.overlap-340 {
  margin-bottom: -21.25rem;
}
.overlap35 {
  margin-top: -2.1875rem;
}
.overlap45 {
  margin-top: -2.8125rem;
}
.overlap65 {
  margin-top: -4.0625rem;
}
.overlap75 {
  margin-top: -4.6875rem;
}
.overlap85 {
  margin-top: -5.3125rem;
}
.overlap100 {
  margin-top: -6.25rem;
}
.overlap110 {
  margin-top: -6.875rem;
}
.overlap114 {
  margin-top: -7.125rem;
}
.overlap120 {
  margin-top: -7.5rem;
}
.overlap140 {
  margin-top: -8.75rem;
}
.overlap155 {
  margin-top: -9.6875rem;
}
.overlap180 {
  margin-top: -11.25rem;
}
.overlap170 {
  margin-top: -10.625rem;
}
.overlap210 {
  margin-top: -13.125rem;
}
.overlap225 {
  margin-top: -14.0625rem;
}
.overlap245 {
  margin-top: -15.3125rem;
}
.overlap340 {
  margin-top: -21.25rem;
}

/*=== Default Colors ===*/
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}

/*=== Gradient Colors ===*/
.grad-bg1,
.grad-layer1:before,
.filter-links > li a:hover,
.filter-links > li a:focus,
.filter-links > li.active a {
  background: -webkit-linear-gradient(
    211.42deg,
    #f85a3f 24.35%,
    #9e5f98 100.8%
  );
  background: -moz-linear-gradient(211.42deg, #f85a3f 24.35%, #9e5f98 100.8%);
  background: -ms-linear-gradient(211.42deg, #f85a3f 24.35%, #9e5f98 100.8%);
  background: -o-linear-gradient(211.42deg, #f85a3f 24.35%, #9e5f98 100.8%);
  background: linear-gradient(211.42deg, #f8b447 24.35%, #c8651c 100.8%);
  -webkit-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
}

.grad-bg2,
.grad-layer2:before {
  background: -webkit-linear-gradient(
    211.42deg,
    #44d2ff 24.35%,
    #9e5f98 100.8%
  );
  background: -moz-linear-gradient(211.42deg, #44d2ff 24.35%, #9e5f98 100.8%);
  background: -ms-linear-gradient(211.42deg, #44d2ff 24.35%, #9e5f98 100.8%);
  background: -o-linear-gradient(211.42deg, #44d2ff 24.35%, #9e5f98 100.8%);
  background: linear-gradient(211.42deg, #44d2ff 24.35%, #9e5f98 100.8%);
  -webkit-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
}

.grad-bg3,
.grad-layer3:before {
  background: -webkit-linear-gradient(
    211.42deg,
    #f83fe5 24.35%,
    #9e5f98 100.8%
  );
  background: -moz-linear-gradient(211.42deg, #f83fe5 24.35%, #9e5f98 100.8%);
  background: -ms-linear-gradient(211.42deg, #f83fe5 24.35%, #9e5f98 100.8%);
  background: -o-linear-gradient(211.42deg, #f83fe5 24.35%, #9e5f98 100.8%);
  background: linear-gradient(211.42deg, #f83fe5 24.35%, #9e5f98 100.8%);
  -webkit-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
}

/*=== Background Shape ===*/
.lft-btm-shp {
  left: 0;
  bottom: 0;
}
.rgt-btm-shp {
  right: 0;
  bottom: 0;
}
.lft-tp-shp {
  left: 0;
  top: 0;
}
.rgt-tp-shp {
  right: 0;
  top: 0;
}

/* .shap-tp-rgt:before {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
}
.shap-btm-rgt:before {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
} */

/*=== Z Index ===*/
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z-1 {
  z-index: -1;
}
.z-2 {
  z-index: -2;
}
.z-3 {
  z-index: -3;
}
.z-4 {
  z-index: -4;
}
.z-5 {
  z-index: -5;
}

/*=== Container ===*/
.container {
  padding: 0;
  /*max-width: 73.125rem;*/
}

/*=== Wide Sec ===*/
.wide-sec,
.wide-sec2 {
  position: relative;
  z-index: 1;
}
.wide-sec {
  min-width: calc(100% + 19.6875rem);
  margin-left: -9.84375rem;
}
.wide-sec2 {
  min-width: calc(100% + 11.25rem);
  margin-left: -5.625rem;
}
.wide-sec3 {
  min-width: calc(100% + 6.25rem);
  margin-left: -3.125rem;
}

/*=== Column Gap ===*/
.mrg {
  margin: 0;
}
.mrg div[class^="col"] {
  padding: 0;
}
.mrg .row:not(.mrg) div[class^="col"] {
  padding: 0 0.9375rem;
}
.mrg2 {
  margin: 0 -1px;
}
.mrg2 div[class^="col"] {
  padding: 0 1px;
}
.mrg5 {
  margin: 0 -0.15625rem;
}
.mrg5 div[class^="col"] {
  padding: 0 0.15625rem;
}
.mrg6 {
  margin: 0 -0.1875rem;
}
.mrg6 div[class^="col"] {
  padding: 0 0.1875rem;
}
.mrg15 {
  margin: 0 -0.46875rem;
}
.mrg15 div[class^="col"] {
  padding: 0 0.46875rem;
}
.mrg20 {
  margin: 0 -0.625rem;
}
.mrg20 div[class^="col"] {
  padding: 0 0.625rem;
}
.mrg40 {
  margin: 0 -1.25rem;
}
.mrg40 div[class^="col"] {
  padding: 0 1.25rem;
}
.mrg45 {
  margin: 0 -1.40625rem;
}
.mrg45 div[class^="col"] {
  padding: 0 1.40625rem;
}
.mrg50 {
  margin: 0 -1.5625rem;
}
.mrg50 div[class^="col"] {
  padding: 0 1.5625rem;
}
.mrg60 {
  margin: 0 -1.875rem;
}
.mrg60 div[class^="col"] {
  padding: 0 1.875rem;
}
.mrg70 {
  margin: 0 -2.1875rem;
}
.mrg70 div[class^="col"] {
  padding: 0 2.1875rem;
}
.mrg80 {
  margin: 0 -2.1875rem;
}
.mrg80 div[class^="col"] {
  padding: 0 2.1875rem;
}
.mrg30 {
  margin: 0 -0.9375rem;
}
.mrg30 div[class^="col"] {
  padding: 0 0.9375rem;
}
.mrg10 {
  margin: 0 -0.3125rem;
}
.mrg10 div[class^="col"] {
  padding: 0 0.3125rem;
}

.slick-slide:focus {
  outline: 0;
}
.slick-slide div[class^="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}

/*=== Fonts Typography ===*/
.font-weight-hairline {
  font-weight: 100 !important;
}
.font-weight-thin {
  font-weight: 200 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-extrabold {
  font-weight: 800 !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.font-style-italic {
  font-style: italic;
}
.font-style-normal {
  font-style: normal;
}
.letter-spacing-initial {
  letter-spacing: initial !important;
}
.text-transform-initial {
  text-transform: initial !important;
}

/*=== Parallax Background ===*/
.fixed-bg,
.parallax-bg {
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.fixed-bg {
  background-attachment: scroll;
  background-size: cover;
}
.parallax-bg {
  background-attachment: fixed;
  background-size: contain;
}
.back-post-cntrbtm-norpet {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.back-post-cntrbtm {
  background-position: center bottom;
}
.back-post-lftcntr {
  background-position: left center;
}
.fixed-bg.patern-bg,
.parallax-bg.patern-bg {
  background-size: initial;
}
.fixed-bg.bg-norepeate {
  background-size: initial;
  background-repeat: no-repeat;
}
.back-blend-soft-light {
  background-blend-mode: soft-light;
}
.back-blend-difference {
  background-blend-mode: difference;
}
.back-blend-screen {
  background-blend-mode: screen;
}
.back-blend-multiply {
  background-blend-mode: multiply;
}
.back-blend-lighten {
  background-blend-mode: lighten;
}

/*=== Background Layer ===*/
.black-layer:before,
.white-layer:before,
.gray-layer:before,
.dark-layer:before,
.dark-layer2:before,
.blue-layer:before,
.blue-layer2:before,
.blue-layer3:before,
.blue-layer4:before,
.thm-layer:before,
.scndry-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.black-layer:before {
  background-color: #000000;
}
.white-layer:before {
  background-color: #ffffff;
}
.gray-layer:before {
  background-color: var(--color6);
}
.dark-layer:before {
  background-color: var(--color9);
}
.blue-layer:before {
  background-color: var(--color17);
}
.blue-layer2:before {
  background-color: var(--color1);
}
.blue-layer3:before {
  background-color: var(--color21);
}
.blue-layer4:before {
  background-color: var(--color4);
}

/*=== Opacity ===*/
.opc1:before {
  opacity: 0.1;
}
.opc15:before {
  opacity: 0.15;
}
.opc2:before {
  opacity: 0.2;
}
.opc25:before {
  opacity: 0.25;
}
.opc3:before {
  opacity: 0.3;
}
.opc35:before {
  opacity: 0.35;
}
.opc4:before {
  opacity: 0.4;
}
.opc45:before {
  opacity: 0.45;
}
.opc5:before {
  opacity: 0.5;
}
.opc55:before {
  opacity: 0.55;
}
.opc6:before {
  opacity: 0.6;
}
.opc65:before {
  opacity: 0.65;
}
.opc7:before {
  opacity: 0.7;
}
.opc75:before {
  opacity: 0.75;
}
.opc8:before {
  opacity: 0.8;
}
.opc85:before {
  opacity: 0.85;
}
.opc87:before {
  opacity: 0.87;
}
.opc9:before {
  opacity: 0.9;
}
.opc93:before {
  opacity: 0.93;
}
.opc95:before {
  opacity: 0.95;
}
.opc97:before {
  opacity: 0.97;
}
.opc98:before {
  opacity: 0.98;
}
.opc99:before {
  opacity: 0.99;
}

/*=== Iframe ===*/
iframe {
  border: 0;
  width: 100%;
}

/*=== Image ===*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*=== Width ===*/
.wdth5 {
  width: 5%;
}
.wdth10 {
  width: 10%;
}
.wdth15 {
  width: 15%;
}
.wdth20 {
  width: 20%;
}
.wdth25 {
  width: 25%;
}
.wdth30 {
  width: 30%;
}
.wdth35 {
  width: 35%;
}
.wdth40 {
  width: 40%;
}
.wdth45 {
  width: 45%;
}
.wdth50 {
  width: 50%;
}
.wdth55 {
  width: 55%;
}
.wdth60 {
  width: 60%;
}
.wdth65 {
  width: 65%;
}
.wdth70 {
  width: 70%;
}
.wdth75 {
  width: 75%;
}
.wdth80 {
  width: 80%;
}
.wdth85 {
  width: 85%;
}
.wdth90 {
  width: 90%;
}
.wdth95 {
  width: 95%;
}
.wdth100 {
  width: 100%;
}
.wow {
  visibility: hidden;
}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
input,
button,
textarea,
:before,
:after,
label,
span,
nav ul li,
.rsnp-mnu,
.sticky-menu,
.header-search,
.res-menu {
  -webkit-transition: var(--transition2);
  -o-transition: var(--transition2);
  transition: var(--transition2);
}

nav ul ul,
.team-img .social-links3 {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1); /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275); /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(
    0.175,
    0.885,
    0.32,
    1
  ); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(
    0.175,
    0.885,
    0.32,
    1.275
  ); /* easeOutBack */
}

a i,
button i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*=== Border Radius ===*/
.brd-rd20 {
  -webkit-border-radius: var(--curve20);
  border-radius: var(--curve20);
}

.brd-rd10 {
  -webkit-border-radius: var(--curve10);
  border-radius: var(--curve10);
}

.brd-rd5 {
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}

.brd-rd3 {
  -webkit-border-radius: var(--curve3);
  border-radius: var(--curve3);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.bootstrap-select .dropdown-menu li {
  line-height: initial;
}
.bootstrap-select .dropdown-menu li:nth-child(2n) {
  background-color: #f5f5f5;
}
.bootstrap-select .dropdown-menu li a {
  padding: 6px 1.5rem;
}
.bootstrap-select .dropdown-menu li a.dropdown-item.active,
.bootstrap-select .dropdown-menu li a.dropdown-item:active,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #fff !important;
}

/*=== Particles ===*/
.particles-js,
.particles-js2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*=== Animations ===*/

/*=== Pulse Animation ===*/
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: pluse 2s linear infinite;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: pluse 2s linear infinite;
  animation: pluse 2s linear infinite;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}
.spinner:after {
  -webkit-animation: pluse 2s linear 2.3s infinite;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: pluse 2s linear 2.3s infinite;
  animation: pluse 2s linear 2.3s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

/*===== Animation Style 1 =====*/
.puls-anm {
  -webkit-animation: pulse2 2s infinite;
  -ms-animation: pulse2 2s infinite;
  -o-animation: pulse2 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*=== Slide Up & Down Animation ===*/
.slide-up-down-anim {
  -webkit-animation: slide-up-down 5s linear infinite;
  -ms-animation: slide-up-down 5s linear infinite;
  -o-animation: slide-up-down 5s linear infinite;
  animation: slide-up-down 5s linear infinite;
}

@-webkit-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-ms-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*=== Zoom Animation ===*/
.zoom-anim {
  -webkit-animation: zoom 3s linear infinite;
  -ms-animation: zoom 3s linear infinite;
  -o-animation: zoom 3s linear infinite;
  animation: zoom 3s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*=== Slick Arrow ===*/
.slick-slider:not(.circle-icon) > button.slick-arrow {
  height: 3.75rem;
  width: 3.75rem;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
}
.slick-slider:not(.feat-caro):not(.circle-icon) > button.slick-arrow {
  background-color: #000;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slider.feat-caro > button.slick-arrow {
  color: #444;
  bottom: 4.375rem;
  font-size: 1.3rem;
}
.slick-slider.feat-caro > button.slick-prev {
  right: 7.5rem;
}
.slick-slider.feat-caro > button.slick-next {
  right: 11.375rem;
}
.slick-slider > button.slick-arrow:hover,
.slick-slider > button.slick-arrow:focus {
  color: #fff;
}
.slick-slider:not(.feat-caro):not(.circle-icon) > button.slick-prev {
  left: -5rem;
}
.slick-slider:not(.feat-caro):not(.circle-icon) > button.slick-next {
  right: -5rem;
}

/*=== Slick Dots ===*/
.slick-slider ul.slick-dots {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
.slick-slider.feat-caro ul.slick-dots {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  right: 0;
}
.slick-slider ul.slick-dots > li {
  line-height: 1;
  margin: 0 2.5px;
}
.slick-slider ul.slick-dots > li button {
  color: transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e4e4e4;
  height: 0.75rem;
  width: 0.75rem;
  font-size: 0;
}
.slick-slider ul.slick-dots > li.slick-active button,
.slick-slider ul.slick-dots > li button:hover,
.slick-slider ul.slick-dots > li button:focus {
  background-color: var(--color1);
}

/*=== Social Media ===*/
.facebook,
.facebook-hvr:hover,
.facebook-hvr:focus {
  background-color: var(--facebook);
  border-color: var(--facebook);
}
.twitter,
.twitter-hvr:hover,
.twitter-hvr:focus {
  background-color: var(--twitter);
  border-color: var(--twitter);
}
.pinterest,
.pinterest-hvr:hover,
.pinterest-hvr:focus {
  background-color: var(--pinterest);
  border-color: var(--pinterest);
}
.linkedin,
.linkedin-hvr:hover,
.linkedin-hvr:focus {
  background-color: var(--linkedin);
  border-color: var(--linkedin);
}
.youtube,
.youtube-hvr:hover,
.youtube-hvr:focus {
  background-color: var(--youtube);
  border-color: var(--youtube);
}
.instagram,
.instagram-hvr:hover,
.instagram-hvr:focus {
  background-color: var(--instagram);
  border-color: var(--instagram);
}
.vimeo,
.vimeo-hvr:hover,
.vimeo-hvr:focus {
  background-color: var(--vimeo);
  border-color: var(--vimeo);
}
.skype,
.skype-hvr:hover,
.skype-hvr:focus {
  background-color: var(--skype);
  border-color: var(--skype);
}
.rss,
.rss-hvr:hover,
.rss-hvr:focus {
  background-color: var(--rss);
  border-color: var(--rss);
}
.facebook-clr,
.facebook:hover,
.facebook:focus {
  color: var(--facebook);
}
.twitter-clr,
.twitter:hover,
.twitter:focus {
  color: var(--twitter);
}
.pinterest-clr,
.pinterest:hover,
.pinterest:focus {
  color: var(--pinterest);
}
.linkedin-clr,
.linkedin:hover,
.linkedin:focus {
  color: var(--linkedin);
}
.youtube-clr,
.youtube:hover,
.youtube:focus {
  color: var(--youtube);
}
.instagram-clr,
.instagram:hover,
.instagram:focus {
  color: var(--instagram);
}
.vimeo-clr,
.vimeo:hover,
.vimeo:focus {
  color: var(--vimeo);
}
.skype-clr,
.skype:hover,
.skype:focus {
  color: var(--skype);
}
.rss-clr,
.rss:hover,
.rss:focus {
  color: var(--rss);
}

/*===== Theme Style =====*/

/*=== Page Loader Style ===*/
#preloader {
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
}
.preloader-inner {
  height: 9.375rem;
  line-height: 9.375rem;
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  -webkit-animation: rotate 5s infinite linear;
  -ms-animation: rotate 5s infinite linear;
  -o-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
}
.preloader-icon {
  display: inline-block;
  font-size: 3.75rem;
  -webkit-animation: zoom2 3s infinite linear;
  -ms-animation: zoom2 3s infinite linear;
  -o-animation: zoom2 3s infinite linear;
  animation: zoom2 3s infinite linear;
}

@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.banner-title h1 {
  font-size: 3.1rem;
  padding-bottom: 20px;
}
/*===== Header Styles =====*/
header {
  position: relative;
  width: 100%;
  z-index: 9999;
}
nav ul li {
  position: relative;
  font-weight: 500;
  color: var(--color2);
}
nav ul li:hover > a,
nav ul li.active > a,
nav ul li > a:focus {
  color: var(--color1);
}
nav > ul > li.menu-item-has-children > a:before {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
nav ul li a {
  display: block;
  position: relative;
}
nav > ul > li.menu-item-has-children > a {
  padding-right: 1rem;
}

/*=== Dropdown Style ===*/
nav ul ul {
  position: absolute;
  top: 100%;
  left: 5.5rem;
  background-color: #fff;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  min-width: 17rem;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
}
nav ul ul > li > a {
  padding: 10px 1.875rem;
}
nav ul ul > li:hover > a,
nav ul ul > li.active > a,
nav ul ul > li > a:focus {
  background-color: var(--color6);
  color: var(--color1);
}
nav ul ul > li:first-child > a {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
nav ul ul > li:last-child > a {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
nav ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 0;
}
nav ul ul ul {
  left: 100%;
  top: 0;
}
nav ul ul li.menu-item-has-children:hover > ul {
  left: 100%;
}
nav ul ul > li.menu-item-has-children:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.25rem;
  top: 0;
  line-height: 3.125rem;
}

/*=== Header Search Style ===*/
.header-search {
  top: 0;
  left: 0;
  right: 0;
  bottom: 80%;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 10%;
  opacity: 0;
  visibility: hidden;
}
.header-search.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.search-close-btn {
  right: 1.255rem;
  top: 1.25rem;
  color: var(--color1);
  font-weight: 700;
  cursor: pointer;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.3rem;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}
.search-close-btn:hover,
.search-close-btn:focus {
  background-color: var(--color1);
  color: #fff;
}
.header-search > form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  height: 5rem;
  font-size: 2.3rem;
  width: 100%;
  background-color: transparent;
  padding-right: 5rem;
}
.header-search > form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  background-color: transparent;
  text-align: right;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
}
.header-search > form button:hover,
.header-search > form button:focus {
  color: var(--color1);
}

/*=== Header Style 1 ===*/
.logo-contact-menu-wrap {
  padding: 0 4.0625rem 0 7.1875rem;
}
header {
  padding: 12px 0px;
}
.logo .img-fluid {
  max-width: 155px;
  width: 100%;
}
.nav-btns-cont-wrap nav > ul > li {
  padding: 0 1.875rem;
  line-height: 25px;
}
.nav-btns-cont-wrap nav > ul > li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #d2d2d2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-btns-cont-wrap nav + .btn-cont {
  padding-left: 5.625rem;
}
.btn-cont .thm-btn {
  padding: 1.0625rem 1.75rem;
  font-size: 1rem;
  background: #753de5;
  border-radius: 10px;
}
.btn-cont .thm-btn + .header-cont {
  margin-left: 2.8125rem;
}
.header-cont > i {
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #f8b447;
}
.header-cont > strong {
  padding-left: 3.4375rem;
  font-size: 1.5rem;
  color: var(--color3);
  letter-spacing: 0.7px;
}
.header-cont > strong span {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: initial;
}

/*=== Header Style 2 ===*/
.top-info-list > li {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  padding: 0 2.8125rem;
  line-height: 3.4375rem;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-left: -1px;
}
.top-info-list > li a:hover,
.top-info-list > li a:focus {
  color: var(--color1);
}
.top-info-list > li i {
  margin-right: 10px;
}
.top-info-list > li.email a {
  text-decoration: underline;
}
.social-links2 > span {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}
.social-links2 > a {
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2.25rem;
  font-size: 14px;
  color: #999;
  border: 2px solid transparent;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  text-align: center;
  margin-left: 1px;
}
.social-links2 > a:hover,
.social-links2 > a:focus {
  border-color: var(--color1);
  color: var(--color1);
}
.nav-btns-search-wrap nav > ul > li {
  color: var(--color3);
  margin-right: 2.3125rem;
  line-height: 7.1875rem;
}
.btn-search a.search-btn {
  border: 2px solid var(--color1);
  color: var(--color1);
  font-size: 1rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
  min-width: 3rem;
}
.btn-search a + a {
  margin-left: 0.9375rem;
}
.btn-search .thm-btn {
  padding: 0.96875rem 2.5rem;
}
.btn-search a.search-btn:hover,
.btn-search a.search-btn:focus {
  background-color: var(--color1);
  color: #fff;
}

/*=== Header Style 3 ===*/
header.style3 .topbar-inner,
header.style3 .logo-quote-menu-inner {
  min-width: 96.5625rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.top-info-list.v2 {
  padding: 1.21875rem 0;
}
.top-info-list.v2 > li {
  line-height: 0.9375rem;
  border-color: #b7b7b7;
}
.top-info-list.v2 > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.top-info-list.v2 > li:last-child {
  padding-right: 0;
  border-right: 0;
}
header.style3 .logo-quote-menu-inner {
  -webkit-border-radius: var(--curve10);
  border-radius: var(--curve10);
  background-color: #fff;
  margin-bottom: -3.59375rem;
  padding-left: 3.75rem;
}
header.style3 .btn-search .thm-btn {
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  font-size: 1.0625rem;
  padding: 44.75px 3.5rem;
  margin-left: 2.25rem;
}
header.style3 .btn-search {
  margin-left: 10px;
}

/*=== Header Style 4 ===*/
header.style4 .logo {
  flex: 0 0 23.4375rem;
  max-width: 23.4375rem;
  text-align: center;
}
header.style4 .logo + .topbar-menu-wrap {
  flex: 0 0 calc(100% - 23.4375rem);
  max-width: calc(100% - 23.4375rem);
}
.topbar-menu-wrap .topbar span {
  color: #fff;
  font-size: 0.9375rem;
}
.topbar-menu-wrap .topbar span i {
  margin-right: 7px;
}
.topbar-menu-wrap .topbar span a:hover,
.topbar-menu-wrap .topbar span a:focus,
header.style4 .top-info-list > li a:hover,
header.style4 .top-info-list > li a:focus {
  color: var(--color18);
}
.topbar-menu-wrap .topbar span a {
  display: block;
  padding: 10px 2.8125rem;
}
header.style4 .top-info-list > li {
  line-height: 2.8125rem;
  border: 0;
  color: #8f8f8f;
  background-color: #161616;
}
header.style4 .top-info-list > li a {
  color: #fff;
}
header.style4 .top-info-list > li:nth-child(2n),
.topbar-menu-wrap .topbar span {
  background-color: #1e1e1e;
}
header.style4 .nav-btns-search-wrap nav > ul > li {
  line-height: 6.25rem;
  color: #fff;
  font-size: 1.125rem;
  margin-right: 0;
}
header.style4 .nav-btns-search-wrap nav > ul > li > a {
  display: block;
  padding: 0 1.5625rem;
}
header.style4
  .nav-btns-search-wrap
  nav
  > ul
  > li.menu-item-has-children
  > a::before {
  right: 1rem;
}
header.style4 .nav-btns-search-wrap nav > ul > li.menu-item-has-children > a {
  padding-right: 2.1875rem;
}
header.style4 nav + div.btn-search {
  margin-left: 5rem;
}
header.style4 .btn-search a.search-btn {
  border-color: transparent;
  color: #fff;
}
header.style4 .nav-btns-search-wrap {
  padding-right: 1.25rem;
}
header.style4 .nav-btns-search-wrap nav > ul > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90%;
  background-color: var(--color1);
  z-index: -1;
  opacity: 0;
}
header.style4 .nav-btns-search-wrap nav > ul > li.active > a::after,
header.style4 .nav-btns-search-wrap nav > ul > li:hover > a::after,
header.style4 .nav-btns-search-wrap nav > ul > li > a:focus:after {
  opacity: 1;
  bottom: 0;
}
header.style4 .nav-btns-search-wrap nav > ul ul > li {
  color: var(--color2);
}
header.style4 .nav-btns-search-wrap nav > ul > li.active > a,
header.style4 .nav-btns-search-wrap nav > ul > li:hover > a,
header.style4 .nav-btns-search-wrap nav > ul > li > a:focus {
  color: #fff;
}
header.style4 div.btn-search .thm-btn.invr:hover,
header.style4 div.btn-search .thm-btn.invr:focus {
  border-color: #fff;
  color: #fff;
}
header.style4 .logo a {
  padding: 2.5rem;
  min-height: 9.0625rem;
}

/*===== Responsive Header Style =====*/
.responsive-header {
  display: none;
}
.res-topbar > a {
  display: inline-block;
  flex: 1 0 0;
  text-align: center;
  background-color: #29333d;
  color: #fff;
  padding: 12px 1.25rem;
  font-size: 14px;
  font-weight: 500;
}
.res-topbar > a:nth-child(2n) {
  background-color: #1e1e1e;
  text-decoration: underline;
}
.res-topbar > a i {
  margin-right: 10px;
}
.res-topbar > a:hover,
.res-topbar > a:focus {
  background-color: var(--color18);
  color: #fff;
}
.res-btns > a {
  height: 3rem;
  line-height: 3.15rem;
  width: 3rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
.res-btns > a + a {
  margin-left: 10px;
}
.res-btns > a.res-menu-btn {
  background: linear-gradient(211.42deg, #f8b447 24.35%, #c8651c 100.8%);
}
.res-btns > a.res-menu-btn.active i::before {
  content: "\e90a";
}
.res-btns > a:hover,
.res-btns > a:focus {
  background: linear-gradient(211.42deg, #f8b447 24.35%, #c8651c 100.8%);
  color: #fff;
}
.res-logo-search-bar {
  padding: 1rem 0;
}
.res-menu {
  background-color: #1f467f;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 9.0625rem 0 3.75rem;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  height: 100%;
}
.res-menu-inner {
  flex: 0 0 18.875rem;
  max-width: 18.875rem;
}
.res-menu-inner > ul > li {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
.res-menu-inner > ul ul {
  display: none;
  padding: 1.25rem;
  background-color: var(--color1);
  margin: 1.7rem 0 1rem;
}
.res-menu-inner > ul li li {
  position: relative;
  color: #fff;
  font-size: 1.0625rem;
}
.res-menu-inner > ul > li:last-child > a {
  border-bottom: 0;
}
.res-menu-inner > ul > li > a {
  border-bottom: 1px solid #655858;
  display: block;
  padding: 14.5px 0;
}
.res-menu-inner > ul > li.menu-item-has-children > a {
  padding-right: 2rem;
}
.res-menu-inner > ul > li.menu-item-has-children > a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 14.5px;
  line-height: inherit;
}
.res-menu-inner ul > li:hover > a,
.res-menu-inner ul > li.active > a,
.res-menu-inner ul > li > a:focus {
  color: var(--color18);
}
.res-menu-inner > ul li li + li {
  margin-top: 12px;
}
.res-menu-inner > ul + a {
  margin-top: 1.875rem;
}
.res-menu-inner .thm-btn {
  width: 100%;
}
.res-menu.slidedown {
  opacity: 1;
  visibility: visible;
}

/*===== Theme Buttons =====*/
.thm-btn {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.0625rem 3.125rem;
  font-size: 1rem;
  background-size: 100% 100%;
  z-index: 1;
  margin-left: 20px;
}
.thm-btn.grad-bg1:hover,
.thm-btn.grad-bg1:focus {
  background-size: 1% 100%;
  color: #fff;
}

/*=== Bordered Button ===*/
.thm-btn.brd-btn {
  border: 4px solid #fff;
  padding: 13px 2.28125rem;
}
.thm-btn.brd-btn:hover,
.thm-btn.brd-btn:focus {
  color: #fff;
  border-color: var(--color1);
}
.thm-btn.brd-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background-color: var(--color1);
  z-index: -1;
  opacity: 0;
}
.thm-btn.brd-btn:hover:after,
.thm-btn.brd-btn:focus:after,
.thm-btn.invr::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*=== Bordered Inverse Button ===*/
/* .thm-btn.invr {
  border-color: var(--color1);
} */
.thm-btn.invr:hover,
.thm-btn.invr:focus {
  color: var(--color1);
}
.thm-btn.invr:hover:after,
.thm-btn.invr:focus:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/*=== Bordered Button Ver 2 ===*/
.thm-btn.brd-btn.v2:hover,
.thm-btn.brd-btn.v2:focus {
  color: #fff;
  border-color: var(--color4);
}
.thm-btn.brd-btn.v2:after {
  background-color: var(--color4);
}

/*=== Bordered Inverse Button Ver 2 ===*/
.thm-btn.invr.v2 {
  border-color: var(--color4);
}
.thm-btn.invr.v2:hover,
.thm-btn.invr.v2:focus {
  color: var(--color4);
}

.bg-color1 .thm-btn:not(.grad-bg1):hover,
.bg-color1 .thm-btn:not(.grad-bg1):focus,
.blue-layer2 .thm-btn:not(.grad-bg1):hover,
.blue-layer2 .thm-btn:not(.grad-bg1):focus {
  border-color: #fff;
  color: var(--color1);
}
.bg-color1 .thm-btn::after,
.blue-layer2 .thm-btn::after {
  background-color: #fff;
}



/*===== Featured Area Style 1 =====*/
.feat-wrap {
  z-index: 1;
}

.banner-clip {
  max-width: 100%;
  height: 220px;
  width: 100%;
  background-position: top;
}

.feat-info > span {
  font-weight: 500;
  font-size: 1.25rem;
}
.feat-info > span + h2 {
  margin-top: 8px;
}
.feat-info > h2 {
  font-size: 3.4375rem;
  color: #000000;
}
.feat-info > h2 + p {
  margin-top: 1.5625rem;
}
.feat-info > p {
  font-size: 1rem;
  padding-right: 50px;
}
.feat-info > p + a {
  margin-top: 2.5rem;
}
.grad-layer1 .feat-info > span,
.grad-layer1 .feat-info > h2,
.grad-layer1 .feat-info > p {
  color: #fff;
}

/*===== Service & Request A Quote Style =====*/
.srv-wrap {
  margin-bottom: -1.5625rem;
}
.srv-wrap .srv-box {
  margin-bottom: 1.5625rem;
}
.srv-box {
  padding: 6.25rem 2.1875rem 2.5rem;
}
.srv-box > span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  top: 2.5rem;
  right: 2.5rem;
}
.srv-box > h3 {
  font-size: 1.875rem;
}
.srv-box > h3 + p {
  margin-top: 10px;
}
.srv-box > p {
  font-size: 1rem;
}
.req-wrap {
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15);
  padding: 4.6875rem 6.25rem 5.625rem;
}
.req-title {
  display: inline-block;
  max-width: 17.5rem;
}
.req-title > h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 800;
}
.req-title > h3 + p {
  margin-top: 10px;
}
.bg-color1 .req-title > h3,
.bg-color1 .req-title > p {
  color: #fff;
}
.req-title + form {
  margin-top: 1.5625rem;
}
.req-wrap form > div {
  margin-top: 5px;
}
.req-wrap form > div.field-btn {
  margin-top: 10px;
}
.field-box > input,
.field-box > textarea {
  border: 3px solid #b5b5b5;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  height: 3.625rem;
  padding: 10px 1.875rem;
}
.field-box > textarea {
  height: 6.5625rem;
}
.field-btn .thm-btn {
  font-size: 1.125rem;
  padding: 1.5rem 3.125rem;
}

/*=== Ver 2 ===*/
.req-wrap.v2 {
  max-width: 29.375rem;
  margin-left: 3.75rem;
  padding: 4.375rem 3.75rem 3.4375rem;
}
.req-wrap.v2 .field-btn .thm-btn {
  background: #fff;
  color: var(--color3);
}
.req-wrap.v2 .field-btn .thm-btn:hover,
.req-wrap.v2 .field-btn .thm-btn:focus {
  background-color: var(--color3);
  color: #fff;
}

/*===== Sponsors Style 1 =====*/
.spnsrs-wrap > h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.spnsrs-wrap > h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #bababa;
  margin-bottom: 0.9375rem;
}
.spnsr-box {
  margin-top: 1.875rem;
}

/*===== Section Title Style =====*/
.sec-title {
  margin-bottom: 3rem;
}
.sec-title-inner {
  max-width: 50%;
  z-index: 1;
}
.col-lg-6 .sec-title-inner,
.col-lg-8 .sec-title-inner {
  max-width: 100%;
}
.stroke-text {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #f3f3f3;
  -webkit-text-stroke-width: 2px;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-inner > span {
  font-size: 1.125rem;
}
.sec-title-inner > span + h2,
.sec-title-inner > span + h3 {
  margin-top: 8px;
}
.sec-title-inner > h2 {
  font-size: 2.4rem;
}
.sec-title-inner > h3 {
  font-size: 2.2rem;
}
.sec-title-inner > h2 span,
.sec-title-inner > h3 span {
  font-weight: 300;
}
.sec-title-inner > h2 + p,
.sec-title-inner > h3 + p {
  margin-top: 1.0625rem;
}
.sec-title-inner > h2 + span,
.sec-title-inner > h3 + span {
  font-size: 1.625rem;
  margin-top: 1rem;
}
.bg-color1 .sec-title-inner > span,
.bg-color1 .sec-title-inner > p,
.bg-color1 .sec-title-inner > h2,
.bg-color1 .sec-title-inner > h3,
.blue-layer .sec-title-inner > span,
.blue-layer .sec-title-inner > p,
.blue-layer .sec-title-inner > h2,
.blue-layer .sec-title-inner > h3,
.blue-layer2 .sec-title-inner > span,
.blue-layer2 .sec-title-inner > p,
.blue-layer2 .sec-title-inner > h2,
.blue-layer2 .sec-title-inner > h3,
.blue-layer3 .sec-title-inner > span,
.blue-layer3 .sec-title-inner > p,
.blue-layer3 .sec-title-inner > h2,
.blue-layer3 .sec-title-inner > h3 {
  color: #fff;
}

/*===== Services Style 2 =====*/
.srv-wrap2 {
  margin-bottom: -1.875rem;
}
.srv-wrap2 .srv-box2 {
  margin-bottom: 1.875rem;
}
.srv-box2 {
  padding: 3.75rem 2.5rem 3.4375rem;
}
.srv-box2 > i {
  font-size: 3.75rem;
  display: inline-block;
  z-index: 1;
}
.srv-box2 > i:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--color1);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.srv-box2 > i + h3 {
  margin-top: 1.4375rem;
}
.srv-box2 > h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.srv-box2 > h3 + p {
  margin-top: 0.9375rem;
}
.srv-box2 > p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.srv-box2:hover > i::after {
  opacity: 1;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}
.srv-box2:hover > i {
  color: #fff;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/*===== About Mockup Style =====*/
.about-mckp-box {
  min-width: 61.375rem;
}
.about-mckp-box > a {
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  font-size: 8.75rem;
  line-height: 1;
  -webkit-transform: translate(-40%, -20%);
  -ms-transform: translate(-40%, -20%);
  -o-transform: translate(-40%, -20%);
  transform: translate(-40%, -20%);
}
.about-mckp-box > a:hover,
.about-mckp-box > a:focus {
  color: var(--color1);
}
.about-desc > span {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 30px;
}
.about-desc > span + h2,
.about-desc > span + h3 {
  margin-top: 1.0625rem;
}
.about-desc > h2 {
  font-size: 2.5rem;
  line-height: 3.3125rem;
}
.about-desc > h3 {
  font-size: 2.25rem;
}
.about-desc > h2 + p,
.about-desc > h3 + p {
  margin-top: 1.5625rem;
}
.about-desc > p + p {
  margin-top: 1.25rem;
}
.about-desc > p + ul {
  margin-top: 5px;
}
.about-desc .list-style1 > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.about-desc > p + a,
.about-desc > ul + a {
  margin-top: 3.4375rem;
}

/*=== Ver 2 ===*/
.about-img-inner > a {
  font-size: 8.75rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.about-img-inner > a:hover,
.about-img-inner > a:focus {
  color: var(--color1);
}
.about-desc.v2 > h2 {
  font-size: 2.875rem;
  max-width: 80%;
  padding-bottom: 13px;
}
.about-desc.v2 > p {
  max-width: 90%;
}

/*===== About Style 2 =====*/
.about-wrap2 {
  max-width: 120rem;
}
.exp-box {
  max-width: 21.5625rem;
  z-index: 1;
  bottom: 6.875rem;
  left: -7.8125rem;
  width: 100%;
  padding: 3.4375rem 3rem 3.125rem;
}
.exp-box > h3 {
  font-size: 2.875rem;
}
.exp-box.bg-color1 > h3,
.exp-box.bg-color1 > p {
  color: #fff;
}
.exp-box > h3 span {
  font-size: 2.25rem;
}
.exp-box > h3 + p {
  margin-top: 12px;
}
.about-desc-inner {
  max-width: 38.938rem;
}
.about-wrap2 .about-desc > h2 {
  font-size: 2.875rem;
}

/*=== Ver 2 ===*/
.about-img-box.v2 {
  margin-left: 5rem;
}
.about-img-box.v2 .exp-box {
  bottom: 0;
  left: -6.25rem;
}
.about-img-box.v2 > img {
  margin-bottom: 3.125rem;
}

/*===== Banner Style =====*/
.banner-inner {
  max-width: 50%;
}
.banner-inner > h2 {
  font-size: 2.875rem;
}
.blue-layer .banner-inner > h2,
.blue-layer .banner-inner > p {
  color: #fff;
}
.blue-layer .stroke-text,
.bg-color1 .stroke-text {
  -webkit-text-stroke-color: #858585;
}
.banner-inner > h2 i {
  bottom: -1rem;
}
.banner-inner > h2 + p {
  margin-top: 1.375rem;
}
.banner-inner > p {
  font-size: 1.375rem;
}
.banner-inner > p + a {
  margin-top: 2.8125rem;
}
.home-banner {
  position: relative;
}
.home-banner::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/Home-banner-clip.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  max-width: 600px;
  background-position: right;
  top: 0;
}

/*===== Packages Style =====*/
.packages-wrap {
  margin-bottom: -3.75rem;
}
.packages-wrap .package-box {
  margin-bottom: 1.875rem;
}
.package-box {
  padding: 3.125rem 0 2.1875rem;
}
.package-box > span:not(.due) {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 1.875rem;
}
.package-box > span:not(.due) small {
  font-size: 1.875rem;
}
.package-box > span + ul {
  margin-top: 1.875rem;
}
.package-box > ul {
  text-align: initial;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.8rem 3.4375rem;
}
.package-box > ul li {
  color: #fff;
  font-size: 1.0625rem;
  margin-top: 10px;
}
.package-box > ul li:before {
  color: inherit;
}
.package-box > ul li:first-child {
  margin-top: 0;
}
.package-box > span.due {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.15rem 1.875rem;
}
.package-box > span.due small {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.package-box > span.due + a {
  margin-top: 2.25rem;
}
.package-box > a.thm-btn {
  min-width: 15.3125rem;
}

/*===== Fun Facts Style 1 =====*/
.fun-facts-wrap {
  margin-bottom: -1.875rem;
}
.fun-facts-wrap .row {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  padding: 30px;
  background: #ffff;
}
.fun-facts-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fun-facts-box .icon i {
  color: #004790;
  font-size: 22px;
}
.fact-box {
  width: 100%;
  padding-left: 30px;
}
.icon {
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a86c930;
  border-radius: 18px;
}
.fun-facts-box:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #c4c4c4;
  height: 4.6875rem;
  left: -1.875rem;
  top: 50%;
  margin-top: -2.34375rem;
}

.fact-box > h3 {
  font-size: 35px;
  color: #004790;
}
.fact-box > p {
  font-size: 15px;
  font-weight: 600;
}
.fact-box > h3 small {
  font-size: 1.5rem;
}
p.counter-num.mb-0.text-color4 {
    font-size: 35px;
    color: #004790;
    font-weight: 700;
}

/*===== About & Special Services Style =====*/
.about-desc2 > h2 {
  font-size: 3rem;
}
.about-desc2 > h3 {
  font-size: 2.25rem;
}
.grad-bg1 .about-desc2 > h2,
.grad-bg1 .about-desc2 > h3,
.grad-bg1 .about-desc2 > span,
.grad-bg1 .about-desc2 > p {
  color: #fff;
}
.about-desc2 > span {
  font-size: 1.125rem;
}
.about-desc2 > h2 + span {
  margin-top: 12px;
}
.about-desc2 > span + p {
  margin-top: 1.25rem;
}
.about-desc2 > p {
  line-height: 2.1875rem;
}
.about-desc2 > p + p {
  margin-top: 0.9375rem;
}
.about-desc2 > p + a {
  margin-top: 3.4375rem;
}
.about-desc2 .thm-btn {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

/*===== Testimonials Style =====*/
.circle-icon > button.slick-arrow {
  padding: 0;
  background-color: transparent;
  font-size: 3.125rem;
  color: #aaa;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.circle-icon > button.slick-prev {
  right: 3.125rem;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.circle-icon > button.slick-next {
  left: 3.125rem;
}
.circle-icon > button.slick-arrow:hover,
.circle-icon > button.slick-arrow:focus {
  color: var(--color1);
}
.testi-box > p {
  position: relative;
  -webkit-border-radius: var(--curve10);
  border-radius: var(--curve10);
  background-color: var(--color6);
  font-size: 1.0625rem;
  z-index: 1;
  padding: 3.4375rem 3.5rem;
}
.testi-box > p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: -1;
  color: #e5eef6;
  font-size: 4.375rem;
  line-height: 1;
  top: 2.2rem;
  left: 4.8rem;
}
.testi-box > p + .testi-info {
  margin-top: 1.5625rem;
}
.testi-info {
  text-align: initial;
}
.testi-info > img + .testi-info-inner {
  padding-left: 1.25rem;
}
.testi-info-inner > h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.testi-info-inner > h4 + span {
  margin-top: 4px;
}
.testi-info-inner > span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

/*===== Blog Style 1 =====*/
.blog-wrap {
  margin-bottom: -3.4375rem;
}
.blog-wrap .post-box {
  margin-bottom: 3.4375rem;
}
.post-box:hover .post-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-cate {
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 9px 1.125rem;
  top: 2.1875rem;
  left: 2.1875rem;
}
.post-cate:hover,
.post-cate:focus {
  color: #fff;
}
.post-img + .post-info {
  padding-top: 4.6875rem;
}
.post-info {
  padding-left: 3.125rem;
}
.post-info .post-date {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 800;
  max-width: 5.3125rem;
  width: 100%;
  line-height: 1;
  padding: 0.9375rem 0.9375rem 1.125rem;
  top: -2.5rem;
  left: 3.125rem;
}
.post-info .post-date small {
  display: block;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 7px;
}
.post-info > h3 {
  font-size: 1.375rem;
  max-width: 80%;
  font-weight: 600;
}
.post-info > h3 + span {
  margin-top: 12px;
}
.post-author {
  font-style: italic;
  color: #999;
  font-size: 1rem;
}
.post-info > h3 a:hover,
.post-info > h3 a:focus,
.post-author a:hover,
.post-author a:focus {
  color: var(--color1);
}
.post-author i {
  margin-right: 10px;
}

/*=== Ver 2 ===*/
.post-box.v2 .post-info,
.post-box.v3 .post-info {
  padding-left: 10.625rem;
}
.post-box.v2 .post-img + .post-info {
  padding-top: 2.0625rem;
}

/*===== Ver 3 ===*/
.post-box.v3 .post-img + .post-info {
  padding-top: 3.125rem;
}
.post-box.v3 .post-info > h3 {
  font-size: 1.75rem;
  max-width: 60%;
}
.post-box.v3 .post-info > h3 + ul {
  border-top: 1px solid #ebe1e1;
  margin-top: 1.5625rem;
  padding-top: 1.25rem;
}
.post-meta > li {
  color: #999;
}
.post-meta > li:not(:first-child) {
  position: relative;
  margin-left: 1.25rem;
  padding-left: 1.5625rem;
}
.post-meta > li i {
  margin-right: 10px;
}
.post-meta > li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 12.5px;
  height: 5px;
  width: 5px;
  background-color: #c4c4c4;
}
.post-meta > li a:hover,
.post-meta > li a:focus {
  color: var(--color1);
}

/*===== Footer Style 1 =====*/
.footer-data {
  margin-bottom: -3.125rem;
  border-bottom: 1px solid #ccc;
}
.footer-data .widget {
  margin-bottom: 1.125rem;
}
.footer-data .thm-btn.brd-btn:hover {
  color: #ffff;
}
.widget .logo + p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}

.blue-layer .widget p,
.blue-layer .widget h3,
.blue-layer .widget ul li {
  color: #fff;
}
.widget p {
  line-height: 2.125rem;
  max-width: 90%;
  display: inline-block;
}
.widget p + .social-links {
  margin-top: 1.5625rem;
}
.social-links {
  text-align: center;
}
.social-links > a {
  border-width: 2px;
  border-style: solid;
  color: #fff;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2rem;
  font-size: 0.9375rem;
}
.social-links > a:hover,
.social-links > a:focus {
  background-color: transparent;
}
.social-links > a:not(:first-child) {
  margin-left: 5px;
}
.widget .widget-title {
  margin-bottom: 0.9375rem;
  font-size: 1.625rem;
}
p.widget-title.heading {
   line-height: 2.125rem;
    display: inline-block;
    color: #222222;
    font-weight: 700;
}
.widget ul.cont-list > li {
  padding-left: 2.5rem;
  padding-bottom: 20px;
}
.widget ul li {
  font-size: 1rem;
  line-height: 1.6rem;
  position: relative;
  margin-top: 5px;
}
.widget ul.cont-list > li > i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.widget .list-group {
  flex-direction: row;
}
.widget .list-group ul {
  /* flex: 0 0 50%;
  max-width: 50%; */
  padding-right: 10px;
}
.widget ul:not(.cont-list) li > a {
  display: block;
  padding-left: 1.2rem;
}
.widget ul:not(.cont-list) li > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.widget ul li > a:hover,
.widget ul li a:focus {
  color: #1f467f;
}
.bottom-bar {
  padding: 0rem 1.25rem 0.875rem;
}
.bottom-bar.bg-color1 p {
  color: #fff;
}
.bottom-bar p a:hover,
.bottom-bar p a:focus {
  color: var(--color1);
}
.bottom-bar.bg-color1 p a:hover,
.bottom-bar.bg-color1 p a:focus {
  color: var(--color18);
}

/*===== Featured Area Style 2 =====*/
/*.feat-item {max-height: 46.5625rem;}*/
.feat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.feat-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  min-height: 46.5625rem;
  max-height: 46.5625rem;
  height: 100%;
}
.slick-active .feat-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.feat-cap {
  z-index: 2;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 39.938rem;
}
.feat-cap .stroke-text {
  bottom: -47%;
  font-size: 15.625rem;
}
.feat-cap > span,
.feat-cap > h2,
.feat-cap > p {
  color: #fff;
}
.feat-cap > span {
  font-size: 1.25rem;
  font-weight: 500;
}
.feat-cap > span + h2 {
  margin-top: 10px;
}
.feat-cap > h2 {
  font-size: 3.4375rem;
}
.feat-cap > h2 + p {
  margin-top: 1.5625rem;
}
.feat-cap > p {
  font-size: 1.25rem;
}
.feat-cap > p + a {
  margin-top: 2.3125rem;
}

/*===== Recent Update Style =====*/
.recent-update-wrap {
  -webkit-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
}
.recent-title {
  padding: 2.95rem 3.75rem;
}
.recent-title > h2 {
  font-size: 2.5rem;
}
.recent-title > h2 + a {
  margin-top: 11px;
}
.recent-title > a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.0625rem;
}
.recent-title.grad-bg1 > h2,
.recent-title.grad-bg1 > a {
  color: #fff;
}
.recent-title.grad-bg1 > a:hover,
.recent-title.grad-bg1 > a:focus {
  color: var(--color1);
}
.recent-title > a i {
  margin-left: 10px;
}
.recent-update-box {
  padding: 48.2px 3.125rem;
}
.post-date2 {
  font-size: 0.9375rem;
  font-weight: 500;
}
.post-date2 + h3 {
  margin-top: 14px;
}
.recent-update-box > h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.recent-update-box > h3 + span {
  margin-top: 0.9375rem;
}
.post-date2 i {
  margin-right: 10px;
}
.post-date2:hover,
.post-date2:focus,
.recent-update-box.bg-color1 .post-date2:hover,
.recent-update-box.bg-color1 .post-date2:focus,
.recent-update-box.bg-color1 .post-author a:hover,
.recent-update-box.bg-color1 .post-author a:focus {
  color: var(--color18);
}
.recent-update-box.bg-color1 .post-date2,
.recent-update-box.bg-color1 h3,
.recent-update-box.bg-color1 span {
  color: #fff;
}
.recent-update-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: var(--color1);
}
.recent-update-box.bg-color1:before {
  background-color: var(--color18);
}
.recent-title,
.recent-update-box {
  min-height: 14.25rem;
}
.recent-update-box > h3 a:hover,
.recent-update-box > h3 a:focus {
  color: var(--color1);
}
.recent-update-box.bg-color1 > h3 a:hover,
.recent-update-box.bg-color1 > h3 a:focus {
  color: var(--color18);
}

/*===== Fun Facts Style 2 =====*/
.fun-facts-inner {
  flex: 0 0 96.5625rem;
  max-width: 96.5625rem;
  padding-top: 40px;
}
.fun-facts-inner > h2,
.srv-chart-wrap h2 {
  font-size: 2.8125rem;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}
.fact-box2 {
  padding: 3.5rem 1.9rem;
}
.fact-box2 > h3 {
  font-size: 4rem;
  font-weight: 600;
}
.fact-box2 > h3 small {
  font-size: 2.25rem;
}
.fact-box2 > h3 + h5 {
  margin-top: 6px;
}
.fact-box2 > h5 {
  font-size: 1.625rem;
  font-weight: 600;
}
.fact-box2 > h5 + p {
  margin-top: 4px;
}
.fact-box2 > p {
  font-size: 1rem;
}
.fact-box2 > h3,
.fact-box2 > h5,
.fact-box2 > p {
  color: #fff;
}
.fun-facts-inner > div.row > div:first-child .fact-box2 {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

/*===== Services Style 3 =====*/
.grad-bg1 .srv-box3 > span,
.grad-bg1 .srv-info > h4,
.grad-bg1 .srv-info > p {
  color: #fff;
}
@media (min-width: 1000px) {
  .srv-wrap3 > div.row > div:first-child .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(4) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(7) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(10) .srv-box3 {
    padding-right: 1.875rem;
  }
  .srv-wrap3 > div.row > div:nth-child(2) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(5) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(8) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(11) .srv-box3 {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .srv-wrap3 > div.row > div:last-child .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(3) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(6) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(9) .srv-box3 {
    padding-left: 1.875rem;
  }
  .srv-wrap3 > div.row > div:first-child .srv-box3:before,
  .srv-wrap3 > div.row > div:nth-child(4) .srv-box3:before,
  .srv-wrap3 > div.row > div:nth-child(7) .srv-box3:before,
  .srv-wrap3 > div.row > div:nth-child(10) .srv-box3:before {
    display: none;
  }
  .srv-wrap3 > div.row > div:first-child .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(2) .srv-box3,
  .srv-wrap3 > div.row > div:nth-child(3) .srv-box3 {
    padding-bottom: 2.5rem;
  }
  .srv-wrap3 > div.row > div:not(:first-child) .srv-box3,
  .srv-wrap3 > div.row > div:not(:nth-child(2)) .srv-box3,
  .srv-wrap3 > div.row > div:not(:nth-child(3)) .srv-box3 {
    padding-top: 2.5rem;
  }
  .srv-wrap3 > div.row > div:first-child .srv-box3:after,
  .srv-wrap3 > div.row > div:nth-child(2) .srv-box3:after,
  .srv-wrap3 > div.row > div:nth-child(3) .srv-box3:after {
    display: none;
  }
}
.srv-box3:before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4c4c4;
}
.srv-box3:after {
  content: "";
  position: absolute;
  left: -0.9375rem;
  right: -0.9375rem;
  top: 0;
  bottom: 0;
  height: 1px;
  background-color: #c4c4c4;
}
.srv-box3 > span {
  font-size: 5rem;
  line-height: 1;
  flex: 0 0 5rem;
  max-width: 5rem;
}
.srv-box3 {
  height: 100%;
}
.srv-box3:hover > span,
.feat-srv-box:hover > i,
.we-offer-srv-box:hover > span {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.srv-box3 > span + .srv-info {
  flex: 0 0 calc(100% - 5rem);
  max-width: calc(100% - 5rem);
  padding-left: 1.125rem;
}
.srv-info > h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.srv-info > h4 + p {
  margin-top: 10px;
}
.srv-info > p {
  font-size: 14px;
  line-height: 20px;
}

/*===== Idea Sec Style =====*/
.idea-wrap {
  padding: 10px 5.25rem;
}
.idea-title {
  margin-bottom: 1.875rem;
}
.idea-title > h2 {
  font-size: 2.5rem;
}
.idea-title > h2 + p {
  margin-top: 12px;
}
.blue-layer .idea-title > h2,
.blue-layer2 .idea-title > h2,
.blue-layer .idea-title > p,
.blue-layer2 .idea-title > p {
  color: #fff;
}
.form-wrap {
  margin-top: -1.25rem;
}
.form-wrap .field-box {
  margin-top: 1.25rem;
}
.form-wrap .field-box input,
.form-wrap .field-box select {
  border: 0;
  border-bottom: 3px solid #fff;
  font-size: 1rem;
  text-transform: uppercase;
  height: 2.8125rem;
  padding: 10px 0;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  color: #fff;
}
.form-wrap .field-box.slct-box:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 900;
  color: #fff;
  line-height: 2.8125rem;
  font-size: 1rem;
}
.form-wrap .field-btn {
  margin-top: 2.1875rem;
}
.form-wrap .field-btn .thm-btn {
  font-size: 1rem;
  padding: 1.125rem 3.125rem;
}

/*===== Team Style 1 =====*/
.team-wrap {
  margin-bottom: -2.5rem;
}
.team-wrap .team-box {
  margin-bottom: 2.5rem;
}
.team-box:hover .team-img > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color1);
  opacity: 0;
  z-index: 1;
}
.team-box:hover .team-img::before {
  opacity: 0.4;
}
.team-img .social-links3 {
  left: 0;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 1.25rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.social-links3 > a {
  color: #fff;
  height: 2.8125rem;
  width: 2.8125rem;
  line-height: 2.8125rem;
  border-width: 2px;
  border-style: solid;
  margin: 0 2px;
  text-align: center;
}
.social-links3 > a:hover,
.social-links3 > a:focus {
  background-color: #fff;
}
.team-box:hover .team-img .social-links3 {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.team-img + .team-info {
  margin-top: -2.5rem;
}
.team-info {
  max-width: calc(100% - 1.25rem);
  margin-left: 10px;
  z-index: 1;
  padding: 2.5rem 2.6rem 2.8rem;
  -webkit-filter: drop-shadow(0 5px 1.875rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 5px 1.875rem rgba(0, 0, 0, 0.1));
}
.team-info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  -webkit-border-radius: var(--curve10);
  border-radius: var(--curve10);
  background-color: #fff;
  z-index: -1;
}
.team-info > h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.team-info > h3 a:hover,
.team-info > h3 a:focus {
  color: var(--color1);
}
.team-info > h3 + span {
  margin-top: 3px;
}
.team-info > span {
  font-size: 0.9375rem;
  font-weight: 500;
}

/*=== Ver 2 ===*/
.team-inner2 {
  max-width: 63.75rem;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}
.team-box.v2 .team-info {
  max-width: initial;
  margin-left: 0;
  padding: 0;
  filter: initial;
}
.team-box.v2 .team-img + .team-info {
  margin-top: 1.875rem;
}
.team-box.v2 .team-info:before {
  display: none;
}
.team-caro > button.slick-arrow {
  z-index: 1;
  bottom: auto;
  top: 50%;
  width: auto;
  height: initial;
  line-height: 1;
  margin-top: -1.5625rem;
}
.team-caro > button.slick-prev {
  right: -5.5rem;
}
.team-caro > button.slick-next {
  left: -5.5rem;
}
.team-box.v2 .team-info > h3 {
  font-size: 1.5rem;
}
.team-box.v2 .team-info > h3 + span {
  margin-top: 6px;
}
.team-box.v2 .team-info > span {
  font-size: 1.0625rem;
}

/*===== Services & Char Style =====*/
.srv-box4 + .srv-box4 {
  margin-top: 2.5rem;
}
.srv-box4 > span {
  flex: 0 0 8.125rem;
  max-width: 8.125rem;
  text-align: center;
  line-height: 8.125rem;
  font-size: 3.75rem;
  padding: 0 2.8rem;
}
.srv-box4 > span svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.srv-box4 > span + .srv-info4 {
  flex: 0 0 calc(100% - 8.125rem);
  max-width: calc(100% - 8.125rem);
  padding-left: 2.5rem;
}
.srv-info4 > h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.srv-info4 > h4 + p {
  margin-top: 10px;
}
.srv-info4 > p {
  font-size: 1.0625rem;
  max-width: 90%;
}

/*===== Chart Style =====*/
.sec-title2 {
  margin-bottom: 1.875rem;
}
.sec-title2 > span {
  font-size: 1.125rem;
  font-weight: 500;
}
.sec-title2 > span + h2 {
  margin-top: 10px;
}
.sec-title2 > h2 {
  font-size: 2.25rem;
}
.sec-title2 > h2 span {
  font-weight: 300;
}
.highcharts-a11y-proxy-button {
  opacity: 0 !important;
  visibility: hidden;
  display: none !important;
}

/*===== Blog Style 2 =====*/
.blog-wrap2 {
  margin-bottom: -1.875rem;
}
.blog-wrap2 .post-box2 {
  margin-bottom: 1.875rem;
}
.post-box2:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-box2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color21);
  z-index: 1;
  opacity: 0.5;
}
.post-box2 .post-author {
  right: 3.125rem;
  color: #fff;
  z-index: 1;
  top: 2.85rem;
  font-weight: 500;
}
.post-box2 .post-author a:hover,
.post-box2 .post-author a:focus,
.post-info2 .post-date2:hover,
.post-info2 .post-date2:focus,
.post-info2 > h3 a:hover,
.post-info2 > h3 a:focus {
  color: var(--color18);
}
.post-box2 .post-info2 {
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 3.125rem 3.125rem;
}
.post-info2 .post-date2 {
  color: #fff;
}
.post-info2 > h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  max-width: 90%;
}
.post-box2 .post-cate {
  left: 3.125rem;
  top: 2.5rem;
}

/*===== Newsletter Style =====*/
.newsletter-wrap {
  min-width: calc(100% + 7rem);
  margin-left: -3.5rem;
}
.mini-title {
  flex: 0 0 26.25rem;
  max-width: 26.25rem;
}
.mini-title > h3 {
  font-size: 2.0625rem;
}
.mini-title > h3 + p {
  margin-top: 5px;
}
.bg-color1 .mini-title > h3,
.bg-color1 .mini-title > p {
  color: #fff;
}
.newsletter-form {
  flex: 1 0 0;
}
.newsletter-form > form .field-box {
  flex: 1 0 0;
  max-width: initial;
  padding: 0 5px;
}
.newsletter-form > form .field-box input {
  background-color: #fff;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  border-color: #fff;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  width: 100%;
  height: 3.75rem;
}
.newsletter-form > form .field-btn {
  padding-left: 0.9375rem;
  flex: 0 0 13.4375rem;
  max-width: 13.4375rem;
}
.newsletter-form > form .field-btn .thm-btn {
  padding: 1rem 2.5rem;
  height: 3.75rem;
}

/*===== Footer Style 2 =====*/
.google-map > iframe {
  -webkit-filter: invert(0.9);
  -ms-filter: invert(0.9);
  -o-filter: invert(0.9);
  filter: invert(0.9);
}
.widget-inner,
.cont-info .cont-list {
  flex: 0 0 36.25rem;
  max-width: 36.25rem;
}
.bg-color19 p,
.bg-color19 ul li,
.bg-color20 p,
.bg-color20 ul li,
.bg-color19 h3,
.bg-color20 h3 {
  color: #fff;
}
.links-wrap .widget-title {
  flex: 0 0 12rem;
  max-width: 12rem;
  margin: 14px 0 0;
}
.widget p + .links-wrap {
  margin-top: 1.5625rem;
}
.widget.bg-color19 {
  min-height: 30.625rem;
  padding: 3rem 1.25rem;
}
.cont-info {
  padding: 2.3125rem 1.25rem 3.125rem;
}
.cont-info .cont-list > li {
  flex: 50%;
  max-width: 50%;
  padding-right: 1rem;
}
.cont-info .cont-list > li:last-child {
  padding-left: 0;
}

/*===== Featured Area Style 3 =====*/
.feat-inner3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feat-cap3 {
  max-width: 45%;
}
.feat-cap3 > span {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
}
.feat-cap3 > span + h2 {
  margin-top: 7px;
}
.feat-cap3 > h2 {
  font-size: 3.4375rem;
  color: #fff;
}
.feat-cap3 > h2 + p {
  margin-top: 1.125rem;
}
.feat-cap3 > p {
  font-size: 1.25rem;
  color: #fff;
}
.feat-cap3 > p + a {
  margin-top: 2.8125rem;
}

/*===== Services Style 5 =====*/
.srv-wrap5 {
  margin-bottom: -1.875rem;
}
.srv-wrap5 .srv-box5 {
  margin-bottom: 1.875rem;
}
.srv-box5.rev .srv-info5 {
  order: -1;
}
.srv-img5 > a {
  display: block;
}
.srv-box5:hover .srv-img5 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.srv-info5 {
  padding: 2.5rem 3.75rem 1.25rem;
}
.srv-info5 > h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
.srv-info5 > h3 + a {
  margin-top: 10px;
}
.srv-info5 > a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.srv-info5 > a:hover,
.srv-info5 > a:focus {
  color: #000;
}

/*===== Contact Sec Style =====*/
.cont-sec-wrap {
  padding: 0 4rem;
}
.cont-sec-info-inner {
  padding-left: 8.4375rem;
}
.cont-sec-info-inner > i {
  font-size: 5.9375rem;
  line-height: 1;
  left: 0;
  top: 0;
}
.bg-color1 .cont-sec-info-inner > i,
.bg-color1 .cont-sec-info-inner > h2,
.bg-color1 .cont-sec-info-inner > p,
.bg-color1 .cont-box > i,
.bg-color1 .cont-box > span,
.bg-color1 .cont-box2 > div,
.bg-color1 .cont-box > h3,
.blue-layer .cont-sec-info-inner > i,
.blue-layer .cont-sec-info-inner > h2,
.blue-layer .cont-sec-info-inner > p,
.blue-layer .cont-box > i,
.blue-layer .cont-box > span,
.blue-layer .cont-box2 > div,
.blue-layer .cont-box > h3 {
  color: #fff;
}
.cont-sec-info-inner > h2 {
  font-size: 3.125rem;
}
.cont-sec-info-inner > h2 + p {
  margin-top: 1.125rem;
}
.cont-sec-info-inner > p {
  font-size: 1.375rem;
}
.cont-sec-info-inner > p + a {
  margin-top: 2.625rem;
}
.cont-box {
  min-height: 24.0625rem;
  flex: 0 0 26.875rem;
  max-width: 26.875rem;
  padding: 5.6rem 1.875rem;
}
.cont-box > i {
  font-size: 5.9375rem;
  line-height: 1;
}
.cont-box > i + span {
  margin-top: 1.4375rem;
}
.cont-box > span {
  font-size: 1.125rem;
}
.cont-box > span + h3 {
  margin-top: 7px;
}
.cont-box > h3 {
  font-size: 2.875rem;
}

/*=== Ver 2 ===*/
.cont-sec-wrap.v2 .cont-sec-info-inner > i {
  font-size: 9.375rem;
}
.cont-sec-wrap.v2 .cont-sec-info-inner {
  padding-left: 13.125rem;
}
.cont-box2 > div {
  position: relative;
  padding-left: 5.3125rem;
  display: block;
}
.cont-box2 > div i {
  font-size: 3.4375rem;
  position: absolute;
  left: 0;
}
.cont-box2 > div span {
  font-size: 1.125rem;
}
.cont-box2 > div h3 {
  color: inherit;
  font-size: 1.875rem;
}
.cont-box2 > div + a {
  margin-top: 2.5rem;
}
.cont-box2 a {
  width: 100%;
}

/*===== Projects Style =====*/
.proj-wrap {
  max-width: 120rem;
}
.proj-btn-box {
  flex: 0 0 19.0625rem;
  max-width: 19.0625rem;
}
.proj-btn-box > a {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 5rem 4.0625rem 4.0625rem;
}
.proj-btn-box > a i {
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-top: 10px;
}
.box-size1 {
  flex: 0 0 60rem;
  max-width: 60rem;
}
.box-size2 {
  flex: 0 0 23.4375rem;
  max-width: 23.4375rem;
}
.box-size3 {
  flex: 0 0 36.5625rem;
  max-width: 36.5625rem;
  min-height: 28.375rem;
}
.proj-btn-box > a:hover,
.proj-btn-box > a:focus {
  background-color: var(--color18);
}
.proj-box:not(.grad-bg1):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0b2141;
  opacity: 0.5;
  z-index: 1;
}
.proj-info {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 19rem;
}
.proj-box:hover > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.proj-info > h3 {
  font-size: 2.25rem;
}
.proj-info > h3 + span {
  margin-top: 13px;
}
.proj-info > span {
  font-size: 1.25rem;
  font-weight: 500;
}
.proj-info > h3 a:hover,
.proj-info > h3 a:focus,
.proj-info > span a:hover,
.proj-info > span a:focus {
  color: var(--color18);
}
.proj-info > h3,
.proj-info > span {
  color: #fff;
}
.grad-bg1 .proj-info > h3 a:hover,
.grad-bg1 .proj-info > h3 a:focus,
.grad-bg1 .proj-info > span a:hover,
.grad-bg1 .proj-info > span a:focus {
  color: var(--color1);
}

/*===== Get Proposal Style =====*/
.get-proposal-wrap {
  margin-bottom: -1.875rem;
}
.get-proposal-wrap .get-proposal-box {
  margin-bottom: 1.875rem;
}
.get-proposal-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  min-height: 19.375rem;
}
.get-proposal-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -8;
}
.get-proposal-inner {
  flex: 0 0 70%;
  max-width: 70%;
}
.get-proposal-inner > p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.get-proposal-inner > p + a {
  margin-top: 1.5625rem;
}

/*===== Sponsors Style 2 =====*/
.spnsrs-wrap2 > div.row > div:not(:first-child) .spnsr-box2::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  margin-top: -1.875rem;
  position: absolute;
  left: -0.9375rem;
  background-color: #919191;
  top: 50%;
}
.spnsr-box2 > a:hover img,
.spnsr-box2 > a:focus img {
  -webkit-filter: invert(0.5);
  -ms-filter: invert(0.5);
  -o-filter: invert(0.5);
  filter: invert(0.5);
}

/*===== Testimonials Style 2 =====*/
.testi-inner2 {
  flex: 0 0 60.625rem;
  max-width: 60.625rem;
  -webkit-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1.875rem rgba(0, 0, 0, 0.1);
}
.testi-title {
  position: absolute;
  left: 5rem;
  top: 3.4375rem;
}
.testi-title > h2 {
  font-size: 2.8125rem;
}
.testi-box2 {
  padding: 3.4375rem 5.3125rem 10.9375rem 19.0625rem;
  display: block !important;
}
.testi-box2 > p {
  padding-left: 5.625rem;
  position: relative;
  font-style: italic;
}
.testi-box2 > p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ebe9e9;
  font-size: 4.0625rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
.testi-box2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6.875rem;
  background-color: var(--color1);
}
.testi-info2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5rem 2.5rem;
}
.testi-info2 > img {
  border: 5px solid #fff;
}
.testi-name {
  padding-left: 6.75rem;
}
.testi-name > h4 {
  color: #fff;
  font-size: 1.5rem;
}
.testi-name > h4 + span {
  margin-left: 1rem;
}
.testi-name > span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.testi-inner2 .testi-caro > button.slick-arrow {
  left: auto !important;
  right: 0 !important;
  height: 6.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 6.25rem;
  font-size: 2.5rem;
  transform: initial !important;
  top: auto !important;
  bottom: 0;
}
.testi-inner2 .testi-caro > button.slick-arrow i:before {
  content: "\e922";
}
.testi-inner2 .testi-caro > button.slick-next {
  right: 6.25rem !important;
  -webkit-transform: rotateY(180deg) !important;
  -ms-transform: rotateY(180deg) !important;
  -o-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
.testi-inner2 .testi-caro > button.slick-arrow:hover,
.testi-inner2 .testi-caro > button.slick-arrow:focus {
  background: linear-gradient(211.42deg, #f85a3f 24.35%, #9e5f98 100.8%);
}

/*===== Blog Style 3 & 4 Style =====*/
.blog-wrap3 {
  margin-bottom: -1.875rem;
}
.blog-wrap3 .post-box3 {
  margin-bottom: 1.875rem;
}
.post-box3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color21);
  opacity: 0.5;
  z-index: 1;
}
.post-box3:hover > img,
.post-box4:hover .post-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-info3 {
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 1.25rem;
}
.post-info3 > a + h3 {
  margin-top: 1.5625rem;
}
.post-info3 > h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.post-info3 > h3 + .post-info-meta {
  margin-top: 1.25rem;
  padding-top: 1.5625rem;
}
.post-cate.bg-color1:hover,
.post-cate.bg-color1:focus {
  background-color: #fff;
  color: var(--color1);
}
.post-info3 > h3 a:hover,
.post-info3 > h3 a:focus {
  color: var(--color18);
}
.post-box3 .post-info-meta {
  position: relative;
}
.post-box3 .post-info-meta > * {
  color: #fff;
  margin: 0 1.125rem;
}
.post-info3 > h3 + .post-info-meta:before {
  content: "";
  height: 4px;
  background-color: #fff;
  position: absolute;
  width: 3.125rem;
  margin-left: -1.5625rem;
  top: 0;
}
.sec-title-inner2,
.sec-title-btn {
  margin-bottom: 2.5rem;
}
.sec-title-inner2 > span {
  font-size: 1.125rem;
}
.sec-title-inner2 > span + h3 {
  margin-top: 12px;
}
.sec-title-inner2 > h3 {
  font-size: 2.25rem;
}
.sec-title-inner2 > h3 span {
  font-weight: 300;
}
.blog-wrap4 {
  margin-bottom: -1.875rem;
}
.blog-wrap4 .post-box4 {
  margin-bottom: 1.875rem;
}
.post-img + .post-info4 {
  margin-top: 1.25rem;
}
.post-info-meta > * + * {
  margin-left: 1.875rem;
}
.post-info4 > div + h3 {
  margin-top: 1.25rem;
}
.post-info4 > h3 {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 90%;
}
.post-info4 > h3 a:hover,
.post-info4 > h3 a:focus {
  color: var(--color1);
}

/*=== Ver 2 ===*/
.post-box4.v2 .post-cate {
  left: auto;
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.post-box4.v2 .post-info4 > h3 {
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  display: inline-block;
}
.post-box4.v2 .post-info4 > h3 + span {
  margin-top: 14px;
}

/*===== Footer Style 3 =====*/
.footer-data3 .widget + .widget {
  margin-top: 2.5rem;
}
.footer-data3 .widget p {
  font-size: 1.25rem;
}
.contact-widget {
  flex: 0 0 54.0625rem;
  max-width: 54.0625rem;
}
.social-links3 > strong {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
}
.bg-color19 .social-links3 > strong {
  color: #fff;
}
.contact-widget ul.cont-list > li {
  font-size: 1.25rem;
  flex: 0 0 48%;
  max-width: 48%;
}
.contact-widget ul.cont-list > li a {
  display: block;
}
.contact-widget ul.cont-list > li:nth-child(2) {
  margin-left: -0.75rem;
}
.contact-widget ul.cont-list {
  justify-content: space-between;
  padding-left: 1.25rem;
}

/*===== Featured Area Style 4 =====*/
.feat-cap4 {
  max-width: 48%;
  z-index: 1;
}
.feat-cap4 > span {
  font-size: 1.25rem;
  font-weight: 500;
}
.feat-cap4 > span + h2 {
  margin-top: 12px;
}
.feat-cap4 > h2 {
  font-size: 3.75rem;
}
.feat-cap4 > h2 + p {
  margin-top: 1.5625rem;
}
.feat-cap4 > p {
  font-size: 1.25rem;
  color: var(--color3);
}
.feat-srv-wrap {
  z-index: 1;
  max-width: 49.375rem;
  margin-top: 2.1875rem;
}
.feat-srv-box {
  margin-top: 1.25rem;
  padding: 2.8125rem 1.875rem 2.1875rem;
}
.feat-srv-box > i {
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
.feat-srv-box > i + h3 {
  margin-top: 1.125rem;
}
.feat-srv-box > h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.feat-srv-box > h3 + a {
  margin-top: 9px;
}
.feat-srv-box > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.feat-srv-box > a:hover,
.feat-srv-box > a:focus {
  color: var(--color18);
}

/*===== About Style 4 =====*/
.about-img-inner4 {
  margin-top: 4.375rem;
}
.about-img-inner4 .exp-box {
  left: auto;
  right: -6.25rem;
  bottom: auto;
  top: -4.375rem;
  text-align: initial;
}
.about-title-wrap {
  padding-right: 2rem;
  position: relative;
  margin-bottom: 2.8125rem;
}
.about-title-wrap:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #c9d1e4;
  height: 25rem;
  right: -0.9375rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-title-wrap .sec-title,
.about-title-wrap .spnsrs-wrap {
  max-width: 32.5rem;
  padding-right: 2rem;
}
.spnsrs-wrap + a {
  margin-top: 3.75rem;
}
.about-desc4 {
  max-width: 32.5rem;
  margin-left: 6.25rem;
  margin-bottom: 2.8125rem;
}
.about-desc4 > h4 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  font-weight: 600;
}
.about-desc4 > h4 + p {
  margin-top: 1.25rem;
}
.about-desc4 > p {
  color: #6b6d7e;
}
.about-desc4 > p + .mini-fun-facts-wrap {
  margin-top: 2.5rem;
}
.mini-fun-facts-wrap {
  margin-bottom: -1.875rem;
}
.fact-box3 {
  margin-bottom: 1.875rem;
}
.fact-box3 > h3 {
  font-size: 2.8125rem;
  line-height: 1 !important;
}
.fact-box3 > h3 small {
  font-weight: 300;
  font-size: 1.875rem;
}
.fact-box3 > h3 + p {
  margin-top: 8px;
}
.fact-box3 > p {
  font-size: 1.0625rem;
}

/*=== Ver 2 ===*/
.about-wrap4.v2 .about-title-wrap {
  padding-right: 0;
}
.about-wrap4.v2 .about-title-wrap:before {
  display: none;
}
.about-wrap4.v2 .about-title-wrap .sec-title {
  max-width: initial;
  padding-right: 0;
}
.sec-title + .mini-fun-facts-wrap {
  margin-top: 3.125rem;
}
.about-wrap4.v2 .sec-title-inner > h3 {
  line-height: 1.6;
}

/*===== We Offer Services Style =====*/
.we-offer-srv-wrap {
  margin-bottom: -1.875rem;
}
.we-offer-srv-wrap .we-offer-srv-box {
  margin-bottom: 1.875rem;
}
.bg-color6 .we-offer-srv-box {
  background-color: #fff;
}
.we-offer-srv-box {
  background-color: var(--color6);
  padding: 3.125rem 16%;
}
.we-offer-srv-box > span {
  font-size: 4.6875rem;
  line-height: 1;
}
.we-offer-srv-box > span + h3 {
  margin-top: 1.5625rem;
}
.we-offer-srv-box > h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.we-offer-srv-box > h3 + p {
  margin-top: 10px;
}
.we-offer-srv-box > p {
  font-size: 1.0625rem;
}
.we-offer-srv-box > p + a {
  margin-top: 1.25rem;
}
.we-offer-srv-box > a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.we-offer-srv-box > a:hover,
.we-offer-srv-box > a:focus {
  color: var(--color18);
}

/*===== Packages Style 2 =====*/
.packages-wrap2 .package-box2 {
  margin-bottom: 1.875rem;
}
.package-box2 {
  padding: 2.5rem 3.4375rem;
}
.package-head {
  text-align: initial;
}
.package-head > span {
  height: 6.5625rem;
  width: 6.5625rem;
  line-height: 6.5625rem;
  background-color: #fff;
}
.package-head > span img {
  max-width: 3.4375rem;
}
.package-head > span + strong {
  padding-left: 1.875rem;
}
.package-head > strong {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
}
.package-head > strong i {
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}
.package-head + .package-body {
  margin-top: 2.5rem;
}
.package-body > h3 {
  text-align: initial;
  color: #fff;
  font-size: 1.875rem;
}
.package-body > ul {
  text-align: initial;
}
.package-body > ul li {
  color: #fff;
  font-size: 1.0625rem;
}
.package-body > ul li:before {
  color: inherit;
}
.package-body > ul li + li {
  margin-top: 10px;
}
.package-body > ul + a {
  margin-top: 2.5rem;
}
.package-body .thm-btn.invr::after {
  background-color: var(--color1);
}
.package-body .thm-btn.invr:hover,
.package-body .thm-btn.invr:focus {
  color: #fff;
}
.package-body .thm-btn {
  width: 100%;
}

/*===== Mission Services Style =====*/
.mission-studios-wrap {
  min-width: 96.25rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding: 3.125rem 3.125rem 0;
}
.mission-box {
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 4.375rem 5rem 3.4375rem;
}
.mission-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mission-box.grad-layer1:before {
  opacity: 0.9;
}
.mission-box > h3,
.mission-box > p {
  color: #fff;
}
.mission-box > h3 {
  font-size: 2.625rem;
}
.mission-box > h3 + p {
  margin-top: 1.25rem;
}
.mission-box > p {
  font-size: 1.375rem;
}
.mission-box > p + a {
  margin-top: 4.0625rem;
}

/*=== Ver 2 ===*/
.mission-box.v2 {
  padding: 6.375rem 3.5rem;
}
.mission-box.v2 > p + a {
  margin-top: 2.8125rem;
}

/*===== Have A Question Style =====*/
.google-map.v2 {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 35% 100%, 0 90%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 35% 100%, 0 90%, 0 0);
  margin-top: -21.25rem;
}

/*===== Footer Style 3 =====*/
footer.style3 .fixed-bg {
  top: -10%;
  height: initial;
  bottom: 0;
}
.insta-wrap {
  margin-bottom: -10px;
}
.insta-wrap a {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.insta-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}
.insta-wrap a img {
  width: 100%;
}
.insta-wrap a:hover:before,
.insta-wrap a:focus:before {
  opacity: 0.5;
}
.col-lg-3 .widget p {
  max-width: 100%;
}
.widget p + .social-links3 {
  margin-top: 2.5rem;
}
.cont-list.v2 > li i {
  font-size: 1.125rem;
}
.widget ul.cont-list.v2 > li {
  font-size: 1rem;
  max-width: 80%;
}
.widget ul.cont-list.v2 > li a:hover,
.widget ul.cont-list.v2 > li a:focus {
  color: var(--color1);
  opacity: 1;
}
.widget ul.v2:not(.cont-list) li a::before {
  content: "\f14a";
  color: #c2c2c2;
}
.widget ul.v2:not(.cont-list) li a:hover,
.widget ul.v2:not(.cont-list) li a:focus {
  color: var(--color1);
  opacity: 1;
}
.widget ul.v2:not(.cont-list) li a:hover:before,
.widget ul.v2:not(.cont-list) li a:focus:before {
  color: inherit;
}

/*===== Page Title Style =====*/
.page-title-wrap {
  padding: 5.3125rem 0;
}
.page-title-wrap > h1 {
  font-size: 2.8125rem;
  font-weight: 600;
}
.black-layer .page-title-wrap > h1,
.black-layer .breadcrumb .breadcrumb-item {
  color: #fff;
}
.page-title-wrap > h1 + .breadcrumb {
  margin-top: 4px;
}
.breadcrumb .breadcrumb-item {
  position: relative;
  font-size: 1.125rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5625rem;
  margin-left: 1.375rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "|";
  color: #fff;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
}
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus {
  color: var(--color1);
}

/*===== Company Story Style =====*/
.story-list {
  max-width: 73.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.story-list:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 10px;
  bottom: 0;
  background-color: #c0cbd7;
}
.story-list > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.story-list > li:nth-child(2n) {
  justify-content: flex-end;
}
.story-list > li .story-box-wrap {
  flex: 0 0 35rem;
  max-width: 35rem;
}
.story-box {
  background-color: var(--color6);
}
.story-info {
  padding: 10px 20px;
}

.story-img {
  height: 80px;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.story-img img {
  max-width: 100px;
  width: 100%;
}

.bg-color6 .story-box {
  background-color: #fff;
  border: 1px solid #cccccc66;
  padding: 15px;
}
.story-box-wrap > span {
  text-align: end;
  font-size: 1.875rem;
  font-weight: 300;
}
.story-box-wrap > span:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: #1562a4;
  right: -2rem;
  top: 50%;
}
.story-list > li:nth-child(2n) .story-box-wrap > span {
  text-align: initial;
}
.story-list > li:nth-child(2n) .story-box-wrap > span:before {
  left: -2rem;
  right: auto;
}

.story-info > h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.story-info > h4 + p {
  margin-top: 9px;
}
.story-info > p {
  font-size: 15px;
  line-height: 23px;
}
.story-info > p + a {
  margin-top: 10px;
}
.story-info > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.story-info > a:hover,
.story-info > a:focus {
  color: var(--color18);
}

/*===== Team Detail Style =====*/
.team-detail-wrap {
  padding: 0 5rem;
}
.team-detail-info-top-inner > h3 {
  font-size: 2.25rem;
  font-weight: 600;
}
.team-detail-info-top-inner > h3 + span {
  margin-top: 8px;
}
.team-detail-info-top-inner > span {
  font-size: 1.0625rem;
  font-weight: 500;
}
.team-detail-info-top + .team-detail-info-bottom {
  margin-top: 2.1875rem;
}
.team-detail-info-bottom-inner {
  border: 1px solid #908cc1;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}
.team-detail-info-bottom-inner > p {
  color: #130f49;
  font-size: 1rem;
  padding: 1.09375rem 2.5rem;
}
.team-detail-info-bottom-inner > p + .team-cont {
  border-top: 1px solid #908cc1;
}
.team-cont > h4,
.team-cont-inner > h4 {
  font-size: 1.25rem;
}
.team-cont > h4 + .team-cont-inner {
  border-left: 1px solid #908cc1;
}
.team-cont-inner > a:hover,
.team-cont-inner > a:focus {
  color: var(--color1);
}
.team-cont > * {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 2rem 3.125rem;
}
.team-detail-info-bottom-inner + ul {
  margin-top: 1.25rem;
}
.team-detail-info-bottom > ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.team-detail-info-bottom > ul + a {
  margin-top: 3.4375rem;
}
.team-detail-info-wrap + .team-detail-desc {
  margin-top: 6.5625rem;
}
.team-detail-desc > span {
  font-size: 1.125rem;
  font-weight: 500;
}
.team-detail-desc > span + h2 {
  margin-top: 13px;
}
.team-detail-desc > h2 {
  font-size: 2.5rem;
}
.team-detail-desc > h2 + p {
  margin-top: 1.25rem;
}
.team-detail-desc > p {
  color: #6b6d7e;
}
.team-detail-desc > p + p {
  margin-top: 2.1875rem;
}

/*===== Contact Style =====*/
.contact-wrap .contact-wrap {
  padding: 3.4375rem 4.6875rem 5.625rem;
}
.contact-wrap .field-box > label {
  font-size: 14px;
  color: #595959;
  font-weight: 500;
  margin-bottom: 1rem;
}
.contact-wrap .field-box > input,
.contact-wrap .field-box > textarea {
  width: 100%;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #cfdae4;
  font-size: 14px;
  color: #b5b0ad;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}
.contact-wrap .field-box > textarea {
  height: 6.5625rem;
}
.contact-wrap .field-box + .field-box {
  margin-top: 1.625rem;
}
.contact-wrap .field-btn .thm-btn {
  font-size: 1rem;
  padding: 1.125rem 3.125rem;
}
.contact-wrap .field-btn {
  margin-top: 2.1875rem;
}

/*===== Portfolio Style 1 =====*/
.filter-links > li {
  font-weight: 600;
  color: #000;
}
.filter-links > li a {
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  padding: 13.5px 1.25rem;
}
.filter-links > li a:hover,
.filter-links > li a:focus,
.filter-links > li.active a {
  color: #fff;
  padding: 13.5px 1.875rem;
}
.portfolio-list-wrap + .portfolio-wrap {
  margin-top: 3.125rem;
}
.portfolio-wrap {
  margin-bottom: -1.875rem;
}
.portfolio-wrap .portfolio-box {
  margin-bottom: 1.875rem;
}
.portfolio-box > a {
  display: block;
}
.portfolio-box > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color1);
  opacity: 0;
  z-index: 1;
}
.portfolio-box:hover > a::before {
  opacity: 0.5;
}
.portfolio-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*===== Portfolio Style 2 =====*/
.portfolio-wrap2 {
  margin-bottom: -3.4375rem;
}
.portfolio-wrap2 .portfolio-box2 {
  margin-bottom: 3.4375rem;
}
.portfolio-img2 > a {
  display: block;
}
.portfolio-img2 > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--color1);
  opacity: 0;
}
.portfolio-box2:hover .portfolio-img2 > a::before {
  opacity: 0.5;
}
.portfolio-box2:hover .portfolio-img2 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio-img2 + .portfolio-info {
  margin-top: 2rem;
}
.portfolio-info > h3 {
  font-size: 1.625rem;
  font-weight: 600;
}
.portfolio-info > h3 a:hover,
.portfolio-info > h3 a:focus {
  color: var(--color1);
}
.portfolio-info > h3 + span {
  margin-top: 8px;
}
.portfolio-info > span {
  font-weight: 500;
  font-size: 0.9375rem;
}

/*===== Portfolio Detail Style =====*/
.portfolio-detail-img,
.portfolio-detail-info-wrap {
  max-width: 60.625rem;
  margin: 0 auto;
}
.portfolio-detail-img {
  margin-bottom: 1.25rem;
}
.portfolio-detail-info-wrap h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 2.1875rem;
}
.portfolio-detail-info-wrap h3 + span {
  margin-top: 5px;
}
.portfolio-detail-info-wrap span {
  font-size: 0.9375rem;
  font-weight: 500;
}
.portfolio-detail-info-wrap p {
  margin-top: 2.1875rem;
  color: #6b6d7e;
}
.blockquote {
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
  color: var(--color2);
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 9.375rem;
  margin: 2.5rem 0 8px;
}
.blockquote > i {
  font-size: 4.375rem;
  line-height: 1;
  left: 2.5rem;
  color: #e5eef6;
}
.blockquote > p {
  font-size: inherit;
  color: inherit;
  margin: 0;
}
.blockquote > p + cite {
  margin-top: 4px;
}
.blockquote > cite {
  font-size: 14px;
  color: var(--color1);
}
.post-pagi-wrap {
  max-width: 73.125rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.portfolio-detail-info-wrap + .post-pagi-wrap {
  border-top: 1px solid #cacaca;
  margin-top: 5rem;
  padding-top: 2.1875rem;
  margin-bottom: -1.875rem;
}
.post-pagi-wrap > div {
  margin-bottom: 1.875rem;
}
.post-pagi-item > a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.next-post > a {
  padding-left: 5rem;
}
.prev-post > a {
  padding-right: 5rem;
  text-align: right;
}
.post-pagi-item > a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.625rem;
  color: var(--color1);
  font-weight: 900;
}
.next-post > a:before {
  content: "\f060";
  left: 0;
}
.prev-post > a:before {
  content: "\f061";
  right: 0;
}
.next-post > a img + .post-pagi-item-inner {
  padding-left: 1.5625rem;
}
.post-pagi-item-inner > h4 {
  font-size: 1.625rem;
  font-weight: 600;
}
.post-pagi-item-inner > h4 + span {
  margin-top: 10px;
}
.post-pagi-item-inner > span {
  font-size: 0.9375rem;
  font-weight: 500;
}
.prev-post > a img + .post-pagi-item-inner {
  padding-right: 1.5625rem;
}
.prev-post > a img {
  order: 1;
}
.post-pagi-item > a:hover .post-pagi-item-inner > h4,
.post-pagi-item > a:focus .post-pagi-item-inner > h4 {
  color: var(--color1);
}

/*===== Sidebar Style =====*/
.sidebar {
  margin-bottom: -4.0625rem;
}
.sidebar .widget {
  margin-bottom: 4.0625rem;
}
.widget.v2 .widget-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.search > input {
  width: 100%;
  height: 3rem;
  color: #999;
  font-size: 1rem;
  padding: 10px 3.5rem 10px 1rem;
  border-color: #c2c2c2;
  border-width: 2px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.search > button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  color: #a4a4a4;
  font-size: 14px;
  width: 3.125rem;
}
.search > button:hover,
.search > button:focus {
  color: var(--color1);
}
.latest-post + .latest-post {
  margin-top: 2.3125rem;
}
.latest-post-img {
  margin-bottom: 1.25rem;
}
.latest-post > span a:hover,
.latest-post > span a:focus {
  color: var(--color18);
}
.latest-post > span + h4 {
  margin-top: 6px;
}
.latest-post > h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  max-width: 90%;
}
.latest-post > h4 + a {
  margin-top: 12px;
}
.latest-post > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.latest-post > h4 a:hover,
.latest-post > h4 a:focus,
.latest-post > a:hover,
.latest-post > a:focus {
  color: var(--color18);
}
.widget.v2 ul li {
  font-size: 1rem;
}
.widget.v2 ul:not(.cont-list) li > a {
  display: block;
  padding-right: 3.125rem;
  padding-left: 1.375rem;
}
.widget.v2 ul:not(.cont-list) li > a:before {
  content: "\e91f";
  font-family: "icomoon";
  font-size: 13px;
  font-weight: initial;
  color: var(--color1);
}
.widget.v2 ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.widget.v2 ul:not(.cont-list) li > a:hover,
.widget.v2 ul:not(.cont-list) li > a:focus {
  color: var(--color1);
  opacity: 1;
}
.widget.v2 ul ul {
  padding-left: 1.25rem;
}
.widget.v2 ul li.menu-items-has-children > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tagclouds {
  margin-top: -10px;
}
.tagclouds > a {
  display: inline-block;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  background-color: var(--color23);
  margin: 10px 10px 0 0;
  position: relative;
  z-index: 1;
  font-size: 13px;
  padding: 7.25px 0.9375rem;
  color: var(--color3);
}
.tagclouds > a:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background-color: var(--color1);
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
}
.tagclouds > a:hover,
.tagclouds > a:focus {
  color: #fff;
}
.tagclouds > a:hover:before,
.tagclouds > a:focus:before {
  opacity: 1;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
.widget.v2 .insta-wrap a {
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}

/*===== Blog Detail Style =====*/
.post-detail > p + p,
.post-detail > p + img,
.post-detail > img + p,
.post-detail > p + ul,
.post-detail > ul + p {
  margin-top: 2.5rem;
}
.post-tags {
  font-size: 14px;
  font-weight: 500;
  padding: 1.375rem 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 3.75rem;
}
.post-tags > i {
  margin-right: 10px;
}
.post-tags > a:hover,
.post-tags > a:focus {
  color: var(--color18);
}
.author-box {
  margin-top: 3.75rem;
  padding: 1.875rem 2.8125rem 2.5rem 1.875rem;
}
.author-box > p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 1.25rem;
}
.author-box-top-inner > img + .author-box-top-inner-info {
  padding-left: 1.5625rem;
}
.author-box-top-inner-info > h4 {
  font-size: 1.25rem;
}
.author-box-top-inner-info > h4 + span {
  margin-top: 3px;
}
.author-box-top-inner-info > span {
  font-size: 14px;
  font-weight: 500;
}
.comments-thread {
  margin-top: 3.125rem;
}
.comments-thread > h3 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
.comment {
  padding: 2.8125rem 4.375rem 2.8125rem 3.125rem;
  margin-top: 10px;
}
.comment-top-inner > img + h4,
.comment-top-inner > h4 + span {
  margin-left: 0.9375rem;
}
.comment-top-inner > h4 {
  font-size: 1.25rem;
}
.comment-top-inner > span {
  font-size: 14px;
  font-weight: 500;
}
.comment-top > a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.comment-top > a:hover,
.comment-top > a:focus {
  color: var(--color18);
}
.comment > p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 1.25rem;
  max-width: 90%;
}
.comments-list .children {
  padding-left: 3.125rem;
}
.comments-reply {
  margin-top: 3.75rem;
}
.comments-reply > h3 {
  color: #fff;
  font-size: 1.25rem;
  padding: 1.375rem 2.1875rem;
}
.comments-reply > form {
  padding: 0.9375rem 2.1875rem 2.1875rem;
}
.comments-reply > form .field-btn {
  margin-top: 1.5rem;
}
.comments-reply > form .field-box {
  margin-top: 0.9375rem;
}

/*===== Content Elements Style =====*/
.content-box {
  margin-bottom: 3.125rem;
}
.content-box h1 {
  font-size: 3rem;
}
.content-box h2 {
  font-size: 2.5rem;
}
.content-box h3 {
  font-size: 2.25rem;
}
.content-box h4 {
  font-size: 1.875rem;
}
.content-box h5 {
  font-size: 1.625rem;
}
.content-box h6 {
  font-size: 1.375rem;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  line-height: 3.3125rem;
}
.content-box > p {
  color: #6b6d7e;
  margin-top: 1.375rem;
  line-height: 2.2rem;
}
.devider {
  background-color: #a8a8a8;
}

/*=== Buttons Style ===*/
.thm-btn.brd-btn.v3 {
  border-color: var(--color1);
  color: var(--color1);
}
.thm-btn.brd-btn.v3:hover,
.thm-btn.brd-btn.v3:focus {
  color: #fff;
}
.thm-btn.bg-color23 {
  color: var(--color1);
}
.thm-btn.bg-color23:hover,
.thm-btn.bg-color23:focus {
  background-color: var(--color1);
  color: #fff;
}
.btns-list .thm-btn {
  margin-top: 3.125rem;
  font-weight: 600;
}
.lrg-btn {
  padding: 13px 2.5rem;
}
.lrg-btn.brd-btn {
  padding: 9px 2.3rem;
}
.mid-btn {
  padding: 9px 2.1rem !important;
}
.mid-btn.brd-btn {
  padding: 5px 2rem !important;
}
.sml-btn {
  font-size: 14px;
  font-weight: 500 !important;
  padding: 8px 2.05rem !important;
}
.sml-btn.brd-btn {
  padding: 4px 1.8rem !important;
}

/*=== Alert Style ===*/
.alet-boxes {
  margin-top: 10px;
}
.alert {
  padding: 1.75rem 3.75rem 1.75rem 5rem;
  margin: 10px 0 0;
  border: 0;
}
.alert > i {
  color: #fff;
  font-size: 1.25rem;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert.bg-primary > i {
  font-size: 1.875rem;
}
.alert > h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem;
}
.alert > button {
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 14px;
  width: 14px;
  color: #fff;
  background-image: none;
  opacity: 1;
  top: 50% !important;
  right: 1.875rem !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert > button:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
  line-height: 1;
}
.alert > button:hover,
.alert > button:focus {
  color: #fff;
  opacity: 0.6;
}
.alert > p {
  color: #fff;
  line-height: 1.625rem;
  font-size: 1rem;
}
.alert-info {
  background-color: #a4c6f4;
}
.alert-success {
  background-color: #88d498;
}
.alert-warning {
  background-color: #d2bf55;
}
.alert-danger {
  background-color: #f25757;
}
.alert.bg-color23 > i,
.alert.bg-color23 > h4,
.alert.bg-color23 > button {
  color: var(--color1);
}
.alert.bg-color23 > p {
  color: var(--color2);
}

/*=== Lists Style ===*/
.list-style1 > li,
.list-style2 > li,
.list-style3 > li {
  position: relative;
  font-size: 1.125rem;
  padding: 0 10px 0 1.875rem;
  margin-top: 1.25rem;
}
.list-style1 > li:hover,
.list-style2 > li:hover,
.list-style3 > li:hover {
  color: var(--color1);
}
.list-style1 > li:hover:before,
.list-style2 > li:hover:before,
.list-style3 > li:hover:before {
  color: inherit;
}
.list-style1 > li:before,
.list-style2 > li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #c2c2c2;
}
.list-style2 > li:before {
  content: "\f00c";
}
.list-style3 > li:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

/*=== Toggles Style ===*/
.toggle-item {
  margin-top: 10px;
}
.toggle-item > h4 {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 13.5px 5rem 13.5px 2.1875rem;
}
.toggle-item > h4 i {
  position: absolute;
  background-color: #fff;
  color: var(--color1);
  right: 0.9375rem;
  top: 1.125rem;
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
  width: 2.8125rem;
  text-align: center;
  line-height: 2.625rem;
  font-size: 1.25rem;
}
.toggle-content {
  padding: 0 2.1875rem 2.1875rem;
}
.toggle-content > p {
  font-size: 1rem;
  color: #6b6d7e;
  max-width: 90%;
}
.toggle-item.active > h4 i {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.toggle.v2 .toggle-item {
  border: 2px solid var(--color1);
}
.toggle.v2 .toggle-item > h4 {
  padding: 12.5px 2.5rem 12.5px 5.9375rem;
}
.toggle.v2 .toggle-item > h4 i {
  right: auto;
  left: -2px;
  background-color: var(--color1);
  color: #fff;
  line-height: 5rem;
  width: 3.75rem;
  top: 0;
}
.toggle.v2 .toggle-item.active {
  background-color: var(--color1);
}
.toggle.v2 .toggle-item.active > h4 {
  color: #fff;
  padding-bottom: 0;
}
.toggle.v2 .toggle-item.active > h4 i {
  background-color: var(--color23);
  color: var(--color1);
  line-height: 5.75rem;
  width: 2.8125rem;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  top: -2px;
  left: 0.9375rem;
}
.toggle.v2 .toggle-content {
  padding-left: 5.9375rem;
}
.toggle.v2 .toggle-content > p {
  color: #fff;
}

/*=== Progress Bars ===*/
.progress-wrap,
.content-box .chart-box {
  margin-top: 1.875rem;
}
.progress-item + .progress-item {
  margin-top: 1.5625rem;
}
.progress-top > span {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 7px;
}
.progress {
  height: 8px;
}

/* Common code  */
.streamline:before {
  content: "";
  background-image: url("/assets/images/icons-blue.png");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 700px;
  right: -35px;
  opacity: 0.5;
}

.finance-section {
  padding: 100px 0;
  background: #f7f7f7;
}

.finance-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/*.finance-content {
  width: 50%;
}*/

.finance-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 2px solid transparent;
}

.finance-card.active {
  border-color: #4c6fff;
}

.finance-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c6fff;
  font-size: 30px;
}

.finance-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
}

.orbit-container {
  width: 500px;
  height: 500px;
  position: relative;
}

.orbit-item {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  transition:
    transform 1.2s cubic-bezier(0.68, 0.4, 0.32, 1.2),
    width 0.8s ease,
    height 0.8s ease,
    z-index 0.3s;
}
.orbit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center-circle {
  width: 225px;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.thm-btn.brd-btn.blue {
  border-color: #1f467f;
  color: #1f467f;
}
.thm-btn.brd-btn.blue:hover {
  color: #ffffff;
}

h1 span {
  background: linear-gradient(90deg, #6f43ff, #2ab7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #6d4cff, #31b8ff);
  margin: 28px 0;
  border-radius: 20px;
}
h1 {
  font-size: 60px;
  line-height: 1.25;
  color: #081a3d;
  font-weight: 700;
}
.feat-mckp img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
.logo-item {
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 13px;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: scrollLogos 20s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  padding: 20px;
}


.recent-post div {
    width: calc(-14px + 100%);
}

div#recentPosts {
    height: 460px;
    overflow: auto;
}
div#featuredBlog {
    padding-bottom: 30px;
   
}

.logo-item img:hover {
  transform: scale(1.08);
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media(max-width:768px){
  .streamline:before {
    right: 0px;
  }
}