@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700,0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:ital,wght@0,400;0,600;1,400&display=swap');
/*------------------------------------------------------------------
[Master Stylesheet]

Project: Rhythm
Version: 3.2
Last change: 28 Jyle 2021
Primary use: Multipurpose Template  
 
bg-gray: 	#ecf0f7
Light: #ecf0f7 236,240,247
Earth: #998650  153, 134, 80  

Main Blue #00549e  0,84,158
Dark Blue: #16469b	22,70,155


Light Blue:  #139ce0	19,156,224
 
Yellow: #ffc425 255,196,37
 
Gradient blue to dark
 */
/* CSS HEX  


background: hsla(219, 75%, 35%, 1);

background: linear-gradient(180deg, rgba(0,84,158, 1) 0%, rgba(19,156,224, 1) 100%);

background: -moz-linear-gradient(180deg, rgba(0,84,158, 1) 0%, rgba(19,156,224, 1)  100%);

background: -webkit-linear-gradient(180deg, rgba(0,84,158, 1) 0%, rgba(19,156,224, 1)  100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00549e", endColorstr="#139ce0", GradientType=1 );


 */
/*------------------------------------------------------------------
[Table of contents]

1. Fonts
    1.1. Font Awesome
    1.2. Font HK Grotesk
2. Common styles
3. Page loader
4. Typography
5. Buttons
6. Forms fields
7. Home sections
    7.1. Header common styles
    7.2. Scroll down icon
    7.3. HTML5 BG VIdeo
    7.4. Section edge svg
    7.5. Fullwidth gallery
    7.6. Split background
    7.7. Float Images
    7.8. Typed text
    7.9. Headings styles
8. Custom appear animation
    8.1. Extra styles for animate.css
9. Classic menu bar
    9.1. Logo (in navigation panel)
    9.2. Desktop nav
    9.3. Mobile nav
    9.4. Dark panel style
10. Sections styles
    10.1. Common
11. Services
12. Alternative services
13. Team
14. Our Focus
15. Alt Our Focus
16. Counters
17. Portfolio
    17.1. Works filter
    17.2. Works grid
    17.3. Works full view
18. Banner section
19. Call action 1 section
20. Call action 2 section
21. Call action 3 section
22. Work process
23. Testimonial
    23.1. Logotypes
24. Post previews (news section)
25. Newsletter
26. Contact section
    26.1. Contact form
27. Footer
28. Blog
    28.1. Pagination
    28.2. Comments
    28.3. Sidebar
29. Shop
30. Pricing
31. Shortcodes
    31.1. Lightbox Modal
    31.2. Owl Carousel
    31.3. Tabs
    31.4. Tabs minimal
    31.5. Tabs Alternative
    31.6. Alert messages
    31.7. Accordion
    31.8. Toggle
    31.9. Progress bars
    31.10. Font Awesome icons examples
    31.11. Iconmonstr icons examples
32. Intro page
33. Skip to Content Link
34. Morphext


/* ==============================
   Fonts
   ============================== */

body #page-title.page-section, 
body #home.page-section {
  padding-top: 130px;
  padding-bottom: 100px;
}

body #page-title h1, body #home.bg-dark h1 {
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: capitalize !important;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #ffc425;
	margin-bottom: .5em;
}
body #about .section-text h3 {
  font-size: 1.75rem;
}
@media (prefers-reduced-motion:reduce), print {}
@media only screen and (max-width: 992px) {
  body #about .section-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  body #page-title h1, body #home h1 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    
    letter-spacing: 1px;
    line-height: 1;
 
  }
  body #about .section-text h3 {
    font-size: 1rem;
  }
	
	body section.page-section#home {padding-bottom: 40px !important;}
	
}
/* ==============================
   Common styles
   ============================== */
body .font-alt, body .hs-line-7, body h1 {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}
a, b, div, ul, li {}
a:focus.focus-visible, button:focus.focus-visible, div:focus.focus-visible {
  -moz-outline: 2px dotted #ffc425 !important;
  outline: 2px dotted #ffc425 !important;
}
body .dark, body .black {
  color: #3D4242 !important;
}
body .white {
  color: #fff !important;
}
body .gray {
  color: #3D4242 !important;
}
body .light-content .gray {
  color: #bfcfe6 !important;
}
body .black {
  color: #3D4242 !important;
}
body .color, body .color1, body .green, body .teal, body .blue {
  color: #16469b !important
}
body .color2 {
  color: #ffc425 !important;
}
::-moz-selection {
  color: #fff;
  background: #3E7CB1;
}
::-webkit-selection {
  color: #fff;
  background: #3E7CB1;
}
::selection {
  color: #fff;
  background: #3E7CB1;
}
body .border-top, body .footer.border-top, body .page-section, body .small-section {
  border-top: 5px solid #ffc425 !important;
}
body #page-title.page-section, body #page-title.small-section {
  border-top: 5px solid transparent !important;
}
#top > nav .border-bottom {
  border-bottom: 5px solid #ffc425;
}
.main-nav.border-bottom {
  border-bottom: 2px solid #ffc425 !important
}
/* ==============================
   Page loader
   ============================== */
.page-loader {
  background: #f5f5f5;
}
body .loader {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, .55);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .page-loader.dark {
  background: #3D4242;
}
body .page-loader.dark .loader {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, .5);
}
/* ==============================
   Typography
   ============================== */
body {
  color: #3D4242;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
body h1, body .h1, h2, body .h2, h3, body .h3, h4, body .h4, h5, body .h5, h6, body .h6 {
  font-family: 'Josefin Sans', sans-serif !important;
}
body #main, body #main p, body #main li, .p {
  font-family: 'Atkinson Hyperlegible', sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.5;
}
body .fixed-height-large {
  min-height: 700px;
}
body .fixed-height-medium {
  min-height: 600px;
}
body .fixed-height-small {
  min-height: 500px;
}
body .hs-line-10.highlight {
  background: #ffc425;
  opacity: .65;
}
body .hs-line-10.transparent {
  background: none;
  color: #aaa;
}
a {
  color: #3D4242;
}
a:hover {
  color: #555;
}
b, strong {
  font-weight: 600;
}
mark {
  background-image: linear-gradient(90deg, rgba(22, 70, 155, .1) 0, rgba(22, 70, 155, .1) 100%);
}
body .light-content mark {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) 100%);
}
body .small, small {
  font-weight: 400; /*500*/
}

body .stick-fixed.bottom {
  position: fixed !important;
  bottom: 0;
  left: 0;
}
h2, body .h2 {
  margin-bottom: 0.5em;
  font-size: 2.25rem;
  letter-spacing: -0.04em;
}
h3, body .h3 {
  margin-bottom: 0.7em;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 600;
}
body h4, body .h4 {
  font-size: 2rem;
  letter-spacing: -0.04em;
}
h5, body .h5 {
  font-size: 1.75rem;
}
h6, body .h6 {
  font-size: 1.35rem;
  font-weight: 700;
}
p {
  margin: 0 0 1.5em 0;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
body blockquote, body blockquote p {
  margin: 0 0 3em 0;
  border: none;
  background: none;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.7;
}
body blockquote p {
  position: relative;
  margin-bottom: 1em;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.7;
}
body blockquote footer {
  margin-top: 5px;
  display: block;
  position: relative;
}
body blockquote footer cite {
  font-size: .85rem;
  font-weight: 400; /*500*/
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1;
}
dl dt {
  font-weight: 600;
}
pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}
hr {
  background-color: #3D4242;
  opacity: .1;
}
hr.white {
  background-color: #fff;
}
body .uppercase {
  text-transform: uppercase;
  letter-spacing: 0.0454545em;
}
body .serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
body .normal {
  font-weight: normal;
}
body .strong {
  font-weight: 700 !important;
}
body .lead {
  margin: 1em 0 2em 0;
  font-size: 140%;
  font-weight: 400; /*500*/
  letter-spacing: -0.02em;
  line-height: 1.7;
  background-color: transparent;
}
body .lead * {
  background-color: transparent !important;
}
body .lead-alt {}
body .text {
  color: #5f5f5f;
}
body .text h1, body .text h2, body .text h3, body .text h4, body .text h5, body .text h6 {}
body .light-content .text {
  font-weight: 400;
  color: #fff;
}
body .light-content .text h1, body .light-content .text h2, body .light-content .text h3, body .light-content .text h4, body .light-content .text h5, body .light-content .text h6 {
  color: #fff;
}
body .dropcap {}
body .table-bordered th, body .table-bordered td {
  border-color: #e0e0e0;
}
body .light-content table {
  color: #fff;
}
body .light-content .table-bordered th, body .light-content .table-bordered td {
  border-color: #333;
}
body .light-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
body .highlight pre {
  border: 1px solid #eaeaea;
  background: #fcfcfc;
  color: #555;
}
body .light-content .highlight pre {
  border-color: transparent;
  background-color: #282828;
  color: #bfcfe6;
}
body .big-icon {
  border: 3px solid #3D4242;
  color: #3D4242;
}
body .light-content .big-icon {
  color: #fff;
  border-color: #fff;
}
/* ==============================
   Buttons
   ============================== */
body .btn-mod, body a.btn-mod, body .btn, body.btn-mod:hover, body .btn-mod:hover, body .btn-mod:focus, body a.btn-mod:hover, body a.btn-mod:focus {
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body .btn-mod, body a.btn-mod, body .btn {
  color: #fff;
  background: #16469b;
  border: 2px solid transparent;
  font-size: inherit !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.btn-mod:hover, body .btn-mod:hover, body .btn-mod:focus, body a.btn-mod:hover, body a.btn-mod:focus {
  border: 2px solid #ffc425;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #16469b;
}
/*
Light Blue:  #139ce0	19,156,224
 
Yellow: #ffc425 255,196,37
Red: #ff0101  255,1,1 [ youtube red ]
*/
body .btn-warning, body .btn-yellow, body a.btn-mod.btn-yellow, body .btn-warning, body .btn-mod.btn-yellow, body a.btn-mod.btn-yellow, body .btn.btn-yellow {
  background-color: #ffc425;
  color: #16469b !important;
  border-color: #ffc425;
}
body a.btn-yellow:hover, body a.btn-yellow:active, body .btn-yellow:hover, body .btn-warning:hover, body .btn-yellow:active, body .btn-warning:active, body .btn-warning:hover, body .btn-mod.btn-yellow:hover, body a.btn-mod.btn-yellow:hover, body .btn.btn-yellow:hover {
  background-color: #16469b;
  border-color: #16469b;
  color: #fff !important;
}
body .btn-danger, body .btn-mod.btn-red, body a.btn-mod.btn-red, body .btn.btn-red {
  background-color: #d2232a;
  border-color: #d2232a;
  color: #fff;
}
body .btn-mod.btn-blue, body a.btn-mod.btn-blue, body .btn.btn-blue {
  background-color: #139ce0;
}
body .btn-mod.btn-blue:hover, body a.btn-mod.btn-blue:hover, body .btn.btn-blue:hover {
  background-color: #ffc425;
  border-color: #ffc425;
  color: #16469b;
}
body .btn-mod:hover, body a.btn-mod:hover, body a.btn:hover {
  color: #fff;
  background-color: #139ce0;
  border-color: #139ce0;
}
body .btn-mod:focus, body a.btn-mod:focus, body a.btn:focus, body .btn-mod:active, body a.btn-mod:active, body a.btn:active {
  color: #16469b;
  background: #60EFFF;
}
body .btn-mod.btn-glass {
  color: rgba(255, 255, 255, .75);
  background: rgba(62, 124, 177, .40);
}
body .btn-mod.btn-glass:hover, body .btn-mod.btn-glass:focus {
  color: rgba(255, 255, 255, 1);
  background: rgba(62, 124, 177, 1);
}
body .btn-mod.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}
body .btn-mod.btn-border:hover, body .btn-mod.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #3D4242;
}
body .btn-mod.btn-border-c {
  color: #ffc425;
  border: 2px solid #ffc425;
  background: transparent;
}
body .btn-mod.btn-border-c:hover, body .btn-mod.btn-border-c:focus {
  color: #16469b;
  border-color: transparent;
  background: #ffc425;
}
body .btn-mod.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .75);
  background: transparent;
}
body .btn-mod.btn-border-w:hover, body .btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
body .btn-mod.btn-w {
  color: #111;
  background: rgba(255, 255, 255, .8);
}
body .btn-mod.btn-w:hover, body .btn-mod.btn-w:focus {
  color: #111;
  background: #fff;
}
body .btn-mod.btn-w-color {
  color: #e41919;
  background: #fff;
}
body .btn-mod.btn-w-color:hover, body .btn-mod.btn-w-color:focus {
  color: #151515;
  background: #fff;
}
body .btn-mod.btn-gray {
  color: #777;
  background: #e5e5e5;
}
body .btn-mod.btn-gray:hover, body .btn-mod.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}
body .btn-mod.btn-color {
  color: #fff;
  background: #3E7CB1;
}
body .btn-mod.btn-color:hover, body .btn-mod.btn-color:focus {
  color: #fff;
  background: #3E7CB1;
  opacity: .85;
}
body .btn-mod.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
body .btn-mod.btn-round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}
body .btn-icon.btn-small {
  overflow: hidden;
}
body .btn-icon > span {
  color: #777;
  opacity: .2;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .btn-icon:hover > span {
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
body .btn-icon > span.white {
  color: #fff;
}
body .btn-icon > span.black {
  color: #3D4242;
}
/* ==============================
   Forms fields
   ============================== */
.form input[type="text"], body .form input[type="email"], body .form input[type="number"], body .form input[type="url"], body .form input[type="search"], body .form input[type="tel"], body .form input[type="password"], body .form input[type="date"], body .form input[type="color"], body .form select {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: #3D4242;
  border: 1px solid rgba(0, 0, 0, .24);
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .form select:not([multiple]) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 5px;
}
body .form select[multiple] {
  height: auto;
}
body .form input[type="text"]:hover, body .form input[type="email"]:hover, body .form input[type="number"]:hover, body .form input[type="url"]:hover, body .form input[type="search"]:hover, body .form input[type="tel"]:hover, body .form input[type="password"]:hover, body .form input[type="date"]:hover, body .form input[type="color"]:hover, body .form select:hover {
  border-color: rgba(0, 0, 0, .38);
}
body .form input[type="text"]:focus, body .form input[type="email"]:focus, body .form input[type="number"]:focus, body .form input[type="url"]:focus, body .form input[type="search"]:focus, body .form input[type="tel"]:focus, body .form input[type="password"]:focus, body .form input[type="date"]:focus, body .form input[type="color"]:focus, body .form select:focus {
  color: #3D4242;
  border-color: rgba(0, 0, 0, .7);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  outline: none;
}
body .light-content input[type="text"], body .light-content input[type="email"], body .light-content input[type="number"], body .light-content input[type="url"], body .light-content input[type="search"], body .light-content input[type="tel"], body .light-content input[type="password"], body .light-content input[type="date"], body .light-content input[type="color"], body .light-content select, body .light-content input[type="text"]:hover, body .light-content input[type="email"]:hover, body .light-content input[type="number"]:hover, body .light-content input[type="url"]:hover, body .light-content input[type="search"]:hover, body .light-content input[type="tel"]:hover, body .light-content input[type="password"]:hover, body .light-content input[type="date"]:hover, body .light-content input[type="color"]:hover, body .light-content select:hover, body .light-content input[type="text"]:focus, body .light-content input[type="email"]:focus, body .light-content input[type="number"]:focus, body .light-content input[type="url"]:focus, body .light-content input[type="search"]:focus, body .light-content input[type="tel"]:focus, body .light-content input[type="password"]:focus, body .light-content input[type="date"]:focus, body .light-content input[type="color"]:focus, body .light-content select:focus {
  border-color: #fff;
}
body .form input[type="text"].input-lg, body .form input[type="email"].input-lg, body .form input[type="number"].input-lg, body .form input[type="url"].input-lg, body .form input[type="search"].input-lg, body .form input[type="tel"].input-lg, body .form input[type="password"].input-lg, body .form input[type="date"].input-lg, body .form input[type="color"].input-lg, body .form select.input-lg {
  height: 55px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
body .form input[type="text"].input-md, body .form input[type="email"].input-md, body .form input[type="number"].input-md, body .form input[type="url"].input-md, body .form input[type="search"].input-md, body .form input[type="tel"].input-md, body .form input[type="password"].input-md, body .form input[type="date"].input-md, body .form input[type="color"].input-md, body .form select.input-md {
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
}
body .form input[type="text"].input-sm, body .form input[type="email"].input-sm, body .form input[type="number"].input-sm, body .form input[type="url"].input-sm, body .form input[type="search"].input-sm, body .form input[type="tel"].input-sm, body .form input[type="password"].input-sm, body .form input[type="date"].input-sm, body .form input[type="color"].input-sm, body .form select.input-sm {
  height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}
body .form textarea {
  font-size: 13px;
  font-weight: 400;
  color: #3D4242;
  border-color: rgba(0, 0, 0, .24);
  padding: 0 7px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
body .form textarea:hover {
  border-color: rgba(0, 0, 0, .38);
}
body .form textarea:focus {
  color: #3D4242;
  border-color: rgba(0, 0, 0, .7);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
body .light-content textarea, body .light-content textarea:hover, body .light-content textarea:focus {
  border-color: #fff;
}
body .form textarea.input-lg {
  padding: 12px 15px;
  font-size: 18px;
}
body .form textarea.input-md {
  padding: 8px 13px;
  font-size: 16px;
}
body .form textarea.input-sm {
  padding: 5px 10px;
  font-size: 15px;
}
body .form label {
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: 600;
}
body .form .form-group {
  margin-bottom: 10px;
}
body .form input.error {
  border-color: mediumvioletred;
}
body .form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, .75);
  color: #fff;
  border-radius: 3px;
}
body .form div.error a, body .form div.error a:hover {
  color: #fff;
}
body .form div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, .75);
  color: #fff;
  border-radius: 3px;
}
body .form-tip {
  font-size: 14px;
  color: #3D4242;
}
body .form-tip .fa {
  font-size: 12px;
}
body .light-content .form-tip {
  color: #bfcfe6;
}
/* ==============================
   Classic menu bar
   ============================== */
/* Logo (in navigation panel)*/
.nav-logo-wrap {
  float: left;
  margin-right: 20px;
}
div.nav-logo-wrap a.logo {
  display: flex;
  align-items: center;
  width: auto !important;
  max-width: 300px;
  max-height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
div.nav-logo-wrap a.logo img {
  height: 100%;
  width: auto;
}
body .nav-logo-wrap .logo:before, body .nav-logo-wrap .logo:after {}
body .logo, a.logo:hover {
  font-family: 'Josefin Sans', arial, sans-serif;
  font-weight: 400 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, .9);
}
/*
 * Dark panel style
 */
body .main-nav.dark {
  background-color: rgba(22, 70, 155, .95);
}
body nav#mainnav.main-nav.dark.transparent {
  background-color: rgba(22, 70, 155, .15);
}
body .inner-nav ul li, body .mobile-on .desktop-nav ul, body .main-nav.dark .desktop-nav ul, body .main-nav.dark .inner-nav ul li ul.mn-sub, body .mobile-on .main-nav.dark {
  /* background-color: rgba(22, 70, 155, .95);
	color: #fff;*/
  font-size: 0.6875rem;
}
html.no-mobile.no-touch body.appear-animate.js-focus-visible div#top.page nav.main-nav.dark.bg-color.transparent.stick-fixed.js-transparent.mobile-on div.container.relative.clearfix div.inner-nav.desktop-nav.js-opened ul.clearlist.yellow li.js-opened, body .mobile-on .main-nav.dark .inner-nav ul li ul.mn-sub {
  color: #fff;
}
body .mobile-on .desktop-nav ul, body .main-nav.dark .mobile-on .desktop-nav ul {
  text-align: left;
}
body .main-nav.dark .mobile-nav, body .main-nav.dark .inner-nav a, body .main-nav.dark.bg-color .inner-nav a {
  color: rgba(255, 255, 255, 1);
}
body .main-nav.dark .inner-nav ul > li > a:hover, body .main-nav.dark.bg-color .inner-nav ul > li > a:hover {
  color: rgba(255, 255, 255, .9);
}
body .main-nav.dark .inner-nav ul > li > a.active {
  color: rgba(255, 255, 255, .85);
}
body .main-nav.dark .inner-nav ul > li > a:hover, body .main-nav.dark .inner-nav ul > li > a.active2 {
  color: #ffc425;
}
body .main-nav.dark .inner-nav ul li a {
  color: #fff;
}
body .mobile-on .desktop-nav ul, body .main-nav.dark .inner-nav ul li .mn-sub {
  background-color: #16469b;
}
body .main-nav.dark .inner-nav ul li a, body .main-nav.dark .inner-nav ul li .mn-sub li a {
  color: #ffffff !important;
  font-weight: bold;
  letter-spacing: 2px;
}
body .main-nav.dark .inner-nav ul li a:hover, body .main-nav.dark .inner-nav ul li a.active, body .main-nav.dark .inner-nav ul li .mn-sub li a:hover, body .main-nav.dark .inner-nav ul li .mn-sub li a.active {
  color: #ffc425 !important;
  font-weight: bold;
}
body .mn-wrap {}
/*
 * Dark panel style

 
body .main-nav.dark .mobile-nav {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, .9);
}
body .main-nav.dark .logo, body .main-nav.dark .logo:hover {
 
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .9);
}
body .main-nav.dark .mn-sub {}
body .main-nav.dark .mn-soc-link {}
body .main-nav.dark .mn-soc-link:hover {}
body .main-nav.dark .inner-nav ul > li > a {
  color: #fff;
  opacity: .95;
 
}
body .main-nav.dark ul > li .mn-sub li a {
  color: #fff;
  opacity: 1;
  font-weight: 500;
 
  font-family: 'Atkinson Hyperlegible', sans-serif;
}
body .main-nav.dark .inner-nav ul li .mn-sub li a, body .main-nav.dark .inner-nav ul > li > a:hover, body .main-nav.dark .inner-nav ul > li > a.active {
  color: #fff;
  opacity: 1;
}
body .main-nav.dark .inner-nav ul.yellow li .mn-sub li a, body .main-nav.dark .inner-nav ul.yellow > li > a:hover, body .main-nav.dark .inner-nav ul.yellow > li > a.active {
  color: #ffc425;
  opacity: 1;
} */
/*
 * Transparent panel style
 */
.main-nav.transparent {}
body .main-nav.js-transparent {}
/* ==============================
   Home sections
   ============================== */
/*
 * Header common styles
 */
.home-section {}
/* Home content */
.home-content {}
/*
 * Fullwidth gallery
 */
/*
 * Split background
 */
.split-background {
  background: #f5f5f5;
}
body .light-content .split-background {
  background: #16469b;
}
body .main-nav.dark .mobile-cart {
  color: #fff;
  opacity: .9;
}
body .main-nav.dark .main-nav-icon-cart {
  opacity: 1;
}
body .main-nav.dark .mobile-cart:hover {
  opacity: .9;
}
body .main-nav.mobile-on .inner-nav {
  line-height: normal;
}
body .main-nav.dark .logo, body .main-nav.dark a.logo:hover {}
body .main-nav.dark .mn-sub {}
body .main-nav.dark .mn-soc-link {}
body .main-nav.dark .mn-soc-link:hover {}
/* ==============================
   Sections styles
   ============================== */
/*
 * Common
 */
.white {
  color: #fff !important;
}
body .black {
  color: #111 !important;
}
body .color {
  color: #e41919 !important;
}
body .color1 {
  color: #e41919 !important;
}
body .color2 {
  color: #ffc425 !important;
}
body .color3 {
  color: #e41919 !important;
}
body .glass {
  opacity: .5;
}
body .page-section, body .small-section {
  /* padding: 100px 0;*/
}
body .small-section {
  /* padding: 80px 0;*/
}
body .bg-white {
  background-color: #fff;
}
body .bg-gray {
  background-color: #bfcfe6;
}
body .bg-gray-lighter {
  background-color: #bfcfe6;
}
body .bg-gray-dark {
  background-color: #282828;
}
body .light-content {
  color: #ffffff;
}
body .bg-dark {
  background-color: #00549e !important;
}
body .bg-dark.bg-color, body .bg-dark.bg-color {
  background-color: #139ce0 color: #fff;
}
body .bg-color, body section.bg-color, body div.bg-color {
  background-color: #139ce0 !important;
}
body h1.yellow, h2.yellow, body .color2, body .yellow {
  color: #ffc425 !important;
}
body .bg-color2, body .bg-color2, body div.bg-color2 {
  background-color: #ffc425 !important;
}
body .bg-dark h3, body .bg-color .blog-item-body, body .bg-color h2, body .bg-color h4, body .bg-color p, body .bg-color li {
  color: #fff;
}
body .bg-dark-lighter {
  background-color: #139ce0 !important;
}
body .bg-dark.light-content {
  background-color: #fff !important;
}
body .bg-dark-lighter.light-content {
  background-color: #FFF !important;
}
.bg-dark-alfa:before, .bg-dark-alfa .YTPOverlay:before {
  background: rgba(22, 70, 155, .90);
}
body .bg-dark-alfa-30:before, body .bg-dark-alfa-30 .YTPOverlay:before {
  background: rgba(22, 70, 155, .3);
}
body .bg-dark-alfa-10:before, body .bg-dark-alfa-10 .YTPOverlay:before {
  background: rgba(22, 70, 155, .1);
}
body .bg-dark-alfa-50:before, body .bg-dark-alfa-50 .YTPOverlay:before {
  background: rgba(22, 70, 155, .5);
}
body .bg-dark-alfa-70:before, body .bg-dark-alfa-70 .YTPOverlay:before {
  background: rgba(22, 70, 155, .7);
}
body .bg-yellow-alfa-70:before, body .bg-color2.bg-dark-alfa-70 .YTPOverlay:before {
  background: rgba(255, 196, 37, .7);
}
body .bg-dark-alfa-90:before, body .bg-dark-alfa-90 .YTPOverlay:before {
  background: rgba(22, 70, 155, .9);
}
body .bg-light-alfa:before {
  background: rgba(252, 252, 252, .97);
}
body .bg-light-alfa-30:before, body .bg-light-alfa-30 .YTPOverlay:before {
  background: rgba(252, 252, 252, .30);
}
body .bg-light-alfa-50:before, body .bg-light-alfa-50 .YTPOverlay:before {
  background: rgba(252, 252, 252, .50);
}
body .bg-light-alfa-70:before, body .bg-light-alfa-70 .YTPOverlay:before {
  background: rgba(252, 252, 252, .7);
}
body .bg-color2.bg-light-alfa-70 {
  color: #16469b;
}
body .bg-color2.bg-light-alfa-70:before, body .bg-color2.bg-light-alfa-70 .YTPOverlay:before, body .bg-color2.bg-dark-alfa-70:before {
  background-color: #ffc425B3 !important;
}
body .bg-light-alfa-90:before, body .bg-light-alfa-90 .YTPOverlay:before {
  background: rgba(252, 252, 252, .9);
}
body .bg-color {
  background-color: #139ce0 !important;
  color: #fff;
}
body .bg-dark.bg-color {
  background-color: #16469b !important;
  color: #fff;
}
body .bg-color-alfa:before, body .bg-color-alfa .YTPOverlay:before {
  background: #139ce0f2;
  opacity: 1;
}
body .bg-color-alfa-30:before, body .bg-color-alfa-30 .YTPOverlay:before {
  background: #139ce04d;
  opacity: 1;
}
body .bg-color2-alfa-30:before, body .bg-color2-alfa-30 .YTPOverlay:before {
  background: #ffc425;
  opacity: .3;
}
body .bg-color-alfa-50:before, body .bg-color-alfa-50 .YTPOverlay:before {
  background: #139ce0;
  opacity: .5;
}
body .bg-color2-alfa-50:before, body .bg-color2-alfa-50 .YTPOverlay:before {
  background: #ffc425;
  opacity: .5;
}
body .bg-color-alfa-70:before, body .bg-color-alfa-70 .YTPOverlay:before {
  background: #139ce0;
  opacity: .7;
}
body .bg-color2-alfa-70:before, body .bg-color2-alfa-70 .YTPOverlay:before {
  background: #ffc425;
  opacity: .7;
}
body .bg-color-alfa-90:before, body .bg-color-alfa-90 .YTPOverlay:before {
  background: #139ce0;
  opacity: .9;
}
body .bg-color2-alfa-90:before, body .bg-color2-alfa-90 .YTPOverlay:before {
  background: #ffc425;
  opacity: .9;
}
body #about.bg-color2:before {
  background-color: #ffc425 !important;
  color: #fff;
}
body .bg-color2.bg-color-alfa-70:before, body .bg-color2.bg-color-alfa-70 .YTPOverlay:before {
  background: #ffc425e6;
  opacity: 1;
}
body .bg-color2.bg-color-alfa-30:before, body .bg-color2.bg-color-alfa-30 .YTPOverlay:before {
  background: #ffc4254d;
  opacity: 1;
}
body .bg-color2.bg-color-alfa-50:before, body .bg-color2.bg-color-alfa-50 .YTPOverlay:before {
  background: #ffc42580;
  opacity: 1;
}
body .bg-color2.bg-color-alfa-70:before, body .bg-color2.bg-color-alfa-70 .YTPOverlay:before {
  background: #ffc425;
  opacity: .7;
}
body .bg-color2:before, body .bg-color2 .YTPOverlay:before {
  background: #ffc425;
  opacity: .9;
}
body .bg-orange {
  background-color: #f47631 !important;
}
body .bg-yellow, .bg-color2, .dark.bg-color2 {
  background-color: #ffc425 !important;
}
body .bg-cyan {
  background-color: #139ce0 !important;
}
body .bg-green {
  background-color: #58bf44 !important;
}
body .bg-blue {
  background-color: #00549e !important;
}
body .bg-purple {
  background-color: #375acc !important;
}
body .bg-red {
  background-color: #ff0101 !important;
  color: #fff;
}
body .section-title {}
body .section-title-descr {}
body .light-content .section-title-descr {
  color: #bfcfe6;
}
body .section-more.right {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: .95;
}
body .color2 .section-more.right {
  color: #ffc425;
}
body .section-more:after {
  background-color: #171717;
}
body .light-content .section-more:after {
  background-color: #fff;
}
body .section-more:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1;
}
body .section-more:hover:after {}
body .section-more .fa {}
body .section-heading {}
body .section-line {
  background: #16469b;
}
body .section-text {
  font-weight: 400; /*500*/
}
body .light-content .section-text {
  font-weight: 400;
}
body .section-text .lead-alt {
  margin-top: -0.2em;
}
body .section-bot-image {}
body .section-bot-image img {}
body .image-fullwidth img {}
body .text-link {
  color: #171717;
  opacity: .72;
}
body .text-link:after {
  background-color: #171717;
}
body .text-link:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1;
}
body .light-content .text-link:after {
  background-color: #fff;
}
body .light-content .text-link {
  color: #fff;
  opacity: .9;
}
/* Breadcrumbs */
body .mod-breadcrumbs {
  margin-top: 30px;
  text-align: center;
  clear: both;
}
body .mod-breadcrumbs a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.5px;
}
body .mod-breadcrumbs span {
  opacity: .95;
}
body .mod-breadcrumbs, body .mod-breadcrumbs span, body .mod-breadcrumbs a {}
body .mod-breadcrumbs a:hover {
  text-decoration: none;
}
body .mod-breadcrumbs-slash {
  color: #ffc425;
  font-size: 13px;
}
body .mod-breadcrumbs .fa {
  font-size: 10px;
}
body .mod-breadcrumbs-mini {
  text-align: left;
}
/* ==============================
   Services
   ============================== */
.services-icon {
  color: #3D4242;
}
body .light-content .services-icon {
  color: #fff;
}
body .services-icon svg {}
body .services-title {}
body .services-descr {
  color: #3D4242;
}
body .light-content .services-descr {
  color: #ffffff;
}
body .services-more {
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .alt-service-icon {
  color: #3D4242;
}
body .alt-services-descr {
  color: #3D4242;
}
body .light-content .alt-service-icon {
  color: #fff;
}
body .light-content .alt-services-descr {
  color: #bfcfe6;
}
/* ==============================
   Team
   ============================== */
.team-item-wrap {}
body .team-item-decoration {
  background-color: #777777;
}
body .team-item-detail {
  color: rgba(255, 255, 255, .9);
}
body .team-item-detail-title {}
body .team-item-descr {}
body .team-item-name {
  color: #16469b;
}
body .team-item-role {
  color: #3D4242;
}
body .team-social-links {
  font-size: 14px;
}
body .team-social-links a {
  color: #ffffff;
  opacity: .85;
}
body .light-content .team-item-name {
  color: #fff;
}
body .light-content .team-item-role {
  color: #fff;
  opacity: .75
}
/* Hover state */
.no-mobile .team-item:hover .team-item-image:after {
  background: rgba(22, 70, 155, .9);
}
body .no-mobile .team-item:hover .team-item-detail {}
body .no-mobile .team-social-links a:hover {
  opacity: 1;
}
/* Mobile touch */
.team-item.js-active .team-item-image:after {
  background: rgba(22, 70, 155, .9);
}
body .team-item.js-active .team-item-detail {
  opacity: 1;
}
body .team-item.js-active .team-social-links a:hover {
  opacity: 1;
}
/* ==============================
   Our Focus
   ============================== */
.features-item {}
body .features-icon {}
body .features-icon svg {}
body .features-title {}
body .features-descr {}
/* ==============================
   Alt Our Focus
   ============================== */
.alt-services-grid {
  margin-top: -35px;
}
body .alt-services-item {
  margin-top: 35px;
}
body .alt-services-icon {
  color: #3D4242;
}
body .light-content .alt-services-icon {
  color: #fff;
}
body .alt-services-icon svg {}
body .alt-services-title {}
body .alt-services-descr {
  color: #3D4242;
}
body .light-content .alt-services-descr {
  color: #bfcfe6;
}
/* ==============================
   Counters
   ============================== */
.count-item {}
body .count-bg {
  background: #f5f5f5;
}
body .count-number {}
body .count-descr {
  color: #3D4242;
}
body .count-descr .fa {}
body .count-title {}
body .count-separator {}
body .light-content .count-bg {
  background: rgba(255, 255, 255, .06);
}
body .light-content .count-descr {
  color: #bfcfe6;
}
/* ==============================
   Portfolio
   ============================== */
/*
 * Works filter
 */
.works-filter {}
body .works-filter a {
  color: #3D4242;
  opacity: .6;
  cursor: pointer;
}
body .works-filter a:hover {
  opacity: 1;
}
body .works-filter a.active {}
body .works-filter a.active:hover {
  color: #16469b;
}
body .works-filter a:after {
  background-color: #171717;
}
body .works-filter a.active:after {}
body .works-filter a:hover:after {}
body .light-content .works-filter a {
  color: #fff;
  opacity: .72;
}
body .light-content .works-filter a:hover, body .light-content .works-filter a.active {
  color: #fff;
  opacity: 1;
}
body .light-content .works-filter a:after {
  background-color: #fff;
}
/*
 * Works grid 
 */
.works-grid {}
body .work-item {}
body .work-grid-2 .work-item {}
body .work-grid-3 .work-item {}
body .container .work-grid-3 .work-item {}
body .work-grid-5 .work-item {}
body .works-grid.work-grid-gut {}
body .works-grid.work-grid-gut .work-item {
  padding: 0 0 30px 30px;
}
body .work-item > a {}
body .work-item a, body .work-item a:hover {
  color: #16469b;
}
body .light-content .work-item a, body .light-content .work-item a:hover {
  color: #fff;
}
body .work-img {}
body .work-img-bg {
  background: #f5f5f5;
}
body .light-content .work-img-bg {
  background-color: #282828;
}
body .work-img img {}
body .work-intro {}
body .work-title {}
body .container .work-grid-4 .work-title, body .container .work-grid-5 .work-title {}
body .work-descr {
  font-size: 16px;
  text-align: center;
  ;
  line-height: 1.5;
  text-transform: none;
  opacity: .8;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body .works-grid.hide-titles .work-item > a {
  overflow: hidden;
  padding: 0;
}
body .works-grid.hide-titles .work-item .work-intro {
  opacity: 0;
  bottom: -110px;
}
body .works-grid.hide-titles .work-item:hover .work-intro {
  opacity: 1;
}
/* Work item hover state */
.work-intro {
  -webkit-transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  will-change: transform;
}
body .work-item:hover .work-intro {
  color: #fff;
  -webkit-transform: translateY(-115px);
  transform: translateY(-115px);
  z-index: 3;
}
body .work-item:hover .work-title, body .work-item:hover .work-descr {
  ;
  color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .work-item .work-img:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .work-item:hover .work-img:after {
  background: rgba(20, 20, 20, .85);
}
body .works-grid.hover-white .work-item:hover .work-intro, body .works-grid.hover-white .work-item:hover .work-title, body .works-grid.hover-white .work-item:hover .work-descr {
  color: #3D4242;
}
body .works-grid.hover-white .work-item:hover .work-img:after {
  background: rgba(250, 250, 250, .9);
}
body .work-item .work-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .work-item:hover .work-img > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*
 * Works full view
 */
.work-full {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}
body .work-full-load {
  padding-top: 60px;
}
/* Work navigation */
.work-navigation {
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 99;
}
body .work-navigation .fa {
  position: relative;
  top: 1px;
  font-size: 14px;
}
body .work-navigation .fa-times {
  font-size: 16px;
  margin-top: -2px;
}
body .work-navigation a {
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
body .work-navigation a, body .work-navigation a:visited {
  color: #16469b;
}
body .work-navigation a:hover {
  color: #16469b;
}
body .work-navigation a span {
  height: 80px;
  line-height: 79px;
  padding: 0 4%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .work-navigation span:hover {
  background: #f5f5f5;
}
body .work-prev {
  text-align: left;
}
body .work-all {
  text-align: center;
}
body .work-next {
  text-align: right;
}
body .work-container {
  padding: 50px 0;
}
body .work-full-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
body .work-full-media {
  margin-top: 30px;
}
body .work-full-media img {
  max-width: 100%;
  height: auto;
}
body .work-full-text {
  text-align: left;
  font-size: 18px;
  color: #3D4242;
}
body .work-detail p:last-child {
  margin-bottom: 0;
}
body .work-full-detail {
  font-size: 15px;
  color: #3D4242;
}
body .work-full-detail p {
  padding: 4px 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
body .work-full-detail p:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body .work-full-detail p strong {
  width: auto;
}
body .work-full-action {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
body .light-content .work-full-text {
  color: #bfcfe6;
}
body .light-content .work-full-detail {
  color: #bfcfe6;
}
body .light-content .work-full-detail p {
  border-color: rgba(255, 255, 255, .1);
}
body .light-content .work-full-detail p:last-child {
  border-color: rgba(255, 255, 255, .1);
}
body .work-navigation.light-content a, body .work-navigation.light-content a:visited {
  color: #bfcfe6;
}
body .work-navigation.light-content a:hover {
  color: #fff;
}
body .work-navigation.light-content a span {
  background-color: transparent;
}
body .work-navigation.light-content span:hover {
  background-color: rgba(255, 255, 255, .05);
}
/* ==============================
   Banner section
   ============================== */
.banner-section {
  overflow: visible;
  border-bottom: 1px solid transparent;
}
body .banner-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.196;
  letter-spacing: -0.02em;
}
body .banner-decription {
  margin-bottom: 2em;
  font-family: var(--font-global-alt);
  font-size: 18px;
  opacity: .72;
}
body .banner-image-1 {
  width: 56.3%;
  margin: -30px 0 0 0;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .banner-image-1 img {
  width: 100%;
}
body .banner-image-2 {
  position: absolute;
  right: 47px;
  bottom: 30px;
  width: 40.5%;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .banner-image-2 img {
  width: 100%;
}
body .light-content .banner-decription {
  font-weight: 400;
}
/* ==============================
   Call action 1 section
   ============================== */
.call-action-1-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.196;
  letter-spacing: -0.03em;
}
body .call-action-1-decription {
  margin-bottom: 2em;
  font-family: var(--font-global-alt);
  font-size: 18px;
  font-weight: 400; /*500*/
  color: #3D4242;
}
body .light-content .call-action-1-decription {
  color: #fff;
  opacity: .72;
  font-weight: 400;
}
/* ==============================
   Call action 2 section
   ============================== */
.call-action-2-images {
  position: relative;
  margin: 15px 33px 0 0;
  overflow: hidden;
}
body .call-action-2-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.85%;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .call-action-2-image-2 {
  position: relative;
  width: 77.145%;
  margin: 120px auto;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .call-action-2-image-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36.85%;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .call-action-2-text dt {
  margin-bottom: 0.25em;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
body .call-action-2-text dd {
  margin-bottom: 1.55em;
  font-family: var(--font-global-alt);
  font-size: 16px;
  font-weight: 400; /*500*/
  line-height: 1.625;
  color: #3D4242;
}
body .light-content .call-action-2-text dd {
  color: #bfcfe6;
}
/* ==============================
   Call action 3 section
   ============================== */
.call-action-3-images {
  position: relative;
  margin-top: 15px;
}
body .call-action-3-image-1 {
  width: 67.38%;
  margin-left: auto;
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .call-action-3-image-2-wrap {
  position: absolute;
  top: 0;
  left: 54px;
  width: 41.5%;
  height: 100%;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
body .call-action-3-image-2 {
  overflow: hidden;
  -webkit-transform: trabslateZ(0) rotate(0.0001deg);
  transform: trabslateZ(0) rotate(0.0001deg);
}
/* ==============================
   Work process
   ============================== */
.work-process-item:hover .work-process-icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
body .work-process-heading {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.196;
  letter-spacing: -0.02em;
}
body .work-process-description {
  font-family: var(--font-global-alt);
  font-size: 16px;
  font-weight: 400; /*500*/
  line-height: 1.625;
  color: #3D4242;
}
body .light-content .work-process-description {
  color: #bfcfe6;
}
body .work-process-icon {
  width: 1em;
  height: 1em;
  margin: 0 auto 18px auto;
  font-size: 72px;
  text-align: center;
  line-height: 1.3;
  color: #3D4242;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .light-content .work-process-icon {
  color: #fff;
}
body .work-process-icon svg {
  width: 1em;
  height: 1em;
}
body .work-process-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* ==============================
   Testimonial
   ============================== */
.testimonial {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
body .testimonial-author {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/*
 * Logotypes
 */
.logo-item {
  height: 120px;
  text-align: center;
  opacity: .75;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .logo-item:hover {
  opacity: 1;
}
body .logo-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ==============================
   Post previews
   ============================== */
body .post-prev-img {
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body .post-prev-img a {
  -webkit-transition: none !important;
  transition: none !important;
}
body .post-prev-img a:hover {
  opacity: .85;
}
body .post-prev-img img {
  width: 100%;
  -webkit-transition: none !important;
  transition: none !important;
}
body .post-prev-img a:hover img {
  -webkit-transform: none !important;
  transform: none !important;
}
body .post-prev-title {
  margin-bottom: 3px;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: none;
  color: rgba(0, 84, 158, 1.00)
}
body .post-prev-title a {
  color: #16469b;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .post-prev-title a:hover {
  opacity: .95;
  color: #ffc425;
}
body .post-prev-info, body .post-prev-info a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  color: #3D4242;
}
body .post-prev-info a:hover {
  text-decoration: underline;
}
body .post-prev-text {
  line-height: 1.625;
  color: #3D4242;
  ;
}
body .light-content .post-prev-title a {
  color: #fff;
}
body .light-content .post-prev-info, body .light-content .post-prev-info a {
  color: #bfcfe6;
}
body .light-content .post-prev-text {
  color: #bfcfe6;
}
/* ==============================
   Newsletter
   ============================== */
.newsletter-label-icon {}
body .newsletter-label-icon svg {}
body .newsletter-label-text {}
body .form input.newsletter-field {}
body .form input.newsletter-field::-webkit-input-placeholder {
  color: #3D4242;
}
body .form input.newsletter-field:focus::-webkit-input-placeholder {
  color: #3D4242;
}
body .form input.newsletter-field:-moz-placeholder {
  color: #3D4242;
}
body .form input.newsletter-field:focus:-moz-placeholder {
  color: #3D4242;
}
body .form input.newsletter-field:-ms-input-placeholder {
  color: #3D4242;
}
body .form input.newsletter-field:focus:-ms-input-placeholder {
  color: #3D4242;
}
/* ==============================
   Contact section
   ============================== */
.contact-item {
  position: relative;
  color: #444;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .contact-item a {
  text-decoration: none;
}
body .contact-item a:hover {
  color: #3D4242;
  text-decoration: underline;
}
body .ci-icon {
  color: #fff;
}
body .ci-icon:before {
  background: #3D4242;
}
body .ci-icon i, body .ci-icon span {}
body .ci-title {
  color: #3D4242;
}
body .ci-text {
  color: #3D4242;
}
body .ci-link {}
body .ci-link a {
  opacity: .67;
}
body .ci-link a:after {
  background-color: #171717;
  opacity: .9;
}
body .ci-link a:hover {
  text-decoration: none;
  opacity: .9;
}
body .ci-link a:hover:after {}
body .light-content .ci-icon {
  color: #3D4242 !important;
}
body .light-content .ci-icon:before {
  background-color: #fff;
}
body .light-content .ci-title {
  color: #fff;
}
body .light-content .ci-text {
  color: #bfcfe6;
}
body .light-content .ci-link a {
  color: #fff;
}
body .light-content .ci-link a:after {
  background-color: #fff;
}
/*
 * Contact form
 */
.cf-left-col {}
body .cf-right-col {}
body .contact-form .form-group {}
/* ==============================
   Google maps 
   ============================== */
.google-map {
  background: #3D4242;
}
body .google-map > iframe {
  background-color: #3D4242 !important;
}
body .map-section {
  background: rgba(245, 245, 245, .93);
}
body .map-section:hover {
  background: rgba(245, 245, 245, .8);
}
body .map-toggle {
  color: #fff;
  text-align: center;
}
body .mt-icon {
  color: #fff;
}
body .mt-icon:before {
  background: #3D4242;
}
body .mt-icon i, body .mt-icon span {
  position: relative;
}
body .mt-text {
  font-weight: 600;
  color: #171717;
  opacity: .8;
}
/* Map opened */
.map-section.js-active {
  height: 25px;
  background: rgba(245, 245, 245, .85);
}
body .map-section.js-active .mt-text {
  font-size: 16px;
}
body .map-section.js-active:hover {
  background: rgba(245, 245, 245, .95);
}
body .map-section.js-active .mt-icon {
  opacity: 0;
}
body .map-section.js-active .mt-text {
  position: relative;
  top: -33px;
}
/* Dark style */
.light-content .map-section {
  background: rgba(22, 70, 155, .92);
}
body .light-content .map-section:hover {
  background: rgba(22, 70, 155, .88);
}
body .light-content .map-toggle {
  color: #3D4242;
}
body .light-content .mt-icon {
  color: #3D4242;
}
body .light-content .mt-icon:before {
  background: #fff;
}
body .light-content .mt-text {
  color: #fff;
}
/* ==============================
   Footer
   ============================== */
.footer {
  text-align: center;
  font-size: 18px;
}
body .footer a {
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
body .footer img.footer-logo {
  max-height: 120px;
  width auto;
}
body .footer a:hover {
  color: #3E7CB1;
  text-decoration: underline;
}
body .footer-copy {
  margin-bottom: 2px;
  font-weight: 600;
  color: #171717;
  opacity: .9;
}
body .dark .footer-copy a, body .dark .footer-copy, body .bg-dark .footer-copy {
  color: #fff;
}
body .footer-made {
  font-size: 14px;
  font-weight: 400; /*500*/
  color: #999;
}
body .footer-social-links {
  font-size: 16px;
}
body .footer-social-links a {}
body .footer-social-links a:before {}
body .footer-social-links a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
body .footer-social-links a:hover:before {
  background: #3E7CB1;
}
a.link-to-top:hover {
  opacity: 1;
  color: rgba(0, 0, 0, .2);
}
body .link-to-top-icon {}
/* Footer dark */
.light-content.footer a:hover {
  color: #fff;
}
body .light-content .footer-copy {
  color: #bfcfe6;
}
body .light-content .footer-made {
  color: #f3f3f3;
}
body .light-content .footer-social-links a {
  color: #3D4242;
}
body .light-content .footer-social-links a:before {
  background-color: #fff;
}
body .light-content .footer-social-links a:hover {
  color: #3D4242;
}
/* ==============================
   Blog
   ============================== */
body .blog-item-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  text-transform: none;
}
body .blog-item-title a {
  color: #3D4242;
  text-decoration: none;
}
body .blog-item-title a:hover {
  color: #777;
  text-decoration: none;
}
h3.blog-item-sub-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
h3.blog-item-sub-title a {
  color: #3D4242;
  text-decoration: none;
}
h3.blog-item-sub-title a:hover {
  color: #777;
  text-decoration: none;
}
body .blog-item-title {
  margin: 0 0 .35em 0;
  padding: 0;
  line-height: 1.2;
}
body .blog-item-title a {
  color: #3D4242;
  text-decoration: none;
}
body .blog-item-title a:hover {
  color: #3D4242;
  text-decoration: none;
}
body .blog-item-data a {
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .blog-item-data a:hover {
  color: #3D4242;
  text-decoration: none;
}
body .blog-item-body h1, body .blog-item-body h2, body .blog-item-body h3, body .blog-item-body h4, body .blog-item-body h5, body .blog-item-body h6 {
  margin: 1.3em 0 0.5em 0;
  line-height: 1.2;
}
body .blog-item-body blockquote p:before {
  content: '“';
  position: absolute;
  top: -0.23em;
  left: -0.58em;
  font-family: Georgia, "Times New Roman", Serif;
  font-size: 2.38em;
  opacity: .2;
}
body .blog-item-more {
  border: 1px solid #ccc;
  color: #3D4242;
}
body .blog-item-more:hover {
  text-decoration: none;
  border-color: #3D4242;
}
body .blog-item-more .fa {
  font-size: 14px;
}
a.blog-item-more {
  color: #3D4242;
  text-decoration: none;
}
a.blog-item-more:hover {
  color: #3D4242;
}
body .blog-item-q {
  letter-spacing: -0.02em;
  line-height: 1.7;
}
body .blog-item-q p {
  background: #f5f5f5;
}
body .blog-item-q p a {
  color: #555;
}
body .blog-item-q:hover a, body .blog-item-q p a:hover {
  text-decoration: none;
  color: #3D4242;
}
body .blog-item-q p:before, body .blog-item-q p:after {}
body .blog-item-q p:before {}
body .blog-item-q p:after {
  content: '"';
}
body .blog-item-q p:hover:before, body .blog-item-q p:hover:after {
  color: #777;
}
body .blog-page-title {
  border-bottom: 1px solid #ccc;
}
body .light-content .blog-item-title a {
  color: #fff;
}
body .light-content .blog-item-title a:hover {
  color: #bfcfe6;
}
body .light-content .blog-item-data {
  color: rgba(255, 255, 255, .8);
}
body .light-content .blog-item-data a {
  color: rgba(255, 255, 255, .8);
}
body .light-content .blog-item-data a:hover {
  color: #fff;
}
body .light-content .blog-page-title {
  border-color: #555;
}
body .light-content .blog-item-more {
  border-color: #555;
  color: #ccc;
}
body .light-content .blog-item-more:hover {
  border-color: #ccc;
}
body .light-content a.blog-item-more {
  color: #ccc;
}
body .light-content a.blog-item-more:hover {
  color: #fff;
}
body .light-content .blog-item-q p {
  background-color: #222;
}
body .light-content .blog-item-q p a {
  color: #bfcfe6;
}
body .light-content .blog-item-q:hover a, body .light-content .blog-item-q p a:hover {
  color: #fff;
}
body .light-content .blog-item-q p:before, body .light-content .blog-item-q p:after {
  color: #bfcfe6;
}
body .light-content .blog-item-q p:hover:before, body .light-content .blog-item-q p:hover:after {
  color: #fff;
}
/*
 * Pagination
 */
.pagination {
  font-size: 13px;
}
body .pagination a {
  border: 1px solid #d0d0d0;
  color: #888;
}
body .pagination .fa {}
body .pagination a:hover {
  border-color: #888;
  color: #555;
}
body .pagination a.active, body .pagination a.active:hover {
  border-color: #888;
  color: #555;
}
body .pagination a.no-active, body .pagination a.no-active:hover {
  border-color: #eee;
  color: #999;
}
body .light-content .pagination a {
  border-color: #5f5f5f;
  color: #bfcfe6;
}
body .light-content .pagination a:hover {
  border-color: #bfcfe6;
  color: #fff;
}
body .light-content .pagination a.active, body .light-content .pagination a.active:hover {
  border-color: #bfcfe6;
  color: #fff;
}
body .light-content .pagination a.no-active, body .light-content .pagination a.no-active:hover {
  border-color: #333;
  color: #333;
}
/*
 * Sidebar
 */
.widget {
  margin-bottom: 60px;
}
body .widget .img-left {
  margin: 0 10px 10px 0;
}
body .widget .img-right {
  margin: 0 0 10px 10px;
}
body .widget-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
}
body .widget-body {
  font-size: 16px;
  color: #3D4242;
}
body .widget-text {
  line-height: 1.7;
}
body .light-content .widget-title {
  border-color: #555;
}
body .light-content .widget-body {
  color: #bfcfe6;
}
/* Search widget */
.search-wrap {
  position: relative;
}
body .search-field {}
body .search-button {
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}
body .search-button:hover {
  color: #3D4242;
}
body .search-button:hover + .search-field {
  border-color: #ccc;
}
/* Widget menu */
body .widget-menu {
  font-size: 1em;
}
body .widget-menu li {
  padding: 5px 0;
}
body .widget-menu li a {
  color: #555;
  text-decoration: none;
}
body .widget-menu li a:hover, body .widget-menu li a.active {
  color: #999;
}
body .widget-menu li small {
  font-size: 12px;
  color: #999;
}
body .light-content .widget-menu li a {
  color: #ccc;
}
body .light-content .widget-menu li a:hover, body .light-content .widget-menu li a.active {
  color: #fff;
}
body .light-content .widget-menu li small {
  font-size: 12px;
  color: #bfcfe6;
}
body *.text-white, body .text-white * {
  color: #fff !important;
}
body .bg-dark .widget .widget-title {
  font-weight: bold !important;
  font-size: 1.5rem;
  color: #fff !important;
  border-bottom: 4px solid #ffc425;
}
body .bg-dark, body .text-white *, body .bg-dark .widget-text, body .bg-dark .widget-title, body .bg-dark a, body .bg-dark .widget-menu li a {
  color: #fff;
}
/* Widget tags */
.tags a {
  margin: 0 2px 8px 0;
  padding: 5px 7px 6px 7px;
  border: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .tags a:hover {
  text-decoration: none;
  border-color: #333;
  color: #3D4242;
}
body .light-content .tags a {
  border-color: #bfcfe6;
  color: #ccc;
}
body .light-content .tags a:hover {
  border-color: #fff;
  color: #fff;
}
/* Comments */
.widget-comments {
  color: #888;
}
body .widget-comments li {
  padding: 12px 0;
  border-bottom: 1px dotted #ddd;
}
body .widget-comments li:last-child {
  border-bottom: none;
}
body .widget-comments li a {
  color: #555;
}
body .widget-comments li a:hover {
  color: #999;
}
body .light-content .widget-comments {
  color: #bfcfe6;
}
body .light-content .widget-comments li {
  border-bottom-color: #282828;
}
body .light-content .widget-comments li a {
  color: #ccc;
}
body .light-content .widget-comments li a:hover {
  color: #fff;
}
/* Posts */
body h2.blog-item-title a {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-posts {
  color: #888;
}
body .widget-posts li {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px dotted #ddd;
}
body .widget-posts li:last-child {
  padding-bottom: 0;
  border: none;
}
body .widget-posts li a {
  color: #555;
  font-size: inherit !important;
  font-weight: 600;
  text-decoration: none;
}
body .widget-posts li a:hover {
  color: #999;
}
body .widget-posts-img {
  float: left;
  margin: 0 12px 0 0;
}
body .widget-posts-descr {
  overflow: hidden;
  font-size: 1em;
}
body .light-content .widget-posts {
  color: #bfcfe6;
}
body .light-content .widget-posts li {
  border-color: #282828;
}
body .light-content .widget-posts li a {
  color: #ccc;
}
body .light-content .widget-posts li a:hover {
  color: #fff;
}
/* ==============================
   Shop
   ============================== */
.shopping-cart-table a {
  text-decoration: none;
}
table.shopping-cart-table tr th, table.shopping-cart-table tr td {
  vertical-align: middle;
  border-color: #282828;
}
body .light-content .shopping-cart-table {
  color: #fff;
}
/* ==============================
   Shortcodes
   ============================== */
/*
 * Lightbox Modal
 */
.mfp-inline-holder .mfp-content {
  background: #fff;
}

body .mfp-title {
    text-align: center !important;
    line-height: 110%;
    color: #F3F3F3;
    word-wrap: normal;
    padding-left: 16px;
	    padding-right: 16px;
	font-size: .9rem;
}

/*
 * Tabs
 */
.tpl-tabs {
  border-color: #ccc;
}
body .tpl-tabs > li > a, body .tpl-tabs > li > a:hover {
  color: #3D4242;
  text-decoration: none;
}
body .tpl-tabs li .nav-link.active {
  border-color: #ccc #ccc #fff;
}
body .light-content .tpl-tabs {
  border-color: #bfcfe6;
}
body .light-content .tpl-tabs > li > a {
  color: #ccc;
}
body .light-content .tpl-tabs li .nav-link:hover {
  border-color: #333 #333 transparent;
  color: #fff;
}
body .light-content .tpl-tabs li .nav-link.active {
  border-color: #bfcfe6 #bfcfe6 #3D4242;
  background-color: transparent;
  color: #fff;
}
/*
 * Tabs minimal
 */
.tpl-minimal-tabs {}
body .tpl-minimal-tabs > li {
  padding: 0 30px;
  background: none !important;
}
body .tpl-minimal-tabs > li > a {
  color: #3D4242;
  background: none;
}
body .tpl-minimal-tabs > li > a:hover {
  background: none;
  border-color: #ccc !important;
}
body .tpl-minimal-tabs li a.active, body .tpl-minimal-tabs li a.active:hover {
  border: 1px solid #222 !important;
  background: none !important;
  color: #3D4242 !important;
}
body .light-content .tpl-minimal-tabs > li > a {
  color: #fff
}
body .light-content .tpl-minimal-tabs > li > a:hover {
  border-color: #555 !important;
}
body .light-content .tpl-minimal-tabs li a.active, body .light-content .tpl-minimal-tabs li a.active:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}
/*
 * Tabs Alternative
 */
.tpl-alt-tabs {}
body .tpl-alt-tabs > li {}
body .tpl-alt-tabs > li > a {
  color: #3D4242;
  background: none !important;
  border: none !important;
}
body .tpl-alt-tabs > li > a:hover {
  background: none;
  color: #3D4242;
}
body .tpl-alt-tabs li a.active, body .tpl-alt-tabs li a.active:hover, body .tpl-alt-tabs li a.active:focus {
  color: #3D4242 !important;
}
body .light-content .tpl-alt-tabs > li {
  font-weight: 400; /*500*/
}
body .light-content .tpl-alt-tabs > li > a {
  color: #bfcfe6;
}
body .light-content .tpl-alt-tabs > li > a:hover {
  color: #fff;
}
body .light-content .tpl-alt-tabs li a.active, body .light-content .tpl-alt-tabs li a.active:hover, body .light-content .tpl-alt-tabs li a.active:focus {
  color: #fff !important;
}
/*
 * Alert messages
 */
.alert {
  border: none;
}
/*
 * Accordion
 */
.accordion {
  border-bottom: 1px solid #3D4242;
}
body .accordion > dt {
  font-weight: 600;
  letter-spacing: -0.03em;
}
body .accordion > dt > a {
  color: #3D4242;
  border-top: 1px solid #3D4242;
}
body .accordion > dt > a:hover {
  text-decoration: none;
}
body .accordion > dt > a.active {}
body .accordion > dt > a:after {}
body .accordion > dt > a.active:after, body .accordion > dt > a.active:hover:after {}
body .accordion > dd {
  color: #3D4242;
}
body .light-content .accordion {
  border-color: #fff;
}
body .light-content .accordion > dt {
  font-weight: 400; /*500*/
}
body .light-content .accordion > dt > a {
  color: #fff;
  border-color: #fff;
}
body .light-content .accordion > dt > a:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" width="15px" height="9px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M13.006,0.961 L14.273,2.228 L7.500,9.001 L0.742,2.243 L2.009,0.976 L7.500,6.467 L13.006,0.961 Z"/></svg>');
}
body .light-content .accordion > dd {
  color: #fff;
  font-weight: 400;
}
/*
 * Toggle
 */
.toggle {
  border-bottom: 1px solid #3D4242;
}
body .toggle > dt {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
body .toggle > dt > a {
  position: relative;
  color: #3D4242;
  text-decoration: none;
  padding: 20px 30px 20px 0;
  border-top: 1px solid #3D4242;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .toggle > dt > a:hover {
  text-decoration: none;
}
body .toggle > dt > a:after {
  width: 15px;
  height: 9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" width="15px" height="9px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M13.006,0.961 L14.273,2.228 L7.500,9.001 L0.742,2.243 L2.009,0.976 L7.500,6.467 L13.006,0.961 Z"/></svg>');
}
body .toggle > dt > a.active:after, body .toggle > dt > a.active:hover:after {
  transform: rotate(-180deg);
}
body .toggle > dd {
  margin-bottom: 1.55em;
  color: #3D4242;
  font-size: 16px;
  font-weight: 400; /*500*/
  line-height: 1.625;
  opacity: 1;
}
body .light-content .toggle {
  border-color: #fff;
}
body .light-content .toggle > dt {
  font-weight: 400; /*500*/
}
body .light-content .toggle > dt > a {
  color: #fff;
  border-color: #fff;
}
body .light-content .accordion > dt > a:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" width="15px" height="9px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M13.006,0.961 L14.273,2.228 L7.500,9.001 L0.742,2.243 L2.009,0.976 L7.500,6.467 L13.006,0.961 Z"/></svg>');
}
body .light-content .toggle > dd {
  color: #fff;
  font-weight: 400;
}
/*
 * Progress bars
 */
.tpl-progress {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: visible;
  height: 5px;
  background: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .tpl-progress .progress-bar {
  padding-top: 2px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 12px;
  color: #3D4242;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .tpl-progress .progress-bar > div {
  position: relative;
  top: 12px;
}
body .tpl-progress .progress-bar > span {
  min-width: 24px;
  height: 24px;
  padding: 0 3px;
  position: absolute;
  top: 4px;
  right: -5px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
body .light-content .tpl-progress {
  background: #16469b;
}
body .light-content .tpl-progress .progress-bar {
  background: #fff;
  color: #fff;
}
/* Alt bar */
.tpl-progress-alt {
  height: 20px;
  line-height: 20px;
  badding-bottom: 1px;
  margin-bottom: 30px;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .tpl-progress-alt .progress-bar {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .light-content .tpl-progress-alt {
  background: #16469b;
}
body .light-content .tpl-progress-alt .progress-bar {
  background: #fff;
  color: #3D4242;
}
/*
 * Font Awesome icons examples
 */
.fa-examples {
  display: flex;
  flex-wrap: wrap;
  color: #555;
  margin-left: 1px;
}
body .fa-examples > li {
  width: 20%;
  min-height: 40px;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}
body .fa-examples > li:hover {
  background: #f5f5f5;
  color: #3D4242;
}
body .fa-examples > li > div > div {}
body .fa-examples > li > div {
  position: relative;
  padding-left: 45px;
}
body .fa-examples > li > div > a {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-right: 1px solid #bfcfe680;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
body .fa-examples > li > div > a i {
  font-size: 16px;
}
body .light-content .fa-examples {
  color: #ccc;
}
body .light-content .fa-examples > li {
  border-color: #282828;
}
body .light-content .fa-examples > li:hover {
  background-color: #3E7CB1;
  color: #fff;
}
body .light-content .fa-examples > li > div > a {
  border-color: #282828;
}
/*
 * Iconmonstr icons examples
 */
.icon-example-box {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .icon-example-box:hover {
  background-color: #eee;
}
body .icon-example-box-icon {
  width: 1em;
  height: 1em;
  margin: 0 auto;
  font-size: 72px;
  text-align: center;
  line-height: 1;
  color: #3D4242;
}
body .icon-example-box-icon svg {
  width: 1em;
  height: 1em;
}
body .icon-example-box-number {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  opacity: .75;
}
body .light-content .icon-example-box {
  background-color: #16469b;
}
body .light-content .icon-example-box:hover {
  background-color: #333;
}
body .light-content .icon-example-box-icon {
  color: #fff;
}
/* ==============================
   Intro page
   ============================== */
.intro-page .main-nav {
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body .intro-page .main-nav:not(.body-scrolled) {
  box-shadow: none;
}
body .intro-image {
  width: 100%;
}
body .intro-label {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body .intro-label .badge {
  padding: 5px 7px 6px 7px;
  font-size: 14px;
}
body .label-new {
  background: #2B2B28;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body .label-for-button {
  position: absolute;
  top: -5px;
  right: -5px;
}
body .intro-label-round {
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f32929;
}
body .buy-button {
  color: #ffffff;
}
body .buy-button:before {
  background: #58bf44;
}
body .btn-mod.btn-intro {}
body .grid-showcase-1 .post-prev-img a:after {
  border: 1px solid rgba(0, 0, 0, .1);
}
body .light-content .grid-showcase-1 .post-prev-img a:after {
  border-color: rgba(255, 255, 255, .1);
}
body .grid-showcase-1 .post-prev-title {
  font-size: 20px;
}
body .intro-label-round {}
body .intro-images {}
body .intro-images-item {}
body .intro-images-item:hover {
  z-index: 1;
}
body .intro-images-item:first-child {
  margin-left: 0;
}
body .intro-images-item:first-child, body .intro-images-item:last-child {
  width: 8.385416vw;
}
body .intro-images-item-single {
  opacity: .99;
}
body .intro-images-item-single:hover {}
/* ==============================
   Skip to Content Link
   ============================== */
.skip-to-content {
  color: #ffffff;
  background: #3D4242;
}
body .skip-to-content:hover, body .skip-to-content:focus, body .skip-to-content.focus-visible {
  color: #ffffff;
  opacity: 1;
  background: #3D4242;
}
/* ==============================
   Blog Posts Carousel
   ============================== */
body .blog-posts-carousel-item {}
body .blog-posts-carousel-item .post-prev-title, body .blog-posts-carousel-item .post-prev-info {}
body .blog-post-prev-small {
  color: #444;
  border-top: 1px dotted #eaeaea;
}
body .blog-post-prev-small a {
  color: #555;
}
body .blog-post-prev-small a:hover {
  color: #999;
}
body .blog-posts-carousel-alt li img {}
body .blog-posts-carousel-alt li:hover img {}
body .blog-slide-info {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .75);
}
body .blog-slide-title {}
body .blog-slide-title a {}
body .blog-slide-title a:hover {}
body .blog-slide-data {}
body .blog-slide-data a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
}
body .blog-slide-data a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
body .footer-social-links {
  font-size: 14px;
}
body .footer-social-links a {
  color: #fff;
}
body .footer-social-links a i, body .footer-social-links a span[class^=icon] {}
body .footer-social-links a:before {
  border: 1px solid #fff;
}
body .footer-social-links a:hover {
  color: #fff;
}
body .footer-social-links a:hover:before {
  background: transparent;
}
body .mfp-bg {
  background: #139ce0;
  opacity: 0.98;
  filter: alpha(opacity=80);
}
body .bg-orange {
  background-color: #f47631 !important;
}
body .bg-yellow {
  background-color: #ffce02 !important;
}
body .bg-cyan {
  background-color: #27c5c3 !important;
}
body .bg-green {
  background-color: #58bf44 !important;
}
body .bg-blue {
  background-color: #43a5de !important;
}
body .bg-purple {
  background-color: #375acc !important;
}
body .bg-red {
  background-color: #e13939 !important;
}
.mb_YTPMuteUnmute, .mb_YTPVolumeBar, .mb_OnlyYT {
  display: none !important;
}
.mb_YTPBar {
  opacity: 0.5;
}

main > section.home-section, main > section.page-section-section,  main > section.small-section {background-image: url('/theme/images/bkg.jpg'); }