<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */

     @import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,500i,700,700i,900,900i');
     @import url('https://fonts.googleapis.com/css?family=Red+Hat+Text:400,400i,500,500i,700,700i');
     /**
      * 1. Correct the line height in all browsers.
      * 2. Prevent adjustments of font size after orientation changes in iOS.
      */
     html {
       line-height: 1.15;
       /* 1 */
       -webkit-text-size-adjust: 100%;
       /* 2 */
     }
     
     /* Sections
        ========================================================================== */
     /**
      * Remove the margin in all browsers.
      */
     body {
       margin: 0;
       overflow-x: hidden;
     }
     
     /* Grouping content
        ========================================================================== */
     /**
      * 1. Add the correct box sizing in Firefox.
      * 2. Show the overflow in Edge and IE.
      */
     hr {
       box-sizing: content-box;
       /* 1 */
       height: 0;
       /* 1 */
       overflow: visible;
       /* 2 */
     }
     
     /**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
     pre {
       font-family: monospace, monospace;
       /* 1 */
       font-size: 1em;
       /* 2 */
     }
     
     /* Text-level semantics
        ========================================================================== */
     /**
      * Remove the gray background on active links in IE 10.
      */
     a {
       background-color: transparent;
      
     }
     
     /**
      * 1. Remove the bottom border in Chrome 57-
      * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
      */
     abbr[title] {
       border-bottom: none;
       /* 1 */
       text-decoration: underline;
       /* 2 */
       text-decoration: underline dotted;
       /* 2 */
     }
     
     /**
      * Add the correct font weight in Chrome, Edge, and Safari.
      */
     b,
     strong {
       font-weight: bold;
     }
     
     /**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
     code,
     kbd,
     samp {
       font-family: monospace, monospace;
       /* 1 */
       font-size: 1em;
       /* 2 */
     }
     
     /**
      * Add the correct font size in all browsers.
      */
     small {
       font-size: 80%;
     }
     
     /**
      * Prevent `sub` and `sup` elements from affecting the line height in
      * all browsers.
      */
     sub,
     sup {
       font-size: 75%;
       line-height: 0;
       position: relative;
       vertical-align: baseline;
     }
     
     sub {
       bottom: -0.25em;
     }
     
     sup {
       top: -0.4em;
     }
     
     /* Embedded content
        ========================================================================== */
     /**
      * Remove the border on images inside links in IE 10.
      */
     img {
       border-style: none;
     }
     
     /* Forms
        ========================================================================== */
     /**
      * 1. Change the font styles in all browsers.
      * 2. Remove the margin in Firefox and Safari.
      */
     button,
     input,
     optgroup,
     select,
     textarea {
       font-family: inherit;
       /* 1 */
       font-size: 100%;
       /* 1 */
       line-height: 1.15;
       /* 1 */
       margin: 0;
       /* 2 */
     }
     
     /**
      * Show the overflow in IE.
      * 1. Show the overflow in Edge.
      */
     button,
     input {
       /* 1 */
       overflow: visible;
     }
     
     /**
      * Remove the inheritance of text transform in Edge, Firefox, and IE.
      * 1. Remove the inheritance of text transform in Firefox.
      */
     button,
     select {
       /* 1 */
       text-transform: none;
     }
     
     /**
      * Correct the inability to style clickable types in iOS and Safari.
      */
     button,
     [type=button],
     [type=reset],
     [type=submit] {
       -webkit-appearance: button;
     }
     
     /**
      * Remove the inner border and padding in Firefox.
      */
     button::-moz-focus-inner,
     [type=button]::-moz-focus-inner,
     [type=reset]::-moz-focus-inner,
     [type=submit]::-moz-focus-inner {
       border-style: none;
       padding: 0;
     }
     
     /**
      * Restore the focus styles unset by the previous rule.
      */
     button:-moz-focusring,
     [type=button]:-moz-focusring,
     [type=reset]:-moz-focusring,
     [type=submit]:-moz-focusring {
       outline: 1px dotted ButtonText;
     }
     
     /**
      * Correct the padding in Firefox.
      */
     fieldset {
       padding: 0.35em 0.75em 0.625em;
     }
     
     /**
      * 1. Correct the text wrapping in Edge and IE.
      * 2. Correct the color inheritance from `fieldset` elements in IE.
      * 3. Remove the padding so developers are not caught out when they zero out
      *		`fieldset` elements in all browsers.
      */
     legend {
       box-sizing: border-box;
       /* 1 */
       color: inherit;
       /* 2 */
       display: table;
       /* 1 */
       max-width: 100%;
       /* 1 */
       padding: 0;
       /* 3 */
       white-space: normal;
       /* 1 */
     }
     
     /**
      * Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
     progress {
       vertical-align: baseline;
     }
     
     /**
      * Remove the default vertical scrollbar in IE 10+.
      */
     textarea {
       overflow: auto;
     }
     
     /**
      * 1. Add the correct box sizing in IE 10.
      * 2. Remove the padding in IE 10.
      */
     [type=checkbox],
     [type=radio] {
       box-sizing: border-box;
       /* 1 */
       padding: 0;
       /* 2 */
     }
     
     /**
      * Correct the cursor style of increment and decrement buttons in Chrome.
      */
     [type=number]::-webkit-inner-spin-button,
     [type=number]::-webkit-outer-spin-button {
       height: auto;
     }
     
     /**
      * 1. Correct the odd appearance in Chrome and Safari.
      * 2. Correct the outline style in Safari.
      */
     [type=search] {
       -webkit-appearance: textfield;
       /* 1 */
       outline-offset: -2px;
       /* 2 */
     }
     
     /**
      * Remove the inner padding in Chrome and Safari on macOS.
      */
     [type=search]::-webkit-search-decoration {
       -webkit-appearance: none;
     }
     
     /**
      * 1. Correct the inability to style clickable types in iOS and Safari.
      * 2. Change font properties to `inherit` in Safari.
      */
     ::-webkit-file-upload-button {
       -webkit-appearance: button;
       /* 1 */
       font: inherit;
       /* 2 */
     }
     
     /* Interactive
        ========================================================================== */
     /*
      * Add the correct display in Edge, IE 10+, and Firefox.
      */
     details {
       display: block;
     }
     
     /*
      * Add the correct display in all browsers.
      */
     summary {
       display: list-item;
     }
     
     /* Misc
        ========================================================================== */
     /**
      * Add the correct display in IE 10+.
      */
     template {
       display: none;
     }
     
     /**
      * Add the correct display in IE 10.
      */
     [hidden] {
       display: none;
     }
     
     /*--------------------------------------------------------------
     # Typography
     --------------------------------------------------------------*/
     body,
     button,
     input,
     select,
     optgroup,
     textarea {
       color: #606060;
       font-family: "Red Hat Text", sans-serif;
       font-size: 16px;
       line-height: 1.875;
       font-weight: 400;
       -ms-word-wrap: break-word;
       word-wrap: break-word;
       box-sizing: border-box;
     }

  
     textarea {
       resize: none;
     }
     
     h1, h2, h3, h4, h5, h6 {
       font-weight: 900;
       line-height: 1.2;
       margin: 0 0 20px;
       color: #1a1b1e;
       font-family: "Red Hat Display", sans-serif;
     }
     
     h1 {
       font-size: 42px;
     }
     
     h2 {
       font-size: 36px;
     }
     
     h3 {
       font-size: 30px;
     }
     
     h4 {
       font-size: 24px;
     }
     
     h5 {
       font-size: 20px;
     }
     
     h6 {
       font-size: 18px;
     }
     
     /* Responsive heading */
     /* Tablet Large */
     @media only screen and (max-width: 1024px) {
       body {
         line-height: 1.5;
       }
     
       h1 {
         font-size: 40px;
       }
     
       h2 {
         font-size: 32px;
       }
     
       h3 {
         font-size: 24px;
       }
     
       h4, h5, h6 {
         font-size: 18px;
       }
     }
     /* Tablet Small */
     @media only screen and (max-width: 768px) {
       h1, h2, h3, h4, h5, h6 {
         font-weight: 700;
       }
     
       h1 {
         font-size: 1.9rem;
       }
     
       h2 {
         font-size: 26px;
         line-height: 1.15384615;
       }
     
       h3 {
         font-size: 22px;
         line-height: 1.13636364;
       }
     
       h4, h5, h6 {
         line-height: 1.11111111;
       }
     }
     p {
       margin: 0 0 20px;
     }
     
     p:last-child {
         margin-bottom: 0;
     }
     
     dfn, cite, em, i {
       font-style: italic;
     }
     
     blockquote {
       font-size: 24px;
       line-height: 42px;
       margin: 30px 0;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 500;
       padding: 0 30px;
       position: relative;
       color: #1a1b1e;
     }
     blockquote:before {
       content: "";
       display: block;
       position: absolute;
       left: 0;
       top: 7%;
       width: 3px;
       height: 86%;
       background: #fe4c1c;
     }
     blockquote cite {
       font-size: 14px;
       font-style: normal;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 1px;
       color: #a5b7d2;
     }
     
     address {
       margin: 0 0 1.5em;
     }
     
     pre {
       background: #eee;
       font-family: "Courier 10 Pitch", Courier, monospace;
       font-size: 15px;
       line-height: 1.7142857143;
       margin-bottom: 1.6em;
       max-width: 100%;
       overflow: auto;
       padding: 1.6em;
     }
     
     code, kbd, tt, var {
       font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
       font-size: 15px;
     }
     
     abbr, acronym {
       border-bottom: 1px dotted #666;
       cursor: help;
     }
     
     mark, ins {
       background: #fff9c0;
       text-decoration: none;
     }
     
     big {
       font-size: 125%;
     }
     
     .bg-alt {
       background: #f7f7f7;
     }
     
     .bg-primary {
       background: #fe4c1c;
     }
     
     .bg-second {
       background: #00c3ff;
     }
     
     .bg-third {
       background: #0160e7;
     }
     
     .bg-gradient {
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
     }
     
     .bg-hover-gradient:hover {
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
     }
     
     .text-primary {
       color: #fe4c1c;
     }
     
     .text-second {
       color: #00c3ff;
     }
     
     .text-third {
       color: #0160e7;
     }
     
     .text-dark {
       color: #1a1b1e;
     }
     
     .text-gray {
       color: #a5b7d2;
     }
     
     .text-radius {
       border-radius: 3px;
       padding: 0 3px;
     }
     
     .font-main {
       font-family: "Red Hat Text", sans-serif;
     }
     
     .font-second {
       font-family: "Red Hat Display", sans-serif;
     }
     
     .section-padd {
       padding: 110px 0;
     }
     
     .section-padd-bot {
       padding-bottom: 110px;
     }
     
     .section-padd-top {
       padding-top: 110px;
     }
     
     .section-padd-top70 {
       padding-top: 70px;
     }
     
     .lead {
       font-size: 18px;
     }
     
     .clear-both {
       clear: both;
     }
     
     .unstyle {
       list-style: none;
       padding-left: 0;
     }
     
     .font14 {
       font-size: 14px;
     }
     
     .font22 {
       font-size: 22px;
       line-height: 36px;
     }
     
     .text-light {
       color: #fff;
     }
     .text-light * {
       color: #fff;
     }
     
     .bolder {
       font-weight: 900;
     }
     
     .bold {
       font-weight: 700;
     }
     
     .medium {
       font-weight: 500;
     }
     
     .normal {
       font-weight: 400;
     }
     
     .lighter {
       font-weight: 300;
     }
     
     .underline {
       text-decoration: underline;
     }
     
     .fleft {
       float: left;
     }
     
     .fright {
       float: right;
     }
     
     .dtable {
       display: table;
     }
     
     .dcell {
       display: table-cell;
       vertical-align: middle;
     }
     
     .overflow {
       overflow: hidden;
     }
     
     .overlay {
       position: absolute;
       top: 0;
       left: 0;
       background: #fff;
       opacity: 0.8;
       width: 100%;
       height: 100%;
       z-index: -1;
     }
     
     .gaps {
       clear: both;
       height: 20px;
       display: block;
     }
     .gaps.size-2x {
       height: 40px;
     }
     
     .slick-arrow {
       z-index: 1;
       position: absolute;
       top: 50%;
       left: 40px;
       margin-top: -23px;
       width: 46px;
       height: 46px;
       background: #fff;
       color: #00c3ff;
       border: none;
       outline: none;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
     }
     .slick-arrow:not(.slick-disabled):hover {
       background: #00c3ff;
       color: #fff;
     }
     .slick-arrow.next-nav {
       left: auto;
       right: 40px;
     }
     .slick-arrow i:before {
       font-size: 18px;
     }
     
     .no-padding-top {
       padding-top: 0px !important;
     }
     
     .padding-top-40 {
       padding-top: 40px;
     }
     
     section  {
       position: relative;
       z-index: 0;
     }
     /* Row */
     .flex-row {
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-right: -15px;
         margin-left: -15px;
     }
     .d-flex {
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     }
     /*-------------------------------------
       padding (around)
     -------------------------------------*/
     
     .p-a0 {
       padding: 0;
     }
     
     .p-a5 {
       padding: 5px;
     }
     
     .p-a10 {
       padding: 10px;
     }
     
     .p-a15 {
       padding: 15px;
     }
     
     .p-a20 {
       padding: 20px;
     }
     
     .p-a25 {
       padding: 25px;
     }
     
     .p-a30 {
       padding: 30px;
     }
     
     .p-a40 {
       padding: 40px;
     }
     
     .p-a50 {
       padding: 50px;
     }
     
     .p-a60 {
       padding: 60px;
     }
     
     .p-a70 {
       padding: 70px;
     }
     
     .p-a80 {
       padding: 80px;
     }
     
     .p-a90 {
       padding: 90px;
     }
     
     .p-a100 {
       padding: 100px;
     }
     
     .p-a110 {
       padding: 110px;
     }
     
     .p-a120 {
       padding: 120px;
     }
     
     .p-a130 {
       padding: 130px;
     }
     
     .p-a140 {
       padding: 140px;
     }
     
     .p-a150 {
       padding: 150px;
     }
     
     
     /*-------------------------------------
       Padding (top)
     -------------------------------------*/
     
     .p-t0 {
       padding-top: 0;
     }
     
     .p-t5 {
       padding-top: 5px;
     }
     
     .p-t10 {
       padding-top: 10px;
     }
     
     .p-t15 {
       padding-top: 15px;
     }
     
     .p-t20 {
       padding-top: 20px;
     }
     .p-t30 {
       padding-top: 30px;
     }
     
     .p-t35 {
       padding-top: 35px;
     }
     
     .p-t40 {
       padding-top: 40px;
     }
     
     .p-t50 {
       padding-top: 50px;
     }
     
     .p-t60 {
       padding-top: 60px;
     }
     
     .p-t70 {
       padding-top: 70px;
     }
     
     .p-t80 {
       padding-top: 80px;
     }
     
     .p-t90 {
       padding-top: 90px;
     }
     
     .p-t100 {
       padding-top: 100px;
     }
     
     .p-t105 {
       padding-top: 105px;
     }
     
     .p-t110 {
       padding-top: 110px;
     }
     
     .p-t120 {
       padding-top: 120px;
     }
     
     .p-t125 {
       padding-top: 125px;
     }
     
     .p-t130 {
       padding-top: 130px;
     }
     
     .p-t140 {
       padding-top: 140px;
     }
     
     .p-t150 {
       padding-top: 150px;
     }
     
     .p-t160 {
       padding-top: 160px;
     }
     
     .p-t165 {
       padding-top: 165px;
     }
     
     .p-t200 {
       padding-top: 200px;
     }
     
     .p-t210 {
       padding-top: 210px;
     }
     
     .p-t330 {
       padding-top: 330px;
     }
     
     .p-t280 {
       padding-top: 280px;
     }
     
     /*-------------------------------------
         Padding (bottom)
     -------------------------------------*/
     
     .p-b0 {
       padding-bottom: 0;
     }
     
     .p-b5 {
       padding-bottom: 5px;
     }
     
     .p-b10 {
       padding-bottom: 10px;
     }
     
     .p-b15 {
       padding-bottom: 15px;
     }
     
     .p-b20 {
       padding-bottom: 20px;
     }
     
     .p-b30 {
       padding-bottom: 30px;
     }
     
     .p-b35 {
       padding-bottom: 35px;
     }
     
     .p-b40 {
       padding-bottom: 40px;
     }
     
     .p-b45 {
       padding-bottom: 45px;
     }
     
     .p-b50 {
       padding-bottom: 50px;
     }
     
     .p-b60 {
       padding-bottom: 60px;
     }
     
     .p-b70 {
       padding-bottom: 70px;
     }
     
     .p-b75 {
       padding-bottom: 75px;
     }
     
     .p-b80 {
       padding-bottom: 80px;
     }
     
     .p-b83 {
       padding-bottom: 83px;
     }
     
     .p-b90 {
       padding-bottom: 90px;
     }
     
     .p-b100 {
       padding-bottom: 100px;
     }
     
     .p-b110 {
       padding-bottom: 110px;
     }
     
     .p-b120 {
       padding-bottom: 120px;
     }
     
     .p-b130 {
       padding-bottom: 130px;
     }
     
     .p-b140 {
       padding-bottom: 140px;
     }
     
     .p-b150 {
       padding-bottom: 150px;
     }
     
     .p-b155 {
       padding-bottom: 155px;
     }
     
     .p-b160 {
       padding-bottom: 160px;
     }
     
     .p-b170 {
       padding-bottom: 170px;
     }
     
     .p-b180 {
       padding-bottom: 170px;
     }
     
     .p-b210 {
       padding-bottom: 210px;
     }
     
     .p-b290 {
       padding-bottom: 290px;
     }
     
     .p-b330 {
       padding-bottom: 330px;
     }
     
     .p-b340 {
       padding-bottom: 340px;
     }
     
     .p-b400 {
       padding-bottom: 400px;
     }
     
     /*-------------------------------------
       Padding (left)
     -------------------------------------*/
     
     .p-l0 {
       padding-left: 0;
     }
     
     .p-l5 {
       padding-left: 5px;
     }
     
     .p-l10 {
       padding-left: 10px;
     }
     
     .p-l15 {
       padding-left: 15px;
     }
     
     .p-l20 {
       padding-left: 20px;
     }
     
     .p-l30 {
       padding-left: 30px;
     }
     
     .p-l40 {
       padding-left: 40px;
     }
     
     .p-l50 {
       padding-left: 50px;
     }
     
     .p-l60 {
       padding-left: 60px;
     }
     
     .p-l70 {
       padding-left: 70px;
     }
     
     .p-l80 {
       padding-left: 80px;
     }
     
     .p-l85 {
       padding-left: 85px;
     }
     
     .p-l90 {
       padding-left: 90px;
     }
     
     .p-l95 {
       padding-left: 95px;
     }
     
     .p-l100 {
       padding-left: 100px;
     }
     
     .p-l110 {
       padding-left: 110px;
     }
     
     .p-l120 {
       padding-left: 120px;
     }
     
     .p-l130 {
       padding-left: 130px;
     }
     
     .p-l140 {
       padding-left: 140px;
     }
     
     .p-l150 {
       padding-left: 150px;
     }
     
     
     /*-------------------------------------
       Padding (right)
     -------------------------------------*/
     
     .p-r0 {
       padding-right: 0;
     }
     
     .p-r5 {
       padding-right: 5px;
     }
     
     .p-r10 {
       padding-right: 10px;
     }
     
     .p-r15 {
       padding-right: 15px;
     }
     
     .p-r20 {
       padding-right: 20px;
     }
     
     .p-r30 {
       padding-right: 30px;
     }
     
     .p-r40 {
       padding-right: 40px;
     }
     
     .p-r50 {
       padding-right: 50px;
     }
     
     .p-r60 {
       padding-right: 60px;
     }
     
     .p-r70 {
       padding-right: 70px;
     }
     
     .p-r80 {
       padding-right: 80px;
     }
     
     .p-r90 {
       padding-right: 90px;
     }
     
     .p-r100 {
       padding-right: 100px;
     }
     
     .p-r110 {
       padding-right: 110px;
     }
     
     .p-r120 {
       padding-right: 120px;
     }
     
     .p-r130 {
       padding-right: 130px;
     }
     
     .p-r140 {
       padding-right: 140px;
     }
     
     .p-r150 {
       padding-right: 150px;
     }
     
     
     /*-------------------------------------
       Padding (left right)
     -------------------------------------*/
     
     .p-lr0 {
       padding-left: 0;
       padding-right: 0;
     }
     
     .p-lr5 {
       padding-left: 5px;
       padding-right: 5px;
     }
     
     .p-lr10 {
       padding-left: 10px;
       padding-right: 10px;
     }
     
     .p-lr15 {
       padding-left: 15px;
       padding-right: 15px;
     }
     
     .p-lr20 {
       padding-left: 20px;
       padding-right: 20px;
     }
     
     .p-lr30 {
       padding-left: 30px;
       padding-right: 30px;
     }
     
     .p-lr40 {
       padding-left: 40px;
       padding-right: 40px;
     }
     
     .p-lr50 {
       padding-left: 50px;
       padding-right: 50px;
     }
     
     .p-lr60 {
       padding-left: 60px;
       padding-right: 60px;
     }
     
     .p-lr70 {
       padding-left: 70px;
       padding-right: 70px;
     }
     
     .p-lr80 {
       padding-left: 80px;
       padding-right: 80px;
     }
     
     .p-lr90 {
       padding-left: 90px;
       padding-right: 90px;
     }
     
     .p-lr100 {
       padding-left: 100px;
       padding-right: 100px;
     }
     
     .p-lr120 {
       padding-left: 120px;
       padding-right: 120px;
     }
     
     .p-lr150 {
       padding-left: 150px;
       padding-right: 150px;
     }
     
     
     /*-------------------------------------
       Padding (top bottom)
     -------------------------------------*/
     
     .p-tb0 {
       padding-bottom: 0;
       padding-top: 0;
     }
     
     .p-tb5 {
       padding-bottom: 5px;
       padding-top: 5px;
     }
     
     .p-tb10 {
       padding-bottom: 10px;
       padding-top: 10px;
     }
     
     .p-tb15 {
       padding-bottom: 15px;
       padding-top: 15px;
     }
     
     .p-tb20 {
       padding-bottom: 20px;
       padding-top: 20px;
     }
     
     .p-tb30 {
       padding-bottom: 30px;
       padding-top: 30px;
     }
     
     .p-tb40 {
       padding-bottom: 40px;
       padding-top: 40px;
     }
     
     .p-tb50 {
       padding-bottom: 50px;
       padding-top: 50px;
     }
     
     .p-tb60 {
       padding-bottom: 60px;
       padding-top: 60px;
     }
     
     .p-tb70 {
       padding-bottom: 70px;
       padding-top: 70px;
     }
     
     .p-tb80 {
       padding-bottom: 80px;
       padding-top: 80px;
     }
     
     .p-tb90 {
       padding-bottom: 90px;
       padding-top: 90px;
     }
     
     .p-tb100 {
       padding-bottom: 100px;
       padding-top: 100px;
     }
     
     .p-tb110 {
       padding-bottom: 110px;
       padding-top: 110px;
     }
     
     .p-tb120 {
       padding-bottom: 120px;
       padding-top: 120px;
     }
     
     .p-tb150 {
       padding-bottom: 150px;
       padding-top: 150px;
     }
     
     
     /*-------------------------------------
       margin (around)
     -------------------------------------*/
     
     .m-a-1 {
       margin: -1px
     }
     
     .m-a0 {
       margin: 0;
     }
     
     .m-a5 {
       margin: 5px;
     }
     
     .m-a10 {
       margin: 10px;
     }
     
     .m-a15 {
       margin: 15px;
     }
     
     .m-a20 {
       margin: 20px;
     }
     
     .m-a30 {
       margin: 30px;
     }
     
     .m-a40 {
       margin: 40px;
     }
     
     .m-a50 {
       margin: 50px;
     }
     
     .m-a60 {
       margin: 60px;
     }
     
     .m-a70 {
       margin: 70px;
     }
     
     .m-a80 {
       margin: 80px;
     }
     
     .m-a90 {
       margin: 90px;
     }
     
     .m-a100 {
       margin: 100px;
     }
     
     .m-a110 {
       margin: 110px;
     }
     
     .m-a120 {
       margin: 120px;
     }
     
     .m-a130 {
       margin: 130px;
     }
     
     .m-a140 {
       margin: 140px;
     }
     
     .m-a150 {
       margin: 150px;
     }
     
     
     /*-------------------------------------
       marging (top)
     -------------------------------------*/
     
     .m-t0 {
       margin-top: 0;
     }
     
     .m-t5 {
       margin-top: 5px;
     }
     
     .m-t10 {
       margin-top: 10px;
     }
     
     .m-t15 {
       margin-top: 15px;
     }
     
     .m-t20 {
       margin-top: 20px;
     }
     
     .m-t30 {
       margin-top: 30px;
     }
     
     .m-t40 {
       margin-top: 40px;
     }
     
     .m-t50 {
       margin-top: 50px;
     }
     
     .m-t60 {
       margin-top: 60px;
     }
     
     .m-t70 {
       margin-top: 70px;
     }
     
     .m-t80 {
       margin-top: 80px;
     }
     
     .m-t90 {
       margin-top: 90px;
     }
     
     .m-t100 {
       margin-top: 100px;
     }
     
     .m-t110 {
       margin-top: 110px;
     }
     
     .m-t120 {
       margin-top: 120px;
     }
     
     .m-t130 {
       margin-top: 130px;
     }
     
     .m-t140 {
       margin-top: 140px;
     }
     
     .m-t150 {
       margin-top: 150px;
     }
     
     
     /*-------------------------------------
       marging (bottom)
     -------------------------------------*/
     
     .m-b0 {
       margin-bottom: 0;
     }
     
     .m-b5 {
       margin-bottom: 5px;
     }
     
     .m-b10 {
       margin-bottom: 10px;
     }
     
     .m-b15 {
       margin-bottom: 15px!important;
     }
     
     .m-b20 {
       margin-bottom: 20px;
     }
     
     .m-b25 {
       margin-bottom: 25px;
     }
     
     .m-b30 {
       margin-bottom: 30px;
     }
     
     .m-b35 {
       margin-bottom: 35px;
     }
     
     .m-b40 {
       margin-bottom: 40px;
     }
     
     .m-b45 {
       margin-bottom: 45px;
     }
     
     .m-b50 {
       margin-bottom: 50px;
     }
     
     .m-b55 {
       margin-bottom: 55px;
     }
     
     .m-b60 {
       margin-bottom: 60px;
     }
     
     .m-b70 {
       margin-bottom: 70px;
     }
     
     .m-b80 {
       margin-bottom: 80px;
     }
     
     .m-b90 {
       margin-bottom: 90px;
     }
     
     .m-b95 {
       margin-bottom: 95px;
     }
     
     .m-b100 {
       margin-bottom: 100px;
     }
     
     .m-b110 {
       margin-bottom: 110px;
     }
     
     .m-b120 {
       margin-bottom: 120px;
     }
     
     .m-b130 {
       margin-bottom: 130px;
     }
     
     .m-b140 {
       margin-bottom: 140px;
     
     }
     
     .m-b150 {
       margin-bottom: 150px;
     }
     
     
     /*-------------------------------------
       marging (left)
     -------------------------------------*/
     
     .m-l0 {
       margin-left: 0;
     }
     
     .m-l5 {
       margin-left: 5px;
     }
     
     .m-l10 {
       margin-left: 10px;
     }
     
     .m-l15 {
       margin-left: 15px;
     }
     
     .m-l20 {
       margin-left: 20px;
     }
     
     .m-l30 {
       margin-left: 30px;
     }
     
     .m-l40 {
       margin-left: 40px;
     }
     
     .m-l50 {
       margin-left: 50px;
     }
     
     .m-l60 {
       margin-left: 60px;
     }
     
     .m-l70 {
       margin-left: 70px;
     }
     
     .m-l80 {
       margin-left: 80px;
     }
     
     .m-l90 {
       margin-left: 90px;
     }
     
     .m-l100 {
       margin-left: 100px;
     }
     
     .m-l110 {
       margin-left: 110px;
     }
     
     .m-l120 {
       margin-left: 120px;
     }
     
     .m-l130 {
       margin-left: 130px;
     }
     
     .m-l140 {
       margin-left: 140px;
     }
     
     .m-l150 {
       margin-left: 150px;
     }
     
     
     /*-------------------------------------
       marging (right)
     -------------------------------------*/
     
     .m-r0 {
       margin-right: 0;
     }
     
     .m-r5 {
       margin-right: 5px;
     }
     
     .m-r10 {
       margin-right: 10px;
     }
     
     .m-r15 {
       margin-right: 15px;
     }
     
     .m-r20 {
       margin-right: 20px;
     }
     
     .m-r30 {
       margin-right: 30px;
     }
     
     .m-r40 {
       margin-right: 40px;
     }
     
     .m-r50 {
       margin-right: 50px;
     }
     
     .m-r60 {
       margin-right: 60px;
     }
     
     .m-r70 {
       margin-right: 70px;
     }
     
     .m-r80 {
       margin-right: 80px;
     }
     
     .m-r90 {
       margin-right: 90px;
     }
     
     .m-r100 {
       margin-right: 100px;
     }
     
     .m-r110 {
       margin-right: 110px;
     }
     
     .m-r120 {
       margin-right: 120px;
     }
     
     .m-r130 {
       margin-right: 130px;
     }
     
     .m-r140 {
       margin-right: 140px;
     }
     
     .m-r150 {
       margin-right: 150px;
     }
     
     .m-r--60 {
       margin-right: -60px;
     }
     
     /*-------------------------------------
       marging (left right)
     -------------------------------------*/
     
     .m-lr0 {
       margin-left: 0;
       margin-right: 0;
     }
     
     .m-lr5 {
       margin-left: 5px;
       margin-right: 5px;
     }
     
     .m-lr10 {
       margin-left: 10px;
       margin-right: 10px;
     }
     
     .m-lr15 {
       margin-left: 15px;
       margin-right: 15px;
     }
     
     .m-lr20 {
       margin-left: 20px;
       margin-right: 20px;
     }
     
     .m-lr30 {
       margin-left: 30px;
       margin-right: 30px;
     }
     
     .m-lr40 {
       margin-left: 40px;
       margin-right: 40px;
     }
     
     .m-lr50 {
       margin-left: 50px;
       margin-right: 50px;
     }
     
     .m-lr60 {
       margin-left: 60px;
       margin-right: 60px;
     }
     
     .m-lr70 {
       margin-left: 70px;
       margin-right: 70px;
     }
     
     .m-lr80 {
       margin-left: 80px;
       margin-right: 80px;
     }
     
     .m-lr90 {
       margin-left: 90px;
       margin-right: 90px;
     }
     
     .m-lr100 {
       margin-left: 100px;
       margin-right: 100px;
     }
     
     .m-lr120 {
       margin-left: 120px;
       margin-right: 120px;
     }
     
     .m-lr150 {
       margin-left: 150px;
       margin-right: 150px;
     }
     .m-l--60 {
       margin-left: -60px;
     }
     
     /*-------------------------------------
       marging (top bottom)
     -------------------------------------*/
     
     .m-tb0 {
       margin-bottom: 0;
       margin-top: 0;
     }
     
     .m-tb5 {
       margin-bottom: 5px;
       margin-top: 5px;
     }
     
     .m-tb10 {
       margin-bottom: 10px;
       margin-top: 10px;
     }
     
     .m-tb15 {
       margin-bottom: 15px;
       margin-top: 15px;
     }
     
     .m-tb20 {
       margin-bottom: 20px;
       margin-top: 20px;
     }
     
     .m-tb30 {
       margin-bottom: 30px;
       margin-top: 30px;
     }
     
     .m-tb40 {
       margin-bottom: 40px;
       margin-top: 40px;
     }
     
     .m-tb50 {
       margin-bottom: 50px;
       margin-top: 50px;
     }
     
     .m-tb60 {
       margin-bottom: 60px;
       margin-top: 60px;
     }
     
     .m-tb70 {
       margin-bottom: 70px;
       margin-top: 70px;
     }
     
     .m-tb80 {
       margin-bottom: 80px;
       margin-top: 80px;
     }
     
     .m-tb90 {
       margin-bottom: 90px;
       margin-top: 90px;
     }
     
     .m-tb100 {
       margin-bottom: 100px;
       margin-top: 100px;
     }
     
     .m-tb120 {
       margin-bottom: 120px;
       margin-top: 120px;
     }
     
     .m-tb150 {
       margin-bottom: 150px;
       margin-top: 150px;
     }
     
     /* Tablet Small */
     @media only screen and (max-width: 768px) {
       blockquote {
         font-size: 20px;
         line-height: 1.6;
       }
     
       blockquote cite {
         font-size: 13px;
         font-weight: 700;
       }
     }
     /*--------------------------------------------------------------
     # Elements
     --------------------------------------------------------------*/
     html {
       box-sizing: border-box;
     }
     
     *,
     *:before,
     *:after {
       /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
       box-sizing: inherit;
     }
     
     body {
       background: #fff;
       /* Fallback for when there is no custom background color defined. */
     }
     
     hr {
       background-color: #ccc;
       border: 0;
       height: 1px;
       margin-bottom: 1.5em;
     }
     
     ul,
     ol {
       margin: 0 0 20px;
       padding-left: 18px;
     }
     
     ul {
       list-style: disc;
       
     }
     
     ol {
       list-style: decimal;
     }
     
     li &gt; ul,
     li &gt; ol {
       margin-bottom: 0;
       margin-left: 1.5em;
     }
     
     dt {
       font-weight: 700;
     }
     
     dd {
       margin: 0 1.5em 1.5em;
     }
     
     .none-style {
       list-style: none;
       padding-left: 0;
     }
     
     img {
       height: auto;
       /* Make sure images are scaled correctly.*/
       max-width: 100%; 
       /* Adhere to container width. */
     }
     
     figure {
       margin: 1em 0;
       /* Extra wide images within figure tags don't overflow the content area. */
     }
     
     table {
       margin: 0 0 1.5em;
       width: 100%;
       border-collapse: collapse;
       border-spacing: 0;
       border-width: 1px 0 0 1px;
     }
     
     caption,
     td,
     th {
       padding: 0;
       font-weight: normal;
       text-align: left;
     }
     
     table,
     th,
     td {
       border: 1px solid #eee;
     }
     
     th {
       font-weight: 700;
     }
     
     th,
     td {
       padding: 0.4375em;
     }
  
     /* Styles for whatsapp container in index page */
  
    img.wp-smiley, img.emoji {
      display: inline !important;
      border: none !important;
      box-shadow: none !important;
      height: 1em !important;
      width: 1em !important;
      margin: 0 .07em !important;
      vertical-align: -0.1em !important;
      background: none !important;
      padding: 0 !important;
    }
  
    .wws--bg-color {
      background-color: #22c15e;
    }
  
    .wws--text-color {
      color: #ffffff;
    }
  
    .wws-shadow {
      box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    }
    
    .wws-popup__open-btn {
      padding: 8px 15px;
      font-size: 14px;
      border-radius: 20px;
      display: inline-block;
      margin-top: 14px;
      cursor: pointer;
      user-select: none;
    }
      
    .wws-popup-container--position { 
      left: 30px; 
      bottom: 30px; 
    }
          
    .wws-gradient--position {
      background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
    }
  
    .no-js img.lazyload { display: none; }
  
    figure.wp-block-image img.lazyloading { min-width: 150px; }
  
    .lazyload { opacity: 0; }
  
    .lazyloading {
      border: 0 !important;
      opacity: 1;
      background: rgba(255, 255, 255, 0) url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com'/images/smush-lazyloader-3.gif') no-repeat center !important;
      background-size: 16px auto !important;
    }
  
    @media (max-width: 350px) {
      .wws-popup-container--position {
        left: 10px;
      }
  
      /* Giving 90% width to avoid overflow */
      .wws-popup {
        width: 90%;
      }
    }
  
     /* End of styles for whatsapp container */
     
     /*--------------------------------------------------------------
     # Forms
     --------------------------------------------------------------*/
     /* #button Group
     ================================================== */
     .octf-btn {
       transition: all 0.2s ease-out;
       -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       font-size: 16px;
       padding: 16px 28px 16px 28px;
       line-height: 1;
       display: inline-block;
       margin: 0;
       text-decoration: none;
       white-space: nowrap;
       vertical-align: middle;
       font-weight: bold;
       letter-spacing: 0;
       text-align: center;
       background: #fe4c1c;
       cursor: pointer;
       border: 1px solid transparent;
       outline: 0;
       box-sizing: border-box;
       color: #fff;
       position: relative;
       font-family: "Red Hat Display", sans-serif;
       overflow: hidden;
       border-radius: 25px;
       -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
       box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
       -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
       -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
     }
     .octf-btn:visited {
       color: #fff;
      
     }
     .octf-btn:hover, .octf-btn:focus {
       color: #fff;
      
     }
     .octf-btn:hover, .octf-btn:focus {
       box-shadow: none;
     }
     .octf-btn.octf-btn-white {
       background: #ffffff;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       color: #fe4c1c;
     }
     .octf-btn.octf-btn-white i {
       background: #fe4c1c;
       color: #ffffff;
     }
     .octf-btn.octf-btn-white:visited, .octf-btn.octf-btn-white:hover, .octf-btn.octf-btn-white:focus {
       color: #fe4c1c;
     }
     .octf-btn.octf-btn-white:before {
       background-color: rgba(254, 76, 28, 0.5);
     }
     .octf-btn:before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 0;
       -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
       opacity: 1;
       -webkit-transform: translate(-105%, 0);
       transform: translate(-105%, 0);
       background-color: rgba(255, 255, 255, 0.8);
     }
     .octf-btn:hover:before {
       opacity: 0;
       -webkit-transform: translate(0, 0);
       transform: translate(0, 0);
     }
     
     .octf-btn-icon {
       text-align: left;
       padding: 5px 5px 5px 28px;
       
     }
     .octf-btn-icon i {
       background: #fff;
       color: #fe4c1c;
       width: 40px;
       height: 40px;
       line-height: 40px;
       text-decoration: none;
       text-align: center;
       display: inline-block;
       margin-left: 14px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     
     .octf-btn-primary {
       background: #fe4c1c;
     }
     .octf-btn-primary.octf-btn {
       box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
       -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
       -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
     }
     .octf-btn-primary.octf-btn-icon {
       box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
     }
     .octf-btn-primary:hover, .octf-btn-primary:focus {
       box-shadow: none;
       text-decoration: none;
     }
     
     .octf-btn-secondary {
       background: #00c3ff;
     }
     .octf-btn-secondary.octf-btn {
       box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
       -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
       -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
     }
     .octf-btn-secondary.octf-btn-icon {
       box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
     }
     .octf-btn-secondary i {
       color: #00c3ff;
     }
     .octf-btn-secondary.octf-btn-white {
       color: #00c3ff;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
     }
     .octf-btn-secondary.octf-btn-white:visited, .octf-btn-secondary.octf-btn-white:hover, .octf-btn-secondary.octf-btn-white:focus {
       color: #00c3ff;
     }
     .octf-btn-secondary.octf-btn-white i {
       background: #00c3ff;
       text-decoration: none;
     }
     .octf-btn-secondary:hover, .octf-btn-secondary:focus {
       box-shadow: none;
       text-decoration: none;
     }
     
     .octf-btn-third {
       background: #0160e7;
     }
     .octf-btn-third.octf-btn {
       box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
       -webkit-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
       -moz-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
     }
     .octf-btn-third.octf-btn-icon {
       box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
     }
     .octf-btn-third i {
       color: #0160e7;
     }
     .octf-btn-third.octf-btn-white {
       color: #0160e7;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
     }
     .octf-btn-third.octf-btn-white:visited, .octf-btn-third.octf-btn-white:hover, .octf-btn-third.octf-btn-white:focus {
       color: #0160e7;
       text-decoration: none;
     }
     .octf-btn-third.octf-btn-white i {
       background: #0160e7;
       text-decoration: none;
     }
     .octf-btn-third:hover, .octf-btn-third:focus {
       box-shadow: none;
       text-decoration: none;
     }
     
     .octf-btn-no-icon i,
     .awesome-icon span i {
       display: none;
     }
     
     .btn-readmore a {
       font-family: "Red Hat Display", sans-serif;
       transition: all 0.2s ease-out;
       -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       font-size: 12px;
       line-height: 1;
       display: inline-block;
       text-decoration: none;
       white-space: nowrap;
       font-weight: 500;
       letter-spacing: 1px;
       text-transform: uppercase;
     }
     
     /* divider */
     /* ------------------------------ */
     .spacer-single {
       width: 100%;
       height: 30px;
       display: block;
       clear: both;
     }
     
     .spacer-single-10 {
       width: 100%;
       height: 10px;
       display: block;
       clear: both;
     }
     
     .spacer-double {
       width: 100%;
       height: 60px;
       display: block;
       clear: both;
     }
     
     .spacer-half {
       width: 100%;
       height: 15px;
       display: block;
       clear: both;
     }
     
     hr {
       display: block;
       clear: both;
       border-top: solid 1px #ddd;
       margin: 40px 0 40px 0;
     }
     
     .double-divider {
       border-top: 1px solid #dfe5e8;
       margin-top: 40px;
       display: block;
       margin-bottom: 45px;
     }
     
     @media (max-width: 767px) {
       .octf-btn:before {
         display: none;
       }
     }
     input[type=text],
     input[type=email],
     input[type=url],
     input[type=password],
     input[type=search],
     input[type=number],
     input[type=tel],
     input[type=range],
     input[type=date],
     input[type=month],
     input[type=week],
     input[type=time],
     input[type=datetime],
     input[type=datetime-local],
     input[type=color],
     textarea {
       color: #7e7e7e;
       border: 1px solid #e6e6e6;
       border-radius: 23px;
       -webkit-border-radius: 23px;
       -moz-border-radius: 23px;
       padding: 9px 20px;
       box-sizing: border-box;
       outline: none;
     }
     input[type=text]:focus,
     input[type=email]:focus,
     input[type=url]:focus,
     input[type=password]:focus,
     input[type=search]:focus,
     input[type=number]:focus,
     input[type=tel]:focus,
     input[type=range]:focus,
     input[type=date]:focus,
     input[type=month]:focus,
     input[type=week]:focus,
     input[type=time]:focus,
     input[type=datetime]:focus,
     input[type=datetime-local]:focus,
     input[type=color]:focus,
     textarea:focus {
       color: #7e7e7e;
     }
     
     select {
       border: 1px solid #e6e6e6;
     }
     
     textarea {
       width: 100%;
       padding: 15px 20px;
       vertical-align: top;
     }
     
     ::-webkit-input-placeholder {
       /* Chrome/Opera/Safari */
       color: #7e7e7e;
     }
     
     ::-moz-placeholder {
       /* Firefox 19+ */
       color: #7e7e7e;
     }
     
     :-ms-input-placeholder {
       /* IE 10+ */
       color: #7e7e7e;
     }
     
     :-moz-placeholder {
       /* Firefox 18- */
       color: #7e7e7e;
     }
     
     /*--------------------------------------------------------------
     # Navigation
     --------------------------------------------------------------*/
     /*--------------------------------------------------------------
     ## Links
     --------------------------------------------------------------*/
     a {
       transition: all 0.3s linear;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       color: #00c3ff;
       text-decoration: none;
     }
     a:visited {
       color: #00c3ff;
     }
     a:hover, a:focus, a:active {
       color: #fe4c1c;
       text-decoration: none;
     }
     a:focus {
       outline: 0;
     }
     a:hover, a:active {
       outline: 0;
     }

     a:focus, a:hover {
      color: #23527c;
      text-decoration: none;
  }
     
     /*--------------------------------------------------------------
     ## Top Bar
     --------------------------------------------------------------*/
     .header-topbar {
       padding: 12px 0px;
       border-bottom: 1px solid #e5e5e5;
       color: #a5b7d2;
       font-size: 14px;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 500;
     }
     .header-topbar a {
       color: #a5b7d2;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .header-topbar a:hover {
       color: #fe4c1c;
     }
     
     .topbar_menu {
       float: left;
       margin-right: 30px;
     }
     .topbar_menu ul {
       list-style: none;
       padding: 0px;
       margin: 0px;
     }
     .topbar_menu ul li {
       display: inline-block;
       border-right: 1px solid #e5e5e5;
       padding: 0px 31px;
       /* float: left; */
     }
     .topbar_menu ul li:first-child {
       padding-left: 0px;
     }
     .topbar_menu ul li a {
       font-family: "Red Hat Display", sans-serif;
       font-size: 14px;
       line-height: 11.9px;
       font-weight: 500;
     }
     
     .social-list {
       list-style: none;
       padding: 0px;
       margin: 0px;
       float: left;
     }
     .social-list li {
       display: inline-block;
       margin: 0px 10px;
     }
     .social-list li:first-child {
       margin-left: 0px;
     }
     .social-list li a {
       display: inline-block;
       padding: 0px 3px;
     }
     .social-list li a i {
       font-size: 14px;
     }
     
     .topbar-info {
       list-style: none;
       padding: 0px;
       margin: 0px;
       float: right;
     }
     .topbar-info li {
       display: inline-block;
       border-right: 1px solid #e5e5e5;
       padding: 0px 31px;
       /* float: left; */
     }
     .topbar-info li:last-child {
       border-right: none;
       padding-right: 0px;
     }
     .topbar-info li i {
       display: inline-block;
       font-size: 16px;
       color: #00c3ff;
       margin-right: 5px;
       line-height: 1;
     }
     
     .topbar_languages {
       float: right;
       border-left: 1px solid #e5e5e5;
       margin-left: 30px;
       padding-left: 20px;
     }
     .topbar_languages select {
       background: transparent;
       border: 0px solid #F0F3FB;
       border-radius: 0px;
       padding: 0px 20px 0px 10px;
       font-family: "Red Hat Display", sans-serif;
       font-size: 14px;
       font-weight: 500;
       color: #a5b7d2;
       /* Here's the code we need */
       -webkit-appearance: none;
       -moz-appearance: none;
       -ms-appearance: none;
       -o-appearance: none;
       appearance: none;
     }
     .topbar_languages select:focus {
       outline: none;
     }
     .topbar_languages select::-ms-expand {
       display: none;
     }
     .topbar_languages select option {
       color: #a2b7d2;
     }
     .topbar_languages &gt; div {
       position: relative;
     }
     .topbar_languages &gt; div:after {
       position: absolute;
       top: 50%;
       right: 0px;
       margin-top: -5px;
       font-family: "Flaticon";
       content: "Ã¯â€žÂ";
       font-size: 11px;
       line-height: 1;
       color: #a5b7d2;
       font-weight: 500;
       pointer-events: none;
     }
     
     /* Topbar Header Overlay */
     .header-overlay .header-topbar {
       color: #fff;
       background-color: rgba(255, 255, 255, 0.1);
       border-bottom: none;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .header-overlay .header-topbar a {
       color: #fff;
     }
     .header-overlay .header-topbar a:hover {
       color: #fe4c1c;
     }
     .header-overlay .header-topbar .topbar_menu ul li {
       border-right: 0px solid #e5e5e5;
       padding: 0px 20px;
     }
     .header-overlay .header-topbar .topbar_menu ul li:first-child {
       padding-left: 0px;
     }
     .header-overlay .header-topbar .topbar_menu ul li:last-child {
       padding-right: 10px;
     }
     .header-overlay .header-topbar .topbar-info li {
       border-right: none;
       padding: 0px 20px;
     }
     .header-overlay .header-topbar .topbar-info li:last-child {
       padding-right: 0;
     }
     .header-overlay .header-topbar .topbar_languages {
       border: none;
       padding-left: 8px;
       margin: 0px;
     }
     .header-overlay .header-topbar .topbar_languages &gt; div:after {
       color: rgba(255, 255, 255, 0.5);
     }
     .header-overlay .header-topbar .topbar_languages select {
       color: #fff;
     }
     
     /*--------------------------------------------------------------
     ## Logo
     --------------------------------------------------------------*/
     #site-logo {
       width: 70px;
       margin-right: 30px;
     }
     
     .header-overlay #site-logo img.logo-static {
       display: none;
     }
     .header-overlay #site-logo img.logo-scroll {
       display: block;
     }
     .header-overlay .is-stuck #site-logo img.logo-static {
       display: block;
     }
     .header-overlay .is-stuck #site-logo img.logo-scroll {
       display: none;
     }
     
     /*--------------------------------------------------------------
     ## Menus
     --------------------------------------------------------------*/
     .site-header {
       background: #fff;
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       position: relative;
       z-index: 10;
       border-bottom-style: solid;
       border-bottom-width: 1px;
       border-bottom-color: transparent;
     }
     
     .site-header.header-overlay {
       background: transparent;
       -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
       box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
     }
     
     .site-header.header-style-1 {
       border-bottom-color: rgba(255, 255, 255, 0.2);
     }
     .site-header .octf-main-header.is-stuck {
       border-bottom-style: solid;
       border-bottom-width: 1px;
       border-bottom-color: transparent;
     }
     
     .octf-mainbar-container {
       display: flex;
       flex-flow: row wrap;
       align-items: stretch;
     }
     
     .octf-mainbar {
       display: flex;
       flex-flow: column wrap;
       flex: 1 auto;
     }
     
     .octf-main-header .octf-mainbar-row {
       display: flex;
       flex-wrap: nowrap;
       align-items: center;
       flex: 1 auto;
     }
     
     .octf-mainbar-row &gt; [class^=octf-col] {
       display: flex;
       align-items: stretch;
       position: static;
     }
     
     .octf-mainbar-row .octf-col {
       flex-basis: 0;
       flex-grow: 1;
       max-width: 100%;
       width: 100%;
       min-height: 1px;
       padding-right: 15px;
       padding-left: 15px;
     }
     
     .nasscomm-container {
       display: flex;
       flex-direction: column;
       justify-content: space-around;
     }
     
     .nasscomm-container span {
       text-transform: uppercase;
       letter-spacing: 2px;
       font-size: 15px;
       margin-top: 5px;
       padding-top: 5px;
       font-weight: bold;
       color: #fff;
     }
     
     @media screen and (min-width: 1200px) {
       .octf-mainbar-row &gt; [class^=octf-col] {
         flex-flow: row nowrap;
       }
       .octf-mainbar-row &gt; [class^=octf-col].text-left {
         justify-content: flex-start;
       }
       .octf-mainbar-row &gt; [class^=octf-col].text-center {
         justify-content: center;
       }
       .octf-mainbar-row &gt; [class^=octf-col].text-right {
         justify-content: flex-end;
       }
     }
     .octf-main-header .octf-row &gt; div:empty {
       display: none;
     }
     /*  */
     /* .octf-row { */
       /* /* margin-right: -15px; */
       /* margin-left: -15px; */  
     /* } */
     
     .octf-col:before {
       display: inline-flex;
     }
     
     .octf-main-header .octf-row .octf-col-auto {
       flex: 0 0 auto;
       width: auto;
       max-width: none;
     }
     
     .octf-header-module {
       display: inline-flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       position: relative;
     }
     
     .text-right {
       text-align: right;
     }
     
     .text-left {
       text-align: left;
     }
     
     .text-center {
       text-align: center;
     }
     
     /* Main Menu */
     .main-navigation {
       position: relative;
       display: inline-block;
       vertical-align: middle;
       height: 100%;
       width: auto;
     }
     
     .subheader {
       background-color: #0049b1 !important; 
       position: fixed !important;
       padding-bottom: 5px;
       border-bottom-color: rgba(255, 255, 255, 0);
     }
     
     .main-navigation &gt; ul {
       position: relative;
       display: flex;
       width: 100%;
       vertical-align: middle;
       height: 100%;
     }
     
     .main-navigation ul {
       font-family: "Red Hat Display", sans-serif;
       font-size: 16px;
       font-weight: 700;
       list-style: none;
       margin: 0px 0px;
       padding: 0px 0px;
     }
     
     .main-navigation &gt; ul &gt; li {
       margin: 0px 20px;
       padding: 0px 0px;
       float: left;
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       height: 100%;
     }
     
     .main-navigation &gt; ul &gt; li:after,
     .main-navigation &gt; ul &gt; li:before {
       position: absolute;
       height: 5px;
       width: 0%;
       bottom: -3px;
       left: 0;
       background: #00c3ff;
       content: "";
       display: block;
       border-top-left-radius: 5px;
       border-top-right-radius: 0;
       border-bottom-right-radius: 0;
       border-bottom-left-radius: 5px;
       -webkit-border-top-left-radius: 5px;
       -webkit-border-top-right-radius: 0;
       -webkit-border-bottom-right-radius: 0;
       -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
       -moz-border-radius-topright: 0;
       -moz-border-radius-bottomright: 0;
       -moz-border-radius-bottomleft: 5px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     
     .main-navigation &gt; ul &gt; li:before {
       border-top-left-radius: 0;
       border-top-right-radius: 5px;
       border-bottom-right-radius: 5px;
       border-bottom-left-radius: 0;
       -webkit-border-top-left-radius: 0;
       -webkit-border-top-right-radius: 5px;
       -webkit-border-bottom-right-radius: 5px;
       -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-topleft: 0;
       -moz-border-radius-topright: 5px;
       -moz-border-radius-bottomright: 5px;
       -moz-border-radius-bottomleft: 0;
       left: auto;
       right: 0;
     }
     
     .main-navigation &gt; ul &gt; li:hover:before,
     .main-navigation &gt; ul &gt; li.current-menu-item:before,
     .main-navigation &gt; ul &gt; li.current-menu-ancestor:before {
       left: 50%;
       width: 50%;
     }
     
     .main-navigation &gt; ul &gt; li:hover:after,
     .main-navigation &gt; ul &gt; li.current-menu-item:after,
     .main-navigation &gt; ul &gt; li.current-menu-ancestor:after {
       left: auto;
       right: 50%;
       width: 50%;
     }
     
     .main-navigation ul ul {
       float: none;
       margin: 0px 0px;
       padding: 0px 0px;
       background-color: #fff;
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     
     .main-navigation ul &gt; li &gt; a {
       display: inline-block;
       padding: 15px 0px 15px 0px;
       line-height: 35px;
       text-decoration: none;
       text-align: center;
       outline: none;
       color: #1a1b1e;
       white-space: nowrap;
       -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
       -o-transition: all 0.2s ease-out 0s;
       transition: all 0.2s ease-out 0s;
     }
     .main-navigation ul &gt; li &gt; a:hover {
       color: #00c3ff;
     }
     
     .main-navigation ul &gt; li.menu-item-has-children &gt; a {
       padding-right: 17px;
     }
     
     .main-navigation &gt; ul &gt; li.menu-item-has-children:last-child &gt; a:after {
       right: 0px;
     }
     
     .main-navigation ul li li {
       display: block;
       position: relative;
       padding: 0px 40px;
     }
     
     .main-navigation ul li li a {
       font-family: "Red Hat Text", sans-serif;
       font-size: 16px;
       line-height: 30px;
       font-weight: 500;
       color: #1a1b1e;
       text-align: left;
       display: block;
       padding: 5px 0px 5px 0px;
       position: relative;
       text-decoration: none;
       outline: none;
       text-transform: none;
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       transition: all 0.2s linear;
     }
     
     .main-navigation ul li li a:before {
       position: absolute;
       content: "";
       top: 50%;
       left: -15px;
       width: 6px;
       height: 6px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background-color: #00c3ff;
       -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       transform: translateY(-50%);
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       transition: all 0.2s linear;
       visibility: hidden;
       opacity: 0;
     }
     
     .main-navigation ul li li a:hover:before,
     .main-navigation ul ul li.current-menu-item &gt; a:before,
     .main-navigation ul ul li.current-menu-ancestor &gt; a:before {
       left: 0px;
       visibility: visible;
       opacity: 1;
     }
     
     .main-navigation ul li li a:hover,
     .main-navigation ul ul li.current-menu-item &gt; a,
     .main-navigation ul ul li.current-menu-ancestor &gt; a {
       color: #00c3ff;
       padding-left: 15px;
     }
     
     .main-navigation ul &gt; li.menu-item-has-children &gt; a:after {
       position: absolute;
       width: 11px;
       height: 6px;
       right: 0px;
       top: 50%;
       margin-top: -4px;
       font-family: "Flaticon";
       content: "ï„";
       font-size: 11px;
       line-height: 1;
       color: rgba(85, 105, 135, 0.5);
       font-weight: 500;
     }
    .btn.btn-primary {
      color: #FFFFFF;
      background-color: #3699FF;
      border-color: #3699FF;
  }
     
     .main-navigation ul &gt; li li.menu-item-has-children &gt; a:after {
       position: absolute;
       width: 6px;
       height: 11px;
       right: 15px;
       top: 50%;
       margin-top: -6px;
       font-family: "Flaticon";
       content: "Â";
       font-size: 11px;
       line-height: 1;
       color: rgba(85, 105, 135, 0.5);
       font-weight: 500;
     }
      
     .main-navigation ul li ul {
       width: 290px;
       white-space: nowrap;
       padding: 25px 0px;
       position: absolute;
       top: calc(100% + 10px);
       left: -40px;
       z-index: 10;
       visibility: hidden;
       opacity: 0;
       -webkit-transform: translateY(30px);
       -ms-transform: translateY(30px);
       transform: translateY(30px);
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-sizing: border-box;
     }
     .main-navigation ul li ul:before {
       content: "";
       position: absolute;
       height: 10px;
       width: 100%;
       top: -8px;
       left: 0;
     }
     
     .main-navigation ul li ul ul {
       right: 100%;
       top: -25px;
       left: auto;
       transition: all 0.35s ease-in-out;
       -webkit-transition: all 0.35s ease-in-out;
       -moz-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
       -ms-transition: all 0.35s ease-in-out;
     }
     
     .main-navigation ul li:hover &gt; ul {
       visibility: visible;
       opacity: 1;
     }
     
     .main-navigation ul &gt; li:hover &gt; ul {
       -webkit-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
     }
     
     /* Header Overlay */
     .header-overlay .main-navigation &gt; ul &gt; li &gt; a {
       color: #fff;
     }
     .header-overlay .main-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after {
       color: rgba(255, 255, 255, 0.5);
     }
     .header-overlay .is-stuck .main-navigation &gt; ul &gt; li &gt; a {
       color: #1a1b1e;
     }
     .header-overlay .is-stuck .main-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after {
       color: rgba(85, 105, 135, 0.5);
     }
     
     /* Header Call To Action */
     .octf-btn-cta {
       display: inline-flex;
       vertical-align: middle;
       position: relative;
     }
     .octf-btn-cta .toggle_search {
       cursor: pointer;
     }
     .octf-btn-cta .h-search-form-field {
       display: none;
       position: absolute;
       z-index: 99;
       top: -webkit-calc(100% + 10px);
       top: expression(100% + 10px);
       top: -moz-calc(100% + 10px);
       top: -o-calc(100% + 10px);
       top: calc(100% + 10px);
       right: -30px;
       width: 330px;
     }
     .octf-btn-cta .h-search-form-field .h-search-form-inner {
       padding: 30px;
       background-color: #fff;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .octf-btn-cta .h-search-form-field.show {
       -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
       animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
     }
     .octf-btn-cta .octf-cta-icons i {
       background: #f0f6ff;
       color: #1a1b1e;
       width: 50px;
       height: 50px;
       line-height: 50px;
       text-align: center;
       display: inline-block;
       margin-left: 10px;
       vertical-align: middle;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       transition: all 0.2s linear;
     }
     .octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
       font-size: 17px;
       color: #1a1b1e;
       font-weight: 700;
     }
     .octf-btn-cta .octf-cta-icons i.flaticon-delete:before, .octf-btn-cta .octf-cta-icons i.flaticon-delete:after {
       font-size: 12px;
     }
     .octf-btn-cta .btn-cta-group {
       margin-left: 30px;
     }
     
     .header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i {
       background: rgba(255, 255, 255, 0.2);
       color: #fff;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i:before {
       color: #fff;
     }
     .header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i {
       background: #f0f6ff;
       color: #1a1b1e;
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
     }
     .header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i:before {
       color: #1a1b1e;
     }
     .header-style-1.header-overlay .btn-cta-header a {
       color: #00c3ff;
       background: #fff;
       box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
       -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
       -moz-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .header-style-1.header-overlay .btn-cta-header a:hover {
       box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
       -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
       -moz-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
       border: 1px solid;
     }
     
     /* Sticky Header */
     @-webkit-keyframes stickySlideUp {
       from {
         -webkit-transform: translateY(10%);
         transform: translateY(10%);
       }
       to {
         -webkit-transform: translateY(0);
         transform: translateY(0);
       }
     }
     @keyframes stickySlideUp {
       from {
         -webkit-transform: translateY(10%);
         transform: translateY(10%);
       }
       to {
         -webkit-transform: translateY(0);
         transform: translateY(0);
       }
     }
     @-webkit-keyframes stickySlideDown {
       from {
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
       }
       to {
         -webkit-transform: translateY(0);
         transform: translateY(0);
       }
     }
     @keyframes stickySlideDown {
       from {
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
       }
       to {
         -webkit-transform: translateY(0);
         transform: translateY(0);
       }
     }
     .is-stuck {
       -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
       -moz-transition: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
       animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
     }
     
     .is-stuck {
       position: fixed;
       left: 0;
       right: 0;
       top: 0;
       z-index: 99;
     }
     
     .admin-bar .is-stuck,
     .admin-bar .header-overlay {
       top: 32px;
     }
     
     @media screen and (min-width: 1200px) {
       .is-stuck {
         background-color: #fff;
         -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
         -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
         box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
         -webkit-backdrop-filter: blur(20px) saturate(180%);
         backdrop-filter: blur(20px) saturate(180%);
       }
     }
     .is-stuck #site-logo {
       padding: 15px 0px 15px 0px;
     }
     
     .header-fullwidth .octf-area-wrap {
       padding-left: 100px;
       padding-right: 100px;
     }
     
     /* WooCommerce Header Cart */
     .cart-contents {
       position: relative;
       display: inline-block;
     }
     .cart-contents .count {
       position: absolute;
       top: -10px;
       left: 7px;
       width: 25px;
       height: 25px;
       line-height: 25px;
       background: #00c3ff;
       color: #fff;
       text-align: center;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       font-family: "Red Hat Display", sans-serif;
       font-size: 12px;
       font-weight: bold;
     }
     
     /* .cd-header sticky */
     @media only screen and (min-width: 1170px) {
       .cd-header {
         -webkit-transition: background-color 0.3s;
         -moz-transition: background-color 0.3s;
         transition: background-color 0.3s;
         /* Force Hardware Acceleration in WebKit */
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         width: 100%;
       }
     
       .cd-header.is-fixed {
         /* when the user scrolls down, we hide the header right above the viewport */
         position: fixed;
         top: -162px;
         background-color: #fff;
         -webkit-transition: -webkit-transform 0.3s;
         -moz-transition: -moz-transform 0.3s;
         transition: transform 0.3s;
       }
     
       .cd-header.is-visible {
         /* if the user changes the scrolling direction, we show the header */
         -webkit-transform: translate3d(0, 100%, 0);
         -moz-transform: translate3d(0, 100%, 0);
         -ms-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
       }
     }
     @media (max-width: 782px) {
       .admin-bar .is-stuck,
     .admin-bar .header-overlay {
         top: 46px;
       }
     }
     @media (max-width: 600px) {
       .admin-bar .is-stuck,
     .admin-bar .header-overlay {
         top: 0;
       }
     }
     .h-cart-btn {
       position: relative;
     }
     
     .site-header-cart {
       position: absolute;
       visibility: hidden;
       opacity: 0;
       z-index: 10;
       top: -webkit-calc(100% + 10px);
       top: expression(100% + 10px);
       top: -moz-calc(100% + 10px);
       top: -o-calc(100% + 10px);
       top: calc(100% + 10px);
       right: -30px;
       background: #fff;
       width: 330px;
       padding: 30px;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-transform: translateY(30px);
       -ms-transform: translateY(30px);
       transform: translateY(30px);
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
     }
     .site-header-cart .woocommerce-mini-cart__buttons {
       margin-bottom: 0px;
     }
     .site-header-cart .widget_shopping_cart_content {
       text-align: left;
     }
     
     .cart-btn-hover:hover .site-header-cart {
       visibility: visible;
       opacity: 1;
       -webkit-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
     }
     .cart-btn-hover:hover .site-header-cart:before {
       content: "";
       position: absolute;
       height: 10px;
       width: 100%;
       top: -10px;
       left: 0px;
     }
     
     /*--------------------------------------------------------------
     ## Header Mobile
     --------------------------------------------------------------*/
     .header_mobile {
       position: fixed;
       display: none;
       border-bottom: 2px solid #ccc;
     }
     
     @media only screen and (max-width: 1199px) {
       .octf-main-header {
         display: none;
       }
     
       .header-topbar {
         display: none;
       }
     
       .site-header {
         background: #fff;
         -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
         -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
         box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
       }
     
       .header_mobile {
         display: block;
         font-family: "Red Hat Display", sans-serif;
         width: 100%;
         background: #fff;
       }
       .header_mobile.is-stuck {
         box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
       }
     .blog-post &gt; .inner-post {
         padding-left: 0;
         padding-right: 0;
     }
     .post-box .inner-post {
         padding: 40px;
     }
     .no-padding-top {
         padding-top: 0px !important;
     }
       .header_mobile .mlogo_wrapper {
         position: relative;
         background: #fff;
         padding: 10px 0px;
       }
       .header_mobile .mlogo_wrapper img {
         height: 60px;
       }
       .responsive {
       width: 100%;
       height: auto;
     }
     
       .header_mobile .mlogo_wrapper .mobile_logo {
         float: left;
       }
       .blog-post &gt; .inner-post .entry-summary {
         padding-bottom: 50px;
       width:100%;
     }
     .img-responsive {
         display: block ;
         max-width: 100% ;
         height: auto ;
     }
        .entry-summary {
         padding-bottom: 50px;
     }
     .app-development-right-1{
         float: right;
       border: 1px dotted black;
       margin: 0px 0px 15px 20px;
     }
     .app-development-left-1{
       float: right;
        border: 1px dotted black;
       margin: 0px 0px 15px 20px;
     }
     .entry-content {
         padding: 72px 0 102px;
     }
     
       #mmenu_toggle {
         position: absolute;
         cursor: pointer;
         width: 26px;
         height: 20px;
         right: 0px;
         margin-top: -10px;
         top: 50%;
       }
     
       #mmenu_toggle button {
         position: absolute;
         left: 0;
         top: 50%;
         margin: -2px 0 0;
         background: #1a1b1e;
         height: 4px;
         padding: 0;
         border: none;
         width: 100%;
         transition: all 0.3s ease;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         -ms-transition: all 0.3s ease;
         outline: none;
         border-radius: 2px;
       }
     
       #mmenu_toggle button:before {
         content: "";
         position: absolute;
         left: 0;
         top: -8px;
         width: 26px;
         height: 4px;
         background: #1a1b1e;
         -webkit-transform-origin: 1.5px center;
         transform-origin: 1.5px center;
         transition: all 0.3s ease;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         -ms-transition: all 0.3s ease;
         border-radius: 2px;
       }
      
     
       #mmenu_toggle button:after {
         content: "";
         position: absolute;
         left: 0;
         bottom: -8px;
         width: 26px;
         height: 4px;
         background: #1a1b1e;
         -webkit-transform-origin: 1.5px center;
         transform-origin: 1.5px center;
         transition: all 0.3s ease;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         -ms-transition: all 0.3s ease;
         border-radius: 2px;
       }
     
       #mmenu_toggle.active button {
         background: none;
       }
     
       #mmenu_toggle.active button:before {
         top: 0;
         -webkit-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
         -webkit-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
       }
     
       #mmenu_toggle.active button:after {
         bottom: 0;
         -webkit-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
         -webkit-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
       }
       
     
       .header_mobile .mobile_nav {
         display: none;
         background: #fff;
       }
     .mm-list a.mm-subopen {
         right: 0;
     }
       .header_mobile .mobile_nav .mobile_mainmenu {
         margin: 0;
         padding: 0;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu ul {
         position: relative;
         margin: 0;
         padding: 0;
         margin-left: 15px;
       }
       .responsive #top .av-menu-mobile-active .av-subnav-menu &gt; li a:before {
     content: "\25BA";
     }
     #mobile-navigation ul li .dropdown-toggle {
       width: 100%;
     }
     
     #mobile-navigation ul li .dropdown-toggle .svg-icon-submenu {
       float: right;
     }
     
     #mobile-navigation ul li a {
       padding-right: 0 !important;
     }
     
       .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
         display: none;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu li {
         position: relative;
         list-style: none;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu li a {
         padding: 9px 0;
         display: block;
         color: #1a1b1e;
         font-weight: 500;
         border-bottom: 1px solid #e5e5e5;
       }
       
     
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li:last-child &gt; a {
         border: none;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu li li a {
         font-size: 15px;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
     .header_mobile .mobile_nav .mobile_mainmenu ul &gt; li &gt; ul &gt; li.current-menu-ancestor &gt; a {
         color: #fe4c1c;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow {
         color: #fff;
         position: absolute;
         display: block;
         right: 0;
         top: 0;
         cursor: pointer;
         width: 50px;
         height: auto;
         padding: 9px 12px 9px 0;
         line-height: inherit;
         text-align: right;
         box-sizing: border-box;
       
       }
  
     /* .li.menu-item-has-children .arrow { */
  /*       */
     /* } */
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow i {
         color: #9397a7;
         display: inline-block;
         line-height: 1;
         -webkit-transition: transform 0.3s ease-in-out;
         -moz-transition: transform 0.3s ease-in-out;
         transition: transform 0.3s ease-in-out;
       }
       .header_mobile .mobile_nav .mobile_mainmenu li {
         position: relative;
         list-style: none;
         list-style-position: initial;
         list-style-image: initial;
         list-style-type: none;
     }
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow {
         color: #fff;
         position: absolute;
         display: block;
         right: 0;
         top: 0;
         cursor: pointer;
         width: 50px;
         height: auto;
         padding: 9px 12px 9px 0;
         line-height: inherit;
         text-align: right;
         box-sizing: border-box;
     }
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow i:before, .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow i:after {
         font-size: 11px;
         font-weight: 300;
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li.menu-item-has-children .arrow.active i {
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         transform: rotate(90deg);
       }
     
       .header_mobile .mobile_nav .mobile_mainmenu &gt; li &gt; a:hover, .header_mobile .mobile_nav .mobile_mainmenu &gt; li.current-menu-item &gt; a,
     .header_mobile .mobile_nav .mobile_mainmenu &gt; li.current-menu-ancestor &gt; a {
         color: #fe4c1c;
       }
     }
     @media only screen and (max-width: 767px) {
       .header_mobile .mlogo_wrapper {
         width: 100%;
       }
     }
     @media only screen and (max-width: 320px) {
       .mobile_logo img {
         max-width: 230px;
         max-height: 47px;
       }
     }
  
     /*--------------------------------------------------------------
     # Page Banner
     --------------------------------------------------------------*/
     .page-banner {
       position: relative;
       margin-top: 42px;
       background-color: #152731;
     }
  
     .page-banner img {
       position: relative;
       width: 100%;
       height: 300px;
    }
  
     .page-banner h1 {
       color: #fff;
       position: absolute;
       top: 45%;
       left: 50%;
       transform: translate(-50%, -50%);
       z-index: 1;
     }
     
     /*--------------------------------------------------------------
     # Accessibility
     --------------------------------------------------------------*/
     /* Text meant only for screen readers. */
     .screen-reader-text {
       border: 0;
       clip: rect(1px, 1px, 1px, 1px);
       clip-path: inset(50%);
       height: 1px;
       margin: -1px;
       overflow: hidden;
       padding: 0;
       position: absolute !important;
       width: 1px;
       word-wrap: normal !important;
       /* Many screen reader and browser combinations announce broken words as they would appear visually. */
     }
     .screen-reader-text:focus {
       background-color: #f1f1f1;
       border-radius: 3px;
       box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
       clip: auto !important;
       clip-path: none;
       color: #21759b;
       display: block;
       font-size: 14px;
       font-weight: bold;
       height: auto;
       left: 5px;
       line-height: normal;
       padding: 15px 23px 14px;
       text-decoration: none;
       top: 5px;
       width: auto;
       z-index: 100000;
       /* Above WP toolbar. */
     }
     
     /* Do not show the outline on the skip link target. */
     #content[tabindex="-1"]:focus {
       outline: 0;
     }
     
     /*--------------------------------------------------------------
     # Alignments
     --------------------------------------------------------------*/
     .alignleft {
       display: inline;
       float: left;
       margin-right: 1.5em;
     }
     
     .alignright {
       display: inline;
       float: right;
       margin-left: 1.5em;
     }
     
     .aligncenter {
       clear: both;
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
     
     .text-center {
       text-align: center;
     }
     
     .text-left {
       text-align: left;
     }
     
     .text-right {
       text-align: right;
     }
     
     /*--------------------------------------------------------------
     # Clearings
     --------------------------------------------------------------*/
     .clear:before,
     .clear:after,
     .entry-content:before,
     .entry-content:after,
     .comment-content:before,
     .comment-content:after,
     .site-header:before,
     .site-header:after,
     .site-content:before,
     .site-content:after,
     .site-footer:before,
     .site-footer:after {
       content: "";
       display: table;
       table-layout: fixed;
     }
     
     .clear:after,
     .entry-content:after,
     .comment-content:after,
     .site-header:after,
     .site-content:after,
     .site-footer:after {
       clear: both;
     }
     
     /*--------------------------------------------------------------
     # Content
     --------------------------------------------------------------*/
     /*--------------------------------------------------------------
     ## Posts and pages
     --------------------------------------------------------------*/
     .entry-content {
       padding: 72px 0 10px;
     }
     
     .post-box .post-inner {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       background: #fff;
       margin-bottom: 60px;
       overflow: hidden;
     }
     .post-box p {
       margin-bottom: 0;
       letter-spacing: -0.2px;
     }
     .post-box .entry-media {
       position: relative;
     }
     .post-box .entry-media .post-cat {
       position: absolute;
       z-index: 1;
       top: 40px;
       left: 40px;
     }
     .post-box .inner-post {
       padding: 40px;
     }
     .post-box .post-cat a {
       border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       font-family: "Red Hat Display", sans-serif;
       text-transform: uppercase;
       font-size: 12px;
       font-weight: 600;
       letter-spacing: 1px;
       line-height: 1;
       display: inline-block;
       color: #fff;
       background: #fe4c1c;
       padding: 10px;
       margin-bottom: 35px;
       margin-right: 6px;
     }
     .post-box .post-cat a:hover {
       background: #fff;
       color: #fe4c1c;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .post-box .entry-meta {
       text-transform: capitalize;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 500;
       font-size: 14px;
       margin-bottom: 13px;
     }
     .post-box .entry-meta &gt; span:not(.sl-wrapper) {
       margin-right: 10px;
       display: inline-block;
     }
     .post-box .entry-meta &gt; span:not(.sl-wrapper) i {
       margin-right: 4px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .post-box .entry-meta a {
       color: #a5b7d2;
     }
     .post-box .entry-meta a:hover {
       color: #1a1b1e;
     }
     .post-box .entry-meta a:hover i {
       color: #fe4c1c;
     }
     .post-box .entry-title {
       margin-bottom: 15px;
       line-height: 36px;
     }
     .post-box .entry-title a {
       color: #1a1b1e;
       display: inline-block;
     }
     .post-box .entry-title a:hover {
       color: #fe4c1c;
     }
     .post-box .padding-box {
       padding: 40px 40px 0 40px;
     }
     .post-box .audio-box {
       margin-bottom: -5px;
     }
     .post-box .audio-box iframe {
       width: 100%;
     }
     .post-box .link-box {
       margin-bottom: -5px;
     }
     .post-box .link-box a {
       font-size: 24px;
       font-weight: 500;
       font-family: "Red Hat Display", sans-serif;
       color: #1a1b1e;
     }
     .post-box .link-box a:hover {
       color: #00c3ff;
     }
     .post-box .link-box i {
       text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
       -moz-text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
       color: #00c3ff;
       margin-right: 20px;
     }
     .post-box .link-box i:before {
       font-size: 32px;
       line-height: 1;
     }
     .post-box .quote-box {
       overflow: hidden;
       margin-bottom: -5px;
     }
     .post-box .quote-box i {
       float: left;
       color: #00c3ff;
       text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
       -moz-text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
     }
     .post-box .quote-box i:before {
       font-size: 32px;
       line-height: 1;
     }
     .post-box .quote-box .quote-text {
       padding-left: 52px;
       margin-top: -10px;
       font-size: 24px;
       font-weight: 500;
       line-height: 42px;
       color: #1a1b1e;
     }
     .post-box .quote-box .quote-text span {
       display: block;
       text-transform: uppercase;
       font-size: 14px;
       font-weight: bold;
       letter-spacing: 1px;
       color: #a5b7d2;
     }
     .post-box .btn-play {
       position: absolute;
       top: 50%;
       left: 50%;
       text-align: center;
       margin-top: -30px;
       margin-left: -30px;
     }
     .wws-icon-whatsapp:before {
         content: "\f232";
     }
     *, *:before, *:after {
         box-sizing: inherit;
     }
     .wws-popup__support {
         display: inline-block;
         vertical-align: bottom;
         overflow: hidden;
         width: 100%;
         border-radius: 8px 8px 0 0;
     }
     
     
     .wws-popup__close-btn {
         width: 28px;
         height: 28px;
         border-radius: 50%;
         float: right;
         text-align: center;
         vertical-align: middle;
         line-height: 28px;
         cursor: pointer;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
     }
     .wws-popup__support-wrapper {
         margin-top: 8px;
         border-radius: 8px 8px 0 0;
     }
     .wws-popup__support-person-container {
         background-color: #fff;
         border-radius: 0 0 8px 8px;
     }
     .wws-popup__support-person-wrapper {
         padding: 18px 12px;
         border-radius: 0 0 8px 8px;
         min-height: 100px;
         max-height: 237px;
         overflow-y: scroll;
     }
     .wws-popup__support-person-link {
         text-decoration: none !important;
         color: transparent !important;
         background-color: transparent !important;
     }
     .wws-popup__support-person:hover {
         background-color: #f5f5f5;
         border-radius: 8px;
     }
     .wws-popup__support-person-img-wrapper {
         width: 54px;
         height: 54px;
         overflow: hidden;
         position: relative;
         margin-right: 14px;
     }
     
     .wws-popup__support-person-img {
         width: auto;
         height: 100%;
         display: block;
         margin: 0 auto;
     }
     
     .wws-popup__support-person-info-wrapper {
         margin-left: 2px;
     }
     .wws-popup__support-person-title {
         color: #777;
         font-size: 12px;
         line-height: 16px;
     }
     
     .wws-popup__support-person-name {
         color: #444;
         font-weight: 700;
         font-size: 14px;
         line-height: 14px;
     }
     
     .wws-popup__support-person-status {
         font-size: 11px;
         font-weight: 400;
         color: #999;
         margin-top: 4px;
         line-height: 18px;
     }
     
     .wws-popup__support-person-available, .wws-popup__support-person-away {
         width: 10px;
         height: 10px;
         position: absolute;
         z-index: 999999;
         bottom: 3px;
         right: 3px;
         border-radius: 50%;
     }
     
     .wws-popup__support-person-available {
         background-color: #4CAF50;
     }
     
     .wws-popup__support-person-away {
         background-color: #FFC107;
     }
     
     /* Let's get this party started */
     .wws-popup__support-person-wrapper::-webkit-scrollbar {
         width: 10px;
     }
     .wws-popup__support-person-wrapper::-webkit-scrollbar-track {
         -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
         border-radius: 0;
     }
     
     /* Handle */
     .wws-popup__support-person-wrapper::-webkit-scrollbar-thumb {
         border-radius: 0;
         background: rgba(0, 0, 0, 0.2);
         -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     }
     
     .wws-popup__support-person-wrapper::-webkit-scrollbar-thumb:window-inactive {
         background: rgba(0, 0, 0, 0.3);
     }
     dfn, cite, em, i {
         font-style: italic;
     }
     .wws-icon-whatsapp:before {
         content: "\f232";
     }
     
     .wws-popup__support-person {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         border-bottom: 1px solid #f5f5f5;
         padding-top: 6px;
         padding-bottom: 6px;
     }
     .wws-popup__support-about {
         font-size: 13px;
         text-align: center;
         padding: 18px 12px;
         line-height: 16px;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
     }
     .wws-popup__support-person-container {
         background-color: #fff;
         border-radius: 0 0 8px 8px;
     }
     .wws-popup {
         display: none;
         max-width: 320px;
         width: 100%;
     }
     .wws-popup-container * {
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
     }
     
     .google-map__default {
       width: 100%;
     }
     .google-map__default iframe {
       display: block;
       border: none;
       outline: none;
       width: 100%;
       height: 550px;
     }
     .elementor *, .elementor :after, .elementor :before {
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
     }
     .elementor {
         -webkit-hyphens: manual;
         -ms-hyphens: manual;
         hyphens: manual;
     }
     
     .elementor-109 .elementor-element.elementor-element-1e9a80d:not(.elementor-motion-effects-element-type-background), .elementor-109 .elementor-element.elementor-element-1e9a80d &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer {
         background-color: transparent;
         background-image: linear-gradient(
     145deg
     , #001ce4 0%, #04dbf1 100%);
     }
     .elementor-109 .elementor-element.elementor-element-1e9a80d {
         box-shadow: 18px 18px 40px 0px rgb(2 156 236 / 30%);
         transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
         padding: 60px 60px 60px 60px;
     }
     .elementor-109 .elementor-element.elementor-element-1e9a80d, .elementor-109 .elementor-element.elementor-element-1e9a80d &gt; .elementor-background-overlay {
         border-radius: 15px 15px 15px 15px;
       border-top-left-radius: 15px;
         border-top-right-radius: 15px;
         border-bottom-right-radius: 15px;
         border-bottom-left-radius: 15px;
     }
     .elementor-widget-wrap&gt;.elementor-element {
         width: 100%;
     }
     .elementor-section {
         position: relative;
     }
     .elementor-column {
         position: relative;
         min-height: 1px;
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
     }
     .elementor-109 .elementor-element.elementor-element-2a7f668 &gt; .elementor-element-populated {
         margin: 0px 70px 0px 30px;
       padding: 15px;
         padding-top: 15px;
         padding-right: 15px;
         padding-bottom: 15px;
         padding-left: 15px;
     }
     .elementor *, .elementor :after, .elementor :before {
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
     }
     .elementor-section {
         z-index: 0;
     }
     .post-box .btn-play i {
       position: relative;
       z-index: 1;
       font-size: 19px;
       width: 60px;
       height: 60px;
       line-height: 60px;
       background: #fff;
       color: #00c3ff;
       cursor: pointer;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .post-box .btn-play i:before {
       margin-left: 3px;
     }
     .post-box .btn-play i:hover {
       background: #00c3ff;
       color: #fff;
     }
     .post-box .btn-play:before, .post-box .btn-play:after {
       position: absolute;
       content: "";
       top: 0;
       left: 0;
       z-index: 1024;
       height: 100%;
       width: 100%;
       border: 1px solid rgba(255, 255, 255, 0.8);
       animation: circle-fade-before 2s infinite ease-in-out;
       -webkit-animation: circle-fade-before 2s infinite ease-in-out;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .post-box .btn-play:after {
       animation: circle-fade-after 2s infinite ease-in-out;
       -webkit-animation: circle-fade-after 2s infinite ease-in-out;
     }
     .post-box.format-standard.has-post-thumbnail .inner-post .post-cat {
       display: none;
     }
     .post-box.post-item {
       margin-bottom: 0;
     }
     .post-box.post-item .post-cat {
       top: 30px;
       left: 30px;
     }
     .post-box.post-item .inner-post {
       padding: 30px;
     }
     .post-box.post-item .entry-meta {
       margin-bottom: 10px;
     }
     .post-box.post-item h4 {
       font-weight: bold;
       margin-bottom: 12px;
     }
     
     .page-pagination {
       margin-top: 70px;
       margin-bottom: 0;
       font-family: "Red Hat Display", sans-serif;
     }
     .page-pagination li {
       display: inline-block;
     }
     .page-pagination li a, .page-pagination li span {
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       font-size: 18px;
       color: #1a1b1e;
       background: #fff;
       font-weight: 600;
       height: 40px;
       width: 40px;
       display: block;
       text-align: center;
       line-height: 40px;
       margin-right: 8px;
     }
     .page-pagination li span, .page-pagination li a:hover {
       box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
       -moz-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
       background: #00c3ff;
       color: #fff;
     }
     
     /* blog post */
     .blog-post {
       box-shadow: none;
       overflow: inherit;
       margin-bottom: 0;
     }
     .blog-post &gt; .inner-post {
       padding-left: 0;
       padding-right: 0;
     }
     .blog-post &gt; .inner-post p:not(:last-child) {
       margin-bottom: 20px;
     }
     .blog-post &gt; .inner-post .entry-summary {
       padding-bottom: 50px;
     }
     .blog-post .tagcloud {
       margin: 2px -3px 0;
       float: left;
     }
     .blog-post .tagcloud a {
       color: #707f96;
       background: #f0f6ff;
       font-size: 14px !important;
       font-weight: 500;
       padding: 10px 12px;
       margin: 0 3px;
       margin-bottom: 9px;
       line-height: 1;
       border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       display: inline-block;
       margin-bottom: 0;
     }
     .blog-post .tagcloud a:hover {
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       background: #00c3ff;
       color: #fff;
     }
     .blog-post .entry-footer {
       padding-bottom: 40px;
     }
     .blog-post .share-post {
       float: right;
     }
     .blog-post .share-post a {
       float: left;
       overflow: hidden;
       height: 38px;
       width: 38px;
       text-align: center;
       line-height: 40px;
       font-weight: 500;
       font-family: "Red Hat Display", sans-serif;
       border-radius: 19px;
       -webkit-border-radius: 19px;
       -moz-border-radius: 19px;
       background: #fe4c1c;
       color: #fff;
       margin-left: 15px;
       transition: all 0.4s ease-in-out;
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
       -ms-transition: all 0.4s ease-in-out;
     }
     .blog-post .share-post a:hover {
       -webkit-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
       transform: translateY(-5px);
     }
     .blog-post .share-post a.face {
       background: #4661c5;
     }
     .blog-post .share-post a.twit {
       background: #44b1e4;
     }
     .blog-post .share-post a.pint {
       background: #ff2e2e;
     }
     .blog-post .share-post a.linked {
       background: #0073B0;
     }
     .blog-post .share-post a.google {
       background: #DC4A38;
     }
     .blog-post .share-post a.tumblr {
       background: #3C586D;
     }
     .blog-post .share-post a.reddit {
       background: #FD4507;
     }
     .blog-post .share-post a.vk {
       background: #5082B9;
     }
     .blog-post .author-bio {
       overflow: hidden;
       margin-bottom: 50px;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .blog-post .author-bio .author-image {
       float: left;
       margin-right: 50px;
     }
     .blog-post .author-bio .author-info {
       padding: 40px 50px 20px 0;
     }
     .blog-post .author-bio .author-info .title {
       font-weight: 500;
       margin-bottom: 7px;
     }
     .blog-post .author-bio .author-info h6 {
       margin-bottom: 12px;
     }
     .blog-post .author-bio .author-info .des {
       margin-bottom: 15px;
     }
     .blog-post .author-bio .author-info .author-socials a {
       font-size: 14px;
       margin-right: 15px;
       color: #a5b7d2;
     }
     .blog-post .author-bio .author-info .author-socials a:hover {
       color: #fe4c1c;
     }
     
     .drop-cap {
       float: left;
       text-align: center;
       background: #fff;
       width: 40px;
       height: 40px;
       line-height: 1;
       margin: 0 20px 20px 0 !important;
       box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
     }
     .drop-cap span {
       font-size: 24px;
       line-height: 40px;
       display: block;
       font-weight: 700;
       color: #fe4c1c;
     }
     
     .post-nav {
       padding-left: 2px;
       font-family: "Red Hat Display", sans-serif;
     }
     .post-nav a {
       color: #0160e7;
       font-size: 14px;
       font-weight: bold;
       text-transform: uppercase;
       letter-spacing: 1px;
     }
     .post-nav a span {
       display: inline-block;
       text-align: center;
       -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
       -ms-transition: all 0.25s linear;
       transition: all 0.25s linear;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       line-height: 40px;
       width: 40px;
       height: 40px;
     }
     .post-nav a:hover span {
       color: #0160e7;
       background: #fff;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
     }
     .post-nav .post-prev {
       float: left;
     }
     .post-nav .post-prev a span {
       margin-right: 2px;
       margin-left: -11px;
     }
     .post-nav .post-prev a:hover span {
       margin-right: 15px;
       margin-left: 0px;
       box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
     }
     .post-nav .post-next {
       float: right;
     }
     .post-nav .post-next a span {
       margin-left: 2px;
       margin-right: -11px;
     }
     .post-nav .post-next a:hover span {
       margin-left: 15px;
       margin-right: 0px;
     }
     
     .related-posts {
       margin-top: 90px;
       margin-bottom: 20px;
     }
     .related-posts h2 {
       margin-bottom: 30px;
     }
     .related-posts .post-box .post-inner {
       margin-bottom: 0;
     }
     
     .single-page-header {
       position: relative;
       background: #f0f6ff;
       background-size: cover;
       background-repeat: no-repeat;
     }
     .single-page-header .single-bg-overlay {
       background: rgba(34, 35, 40, 0.5);
       position: absolute;
       top: 0px;
       left: 0px;
       width: 100%;
       height: 100%;
       z-index: 1;
     }
     .single-page-header .entry-media {
       position: relative;
       z-index: 0;
     }
     .single-page-header .sing-page-header-content {
       position: relative;
       z-index: 2;
       padding-top: 345px;
       padding-bottom: 80px;
     }
     .single-page-header.post-box .quote-box,
     .single-page-header.post-box .link-box,
     .single-page-header.post-box .audio-box {
       padding-top: 80px;
     }
     .single-page-header.post-box .audio-post {
       padding-bottom: 80px;
     }
     .single-page-header.post-box .sing-page-header-content .entry-title {
       color: #fff;
     }
     .single-page-header.post-box .sing-page-header-content .entry-meta a {
       color: #fff;
     }
     .single-page-header.post-box .sing-page-header-content .entry-meta a:hover {
       color: #a5b7d2;
     }
     .single-page-header.post-box .sing-page-header-content .entry-meta &gt; span:not(.sl-wrapper) {
       margin-right: 15px;
       display: inline-block;
     }
     .single-page-header.post-box .sing-page-header-content .entry-meta &gt; span:not(.sl-wrapper).sl-wrapper {
       margin-right: 0;
     }
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:hover,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:active,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:focus,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked span.sl-count,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked span.sl-text,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper .sl-count,
     .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper .sl-text {
       color: #fff;
     }
     .single-page-header.post-box .sing-page-header-content .loader,
     .single-page-header.post-box .sing-page-header-content .loader:before,
     .single-page-header.post-box .sing-page-header-content .loader:after {
       background: rgba(255, 255, 255, 0.5);
       -webkit-animation: load-light 1s infinite ease-in-out;
       animation: load-light 1s infinite ease-in-out;
     }
     .single-page-header.post-box .sing-page-header-content .loader:before,
     .single-page-header.post-box .sing-page-header-content .loader:after {
       position: absolute;
       top: 0;
       content: "";
     }
     .single-page-header.post-box .sing-page-header-content .loader:before {
       left: -0.375em;
       -webkit-animation-delay: -0.32s;
       animation-delay: -0.32s;
     }
     .single-page-header.post-box .sing-page-header-content .loader {
       text-indent: -9999em;
       display: inline-block;
       position: relative;
       vertical-align: middle;
       font-size: 1em;
       -webkit-transform: translateZ(0);
       -ms-transform: translateZ(0);
       transform: translateZ(0);
       -webkit-animation-delay: -0.16s;
       animation-delay: -0.16s;
     }
     .single-page-header.post-box .sing-page-header-content .loader:after {
       left: 0.375em;
     }
     .single-page-header.post-box .entry-title {
       line-height: 1.2;
       margin-bottom: 25px;
     }
     .single-page-header.post-box .post-cat a {
       margin-bottom: 30px;
     }
     .single-page-header .slick-arrow {
       display: none !important;
     }
     
     .single-format-standard .audio-post {
       padding-top: 90px;
     }
     
     /* Simple Like Wrapper */
     .sl-wrapper {
       float: right;
     }
     
     /* Simple Like Colors */
     .sl-wrapper a.liked {
       color: #1a1b1e;
       font-weight: 500;
     }
     
     .sl-wrapper a.liked:hover,
     .sl-wrapper a.liked:active,
     .sl-wrapper a.liked:focus {
       color: #1a1b1e;
     }
     
     .sl-wrapper a.liked span.sl-count,
     .sl-wrapper a.liked span.sl-text,
     .sl-wrapper .sl-count,
     .sl-wrapper .sl-text {
       color: #1a1b1e;
     }
     
     .sl-wrapper .sl-icon {
       margin-right: 6px;
     }
     .sl-wrapper .sl-icon svg {
       color: #fe4c1c;
       margin-top: 3px;
       width: 0.9em;
       height: 0.9em;
     }
     
     /* Simple Like Count */
     .sl-wrapper .sl-count, .sl-wrapper .sl-text {
       font-size: 14px;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 500;
       line-height: 1;
       text-transform: capitalize;
       vertical-align: middle;
     }
     
     .sl-wrapper .sl-text {
       margin-left: 4px;
     }
     
     @keyframes circle-fade-before {
       0% {
         transform: scale(1);
         opacity: 1;
       }
       100% {
         transform: scale(1.8);
         opacity: 0;
       }
     }
     @keyframes circle-fade-after {
       0% {
         transform: scale(1);
         opacity: 1;
       }
       100% {
         transform: scale(2.5);
         opacity: 0;
       }
     }
     @media (max-width: 991px) {
       .content-area {
         margin-bottom: 0px;
       }
     
       .post-box.post-item {
         margin-bottom: 40px;
       }
     
       .single-page-header {
         padding: 40px 0 30px;
       }
       .single-page-header .entry-media,
     .single-page-header .single-bg-overlay,
     .single-page-header .sl-wrapper,
     .single-page-header &gt; .container {
         display: none;
       }
       .single-page-header .sing-page-header-content {
         position: static;
       }
       .single-page-header.post-box .audio-post {
         padding: 0;
       }
       .single-page-header.post-box .sing-page-header-content .entry-title {
         color: #1a1b1e;
       }
       .single-page-header.post-box .sing-page-header-content .entry-meta a {
         color: #a5b7d2;
       }
       .single-page-header.post-box .sing-page-header-content .entry-meta a:hover {
         color: #1a1b1e;
       }
     }
     .blog-grid {
       margin-right: -15px;
       margin-left: -15px;
     }
     .blog-grid:after {
       content: "";
       display: block;
       clear: both;
     }
     .blog-grid .masonry-post-item {
       /* float: left; */
       width: 33.3333333333%;
       display: inline-block;
       padding-bottom: 15px;
       padding-left: 15px;
       padding-right: 15px;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
     }
     .blog-grid .masonry-post-item .post-inner {
       margin-bottom: 15px;
     }
     .blog-grid .masonry-post-item .post-inner .inner-post {
       padding: 30px;
     }
     .blog-grid .masonry-post-item.post-box .entry-title {
       font-size: 24px;
       font-weight: 700;
     }
     .blog-grid .masonry-post-item.post-box .entry-media .post-cat {
       top: 30px;
       left: 30px;
     }
     .blog-grid .masonry-post-item.post-box .entry-media .post-cat a {
       padding: 8px 10px;
     }
     .blog-grid .masonry-post-item.post-box .entry-meta {
       margin-bottom: 10px;
     }
     .blog-grid .masonry-post-item.post-box .entry-meta span.comment-num {
       display: none;
     }
     
     .blog-grid.pf_5_cols .masonry-post-item {
       width: 20%;
     }
     
     .blog-grid.pf_4_cols .masonry-post-item {
       width: 25%;
     }
     
     .blog-grid.pf_2_cols .masonry-post-item {
       width: 50%;
     }
     
     @media only screen and (max-width: 993px) {
       .blog-grid .masonry-post-item,
     .blog-grid.pf_5_cols .masonry-post-item,
     .blog-grid.pf_4_cols .masonry-post-item {
         width: 50%;
       }
     }
     @media only screen and (max-width: 768px) {
       .entry-footer .tagcloud, .entry-footer .share-post {
         float: none;
         width: 100%;
       }
       .entry-footer .share-post {
         margin-top: 30px;
       }
       .entry-footer .share-post a:first-child {
         margin-left: 0px;
       }
     
       .blog-post .author-bio .author-image {
         max-width: 100px;
         margin: 15px 15px 15px 15px;
         float: left;
       }
       .blog-post .author-bio .author-info {
         padding: 15px 15px 15px 125px;
       }
     
       .related-posts {
         margin-top: 40px;
       }
     }
     @media only screen and (max-width: 600px) {
       .blog-grid .masonry-post-item,
     .blog-grid.pf_5_cols .masonry-post-item,
     .blog-grid.pf_4_cols .masonry-post-item,
     .blog-grid.pf_2_cols .masonry-post-item {
         width: 100%;
       }
     
       blockquote {
         font-size: 20px;
       }
     
       .single-post .entry-content {
         padding: 50px 0 70px;
       }
     
       .blog-list .post-box .inner-post {
         padding: 30px;
       }
     
       .post-box .entry-title {
         font-size: 22px;
         line-height: 30px;
       }
     
       .single-page-header.post-box .post-cat a,
     .single-page-header.post-box .entry-title {
         margin-bottom: 20px;
       }
     }
     /*--------------------------------------------------------------
     ## Comments
     --------------------------------------------------------------*/
     .comments-area {
       margin-top: 30px;
     }
     .comments-area ol, .comments-area ul {
       list-style: none;
       padding-left: 0;
     }
     .comments-area ol .comment-respond, .comments-area ul .comment-respond {
       margin-top: -30px;
       margin-bottom: 40px;
     }
     .comments-area .comments-title {
       margin-bottom: 50px;
     }
     .comments-area .comment-item {
       margin-bottom: 50px;
       overflow: hidden;
     }
     .comments-area .comment-item .gravatar {
       float: left;
     }
     .comments-area .comment-item .gravatar img {
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .comments-area .comment-item .comment-content:not(.pingback) {
       padding-left: 105px;
     }
     .comments-area .comment-item .comment-meta {
       position: relative;
     }
     .comments-area .comment-item .comment-meta .comment-author {
       text-transform: capitalize;
       margin-bottom: 7px;
       margin-top: -3px;
       color: #363636;
     }
     .comments-area .comment-item .comment-meta .comment-time {
       display: block;
       color: #a5b7d2;
       font-size: 12px;
       font-weight: bold;
       font-family: "Red Hat Display", sans-serif;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       margin-bottom: 7px;
     }
     .comments-area .comment-item .comment-meta .comment-reply-link {
       position: absolute;
       top: 0;
       right: 0;
       font-family: "Red Hat Display", sans-serif;
       font-size: 12px;
       font-weight: bold;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       color: #a5b7d2;
     }
     .comments-area .comment-item .comment-meta .comment-reply-link:hover {
       color: #fe4c1c;
     }
     .comments-area .comment-item .comment-text p {
       margin-bottom: 15px;
     }
     .comments-area ul.children {
       padding-left: 60px;
     }
     
     .comment-respond {
       background: #f0f6ff;
       padding: 50px;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .comment-respond .comment-reply-title {
       font-size: 30px;
       margin-bottom: 10px;
       margin-top: -5px;
     }
     .comment-respond .comment-reply-title small {
       font-size: 16px;
       font-weight: 400;
       text-transform: lowercase;
       margin-left: 5px;
     }
     .comment-respond .comment-reply-title small a {
       color: #ad1010;
     }
     .comment-respond .comment-reply-title small a:hover {
       color: #fe4c1c;
     }
     
     .comment-form p {
       margin-bottom: 30px;
     }
     .comment-form p label {
       margin-left: 8px;
     }
     .comment-form p.form-submit {
       margin-bottom: 0;
     }
     .comment-form .logged-in-as {
       font-family: "Red Hat Display", sans-serif;
       font-size: 14px;
       margin-top: -5px;
     }
     .comment-form .logged-in-as a {
       color: #737373;
     }
     .comment-form .logged-in-as a:hover {
       color: #fe4c1c;
     }
     .comment-form input[type=text],
     .comment-form input[type=email] {
       width: 100%;
     }
     .comment-form .octf-btn {
       box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
       -moz-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
     }
     .comment-form .octf-btn:hover {
       box-shadow: none;
     }
     
     @media only screen and (max-width: 768px) {
       .comment-respond {
         padding: 30px;
       }
     
       .comments-area ul.children {
         padding-left: 30px;
       }
     }
     /*--------------------------------------------------------------
     ## Widgets
     --------------------------------------------------------------*/
     .widget ul {
       list-style: none;
       padding-left: 0;
       margin-bottom: 0;
     }
     .widget ul li {
       position: relative;
     }
     .widget .tagcloud {
       padding-bottom: 16px !important;
       margin: 0 -3px;
     }
     .widget .tagcloud a {
       color: #707f96;
       background: #f0f6ff;
       font-size: 14px !important;
       font-weight: 500;
       padding: 10px 12px;
       margin: 0 3px;
       margin-bottom: 9px;
       line-height: 1;
       border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       display: inline-block;
     }
     .widget .tagcloud a:hover {
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       background: #00c3ff;
       color: #fff;
     }
     
     .widget-area .widget {
       margin-bottom: 50px;
     }
     .widget-area .widget:last-child {
       margin-bottom: 0;
     }
     .widget-area .widget .widget-title {
       font-weight: 700;
       padding-left: 17px;
       position: relative;
     }
     .widget-area .widget .widget-title:before {
       content: "";
       position: absolute;
       left: 0;
       top: 10px;
       width: 5px;
       height: 5px;
       background: #fe4c1c;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li {
       font-family: "Red Hat Display", sans-serif;
       font-weight: 700;
       font-size: 14px;
       position: relative;
       margin-bottom: 11px;
       line-height: 24px;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li:last-child {
       padding: 0;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li a {
       color: #1a1b1e;
       display: inline-block;
       position: relative;
       -webkit-transition: all 0.35s linear;
       -moz-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
       -ms-transition: all 0.35s linear;
       transition: all 0.35s linear;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li a:before {
       content: "";
       position: absolute;
       left: 0;
       top: 11px;
       width: 0px;
       height: 3px;
       border-radius: 1.5px;
       -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
       opacity: 0;
       visibility: hidden;
       -webkit-transition: all 0.35s linear;
       -moz-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
       -ms-transition: all 0.35s linear;
       transition: all 0.35s linear;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li a:hover {
       color: #00c3ff;
       padding-left: 22px;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li a:hover:before {
       width: 10px;
       opacity: 1;
       visibility: visible;
       background: #00c3ff;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li a:hover + span {
       color: #00c3ff;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li .posts-count {
       color: #a5b7d2;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .widget-area .widget ul:not(.recent-news) &gt; li.recentcomments a:before {
       display: none;
     }
     .widget-area .widget select {
       width: 100%;
       padding: 8px;
       outline: none;
     }
     .widget-area .widget table caption {
       margin-bottom: 10px;
     }
     .widget-area .widget table td, .widget-area .widget table th {
       border-color: #aaa;
       text-align: center;
     }
     
     .search-form {
       position: relative;
     }
     .search-form .search-field {
       width: 100%;
       padding: 0 48px 0 20px;
       height: 50px;
       line-height: 1;
       border-color: #e6e6e6;
       background: #fff;
       border-radius: 23px;
       -webkit-border-radius: 23px;
       -moz-border-radius: 23px;
     }
     .search-form .search-submit {
       background: none;
       border: none;
       position: absolute;
       top: 0;
       right: 0;
       height: 100%;
       width: 50px;
       outline: none;
       font-size: 26px;
       color: #a5b7d2;
       padding: 0px 5px;
     }
     .search-form .search-submit i {
       width: 40px;
       height: 40px;
       line-height: 36px;
       background: #fe4c1c;
       color: #fff;
       margin-bottom: 5px;
       text-align: center;
       display: inline-block;
       vertical-align: middle;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .search-form .search-submit i:before, .search-form .search-submit i:after {
       font-size: 17px;
       font-weight: 700;
     }
     .search-form .search-submit i:hover {
       background: #00c3ff;
     }
     
     .widget .recent-news {
       padding-top: 5px;
     }
     .widget .recent-news li {
       font-family: "Red Hat Display", sans-serif;
       font-weight: 700;
     }
     .widget .recent-news li:not(:last-child) {
       margin-bottom: 25px;
     }
     .widget .recent-news .thumb {
       float: left;
       margin-right: 20px;
     }
     .widget .recent-news .thumb img {
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
     }
     .widget .recent-news h6 {
       margin: -3px 0 3px;
       line-height: 24px;
       font-size: 16px;
       font-weight: 700;
     }
     .widget .recent-news h6 a {
       color: #1a1b1e;
       display: block;
     }
     .widget .recent-news h6 a:before {
       display: none;
     }
     .widget .recent-news h6 a:hover {
       color: #00c3ff;
     }
     .widget .recent-news .entry-date {
       font-size: 14px;
       line-height: 1;
       font-weight: 500;
       color: #a5b7d2;
     }
     
     .instafeed-gallery .instafeed-item {
       display: inline-block;
       width: 33.33333333%;
       /* float: left; */
     }
     .instafeed-gallery .instafeed-item a {
       display: inline-block;
       margin: 5px;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       background: #f1f1f1;
     }
     .instafeed-gallery .instafeed-item a img {
       max-width: 100%;
       height: auto;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
     }
     
     .author-widget_wrapper {
       padding: 30px 26px;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
       -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
       -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
     }
     .author-widget_wrapper .author-widget_image-wrapper {
       margin-bottom: 26px;
     }
     .author-widget_wrapper .author-widget_title {
       margin-bottom: 10px;
       color: #fff;
     }
     .author-widget_wrapper .author-widget_text {
       font-size: 14px;
       line-height: 28px;
       color: #fff;
     }
     
     .author-widget_social a {
       display: inline-block;
       font-size: 12px;
       text-align: center;
       height: 26px;
       width: 26px;
       line-height: 26px;
       cursor: pointer;
       margin-right: 5px;
       background-color: #fff;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .author-widget_social a.social-facebook {
       color: #2255ee;
     }
     .author-widget_social a.social-twitter {
       color: #4ccef9;
     }
     .author-widget_social a.social-google {
       color: #dd4b39;
     }
     .author-widget_social a.social-pinterest {
       color: #ff2e2e;
     }
     .author-widget_social a.social-linkedin {
       color: #3292ff;
     }
     .author-widget_social a.social-buffer {
       color: #000000;
     }
     .author-widget_social a.social-digg {
       color: #005be2;
     }
     .author-widget_social a.social-reddit {
       color: #ff4500;
     }
     .author-widget_social a.social-tumbleupon {
       color: #eb4924;
     }
     .author-widget_social a.social-tumblr {
       color: #35465c;
     }
     .author-widget_social a.social-vk {
       color: #45668e;
     }
     .author-widget_social a.social-yummly {
       color: #E16120;
     }
     .author-widget_social a.social-email {
       color: #E84231;
     }
     .author-widget_social a.social-dribbble {
       color: #ea4c89;
     }
     .author-widget_social a.social-instagram {
       color: #ff9000;
     }
     .author-widget_social a.social-youtube {
       color: #FF0000;
     }
     .author-widget_social a.social-pinterest {
       color: #E60023;
     }
     .author-widget_social a:last-child {
       margin-right: 0px;
     }
     
     /*--------------------------------------------------------------
     ## Responsive Blog
     --------------------------------------------------------------*/
     /*--------------------------------------------------------------
     # Infinite scroll
     --------------------------------------------------------------*/
     /* Globally hidden elements when Infinite Scroll is supported and in use. */
     .infinite-scroll .posts-navigation,
     .infinite-scroll.neverending .site-footer {
       /* Theme Footer (when set to scrolling) */
       display: none;
     }
     
     /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
     .infinity-end.neverending .site-footer {
       display: block;
     }
     
     /*--------------------------------------------------------------
     # Media
     --------------------------------------------------------------*/
     .page-content .wp-smiley,
     .entry-content .wp-smiley,
     .comment-content .wp-smiley {
       border: none;
       margin-bottom: 0;
       margin-top: 0;
       padding: 0;
     }
     
     /* Make sure embeds and iframes fit their containers. */
     embed,
     iframe,
     object {
       max-width: 100%;
     }
     
     /* Make sure logo link wraps around logo image. */
     .custom-logo-link {
       display: inline-block;
     }
     
     /*--------------------------------------------------------------
     ## Captions
     --------------------------------------------------------------*/
     .wp-caption {
       margin-bottom: 1.5em;
       max-width: 100%;
     }
     .wp-caption img[class*=wp-image-] {
       display: block;
       margin-left: auto;
       margin-right: auto;
     }
     .wp-caption .wp-caption-text {
       margin: 0.8075em 0;
     }
     
     .wp-caption-text {
       text-align: center;
     }
     
     /*--------------------------------------------------------------
     ## Galleries
     --------------------------------------------------------------*/
     .gallery-caption {
       display: block;
     }
     
     .gallery {
       margin-bottom: 1.5em;
       margin-left: -7px;
       margin-right: -7px;
     }
     
     .gallery-item {
       display: inline-block;
       text-align: center;
       vertical-align: top;
       width: 100%;
       margin: 0;
       padding: 7px;
     }
     
     .gallery-columns-2 .gallery-item {
       max-width: 50%;
     }
     
     .gallery-columns-3 .gallery-item {
       max-width: 33.33%;
     }
     
     .gallery-columns-4 .gallery-item {
       max-width: 25%;
     }
     
     .gallery-columns-5 .gallery-item {
       max-width: 20%;
     }
     
     .gallery-columns-6 .gallery-item {
       max-width: 16.66%;
     }
     
     .gallery-columns-7 .gallery-item {
       max-width: 14.28%;
     }
     
     .gallery-columns-8 .gallery-item {
       max-width: 12.5%;
     }
     
     .gallery-columns-9 .gallery-item {
       max-width: 11.11%;
     }
     
     .gallery-columns-6 .gallery-caption,
     .gallery-columns-7 .gallery-caption,
     .gallery-columns-8 .gallery-caption,
     .gallery-columns-9 .gallery-caption {
       display: none;
     }
     
     /*--------------------------------------------------------------
     # Elementor Widgets
     --------------------------------------------------------------*/
     .ot-heading h6 {
       font-size: 14px;
       font-weight: bold;
       color: #a5b7d2;
       position: relative;
       display: inline-block;
       padding-left: 21px;
       letter-spacing: 1px;
       margin-bottom: 15px;
       text-transform: uppercase;
     }
     .ot-heading h6:before, .ot-heading h6:after {
       position: absolute;
       content: "";
       width: 7px;
       height: 7px;
       background: #a5b7d2;
       top: 3.5px;
       left: 0;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .ot-heading h6:after {
       left: auto;
       right: -21px;
     }
     .ot-heading h2 {
       margin-bottom: 25px;
     }
     .ot-heading.text-light h6:before, .ot-heading.text-light h6:after {
       background: #00c3ff;
     }
     .ot-heading.left-align h6:after {
       display: none;
     }
     .ot-heading.right-align h6 {
       padding-right: 21px;
     }
     .ot-heading.right-align h6:after {
       right: 0;
     }
     .ot-heading.right-align h6:before {
       display: none;
     }
     .ot-heading.center-align h6 {
       margin-left: -10px;
     }
     
     @media (max-width: 600px) {
       .ot-heading h2 br {
         display: none;
       }
     }
     .flex-col {
       width: 100%;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     .flex-col .ft-col-contact {
       width: 33.333%;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     .contact-info {
       font-size: 22px;
       overflow: hidden;
     }
     .contact-info h6 {
       font-size: 16px;
       margin-bottom: 5px;
       text-transform: uppercase;
     }
     .contact-info i {
       font-size: 30px;
       margin-top: 2px;
       line-height: 1;
       float: left;
     }
     .contact-info i:before {
       font-size: 40px;
     }
     .contact-info i.flaticon-world:before {
       font-size: 37px;
     }
     .contact-info img {
       width: 30px;
       margin-top: 3px;
       float: left;
     }
     .contact-info p {
       margin-bottom: 0;
     }
     .contact-info .info-text {
       padding-left: 50px;
       font-weight: 500;
     }
     .contact-info.text-light {
       color: #fff;
     }
     .contact-info.text-light h6, .contact-info.text-light i {
       color: #61daff;
     }
     .contact-info.box-style2 {
       width: 100%;
     }
     .contact-info.text-light h6 {
       font-family: "Red Hat Display",Sans-serif;
       font-size: 18px;
       color: #9ee8ff;
       font-weight: 400;
       text-transform: none;
     }
     .contact-info.box-style2 i {
       float: none;
       margin-top: 0px;
       vertical-align: bottom;
     }
     .contact-info.box-style2 .box-icon {
       margin-bottom: 25px;
     }
     .contact-info.box-style2 p {
       color: #fff;
       font-family: "Red Hat Display",Sans-serif;
       font-size: 20px;
       font-weight: 500;
       margin-bottom: 15px;
     }
     
     .border-left .box-style2, .border-right .box-style2 {
       position: relative;
     }
     
     .border-left .box-style2:before {
       position: absolute;
       height: 70%;
       width: 1px;
       left: 0;
       bottom: 12%;
       background: rgba(255, 255, 255, 0.2);
       content: "";
       display: block;
     }
     
     .border-right .box-style2:after {
       position: absolute;
       height: 70%;
       width: 1px;
       right: 0;
       bottom: 12%;
       background: rgba(255, 255, 255, 0.2);
       content: "";
       display: block;
     }
     
     .footer-menu {
       margin-top: 65px;
     }
     
     .footer-menu ul {
       padding-left: 0;
       margin: 0;
     }
     
     .site-footer .footer-menu ul li {
       margin-bottom: 12px;
     }
     
     .copyright {
       color: #acebff;
       font-family: "Red Hat Text",Sans-serif;
       font-size: 15px;
       font-weight: 400;
       margin-top: 22px;
       margin-bottom: 0;
       line-height: 1;
     }
     
     .footer-social {
       margin-top: 47px;
       font-size: 0;
       padding-bottom: 8.5px;
     }
     
     .footer-social-icon {
       display: inline-block;
       line-height: 1;
       -webkit-transition: all .3s;
       -o-transition: all .3s;
       transition: all .3s;
       color: #818a91;
       font-size: 13px;
       padding: .5em;
       background-color: #fff;
       border-radius: 50%;
       margin-right: 10px;
       text-align: center;
     }
     
     .footer-social-icon:last-child {
       margin-right: 0;
     }
     
     .footer-social-icon.twitter {
       color: #4ccef9;
     }
     
     .footer-social-icon.facebook {
       color: #25e;
     }
     
     .footer-social-icon.linkedin {
       color: #3292ff;
     }
     
     .footer-social-icon.instagram {
       color: #ff970f;
     }
     
     .footer-social-icon i, .footer-social-icon svg {
         width: 1em;
         height: 1em;
         position: relative;
         display: block;
     }
     
     .footer-social-icon:hover {
         -webkit-transform: translateY(-5px);
         -ms-transform: translateY(-5px);
         transform: translateY(-5px);
         opacity: 1;
     }
     
     .main-footer {
         padding: 130px 0 110px;
     }
     
     .site-footer-2 .footer-widget p {
         color: #fff;
         font-family: "Red Hat Text",Sans-serif;
         line-height: 30px;
     }
     
     .site-footer-2 .footer-social {
         margin-top: 0;
     }
     
     .site-footer-2 .footer-widget h5 {
         color: #fff;
         font-family: "Red Hat Display",Sans-serif;
         font-size: 20px;
         margin-top: 20px;
         margin-bottom: 30px;
         line-height: 1;
         font-weight: 700;
     }
     
     .site-footer-2 .footer-contact-2 ul, .site-footer-2 ul {
         list-style: none;
         padding: 0;
         margin: 0;
     }
     
     .site-footer-2 .footer-contact-2 ul li {
         line-height: 30px;
         margin-bottom: 12px;
         font-family: "Red Hat Display",sans-serif;
     }
     
     .site-footer-2 .footer-contact-2 ul li strong {
         font-weight: 700;
         color: #9ee8ff;
     }
     
     .site-footer-2 .ft-menu-list li {
         padding-bottom: calc(6px/2);
         margin-bottom: 12px;
         font-weight: 400;
     }
     
     .site-footer-2 .ft-menu-list a {
         font-family: "Red Hat Text",sans-serif;
         color: #9ee8ff;
     }
     .site-footer-2 .ft-menu-list a:hover {
         color: #fff;
         text-decoration: underline;
     }
     
     .footer-bottom {
         padding-top: 25px;
         border-top: 1px solid rgba(255,255,255,.1);
     }
     
     .site-footer-2 .footer-bottom .copyright-2 {
         color: #acebff;
         font-size: 15px;
         font-family: "Red Hat Text",sans-serif;
     }
     
     @media only screen and (max-width: 768px) {
       .border-right .box-style2:after,
     .border-right .box-style2:before {
         display: none;
       }
     }
     .service-box {
         overflow: hidden;
         position: relative;
         padding: 35px 35px 26px;
         background: #fff;
         box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
         -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
         -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
         border-radius: 15px;
         -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
         -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
         -ms-transition: all 0.3s linear;
         transition: all 0.3s linear;
     }
     .service-box * {
         -webkit-transition: all 0.1s linear;
         -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
         -ms-transition: all 0.1s linear;
         transition: all 0.1s linear;
     }
     .service-box .number-box {
       float: left;
       width: 45px;
       height: 45px;
       line-height: 45px;
       text-align: center;
       color: #fff;
       font-weight: bold;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
       -webkit-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
       -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
     }
     .service-box .content-box {
       padding-left: 75px;
     }
     .service-box .content-box h5 {
       font-size: 18px;
       font-weight: 700;
       margin-bottom: 8px;
     }
     .service-box .content-box p:last-child {
       margin-bottom: 0;
     }
     .service-box .big-number {
       position: absolute;
       right: 35px;
       bottom: -13px;
       font-size: 88px;
       font-weight: 900;
       font-family: "Red Hat Display", sans-serif;
       line-height: 1;
       color: rgba(165, 183, 210, 0.2);
       z-index: -1;
     }
     .service-box .overlay {
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       opacity: 0;
     }
     .service-box:hover {
       background: none;
     }
     .service-box:hover .overlay {
       opacity: 1;
     }
     .service-box:hover .number-box {
       background: #fff;
       color: #00c3ff;
     }
     .service-box:hover .content-box {
       color: #fff;
     }
     .service-box:hover .content-box h5 {
       color: #fff;
     }
     .service-box:hover .big-number {
       color: rgba(255, 255, 255, 0.2);
     }
     
     .service-box-s2 {
       overflow: hidden;
       position: relative;
       padding: 30px 30px 28px;
       background: #fff;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .service-box-s2 .number-box {
       float: left;
       width: 50px;
       height: 50px;
       line-height: 50px;
       text-align: center;
       color: #00c3ff;
       font-family: "Red Hat Display", sans-serif;
       font-weight: bold;
       font-size: 20px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background: rgba(0, 195, 255, 0.15);
     }
     .service-box-s2 .content-box {
       padding-left: 70px;
     }
     .service-box-s2 .content-box h5 {
       font-weight: 700;
       margin-bottom: 8px;
     }
     .service-box-s2 .content-box p:last-child {
       margin-bottom: 0;
     }
     .service-box-s2:hover {
       -webkit-transform: translateY(-15px);
       -ms-transform: translateY(-15px);
       transform: translateY(-15px);
     }
     
     .active .service-box .overlay {
       opacity: 1;
     }
     .active .service-box .number-box {
       background: #fff;
       color: #00c3ff;
     }
     .active .service-box .content-box {
       color: #fff;
     }
     .active .service-box .content-box h5 {
       color: #fff;
     }
     .active .service-box .big-number {
       color: rgba(255, 255, 255, 0.2);
     }
     .active .service-box-s2 {
       -webkit-transform: translateY(-15px);
       -ms-transform: translateY(-15px);
       transform: translateY(-15px);
     }
     
     @media (max-width: 600px) {
       .service-box .number-box {
         float: none;
         margin-bottom: 30px;
       }
     
       .service-box .content-box {
         padding-left: 0;
       }
     }
     .icon-box {
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s1 .icon-main, .icon-box.s4 .icon-main {
       float: left;
       width: 60px;
       height: 60px;
       text-align: center;
       line-height: 61px;
       color: #fff;
       transition: all 0.5s ease;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
       -webkit-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
       -moz-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
     }
     .icon-box.s1 .icon-main i, .icon-box.s1 .icon-main span:before, .icon-box.s4 .icon-main i, .icon-box.s4 .icon-main span:before {
       font-size: 25px;
     }
     .icon-box.s1 .icon-main span, .icon-box.s4 .icon-main span {
       display: block;
     }
     .icon-box.s1 .icon-main img, .icon-box.s4 .icon-main img {
       max-width: 25px;
       margin-top: -5px;
     }
     .icon-box.s1:hover .icon-main, .icon-box.s4:hover .icon-main {
       color: #00c3ff;
       background: #fff;
       box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
       -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
     }
     .icon-box.s1 .content-box, .icon-box.s4 .content-box {
       padding-left: 85px;
     }
     .icon-box .content-box h5 {
       margin-bottom: 17px;
       font-weight: bold;
     }
     .icon-box .content-box h5 a {
       color: #1a1b1e;
     }
     .icon-box .content-box h5 a:hover {
       color: #fe4c1c;
     }
     .icon-box .content-box p:last-child {
       margin-bottom: 0;
     }
     .icon-box.s2 {
       padding: 47px;
       position: relative;
       overflow: hidden;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .icon-box.s2 .icon-main {
       color: #0160e7;
       margin-bottom: 30px;
       line-height: 1;
       text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
       -moz-text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
     }
     .icon-box.s2 .icon-main i, .icon-box.s2 .icon-main span:before {
       font-size: 40px;
       line-height: 1;
     }
     .icon-box.s2 .icon-main img {
       max-width: 40px;
       margin-top: -5px;
     }
     .icon-box.s2:before, .icon-box.s2:after {
       content: "";
       position: absolute;
       width: 100%;
       height: 50%;
       z-index: -1;
       opacity: 0;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s2:before {
       top: 0;
       left: 0;
     }
     .icon-box.s2:after {
       bottom: 0;
       right: 0;
     }
     .icon-box.s2:hover {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .icon-box.s2:hover:before, .icon-box.s2:hover:after {
       opacity: 1;
     }
     .icon-box.s2 .content-box h5 {
       margin-bottom: 14px;
       font-size: 22px;
     }
     .icon-box.s3 {
       padding: 40px 27px 35px;
       position: relative;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .icon-box.s3 .icon-main {
       width: 70px;
       height: 70px;
       line-height: 70px;
       text-align: center;
       color: #fff;
       display: inline-block;
       margin-bottom: 25px;
       transition: all 0.5s ease;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
       -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
     }
     .icon-box.s3 .icon-main i, .icon-box.s3 .icon-main span:before {
       font-size: 30px;
     }
     .icon-box.s3 .icon-main img {
       max-width: 30px;
       margin-top: -5px;
     }
     .icon-box.s3 .bg-s3 {
       position: absolute;
       content: "";
       opacity: 0;
       visibility: hidden;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       z-index: -1;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .icon-box.s3 .content-box h5 {
       margin-bottom: 12px;
       font-size: 18px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s3 .content-box p {
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s3 .action-box {
       position: absolute;
       bottom: -40px;
       left: 0;
       width: 100%;
       opacity: 0;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s3 .bg-before, .icon-box.s3 .bg-after {
       content: "";
       position: absolute;
       width: 100%;
       height: 50%;
       background: #fff;
       z-index: -1;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .icon-box.s3 .bg-before {
       top: 0;
       left: 0;
       border-top-left-radius: 15px;
       border-top-right-radius: 15px;
       border-bottom-right-radius: 0;
       border-bottom-left-radius: 0;
       -webkit-border-top-left-radius: 15px;
       -webkit-border-top-right-radius: 15px;
       -webkit-border-bottom-right-radius: 0;
       -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-topleft: 15px;
       -moz-border-radius-topright: 15px;
       -moz-border-radius-bottomright: 0;
       -moz-border-radius-bottomleft: 0;
     }
     .icon-box.s3 .bg-after {
       bottom: 0;
       right: 0;
       border-top-left-radius: 0;
       border-top-right-radius: 0;
       border-bottom-right-radius: 15px;
       border-bottom-left-radius: 15px;
       -webkit-border-top-left-radius: 0;
       -webkit-border-top-right-radius: 0;
       -webkit-border-bottom-right-radius: 15px;
       -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-topleft: 0;
       -moz-border-radius-topright: 0;
       -moz-border-radius-bottomright: 15px;
       -moz-border-radius-bottomleft: 15px;
     }
     .icon-box.s3:hover .bg-before,
     .icon-box.s3:hover .bg-after {
       display: none;
     }
     .icon-box.s3:hover .bg-s3,
     .icon-box.s3:hover .action-box {
       opacity: 1;
       visibility: visible;
     }
     .icon-box.s3:hover .action-box {
       bottom: -26px;
     }
     .icon-box.s3:hover h5, .icon-box.s3:hover p {
       color: #fff;
     }
     .icon-box.s3:hover h5 a, .icon-box.s3:hover p a {
       color: #fff;
     }
     .icon-box.s3:hover h5 a:hover, .icon-box.s3:hover p a:hover {
       color: #fe4c1c;
     }
     .icon-box.s3:hover .icon-main {
       background: #fff;
       color: #00c3ff;
     }
     .icon-box.s4 .icon-main {
       float: right;
     }
     .icon-box.s4 .content-box {
       text-align: right;
       padding-left: 0;
       padding-right: 85px;
     }
     
     .active .icon-box.s1 .icon-main {
       color: #00c3ff;
       background: #fff;
       box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
       -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
     }
     .active .icon-box.s2 {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .active .icon-box.s2:before, .active .icon-box.s2:after {
       visibility: visible;
       opacity: 1;
     }
     .active .icon-box.s3:before {
       opacity: 1;
     }
     .active .icon-box.s3 h5, .active .icon-box.s3 p {
       color: #fff;
     }
     .active .icon-box.s3 .icon-main {
       background: #fff;
       color: #00c3ff;
     }
     
     .icon-box-grid {
       overflow: hidden;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
       -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
       -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
     }
     .icon-box-grid .no-padding {
       padding: 0;
     }
     .icon-box-grid .icon-box {
       padding: 47px;
       color: #fff;
       border-right: 1px solid rgba(255, 255, 255, 0.3);
       border-bottom: 1px solid rgba(255, 255, 255, 0.3);
       transition: all 0.5s ease;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
     }
     .icon-box-grid .icon-box .icon-main {
       color: #fff;
       margin-bottom: 30px;
       line-height: 1;
       text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
       -moz-text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
     }
     .icon-box-grid .icon-box .icon-main i, .icon-box-grid .icon-box .icon-main span:before {
       font-size: 40px;
       line-height: 1;
     }
     .icon-box-grid .icon-box .icon-main img {
       max-width: 40px;
       margin-top: -5px;
     }
     .icon-box-grid .icon-box .content-box h5 {
       margin-bottom: 14px;
       font-size: 22px;
       color: #fff;
     }
     .icon-box-grid .icon-box .content-box h5 a {
       color: #fff;
     }
     .icon-box-grid .icon-box .content-box h5 a:hover {
       color: #fe4c1c;
     }
     .icon-box-grid .icon-box:hover {
       color: #606060;
       background: #fff;
     }
     .icon-box-grid .icon-box:hover h5 {
       color: #1a1b1e;
     }
     .icon-box-grid .icon-box:hover h5 a {
       color: #1a1b1e;
     }
     .icon-box-grid .icon-box:hover .icon-main {
       color: #0160e7;
     }
     
     .team-wrap {
       text-align: center;
     }
     .team-wrap .team-thumb {
       overflow: hidden;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .team-wrap .team-thumb img {
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .team-wrap .team-info {
       background: #fff;
       margin: -80px 30px 0;
       padding: 25px 25px 35px;
       position: relative;
       z-index: 1;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .team-wrap .team-info h4 {
       font-weight: bold;
       margin-bottom: 3px;
     }
     .team-wrap .team-info h4 a {
       color: #1a1b1e;
     }
     .team-wrap .team-social {
       position: absolute;
       bottom: -18px;
       left: 0;
       width: 100%;
     }
     .team-wrap .team-social a, .team-wrap .team-social span {
       cursor: pointer;
       font-size: 15px;
       margin-right: 12px;
       color: #fff;
       display: inline-block;
       width: 36px;
       height: 36px;
       line-height: 36px;
       background: #00c3ff;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
       -webkit-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
       -moz-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
     }
     .team-wrap .team-social a:hover, .team-wrap .team-social span:hover {
       box-shadow: none;
     }
     .team-wrap .team-social a {
       opacity: 0;
       right: -40px;
       position: relative;
       visibility: hidden;
     }
     .team-wrap .team-social a:hover {
       -webkit-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
       transform: translateY(-5px);
     }
     .team-wrap .team-social span {
       margin-right: 0;
     }
     .team-wrap .team-social.active span {
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
       box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
       background: #fff;
       color: #00c3ff;
     }
     .team-wrap .team-social.active a {
       opacity: 1;
       visibility: visible;
       right: 0;
       box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
     }
     .team-wrap:hover img {
       -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
       -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
       transform: scale(1.05);
     }
     
     .team-slider, .team-slider-h5 {
       margin: 0 -15px;
     }
     .team-slider .team-wrap, .team-slider-h5 .team-wrap {
       padding: 0 15px;
       margin-bottom: 30px;
     }
     
     @media (max-width: 767px) {
       .team-wrap {
         display: block;
         text-align: center;
       }
       .team-wrap .team-thumb {
         display: block;
         margin: 0 auto 25px;
       }
       .team-wrap .team-info {
         display: block;
         padding-left: 0;
         border: none;
       }
     }
     .ot-progress {
       font-weight: 500;
     }
     .ot-progress .pname {
       margin-bottom: 10px;
     }
     .ot-progress .iprogress {
       height: 10px;
       background: #f0f6ff;
       border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
     }
     .ot-progress .progress-bar {
       height: 100%;
       width: 0;
       background: #00c3ff;
       border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
       -o-transition: all 0.6s linear;
       -ms-transition: all 0.6s linear;
       transition: all 0.6s linear;
     }
     .ot-progress .progress-bar.bshadow {
       box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
       -webkit-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
       -moz-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
     }
     
     .circle-progress {
       text-align: center;
     }
     .circle-progress .inner-bar {
       position: relative;
       display: inline-block;
     }
     .circle-progress .inner-bar &gt; span {
       position: absolute;
       width: 130px;
       height: 130px;
       line-height: 90px;
       top: 32px;
       left: 32px;
       text-align: center;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 900;
       font-size: 28px;
       color: #1a1b1e;
       border: 20px solid #f0f6ff;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .circle-progress h4 {
       display: block;
       font-size: 22px;
       font-weight: 600;
       margin: 15px 0 0;
     }
     
     .easyPieChart {
       position: relative;
       text-align: center;
     }
     
     .easyPieChart canvas {
       position: absolute;
       top: 0;
       left: 0;
     }
     
     .ot-pricing-table {
       position: relative;
       text-align: center;
       padding: 30px 40px 0;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
     }
     .ot-pricing-table .title-table {
       position: absolute;
       top: 30px;
       left: 0;
       font-size: 13px;
       font-family: "Red Hat Display", sans-serif;
       font-weight: bold;
       text-transform: uppercase;
       color: #fff;
       background: #00c3ff;
       padding: 5px 15px;
       letter-spacing: 0.5px;
       border-top-left-radius: 0px;
       border-top-right-radius: 17px;
       border-bottom-right-radius: 17px;
       border-bottom-left-radius: 0px;
       -webkit-border-top-left-radius: 0px;
       -webkit-border-top-right-radius: 17px;
       -webkit-border-bottom-right-radius: 17px;
       -webkit-border-bottom-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
       -moz-border-radius-topright: 17px;
       -moz-border-radius-bottomright: 17px;
       -moz-border-radius-bottomleft: 0px;
       box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
     }
     .ot-pricing-table .inner-table img {
       margin-bottom: 35px;
     }
     .ot-pricing-table .inner-table h2 {
       font-size: 42px;
       font-weight: 500;
       color: #00c3ff;
       margin-bottom: 3px;
     }
     .ot-pricing-table .inner-table h2 sup {
       margin-left: -25px;
       font-size: 30px;
     }
     .ot-pricing-table .inner-table &gt; p {
       color: #a5b7d2;
       font-weight: 500;
       margin-bottom: 0;
     }
     .ot-pricing-table .inner-table .details {
       margin-top: 35px;
       padding-top: 28px;
       padding-bottom: 30px;
       line-height: 42px;
       border-top: 1px solid #e5e5e5;
     }
     .ot-pricing-table .inner-table .details ul {
       list-style: none;
       margin-bottom: 0;
       padding: 0;
     }
     .ot-pricing-table .octf-btn {
       margin-bottom: -26px;
     }
     .ot-pricing-table .octf-btn:hover {
       box-shadow: none !important;
     }
     .ot-pricing-table:before {
       background: #fff;
       border-top-left-radius: 15px;
       border-top-right-radius: 15px;
       border-bottom-right-radius: 0;
       border-bottom-left-radius: 0;
       -webkit-border-top-left-radius: 15px;
       -webkit-border-top-right-radius: 15px;
       -webkit-border-bottom-right-radius: 0;
       -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-topleft: 15px;
       -moz-border-radius-topright: 15px;
       -moz-border-radius-bottomright: 0;
       -moz-border-radius-bottomleft: 0;
     }
     .ot-pricing-table:after {
       background: #fff;
       border-top-left-radius: 0;
       border-top-right-radius: 0;
       border-bottom-right-radius: 15px;
       border-bottom-left-radius: 15px;
       -webkit-border-top-left-radius: 0;
       -webkit-border-top-right-radius: 0;
       -webkit-border-bottom-right-radius: 15px;
       -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-topleft: 0;
       -moz-border-radius-topright: 0;
       -moz-border-radius-bottomright: 15px;
       -moz-border-radius-bottomleft: 15px;
     }
     .ot-pricing-table.s2 .title-table {
       background: #0160e7;
     }
     .ot-pricing-table.s2 h2 {
       color: #0160e7;
     }
     .ot-pricing-table.s3 .title-table {
       background: #fe4c1c;
     }
     .ot-pricing-table.s3 h2 {
       color: #fe4c1c;
     }
     .ot-pricing-table:hover {
       -webkit-transform: translateY(-15px);
       -ms-transform: translateY(-15px);
       transform: translateY(-15px);
     }
     
     @media (max-width: 991px) {
       .ot-pricing-table {
         max-width: 370px;
         margin: auto;
       }
     }
     .ot-tabs .tabs-heading {
       margin: 0px;
       display: inline-block;
       border: 1px solid #d2dbe8;
       padding: 4px;
       border-radius: 28px;
       -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
     }
     .ot-tabs .tab-link {
       transition: all 0.2s ease-out;
       -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       font-size: 16px;
       padding: 16px 28px 16px 28px;
       line-height: 1;
       display: inline-block;
       margin: 0;
       text-decoration: none;
       white-space: nowrap;
       vertical-align: middle;
       font-weight: bold;
       letter-spacing: 0;
       text-align: center;
       background: #fe4c1c;
       cursor: pointer;
       border: 1px solid transparent;
       outline: 0;
       box-sizing: border-box;
       color: #fff;
       box-shadow: none;
       background: none;
       color: #a5b7d2;
       padding: 14px 28px;
       cursor: pointer;
     }
     .ot-tabs .tab-link:visited {
       color: #fff;
     }
     .ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
       color: #fff;
     }
     .ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
       background: #00c3ff;
       color: #fff;
       font-weight: 600;
       box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
     }
     .ot-tabs .tab-link:last-child {
       margin-right: 0 !important;
     }
     .ot-tabs .tab-content {
       display: none;
       background: #fff;
       margin-top: -10px;
      }
     .ot-tabs .tab-content.current {
       display: inherit;
     }
     .ot-tabs .tab-content ul.has-icon li {
       position: relative;
       padding-left: 40px;
       padding-bottom: 12px;
     }
     .ot-tabs .tab-content ul.has-icon li i {
       position: absolute;
       left: 0;
       top: 10px;
       color: #fe4c1c;
     }
     .ot-tabs .tab-content ul.has-icon li i:before {
       font-size: 22px;
       line-height: 1;
     }
     .ot-tabs .tab-content ul.has-icon:last-child {
       margin-bottom: 0;
     }
     .ot-tabs .tab-content p:last-child {
       margin-bottom: 0;
     }
     
     .tab-titles .slick-list {
       padding-bottom: 15px;
     }
     .tab-titles .slick-dots {
       bottom: -40px;
     }
     .tab-titles .col-md {
       padding: 0 15px;
     }
     .tab-titles .title-item {
       display: block;
       border: 1px solid rgba(255, 255, 255, 0.25);
       padding: 30px 15px;
       position: relative;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .tab-titles .title-item .icon-main {
       line-height: 1;
       margin-bottom: 15px;
       color: #fff;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .tab-titles .title-item .icon-main i, .tab-titles .title-item .icon-main span:before {
       font-size: 32px;
     }
     .tab-titles .title-item h6 {
       margin-bottom: 0;
       color: #fff;
       font-size: 20px;
       line-height: 30px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .tab-titles .title-item:hover, .tab-titles .title-item.tab-active {
       background: #fff;
       border-color: transparent;
       text-decoration: none;
     }
     .tab-titles .title-item:hover h6, .tab-titles .title-item.tab-active h6 {
       color: #1a1b1e;
     }
     .tab-titles .title-item:hover .icon-main, .tab-titles .title-item.tab-active .icon-main {
       color: #0160e7;
     }
     .tab-titles .title-item:hover .icon-main i, .tab-titles .title-item:hover .icon-main span:before, .tab-titles .title-item.tab-active .icon-main i, .tab-titles .title-item.tab-active .icon-main span:before {
       text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
       -moz-text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
     }
     .tab-titles .title-item:after {
       content: "";
       width: 40px;
       height: 40px;
       position: absolute;
       z-index: -1;
       bottom: -8px;
       left: 50%;
       margin-left: -20px;
       background: #fff;
       opacity: 0;
       visibility: hidden;
       -webkit-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
       border-radius: 4px;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
       -o-transition: all 0.1s linear;
       -ms-transition: all 0.1s linear;
       transition: all 0.1s linear;
     }
     .tab-titles .title-item.tab-active:after {
       opacity: 1;
       visibility: visible;
     }
     
     #content-tabs .elementor-inner-section {
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       display: none;
     }
     #content-tabs .elementor-inner-section.active {
       display: block;
     }
     
     .ot-accordions .acc-item {
       margin-bottom: 20px;
       background: #fff;
       box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
       border-radius: 28px;
       -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
     }
     .ot-accordions .acc-item .acc-toggle {
       cursor: pointer;
       display: block;
       overflow: hidden;
       font-weight: 500;
       color: #1a1b1e;
       padding: 13px 10px 13px 25px;
       border-radius: 28px;
       -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .ot-accordions .acc-item .acc-toggle i {
       float: right;
       text-align: center;
       height: 30px;
       width: 30px;
       line-height: 30px;
       font-size: 13px;
       background: #00c3ff;
       color: #fff;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .ot-accordions .acc-item .acc-toggle i.up {
       display: none;
     }
     .ot-accordions .acc-item .acc-toggle:hover {
       color: #00c3ff;
     }
     .ot-accordions .acc-item .acc-content {
       display: none;
       padding: 0 25px 20px;
     }
     .ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
       margin-bottom: 0;
     }
     .ot-accordions .acc-item.current {
       border-radius: 25px;
       -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
     }
     .ot-accordions .acc-item.current .acc-toggle {
       color: #00c3ff;
     }
     .ot-accordions .acc-item.current .acc-toggle i.down {
       display: none;
     }
     .ot-accordions .acc-item.current .acc-toggle i.up {
       display: inherit;
     }
     .ot-accordions .acc-item:last-child {
       margin-bottom: 0;
     }
     
     .ot-counter {
       font-family: "Red Hat Display", sans-serif;
       font-weight: 900;
       color: #1a1b1e;
       display: inline-block;
       text-align: left;
     }
     .ot-counter span {
       font-size: 48px;
       line-height: 1;
     }
     .ot-counter span.num {
       padding-left: 20px;
     }
     .ot-counter h6 {
       font-size: 14px;
       color: #fe4c1c;
       margin-top: 13px;
       margin-bottom: 0;
       padding-left: 20px;
       letter-spacing: 1px;
       display: inline-block;
       position: relative;
     }
     .ot-counter h6:before {
       content: "";
       position: absolute;
       width: 7px;
       height: 7px;
       left: 0;
       top: 50%;
       margin-top: -4px;
       background: #fe4c1c;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .ot-counter.s2 h6 {
       margin-bottom: 13px;
       margin-top: 0;
     }
     
     .process-box {
       position: relative;
       padding: 85px 35px 40px;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .process-box .number-box {
       width: 70px;
       height: 70px;
       line-height: 70px;
       text-align: center;
       color: #fff;
       font-size: 24px;
       font-weight: 900;
       font-family: "Red Hat Display", sans-serif;
       display: inline-block;
       position: absolute;
       left: 50%;
       top: -35px;
       margin-left: -35px;
       margin-bottom: 45px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
       box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
       -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
       -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
     }
     .process-box .icon-main {
       margin-bottom: 30px;
       line-height: 1;
     }
     .process-box .icon-main i, .process-box .icon-main span:before {
       font-size: 100px;
     }
     .process-box .content-box h5 {
       font-size: 22px;
       font-weight: 700;
       margin-bottom: 15px;
     }
     .process-box .content-box p:last-child {
       margin-bottom: 0;
     }
     .process-box .p-arrow {
       position: absolute;
       top: -13px;
       right: -70px;
       z-index: 1;
     }
     .process-box:hover {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       background: #fff;
     }
     
     @media (max-width: 991px) {
       .p-arrow {
         display: none;
       }
     }
     @media (max-width: 767px) {
       .process-box {
         max-width: 370px;
         margin: auto;
         box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
         -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
         -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       }
     }
     /* Process Circle */
     .ot-cprocess {
       position: relative;
       display: inline-block;
       width: 500px;
     }
     .ot-cprocess .ot-cprocess-circle-chart {
       position: relative;
       z-index: 1;
     }
     .ot-cprocess .circle_logo {
       position: absolute;
       z-index: 2;
       top: 180px;
       left: 180px;
     }
     .ot-cprocess .ot-cprocess-item {
       position: absolute;
       z-index: 2;
     }
     .ot-cprocess .ot-cprocess-item .ot-cprocess-item-inner {
       width: 400px;
     }
     .ot-cprocess .ot-cprocess-item .ot-cprocess-item-number {
       width: 90px;
       height: 90px;
       line-height: 90px;
       vertical-align: middle;
       text-align: center;
       background-color: #fff;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
       font-size: 30px;
       font-weight: 700;
       display: inline-block;
     }
     .ot-cprocess .ot-cprocess-item .ot-cprocess-item-dot {
       content: "";
       margin-bottom: 10px;
       width: 20px;
       height: 20px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       display: inline-block;
     }
     .ot-cprocess .ot-cprocess-item .ot-cprocess-item-title {
       color: #1a1b1e;
       font-size: 22px;
       font-weight: 900;
     }
     .ot-cprocess .ot-cprocess-item .ot-cprocess-item-desc {
       color: #606060;
       font-size: 16px;
       font-weight: 400;
       line-height: inherit;
     }
     .ot-cprocess .ot-cprocess-item.text-left {
       text-align: left;
     }
     .ot-cprocess .ot-cprocess-item.text-left .ot-cprocess-item-inner {
       padding-left: 140px;
     }
     .ot-cprocess .ot-cprocess-item.text-left .ot-cprocess-item-number {
       float: left;
     }
     .ot-cprocess .ot-cprocess-item.text-right {
       text-align: right;
     }
     .ot-cprocess .ot-cprocess-item.text-right .ot-cprocess-item-inner {
       padding-right: 140px;
     }
     .ot-cprocess .ot-cprocess-item.text-right .ot-cprocess-item-number {
       float: right;
     }
     .ot-cprocess .ot-cprocess-item.text-center .ot-cprocess-item-number {
       margin-bottom: 50px;
     }
     
     .slick-dots {
       bottom: -10px;
     }
     .slick-dots li button:before {
       font-size: 30px;
       color: #a5b7d2;
       opacity: 1;
     }
     .slick-dots li.slick-active button:before {
       font-size: 50px;
       color: #00c3ff;
     }
     
     .ot-testimonials .testimonial-wrap {
       position: relative;
       max-width: 700px;
       padding-left: 70px;
       margin: 100px auto 135px;
     }
     .ot-testimonials .testimonial-wrap .testimonial-inner {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       background: #fff;
       padding: 80px 50px 70px;
       text-align: center;
     }
     .ot-testimonials .testimonial-wrap .testimonial-inner img {
       display: inline-block;
       margin-bottom: 42px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       width: 100px;
     }
     .ot-testimonials .testimonial-wrap .testimonial-inner .ttext {
       font-size: 22px;
       color: #1a1b1e;
       margin-bottom: 32px;
     }
     .ot-testimonials .testimonial-wrap .testimonial-inner h6 {
       margin-bottom: 5px;
     }
     .ot-testimonials .testimonial-wrap .bg-block {
       content: "";
       position: absolute;
       top: -70px;
       left: 0px;
       width: calc(50% + 90px);
       height: calc(100% + 140px);
       z-index: -1;
       box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
       -webkit-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
       -moz-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
       background-image: linear-gradient(145deg, #0039e4, #04dbf1);
     }
     .ot-testimonials .testimonial-wrap.no-bblock {
       margin: 8px auto 30px;
     }
     
     .ot-testimonials-heading .ot-testimonials .testimonial-wrap {
       max-width: 100%;
     }
     .ot-testimonials-heading .ot-testimonials .testimonial-wrap .bg-block {
       width: calc(50% + 55px);
     }
     .ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock {
       padding-left: 0px;
     }
     .ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock .slick-dots {
       bottom: -80px;
     }
     
     .ot-testimonials-slider .slick-dots {
       left: 0px;
       bottom: -145px;
     }
     
     .testicustom-slider-nav {
       position: relative;
     }
     .testicustom-slider-nav .slick-arrow {
       position: static;
       outline: none;
     }
     .testicustom-slider-nav .slick-arrow:not(.slick-disabled):hover {
       box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
       -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
       -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
     }
     .testicustom-slider-nav .slick-arrow.next-nav {
       margin-left: 14px;
     }
     
     @media only screen and (min-width: 992px) {
       .onum-row-flex {
         display: -webkit-box;
         /* OLD - iOS 6-, Safari 3.1-6 */
         display: -moz-box;
         /* OLD - Firefox 19- (buggy but mostly works) */
         display: -ms-flexbox;
         /* TWEENER - IE 10 */
         display: -webkit-flex;
         /* NEW - Chrome */
         display: flex;
         /* NEW, Spec - Opera 12.1, Firefox 20+ */
         flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         -webkit-flex-wrap: nowrap;
         -webkit-box-align: center !important;
         -moz-box-align: center !important;
         -ms-flex-align: center !important;
         -webkit-align-items: center !important;
         align-items: center !important;
       }
     }
     @media only screen and (max-width: 480px) {
       .ot-testimonials .slider__arrows {
         display: none;
       }
       .ot-testimonials .testimonial-wrap {
         margin: 30px 0px 0px;
         padding-left: 0px;
       }
       .ot-testimonials .testimonial-wrap .bg-block {
         display: none;
       }
       .ot-testimonials .testimonial-wrap .testimonial-inner {
         padding: 30px 15px;
       }
       .ot-testimonials .testimonial-wrap .testimonial-inner.ot-testimonials-slider .slick-dots {
         bottom: -60px;
       }
     }
     .message-box {
       padding: 10px;
       overflow: hidden;
       position: relative;
       background: #fff;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
       border-radius: 33px;
       -webkit-border-radius: 33px;
       -moz-border-radius: 33px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .message-box .icon-main {
       float: left;
       font-size: 20px;
       width: 46px;
       height: 46px;
       line-height: 46px;
       text-align: center;
       color: #fff;
       background: #0160e7;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .message-box .icon-main span:before {
       font-size: 20px;
     }
     .message-box .content-box {
       padding-left: 66px;
     }
     .message-box .content-box h6 {
       margin-bottom: 8px;
     }
     .message-box .content-box p {
       margin-bottom: 0;
       line-height: 1;
     }
     .message-box &gt; i {
       position: absolute;
       top: 50%;
       right: 20px;
       font-size: 13px;
       line-height: 1;
       margin-top: -7px;
       color: #a5b7d2;
       cursor: pointer;
     }
     
     .real-numbers {
       text-align: center;
     }
     .real-numbers &gt; span {
       font-size: 14px;
       text-transform: uppercase;
       font-weight: bold;
       vertical-align: middle;
       color: #a5b7d2;
     }
     .real-numbers &gt; span.active {
       color: #00c3ff;
     }
     .real-numbers &gt; span.a-switch.active {
       color: #0160e7;
     }
     .real-numbers .switch {
       margin: 0 10px 50px;
     }
     .real-numbers .chart-boxs {
       margin: 0 -37px;
       position: relative;
     }
     .real-numbers .chart-boxs img {
       position: absolute;
       bottom: 0;
       z-index: 1;
     }
     .real-numbers .chart-boxs img.img-before {
       left: -43px;
     }
     .real-numbers .chart-boxs img.img-after {
       right: -27px;
     }
     .real-numbers .chart-boxs .col-md {
       padding: 0 37px;
     }
     .real-numbers .chart-boxs .chart-item {
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       padding: 70px 30px 165px;
       position: relative;
       background: #fff;
     }
     .real-numbers .chart-boxs .chart-item h2 {
       margin-bottom: 10px;
       color: #00c3ff;
     }
     .real-numbers .chart-boxs .chart-item h2.after {
       display: none;
     }
     .real-numbers .chart-boxs .chart-item span {
       color: #1a1b1e;
       font-weight: bold;
     }
     .real-numbers .chart-boxs .chart-item img {
       position: absolute;
       bottom: 0;
       left: 0;
     }
     
     .switch {
       position: relative;
       display: inline-block;
       width: 66px;
       height: 34px;
     }
     
     .switch input {
       opacity: 0;
       width: 0;
       height: 0;
     }
     
     .slider {
       position: absolute;
       cursor: pointer;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: #00c3ff;
       -webkit-transition: 0.4s;
       transition: 0.4s;
     }
     
     .slider:before {
       position: absolute;
       content: "";
       height: 26px;
       width: 26px;
       left: 5px;
       bottom: 4px;
       background-color: white;
       -webkit-transition: 0.4s;
       transition: 0.4s;
     }
     
     input:checked + .slider {
       background-color: #0160e7;
     }
     
     input:focus + .slider {
       box-shadow: 0 0 1px #2196F3;
     }
     
     input:checked + .slider:before {
       -webkit-transform: translateX(29px);
       -ms-transform: translateX(29px);
       transform: translateX(29px);
     }
     
     .slider.round {
       border-radius: 34px;
     }
     
     .slider.round:before {
       border-radius: 50%;
     }
     
     @media (max-width: 991px) {
       .real-numbers .chart-boxs .chart-item {
         max-width: 340px;
         margin: 0 auto 40px;
       }
     
       .real-numbers .chart-boxs img.img-before,
     .real-numbers .chart-boxs img.img-after {
         display: none;
       }
     }
     .video-popup a {
       position: relative;
       width: 60px;
       height: 60px;
       display: inline-block;
       background: #fff;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       text-align: center;
       line-height: 62px;
       font-size: 19px;
       color: #fe4c1c;
     }
     .video-popup a i {
       margin-left: 8%;
     }
     .video-popup a:hover {
       background: #00c3ff;
       color: #fff;
     }
     .video-popup a:hover span {
       border-color: #00c3ff;
     }
     .video-popup a span {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       border: 1px solid rgba(255, 255, 255, 0.8);
       z-index: -1;
       animation: circle-fade-before 2s infinite ease-in-out;
       -webkit-animation: circle-fade-before 2s infinite ease-in-out;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     .video-popup a .circle-2 {
       animation: circle-fade-after 2s infinite ease-in-out;
       -webkit-animation: circle-fade-after 2s infinite ease-in-out;
     }
     .video-popup &gt; span {
       margin-left: 20px;
       font-size: 14px;
       text-transform: uppercase;
       font-weight: 800;
       color: #1a1b1e;
       font-family: "Red Hat Display", sans-serif;
       letter-spacing: 0.5px;
     }
     .video-popup .btn-inner {
       display: inline-block;
       border-radius: 50%;
     }
     
     @keyframes circle-fade-before {
       0% {
         transform: scale(1);
         opacity: 1;
       }
       100% {
         transform: scale(1.8);
         opacity: 0;
       }
     }
     @keyframes circle-fade-after {
       0% {
         transform: scale(1);
         opacity: 1;
       }
       100% {
         transform: scale(2.5);
         opacity: 0;
       }
     }
     .elementor-section {
       z-index: 0;
     }
     
     .elementor-shape {
       z-index: -1;
     }
     
     .bg-shape:before, .bg-shape:after {
       content: "";
       position: absolute;
       width: 100%;
       height: 50%;
       z-index: -1;
       background-repeat: no-repeat;
     }
     .bg-shape:before {
       top: 0;
       left: 0;
     }
     .bg-shape:after {
       bottom: 0;
       left: 0;
     }
     
     .hover-up .elementor-social-icon:hover {
       -webkit-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
       transform: translateY(-5px);
       opacity: 1;
     }
     
     .wpcf7 input.wpcf7-text, .form-contact .wpcf7-form input {
       width: 100%;
       
     }
     .wpcf7 textarea {
       height: 120px;
     }
  
     .wpcf7 input, .wpcf7 textarea {
       margin: 10px 0;
     }
  
     .wpcf7 input:focus, .wpcf7 textarea:focus {
      border: 1px solid #001ce4;
      transition: border .5s;
      outline: none;
    }
  
     .wpcf7 span.wpcf7-not-valid-tip {
       display: none;
     }
     .wpcf7 .wpcf7-not-valid {
       border-color: #f00;
     }
     .wpcf7 div.wpcf7-response-output {
       margin-left: 0;
       margin-right: 0;
       margin-top: 20px;
       border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
     }
     .wpcf7 div.wpcf7-mail-sent-ng,
     .wpcf7 div.wpcf7-aborted {
       background: red;
       color: #fff;
     }
     .wpcf7 div.wpcf7-validation-errors,
     .wpcf7 div.wpcf7-acceptance-missing {
       background: #f7e700;
       color: #000;
     }
     .wpcf7 div.wpcf7-mail-sent-ok {
       background: #398f14;
       color: #fff;
     }
     
     .w650 .wpcf7 div.wpcf7-response-output {
       max-width: 650px;
       margin: 20px auto;
     }
     
     span.wpcf7-list-item {
         display: block;
         margin: 0;
         width: 33.3333333%;
         float: left;
     }
     
     .one-line-form {
       text-align: center;
       max-width: 650px;
       margin: 0 auto;
       overflow: hidden;
       position: relative;
       padding: 7px;
       background: #fff;
       border-radius: 33px;
       -webkit-border-radius: 33px;
       -moz-border-radius: 33px;
     }
     .one-line-form &gt; * {
       float: left;
     }
     .one-line-form &gt; span {
       width: 40%;
     }
     .one-line-form &gt; span.your-email {
       width: 60%;
       padding-right: 162px;
       position: relative;
     }
     .one-line-form &gt; span.your-email:before {
       content: "";
       width: 1px;
       height: 60%;
       background: rgba(0, 0, 0, 0.1);
       position: absolute;
       left: 0;
       top: 20%;
     }
     .one-line-form input {
       border: none;
     }
     .one-line-form button {
       position: absolute;
       top: 5px;
       right: 5px;
       box-shadow: none !important;
     }
     .one-line-form.cs-form {
       max-width: 515px;
     }
     .one-line-form.cs-form &gt; span.your-email {
       width: 100%;
     }
     .one-line-form.cs-form &gt; span.your-email:before {
       display: none;
     }
     .one-line-form.cs-form + div {
       max-width: 515px;
       margin-left: auto;
       margin-right: auto;
     }
     
     .faq-form p:last-child {
       margin-bottom: 0;
     }
     
     .partners .swiper-slide-image {
       -webkit-filter: contrast(0%);
       filter: contrast(0%);
       opacity: 0.7;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .partners .swiper-slide-image:hover {
       -webkit-filter: none;
       /* Safari 6.0 - 9.0 */
       filter: none;
       opacity: 1;
     }
     
     .onum-particles {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: -1;
     }
     
     .dc-text .elementor-drop-cap {
       background: #fff;
       width: 40px;
       height: 40px;
       line-height: 1;
       margin: 0 20px 20px 0 !important;
       box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
       border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
     }
     .dc-text .elementor-drop-cap span {
       font-size: 24px;
       line-height: 40px;
       display: block;
       font-weight: 700;
       color: #fe4c1c;
     }
     .dc-text.dc-text-second .elementor-drop-cap span {
       color: #00c3ff;
     }
     .dc-text.dc-text-third .elementor-drop-cap span {
       color: #0160e7;
     }
     .dc-text.dc-bg-primary .elementor-drop-cap {
       background: #fe4c1c;
     }
     .dc-text.dc-bg-primary .elementor-drop-cap span {
       color: #fff;
     }
     .dc-text.dc-bg-second .elementor-drop-cap {
       background: #00c3ff;
     }
     .dc-text.dc-bg-second .elementor-drop-cap span {
       color: #fff;
     }
     .dc-text.dc-bg-third .elementor-drop-cap {
       background: #0160e7;
     }
     .dc-text.dc-bg-third .elementor-drop-cap span {
       color: #fff;
     }
     
     /*Revolution Slider*/
     .elementor-widget-slider_revolution .octf-btn-icon i {
       text-align: center !important;
     }
     
     @media (max-width: 479px) {
       .elementor-widget-slider_revolution .octf-btn-icon {
         padding-left: 18px;
         font-size: 14px;
       }
     
       .elementor-widget-slider_revolution .octf-btn-icon i {
         width: 30px;
         height: 30px;
         line-height: 30px;
         margin-left: 10px;
       }
     }
     div .custom.tp-bullets {
       counter-reset: section;
     }
     
     div .custom.tp-bullets .tp-bullet {
       background: none;
       color: #a5b7d2;
       width: auto;
       height: auto;
       margin-right: 45px;
       border-bottom: 5px solid transparent;
       text-align: center;
       font-weight: bold;
       font-family: "Red Hat Display";
       transition: all 0.3s;
     }
     
     div .custom.tp-bullets .tp-bullet:hover,
     div .custom.tp-bullets .tp-bullet.selected {
       background: none;
       color: #1a1b1e;
     }
     
     div .custom.tp-bullets .tp-bullet.selected:after {
       display: block;
     }
     
     div .custom .tp-bullet:before {
       counter-increment: section;
       content: "0" counter(section) " ";
       letter-spacing: 1px;
     }
     
     div .custom .tp-bullet:after {
       content: "";
       width: calc(100% + 2px);
       height: 5px;
       border-radius: 2.5px;
       background: #00c3ff;
       position: absolute;
       left: -1px;
       bottom: -5px;
       display: none;
     }
     
     div.elementor-widget-wrap &gt; .elementor-element.btn-inline {
       display: inline-block;
       width: auto;
     }
     
     /*Grid Lines*/
     .grid-lines {
       position: absolute;
       max-width: 1330px;
       width: 100%;
       height: 100%;
       left: 50%;
       top: 0;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
       z-index: 0;
       pointer-events: none;
       user-select: none;
     }
     .grid-lines .g-line {
       height: 100%;
       display: block;
       width: 1px;
       background-color: rgba(0, 0, 0, 0.08);
       left: 0;
       top: 0;
       position: absolute;
     }
     .grid-lines .g-dot {
       position: absolute;
       top: 30%;
       left: -3px;
       background-color: #0160e7;
       height: 7px;
       width: 7px;
       border-radius: 100%;
     }
     .grid-lines .line-cleft {
       left: 33.3333%;
     }
     .grid-lines .line-cleft .g-dot {
       top: 45%;
       background-color: #00c3ff;
     }
     .grid-lines .line-cright {
       left: 66.6667%;
     }
     .grid-lines .line-cright .g-dot {
       top: 45%;
       background-color: #00c3ff;
     }
     .grid-lines .line-right {
       left: 100%;
     }
     
     .white-lines .g-line {
       background-color: rgba(255, 255, 255, 0.2);
     }
     
     @media (max-width: 1329px) {
       .grid-lines .line-left,
     .grid-lines .line-right {
         display: none;
       }
     }
     @media (max-width: 768px) {
       .one-line-form {
         background: transparent;
         max-width: 479px;
       }
       .one-line-form &gt; span {
         float: none;
         width: 100% !important;
         padding-right: 0 !important;
         margin-bottom: 15px;
         display: block;
         border-left: none !important;
       }
       .one-line-form button {
         position: relative;
         top: 0;
         right: 0;
         float: none;
       }
     }
     /* .projects-grid
     ================================================== */
     .projects-grid, .project-slider {
       position: relative;
       margin: -15px;
     }
     
     .projects-grid:after {
       content: "";
       display: block;
       clear: both;
     }
     
     .project-item {
       /* float: left; */
       width: 33.3333333333%;
       display: inline-block;
       padding-top: 15px;
       padding-bottom: 15px;
       padding-left: 15px;
       padding-right: 15px;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
     }
     
     .projects-grid.pf_5_cols .project-item {
       width: 20%;
     }
     
     .projects-grid.pf_4_cols .project-item {
       width: 25%;
     }
     
     .projects-grid.pf_2_cols .project-item {
       width: 50%;
     }
     
     .projects-box {
       position: relative;
       display: block;
       overflow: hidden;
     }
     .projects-box .portfolio-info {
       width: 270px;
       position: absolute;
       bottom: 20px;
       right: -270px;
       z-index: 4;
       opacity: 0;
       transition: all 0.35s ease;
       -webkit-transition: all 0.35s ease;
       -moz-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
       -ms-transition: all 0.35s ease;
     }
     .projects-box .portfolio-info .portfolio-info-inner {
       text-align: left;
       padding: 30px 30px 10px 30px;
       box-sizing: border-box;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(90deg, #0039e4, #04dbf1);
       background-image: -webkit-linear-gradient(90deg, #0039e4, #04dbf1);
       background-image: linear-gradient(90deg, #0039e4, #04dbf1);
       border-top-left-radius: 15px;
       border-top-right-radius: 0px;
       border-bottom-right-radius: 0px;
       border-bottom-left-radius: 15px;
       -webkit-border-top-left-radius: 15px;
       -webkit-border-top-right-radius: 0px;
       -webkit-border-bottom-right-radius: 0px;
       -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-topleft: 15px;
       -moz-border-radius-topright: 0px;
       -moz-border-radius-bottomright: 0px;
       -moz-border-radius-bottomleft: 15px;
       box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
       -webkit-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
       -moz-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
     }
     .projects-box .portfolio-info .portfolio-info-inner h5 a:hover, .projects-box .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
       opacity: 0.8;
     }
     .projects-box .portfolio-info h5 {
       color: #fff;
       font-family: "Red Hat Text", sans-serif;
       font-size: 20px;
       font-weight: 500;
       margin-bottom: 10px;
       line-height: 1;
     }
     .projects-box .portfolio-info h5 a {
       color: #fff;
     }
     .projects-box .portfolio-info .portfolio-cates {
       color: #95e1fa;
       font-family: "Red Hat Display", sans-serif;
       font-weight: 700;
       font-size: 13px;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       margin-bottom: 20px;
     }
     .projects-box .portfolio-info .portfolio-cates a {
       color: #95e1fa;
     }
     .projects-box .portfolio-info .portfolio-cates span {
       display: inline-block;
       margin-left: 2px;
       margin-right: 2px;
     }
     .projects-box .portfolio-info .portfolio-cates span:last-child {
       display: none;
     }
     .projects-box:hover .portfolio-info {
       right: 0px !important;
       opacity: 1;
     }
     .projects-box .projects-thumbnail {
       overflow: hidden;
       border-radius: 15px;
       -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
     }
     .projects-box img {
       width: 100%;
       height: auto;
       display: block;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .projects-box:hover img {
       -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
       -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
       transform: scale(1.05);
     }
     
     .projects-style-2 .projects-box {
       border-bottom: 60px solid transparent;
       overflow: visible;
       border-bottom: 60px solid transparent;
     }
     .projects-style-2 .projects-box .portfolio-info {
       opacity: 1;
       right: 0px;
       left: 0px;
       bottom: -60px;
       width: 100%;
       transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
     }
     .projects-style-2 .projects-box .portfolio-info .portfolio-info-inner {
       width: 310px;
       width: -webkit-calc(100% - 60px);
       width: -moz-calc(100% - 60px);
       width: calc(100% - 60px);
       padding: 36px 10px 10px 10px;
       margin: 0 auto;
       background: #fff;
       text-align: center;
       border-top-left-radius: 15px;
       border-top-right-radius: 15px;
       border-bottom-right-radius: 15px;
       border-bottom-left-radius: 15px;
       -webkit-border-top-left-radius: 15px;
       -webkit-border-top-right-radius: 15px;
       -webkit-border-bottom-right-radius: 15px;
       -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-topleft: 15px;
       -moz-border-radius-topright: 15px;
       -moz-border-radius-bottomright: 15px;
       -moz-border-radius-bottomleft: 15px;
       box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
     }
     .projects-style-2 .projects-box .portfolio-info h5 a {
       font-family: "Red Hat Display", sans-serif;
       font-weight: 700;
       color: #1a1b1e;
     }
     .projects-style-2 .projects-box .portfolio-info .portfolio-cates {
       color: #00c3ff;
       letter-spacing: 0px;
     }
     .projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
       color: #00c3ff;
     }
     
     /**** Isotope Filtering ****/
     .project_filters {
       position: relative;
       width: 100%;
       text-align: center;
       margin-bottom: 35px;
     }
     .project_filters:after {
       content: "";
       display: block;
       clear: both;
     }
     
     .project_filters li {
       display: inline-block;
       text-align: center;
       margin-left: 20px;
       margin-right: 20px;
       margin-bottom: 5px;
     }
     
     .project_filters li a {
       position: relative;
       display: inline-block;
       letter-spacing: 1px;
       font-family: "Red Hat Display", sans-serif;
       font-size: 14px;
       font-weight: 700;
       line-height: 1;
       text-align: center;
       outline: none;
       color: #636363;
       padding-bottom: 10px;
       text-decoration: none;
       text-transform: uppercase;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
     }
     .project_filters li a:hover, .project_filters li a.selected {
       color: #00c3ff;
     }
     .project_filters li a:after {
       position: absolute;
       height: 3px;
       width: 0%;
       left: 0px;
       bottom: 0px;
       background-color: #00c3ff;
       content: "";
       display: block;
       border-radius: 1.5px;
       -webkit-border-radius: 1.5px;
       -moz-border-radius: 1.5px;
       transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
     }
     .project_filters li a:hover:after, .project_filters li a.selected:after {
       opacity: 1;
       width: 100%;
     }
     
     /* Start: Recommended Isotope styles */
     /**** Isotope Filtering ****/
     .isotope-item {
       z-index: 2;
     }
     
     .isotope-hidden.isotope-item {
       pointer-events: none;
       z-index: 1;
     }
     
     /**** Isotope CSS3 transitions ****/
     .isotope,
     .isotope .isotope-item {
       -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
       -ms-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
     }
     
     .isotope {
       -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
       -ms-transition-property: height, width;
       -o-transition-property: height, width;
       transition-property: height, width;
     }
     
     .isotope .isotope-item {
       -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
       -ms-transition-property: -ms-transform, opacity;
       -o-transition-property: -o-transform, opacity;
       transition-property: transform, opacity;
     }
     
     /**** disabling Isotope CSS3 transitions ****/
     .isotope.no-transition,
     .isotope.no-transition .isotope-item,
     .isotope .isotope-item.no-transition {
       -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
       -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
       transition-duration: 0s;
     }
     
     /* End: Recommended Isotope styles */
     .project-bottom {
       padding-top: 50px;
     }
     
     .single-portfolio-navigation {
       padding: 50px 0px 100px;
       border-top: 1px solid #e5e5e5;
     }
     
     .post-likes {
       padding: 50px 0px;
     }
     
     .portfolio-related-title-wrap h2 {
       margin-bottom: 30px;
     }
     
     @media only screen and (max-width: 993px) {
       .project-item,
     .projects-grid.pf_4_cols .project-item,
     .projects-grid.pf_5_cols .project-item {
         width: 50%;
       }
     }
     @media only screen and (max-width: 768px) {
       .projects-box .portfolio-info {
         right: 0;
         opacity: 1;
       }
     }
     @media only screen and (max-width: 600px) {
       .project-item,
     .projects-grid.pf_5_cols .project-item,
     .projects-grid.pf_4_cols .project-item,
     .projects-grid.pf_2_cols .project-item {
         width: 100%;
       }
     
       .project_filters li {
         margin-left: 8px;
         margin-right: 8px;
       }
     }
     .otf-social-share a {
       display: inline-block;
       font-size: 18px;
       text-align: center;
       padding: 10px;
       margin-right: 10px;
       cursor: pointer;
       line-height: 1;
       margin-right: 5px;
       background-color: #222;
       color: #fff;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .otf-social-share a i {
       width: 1em;
       height: 1em;
       position: relative;
       display: block;
     }
     .otf-social-share a:hover {
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
       -webkit-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
       transform: translateY(-5px);
     }
     .otf-social-share a:last-child {
       margin-right: 0px;
     }
     .otf-social-share a.share-facebook {
       background-color: #4661c5;
     }
     .otf-social-share a.share-twitter {
       background-color: #44b1e4;
     }
     .otf-social-share a.share-google {
       background-color: #dd4b39;
     }
     .otf-social-share a.share-pinterest {
       background-color: #ff2e2e;
     }
     .otf-social-share a.share-linkedin {
       background-color: #0073B0;
     }
     .otf-social-share a.share-buffer {
       background-color: #000000;
     }
     .otf-social-share a.share-digg {
       background-color: #005be2;
     }
     .otf-social-share a.share-reddit {
       background-color: #ff4500;
     }
     .otf-social-share a.share-tumbleupon {
       background-color: #eb4924;
     }
     .otf-social-share a.share-tumblr {
       background-color: #35465c;
     }
     .otf-social-share a.share-vk {
       background-color: #45668e;
     }
     .otf-social-share a.share-yummly {
       background-color: #E16120;
     }
     .otf-social-share a.share-email {
       background-color: #E84231;
     }
     .otf-social-share a.share-print {
       background-color: #4982C3;
     }
     .otf-social-share.shape-rounded a {
       border-radius: 10%;
       -webkit-border-radius: 10%;
       -moz-border-radius: 10%;
     }
     .otf-social-share.shape-circle a {
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
     }
     
     .ot-countdown {
       text-align: center;
       font-size: 24px;
       display: flex;
       margin-bottom: 0;
       color: #fff;
     }
     .ot-countdown li {
       display: inline-block;
       vertical-align: top;
       line-height: 1;
       flex-grow: 1;
       flex-basis: 0;
     }
     .ot-countdown li span {
       font-size: 100px;
       font-weight: 900;
       font-family: "Red Hat Display", sans-serif;
       display: block;
       margin-bottom: 23px;
     }
     .ot-countdown li p {
       margin-bottom: 0;
     }
     .ot-countdown li.seperator {
       font-size: 100px;
       font-weight: 500;
       margin-top: -8px;
       color: #00c3ff;
     }
     
     @media (max-width: 767px) {
       .ot-countdown li span,
     .ot-countdown li.seperator {
         font-size: 70px;
       }
     }
     @media (max-width: 600px) {
       .ot-countdown {
         display: inherit;
       }
       .ot-countdown li {
         display: block;
         margin-bottom: 30px;
       }
       .ot-countdown li.seperator {
         display: none;
       }
     }
     body .elementor-widget:not(:last-child) {
       margin-bottom: 0;
     }
     
     div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
       color: #1a1b1e;
       font-weight: 900;
       font-family: "Red Hat Display", sans-serif;
     }
     
     .elementor .elementor-section.elementor-section-boxed &gt; .elementor-container {
       padding: 0 15px;
     }
     .elementor-109 .elementor-element.elementor-element-5816b60 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column &gt; .elementor-column-wrap &gt; .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-109 .elementor-element.elementor-element-5816b60{padding:40px 0px 0px 0px;z-index:1;}.elementor-109 .elementor-element.elementor-element-322fec3 &gt; .elementor-element-populated{margin:0px 30px 0px 30px;}.elementor-109 .elementor-element.elementor-element-1e9a80d:not(.elementor-motion-effects-element-type-background), .elementor-109 .elementor-element.elementor-element-1e9a80d &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);}.elementor-109 .elementor-element.elementor-element-1e9a80d, .elementor-109 .elementor-element.elementor-element-1e9a80d &gt; .elementor-background-overlay{border-radius:15px 15px 15px 15px;}.elementor-109 .elementor-element.elementor-element-1e9a80d{box-shadow:18px 18px 40px 0px rgba(2,156,236,0.3);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-109 .elementor-element.elementor-element-1e9a80d &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-109 .elementor-element.elementor-element-658a175{text-align:left;}.elementor-109 .elementor-element.elementor-element-658a175 .ot-heading h2{margin-bottom:25px;}.elementor-109 .elementor-element.elementor-element-dba913e{color:#ffffff;}.elementor-109 .elementor-element.elementor-element-dba913e &gt; .elementor-widget-container{padding:0px 0px 25px 0px;}.elementor-109 .elementor-element.elementor-element-4407c6c &gt; .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-109 .elementor-element.elementor-element-05f299e &gt; .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-109 .elementor-element.elementor-element-2a7f668 &gt; .elementor-element-populated{margin:0px 70px 0px 30px;}.elementor-109 .elementor-element.elementor-element-a558ced{text-align:left;}.elementor-109 .elementor-element.elementor-element-a558ced .ot-heading h2{margin-bottom:32px;}.elementor-109 .elementor-element.elementor-element-6432f78{margin-top:-40px;margin-bottom:0px;z-index:0;}.elementor-109 .elementor-element.elementor-element-5dff211 .elementor-spacer-inner{height:50px;}.elementor-109 .elementor-element.elementor-element-ff195be iframe{height:400px;}@media(max-width:1024px){.elementor-109 .elementor-element.elementor-element-a558ced{text-align:left;}.elementor-109 .elementor-element.elementor-element-a558ced &gt; .elementor-widget-container{margin:60px 0px 0px 0px;}.elementor-109 .elementor-element.elementor-element-6432f78{margin-top:40px;margin-bottom:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-109 .elementor-element.elementor-element-322fec3{width:100%;}.elementor-109 .elementor-element.elementor-element-2a7f668{width:100%;}}@media(max-width:767px){.elementor-109 .elementor-element.elementor-element-322fec3 &gt; .elementor-element-populated{margin:0px 0px 0px 0px;}.elementor-109 .elementor-element.elementor-element-1e9a80d{padding:25px 30px 25px 30px;}.elementor-109 .elementor-element.elementor-element-2a7f668 &gt; .elementor-element-populated{margin:0px 0px 0px 0px;}}
     .elementor-page .elementor-widget-text-editor,
     .elementor-page .elementor-widget-icon-list .elementor-icon-list-text {
       font-family: "Red Hat Text", sans-serif;
       color: #606060;
     }
     .elementor-page .mf-category-tabs .tabs-title {
       margin-bottom: 0;
       padding-bottom: 20px;
     }
     .elementor-page .mf-category-tabs .tabs-header {
       border-width: 0 0 1px 0;
     }
     .elementor-page .mf-category-tabs .tabs-content {
       padding-top: 50px;
     }
     .elementor-page .mf-category-tabs .tabs-content ul li {
       margin-top: 0;
     }
     .elementor-page .mf-category-tabs .tabs-content ul li {
       margin-top: 0;
       margin-bottom: 30px;
     }
     .elementor-page .mf-product-deals-carousel,
     .elementor-page .martfury-tabs .tabs-content {
       background-color: #fff;
     }
     
     .elementor_library-template-default .post-author-box,
     .elementor_library-template-default .post-navigation {
       display: none;
     }
     
     .elementor-default .elementor-widget-text-editor {
       font-family: "Red Hat Text", sans-serif;
       color: #606060;
     }
     
     .elementor .elementor-section .elementor-container {
       display: block;
     }
     .elementor .elementor-section .elementor-container &gt; .elementor-row {
       width: auto;
     }
     
     .elementor-section &gt; .elementor-column-gap-default &gt; .elementor-row &gt; .elementor-column &gt; .elementor-element-populated, .elementor-section &gt; .elementor-column-gap-narrow &gt; .elementor-row &gt; .elementor-column &gt; .elementor-element-populated, .elementor-section &gt; .elementor-column-gap-extended &gt; .elementor-row &gt; .elementor-column &gt; .elementor-element-populated {
       padding-top: 0;
       padding-bottom: 0;
     }
     
     .elementor .elementor-section &gt; .elementor-column-gap-extended &gt; .elementor-row {
       margin-left: -15px;
       margin-right: -15px;
     }
     .elementor .elementor-section &gt; .elementor-column-gap-default &gt; .elementor-row {
       margin-left: -10px;
       margin-right: -10px;
     }
     .elementor .elementor-section &gt; .elementor-column-gap-narrow &gt; .elementor-row {
       margin-left: -5px;
       margin-right: -5px;
     }
     
     .page-template-template-homepage .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-default &gt; .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-narrow &gt; .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-extended &gt; .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wide &gt; .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wider &gt; .elementor-row,
     .page-template-template-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-default &gt; .elementor-row,
     .page-template-template-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-narrow &gt; .elementor-row,
     .page-template-template-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-extended &gt; .elementor-row,
     .page-template-template-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wide &gt; .elementor-row,
     .page-template-template-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wider &gt; .elementor-row,
     .page-template-template-home-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-default &gt; .elementor-row,
     .page-template-template-home-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-narrow &gt; .elementor-row,
     .page-template-template-home-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-extended &gt; .elementor-row,
     .page-template-template-home-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wide &gt; .elementor-row,
     .page-template-template-home-full-width .elementor-top-section.elementor-section-full_width &gt; .elementor-column-gap-wider &gt; .elementor-row {
       margin-left: 0;
       margin-right: 0;
     }
     
     @media (min-width: 768px) and (max-width: 1024px) {
       .elementor .elementor-hidden-tablet {
         display: none;
       }
     }
     @media (min-width: 1025px) {
       .elementor .elementor-hidden-desktop {
         display: none;
       }
     }
     @media (max-width: 767px) {
       .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-container,
     .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-container,
     .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-container {
         padding-left: 15px;
         padding-right: 15px;
       }
       .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-no,
     .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-no,
     .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-no {
         padding-left: 0;
         padding-right: 0;
       }
     }
     @media (min-width: 768px) {
       .elementor .elementor-section.elementor-section-boxed &gt; .elementor-container {
         max-width: 750px;
       }
     
       .elementor-element .container {
         width: 720px;
         padding: 0;
       }
     }
     @media (min-width: 992px) {
       .elementor .elementor-section.elementor-section-boxed &gt; .elementor-container {
         max-width: 970px;
       }
     
       .elementor-element .container {
         width: 940px;
         padding: 0;
       }
     }
     @media (min-width: 1230px) {
       .elementor .elementor-section.elementor-section-boxed &gt; .elementor-container {
         max-width: 1200px;
       }
     
       .elementor-element .container {
         width: 1170px;
         padding: 0;
       }
     }
     @media (min-width: 1230px) {
       .elementor .elementor-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-wide &gt; .elementor-row {
         margin-left: -20px;
         margin-right: -20px;
       }
       .elementor .elementor-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-wide &gt; .elementor-row &gt; .elementor-column &gt; .elementor-element-populated {
         padding-left: 20px;
         padding-right: 20px;
       }
       .elementor .elementor-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-wider &gt; .elementor-row {
         margin-left: -30px;
         margin-right: -30px;
       }
       .elementor .elementor-section:not(.elementor-section-full_width) &gt; .elementor-column-gap-wider &gt; .elementor-row &gt; .elementor-column &gt; .elementor-element-populated {
         padding-left: 30px;
         padding-right: 30px;
       }
     }
     .elementor-2748 .elementor-element.elementor-element-61e2162 &gt; .elementor-container &gt; .elementor-row &gt; .elementor-column &gt; .elementor-column-wrap &gt; .elementor-widget-wrap {
         align-content: center;
         align-items: center;
     }
     .elementor-section {
         z-index: 0;
     }
     .dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper&gt;.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper&gt;button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:-webkit-calc(100vh - 32px);height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area&gt;*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__logo i{font-size:10px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item&gt;i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item&gt;i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:45px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip&gt;i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip&gt;i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor-gradient-logo{background-image:-webkit-linear-gradient(225deg,#f2295b,#434363);background-image:-o-linear-gradient(225deg,#f2295b,#434363);background-image:linear-gradient(-135deg,#f2295b,#434363);display:inline-block;padding:.6em;-webkit-border-radius:.2em;border-radius:.2em}.elementor-gradient-logo i{color:#fff;display:block}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover} 
     .elementor-widget-wrap&gt;.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap&gt;.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){ 
       .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%} 
       .elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex} 
       .elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){ 
         .elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page&gt;.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector&gt;.ab-item:before{content:"\f348";top:2px}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed&gt;.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top&gt;.elementor-container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle&gt;.elementor-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom&gt;.elementor-container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh} 
         .elementor-section.elementor-section-height-full&gt;.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top&gt;.elementor-container&gt;.elementor-row&gt;.elementor-column&gt;.elementor-column-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle&gt;.elementor-container&gt;.elementor-row&gt;.elementor-column&gt;.elementor-column-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom&gt;.elementor-container&gt;.elementor-row&gt;.elementor-column&gt;.elementor-column-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap{position:relative;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap&gt;.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px} 
         .elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-gap-narrow&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding:5px}.elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding:10px}.elementor-column-gap-extended&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding:15px}.elementor-column-gap-wide&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding:20px}.elementor-column-gap-wider&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%} 
         .elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%} 
         .elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}} 
         @media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-tablet&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(10) 
         {-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-mobile&gt;.elementor-container&gt;.elementor-row&gt;:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid .elementor-grid-item{word-break:break-word;min-width:0}.elementor-grid-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid} 
         .elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above&gt;.elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above&gt;.elementor-field-group&gt;.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above&gt;.elementor-field-group&gt;input,.elementor-form-fields-wrapper.elementor-labels-above&gt;.elementor-field-group&gt;textarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline&gt;.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline&gt;.elementor-field-group&gt;input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1} 
         .elementor-field-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer} 
         .elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-center .elementor-field-type-submit button,.elementor-button-align-end .elementor-field-type-submit button,.elementor-button-align-start .elementor-field-type-submit button{-webkit-flex-basis:initial;-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-button-align-center .elementor-field-type-submit button,.elementor-tablet-button-align-end .elementor-field-type-submit button,.elementor-tablet-button-align-start .elementor-field-type-submit button{-webkit-flex-basis:initial;-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-button-align-center .elementor-field-type-submit button,.elementor-mobile-button-align-end .elementor-field-type-submit button,.elementor-mobile-button-align-start .elementor-field-type-submit button{-webkit-flex-basis:initial;-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:0}.elementor-form .elementor-button&gt;span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none} 
         .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-border-color:$gray-darkest;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{display:inline-block}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator&gt;.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator&gt;.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before{width:100%;min-height:var(--divider-pattern-height);background-image:var(--divider-pattern-url);-webkit-background-size:var(--divider-pattern-size) 100%;background-size:var(--divider-pattern-size) 100%;background-repeat:var(--divider-pattern-repeat)}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator, 
         .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator{background-image:none}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title&gt;a{color:inherit;font-size:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, 
          .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-item a{width:100%}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left} 
          .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image&gt;a,.elementor-widget-image .elementor-image figure&gt;a{display:inline-block}.elementor-widget-image .elementor-image&gt;a img[src$=".svg"],.elementor-widget-image .elementor-image figure&gt;a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out} 
          .elementor-progress-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{background-color:#818a91;font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#df2029}.elementor-social-icon-weixin{background-color:#7bb32e}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%} 
          .elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none} 
          @media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical&gt;.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow&gt;.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode&gt;.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev, 
          .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto} 
          .swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%} 
          .swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical&gt;.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal&gt;.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical&gt;.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper, 
          .swiper-container-flip .swiper-wrapper{-ms-perspective:1200px;} 
          .swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal&gt;.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical&gt;.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:-webkit-calc(50% - 15px);top:calc(50% - 15px)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")} 
          @-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)} 
          .elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header&gt;i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header&gt;i:hover{color:var(--lightbox-ui-color-hover)} 
          .elementor-slideshow__header&gt;i:first-of-type{margin-left:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:67px;top:60px;background-color:#fff;-webkit-border-radius:3px;border-radius:3px;font-size:16px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{margin-right:10px;font-size:15px}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:0;right:15px;border:9px solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}} 
          .elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}
  
     .elementor-column-wrap {
         width: 100%;
         position: relative;
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
     }
     @media (min-width: 1680px) {
       .elementor-element .container.container-bigger {
         width: 1680px;
       }
     }
     /* Index 1 */
     .height-150 {
         min-height: 150px;
     }
     .ot-heading .m-b20 {
         margin-bottom: 20px;
     }
     .banner {
         position: relative;
     }
     .banner .banner-wrap {
         min-height: 770px;
     }
     .big-padding-top {
         padding: 240px 0 0;
     }
     .bg-banner-gradient {
         background-color: transparent;
         background-image: linear-gradient(80deg,#1f0098 0%,#05d7f0 100%);
     }
     .bg-overlay-1 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-overlay-home1.png);
         background-position: center center;
         background-repeat: no-repeat;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         position: absolute;
     }
     .shape {
         overflow: hidden;
         position: absolute;
         left: 0;
         width: 100%;
         line-height: 0;
         direction: ltr;
         z-index: -1;
     }
     .seo-about .shape-bottom {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .shape-top, .shape-top-2 {
         top: -1px;
     }
     .shape-bottom {
         bottom: -1px;
     }
     .shape-bottom.s2 {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .shape-bottom.s2 svg {
         width: calc(120% + 1.3px);
         height: 136px;
     }
     .shape svg {
         display: block;
         width: -webkit-calc(100% + 1.3px);
         width: calc(100% + 1.3px);
         position: relative;
         left: 50%;
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
         width: calc(145% + 1.3px);
         height: 230px;
     }
     .banner .shape-bottom svg {
         display: block;
         width: -webkit-calc(100% + 1.3px);
         width: calc(100% + 1.3px);
         position: relative;
         left: 50%;
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
         width: calc(300% + 1.3px);
         height: 1200px;
     }
     .shape-fill {
         fill: #fff;
         -webkit-transform-origin: center;
         -ms-transform-origin: center;
         transform-origin: center;
         -webkit-transform: rotateY(0deg);
         transform: rotateY(0deg);
     }
     .banner .shape-fill {
         fill: #f0f6ff;
     }
     .banner .banner-title {
         color: #c4f1ff;
         font-size: 16px;
         font-weight: 700;
         line-height: 72px;
         letter-spacing: 1px;
         font-family: "Red Hat Display",sans-serif;
     }
     .banner .banner-stitle {
         color: #fff;
         font-size: 72px;
         font-weight: 900;
         line-height: 80px;
         font-family: "Red Hat Display",sans-serif;
     }
     .about-home {
         padding-bottom: 360px;
     }
     .about-home-img {
         position: relative;
         margin-top: -360px;
     }
     .bg-light {
         background-color: #f0f6ff;
     }
     .bg-white {
         background-color: #ffffff;
     }
     .icon-box.s3 {
         padding: 50px 27px;
     }
     .icon-box.s3 .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#00c3ff 100%,#f2295b 100%);
     }
     .align-self-center {
         -ms-flex-item-align: center!important;
         align-self: center!important;
     }
     .align-items-end {
         -ms-flex-align: end!important;
         align-items: flex-end!important;
     }
     .justify-content-center {
         -ms-flex-pack: center;
         justify-content: center;
     }
     .top-up {
         margin-top: -250px;
     }
     .seo-about .shape svg {
         width: calc(145% + 1.3px);
         height: 230px;
     }
     .partners-slide {
         text-align: center;
     }
     .partners .partners-slide-image {
         -webkit-filter: contrast(0%);
         filter: contrast(0%);
         opacity: .7;
         max-width: 137px;
         -webkit-transition: all .3s linear;
         -moz-transition: all .3s linear;
         -o-transition: all .3s linear;
         -ms-transition: all .3s linear;
         transition: all .3s linear;
     }
     .partners .partners-slide-image:hover {
         -webkit-filter: none;
         filter: none;
         opacity: 1;
     }
     img {
         margin: 0 auto;
     
         vertical-align: middle;
     }
     .p-b420 {
         padding-bottom: 420px;
     }
     .bg-overlay {
         opacity: 0.5;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         position: absolute;
     }
     .m-t--295 {
         margin-top: -295px;
     }
     .m-t--210 {
         margin-top: -210px;
     }
     .ot-pricing-table.s1:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top-price1.png);
         background-position: top center;
     }
     .ot-pricing-table.s1:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bot-price1.png);
         background-position: bottom left;
     }
     .ot-pricing-table.s2:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top-price2.png);
         background-position: top center;
     }
     .ot-pricing-table.s2:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bot-price2.png);
         background-position: bottom right;
     }
     .ot-pricing-table.s3:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top-price3.png);
         background-position: top center;
     }
     .ot-pricing-table.s3:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bot-price3.png);
         background-position: bottom left;
     }
     .shadow-primary {
         box-shadow: 23px 23px 87px 0px rgba(254,76,28,.42);
         transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
     }
     .bg-cover {
         background-size: cover!important; 
     }
     .ot-counter.s2 h6:before {
         background: #ffd68e;
     }
     .ot-counter.s2 h6{
         color: #ffd68e;
     }
     .ot-counter.s2 span {
         color: #fff;
     }
     .m-t--140 {
         margin-top: -140px;
     }
     .m-t--130 {
         margin-top: -130px;
     }
     .steam-social .instagram, .steam-social .twitter, .steam-social .facebook, .steam-social .pinterest {
         color: #fff;
         background-color: #3b5998;
     }
     .steam-social .instagram {
         background-color: #ff6828;
     }
     .team-wrap .team-social .twitter, .steam-social .twitter {
         background-color: #15b7ec;
     }
     .team-wrap .team-social .facebook {
         background-color: #0160e7;
     }
     .team-wrap .team-social .pinterest, .steam-social .pinterest {
         background-color: #fe4c1c;
     }
     @media (min-width: 992px){
     .col-md-1\/5 {
         width: 20%;
     }
     }
     .bg-overlay-testi {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-testi2.png);
         background-position: center center;
         background-repeat: no-repeat;
         opacity: 1;
         transition: background .3s,border-radius .3s,opacity .3s;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         position: absolute;
     }
     .opacity-1 {
         opacity: 1;
     }
     .cta .bg-overlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-bot-home1.png);
         background-position: 104px 240px;
         background-repeat: no-repeat;
     }
     .cta .shape svg {
         height: 111px;
     }
     .cta-content {
         position: relative;
     }
     .cta-content h2 {
         color: #1a1b1e;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
         font-size: 48px;
         line-height: 72px;
     }
     .cta-content p {
         color: #606060;
         font-size: 22px;
         margin-bottom: 55px;
         font-weight: 400;
         font-family: "Red Hat Display",sans-serif;
     }
     .woocommerce-mini-cart__empty-message {
         margin-bottom: 0;
     }
     .bg-about {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-process-1.png);
         background-position-x: 100%;
         background-position-y: 115px;
         background-repeat: no-repeat;
     }
     .bg-pricing {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape2-home1.png);
         background-position-x: left;
         background-position-y: top;
         background-repeat: no-repeat;
         background-color: #f0f6ff;
     }
     .bg-counter {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape3-home1.png);
         background-position-x: 100%;
         background-position-y: 155px;
         background-repeat: no-repeat;
     }
     .bg-testi {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-team-1.png);
         background-position: 0 220px;
         background-repeat: no-repeat;
     }
     .bg-cta {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-maps2-1.png);
         background-position-x: center;
         background-position-y: bottom;
         background-repeat: no-repeat;
         background-color: rgb(240, 246, 255);
     }
     .bg-cta .bgoverlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-bot-home1.png);
         background-position-x: 104px;
         background-position-y: 240px;
         background-repeat: no-repeat;
     }
     .bg-team {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-team-1.png);
         background-position: 0 71%;
         background-repeat: no-repeat;
     }
     .bg-testi-team {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-testi-team.png);
         background-position: center center;
         background-repeat: no-repeat;
     }
     .bg-process {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-process-1.png);
         background-position: 100% 215px;
         background-repeat: no-repeat;
     }
     .bg-faq-bot {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-maps2-1.png);
         background-position: bottom center;
         background-repeat: no-repeat;
         background-size: 64% auto;
         background-color: #f0f6ff;
     }
     .overlay-home2-1 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-sabout-home2.png);
         background-position: 32% 180px;
         background-repeat: no-repeat;
     }
     .home2-pricing {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-team-1.png);
         background-position: 0 560px;
         background-repeat: no-repeat;
         padding-bottom: 125px;
     }
     .site-footer-2 .footer-bottom .copyright-2 {
         margin-bottom: 20px;
     }
     /* Index 2 */
     a.rev-phonenum {
         color: #00c3ff;
     }
     .entry-content .rev_slider a.btn-rev, .rev_slider a.btn-rev {
         width: 52px;
         height: 52px;
         line-height: 52px;
         display: inline-block; 
         vertical-align: middle;
         background-color: rgb(0, 195, 255);
         color: #fff;
         border-radius: 50%;
         box-shadow: rgba(0, 195, 255, 0.3) 8px 9px 18px 0px;
     }
     div.rev_slider img, div.tp-simpleresponsive img {
         max-width: 100%!important;
         height: auto!important;
     }
     @media (min-width: 768px) {
       .tp-bullets {
           width: 100%!important;
       }
     }
     @media (min-width: 992px){
       .tp-bullets {
           width: 970px!important;
       }
     }
     @media (min-width: 1230px){
       .tp-bullets {
           width: 1200px!important;
       }
     }
     @media (max-width: 768px) {
     .tp-bullets, #slide-70-layer-2 {
       display: none;
     }
     }
     div.tp-bullets{
       margin-right: auto;
       margin-left: auto;
       padding-left: 15px;
       padding-right: 15px;
       position: relative;
     }
     .font-p2 {
         color: #1a1b1e;
         font-size: 20px;
         font-family: "Red Hat Text",sans-serif;
         font-weight: 400;
     }
     .home2-team {
         padding-top: 210px;
         padding-bottom: 300px;
     }
     .home2-team .shape-top {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .home2-team .shape-bottom {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .home2-team .shape-top svg {
         width: calc(100% + 1.3px);
         height: 170px;
     }
     .home2-team .shape-bottom svg {
         width: calc(100% + 1.3px);
         height: 170px;
         transform: translateX(-50%) rotateY(180deg);
     }
     .home2-process {
         background-color: #f0f6ff;
         background-position: center center;
         background-repeat: no-repeat;
         padding: 180px 0 400px 0;
     }
     .home2-process .shape-top {
         width: calc(125% + 1.3px);
         height: 180px;
     }
     .home2-process .shape-bottom {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .home2-news {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape3-home1.png);
         background-position: 100% 200px;
         background-repeat: no-repeat;
         padding: 100px 0 120px 0;
     }
     .home2-news .bg-overlay{
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-sblog-home2.png);
         background-position: center center;
         background-repeat: no-repeat;
         opacity: 1;
     }
     .site-footer-home2 {
         background-color: transparent;
         background-image: linear-gradient(160deg,#002cae 62%,#04b6f1 100%);
         padding: 40px 0 0 0;
         position: relative;
     }
     .site-footer-home4 {
         padding: 170px 0 33px 0;
     }
     .site-footer-home2 .shape {
         z-index: 1;
     }
     .site-footer-home2 .shape-top svg {
         width: calc(100% + 1.3px);
         height: 140px;
     }
     .site-footer-home2 .main-footer {
         padding: 0;
     }
     .site-footer-2.site-footer-home2 .footer-widget h5 {
         margin-top: 0;
     }
     .site-footer-home2 .footer-widget p {
         color: #9ee8ff;
         line-height: 24px;
     }
     .site-footer-home2 .footer-bottom {
         padding-top: 15px;
         border-top: none;
     }
     .site-footer-home2 .footer-bottom p {
         line-height: 24px;
         margin-top: 13px;
     }
     .site-footer-home2 ul li {
         line-height: 24px;
         margin-top: calc(6px/2);
     }
     .site-footer-2.site-footer-home2 .ft-menu-list a {
         font-family: "Red Hat Text",sans-serif;
     }
     /* Index 3 */
     .home3-top {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-home3.png);
         background-position: center center;
         background-repeat: no-repeat;
         padding: 170px 0 140px 0;
     }
     .home3-top .g-line {
         background-color: rgba(255,255,255,.2);
     }
     .home3-top .grid-lines .line-left span {
         top: 56%;
         background-color: #fff;
     }
     .home3-top .grid-lines .line-left span.st1 {
         top: 16%;
         width: 5px;
         height: 5px;
         left: -2px;
     }
     .home3-top .grid-lines .line-cleft span.st1 {
         top: 86%;
     }
     .home3-top .grid-lines .line-cleft span {
         top: 27%;
         background-color: #fff;
     }
     .home3-top .grid-lines .line-cright span {
         top: 75%;
         background-color: #fff;
     }
     .home3-top .grid-lines .line-right span {
         top: 17%;
         background-color: #fff;
     }
     .home3-top .home3-top-left {
         width: 53%;
     }
     .home3-top .home3-top-left h6 {
         color: #c4f1ff;
         font-size: 16px;
         font-weight: 700;
         text-transform: uppercase;
         letter-spacing: 1px;
         font-family: "Red Hat Display",sans-serif;
         line-height: 1;
         margin-bottom: 24px;
         padding-top: 80px;
     }
     .home3-top .home3-top-left h2 {
         color: #fff;
         font-size: 60px;
         line-height: 72px;
         font-weight: 900;
         margin-bottom: 25px;
         font-family: "Red Hat Display",sans-serif;
     }
     .home3-top .home3-top-left p {
         margin-bottom: 50px;
         color: #fff;
         font-size: 22px;
         line-height: 36px;
         font-family: "Red Hat Text",sans-serif;
     }
     .home3-top .ot-button, .home3-top .video-popup {
         width: auto;
         display: inline-block;
     }
     .home3-top .video-popup {
         margin-left: 8px;
     }
     .home3-top .video-popup .btn-inner {
         border-style: solid;
         border-width: 10px 10px 10px 10px;
         border-color: rgba(255,255,255,.1);
     }
     .home3-top .video-popup .btn-inner a {
         -webkit-box-shadow: none;
         box-shadow: none;
         text-decoration: none;
         width: 48px;
         height: 48px;
         line-height: 49px;
         font-size: 16px;
         color: #00c3ff;
     }
     .home3-top .video-popup .btn-inner a:hover {
         color: #fff;
         background: #00c3ff;
     }
     .home3-top .video-popup&gt;span {
         color: #fff;
         font-size: 16px;
         font-weight: 700;
         text-transform: capitalize;
         margin-left: 15px;
     }
     .home3-top .home3-top-right {
         width: 47%;
         margin: 0 -350px 0 0;
     }
     .home3-top .home3-top-right img {
         vertical-align: middle;
         display: inline-block;
         max-width: 900px;
     }
     .home3-top .social-icons-wrapper  {
         padding-top: 150px;
     }
     .home3-top .social-icons-wrapper a {
         background-color: rgba(0,0,0,0);
         font-size: 14px;
         padding: 0em;
         margin-right: 24px;
     }
     .home3-top .social-icons-wrapper i {
         color: #fff;
     }
     .home3-top .social-icons-wrapper a:hover i {
         color: #fe4c1c;
     }
     .home3-skills .grid-lines .g-line {
         bottom: 0;
         top: auto;
         height: 106%;
     }
     .home3-skills .grid-lines .g-line.line-cright {
         height: 109%;
     }
     .home3-skills .grid-lines .g-line.line-right {
         height: 113%;
     }
     .home3-skills .grid-lines .line-left span {
         top: 38%;
     }
     .home3-skills .grid-lines .line-cleft span {
         top: calc(12% - 5px);
     }
     .grid-lines .g-dot.st1  {
         height: 5px;
         width: 5px;
         left: -2px;
     }
     .grid-lines .g-dot.st2  {
         height: 9px;
         width: 9px;
         left: -4px;
     }
     .home3-skills .grid-lines .line-cleft span.st2 {
         top: 77%;
         background-color: #fe4c1c;
     }
     .home3-skills .grid-lines .line-cright .g-dot {
         display: none;
     }  
     .home3-skills .grid-lines .line-right span {
         top: 20%;
         background-color: #fe4c1c;
     }
     .home3-skills .grid-lines .line-right span.nth2 {
         top: 53%;
         background-color: #0160e7;
     }
     @media (min-width: 768px) {
       .home3-skills-left {
           width: 45%;
       }
       .home3-skills-right {
           width: 55%;
       }
     }
     .ot-progress.ot-progress-home3 .iprogress {
         background: #f0f6ff;
     }
     .search-engine-form.search-engine-form-home3 {
         margin-bottom: 0;
     }
     .search-engine-form.search-engine-form-home3 .bg-overlay{
         background-position: top center;
     }
     .home3-feature {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape3-home1.png);
         background-position: 100% 340px;
         background-repeat: no-repeat;
         padding: 39px 0 0 0;
     }
     .home3-feature .grid-lines {
         z-index: -1;
     }
     .home3-feature .grid-lines .line-left span.st2 {
         background-color: #fe4c1c;
     }
     .home3-feature .grid-lines .line-left span.nth2 {
         top: 98%;
         background-color: #00c3ff;
     }
     .home3-feature .grid-lines .line-cleft span {
         top: 48px;
     }
     .home3-feature .grid-lines .line-cright span {
         top: 100%;
         background-color: #0160e7;
     }
     .home3-feature .grid-lines .line-right span {
         top: 58%;
         background-color: #00c3ff;
     }
     .home3-feature .icon-box.s3 {
         padding: 045px 27px 40px 27px;
     }
     .home3-feature .icon-box.s3 .icon-main {
         background-color: #0039e4;
         background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
         background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
         background-image: linear-gradient(145deg, #0039e4, #04dbf1);
     }
     .home3-feature .icon-box.s3:hover .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#ffffff 100%,#f2295b 100%);
     }
     .m-t--20 {
         margin-top: -20px;
     }
     .home3-project-title .grid-lines .line-cright .g-dot {
         background-color: #0160e7;
     }
     .home3-project-title {
         padding-top: 120px;
         padding-bottom: 40px;
     }
     .home3-project-title .ot-heading h2 {
         margin-bottom: 20px;
     }
     .home3-project .grid-lines .line-left .g-dot {
         top: 95%;
     }
     .home3-project {
         padding: 0 75px 165px 75px;
     }
     .home3-service .grid-lines .line-left span {
         top: 75%;
         background-color: #00c3ff;
     }
     .home3-service .grid-lines .line-cleft span {
         top: 28%;
     }
     .home3-service .grid-lines .line-cright span {
         top: 75%;
     }
     .home3-service .grid-lines .line-right span {
         top: 39%;
         background-color: #fe4c1c;
     }
     .home3-service .grid-lines .line-right span.nth2 {
         top: 80%;
         background-color: #0160e7;
     }
     .home3-service {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape-team-1.png);
         background-position: 0 340px;
         background-repeat: no-repeat;
     }
     .home3-service .grid-lines {
         z-index: -1;
     }
     .home3-service .icon-box.s2:before, .home3-service .icon-box.s2:after {
         background-color: #fff;
     }
     .home3-news .grid-lines .line-left .g-dot {
         top: 69%;
         background-color: #fe4c1c;
     }
     .home3-news .grid-lines .line-cleft .g-dot {
         top: 93%;
         background-color: #0160e7;
     }
     .home3-news .grid-lines .line-cright .g-dot {
         top: 11%;
     }
     .home3-news .grid-lines .line-right .g-dot {
         top: 66%;
         background-color: #00c3ff;
     }
     .home3-news {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape3-home1.png);
         background-position: 100% 200px;
         background-repeat: no-repeat;
         padding: 100px 0 100px 0;
     }
     /* Index 4 */
     .home4-top {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-header-home4.png);
         background-position: top center;
         background-repeat: no-repeat;
         padding: 75px 0 120px 0;
     }
     @media (min-width: 1400px) {
       .home4-top .container {
           width: 1340px;
       }
     }
     .home4-top-left {
         width: 56.5%;
         padding-left: 15px;
         padding-right: 15px;
         text-align: center;
     }
     .home4-top-left-img {
         margin: 0 0 0 -260px;
     }
     .home4-top-left img {
         vertical-align: middle;
         display: inline-block;
     }
     .home4-top-right {
         width: 43.5%;
         padding-left: 15px;
         padding-right: 15px;
     }
     .home4-top-right h6 {
         color: #A5B7D2;
         font-size: 16px;
         font-weight: 700;
         margin-bottom: 10px;
         text-transform: uppercase;
         line-height: 1.4em;
         font-family: "Red Hat Display",sans-serif;
     }
     .home4-top-right h2 {
         color: #1a1b1e;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
         font-size: 56px;
         line-height: 72px;
         margin-bottom: 25px;
     }
     .home4-top-right p {
         font-family: "Red Hat Text",sans-serif;
         color: #606060;
         font-weight: 400;
         font-size: 22px;
         margin-bottom: 48px;
         line-height: 36px;
     }
     .h4-social-icons {
         position: absolute;
         right: 40px;
         top: 40%;
     }
     .h4-social-icons a {
         display: block;
         padding-bottom: 28px;
         font-size: 16px;
         line-height: 16px;
         color: #1a1b1e;
     }
     .h4-social-icons a:hover {
         color: #fe4c1c;
     }
     .home4-process .service-box:active, .home4-process .service-box:focus, .home4-process .service-box:hover,
     .home8-about .service-box:active, .home8-about .service-box:focus, .home8-about .service-box:hover
      {
         transform: translateY(-8px);
     }
     .home4-process .service-box {
         padding: 37px 35px 32px 35px;
     }
     .home4-process {
         z-index: 1;
     }
     .s-box .big-number {
         font-size: 72px;
     }
     .service-box.s-box .big-number {
         right: 20px;
     }
     .s-box .icon-main {
         width: 60px;
         height: 60px;
         line-height: 60px;
         font-weight: 400;
     }
     .s-box .icon-main i, .s-box .icon-main span:before {
         font-size: 25px;
         line-height: 60px;
     }
     .s-box .content-box {
         padding-left: calc(40px + 50px);
     }
     .home4-about {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape1-home4.png);
         background-repeat: no-repeat;
         margin-top: -30px;
         margin-bottom: 0;
         padding: 100px 0 100px 0;
     }
     .home4-about-left {
         margin-right: 50px;
     }
     .home4-about-left-btn {
         margin: 0 0 0 -15px;
     }
     .home4-about-left-btn a {
         display: inline-block;
      }
     .home4-about-left-btn img {
         vertical-align: middle;
         display: inline-block;
         transition-duration: .3s;
         transition-property: transform;
         transition-timing-function: ease-out;
     }
     .home4-about-left-btn img:active, .home4-about-left-btn img:focus, .home4-about-left-btn img:hover {
         transform: translateY(-8px);
     }
     .home4-about-right {
         margin: 0 -350px 0 0;
         text-align: center;
     }
     .home4-about img {
         vertical-align: middle;
         display: inline-block;
     }
     @media (min-width: 1230px) {
     .home4-partners .container {
         width: 1560px;
     }
     }
     .m-b18 {
         margin-bottom: 18px;
     }
     .home4-service {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg1-home4.png);
         background-position: top center;
         background-repeat: no-repeat;
         padding: 10px 0 100px 0;
     }
     .home4-service .icon-box.s3 {
         box-shadow: 0 0 0 0 rgba(0,0,0,0);
         padding: 25px 40px 55px 40px;
         text-align: center;
     }
     .home4-service .icon-box.s3:hover {
         box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
     }
     .home4-service .icon-box.s3:hover .bg-s3 {
         opacity: 0;
     }
     .home4-service .icon-box.s3 .bg-before {
         background-color: rgba(2,1,1,0);
     }
     .home4-service .icon-box.s3:hover .bg-before {
         background-color: #FFF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg1-box2.png);
         background-repeat: no-repeat;
     }
     .home4-service .icon-box.s3 .bg-after {
         background-color: rgba(2,1,1,0);
     }
     .home4-service .icon-box.s3 .bg-after {
         background-position: bottom right;
     }
     .home4-service .icon-box.s3:hover .bg-after {
         background-color: #FFF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg2-box2.png);
         background-position: bottom right;
         background-repeat: no-repeat;
     }
     .home4-service .icon-box.s3:hover .bg-before, .home4-service .icon-box.s3:hover .bg-after {
         display: block;
     }
     .home4-service .icon-box.s3:hover .bg-before, .home4-service .icon-box.s3:hover .bg-after {
         opacity: 1;
         visibility: visible;
     }
     .home4-service .icon-box.s3 .icon-main {
         width: 215px;
         height: 215px;
         line-height: 215px;
         box-shadow: 0 0 0 0 rgba(0,0,0,.5);
     }
     .home4-service .icon-box.s3 .icon-main {
         margin-bottom: 0;
     }
     .home4-service .icon-box.s3 .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,rgba(84,89,95,0) 0%,rgba(242,41,91,0) 100%);
     }
     .icon-box.s3 .icon-main img {
         max-width: 30px;
         margin-top: -5px;
     }
     .home4-service .icon-box.s3 .icon-main img {
         max-width: 170px;
     }
     .home4-service .icon-box.s3 h5 {
         font-size: 22px;
     }
     .home4-service .icon-box.s3:hover h5, .home4-service .icon-box.s3:hover h5 a {
         color: #1A1B1E;
     }
     .home4-service .icon-box.s3:hover p {
         color: #606060;
     }
     .home4-benefits {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape2-home4.png);
         background-position: top right;
         background-repeat: no-repeat;
         padding: 145px 0 40px 0;
     }
     .home4-benefits-left {
         margin: 0 0 0 -475px;
         text-align: center;
     }
     .home4-benefits-left img {
         vertical-align: middle;
         display: inline-block;
     }
     .home4-benefits-right {
         margin-left: 25px;
     }
     .benefits-block h5 {
         font-weight: 700;
         margin-bottom: 0;
         padding: 10px 0 20px 0;
         line-height: 1.4em;
         font-family: "Red Hat Display",sans-serif;
     }
     .benefits-block .number {
         color: #00C3FF;
         line-height: 1;
         padding: 0;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
     }
     .benefits-block p {
         margin-bottom: 20px;
     }
     .home4-skills {
         padding: 130px 0 130px 0;
     }
     .home4-pricing {
         background-repeat: no-repeat;
         padding: 0 0 110px 0;
     }
     .skill-pricing {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape3-home4.png);
         background-repeat: no-repeat;
         background-position-y: 35%;    
     }
     .home4-pricing .ot-pricing-table.s3 {
         background-image: linear-gradient(90deg, #ff403e 0%, #ff6d26 84%);
     }
     .home4-pricing .ot-pricing-table.s3:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top2-price-home6.png);
         background-color: transparent;
         z-index: 0;
     }
     .home4-pricing .ot-pricing-table.s3:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-price-2-bottom.png);
         background-color: transparent;
         z-index: 0;
     }
     .home4-pricing .ot-pricing-table.s3 .details {
         border-color: rgba(255, 255, 255, 0.2);
         color: #fff;
     }
     .home4-pricing .ot-pricing-table .inner-table {
         position: relative;
         z-index: 1;
     }
     .home4-pricing .ot-pricing-table.s3 .inner-table h2, .home4-pricing .ot-pricing-table.s3 .inner-table p {
         color: #fff;
     }
     .home4-pricing .ot-pricing-table .inner-table h2 {
         color: #1a1b1e;
         font-weight: 700;
     }
     .home4-pricing .ot-pricing-table {
         padding: 40px 30px 0px 30px;
     }
     .home4-pricing .ot-pricing-table.s3 {
         padding: 56px 30px 0px 30px;
     }
     .home4-testimonial {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape4-home4.png);
         background-repeat: no-repeat;
         padding: 60px 0 80px 0;
     }
     .home4-testimonial-left {
         margin: 0 60px 0 0;
     }
     .home4-testimonial-left p {
         margin-bottom: 30px;
     }
     .mics-testimonials {
         width: 100%;
         display: flex;
     }
     .mics-testimonials .mics-testimonials-img {
         width: 24%;
         padding-left: 15px; 
         padding-right: 15px;
     }
     .mics-testimonials .circle-img {
         width: 100px;
         border-radius: 50% 50% 50% 50%;
     }
     .mics-testimonials .mics-testimonials-content {
         width: 76%;
         padding-left: 15px; 
         padding-right: 15px;
     }
     .mics-testimonials h6 {
         font-size: 18px;
         font-weight: 700;
         line-height: 24px;
         font-family: "Red Hat Display",sans-serif;
         color: #1a1b1e;
         padding: 0;
         margin: 0;
         padding-bottom: 5px;
     }
     .mics-testimonials span {
         color: #1a1b1e;
         font-weight: 400;
         font-family: "Red Hat Display",sans-serif;
         line-height: 1;
     }
     .home4-testimonial-right {
         margin: 0 -440px 0 0;
         text-align: center;
     }
     .home4-testimonial-right img {
         vertical-align: middle;
         display: inline-block;
     }
     .home4-cta {
         margin-top: 0;
         margin-bottom: -90px;
         z-index: 1;
     }
     .home4-cta-block {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/shape5-home4.png);
         background-position: center center;
         background-repeat: no-repeat;
         padding: 130px 0 90px 0;
         border-radius: 15px 15px 15px 15px;
         text-align: center;
     }
     .home4-cta-block h2 {
         color: #fff;
         font-size: 42px;
         line-height: 60px;
         font-weight: 900;
         margin-bottom: 30px;
         font-family: "Red Hat Display",sans-serif;
     }
     /* Index 5 */
     .site-footer-5 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/footer-5.jpg);
         padding-top: 90px;
         background-color: #0049B1;
     }
     .ares.tparrows {
         min-height: 40px;
         min-width: 40px;
         cursor: pointer;
         background: #fff;
         background: rgba(255,255,255,0.3);
         border-radius: 50%;
         position: absolute;
         display: block;
         z-index: 1000;
         transition: 0.3s;
     }
     .ares.tparrows.tp-leftarrow:before {
         content: "\f13a";
     }
     .ares.tparrows:hover {
         background: #fff;
     }
     .ares.tparrows {
         cursor: pointer;
         background: #fff;
         background: rgba(255,255,255,0.3);
         width: 46px;
         height: 46px;
         border-radius: 50%;
         position: absolute;
         display: block;
         z-index: 1000;
         transition: 0.3s;
     }
     .ares.tparrows:before {
         font-family: Flaticon;
         font-size: 18px;
         color: #fff;
         display: block;
         line-height: 46px;
         text-align: center;
     }
     .ares.tparrows.tp-rightarrow:before {
         content: "\f123";
     }
     .ares.tparrows:before {
         font-family: Flaticon;
         font-size: 18px;
         color: #fff;
         display: block;
         line-height: 46px;
         text-align: center;
     }
     .blue-color {
         background: #0049b1;
         color: #fff;
     }
     .blue-color a, .blue-color .topbar_languages select {
         color: #fff;
     }
     .blue-color .social-list a {
         color: #84afed;
     }
     .blue-color .social-list a:hover {
         color: #fe4c1c;
     }
     .blue-color .topbar_menu ul li, .blue-color .topbar-info li, .blue-color .topbar_languages {
         border-color: rgba(255,255,255,.15);
     }
     .home5-service {
         margin-top: -40px;
         margin-bottom: 0;
         padding: 0 0 110px 0;
     }
     .home5-wwa {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape1-home5.png);
         background-position: bottom right;
         background-repeat: no-repeat;
         padding: 0 0 60px 0;
     }
     .home5-wwa-block {
         padding: 0 0 0 75px;
     }
     .home5-wwa-block .video-popup a {
         color: #fff;
         background: #0160E7;
     }
     .home5-wwa-block .video-popup a span {
         border-color: #0160E7;
     }
     .home5-wwa-block .video-popup a:hover {
         background: #fe4c1c;
     }
     .home5-wwa-block .video-popup a:hover span {
         border-color: #fe4c1c;
     }
     .home5-about {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape2-home5.png);
         background-position: bottom left;
         background-repeat: no-repeat;
         padding: 0 0 300px 0;
     }
     .home5-about-block {
         margin: 0 110px 0 0;
     }
     .home5-about-block .ot-counter span {
         color: #FE4C1C;
         font-size: 36px;
     }
     .home5-about-block .ot-counter h6, .home5-about-block .ot-counter .num {
         padding-left: 0;
     }
     .home5-about-block .ot-counter h6 {
         color: #1a1b1e;
     }
     .home5-about-block .ot-counter h6:before {
         background: #1a1b1e;
         width: 0;
         height: 0;
         margin-top: 0px/2;
     }
     .home5-about .icon-box.s3:hover .bg-s3 {
         opacity: 0;
     }
     .home5-about .s2, .home5-about .s3 {
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
     }
     .home5-about .s2:hover, .home5-about .s3:hover {
         box-shadow: 8px 8px 30px 0 rgba(42,67,113,.18);
     }
     .home5-about .s1.cyan .icon-main, .home5-about .s3 .icon-main, .home5-about .s4 .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#FFFFFF 100%,#f2295b 100%);
         box-shadow: 10px 10px 30px 0 rgba(2,156,236,.27);
     }
     .home5-about .s3.cyan:hover .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#E5F9FF 100%,#f2295b 100%);
         box-shadow: 8px 8px 30px 0 rgba(2,156,236,0);
     }
     .home5-about .icon-box.red .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#FFFFFF 100%,#f2295b 100%);
         box-shadow: 10px 10px 30px 0px rgba(254, 76, 28, 0.31);
     }
     .home5-about .icon-box.blue .icon-main {
         box-shadow: 10px 10px 30px 0px rgba(1, 96, 231, 0.26);
     }
     .home5-about .icon-box.orange .icon-main {
         box-shadow: 10px 10px 30px 0px rgba(255, 156, 39, 0.29);
     }
     .home5-about .s3.cyan .bg-before, .home5-about .s3.cyan:before {
         background-color: #E5F9FF;
     }
     .home5-about .s3.cyan .bg-after, .home5-about .s3.cyan:after {
         background-color: #E5F9FF;
     }
     .home5-about .icon-box.s3:hover .bg-before, .home5-about .icon-box.s3:hover .bg-after {
         background-color: #fff;
         display: block;
     }
     .home5-about .icon-main span {
         color: #00C3FF;
     }
     .home5-about .icon-box:hover h5, .home5-about .icon-box:hover h5 a {
         color: #1A1B1E;
     }
     .home5-about .icon-box:hover p {
         color: #606060;
     }
     .home5-about .s1.blue .icon-main, .home5-about .s3 .icon-main, .home5-about .s4 .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#FFFFFF 100%,#f2295b 100%);
         box-shadow: 10px 10px 30px 0 rgba(2,156,236,.27);
     }
     .home5-about .s3.blue:hover .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#EAF3FF 100%,#f2295b 100%);
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
     }
     .home5-about .s3.blue .icon-main span {
         color: #0160E7;
     }
     .home5-about .s3.blue .bg-before, .home5-about .s3.cyan:before {
         background-color: #EAF3FF;
     }
     .home5-about .s3.blue .bg-after, .home5-about .s3.cyan:after {
         background-color: #EAF3FF;
     }
     .home5-about .s3.red:hover .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#FFEBE6 100%,#f2295b 100%);
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
     }
     .home5-about .s3.red .icon-main span {
         color: #FE4C1C;
     }
     .home5-about .s3.red .bg-before, .home5-about .s3.red:before {
         background-color: #FFEBE6;
     }
     .home5-about .s3.red .bg-after, .home5-about .s3.red:after {
         background-color: #FFEBE6;
     }
     .home5-about .s3.orange:hover .icon-main {
         background-color: transparent;
         background-image: linear-gradient(180deg,#FFF3E9 100%,#f2295b 100%);
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
     }
     .home5-about .s3.orange .icon-main span {
         color: #FF9C27;
     }
     .home5-about .s3.orange .bg-before, .home5-about .s3.orange:before {
         background-color: #FFF3E9;
     }
     .home5-about .s3.orange .bg-after, .home5-about .s3.orange:after {
         background-color: #FFF3E9;
     }
     .home5-team {
         background-color: #0049B1;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-team-home5.png);
         background-repeat: no-repeat;
         background-size: cover;
     }
     .home5-team .services-video {
         margin-top: -180px;
     }
     .home5-team .ot-heading h6 span {
         color: #00C3FF;
     }
     .home5-feature {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape3-home5.png);
         background-position: 53% 45px;
         background-repeat: no-repeat;
         padding: 160px 0 130px 0;
     }
     .home5-projects {
         background-color: transparent;
         background-image: linear-gradient(90deg,#FFFFFF 0%,#EDF4FF 100%);
         padding: 118px 30px 130px 30px;
     }
     .project_filters-h5 {
         text-align: left;
         padding-left: 0;
     }
     .project_filters-h5 li:first-child {
         margin-left: 0;
     }
     .home5-skills {
         background-color: #0049B1;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-progress-home5.png);
         background-repeat: no-repeat;
         background-size: cover;
         padding: 115px 0 110px 0;
     }
     .home5-skills .circle-progress .inner-bar &gt; span {
         color: #fff;
     }
     .home5-skills .circle-progress span {
         border-color: #003F99;
     }
     .home5-results {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape2-home5.png);
         background-position: bottom left;
         background-repeat: no-repeat;
         padding: 130px 0 120px 0;
     }
     .home5-results .bg-overlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape1-home5.png);
         background-position: top right;
         background-repeat: no-repeat;
         opacity: 1;
     }
     @media (min-width: 993px) {
       .home5-results-block {
           width: 42%;
       }
       .home5-results-img {
           width: 58%;
       }
     }
     .home5-results-block .ot-tabs .tab-content {
         background-color: transparent;
     }
     .home5-video {
         background-color: #FFF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-bottom-home5.jpg);
         background-position: top left;
         background-repeat: no-repeat;
         padding: 190px 0 0 0;
         z-index: 1;
     }
     .home5-video .bg-overlay{
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-bot-home1.png);
         background-position: 92px 90px;
         background-repeat: no-repeat;
         opacity: 1;
     }
     .home5-video h2 {
         font-size: 48px;
         line-height: 72px;
     }
     .home5-video p {
         color: #606060;
         font-size: 22px;
         font-weight: 400;
     }
     .home5-video .video-popup a {
         color: #FFF;
         background: #0160E7;
     }
     .home5-video .video-popup a span {
         border-color: #0160E7;
     }
     .home5-video .video-popup a:hover {
         background: #FF403E;
     }
     .home5-video .video-popup a:hover span {
         border-color: #FF403E;
     }
     .home5-video .newsletter {
         box-shadow: 23px 23px 32px 0 rgba(254,76,28,.33);
         transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
         margin-top: 170px;
         margin-bottom: -90px;
         padding: 60px 60px 60px 60px;
         background-color: transparent;
         background-image: linear-gradient(90deg,#FF403E 0%,#FF811B 100%);
         border-radius: 15px 15px 15px 15px;
     }
     .projects-grid.pf_3_cols-s2 .project-item {
         width: 25%;
     }
     .projects-grid.pf_3_cols-s2 .project-item.big-style {
         width: 50%;
     }
     .home5-feature .feature-col-img {
         margin-right: 0;
     }
     /* Index 6 */
     @media screen and (min-width: 1200px){
       .home-6 .is-stuck {
           background-color: #0042a1;
           -webkit-box-shadow: 4px 4px 30px 0 rgba(42,67,113,.3);
           -moz-box-shadow: 4px 4px 30px 0 rgba(42,67,113,.3);
           box-shadow: 4px 4px 30px 0 rgba(42,67,113,.3);
       }
       .home-6 .is-stuck .main-navigation ul li ul {
         background-color: #0042a1;
         -webkit-box-shadow: 4px 4px 30px 0 rgba(20,89,186,.3);
         -moz-box-shadow: 4px 4px 30px 0 rgba(20,89,186,.3);
         box-shadow: 4px 4px 30px 0 rgba(20,89,186,.3);
       }
       .home-6 .is-stuck .main-navigation ul li ul a {
         color: #fff;
       }
     }
     .home-6.header-overlay .is-stuck .main-navigation&gt;ul&gt;li&gt;a {
         color: #fff;
     }
     .home-6.header-overlay .is-stuck .main-navigation&gt;ul&gt;li.menu-item-has-children&gt;a:after {
         color: rgba(255,255,255,.5);
     }
     .home6-top {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-banner-home6.png);
         background-repeat: no-repeat;
         background-size: cover;
         padding: 265px 0 175px 0;
     }
     .home-6 .octf-btn {
         box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
         -webkit-box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
         -moz-box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
     }
     @media only screen and (min-width: 1400px){
       .home6-top .container {
           width: 1340px;
       }
     }
     .home6-top-img {
         margin: 0 0 0 -260px;
         text-align: center;
     }
     .home6-top-img img {
         display: inline-block;
         vertical-align: middle;
     }
     .home6-top-block {
         margin: 0 0 0 80px;
     }
     .home6-top-block h5 {
         color: #0EC6FF;
         font-size: 16px;
         font-weight: 700;
         text-transform: uppercase;
         line-height: 1.4em;
         padding: 20px 0 10px 0;
         margin: 0;
     }
     .home6-top-block h4 {
         color: #FFF;
         font-size: 50px;
         line-height: 60px;
         padding: 0 0 25px 0;
         margin: 0;
     } 
     .home6-top-block p {
         color: #C5DDFF;
         font-size: 22px;
         line-height: 36px;
         padding-bottom: 28px;
     }
     .home6-top-block .ot-button {
         display: inline-block;
     }
     .home6-top-block .video-popup {
         display: inline-block;
         margin: 0 0 0 10px;
     }
     .home6-top-block .video-popup .btn-inner {
         border-style: solid;
         border-width: 10px 10px 10px 10px;
         border-color: rgba(255,255,255,.1);
     }
     .home6-top-block .video-popup a {
         width: 48px;
         height: 48px;
         line-height: 49px;
         font-size: 16px;
         color: #00c3ff;
     }
     .home6-top-block .video-popup&gt;span {
         color: #fff;
         font-size: 16px;
         font-weight: 700;
         text-transform: capitalize;
         margin-left: 15px;
     }
     .home6-top-block .video-popup a:hover {
         color: #fff;
         background: #00c3ff;
     }
     .home6-partners {
         background-color: #0049B1;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape1-home6.png);
         background-repeat: no-repeat;
         padding: 70px 0 420px 0;
     }
     .home6-partners .bg-overlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape2-home6.jpg);
         background-position: bottom right;
         background-repeat: no-repeat;
         opacity: 1;
     }
     .partners-6 .swiper-slide-image {
         -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
         -ms-transition: all 0.3s linear;
         transition: all 0.3s linear;
         opacity: .8;
     }
     .partners-6 .partners-slide-image {
         -webkit-filter: none;
         filter: none;
         opacity: .8;
         max-width: none;
     }
     .partners-6 .partners-slide-image:hover {
         opacity: 1;
         -webkit-filter: brightness(130%);
         filter: brightness(130%);
     }
     .home6-partners .ot-heading h6 span {
         color: #0EC6FF;
     }
     .home6-partners .ot-heading h6:before, .home6-partners .ot-heading h6:after {
         background: #0EC6FF;
     }
     .icon-box-h6.icon-box.s2:hover {
       box-shadow: 8px 8px 30px 0 rgba(42,67,113,.3);
     }
     .icon-box-h6.icon-box.s3 .bg-before, .icon-box-h6.icon-box.s2:before {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-box1-home6.png);
         background-position: top left;
         background-repeat: no-repeat;
     }
     .icon-box-h6.icon-box.s3 .bg-after, .icon-box-h6.icon-box.s2:after {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-box2-home6.png);
         background-position: bottom right;
         background-repeat: no-repeat;
     }
     .icon-box-h6 .icon-main i, .icon-box-h6 .icon-main span {
         color: #0EC6FF;
     }
     .icon-box-h6.icon-box h5, .icon-box-h6.icon-box h5 a {
         color: #FFF;
     }
     .icon-box-h6.icon-box p {
         color: #C5DDFF;
     }
     .home6-partners-block {
         margin-right: 50px;
     }
     .home6-partners-block p {
         color: #C5DDFF;
     }
     .home6-partners-btn {
         margin: 0 0 0 -9px;
     }
     .home6-partners-btn img {
         transition-duration: .3s;
         transition-property: transform;
         transition-timing-function: ease-out;
     }
     .home6-partners-btn img:active, .home6-partners-btn img:focus, .home6-partners-btn img:hover {
         transform: translateY(-8px);
     }
     .home6-partners-img {
         margin: 0 -220px 0 -140px
     }
     .progress-h6.circle-progress span {
         border-color: #003F99;
     }
     .progress-h6.circle-progress .ppercent, .progress-h6.circle-progress span {
         color: #FFF;
     }
     .home6-pricing {
         background-color: #0049B1;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape4-home6.png);
         background-position: center right;
         background-repeat: no-repeat;
         padding: 50px 0 160px 0;
     }
     .home6-pricing .bg-overlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg3-dots-home6.png);
         background-position: 0 800px;
         background-repeat: no-repeat;
         opacity: 1;
     }
     .home6-pricing .ot-heading h6 span {
         color: #0EC6FF;
     }
     .home6-pricing .ot-heading h6:before, .home6-pricing .ot-heading h6:after {
         background: #0EC6FF;
     }
     .home6-pricing .ot-heading h2 {
         color: #fff;
     }
     .ot-pricing-table-h6.ot-pricing-table:before {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top3-price-home6.png);
         background-position: top center;
     }
     .ot-pricing-table-h6.ot-pricing-table:after {
         background-color: #1459BA;
     }
     .ot-pricing-table-h6.ot-pricing-table.s1:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bot1-price-home6.png);
         background-position: bottom left;
     }
     .ot-pricing-table-h6.ot-pricing-table h2 {
         color: #FFF;
         font-weight: 700;
     }
     .ot-pricing-table-h6.ot-pricing-table .inner-table&gt;p {
         color: #FFF;
     }
     .ot-pricing-table-h6.ot-pricing-table .details {
         border-color: rgba(0,0,0,.15);
         color: #FFF;
     }
     .home6-pricing .ot-pricing-table .octf-btn {
         background: #00C3FF;
         color: #FFFFFF;
     }
     .ot-pricing-table-h6.ot-pricing-table:after {
         background-image: none;
     }
     .home6-pricing .ot-pricing-table.feature {
         background-image: linear-gradient(90deg, #ff403e 0%, #ff6d26 84%);
     }
     .home6-pricing .ot-pricing-table.feature:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top2-price-home6.png);
         background-color: transparent;
         z-index: 0;
     }
     .home6-pricing .ot-pricing-table.feature:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-price-2-bottom.png);
         background-color: transparent;
         z-index: 0;
     }
     .home6-pricing .ot-pricing-table.feature .inner-table {
         position: relative;
         z-index: 1;
     }
     .ot-pricing-table-h6.ot-pricing-table.s3:before {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top3-price-home6.png);
         background-position: top center;
     }
     .ot-pricing-table-h6.ot-pricing-table.s3:after {
         background-color: #1459BA;
         background-image: none;
     }
     .ot-pricing-table-h6.ot-pricing-table.feature .details {
         border-color: rgba(255,255,255,.2);
         color: #FFF;
     }
     .ot-pricing-table-h6.ot-pricing-table {
         padding: 40px 30px 0 30px;
         box-shadow: 8px 8px 30px 0 rgba(42,67,113,.3);
     }
     .ot-pricing-table.feature .title-table {
         background: #FFF;
         color: #FE4C1C;
     }
     .ot-pricing-table-h6.ot-pricing-table.feature {
         padding: 56px 30px 0px 30px;
     }
     .home7-testimonial-img {
         margin: 0 -50px 0 -400px;
         text-align: center;
     }
     .home7-testimonial-block {
         margin: 0 0 0 60px;
     }
     .home7-testimonial-block p {
         color: #FFF;
         font-size: 20px;
         margin-bottom: 30px;
     }
     .home7-testimonial-block .mics-testimonials-content h6 {
         color: #FFF;
         font-size: 18px;
         font-weight: 700;
         line-height: 24px;
     }
     .home7-testimonial-block .mics-testimonials-content span {
         color: #00C3FF;
         font-weight: 400;
     }
     .site-footer-home6 {
         background-color: #0042A1;
         margin-top: 0;
         margin-bottom: 0;
         background-image: none;
     }
     .site-footer-home6 .shape-top .shape-fill {
         fill: #0049B1;
     }
     .home6-tabs-slide {
         background-color: #1459BA;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape3-home6.png);
         background-position: bottom right;
         background-repeat: no-repeat;
         padding: 0 0 330px 0;
     }
     .home6-tabs-slide .ot-heading h6 span {
         color: #0EC6FF;
     }
     .home6-tabs-slide .ot-heading h6:before, .home6-tabs-slide .ot-heading h6:after {
         background: #0EC6FF;
     }
     .home6-tabs-slide .tab-slider-content {
         background-color: transparent;
         padding: 0;
     }
     .home6-tabs-slide .title-item:hover, .home6-tabs-slide .title-item.tab-active {
         background-color: transparent;
         background-image: linear-gradient(170deg,#FF403E 0%,#FF6C26 100%);
         border-color: #FF6C26;
     }
     .home6-tabs-slide .title-item:after {
         background: #FF6C26;
     }
     .home6-tabs-slide .title-item:hover i, .home6-tabs-slide .title-item:hover span, .home6-tabs-slide .title-item.tab-active i, .home6-tabs-slide .title-item.tab-active span {
         color: #FFF;
         text-shadow: none;
     }
     .home6-tabs-slide .title-item:hover h6, .home6-tabs-slide .title-item.tab-active h6 {
         color: #FFF;
     }
     .home6-tabs-slide .tab-slider-block h2 {
         color: #FFF;
     }
     .home6-tabs-slide .tab-slider-block p {
         color: #C5DDFF;
     }
     /* Index 7 */
     .home7-top {
         background-color: #FFF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-banner-home7.png);
         background-position: 0 -110px;
         background-repeat: no-repeat;
         padding: 130px 0 30px 0;
     }
     .home7-top-block h6 {
         color: #A5B7D2;
         font-size: 16px;
         font-weight: 700;
         text-transform: uppercase;
         margin-bottom: 10px;
         line-height: 1.4em;
         font-family: "Red Hat Display",sans-serif;
     }
     .home7-top-block h2 {
         font-size: 56px;
         line-height: 72px;
         color: #1a1b1e;
         margin-bottom: 60px;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
     }
     .home7-partners {
         padding: 0 0 110px 0;
     }
     .hone7-service {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-service-home7.png);
         background-position: 0 225px;
         background-repeat: no-repeat;
         padding: 0 0 75px 0;
     }
     .hone7-about {
         padding: 0 0 125px 0;
     }
     .hone7-about-img {
         margin: 0 -10px 0 -220px;
         text-align: center;
     }
     .home7-about-block {
         padding: 0 0 0 95px;
     }
     .home7-process {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-process-home7.png);
         background-position: top center;
         background-repeat: no-repeat;
         padding: 250px 0 450px 0;
     }
     .home7-pricing {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-pricing-home7.png);
         background-position: 0 125px;
         background-repeat: no-repeat;
         margin-top: -130px;
         margin-bottom: 0;
         padding: 0 0 315px 0;
     }
     .home7-pricing .ot-pricing-table {
         padding: 40px 30px 0px 30px;
     }
     .home7-pricing .ot-pricing-table.feature {
         padding: 56px 30px 0px 30px;
     }
     .home7-pricing .ot-pricing-table.feature {
         background-image: linear-gradient(90deg, #ff403e 0%, #ff6d26 84%);
     }
     .home7-pricing .ot-pricing-table.feature:before {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top2-price-home6.png);
         background-color: transparent;
         z-index: 0;
     }
     .home7-pricing .ot-pricing-table.feature:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-price-2-bottom.png);
         background-color: transparent;
         z-index: 0;
     }
     .home7-pricing .ot-pricing-table.feature .inner-table {
         position: relative;
         z-index: 1;
     }
     .home7-video {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-shape1-home7.png);
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         box-shadow: 23px 23px 87px 0 rgba(1,96,231,.42);
         padding: 50px 0 55px 0;
         border-radius: 15px 15px 15px 15px;
         text-align: center;
     }
     .home7-video h2 {
         margin-bottom: 40px;
         color: #fff;
     }
     .home7-video .video-popup a span {
         z-index: 1;
     }
     .home7-feature {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-up-home7.png);
         background-position: 73px 20px;
         background-repeat: no-repeat;
         padding: 0 0 90px 0;
     }
     @media (min-width: 1700px) {
       .home7-feature .container, .home5-feature .container {
           width: 1660px;
       }
     }
     .home7-feature-col1, .home7-feature-col3 {
         width: 28%;
         padding-right: 15px;
         padding-left: 15px;
         -ms-flex-item-align: center!important;
         align-self: center!important;
     }
     .home7-feature-col2 {
         width: 43.332%;
         padding-right: 15px;
         padding-left: 15px;
     }
     .home7-feature-col1 .service-box {
         padding: 38px 35px 35px 30px;
         margin: 0 -70px 45px 70px;
     }
     .home7-feature-col1 .service-box:nth-child(2) {
         margin-left: 0;
         margin-right: 0;
     }
     .home7-feature-col1 .service-box:last-child {
         margin-bottom: 0;
     }
     .home7-feature-col3 .service-box {
         padding: 38px 35px 35px 30px;
         margin: 0 70px 45px -70px;
     }
     .home7-feature-col3 .service-box:nth-child(2) {
         margin-left: 0;
         margin-right: 0;
     }
     .home7-feature-col3 .service-box:last-child {
         margin-bottom: 0;
     }
     .feature-col-img {
         margin: 80px -60px 0 30px;
         text-align: center;
     }
     .home7-feature-col1 .s-box:hover, .home7-feature-col3 .s-box:hover {
         background-color: #F0F6FF;
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
     }
     .home7-feature-col1 .s-box:hover .big-number, .home7-feature-col3 .s-box:hover .big-number {
         fill: #FFFFFF;
         color: #FFFFFF;
     }
     .home7-feature-col1 .service-box .content-box, .home7-feature-col3 .service-box .content-box {
         padding-left: calc(30px + 50px);
     }
     .home7-feature-col1 .service-box .icon-main, .home7-feature-col3 .service-box .icon-main {
         font-size: 40px;
         line-height: 1.2em;
         color: #0160E7;
         box-shadow: 0 0 10px 0 rgba(0,0,0,0);
         background-color: transparent;
         background-image: linear-gradient(180deg,rgba(255,255,255,0) 100%,#f2295b 100%);
     }
     .home7-feature-col1 .service-box .icon-main span:before , .home7-feature-col3 .service-box .icon-main span:before {
         font-size: 40px;
         line-height: 1.2em;
     }
     .home7-feature-col1 .service-box:hover .content-box, .home7-feature-col3 .service-box:hover .content-box,
     .home7-feature-col1 .service-box:hover .content-box h5, .home7-feature-col3 .service-box:hover .content-box h5 {
         color: #1A1B1E;
     }
     .home7-feature-col1 .s-box h5 {
         margin-bottom: 12px;
         font-size: 20px;
     }
     .ot-pricing-table.feature {
         padding: 56px 30px 0 30px;
         box-shadow: 8px 8px 30px 0 rgba(254,76,28,.37);
     }
     .ot-pricing-table.feature, .ot-pricing-table.s2.feature h2, .ot-pricing-table.feature .inner-table &gt; p {
         color: #fff;
     }
     .ot-pricing-table.feature .octf-btn{
         background: #FFF;
         color: #FE4C1C;
     }
     .ot-pricing-table.feature .octf-btn i {
         color: #FFF;
         background: #FE4C1C;
     }
     .ot-pricing-table.feature:before {
         background-color: #FF4B38;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/top2-price-home6.png);
         background-position: top center;
     }
     .ot-pricing-table.feature:after {
         background-color: #FF4B38;
         background-image: none;
     }
     .site-footer-home7 {
         background-color: #0042A1;
         background-image: none;
     }
     /* Index 8 */
     .home8-top {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg1-banner-h8.png);
         background-position: bottom center;
         background-repeat: no-repeat;
         padding: 0 0 120px 0;
     }
     .home8-top .bg-overlay {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg2-banner-h8.png);
         background-position: top right;
         background-repeat: no-repeat;
         z-index: -1;
     }
     .home8-top-left {
         width: 50%;
     }
     .home8-top-right {
         width: 40%;
         padding-left: 15px;
         padding-right: 15px;
     }
     .home8-top-right-block {
         margin: -100px 0 0 120px;
     }
     .home8-top-right-block h6 {
         color: #A5B7D2;
         font-size: 16px;
         margin-bottom: 10px;
         font-weight: 700;
         text-transform: uppercase;
         line-height: 1.4em;
         font-family: "Red Hat Display",sans-serif;
     }
     .home8-top-right-block h2 {
         color: #1a1b1e;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
         font-size: 56px;
         line-height: 72px;
         margin-bottom: 25px;
     }
     .home8-top-right-block p {
         font-family: "Red Hat Text",sans-serif;
         font-size: 22px;
         line-height: 36px;
         margin-bottom: 28px;
     }
     .home8-top .h4-social-icons {
         top: 32%;
     }
     .home8-about {
         background-color: #F0F6FF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg1-h8.png);
         background-position: 60px 230px;
         background-repeat: no-repeat;
         padding: 90px 30px 110px 30px;
     }
     .home8-about .s-box h5 {
         margin-bottom: 12px;
         font-size: 20px;
     }
     .home8-about .service-box.s-box .big-number {
         right: 35px;
     }
     .home8-about-img {
         margin: 0 140px 0 -145px;
         text-align: center;
     }
     .home8-about-img img {
         vertical-align: middle;
         display: inline-block;
     }
     .home8-about-block {
         margin-left: 100px;
     }
     .home8-about-block .ot-tabs .tab-content {
         background-color: transparent;
     }
     .home8-about-left-btn {
         margin: -20px 0 0 -15px;
     }
     .home8-about .partners .partners-slide-inner {
         margin-bottom: 60px;
         margin-top: 60px;
     }
     @media only screen and (min-width: 1600px){
       .container-partners {
           width: 1565px;
       }
     }
     .home8-sevice {
         background-color: #F0F6FF;
         padding: 0 30px 60px 30px;
     }
     .home8-sevice .service-box-2.s1{
         padding: 100px 70px 70px 70px;
         background-color: #FFF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-box1-h8-1.png);
         background-position: bottom right;
         background-repeat: no-repeat;
     }
     .home8-sevice .service-box-2.s1 .octf-btn {
         box-shadow: 12px 12px 20px 0 rgba(0,72,176,.3);
         margin-left: -70px;
     }
     .home8-sevice .service-box-2.s2 {
         padding: 100px 70px 70px 70px;
         background-color: transparent;
         background-image: linear-gradient(90deg,#0039E4 0%,#04DBF1 100%);
     }
     .home8-sevice .service-box-2.s2 h5, .home8-sevice .service-box-2.s2 p {
         color: #FFF;
     }
     .home8-sevice .service-box-2.s2 .octf-btn {
         background: #FFF;
         color: #0160E7;
         margin-left: -70px;
     }
     .home8-sevice .service-box-2.s2 .octf-btn i {
         color: #FFF;
         background: #0160E7;
     }
     .home8-sevice .service-box-2.s3 {
         padding: 100px 70px 70px 70px;
         background-color: transparent;
         background-image: linear-gradient(90deg,#FF403E 0%,#FF811B 100%);
     }
     .home8-sevice .service-box-2.s3 h5, .home8-sevice .service-box-2.s3 p {
         color: #FFF;
     }
     .home8-sevice .service-box-2.s3 .octf-btn {
         background: #FFF;
         color: #FE4C1C;
         margin-left: -70px;
     }
     .home8-sevice .service-box-2.s3 .octf-btn i {
         color: #FFF;
         background: #FE4C1C;
     }
     .home8-sevice .service-box-2 p {
         margin-bottom: 40px;
     }
     .home8-sevice .service-box-2 .octf-btn{
         border-top-left-radius: 0;
         border-top-right-radius: 25px;
         border-bottom-right-radius: 25px;
         border-bottom-left-radius: 0;
         -webkit-border-top-left-radius: 0;
         -webkit-border-top-right-radius: 25px;
         -webkit-border-bottom-right-radius: 25px;
         -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-topleft: 0;
         -moz-border-radius-topright: 25px;
         -moz-border-radius-bottomright: 25px;
         -moz-border-radius-bottomleft: 0;
     }
     .home8-benefits {
         background-color: #F0F6FF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bgshape1-h8.png);
         background-position: 0 90%;
         background-repeat: no-repeat;
     }
     .home8-benefits-img {
         margin: 0 -300px 0 0;
         text-align: center;
     }
     .home8-benefits-img img {
         display: inline-block;
         vertical-align: middle;
     }
     .service-box-2 {
         padding: 70px;
         font-size: 18px;
         box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
         -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
         -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
         border-radius: 15px;
         -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
         -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
         -ms-transition: all 0.3s linear;
         transition: all 0.3s linear;
     }
     .service-box-2t:active, .service-box-2t:focus, .service-box-2:hover {
         transform: translateY(-8px);
     }
     .home8-skills {
         padding: 210px 0 210px 0;
     }
     .home8-skills .shape-top svg {
         width: calc(125% + 1.3px);
         height: 180px;
     }
     .home8-skills .shape-top svg .shape-fill {
         fill: #F0F6FF;
     }
     .home8-skills .shape-bottom {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
     }
     .home8-skills .shape-bottom svg {
         width: calc(120% + 1.3px);
         height: 136px;
     }
     .home8-skills .shape-bottom .shape-fill {
         fill: #F0F6FF;
     }
     .home8-testimonial {
         background-color: #F0F6FF;
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bgshape2-h8.png);
         background-position: top left;
         background-repeat: no-repeat;
         padding: 155px 0 80px 0;
     }
     .home8-testimonial-img {
         margin: 0 0 0 -300px;
         text-align: center;
     }
     .home8-testimonial-img img {
         display: inline-block;
         vertical-align: middle;
     }
     .home8-news {
         padding: 150px 0 110px 0;
     }
     .home8-news .shape-top svg {
         width: calc(133% + 1.3px);
         height: 180px;
     }
     .home8-news .shape-top .shape-fill {
         fill: #F0F6FF;
     }
     .home8-news .newsletter {
         box-shadow: 23px 23px 32px 0 rgba(254,76,28,.33);
         margin-top: -150px;
         margin-bottom: 0;
         padding: 60px 60px 60px 60px;
         background-color: transparent;
         background-image: linear-gradient(90deg,#FF403E 0%,#FF811B 100%);
         border-radius: 15px 15px 15px 15px;
     }
     .newsletter-text {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-sub-home5.png);
         background-position: center left;
         background-repeat: no-repeat;
         padding: 0 0 0 80px;
         color: #fff;
     }
     .newsletter-text h4 {
         color: #FFF;
         font-weight: 700;
         line-height: 1;
         margin-bottom: 10px;
         font-family: "Red Hat Display",sans-serif;
     }
     .newsletter-text p {
         color: #FFF;
         font-weight: 400;
         font-size: 16px;
         line-height: 1.4em;
         font-family: "Red Hat Display",sans-serif;
     }
     /* About */
     .about-swrap-top-1 {
         margin-top: -75px;
     }
     .number-box.s2 {
         color: #0160e7;
         background-color: rgba(1,96,231,.152);
     }
     .number-box.s3 {
         color: #fe4c1c;
         background-color: rgba(254,76,28,.154);
     }
     .ot-progress .iprogress {
         background: #fff;
     }
     .ot-progress .progress-bar {
         background: #00c3ff;
         box-shadow: 10px 10px 24px 0px rgba(0,195,255,.3);
     }
     .ot-progress .progress-bar.s2 {
         background: #0160e7;
         box-shadow: 10px 10px 24px 0px rgba(1,96,231,.3);
     }
     .btn-rounder {
         border-radius: 15px;
     }
     .team-slider .slick-dots, .team-slider-h5 .slick-dots {
         bottom: -70px;
     }
     .home2-pricing .search-engine-form {
         margin-top: -280px;
     }
     /* Team */
     .team-image img {
         border-radius: 10px;
     }
     .team-block {
         background-image: linear-gradient(145deg,#0039e4 0%,#04dbf1 100%);
         box-shadow: 30px 30px 65px 0px rgba(2,156,236,.3);
         padding: 50px;
         border-radius: 15px;
         float: right;
     }
     .steam-social {
         margin-top: 20px;
     }
     .steam-social a {
         font-size: 17px;
         padding: .6em;
         border-radius: 50%;
         margin-right: 10px;
         text-align: center;
         cursor: pointer;
         display: inline-block;
         line-height: 1;
         -webkit-transition: all .3s;
         -o-transition: all .3s;
         transition: all .3s;
     }
     .steam-social a:hover {
         transform: translateY(-8px);
     }
     .steam-social i {
         width: 1em;
         height: 1em;
         position: relative;
         display: block;
     }
     .steam-pos {
         color: #fe4c1c;
         font-size: 14px;
         font-weight: 700;
         letter-spacing: .5px;
         margin-bottom: 17px;
         font-family: "Red Hat Display",sans-serif;
     }
     .steam-name {
         font-size: 42px;
         font-weight: 700;
         color: #1a1b1e;
         line-height: 1;
         margin-bottom: 25px;
         font-family: "Red Hat Display",sans-serif;
     }
     .steam-desc {
         margin-bottom: 40px;
         padding-bottom: 20px;
         border-bottom: 1px solid rgba(0,0,0,.1);
     }
     .steam-info {
         font-weight: 600;
         color: #1a1b1e;
         margin-bottom: 10px;
     }
     @media only screen and (min-width: 992px){
       .team--top {
           margin-top: -25%;
       }
       .team-block {
           max-width: 380px;
       }
     }
     @media only screen and (max-width: 992px){
       .team-block {
           width: 100%;
       }
     }
     /* Process */
     .section-tab {
       max-width: 1530px;
       padding: 70px 20px 70px 20px;
       margin-right: auto;
       margin-left: auto;
       background-image: linear-gradient(145deg,#0039e4 0%,#04dbf1 100%);
       border-radius: 15px;
       margin-bottom: -270px;
       z-index: 1;
     }
     .tab-titles .title-item h6 {
       font-weight: 700;
     }
     .section-tab .ot-heading span{
         color: #a5b7d2;
     }
     .section-tab .ot-heading h6:after {
         display: none;
     }
     .tab-slider-content {
         background-color: #f0f6ff;
         padding: 355px 0 110px 0;
     }
     .tab-slider-block {
         padding-right: 65px;
     }
     .tab-slider-img {
         text-align: center;
     }
     #content-tabs .section-content {
         -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
         -ms-transition: all 0.3s linear;
         transition: all 0.3s linear;
         display: none;
     }
     #content-tabs .section-content.active {
         display: block;
     }
     /* Projects */
     .projects-box .s2 {
         right: 0;
         bottom: 0;
         width: calc(100% - 42px);
         height: calc(100% - 42px);
         margin: 21px;
         background-color: rgba(0,73,177,.9);
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         border-radius: 15px;
         -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
         -webkit-transition: all .2s linear;
         -moz-transition: all .2s linear;
         -o-transition: all .2s linear;
         -ms-transition: all .2s linear;
         transition: all .2s linear;
     }
     .projects-box .s2 .portfolio-info-inner {
         background: 0 0;
         text-align: center;
     }
     .project-detail {
         font-family: "Red Hat Display",Sans-serif;
         font-weight: 700;
         line-height: 30px;
         color: #1a1b1e;
     }
     .project-detail span{
         color: #636363;
         font-size: 14px;
         text-transform: uppercase;
         letter-spacing: 1px;
         display: block;
     }
     /* About */
     .about-content .video-popup a{
         color: #fff;
         background: #00c3ff;
     }
     .about-content .video-popup a span {
         border-color: #00c3ff;
     }
     .about-content .video-popup a:hover{
         background: #fe4c1c;
     }
     .about-content .video-popup a:hover span {
         border-color: #fe4c1c;
     }
     /* Services */
     .service-box-s2-bg1 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-service1-1.png);
         background-position: top right;
         background-repeat: no-repeat;
     }
     .service-box-s2-bg2 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-service2-1.png);
         background-position: bottom right;
         background-repeat: no-repeat;
     }
     .service-box-s2-bg3 {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-service3-1.png);
         background-position: top right;
         background-repeat: no-repeat;
     }
     .ot-counter.s3 h6 {
         color: #1a1b1e;
         padding-left: 0;
     }
     .ot-counter.s3 h6:before {
         display: none;
     }
     .services-left-1 {
         width: 52.25%;
         position: relative;
         padding-left: 15px;
         padding-right: 15px;
     }
     .services-right-1 {
         width: 47.75%;
         position: relative;
         padding-left: 100px;
     }
     .repeater-item-1 {
         top: 80px;
         left: -295px;
     }
     .repeater-item-2 {
         top: 430px;
         left: 20px;
     }
     .repeater-item-3 {
         top: 135px;
         left: 425px;
     }
     .repeater-item-1 .ot-cprocess-item-number {
         color: #00c3ff;
     }
     .repeater-item-2 .ot-cprocess-item-number {
         color: #0160e7;
     }
     .repeater-item-3 .ot-cprocess-item-number {
         color: #fe4c1c;
     }
     .repeater-item-1 .ot-cprocess-item-dot {
         background-color: #00c3ff;
         box-shadow: 8px 8px 18px 0px rgba(0,195,255,.4);
     }
     .repeater-item-2 .ot-cprocess-item-dot {
         background-color: #0160e7;
         box-shadow: 8px 8px 18px 0px rgba(1,96,231,.4);
     }
     .repeater-item-3 .ot-cprocess-item-dot {
         background-color: #fe4c1c;
         box-shadow: 8px 8px 18px 0px rgba(254,76,28,.4);
     }
     .ot-cprocess .circle_logo {
         position: absolute;
         z-index: 2;
         top: 140px;
         left: 150px;
     }
     .app-development-left-1 {
         width: 68%;
         position: relative;
         padding-left: 15px;
         padding-right: 15px;
     }
     .app-development-right-1 {
         width: 32%;
         position: relative;
         padding-left: 15px;
         padding-right: 15px;
     }
     .app-development-left-2 {
         width: 52%;
         position: relative;
         padding-left: 15px;
         padding-right: 15px;
     }
     .app-development-right-2 {
         width: 48%;
         position: relative;
         padding-left: 15px;
         padding-right: 15px;
     }
     .services-video {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-counter-1.jpg);
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         box-shadow: 23px 23px 87px 0px rgba(254,76,28,.42);
         padding: 50px 0 55px;
         border-radius: 15px;
         text-align: center;
     }
     .services-video h2 {
         margin-bottom: 40px;
         color: #fff;
         font-size: 48px;
         font-weight: 900;
         font-family: "Red Hat Display",sans-serif;
     }
     .services-video .video-popup a span {
         z-index: 1;
     }
     .search-engine .icon-box.s4 h5, .search-engine .icon-box.s1 h5{
         margin-bottom: 10px;
     }
     .search-engine .icon-box.s4 p, .search-engine .icon-box.s1 p {
       font-size: 14px;
     }
     .search-engine .icon-box.s4 .icon-main, .search-engine .icon-box.s1 .icon-main {
       background-image: linear-gradient(145deg,#fff 0%,#fff 100%);
     }
     .search-engine .icon-box.s4 .icon-main span, .search-engine .icon-box.s1 .icon-main span {
       color: #00c3ff;
     }
     .search-engine .icon-box.s4 .icon-main:hover, .search-engine .icon-box.s1 .icon-main:hover {
       background-image: linear-gradient(145deg,#0039e4 0%,#04dbf1 100%);
     }
     .search-engine .icon-box.s4 .icon-main:hover span, .search-engine .icon-box.s1 .icon-main:hover span {
       color: #fff;
     }
     @keyframes bounce {
       from {
         transform: translate3d(0px, 0px, 0px); }
       to {
         transform: translate3d(0px, -50px, 0px); } 
       }
     
     .search-engine-form {
       position: relative;
       margin-bottom: -160px;
       background-color: transparent;
       background-image: linear-gradient(145deg,#0039e4 0%,#04dbf1 100%);
       border-radius: 15px;
       padding-left: 15px;
       padding-right: 15px;
       box-shadow: 30px 30px 65px 0px rgba(2,156,236,0.3);
     }
     .search-engine-form .bg-overlay {
       background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/rocket-bg.png);
       background-position: center center;
       background-repeat: no-repeat;
       opacity: 1;
       z-index: 0;
     }
     .search-engine-form .bg-overlay-img2 {
       background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/rocket-img.png);
       background-position: top right;
       background-repeat: no-repeat;
       opacity: 1;
       z-index: 0;
       height: 120%;
       width: 100%;
       left: 0;
       bottom: 0;
       max-height: 334px;
       position: absolute;
     }
     .search-engine-form .title {
       position: relative;
     }
     .search-engine-form h2 {
       color: #fff;
       font-size: 48px;
       font-weight: 900;
       font-family: "Red Hat Display",sans-serif;
       margin-bottom:40px;
       padding-top: 80px;
       line-height: 1;
     }
     .search-engine-form form {
       padding-bottom: 80px;
     }
     .project-slider .slick-dots {
       bottom: -70px;
     }
     .search-engine-cta  {
       background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-block-1.jpg);
       background-position: center center;
       background-repeat: no-repeat;
       background-size: cover;
       padding: 50px 0 60px;
       margin-top: 0;
       margin-bottom: -60px;
       border-radius: 15px;
     }
     .search-engine-cta h2 {
       color: #fff;
       font-size: 42px;
       line-height: 60px;
       margin-bottom: 30px;
       font-weight: 900;
       font-family: "Red Hat Display",sans-serif;
     }/* Contact */
     .our-contact {
         padding: 60px;
         background-image: linear-gradient(145deg,#0039e4 0%,#04dbf1 100%);
         border-radius: 15px;
         margin-right: 30px;
         margin-left: 30px;
         box-shadow: 18px 18px 40px 0px rgba(2,156,236,.3);
     }
     .our-contact .contact-info h6 {
         font-size: 16px;
         margin-bottom: 5px;
         text-transform: uppercase;
         font-weight: 700;
         font-family: Red Hat Display;
     }
     .our-contact .ot-heading h6:after, .form-contact .ot-heading h6:after{
         display: none;
     }
     .our-contact .contact-info i:before {
         font-size: 30px;
     }
     .form-contact {
         margin-right: 30px;
         margin-left: 30px;
     }
     .form-contact textarea {
         height: 120px;
     }
     .map {
         filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
     }
     .map iframe {
         margin-top: -40px;
     }
     .z-index-1 {
         z-index: 1;
     }
     .instagram_widget .widget-insta-feeds {
         display: table;
     }
     .blog-grid-content .page-pagination {
         margin-top: 30px;
     }
     .single-post-inner&gt;div {
         padding-bottom: 30px;
     }
     .comments-area .comment-item .gravatar img {
         max-width: 80px;
     }
     .blog-grid {
         overflow: auto!important;
     }
     .sl-icon svg {
         fill: currentColor;
         width: 1em;
         height: 1em;
     }
     .sl-wrapper .sl-count, .sl-wrapper .sl-text {
         vertical-align: unset;
     }
     /* Element */
     .title-default {
         color: #1a1b1e;
         font-weight: 900;
         line-height: 1;
         font-family: "Red Hat Display",sans-serif;
     }
     .icon-box.s2:before {
         background-color: rgba(0,0,0,0);
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg1-box.png);
         background-repeat: no-repeat;
     }
     .icon-box.s2:after {
         background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg2-box.png);
         background-position: bottom right;
         background-repeat: no-repeat;
     }
     .ot-tabs.s2 .tab-link.current, .ot-tabs.s2 .tab-link:hover {
         background: #0160e7;
         box-shadow: 8px 8px 18px 0px rgba(1,96,231,.3);
     }
     .service-box .big-number {
         z-index: 0;
     }
     .ot-counter.s3 .num {
         padding-left: 0;
     }
     .ot-counter.s3 span {
         color: #0160e7;
         font-size: 36px;
     }
     .icon-main.warning {
         background-color: #ffa71d;
     }
     .icon-main.success {
         background-color: #23da79;
     }
     .icon-main.danger {
         background-color: #fe4c1c;
     }
     .drop-cap {
         background: #fff;
         width: 40px;
         height: 40px;
         line-height: 1;
         margin: 0 20px 20px 0 !important;
         box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
         -webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
         -moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.15);
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         float: left;
         text-align: center;
         line-height: 1;
         font-size: 50px;
     }
     .drop-cap-second {
         color: #6ec1e4;
         border-color: #6ec1e4;
     }
     /* .drop-cap-third { */
  /*     */
     /* } */
     .drop-cap-letter {
         font-size: 24px;
         line-height: 40px;
         display: block;
         font-weight: 700;
         color: #fe4c1c;
     }
     .drop-cap-second .drop-cap-letter {
         color: #00c3ff;
     }
     .drop-cap-third .drop-cap-letter {
         color: #0160e7;
     }
     .drop-cap-primary .drop-cap-letter {
         color: #fe4c1c;
     }
     .drop-cap-bg-second .drop-cap-letter {
         background-color: #00c3ff;
         color: #fff;
     }
     .drop-cap-bg-third .drop-cap-letter {
         background-color: #0160e7;
         color: #fff;
     }
     .drop-cap-bg-primary .drop-cap-letter {
         background-color: #fe4c1c;
         color: #fff;
     }
     .icon-list-items {
         padding: 0;
         margin: 0;
         list-style: none;
     }
     .icon-list-items li {
         padding-bottom: calc(12px/2);
     }
     .icon-list-items li i{
         color: #00c3ff;
         font-size: 14px;
     }
     .icon-list-items .icon-list-text{
         -webkit-align-self: center;
         -ms-flex-item-align: center;
         align-self: center;
         padding-left: 5px;
     }
     /*--------------------------------------------------------------
     # Footer
     --------------------------------------------------------------*/
     /** Footer Style **/
     .site-footer {
       position: relative;
       overflow: hidden;
       color: #fff;
       line-height: 24px;
       font-family: "Red Hat Display", sans-serif;
       font-size: 16px;
       font-weight: 400;
     }
     .bg-gradient {
       background-color: transparent;
       background-image: linear-gradient(145deg,#002cae 47%,#04b6f1 100%);
     }
     .footer-top-bottom {
       padding: 130px 0 115px;
     }
     .footer-shape-top {
       top: -1px;
       overflow: hidden;
       position: absolute;
       left: 0;
       width: 100%;
       line-height: 0;
       direction: ltr;
     }
     .footer-shape-top {
       -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
       transform: rotate(180deg);
     }
     .footer-shape-top svg {
       display: block;
       width: -webkit-calc(100% + 1.3px);
       width: calc(100% + 1.3px);
       position: relative;
       left: 50%;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
       width: calc(142% + 1.3px);
     }
     .footer-shape-fill {
       fill: #f0f6ff;
       -webkit-transform-origin: center;
       -ms-transform-origin: center;
       transform-origin: center;
       -webkit-transform: rotateY(0deg);
       transform: rotateY(0deg);
     }
     .footer-logo {
       margin-bottom: 80px;
     }
     .site-footer a, .site-footer a:visited {
       color: #9ee8ff;
     }
     .site-footer .elementor-widget-container h5 {
       color: #fff;
       margin-bottom: 30px;
       font-weight: 700;
     }
     .site-footer .elementor-widget-container ul {
       list-style: none;
       padding: 0px;
       margin: 0px;
     }
     .site-footer .elementor-widget-container ul li {
       margin-bottom: 12px;
     }
     .site-footer .elementor-widget-container ul li a:hover {
       color: #fff;
       text-decoration: underline;
     }
     .site-footer .footer-contact-info ul li {
       line-height: 30px;
     }
     .site-footer .footer-contact-info ul li strong {
       font-weight: bold;
       color: #9ee8ff;
     }
     .site-footer-2 .ft-menu-list a {
       font-family: "Red Hat Display",Sans-serif;
     }
     
     .footer-menu ul {
       list-style: none;
       text-align: center;
     }
     .footer-menu ul li {
       display: inline-block;
       margin: 0px 29px;
     }
     .footer-menu ul li a {
       font-family: "Red Hat Display", sans-serif;
       font-size: 16px;
       font-weight: 500;
       color: #fff;
     }
     .footer-menu ul li a:visited {
       color: #fff;
     }
     .contact-info i.flaticon-viber:before {
       font-size: 31px;
     }
     .contact-info.box-style2 .box-icon {
       line-height: 40px;
     }
     .bg-gradient-2 {
       background-image: linear-gradient(280deg,#04b6f1 0%,#002cae 62%);
     }
     .accordions-gradient .current {
       background-color: transparent;
       background-image: linear-gradient(145deg,#0160e7 0%,#00c3ff 100%);
     }
     .accordions-gradient .acc-item.current .acc-toggle, .accordions-gradient .acc-item .acc-content {
       color: #fff;
     }
     .faq-form-wrap {
       box-shadow: 20px 20px 65px 0px rgba(2,156,236,.3);
       margin-top: -295px;
       margin-bottom: 0;
       padding: 72px 100px 75px;
       background-color: #0039e4;
       background-image: -moz-linear-gradient(145deg,#0039e4,#04dbf1);
       background-image: -webkit-linear-gradient(145deg,#0039e4,#04dbf1);
       background-image: linear-gradient(145deg,#0039e4,#04dbf1);
       margin-bottom: 125px;
       border-radius: 15px;
     }
     .faq-form-wrap h6 span {
       color: #00c3ff;
     }
     .form-control {
       width: 100%;
     }
     /* Coming Soon */
     .coming-soon {
       background-color: transparent;
       background-image: linear-gradient(100deg,#1f0098 0%,#00fdff 100%);
       height: 100vh;
     }
     .cs-bg-overlay {
       background-image: url(https://raw.githubusercontent.com/kgetechnologies/kgesitecdn/kgetechnologies-com/images/bg-cs.png);
       background-position: center center;
       background-repeat: no-repeat;
       height: 100%;
       width: 100%;
       top: 0;
       left: 0;
       position: absolute;
     }
     .cs-logo {
       width: 140px;
     }
     .coming-soon-title {
       color: #fff;
       font-size: 60px;  
       margin-bottom: 0;
       padding-bottom: 110px;
       font-weight: 900;
       line-height: 1;
       font-family: "Red Hat Display",sans-serif;
     }
     .cs-subtitle {
       color: #fff;
       font-size: 18px;
       font-weight: 400;
       line-height: 1;
       padding-top: 90px;
       margin-bottom: 0;
       font-family: "Red Hat Display",sans-serif
     }
     .coming-soon .octf-btn-icon i {
       background: rgba(255,255,255,.2);
       color: #fff;
     }
     .cs-social {
       font-size: 0;
     }
     .cs-social a:last-child {
       margin-right: 0;
     }
     .cs-social-icon {
       display: inline-block;
       line-height: 1;
       -webkit-transition: all .3s;
       -o-transition: all .3s;
       transition: all .3s;
       color: #818a91;
       font-size: 13px;
       padding: .5em;
       background-color: #fff;
       border-radius: 50%;
       margin-right: 10px;
       text-align: center;
       font-size: 13px;
       padding: .5em;
       cursor: pointer;
     }
     .cs-social-icon.twitter {
       color: #4ccef9;
     }
     .cs-social-icon:hover {
       -webkit-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
       transform: translateY(-5px);
       opacity: 1;
     }
     .cs-social-icon i {
       width: 1em;
       height: 1em;
       position: relative;
       display: block;
     }
     .cs-social-icon.facebook {
       color: #25e;
     }
     .cs-social-icon.linkedin {
       color: #3292ff;
     }
     .cs-social-icon.instagram {
       color: #ff970f;
     }
     /* Subscribe Email */
     .mc4wp-form-fields .subscribe-desc {
       color: #9ee8ff;
     }
     .mc4wp-form-fields .subscribe-inner-form {
       position: relative;
     }
     .mc4wp-form-fields .subscribe-inner-form input[type=email] {
       height: 46px;
       width: 100%;
       box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
       -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
       -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
     }
     .mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
       background: transparent;
       border: none;
       outline: none;
       padding: 5px;
       display: block;
       position: absolute;
       right: 0px;
       top: 0px;
     }
     .mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
       background: #fe4c1c;
       color: #fff;
       width: 36px;
       height: 36px;
       line-height: 36px;
       text-align: center;
       display: inline-block;
       vertical-align: middle;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
       transition: all 0.3s linear;
     }
     .mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
       font-size: 15px;
     }
     
     /* Back To Top*/
     #back-to-top {
       background: #fff;
       color: #00c3ff;
       border: 0 none;
       border-radius: 2px;
       cursor: pointer;
       width: 46px;
       height: 46px;
       line-height: 46px;
       opacity: 0;
       outline: medium none;
       position: fixed;
       right: -50px;
       bottom: 40px;
       text-align: center;
       text-decoration: none;
       transition: opacity 0.2s ease-out 0s;
       z-index: 1000;
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
       -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
       -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
     }
     #back-to-top.show {
       opacity: 1;
       right: 40px;
     }
     #back-to-top i:after, #back-to-top i:before {
       font-size: 20px;
     }
     #back-to-top:hover {
       bottom: 45px;
     }
     
     /*--------------------------------------------------------------
     ## 404
     --------------------------------------------------------------*/
     .error-404 {
       padding: 180px 0;
     }
     .error-404 h2 {
       font-size: 250px;
       line-height: 1;
       position: relative;
       display: inline-block;
       margin-bottom: 40px;
       color: #0039e4;
       background-image: -moz-linear-gradient(145deg, #0039e4, #04daf1);
       background-image: -webkit-linear-gradient(145deg, #0039e4, #04daf1);
       background-image: linear-gradient(145deg, #0039e4, #04daf1);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       text-shadow: 8px 8px 13px rgba(2, 156, 236, 0.3);
       -moz-text-shadow: 8px 8px 13px rgba(2, 156, 236, 0.3);
     }
     .error-404 h2 img {
       position: absolute;
       top: 17px;
       right: -200px;
       z-index: -1;
     }
     .error-404 .content-404 {
       max-width: 480px;
       margin: auto;
     }
     .error-404 .content-404 p {
       font-size: 18px;
       margin-bottom: 40px;
     }
     .error-404 .content-404 form {
       margin: 0 30px 20px;
     }
     
     /* @media (min-width: 1200px) {
       #site-header {
         position: fixed;
         height: 105px;
       }
     
       .page-header {
         margin-top: 105px;
       }
     } */
  
     .nassccom-container {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      background: #fff;
      padding: 8px;
      box-sizing: border-box !important;
      border-radius: 8px;
      
     }
  
     .nassccom-container img {
       width: 80px;
       height: 20px;
     }
  
     .nassccom-container span {
       text-transform: uppercase;
       color: #000;
       font-weight: bold;
       font-size: 15px;
       letter-spacing: 1px;
       padding-top: 5px;
     }
  
     .mobile-nassccom-container {
       align-items: center;
       position: absolute;
       left: 50%;
      transform: translateX(-50%);
      margin-top: 3px;
     }
  
     .mobile-nassccom-container img {
       width: 100px;
       height: 20px !important;
     }
     
     @media (max-width: 991px) {
       .error-404 .error-image {
         position: static;
       }
     }
  
     @media (max-width: 767px) {
       .error-404 h2 {
         font-size: 150px;
         display: block;
       }
     }
   
     /*--------------------------------------------------------------
     # Responsive
     --------------------------------------------------------------*/
     @media (min-width: 992px) {
       .lg-hidden {
         display: none;
       }
     }
     @media (min-width: 768px) and (max-width: 991px) {
       .md-hidden {
         display: none;
       }
     }
     @media (min-width: 480px) and (max-width: 767px) {
       .sm-hidden {
         display: none;
       }
     }
     @media (max-width: 480px) {
  
        /* Reducing mobile nasscom container size */
        .mobile-nassccom-container {
          box-sizing: border-box !important;
          width: 80px;
        }
  
        .mobile-nassccom-container span {
          font-size: 13.5px;
        }
  
       .xs-hidden {
         display: none;
       }
       .copyright {
         line-height: 22px;
       }
     }
     @media (max-width: 1600px) and (min-width: 1024px){
       .home4-process .service-box .number-box {
           float: none;
       }
       .home4-process .service-box .content-box {
           padding-left: 0!important;
           margin-top: 15px;
       }
     }
     @media only screen and (max-width: 1199px){
       .header_mobile .octf-btn-cta {
           padding-right: 50px;
           padding-top: 7px;
           display: block;
           float: right;
       }
       .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i {
         background: #f0f6ff;
         color: #1a1b1e;
       }
       .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i:before {
         color: #1a1b1e;
       }
       .header_mobile .mobile_nav .mobile_mainmenu ul {
         display:none;
       }
       .mobile_mainmenu li a:after{
     position:absolute;
     width:11px;
     height:6px;
     right:0px;
     margin-top: -4px;
     top:50%
     }
     
     .header_mobile .mobile_nav .mobile_mainmenu li {
         position: relative;
         list-style: none;
     }
     .header_mobile .mobile_nav .mobile_mainmenu li {
         position: relative;
         list-style: none;
         list-style-position: initial;
         list-style-image: initial;
         list-style-type: none;
     }
     
       .bg-about {
         background-size: 0px auto;
       }
       .our-contact {
         margin-right: 0;
       }
       .md-m-b30 {
         margin-bottom: 30px;
       }
       
     }
     @media (max-width: 1600px) and (min-width: 1024px){
       .home7-feature-col1 .service-box .number-box, .home7-feature-col3 .service-box .number-box {
           float: none;
       }
       .home7-feature-col1 .service-box .content-box, .home7-feature-col3 .service-box .content-box {
         padding-left: 0!important;
         margin-top: 15px;
       }
     }
     
     @media (min-width: 993px) and (max-width: 1230px){
       .md-clear {
         clear: both;
       }
     }
     @media (min-width: 1025px) {
       .services-content-marketing {
         display: none;
       }
     }
     @media (max-width: 1200px) {
       
       .site-footer-home2 {
         padding-top: 90px;
       } 
  
       .page-banner {
         margin-top: 80px;
       }
       
       .home8-about-img {
           margin: 0 0 60px 0;
       }
       .md-p-b60 {
         padding-bottom: 60px;
       }
       .md-m-b40 {
         margin-bottom: 40px;
       }
       .home8-about-block {
         margin-left: 0;
       }
       .h4-social-icons {
         display: none;
       }
     }
     @media (max-width: 1024px) {
       .rev-phonenum {
         display: none;
       }
       .btn-rev-i2 {
         display: none!important;
       }
       .banner.big-padding-top {
         padding: 150px 0 120px;
       }
       .bg-about, .bg-pricing, .bg-counter, .bg-testi, .bg-team, .bg-process, .home2-pricing, .home3-news, .home3-service, .home8-testimonial, .home8-top, .home8-about,
       .home5-video .bg-overlay, .home3-feature, .home8-benefits, .site-footer-5 {
         background-size: 0px auto;
       }
       .bg-cta {
         background-position: top center;
       }
       .bg-cta .bg-overlay {
         background-position: center center;
       }
       .ot-cprocess {
         display: none;
       }
       .services-content-marketing .process-box {
         margin-bottom: 60px;
       }
       .services-content-marketing .process-box:last-child {
         margin-bottom: 0;
       }
       .section-content-marketing {
         padding-bottom: 110px;
       }
       .home3-top .home3-top-left, .home3-top .home3-top-right {
         width: 100%;
         text-align: center;
       }
       .home3-top .home3-top-right img {
         max-width: 100%;
         margin-top: 50px;
       }
       .home3-top .social-icons-wrapper {
         display: none;
       }
       .home3-project {
         padding: 0 15px 120px 15px;
       }
       .home4-top-left {
         width: 100%;
         text-align: center;
         margin-bottom: 60px;
       }
       .home4-top-left-img {
         margin: 0;
       }
       .home4-top-right {
         width: 100%;
         text-align: center;
       }
       .home8-top-left {
         width: 100%;
         text-align: center;
         margin-bottom: 60px;
       }
       .home8-top-right {
         width: 100%;
         text-align: center;
       }
       .home8-top-right-block {
         margin: 0;
       }
       .site-footer-2.site-footer-home2 .footer-widget h5 {
         margin-top: 40px;
       }
       .home7-process {
         padding: 110px 0 210px 0;
       }
       .home7-pricing {
         padding: 0 0 110px 0;
       }
       .home7-feature {
         background-position: -517px 582px;
         padding: 60px 0 60px 0;
       }
       .home7-feature-col1, .home7-feature-col2, .home7-feature-col3 {
         width: 100%;
       }
       .home7-feature-col1 .service-box, .home7-feature-col3 .service-box {
         margin-left: 0;
         margin-right: 0;
       }
       .feature-col-img {
         margin: 0;
       }
       .home5-video {
         background-position: top center;
         padding: 120px 0 0 0;
       }
       .home5-video .newsletter {
         margin-top: 120px;
         margin-bottom: -115px;
       }
       .home5-feature {
         background-position: center center;
         padding: 60px 0 60px 0;
       }
       .home7-feature-col1 .service-box:last-child {
         margin-bottom: 40px;
       }
       .home5-video .bg-overlay {
         background-position: center center;
       }
       .home6-top {
         padding: 180px 0 120px 0;
       }
     }
     @media (max-width: 992px) {
       .sm-order-last {
         order: 13;
       }
       .sm-text-center {
         text-align: center;
       }
       .sm-text-left {
         text-align: left;
       }
       .sm-m-t0 {
         margin-top: 0;
       }
       .sm-m-a0 {
         margin: 0;
       }
       .sm-m-l0 {
         margin-left: 0;
       }
       .sm-m-r0 {
         margin-right: 0;
       }
       .sm-m-b30 {
         margin-bottom: 30px;
       }
       .sm-m-b60 {
         margin-bottom: 60px;
       }
       .sm-m-b40 {
         margin-bottom: 40px;
       }
       .sm-m-b55 {
         margin-bottom: 55px;
       }
       .sm-p-t30 {
         padding-top: 30px;
       }
       .sm-p-b20 {
         padding-bottom: 20px;
       }
       .sm-p-t0 {
         padding-top: 0;
       }
       .sm-p-t50 {
         padding-top: 50px;
       }
       .sm-m-b60 {
         margin-bottom: 60px;
       }
       .sm-p-b60 {
         padding-bottom: 60px;
       }
       .sm-p-a0 {
         padding: 0;
       }
       .sm-p-b0 {
         padding-bottom: 0;
       }
       form p.multi-checkbox {
         float: left;
       }
       .map iframe {
         margin-top: 40px;
       }
       .about-swrap-top-1 {
         margin-top: 0;
       }
       .sm-p-tb60 {
         padding: 60px 0;
       }
       .services-left-1, .services-right-1 {
         width: 100%;
         padding-left: 15px;
         padding-right: 15px;
       }
       .app-development-left-1, .app-development-right-1, .app-development-left-2, .app-development-right-2 {
         width: 100%;
         padding-left: 15px;
         padding-right: 15px;
       }
       .sm-p-lr0 {
         padding-left: 0;
         padding-right: 0;
       }
       .sm-p-l15 {
         padding-left: 15px;
       }
       .sm-p-lr15 {
         padding-left: 15px;
         padding-right: 15px;
       }
       .home4-about-right, .home4-benefits-left, .home4-testimonial-right {
         margin: 0;
       }
       .home8-benefits-img {
         margin: 0;
       }
       .home8-testimonial-img {
         margin: 0 0 40px 0;
       }
       .newsletter-text {
         background-size: 0 auto;
         text-align: center;
         padding-left: 0;
         margin-bottom: 20px;
       }
       .hone7-about-img {
         margin: 0 0 40px 0;
       }
       .home5-wwa-block {
         padding-left: 0;
       }
       .home5-about-block {
           margin-right: 0;
       }
       .tab-slider-block {
           padding-right: 0;
       }
       .home6-top-img {
           margin: 0;
           margin-bottom: 40px
       }
       .home6-top-block {
         margin: 0;
         text-align: center;
       }
       .sm-justify-content-center {
         -ms-flex-pack: center;
         justify-content: center;
       }
       .home6-partners-img {
         margin: 0;
       }
       .home7-testimonial-img {
         margin: 0;
         margin-bottom: 40px;
       }
       .home7-testimonial-block {
         margin: 0;
       }
     }
     @media (max-width: 767px) {
       .site-footer-home2 {
         padding-top: 40px;
       }
  
       .elementor .elementor-hidden-phone {
         display: none;
       }
       .banner .banner-wrap {
         min-height: 650px;
       }
       .banner .banner-title {
         font-size: 14px;
       }
       .banner .banner-stitle {
         font-size: 34px;
         line-height: 40px;
       }
       .xs-m-t0 {
         margin-top: 0;
       }
       .xs-m-t30 {
         margin-top: 30px;
       }
       .xs-m-b40 {
         margin-bottom: 40px;
       }
       .banner .shape-bottom svg {
         width: calc(300% + 1.3px);
         height: 500px;
       }
       .about-home-img img {
         margin-top: 40px;
       }
       .xs-m-t50 {
         margin-top: 50px;
       }
       .xs-m-t60 {
         margin-top: 60px;
       }
       .xs-p-t60 {
         padding-top: 60px;
       }
       .xs-p-b60 {
         padding-bottom: 60px;
       }
       .xs-p-b50 {
         padding-bottom: 50px;
       }
       .xs-p-b20 {
         padding-bottom: 20px;
       }
       .xs-p-l15 {
         padding-left: 15px;
       }
       .xs-p-lr15 {
         padding-left: 15px;
         padding-right: 15px;
       }
       .xs-m-b40 {
         margin-bottom: 40px;
       }
       .xs-m-b60 {
         margin-bottom: 60px;
       }
       .xs-p0 {
         padding: 0;
       }
       h2.main-heading {
         font-size: 25px;
         line-height: 40px;
       }
       .team-wrap {
         padding-top: 0;
         padding-bottom: 50px;
       }
       .xs-p-b0 {
         padding-bottom: 0;
       }
       .cta {
         padding: 80px 0;
       }
       .cta-content h2 {
         font-size: 33px;
         line-height: 46px;
       }
       .cta .shape {
         height: 0;
       }
       .flex-col .ft-col-contact { 
         width: 100%;
       }
       .site-footer .flex-col {
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
       }
       .flex-col .ft-col-contact {
         margin-bottom: 40px;
       }
       .flex-col .ft-col-contact:last-child {
         margin-bottom: 0;
       }
       span.wpcf7-list-item { 
         width: 50%;
       }
       .our-contact {
         margin-right: 0;
         margin-left: 0;
         padding: 25px 30px;
       }
       .form-contact {
         margin-left: 0;
         margin-right: 0;
       }
       .xs-p-l0 {
         padding-left: 0;
       }
       .about-swrap-top-1 {
         margin-top: 0;
       }
       .xs-p-tb60 {
         padding: 60px 0;
       }
       .xs-text-left {
         text-align: left;
       }
       .xs-text-center {
         text-align: center;
       } 
       .xs-text-center * {
         text-align: center;
       }
       .xs-text-right {
         text-align: right;
       } 
       .faq-form-wrap {
         padding: 30px;
       }
       .xs-p-tb80 {
         padding: 80px 0;
       }
       .shape-top svg, .shape-bottom svg, .home2-team .shape-top svg, .shape-bottom.s2 svg, .home2-team .shape-bottom svg {
         width: calc(0% + 1.3px);
       }
       .home2-team {
         padding-top: 80px;
         padding-bottom: 220px;
       }
       .home2-process {
         padding-top: 80px;
         padding-bottom: 80px;
       }
       .blog-grid .masonry-post-item, .blog-grid.pf_5_cols .masonry-post-item, .blog-grid.pf_4_cols .masonry-post-item, .blog-grid.pf_2_cols .masonry-post-item {
         width: 100%;
       }
       .home2-pricing .search-engine-form {
         margin-bottom: 0;
       }
       .home3-top .video-popup&gt;span {
         font-size: 0;
         margin-left: 0;
       }
       .home3-top {
         background-position: top center;
         padding: 160px 0 105px 0;
       }
       .home3-top .home3-top-left h6 {
         font-size: 13px;
         padding-top: 0;
       }
       .home3-top .home3-top-left h2 {
         font-size: 36px;
         line-height: 42px;
       }
       .home3-top .home3-top-left p {
         margin-bottom: 30px;
         font-size: 16px;
         line-height: 24px;
       }
       .home3-project-title {
         padding-top: 80px;
       }
       .home8-about {
         padding-bottom: 40px;
       }
       .home8-skills {
         padding: 90px 0 90px 0;
       }
       .home8-testimonial {
         padding: 60px 0 60px 0;
       }
       .home5-video {
         padding: 80px 0 0 0;
       }
       .home5-video .newsletter {
         margin-top: 90px;
         margin-bottom: -60px;
         padding: 50px 20px 45px 20px;
       }
       .home5-video h2 {
         font-size: 33px;
         line-height: 46px;
       }
       .home5-video p {
         font-size: 18px;
         line-height: 1.6em;
       }
       .home5-feature {
         background-size: 0 auto;
       }
       .home6-tabs-slide {
         padding: 80px 0 80px 0;
       }
       div.tp-bullets, .rev-phonenum {
         display: none;
       }
       .btn-rev-i2 {
         display: none!important;
       }
       .footer-widget, .copyright-2 {
         text-align: center;
       }
       .services-video {
         padding-left: 15px;
         padding-right: 15px;
       }
       .projects-grid.pf_3_cols-s2 .project-item.big-style, .projects-grid.pf_3_cols-s2 .project-item {
         width: 100%;
       }
       .home7-about-block {
         padding-left: 0;
       }
       .home4-top-right h2 {
         font-size: 36px;
         line-height: 50px;
       }
       .home8-top-right-block h2 {
         font-size: 30px;
         line-height: 1.3em;
       }
       .home6-top-block h2 {
         font-size: 25px;
         line-height: 40px;
       }
       .home7-top-block h2 {
         font-size: 26px;
         line-height: 40px;
       }
     }
     @media only screen and (max-width: 600px){
       .project_filters li {
           margin: 0;
           margin-bottom: 10px;
           margin-right: 15px;
       }
       .service-box .number-box {
           float: none;
           margin-bottom: 30px;
       }
       .service-box .content-box {
           padding-left: 0!important;
       }
     }
     /*# sourceMappingURL=style.css.map */
     





     /* bootstrap.css */

      /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (&lt;none&gt;)
 * Config saved to config.json and &lt;none&gt;
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 hr,img,legend{border:0}legend,td,th{padding:0}body,figure{margin:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#337ab7;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}.img-thumbnail,body{background-color:#fff}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1230px){.container{width:1200px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}
 .col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}
 .col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}
 .col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}
 .col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}
 .col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}
 .col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}
 .col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}
 .col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}
 .col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}
 .col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}
 .col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}
 .col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}
 .col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}
 .col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
 .clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,
 .container:after,.container:before,.row:after,.row:before{content:" ";display:table}
 .clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
 .center-block{display:block;margin-left:auto;margin-right:auto}
 .pull-right{float:right!important}.pull-left{float:left!important}
 .hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}
 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
 .hidden{display:none!important}.affix{position:fixed}

 /* end of bootsrap.css */



/* flaticon.css */

  /*
    Flaticon icon font: Flaticon
    Creation date: 26/08/2019 16:52
    */

    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.eot");
        src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
             url("../fonts/Flaticon.woff2") format("woff2"),
             url("../fonts/Flaticon.woff") format("woff"),
             url("../fonts/Flaticon.ttf") format("truetype"),
             url("../fonts/Flaticon.svg#Flaticon") format("svg");
        font-weight: normal;
        font-style: normal;
      }
      
      @media screen and (-webkit-min-device-pixel-ratio:0) {
        @font-face {
          font-family: "Flaticon";
          src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
        }
      }
      
      [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
      [class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
        font-family: Flaticon;
        font-size: 14px;
        font-style: normal;
        margin-left: 0px;
      }
      
      .flaticon-arrow-point-to-right:before { content: "\f100"; }
      .flaticon-right-arrow:before { content: "\f101"; }
      .flaticon-placeholder-filled-point:before { content: "\f102"; }
      .flaticon-placeholder:before { content: "\f103"; }
      .flaticon-phone:before { content: "\f104"; }
      .flaticon-clock:before { content: "\f105"; }
      .flaticon-search:before { content: "\f106"; }
      .flaticon-supermarket:before { content: "\f107"; }
      .flaticon-24h:before { content: "\f108"; }
      .flaticon-check:before { content: "\f109"; }
      .flaticon-share:before { content: "\f10a"; }
      .flaticon-share-1:before { content: "\f10b"; }
      .flaticon-arrowhead-thin-outline-to-the-left:before { content: "\f10c"; }
      .flaticon-arrow-down-sign-to-navigate:before { content: "\f10d"; }
      .flaticon-navigate-up-arrow:before { content: "\f10e"; }
      .flaticon-chain:before { content: "\f10f"; }
      .flaticon-heart:before { content: "\f110"; }
      .flaticon-e-commerce-like-heart:before { content: "\f111"; }
      .flaticon-like:before { content: "\f112"; }
      .flaticon-heart-1:before { content: "\f113"; }
      .flaticon-quote:before { content: "\f114"; }
      .flaticon-quotation:before { content: "\f115"; }
      .flaticon-writer:before { content: "\f116"; }
      .flaticon-add:before { content: "\f117"; }
      .flaticon-add-1:before { content: "\f118"; }
      .flaticon-add-2:before { content: "\f119"; }
      .flaticon-delete:before { content: "\f11a"; }
      .flaticon-close-cross:before { content: "\f11b"; }
      .flaticon-close:before { content: "\f11c"; }
      .flaticon-close-button:before { content: "\f11d"; }
      .flaticon-eye-open:before { content: "\f11e"; }
      .flaticon-view:before { content: "\f11f"; }
      .flaticon-left-arrow:before { content: "\f120"; }
      .flaticon-right-arrow-1:before { content: "\f121"; }
      .flaticon-left-arrow-1:before { content: "\f122"; }
      .flaticon-arrow-pointing-to-right:before { content: "\f123"; }
      .flaticon-next:before { content: "\f124"; }
      .flaticon-keyboard-right-arrow-button:before { content: "\f125"; }
      .flaticon-down-arrow:before { content: "\f126"; }
      .flaticon-cart:before { content: "\f127"; }
      .flaticon-graphic:before { content: "\f128"; }
      .flaticon-portfolio:before { content: "\f129"; }
      .flaticon-rocket:before { content: "\f12a"; }
      .flaticon-aim:before { content: "\f12b"; }
      .flaticon-system:before { content: "\f12c"; }
      .flaticon-report:before { content: "\f12d"; }
      .flaticon-globe:before { content: "\f12e"; }
      .flaticon-startup:before { content: "\f12f"; }
      .flaticon-internet:before { content: "\f130"; }
      .flaticon-growth:before { content: "\f131"; }
      .flaticon-pie-chart:before { content: "\f132"; }
      .flaticon-pie-chart-1:before { content: "\f133"; }
      .flaticon-document:before { content: "\f134"; }
      .flaticon-search-1:before { content: "\f135"; }
      .flaticon-coding:before { content: "\f136"; }
      .flaticon-pie-chart-2:before { content: "\f137"; }
      .flaticon-cloud-computing:before { content: "\f138"; }
      .flaticon-pinterest:before { content: "\f139"; }
      .flaticon-arrow-pointing-to-left:before { content: "\f13a"; }
      .flaticon-arrow-pointing-to-down:before { content: "\f13b"; }
      .flaticon-arrow-pointing-to-up:before { content: "\f13c"; }
      .flaticon-world:before { content: "\f13d"; }
      .flaticon-note:before { content: "\f13e"; }
      .flaticon-viber:before { content: "\f13f"; }
      .flaticon-star:before { content: "\f140"; }
      .flaticon-phone-1:before { content: "\f141"; }
      .flaticon-envelope:before { content: "\f142"; }
      .flaticon-cart-1:before { content: "\f143"; }
      .flaticon-user:before { content: "\f144"; }
      .flaticon-send:before { content: "\f145"; }
      .flaticon-analytics:before { content: "\f146"; }
      .flaticon-chart:before { content: "\f147"; }
      .flaticon-chat:before { content: "\f148"; }
      .flaticon-link:before { content: "\f149"; }
      .flaticon-heart-2:before { content: "\f14a"; }
      .flaticon-info:before { content: "\f14b"; }
      .flaticon-close-1:before { content: "\f14c"; }
      .flaticon-check-1:before { content: "\f14d"; }
      .flaticon-check-2:before { content: "\f14e"; }
      .flaticon-exclamation:before { content: "\f14f"; }
      .flaticon-danger:before { content: "\f150"; }
      .flaticon-facebook-logo:before { content: "\f151"; }
      .flaticon-facebook-letter-logo:before { content: "\f152"; }
      .flaticon-twitter:before { content: "\f153"; }
      .flaticon-twitter-black-shape:before { content: "\f154"; }
      .flaticon-twitter-social-logotype:before { content: "\f155"; }
      .flaticon-instagram:before { content: "\f156"; }
      .flaticon-instagram-logo:before { content: "\f157"; }
      .flaticon-instagram-1:before { content: "\f158"; }
      .flaticon-instagram-2:before { content: "\f159"; }
      .flaticon-pinterest-letter-logo:before { content: "\f15a"; }
      .flaticon-pinterest-1:before { content: "\f15b"; }

      /* end flaticon.css */

      /* font-awesome css */
      /*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*  */
 
 .fa,
 .fas,
 .far,
 .fal,
 .fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1; }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: 0.75em;
   vertical-align: -.0667em; }
 
 .fa-xs {
   font-size: .75em; }
 
 .fa-sm {
   font-size: .875em; }
 
 .fa-1x {
   font-size: 1em; }
 
 .fa-2x {
   font-size: 2em; }
 
 .fa-3x {
   font-size: 3em; }
 
 .fa-4x {
   font-size: 4em; }
 
 .fa-5x {
   font-size: 5em; }
 
 .fa-6x {
   font-size: 6em; }
 
 .fa-7x {
   font-size: 7em; }
 
 .fa-8x {
   font-size: 8em; }
 
 .fa-9x {
   font-size: 9em; }
 
 .fa-10x {
   font-size: 10em; }
 
 .fa-fw {
   text-align: center;
   width: 1.25em; }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0; }
   .fa-ul &gt; li {
     position: relative; }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit; }
 
 .fa-border {
   border: solid 0.08em #eee;
   border-radius: .1em;
   padding: .2em .25em .15em; }
 
 .fa-pull-left {
   float: left; }
 
 .fa-pull-right {
   float: right; }
 
 .fa.fa-pull-left,
 .fas.fa-pull-left,
 .far.fa-pull-left,
 .fal.fa-pull-left,
 .fab.fa-pull-left {
   margin-right: .3em; }
 
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.fa-pull-right {
   margin-left: .3em; }
 
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear; }
 
 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
           animation: fa-spin 1s infinite steps(8); }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg); }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
           transform: rotate(180deg); }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
           transform: rotate(270deg); }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
           transform: scale(-1, 1); }
 
 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
           transform: scale(1, -1); }
 
 .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
           transform: scale(-1, -1); }
 
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em; }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%; }
 
 .fa-stack-1x {
   line-height: inherit; }
 
 .fa-stack-2x {
   font-size: 2em; }
 
 .fa-inverse {
   color: #fff; }
/*   */
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */

 .fa-500px:before {
   content: "\f26e"; }
 
 .fa-accessible-icon:before {
   content: "\f368"; }
 
 .fa-accusoft:before {
   content: "\f369"; }
 
 .fa-acquisitions-incorporated:before {
   content: "\f6af"; }
 
 .fa-ad:before {
   content: "\f641"; }
 
 .fa-address-book:before {
   content: "\f2b9"; }
 
 .fa-address-card:before {
   content: "\f2bb"; }
 
 .fa-adjust:before {
   content: "\f042"; }
 
 .fa-adn:before {
   content: "\f170"; }
 
 .fa-adobe:before {
   content: "\f778"; }
 
 .fa-adversal:before {
   content: "\f36a"; }
 
 .fa-affiliatetheme:before {
   content: "\f36b"; }
 
 .fa-air-freshener:before {
   content: "\f5d0"; }
 
 .fa-airbnb:before {
   content: "\f834"; }
 
 .fa-algolia:before {
   content: "\f36c"; }
 
 .fa-align-center:before {
   content: "\f037"; }
 
 .fa-align-justify:before {
   content: "\f039"; }
 
 .fa-align-left:before {
   content: "\f036"; }
 
 .fa-align-right:before {
   content: "\f038"; }
 
 .fa-alipay:before {
   content: "\f642"; }
 
 .fa-allergies:before {
   content: "\f461"; }
 
 .fa-amazon:before {
   content: "\f270"; }
 
 .fa-amazon-pay:before {
   content: "\f42c"; }
 
 .fa-ambulance:before {
   content: "\f0f9"; }
 
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3"; }
 
 .fa-amilia:before {
   content: "\f36d"; }
 
 .fa-anchor:before {
   content: "\f13d"; }
 
 .fa-android:before {
   content: "\f17b"; }
 
 .fa-angellist:before {
   content: "\f209"; }
 
 .fa-angle-double-down:before {
   content: "\f103"; }
 
 .fa-angle-double-left:before {
   content: "\f100"; }
 
 .fa-angle-double-right:before {
   content: "\f101"; }
 
 .fa-angle-double-up:before {
   content: "\f102"; }
 
 .fa-angle-down:before {
   content: "\f107"; }
 
 .fa-angle-left:before {
   content: "\f104"; }
 
 .fa-angle-right:before {
   content: "\f105"; }
 
 .fa-angle-up:before {
   content: "\f106"; }
 
 .fa-angry:before {
   content: "\f556"; }
 
 .fa-angrycreative:before {
   content: "\f36e"; }
 
 .fa-angular:before {
   content: "\f420"; }
 
 .fa-ankh:before {
   content: "\f644"; }
 
 .fa-app-store:before {
   content: "\f36f"; }
 
 .fa-app-store-ios:before {
   content: "\f370"; }
 
 .fa-apper:before {
   content: "\f371"; }
 
 .fa-apple:before {
   content: "\f179"; }
 
 .fa-apple-alt:before {
   content: "\f5d1"; }
 
 .fa-apple-pay:before {
   content: "\f415"; }
 
 .fa-archive:before {
   content: "\f187"; }
 
 .fa-archway:before {
   content: "\f557"; }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358"; }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359"; }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a"; }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b"; }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab"; }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"; }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"; }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa"; }
 
 .fa-arrow-down:before {
   content: "\f063"; }
 
 .fa-arrow-left:before {
   content: "\f060"; }
 
 .fa-arrow-right:before {
   content: "\f061"; }
 
 .fa-arrow-up:before {
   content: "\f062"; }
 
 .fa-arrows-alt:before {
   content: "\f0b2"; }
 
 .fa-arrows-alt-h:before {
   content: "\f337"; }
 
 .fa-arrows-alt-v:before {
   content: "\f338"; }
 
 .fa-artstation:before {
   content: "\f77a"; }
 
 .fa-assistive-listening-systems:before {
   content: "\f2a2"; }
 
 .fa-asterisk:before {
   content: "\f069"; }
 
 .fa-asymmetrik:before {
   content: "\f372"; }
 
 .fa-at:before {
   content: "\f1fa"; }
 
 .fa-atlas:before {
   content: "\f558"; }
 
 .fa-atlassian:before {
   content: "\f77b"; }
 
 .fa-atom:before {
   content: "\f5d2"; }
 
 .fa-audible:before {
   content: "\f373"; }
 
 .fa-audio-description:before {
   content: "\f29e"; }
 
 .fa-autoprefixer:before {
   content: "\f41c"; }
 
 .fa-avianex:before {
   content: "\f374"; }
 
 .fa-aviato:before {
   content: "\f421"; }
 
 .fa-award:before {
   content: "\f559"; }
 
 .fa-aws:before {
   content: "\f375"; }
 
 .fa-baby:before {
   content: "\f77c"; }
 
 .fa-baby-carriage:before {
   content: "\f77d"; }
 
 .fa-backspace:before {
   content: "\f55a"; }
 
 .fa-backward:before {
   content: "\f04a"; }
 
 .fa-bacon:before {
   content: "\f7e5"; }
 
 .fa-balance-scale:before {
   content: "\f24e"; }
 
 .fa-ban:before {
   content: "\f05e"; }
 
 .fa-band-aid:before {
   content: "\f462"; }
 
 .fa-bandcamp:before {
   content: "\f2d5"; }
 
 .fa-barcode:before {
   content: "\f02a"; }
 
 .fa-bars:before {
   content: "\f0c9"; }
 
 .fa-baseball-ball:before {
   content: "\f433"; }
 
 .fa-basketball-ball:before {
   content: "\f434"; }
 
 .fa-bath:before {
   content: "\f2cd"; }
 
 .fa-battery-empty:before {
   content: "\f244"; }
 
 .fa-battery-full:before {
   content: "\f240"; }
 
 .fa-battery-half:before {
   content: "\f242"; }
 
 .fa-battery-quarter:before {
   content: "\f243"; }
 
 .fa-battery-three-quarters:before {
   content: "\f241"; }
 
 .fa-battle-net:before {
   content: "\f835"; }
 
 .fa-bed:before {
   content: "\f236"; }
 
 .fa-beer:before {
   content: "\f0fc"; }
 
 .fa-behance:before {
   content: "\f1b4"; }
 
 .fa-behance-square:before {
   content: "\f1b5"; }
 
 .fa-bell:before {
   content: "\f0f3"; }
 
 .fa-bell-slash:before {
   content: "\f1f6"; }
 
 .fa-bezier-curve:before {
   content: "\f55b"; }
 
 .fa-bible:before {
   content: "\f647"; }
 
 .fa-bicycle:before {
   content: "\f206"; }
 
 .fa-bimobject:before {
   content: "\f378"; }
 
 .fa-binoculars:before {
   content: "\f1e5"; }
 
 .fa-biohazard:before {
   content: "\f780"; }
 
 .fa-birthday-cake:before {
   content: "\f1fd"; }
 
 .fa-bitbucket:before {
   content: "\f171"; }
 
 .fa-bitcoin:before {
   content: "\f379"; }
 
 .fa-bity:before {
   content: "\f37a"; }
 
 .fa-black-tie:before {
   content: "\f27e"; }
 
 .fa-blackberry:before {
   content: "\f37b"; }
 
 .fa-blender:before {
   content: "\f517"; }
 
 .fa-blender-phone:before {
   content: "\f6b6"; }
 
 .fa-blind:before {
   content: "\f29d"; }
 
 .fa-blog:before {
   content: "\f781"; }
 
 .fa-blogger:before {
   content: "\f37c"; }
 
 .fa-blogger-b:before {
   content: "\f37d"; }
 
 .fa-bluetooth:before {
   content: "\f293"; }
 
 .fa-bluetooth-b:before {
   content: "\f294"; }
 
 .fa-bold:before {
   content: "\f032"; }
 
 .fa-bolt:before {
   content: "\f0e7"; }
 
 .fa-bomb:before {
   content: "\f1e2"; }
 
 .fa-bone:before {
   content: "\f5d7"; }
 
 .fa-bong:before {
   content: "\f55c"; }
 
 .fa-book:before {
   content: "\f02d"; }
 
 .fa-book-dead:before {
   content: "\f6b7"; }
 
 .fa-book-medical:before {
   content: "\f7e6"; }
 
 .fa-book-open:before {
   content: "\f518"; }
 
 .fa-book-reader:before {
   content: "\f5da"; }
 
 .fa-bookmark:before {
   content: "\f02e"; }
 
 .fa-bootstrap:before {
   content: "\f836"; }
 
 .fa-bowling-ball:before {
   content: "\f436"; }
 
 .fa-box:before {
   content: "\f466"; }
 
 .fa-box-open:before {
   content: "\f49e"; }
 
 .fa-boxes:before {
   content: "\f468"; }
 
 .fa-braille:before {
   content: "\f2a1"; }
 
 .fa-brain:before {
   content: "\f5dc"; }
 
 .fa-bread-slice:before {
   content: "\f7ec"; }
 
 .fa-briefcase:before {
   content: "\f0b1"; }
 
 .fa-briefcase-medical:before {
   content: "\f469"; }
 
 .fa-broadcast-tower:before {
   content: "\f519"; }
 
 .fa-broom:before {
   content: "\f51a"; }
 
 .fa-brush:before {
   content: "\f55d"; }
 
 .fa-btc:before {
   content: "\f15a"; }
 
 .fa-buffer:before {
   content: "\f837"; }
 
 .fa-bug:before {
   content: "\f188"; }
 
 .fa-building:before {
   content: "\f1ad"; }
 
 .fa-bullhorn:before {
   content: "\f0a1"; }
 
 .fa-bullseye:before {
   content: "\f140"; }
 
 .fa-burn:before {
   content: "\f46a"; }
 
 .fa-buromobelexperte:before {
   content: "\f37f"; }
 
 .fa-bus:before {
   content: "\f207"; }
 
 .fa-bus-alt:before {
   content: "\f55e"; }
 
 .fa-business-time:before {
   content: "\f64a"; }
 
 .fa-buysellads:before {
   content: "\f20d"; }
 
 .fa-calculator:before {
   content: "\f1ec"; }
 
 .fa-calendar:before {
   content: "\f133"; }
 
 .fa-calendar-alt:before {
   content: "\f073"; }
 
 .fa-calendar-check:before {
   content: "\f274"; }
 
 .fa-calendar-day:before {
   content: "\f783"; }
 
 .fa-calendar-minus:before {
   content: "\f272"; }
 
 .fa-calendar-plus:before {
   content: "\f271"; }
 
 .fa-calendar-times:before {
   content: "\f273"; }
 
 .fa-calendar-week:before {
   content: "\f784"; }
 
 .fa-camera:before {
   content: "\f030"; }
 
 .fa-camera-retro:before {
   content: "\f083"; }
 
 .fa-campground:before {
   content: "\f6bb"; }
 
 .fa-canadian-maple-leaf:before {
   content: "\f785"; }
 
 .fa-candy-cane:before {
   content: "\f786"; }
 
 .fa-cannabis:before {
   content: "\f55f"; }
 
 .fa-capsules:before {
   content: "\f46b"; }
 
 .fa-car:before {
   content: "\f1b9"; }
 
 .fa-car-alt:before {
   content: "\f5de"; }
 
 .fa-car-battery:before {
   content: "\f5df"; }
 
 .fa-car-crash:before {
   content: "\f5e1"; }
 
 .fa-car-side:before {
   content: "\f5e4"; }
 
 .fa-caret-down:before {
   content: "\f0d7"; }
 
 .fa-caret-left:before {
   content: "\f0d9"; }
 
 .fa-caret-right:before {
   content: "\f0da"; }
 
 .fa-caret-square-down:before {
   content: "\f150"; }
 
 .fa-caret-square-left:before {
   content: "\f191"; }
 
 .fa-caret-square-right:before {
   content: "\f152"; }
 
 .fa-caret-square-up:before {
   content: "\f151"; }
 
 .fa-caret-up:before {
   content: "\f0d8"; }
 
 .fa-carrot:before {
   content: "\f787"; }
 
 .fa-cart-arrow-down:before {
   content: "\f218"; }
 
 .fa-cart-plus:before {
   content: "\f217"; }
 
 .fa-cash-register:before {
   content: "\f788"; }
 
 .fa-cat:before {
   content: "\f6be"; }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"; }
 
 .fa-cc-amex:before {
   content: "\f1f3"; }
 
 .fa-cc-apple-pay:before {
   content: "\f416"; }
 
 .fa-cc-diners-club:before {
   content: "\f24c"; }
 
 .fa-cc-discover:before {
   content: "\f1f2"; }
 
 .fa-cc-jcb:before {
   content: "\f24b"; }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"; }
 
 .fa-cc-paypal:before {
   content: "\f1f4"; }
 
 .fa-cc-stripe:before {
   content: "\f1f5"; }
 
 .fa-cc-visa:before {
   content: "\f1f0"; }
 
 .fa-centercode:before {
   content: "\f380"; }
 
 .fa-centos:before {
   content: "\f789"; }
 
 .fa-certificate:before {
   content: "\f0a3"; }
 
 .fa-chair:before {
   content: "\f6c0"; }
 
 .fa-chalkboard:before {
   content: "\f51b"; }
 
 .fa-chalkboard-teacher:before {
   content: "\f51c"; }
 
 .fa-charging-station:before {
   content: "\f5e7"; }
 
 .fa-chart-area:before {
   content: "\f1fe"; }
 
 .fa-chart-bar:before {
   content: "\f080"; }
 
 .fa-chart-line:before {
   content: "\f201"; }
 
 .fa-chart-pie:before {
   content: "\f200"; }
 
 .fa-check:before {
   content: "\f00c"; }
 
 .fa-check-circle:before {
   content: "\f058"; }
 
 .fa-check-double:before {
   content: "\f560"; }
 
 .fa-check-square:before {
   content: "\f14a"; }
 
 .fa-cheese:before {
   content: "\f7ef"; }
 
 .fa-chess:before {
   content: "\f439"; }
 
 .fa-chess-bishop:before {
   content: "\f43a"; }
 
 .fa-chess-board:before {
   content: "\f43c"; }
 
 .fa-chess-king:before {
   content: "\f43f"; }
 
 .fa-chess-knight:before {
   content: "\f441"; }
 
 .fa-chess-pawn:before {
   content: "\f443"; }
 
 .fa-chess-queen:before {
   content: "\f445"; }
 
 .fa-chess-rook:before {
   content: "\f447"; }
 
 .fa-chevron-circle-down:before {
   content: "\f13a"; }
 
 .fa-chevron-circle-left:before {
   content: "\f137"; }
 
 .fa-chevron-circle-right:before {
   content: "\f138"; }
 
 .fa-chevron-circle-up:before {
   content: "\f139"; }
 
 .fa-chevron-down:before {
   content: "\f078"; }
 
 .fa-chevron-left:before {
   content: "\f053"; }
 
 .fa-chevron-right:before {
   content: "\f054"; }
 
 .fa-chevron-up:before {
   content: "\f077"; }
 
 .fa-child:before {
   content: "\f1ae"; }
 
 .fa-chrome:before {
   content: "\f268"; }
 
 .fa-chromecast:before {
   content: "\f838"; }
 
 .fa-church:before {
   content: "\f51d"; }
 
 .fa-circle:before {
   content: "\f111"; }
 
 .fa-circle-notch:before {
   content: "\f1ce"; }
 
 .fa-city:before {
   content: "\f64f"; }
 
 .fa-clinic-medical:before {
   content: "\f7f2"; }
 
 .fa-clipboard:before {
   content: "\f328"; }
 
 .fa-clipboard-check:before {
   content: "\f46c"; }
 
 .fa-clipboard-list:before {
   content: "\f46d"; }
 
 .fa-clock:before {
   content: "\f017"; }
 
 .fa-clone:before {
   content: "\f24d"; }
 
 .fa-closed-captioning:before {
   content: "\f20a"; }
 
 .fa-cloud:before {
   content: "\f0c2"; }
 
 .fa-cloud-download-alt:before {
   content: "\f381"; }
 
 .fa-cloud-meatball:before {
   content: "\f73b"; }
 
 .fa-cloud-moon:before {
   content: "\f6c3"; }
 
 .fa-cloud-moon-rain:before {
   content: "\f73c"; }
 
 .fa-cloud-rain:before {
   content: "\f73d"; }
 
 .fa-cloud-showers-heavy:before {
   content: "\f740"; }
 
 .fa-cloud-sun:before {
   content: "\f6c4"; }
 
 .fa-cloud-sun-rain:before {
   content: "\f743"; }
 
 .fa-cloud-upload-alt:before {
   content: "\f382"; }
 
 .fa-cloudscale:before {
   content: "\f383"; }
 
 .fa-cloudsmith:before {
   content: "\f384"; }
 
 .fa-cloudversify:before {
   content: "\f385"; }
 
 .fa-cocktail:before {
   content: "\f561"; }
 
 .fa-code:before {
   content: "\f121"; }
 
 .fa-code-branch:before {
   content: "\f126"; }
 
 .fa-codepen:before {
   content: "\f1cb"; }
 
 .fa-codiepie:before {
   content: "\f284"; }
 
 .fa-coffee:before {
   content: "\f0f4"; }
 
 .fa-cog:before {
   content: "\f013"; }
 
 .fa-cogs:before {
   content: "\f085"; }
 
 .fa-coins:before {
   content: "\f51e"; }
 
 .fa-columns:before {
   content: "\f0db"; }
 
 .fa-comment:before {
   content: "\f075"; }
 
 .fa-comment-alt:before {
   content: "\f27a"; }
 
 .fa-comment-dollar:before {
   content: "\f651"; }
 
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
 .fa-comment-medical:before {
   content: "\f7f5"; }
 
 .fa-comment-slash:before {
   content: "\f4b3"; }
 
 .fa-comments:before {
   content: "\f086"; }
 
 .fa-comments-dollar:before {
   content: "\f653"; }
 
 .fa-compact-disc:before {
   content: "\f51f"; }
 
 .fa-compass:before {
   content: "\f14e"; }
 
 .fa-compress:before {
   content: "\f066"; }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c"; }
 
 .fa-concierge-bell:before {
   content: "\f562"; }
 
 .fa-confluence:before {
   content: "\f78d"; }
 
 .fa-connectdevelop:before {
   content: "\f20e"; }
 
 .fa-contao:before {
   content: "\f26d"; }
 
 .fa-cookie:before {
   content: "\f563"; }
 
 .fa-cookie-bite:before {
   content: "\f564"; }
 
 .fa-copy:before {
   content: "\f0c5"; }
 
 .fa-copyright:before {
   content: "\f1f9"; }
 
 .fa-couch:before {
   content: "\f4b8"; }
 
 .fa-cpanel:before {
   content: "\f388"; }
 
 .fa-creative-commons:before {
   content: "\f25e"; }
 
 .fa-creative-commons-by:before {
   content: "\f4e7"; }
 
 .fa-creative-commons-nc:before {
   content: "\f4e8"; }
 
 .fa-creative-commons-nc-eu:before {
   content: "\f4e9"; }
 
 .fa-creative-commons-nc-jp:before {
   content: "\f4ea"; }
 
 .fa-creative-commons-nd:before {
   content: "\f4eb"; }
 
 .fa-creative-commons-pd:before {
   content: "\f4ec"; }
 
 .fa-creative-commons-pd-alt:before {
   content: "\f4ed"; }
 
 .fa-creative-commons-remix:before {
   content: "\f4ee"; }
 
 .fa-creative-commons-sa:before {
   content: "\f4ef"; }
 
 .fa-creative-commons-sampling:before {
   content: "\f4f0"; }
 
 .fa-creative-commons-sampling-plus:before {
   content: "\f4f1"; }
 
 .fa-creative-commons-share:before {
   content: "\f4f2"; }
 
 .fa-creative-commons-zero:before {
   content: "\f4f3"; }
 
 .fa-credit-card:before {
   content: "\f09d"; }
 
 .fa-critical-role:before {
   content: "\f6c9"; }
 
 .fa-crop:before {
   content: "\f125"; }
 
 .fa-crop-alt:before {
   content: "\f565"; }
 
 .fa-cross:before {
   content: "\f654"; }
 
 .fa-crosshairs:before {
   content: "\f05b"; }
 
 .fa-crow:before {
   content: "\f520"; }
 
 .fa-crown:before {
   content: "\f521"; }
 
 .fa-crutch:before {
   content: "\f7f7"; }
 
 .fa-css3:before {
   content: "\f13c"; }
 
 .fa-css3-alt:before {
   content: "\f38b"; }
 
 .fa-cube:before {
   content: "\f1b2"; }
 
 .fa-cubes:before {
   content: "\f1b3"; }
 
 .fa-cut:before {
   content: "\f0c4"; }
 
 .fa-cuttlefish:before {
   content: "\f38c"; }
 
 .fa-d-and-d:before {
   content: "\f38d"; }
 
 .fa-d-and-d-beyond:before {
   content: "\f6ca"; }
 
 .fa-dashcube:before {
   content: "\f210"; }
 
 .fa-database:before {
   content: "\f1c0"; }
 
 .fa-deaf:before {
   content: "\f2a4"; }
 
 .fa-delicious:before {
   content: "\f1a5"; }
 
 .fa-democrat:before {
   content: "\f747"; }
 
 .fa-deploydog:before {
   content: "\f38e"; }
 
 .fa-deskpro:before {
   content: "\f38f"; }
 
 .fa-desktop:before {
   content: "\f108"; }
 
 .fa-dev:before {
   content: "\f6cc"; }
 
 .fa-deviantart:before {
   content: "\f1bd"; }
 
 .fa-dharmachakra:before {
   content: "\f655"; }
 
 .fa-dhl:before {
   content: "\f790"; }
 
 .fa-diagnoses:before {
   content: "\f470"; }
 
 .fa-diaspora:before {
   content: "\f791"; }
 
 .fa-dice:before {
   content: "\f522"; }
 
 .fa-dice-d20:before {
   content: "\f6cf"; }
 
 .fa-dice-d6:before {
   content: "\f6d1"; }
 
 .fa-dice-five:before {
   content: "\f523"; }
 
 .fa-dice-four:before {
   content: "\f524"; }
 
 .fa-dice-one:before {
   content: "\f525"; }
 
 .fa-dice-six:before {
   content: "\f526"; }
 
 .fa-dice-three:before {
   content: "\f527"; }
 
 .fa-dice-two:before {
   content: "\f528"; }
 
 .fa-digg:before {
   content: "\f1a6"; }
 
 .fa-digital-ocean:before {
   content: "\f391"; }
 
 .fa-digital-tachograph:before {
   content: "\f566"; }
 
 .fa-directions:before {
   content: "\f5eb"; }
 
 .fa-discord:before {
   content: "\f392"; }
 
 .fa-discourse:before {
   content: "\f393"; }
 
 .fa-divide:before {
   content: "\f529"; }
 
 .fa-dizzy:before {
   content: "\f567"; }
 
 .fa-dna:before {
   content: "\f471"; }
 
 .fa-dochub:before {
   content: "\f394"; }
 
 .fa-docker:before {
   content: "\f395"; }
 
 .fa-dog:before {
   content: "\f6d3"; }
 
 .fa-dollar-sign:before {
   content: "\f155"; }
 
 .fa-dolly:before {
   content: "\f472"; }
 
 .fa-dolly-flatbed:before {
   content: "\f474"; }
 
 .fa-donate:before {
   content: "\f4b9"; }
 
 .fa-door-closed:before {
   content: "\f52a"; }
 
 .fa-door-open:before {
   content: "\f52b"; }
 
 .fa-dot-circle:before {
   content: "\f192"; }
 
 .fa-dove:before {
   content: "\f4ba"; }
 
 .fa-download:before {
   content: "\f019"; }
 
 .fa-draft2digital:before {
   content: "\f396"; }
 
 .fa-drafting-compass:before {
   content: "\f568"; }
 
 .fa-dragon:before {
   content: "\f6d5"; }
 
 .fa-draw-polygon:before {
   content: "\f5ee"; }
 
 .fa-dribbble:before {
   content: "\f17d"; }
 
 .fa-dribbble-square:before {
   content: "\f397"; }
 
 .fa-dropbox:before {
   content: "\f16b"; }
 
 .fa-drum:before {
   content: "\f569"; }
 
 .fa-drum-steelpan:before {
   content: "\f56a"; }
 
 .fa-drumstick-bite:before {
   content: "\f6d7"; }
 
 .fa-drupal:before {
   content: "\f1a9"; }
 
 .fa-dumbbell:before {
   content: "\f44b"; }
 
 .fa-dumpster:before {
   content: "\f793"; }
 
 .fa-dumpster-fire:before {
   content: "\f794"; }
 
 .fa-dungeon:before {
   content: "\f6d9"; }
 
 .fa-dyalog:before {
   content: "\f399"; }
 
 .fa-earlybirds:before {
   content: "\f39a"; }
 
 .fa-ebay:before {
   content: "\f4f4"; }
 
 .fa-edge:before {
   content: "\f282"; }
 
 .fa-edit:before {
   content: "\f044"; }
 
 .fa-egg:before {
   content: "\f7fb"; }
 
 .fa-eject:before {
   content: "\f052"; }
 
 .fa-elementor:before {
   content: "\f430"; }
 
 .fa-ellipsis-h:before {
   content: "\f141"; }
 
 .fa-ellipsis-v:before {
   content: "\f142"; }
 
 .fa-ello:before {
   content: "\f5f1"; }
 
 .fa-ember:before {
   content: "\f423"; }
 
 .fa-empire:before {
   content: "\f1d1"; }
 
 .fa-envelope:before {
   content: "\f0e0"; }
 
 .fa-envelope-open:before {
   content: "\f2b6"; }
 
 .fa-envelope-open-text:before {
   content: "\f658"; }
 
 .fa-envelope-square:before {
   content: "\f199"; }
 
 .fa-envira:before {
   content: "\f299"; }
 
 .fa-equals:before {
   content: "\f52c"; }
 
 .fa-eraser:before {
   content: "\f12d"; }
 
 .fa-erlang:before {
   content: "\f39d"; }
 
 .fa-ethereum:before {
   content: "\f42e"; }
 
 .fa-ethernet:before {
   content: "\f796"; }
 
 .fa-etsy:before {
   content: "\f2d7"; }
 
 .fa-euro-sign:before {
   content: "\f153"; }
 
 .fa-evernote:before {
   content: "\f839"; }
 
 .fa-exchange-alt:before {
   content: "\f362"; }
 
 .fa-exclamation:before {
   content: "\f12a"; }
 
 .fa-exclamation-circle:before {
   content: "\f06a"; }
 
 .fa-exclamation-triangle:before {
   content: "\f071"; }
 
 .fa-expand:before {
   content: "\f065"; }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e"; }
 
 .fa-expeditedssl:before {
   content: "\f23e"; }
 
 .fa-external-link-alt:before {
   content: "\f35d"; }
 
 .fa-external-link-square-alt:before {
   content: "\f360"; }
 
 .fa-eye:before {
   content: "\f06e"; }
 
 .fa-eye-dropper:before {
   content: "\f1fb"; }
 
 .fa-eye-slash:before {
   content: "\f070"; }
 
 .fa-facebook:before {
   content: "\f09a"; }
 
 .fa-facebook-f:before {
   content: "\f39e"; }
 
 .fa-facebook-messenger:before {
   content: "\f39f"; }
 
 .fa-facebook-square:before {
   content: "\f082"; }
 
 .fa-fantasy-flight-games:before {
   content: "\f6dc"; }
 
 .fa-fast-backward:before {
   content: "\f049"; }
 
 .fa-fast-forward:before {
   content: "\f050"; }
 
 .fa-fax:before {
   content: "\f1ac"; }
 
 .fa-feather:before {
   content: "\f52d"; }
 
 .fa-feather-alt:before {
   content: "\f56b"; }
 
 .fa-fedex:before {
   content: "\f797"; }
 
 .fa-fedora:before {
   content: "\f798"; }
 
 .fa-female:before {
   content: "\f182"; }
 
 .fa-fighter-jet:before {
   content: "\f0fb"; }
 
 .fa-figma:before {
   content: "\f799"; }
 
 .fa-file:before {
   content: "\f15b"; }
 
 .fa-file-alt:before {
   content: "\f15c"; }
 
 .fa-file-archive:before {
   content: "\f1c6"; }
 
 .fa-file-audio:before {
   content: "\f1c7"; }
 
 .fa-file-code:before {
   content: "\f1c9"; }
 
 .fa-file-contract:before {
   content: "\f56c"; }
 
 .fa-file-csv:before {
   content: "\f6dd"; }
 
 .fa-file-download:before {
   content: "\f56d"; }
 
 .fa-file-excel:before {
   content: "\f1c3"; }
 
 .fa-file-export:before {
   content: "\f56e"; }
 
 .fa-file-image:before {
   content: "\f1c5"; }
 
 .fa-file-import:before {
   content: "\f56f"; }
 
 .fa-file-invoice:before {
   content: "\f570"; }
 
 .fa-file-invoice-dollar:before {
   content: "\f571"; }
 
 .fa-file-medical:before {
   content: "\f477"; }
 
 .fa-file-medical-alt:before {
   content: "\f478"; }
 
 .fa-file-pdf:before {
   content: "\f1c1"; }
 
 .fa-file-powerpoint:before {
   content: "\f1c4"; }
 
 .fa-file-prescription:before {
   content: "\f572"; }
 
 .fa-file-signature:before {
   content: "\f573"; }
 
 .fa-file-upload:before {
   content: "\f574"; }
 
 .fa-file-video:before {
   content: "\f1c8"; }
 
 .fa-file-word:before {
   content: "\f1c2"; }
 
 .fa-fill:before {
   content: "\f575"; }
 
 .fa-fill-drip:before {
   content: "\f576"; }
 
 .fa-film:before {
   content: "\f008"; }
 
 .fa-filter:before {
   content: "\f0b0"; }
 
 .fa-fingerprint:before {
   content: "\f577"; }
 
 .fa-fire:before {
   content: "\f06d"; }
 
 .fa-fire-alt:before {
   content: "\f7e4"; }
 
 .fa-fire-extinguisher:before {
   content: "\f134"; }
 
 .fa-firefox:before {
   content: "\f269"; }
 
 .fa-first-aid:before {
   content: "\f479"; }
 
 .fa-first-order:before {
   content: "\f2b0"; }
 
 .fa-first-order-alt:before {
   content: "\f50a"; }
 
 .fa-firstdraft:before {
   content: "\f3a1"; }
 
 .fa-fish:before {
   content: "\f578"; }
 
 .fa-fist-raised:before {
   content: "\f6de"; }
 
 .fa-flag:before {
   content: "\f024"; }
 
 .fa-flag-checkered:before {
   content: "\f11e"; }
 
 .fa-flag-usa:before {
   content: "\f74d"; }
 
 .fa-flask:before {
   content: "\f0c3"; }
 
 .fa-flickr:before {
   content: "\f16e"; }
 
 .fa-flipboard:before {
   content: "\f44d"; }
 
 .fa-flushed:before {
   content: "\f579"; }
 
 .fa-fly:before {
   content: "\f417"; }
 
 .fa-folder:before {
   content: "\f07b"; }
 
 .fa-folder-minus:before {
   content: "\f65d"; }
 
 .fa-folder-open:before {
   content: "\f07c"; }
 
 .fa-folder-plus:before {
   content: "\f65e"; }
 
 .fa-font:before {
   content: "\f031"; }
 
 .fa-font-awesome:before {
   content: "\f2b4"; }
 
 .fa-font-awesome-alt:before {
   content: "\f35c"; }
 
 .fa-font-awesome-flag:before {
   content: "\f425"; }
 
 .fa-font-awesome-logo-full:before {
   content: "\f4e6"; }
 
 .fa-fonticons:before {
   content: "\f280"; }
 
 .fa-fonticons-fi:before {
   content: "\f3a2"; }
 
 .fa-football-ball:before {
   content: "\f44e"; }
 
 .fa-fort-awesome:before {
   content: "\f286"; }
 
 .fa-fort-awesome-alt:before {
   content: "\f3a3"; }
 
 .fa-forumbee:before {
   content: "\f211"; }
 
 .fa-forward:before {
   content: "\f04e"; }
 
 .fa-foursquare:before {
   content: "\f180"; }
 
 .fa-free-code-camp:before {
   content: "\f2c5"; }
 
 .fa-freebsd:before {
   content: "\f3a4"; }
 
 .fa-frog:before {
   content: "\f52e"; }
 
 .fa-frown:before {
   content: "\f119"; }
 
 .fa-frown-open:before {
   content: "\f57a"; }
 
 .fa-fulcrum:before {
   content: "\f50b"; }
 
 .fa-funnel-dollar:before {
   content: "\f662"; }
 
 .fa-futbol:before {
   content: "\f1e3"; }
 
 .fa-galactic-republic:before {
   content: "\f50c"; }
 
 .fa-galactic-senate:before {
   content: "\f50d"; }
 
 .fa-gamepad:before {
   content: "\f11b"; }
 
 .fa-gas-pump:before {
   content: "\f52f"; }
 
 .fa-gavel:before {
   content: "\f0e3"; }
 
 .fa-gem:before {
   content: "\f3a5"; }
 
 .fa-genderless:before {
   content: "\f22d"; }
 
 .fa-get-pocket:before {
   content: "\f265"; }
 
 .fa-gg:before {
   content: "\f260"; }
 
 .fa-gg-circle:before {
   content: "\f261"; }
 
 .fa-ghost:before {
   content: "\f6e2"; }
 
 .fa-gift:before {
   content: "\f06b"; }
 
 .fa-gifts:before {
   content: "\f79c"; }
 
 .fa-git:before {
   content: "\f1d3"; }
 
 .fa-git-alt:before {
   content: "\f841"; }
 
 .fa-git-square:before {
   content: "\f1d2"; }
 
 .fa-github:before {
   content: "\f09b"; }
 
 .fa-github-alt:before {
   content: "\f113"; }
 
 .fa-github-square:before {
   content: "\f092"; }
 
 .fa-gitkraken:before {
   content: "\f3a6"; }
 
 .fa-gitlab:before {
   content: "\f296"; }
 
 .fa-gitter:before {
   content: "\f426"; }
 
 .fa-glass-cheers:before {
   content: "\f79f"; }
 
 .fa-glass-martini:before {
   content: "\f000"; }
 
 .fa-glass-martini-alt:before {
   content: "\f57b"; }
 
 .fa-glass-whiskey:before {
   content: "\f7a0"; }
 
 .fa-glasses:before {
   content: "\f530"; }
 
 .fa-glide:before {
   content: "\f2a5"; }
 
 .fa-glide-g:before {
   content: "\f2a6"; }
 
 .fa-globe:before {
   content: "\f0ac"; }
 
 .fa-globe-africa:before {
   content: "\f57c"; }
 
 .fa-globe-americas:before {
   content: "\f57d"; }
 
 .fa-globe-asia:before {
   content: "\f57e"; }
 
 .fa-globe-europe:before {
   content: "\f7a2"; }
 
 .fa-gofore:before {
   content: "\f3a7"; }
 
 .fa-golf-ball:before {
   content: "\f450"; }
 
 .fa-goodreads:before {
   content: "\f3a8"; }
 
 .fa-goodreads-g:before {
   content: "\f3a9"; }
 
 .fa-google:before {
   content: "\f1a0"; }
 
 .fa-google-drive:before {
   content: "\f3aa"; }
 
 .fa-google-play:before {
   content: "\f3ab"; }
 
 .fa-google-plus:before {
   content: "\f2b3"; }
 
 .fa-google-plus-g:before {
   content: "\f0d5"; }
 
 .fa-google-plus-square:before {
   content: "\f0d4"; }
 
 .fa-google-wallet:before {
   content: "\f1ee"; }
 
 .fa-gopuram:before {
   content: "\f664"; }
 
 .fa-graduation-cap:before {
   content: "\f19d"; }
 
 .fa-gratipay:before {
   content: "\f184"; }
 
 .fa-grav:before {
   content: "\f2d6"; }
 
 .fa-greater-than:before {
   content: "\f531"; }
 
 .fa-greater-than-equal:before {
   content: "\f532"; }
 
 .fa-grimace:before {
   content: "\f57f"; }
 
 .fa-grin:before {
   content: "\f580"; }
 
 .fa-grin-alt:before {
   content: "\f581"; }
 
 .fa-grin-beam:before {
   content: "\f582"; }
 
 .fa-grin-beam-sweat:before {
   content: "\f583"; }
 
 .fa-grin-hearts:before {
   content: "\f584"; }
 
 .fa-grin-squint:before {
   content: "\f585"; }
 
 .fa-grin-squint-tears:before {
   content: "\f586"; }
 
 .fa-grin-stars:before {
   content: "\f587"; }
 
 .fa-grin-tears:before {
   content: "\f588"; }
 
 .fa-grin-tongue:before {
   content: "\f589"; }
 
 .fa-grin-tongue-squint:before {
   content: "\f58a"; }
 
 .fa-grin-tongue-wink:before {
   content: "\f58b"; }
 
 .fa-grin-wink:before {
   content: "\f58c"; }
 
 .fa-grip-horizontal:before {
   content: "\f58d"; }
 
 .fa-grip-lines:before {
   content: "\f7a4"; }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5"; }
 
 .fa-grip-vertical:before {
   content: "\f58e"; }
 
 .fa-gripfire:before {
   content: "\f3ac"; }
 
 .fa-grunt:before {
   content: "\f3ad"; }
 
 .fa-guitar:before {
   content: "\f7a6"; }
 
 .fa-gulp:before {
   content: "\f3ae"; }
 
 .fa-h-square:before {
   content: "\f0fd"; }
 
 .fa-hacker-news:before {
   content: "\f1d4"; }
 
 .fa-hacker-news-square:before {
   content: "\f3af"; }
 
 .fa-hackerrank:before {
   content: "\f5f7"; }
 
 .fa-hamburger:before {
   content: "\f805"; }
 
 .fa-hammer:before {
   content: "\f6e3"; }
 
 .fa-hamsa:before {
   content: "\f665"; }
 
 .fa-hand-holding:before {
   content: "\f4bd"; }
 
 .fa-hand-holding-heart:before {
   content: "\f4be"; }
 
 .fa-hand-holding-usd:before {
   content: "\f4c0"; }
 
 .fa-hand-lizard:before {
   content: "\f258"; }
 
 .fa-hand-middle-finger:before {
   content: "\f806"; }
 
 .fa-hand-paper:before {
   content: "\f256"; }
 
 .fa-hand-peace:before {
   content: "\f25b"; }
 
 .fa-hand-point-down:before {
   content: "\f0a7"; }
 
 .fa-hand-point-left:before {
   content: "\f0a5"; }
 
 .fa-hand-point-right:before {
   content: "\f0a4"; }
 
 .fa-hand-point-up:before {
   content: "\f0a6"; }
 
 .fa-hand-pointer:before {
   content: "\f25a"; }
 
 .fa-hand-rock:before {
   content: "\f255"; }
 
 .fa-hand-scissors:before {
   content: "\f257"; }
 
 .fa-hand-spock:before {
   content: "\f259"; }
 
 .fa-hands:before {
   content: "\f4c2"; }
 
 .fa-hands-helping:before {
   content: "\f4c4"; }
 
 .fa-handshake:before {
   content: "\f2b5"; }
 
 .fa-hanukiah:before {
   content: "\f6e6"; }
 
 .fa-hard-hat:before {
   content: "\f807"; }
 
 .fa-hashtag:before {
   content: "\f292"; }
 
 .fa-hat-wizard:before {
   content: "\f6e8"; }
 
 .fa-haykal:before {
   content: "\f666"; }
 
 .fa-hdd:before {
   content: "\f0a0"; }
 
 .fa-heading:before {
   content: "\f1dc"; }
 
 .fa-headphones:before {
   content: "\f025"; }
 
 .fa-headphones-alt:before {
   content: "\f58f"; }
 
 .fa-headset:before {
   content: "\f590"; }
 
 .fa-heart:before {
   content: "\f004"; }
 
 .fa-heart-broken:before {
   content: "\f7a9"; }
 
 .fa-heartbeat:before {
   content: "\f21e"; }
 
 .fa-helicopter:before {
   content: "\f533"; }
 
 .fa-highlighter:before {
   content: "\f591"; }
 
 .fa-hiking:before {
   content: "\f6ec"; }
 
 .fa-hippo:before {
   content: "\f6ed"; }
 
 .fa-hips:before {
   content: "\f452"; }
 
 .fa-hire-a-helper:before {
   content: "\f3b0"; }
 
 .fa-history:before {
   content: "\f1da"; }
 
 .fa-hockey-puck:before {
   content: "\f453"; }
 
 .fa-holly-berry:before {
   content: "\f7aa"; }
 
 .fa-home:before {
   content: "\f015"; }
 
 .fa-hooli:before {
   content: "\f427"; }
 
 .fa-hornbill:before {
   content: "\f592"; }
 
 .fa-horse:before {
   content: "\f6f0"; }
 
 .fa-horse-head:before {
   content: "\f7ab"; }
 
 .fa-hospital:before {
   content: "\f0f8"; }
 
 .fa-hospital-alt:before {
   content: "\f47d"; }
 
 .fa-hospital-symbol:before {
   content: "\f47e"; }
 
 .fa-hot-tub:before {
   content: "\f593"; }
 
 .fa-hotdog:before {
   content: "\f80f"; }
 
 .fa-hotel:before {
   content: "\f594"; }
 
 .fa-hotjar:before {
   content: "\f3b1"; }
 
 .fa-hourglass:before {
   content: "\f254"; }
 
 .fa-hourglass-end:before {
   content: "\f253"; }
 
 .fa-hourglass-half:before {
   content: "\f252"; }
 
 .fa-hourglass-start:before {
   content: "\f251"; }
 
 .fa-house-damage:before {
   content: "\f6f1"; }
 
 .fa-houzz:before {
   content: "\f27c"; }
 
 .fa-hryvnia:before {
   content: "\f6f2"; }
 
 .fa-html5:before {
   content: "\f13b"; }
 
 .fa-hubspot:before {
   content: "\f3b2"; }
 
 .fa-i-cursor:before {
   content: "\f246"; }
 
 .fa-ice-cream:before {
   content: "\f810"; }
 
 .fa-icicles:before {
   content: "\f7ad"; }
 
 .fa-id-badge:before {
   content: "\f2c1"; }
 
 .fa-id-card:before {
   content: "\f2c2"; }
 
 .fa-id-card-alt:before {
   content: "\f47f"; }
 
 .fa-igloo:before {
   content: "\f7ae"; }
 
 .fa-image:before {
   content: "\f03e"; }
 
 .fa-images:before {
   content: "\f302"; }
 
 .fa-imdb:before {
   content: "\f2d8"; }
 
 .fa-inbox:before {
   content: "\f01c"; }
 
 .fa-indent:before {
   content: "\f03c"; }
 
 .fa-industry:before {
   content: "\f275"; }
 
 .fa-infinity:before {
   content: "\f534"; }
 
 .fa-info:before {
   content: "\f129"; }
 
 .fa-info-circle:before {
   content: "\f05a"; }
 
 .fa-instagram:before {
   content: "\f16d"; }
 
 .fa-intercom:before {
   content: "\f7af"; }
 
 .fa-internet-explorer:before {
   content: "\f26b"; }
 
 .fa-invision:before {
   content: "\f7b0"; }
 
 .fa-ioxhost:before {
   content: "\f208"; }
 
 .fa-italic:before {
   content: "\f033"; }
 
 .fa-itch-io:before {
   content: "\f83a"; }
 
 .fa-itunes:before {
   content: "\f3b4"; }
 
 .fa-itunes-note:before {
   content: "\f3b5"; }
 
 .fa-java:before {
   content: "\f4e4"; }
 
 .fa-jedi:before {
   content: "\f669"; }
 
 .fa-jedi-order:before {
   content: "\f50e"; }
 
 .fa-jenkins:before {
   content: "\f3b6"; }
 
 .fa-jira:before {
   content: "\f7b1"; }
 
 .fa-joget:before {
   content: "\f3b7"; }
 
 .fa-joint:before {
   content: "\f595"; }
 
 .fa-joomla:before {
   content: "\f1aa"; }
 
 .fa-journal-whills:before {
   content: "\f66a"; }
 
 .fa-js:before {
   content: "\f3b8"; }
 
 .fa-js-square:before {
   content: "\f3b9"; }
 
 .fa-jsfiddle:before {
   content: "\f1cc"; }
 
 .fa-kaaba:before {
   content: "\f66b"; }
 
 .fa-kaggle:before {
   content: "\f5fa"; }
 
 .fa-key:before {
   content: "\f084"; }
 
 .fa-keybase:before {
   content: "\f4f5"; }
 
 .fa-keyboard:before {
   content: "\f11c"; }
 
 .fa-keycdn:before {
   content: "\f3ba"; }
 
 .fa-khanda:before {
   content: "\f66d"; }
 
 .fa-kickstarter:before {
   content: "\f3bb"; }
 
 .fa-kickstarter-k:before {
   content: "\f3bc"; }
 
 .fa-kiss:before {
   content: "\f596"; }
 
 .fa-kiss-beam:before {
   content: "\f597"; }
 
 .fa-kiss-wink-heart:before {
   content: "\f598"; }
 
 .fa-kiwi-bird:before {
   content: "\f535"; }
 
 .fa-korvue:before {
   content: "\f42f"; }
 
 .fa-landmark:before {
   content: "\f66f"; }
 
 .fa-language:before {
   content: "\f1ab"; }
 
 .fa-laptop:before {
   content: "\f109"; }
 
 .fa-laptop-code:before {
   content: "\f5fc"; }
 
 .fa-laptop-medical:before {
   content: "\f812"; }
 
 .fa-laravel:before {
   content: "\f3bd"; }
 
 .fa-lastfm:before {
   content: "\f202"; }
 
 .fa-lastfm-square:before {
   content: "\f203"; }
 
 .fa-laugh:before {
   content: "\f599"; }
 
 .fa-laugh-beam:before {
   content: "\f59a"; }
 
 .fa-laugh-squint:before {
   content: "\f59b"; }
 
 .fa-laugh-wink:before {
   content: "\f59c"; }
 
 .fa-layer-group:before {
   content: "\f5fd"; }
 
 .fa-leaf:before {
   content: "\f06c"; }
 
 .fa-leanpub:before {
   content: "\f212"; }
 
 .fa-lemon:before {
   content: "\f094"; }
 
 .fa-less:before {
   content: "\f41d"; }
 
 .fa-less-than:before {
   content: "\f536"; }
 
 .fa-less-than-equal:before {
   content: "\f537"; }
 
 .fa-level-down-alt:before {
   content: "\f3be"; }
 
 .fa-level-up-alt:before {
   content: "\f3bf"; }
 
 .fa-life-ring:before {
   content: "\f1cd"; }
 
 .fa-lightbulb:before {
   content: "\f0eb"; }
 
 .fa-line:before {
   content: "\f3c0"; }
 
 .fa-link:before {
   content: "\f0c1"; }
 
 .fa-linkedin:before {
   content: "\f08c"; }
 
 .fa-linkedin-in:before {
   content: "\f0e1"; }
 
 .fa-linode:before {
   content: "\f2b8"; }
 
 .fa-linux:before {
   content: "\f17c"; }
 
 .fa-lira-sign:before {
   content: "\f195"; }
 
 .fa-list:before {
   content: "\f03a"; }
 
 .fa-list-alt:before {
   content: "\f022"; }
 
 .fa-list-ol:before {
   content: "\f0cb"; }
 
 .fa-list-ul:before {
   content: "\f0ca"; }
 
 .fa-location-arrow:before {
   content: "\f124"; }
 
 .fa-lock:before {
   content: "\f023"; }
 
 .fa-lock-open:before {
   content: "\f3c1"; }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309"; }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a"; }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b"; }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c"; }
 
 .fa-low-vision:before {
   content: "\f2a8"; }
 
 .fa-luggage-cart:before {
   content: "\f59d"; }
 
 .fa-lyft:before {
   content: "\f3c3"; }
 
 .fa-magento:before {
   content: "\f3c4"; }
 
 .fa-magic:before {
   content: "\f0d0"; }
 
 .fa-magnet:before {
   content: "\f076"; }
 
 .fa-mail-bulk:before {
   content: "\f674"; }
 
 .fa-mailchimp:before {
   content: "\f59e"; }
 
 .fa-male:before {
   content: "\f183"; }
 
 .fa-mandalorian:before {
   content: "\f50f"; }
 
 .fa-map:before {
   content: "\f279"; }
 
 .fa-map-marked:before {
   content: "\f59f"; }
 
 .fa-map-marked-alt:before {
   content: "\f5a0"; }
 
 .fa-map-marker:before {
   content: "\f041"; }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"; }
 
 .fa-map-pin:before {
   content: "\f276"; }
 
 .fa-map-signs:before {
   content: "\f277"; }
 
 .fa-markdown:before {
   content: "\f60f"; }
 
 .fa-marker:before {
   content: "\f5a1"; }
 
 .fa-mars:before {
   content: "\f222"; }
 
 .fa-mars-double:before {
   content: "\f227"; }
 
 .fa-mars-stroke:before {
   content: "\f229"; }
 
 .fa-mars-stroke-h:before {
   content: "\f22b"; }
 
 .fa-mars-stroke-v:before {
   content: "\f22a"; }
 
 .fa-mask:before {
   content: "\f6fa"; }
 
 .fa-mastodon:before {
   content: "\f4f6"; }
 
 .fa-maxcdn:before {
   content: "\f136"; }
 
 .fa-medal:before {
   content: "\f5a2"; }
 
 .fa-medapps:before {
   content: "\f3c6"; }
 
 .fa-medium:before {
   content: "\f23a"; }
 
 .fa-medium-m:before {
   content: "\f3c7"; }
 
 .fa-medkit:before {
   content: "\f0fa"; }
 
 .fa-medrt:before {
   content: "\f3c8"; }
 
 .fa-meetup:before {
   content: "\f2e0"; }
 
 .fa-megaport:before {
   content: "\f5a3"; }
 
 .fa-meh:before {
   content: "\f11a"; }
 
 .fa-meh-blank:before {
   content: "\f5a4"; }
 
 .fa-meh-rolling-eyes:before {
   content: "\f5a5"; }
 
 .fa-memory:before {
   content: "\f538"; }
 
 .fa-mendeley:before {
   content: "\f7b3"; }
 
 .fa-menorah:before {
   content: "\f676"; }
 
 .fa-mercury:before {
   content: "\f223"; }
 
 .fa-meteor:before {
   content: "\f753"; }
 
 .fa-microchip:before {
   content: "\f2db"; }
 
 .fa-microphone:before {
   content: "\f130"; }
 
 .fa-microphone-alt:before {
   content: "\f3c9"; }
 
 .fa-microphone-alt-slash:before {
   content: "\f539"; }
 
 .fa-microphone-slash:before {
   content: "\f131"; }
 
 .fa-microscope:before {
   content: "\f610"; }
 
 .fa-microsoft:before {
   content: "\f3ca"; }
 
 .fa-minus:before {
   content: "\f068"; }
 
 .fa-minus-circle:before {
   content: "\f056"; }
 
 .fa-minus-square:before {
   content: "\f146"; }
 
 .fa-mitten:before {
   content: "\f7b5"; }
 
 .fa-mix:before {
   content: "\f3cb"; }
 
 .fa-mixcloud:before {
   content: "\f289"; }
 
 .fa-mizuni:before {
   content: "\f3cc"; }
 
 .fa-mobile:before {
   content: "\f10b"; }
 
 .fa-mobile-alt:before {
   content: "\f3cd"; }
 
 .fa-modx:before {
   content: "\f285"; }
 
 .fa-monero:before {
   content: "\f3d0"; }
 
 .fa-money-bill:before {
   content: "\f0d6"; }
 
 .fa-money-bill-alt:before {
   content: "\f3d1"; }
 
 .fa-money-bill-wave:before {
   content: "\f53a"; }
 
 .fa-money-bill-wave-alt:before {
   content: "\f53b"; }
 
 .fa-money-check:before {
   content: "\f53c"; }
 
 .fa-money-check-alt:before {
   content: "\f53d"; }
 
 .fa-monument:before {
   content: "\f5a6"; }
 
 .fa-moon:before {
   content: "\f186"; }
 
 .fa-mortar-pestle:before {
   content: "\f5a7"; }
 
 .fa-mosque:before {
   content: "\f678"; }
 
 .fa-motorcycle:before {
   content: "\f21c"; }
 
 .fa-mountain:before {
   content: "\f6fc"; }
 
 .fa-mouse-pointer:before {
   content: "\f245"; }
 
 .fa-mug-hot:before {
   content: "\f7b6"; }
 
 .fa-music:before {
   content: "\f001"; }
 
 .fa-napster:before {
   content: "\f3d2"; }
 
 .fa-neos:before {
   content: "\f612"; }
 
 .fa-network-wired:before {
   content: "\f6ff"; }
 
 .fa-neuter:before {
   content: "\f22c"; }
 
 .fa-newspaper:before {
   content: "\f1ea"; }
 
 .fa-nimblr:before {
   content: "\f5a8"; }
 
 .fa-nintendo-switch:before {
   content: "\f418"; }
 
 .fa-node:before {
   content: "\f419"; }
 
 .fa-node-js:before {
   content: "\f3d3"; }
 
 .fa-not-equal:before {
   content: "\f53e"; }
 
 .fa-notes-medical:before {
   content: "\f481"; }
 
 .fa-npm:before {
   content: "\f3d4"; }
 
 .fa-ns8:before {
   content: "\f3d5"; }
 
 .fa-nutritionix:before {
   content: "\f3d6"; }
 
 .fa-object-group:before {
   content: "\f247"; }
 
 .fa-object-ungroup:before {
   content: "\f248"; }
 
 .fa-odnoklassniki:before {
   content: "\f263"; }
 
 .fa-odnoklassniki-square:before {
   content: "\f264"; }
 
 .fa-oil-can:before {
   content: "\f613"; }
 
 .fa-old-republic:before {
   content: "\f510"; }
 
 .fa-om:before {
   content: "\f679"; }
 
 .fa-opencart:before {
   content: "\f23d"; }
 
 .fa-openid:before {
   content: "\f19b"; }
 
 .fa-opera:before {
   content: "\f26a"; }
 
 .fa-optin-monster:before {
   content: "\f23c"; }
 
 .fa-osi:before {
   content: "\f41a"; }
 
 .fa-otter:before {
   content: "\f700"; }
 
 .fa-outdent:before {
   content: "\f03b"; }
 
 .fa-page4:before {
   content: "\f3d7"; }
 
 .fa-pagelines:before {
   content: "\f18c"; }
 
 .fa-pager:before {
   content: "\f815"; }
 
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
 .fa-paint-roller:before {
   content: "\f5aa"; }
 
 .fa-palette:before {
   content: "\f53f"; }
 
 .fa-palfed:before {
   content: "\f3d8"; }
 
 .fa-pallet:before {
   content: "\f482"; }
 
 .fa-paper-plane:before {
   content: "\f1d8"; }
 
 .fa-paperclip:before {
   content: "\f0c6"; }
 
 .fa-parachute-box:before {
   content: "\f4cd"; }
 
 .fa-paragraph:before {
   content: "\f1dd"; }
 
 .fa-parking:before {
   content: "\f540"; }
 
 .fa-passport:before {
   content: "\f5ab"; }
 
 .fa-pastafarianism:before {
   content: "\f67b"; }
 
 .fa-paste:before {
   content: "\f0ea"; }
 
 .fa-patreon:before {
   content: "\f3d9"; }
 
 .fa-pause:before {
   content: "\f04c"; }
 
 .fa-pause-circle:before {
   content: "\f28b"; }
 
 .fa-paw:before {
   content: "\f1b0"; }
 
 .fa-paypal:before {
   content: "\f1ed"; }
 
 .fa-peace:before {
   content: "\f67c"; }
 
 .fa-pen:before {
   content: "\f304"; }
 
 .fa-pen-alt:before {
   content: "\f305"; }
 
 .fa-pen-fancy:before {
   content: "\f5ac"; }
 
 .fa-pen-nib:before {
   content: "\f5ad"; }
 
 .fa-pen-square:before {
   content: "\f14b"; }
 
 .fa-pencil-alt:before {
   content: "\f303"; }
 
 .fa-pencil-ruler:before {
   content: "\f5ae"; }
 
 .fa-penny-arcade:before {
   content: "\f704"; }
 
 .fa-people-carry:before {
   content: "\f4ce"; }
 
 .fa-pepper-hot:before {
   content: "\f816"; }
 
 .fa-percent:before {
   content: "\f295"; }
 
 .fa-percentage:before {
   content: "\f541"; }
 
 .fa-periscope:before {
   content: "\f3da"; }
 
 .fa-person-booth:before {
   content: "\f756"; }
 
 .fa-phabricator:before {
   content: "\f3db"; }
 
 .fa-phoenix-framework:before {
   content: "\f3dc"; }
 
 .fa-phoenix-squadron:before {
   content: "\f511"; }
 
 .fa-phone:before {
   content: "\f095"; }
 
 .fa-phone-slash:before {
   content: "\f3dd"; }
 
 .fa-phone-square:before {
   content: "\f098"; }
 
 .fa-phone-volume:before {
   content: "\f2a0"; }
 
 .fa-php:before {
   content: "\f457"; }
 
 .fa-pied-piper:before {
   content: "\f2ae"; }
 
 .fa-pied-piper-alt:before {
   content: "\f1a8"; }
 
 .fa-pied-piper-hat:before {
   content: "\f4e5"; }
 
 .fa-pied-piper-pp:before {
   content: "\f1a7"; }
 
 .fa-piggy-bank:before {
   content: "\f4d3"; }
 
 .fa-pills:before {
   content: "\f484"; }
 
 .fa-pinterest:before {
   content: "\f0d2"; }
 
 .fa-pinterest-p:before {
   content: "\f231"; }
 
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
 .fa-pizza-slice:before {
   content: "\f818"; }
 
 .fa-place-of-worship:before {
   content: "\f67f"; }
 
 .fa-plane:before {
   content: "\f072"; }
 
 .fa-plane-arrival:before {
   content: "\f5af"; }
 
 .fa-plane-departure:before {
   content: "\f5b0"; }
 
 .fa-play:before {
   content: "\f04b"; }
 
 .fa-play-circle:before {
   content: "\f144"; }
 
 .fa-playstation:before {
   content: "\f3df"; }
 
 .fa-plug:before {
   content: "\f1e6"; }
 
 .fa-plus:before {
   content: "\f067"; }
 
 .fa-plus-circle:before {
   content: "\f055"; }
 
 .fa-plus-square:before {
   content: "\f0fe"; }
 
 .fa-podcast:before {
   content: "\f2ce"; }
 
 .fa-poll:before {
   content: "\f681"; }
 
 .fa-poll-h:before {
   content: "\f682"; }
 
 .fa-poo:before {
   content: "\f2fe"; }
 
 .fa-poo-storm:before {
   content: "\f75a"; }
 
 .fa-poop:before {
   content: "\f619"; }
 
 .fa-portrait:before {
   content: "\f3e0"; }
 
 .fa-pound-sign:before {
   content: "\f154"; }
 
 .fa-power-off:before {
   content: "\f011"; }
 
 .fa-pray:before {
   content: "\f683"; }
 
 .fa-praying-hands:before {
   content: "\f684"; }
 
 .fa-prescription:before {
   content: "\f5b1"; }
 
 .fa-prescription-bottle:before {
   content: "\f485"; }
 
 .fa-prescription-bottle-alt:before {
   content: "\f486"; }
 
 .fa-print:before {
   content: "\f02f"; }
 
 .fa-procedures:before {
   content: "\f487"; }
 
 .fa-product-hunt:before {
   content: "\f288"; }
 
 .fa-project-diagram:before {
   content: "\f542"; }
 
 .fa-pushed:before {
   content: "\f3e1"; }
 
 .fa-puzzle-piece:before {
   content: "\f12e"; }
 
 .fa-python:before {
   content: "\f3e2"; }
 
 .fa-qq:before {
   content: "\f1d6"; }
 
 .fa-qrcode:before {
   content: "\f029"; }
 
 .fa-question:before {
   content: "\f128"; }
 
 .fa-question-circle:before {
   content: "\f059"; }
 
 .fa-quidditch:before {
   content: "\f458"; }
 
 .fa-quinscape:before {
   content: "\f459"; }
 
 .fa-quora:before {
   content: "\f2c4"; }
 
 .fa-quote-left:before {
   content: "\f10d"; }
 
 .fa-quote-right:before {
   content: "\f10e"; }
 
 .fa-quran:before {
   content: "\f687"; }
 
 .fa-r-project:before {
   content: "\f4f7"; }
 
 .fa-radiation:before {
   content: "\f7b9"; }
 
 .fa-radiation-alt:before {
   content: "\f7ba"; }
 
 .fa-rainbow:before {
   content: "\f75b"; }
 
 .fa-random:before {
   content: "\f074"; }
 
 .fa-raspberry-pi:before {
   content: "\f7bb"; }
 
 .fa-ravelry:before {
   content: "\f2d9"; }
 
 .fa-react:before {
   content: "\f41b"; }
 
 .fa-reacteurope:before {
   content: "\f75d"; }
 
 .fa-readme:before {
   content: "\f4d5"; }
 
 .fa-rebel:before {
   content: "\f1d0"; }
 
 .fa-receipt:before {
   content: "\f543"; }
 
 .fa-recycle:before {
   content: "\f1b8"; }
 
 .fa-red-river:before {
   content: "\f3e3"; }
 
 .fa-reddit:before {
   content: "\f1a1"; }
 
 .fa-reddit-alien:before {
   content: "\f281"; }
 
 .fa-reddit-square:before {
   content: "\f1a2"; }
 
 .fa-redhat:before {
   content: "\f7bc"; }
 
 .fa-redo:before {
   content: "\f01e"; }
 
 .fa-redo-alt:before {
   content: "\f2f9"; }
 
 .fa-registered:before {
   content: "\f25d"; }
 
 .fa-renren:before {
   content: "\f18b"; }
 
 .fa-reply:before {
   content: "\f3e5"; }
 
 .fa-reply-all:before {
   content: "\f122"; }
 
 .fa-replyd:before {
   content: "\f3e6"; }
 
 .fa-republican:before {
   content: "\f75e"; }
 
 .fa-researchgate:before {
   content: "\f4f8"; }
 
 .fa-resolving:before {
   content: "\f3e7"; }
 
 .fa-restroom:before {
   content: "\f7bd"; }
 
 .fa-retweet:before {
   content: "\f079"; }
 
 .fa-rev:before {
   content: "\f5b2"; }
 
 .fa-ribbon:before {
   content: "\f4d6"; }
 
 .fa-ring:before {
   content: "\f70b"; }
 
 .fa-road:before {
   content: "\f018"; }
 
 .fa-robot:before {
   content: "\f544"; }
 
 .fa-rocket:before {
   content: "\f135"; }
 
 .fa-rocketchat:before {
   content: "\f3e8"; }
 
 .fa-rockrms:before {
   content: "\f3e9"; }
 
 .fa-route:before {
   content: "\f4d7"; }
 
 .fa-rss:before {
   content: "\f09e"; }
 
 .fa-rss-square:before {
   content: "\f143"; }
 
 .fa-ruble-sign:before {
   content: "\f158"; }
 
 .fa-ruler:before {
   content: "\f545"; }
 
 .fa-ruler-combined:before {
   content: "\f546"; }
 
 .fa-ruler-horizontal:before {
   content: "\f547"; }
 
 .fa-ruler-vertical:before {
   content: "\f548"; }
 
 .fa-running:before {
   content: "\f70c"; }
 
 .fa-rupee-sign:before {
   content: "\f156"; }
 
 .fa-sad-cry:before {
   content: "\f5b3"; }
 
 .fa-sad-tear:before {
   content: "\f5b4"; }
 
 .fa-safari:before {
   content: "\f267"; }
 
 .fa-salesforce:before {
   content: "\f83b"; }
 
 .fa-sass:before {
   content: "\f41e"; }
 
 .fa-satellite:before {
   content: "\f7bf"; }
 
 .fa-satellite-dish:before {
   content: "\f7c0"; }
 
 .fa-save:before {
   content: "\f0c7"; }
 
 .fa-schlix:before {
   content: "\f3ea"; }
 
 .fa-school:before {
   content: "\f549"; }
 
 .fa-screwdriver:before {
   content: "\f54a"; }
 
 .fa-scribd:before {
   content: "\f28a"; }
 
 .fa-scroll:before {
   content: "\f70e"; }
 
 .fa-sd-card:before {
   content: "\f7c2"; }
 
 .fa-search:before {
   content: "\f002"; }
 
 .fa-search-dollar:before {
   content: "\f688"; }
 
 .fa-search-location:before {
   content: "\f689"; }
 
 .fa-search-minus:before {
   content: "\f010"; }
 
 .fa-search-plus:before {
   content: "\f00e"; }
 
 .fa-searchengin:before {
   content: "\f3eb"; }
 
 .fa-seedling:before {
   content: "\f4d8"; }
 
 .fa-sellcast:before {
   content: "\f2da"; }
 
 .fa-sellsy:before {
   content: "\f213"; }
 
 .fa-server:before {
   content: "\f233"; }
 
 .fa-servicestack:before {
   content: "\f3ec"; }
 
 .fa-shapes:before {
   content: "\f61f"; }
 
 .fa-share:before {
   content: "\f064"; }
 
 .fa-share-alt:before {
   content: "\f1e0"; }
 
 .fa-share-alt-square:before {
   content: "\f1e1"; }
 
 .fa-share-square:before {
   content: "\f14d"; }
 
 .fa-shekel-sign:before {
   content: "\f20b"; }
 
 .fa-shield-alt:before {
   content: "\f3ed"; }
 
 .fa-ship:before {
   content: "\f21a"; }
 
 .fa-shipping-fast:before {
   content: "\f48b"; }
 
 .fa-shirtsinbulk:before {
   content: "\f214"; }
 
 .fa-shoe-prints:before {
   content: "\f54b"; }
 
 .fa-shopping-bag:before {
   content: "\f290"; }
 
 .fa-shopping-basket:before {
   content: "\f291"; }
 
 .fa-shopping-cart:before {
   content: "\f07a"; }
 
 .fa-shopware:before {
   content: "\f5b5"; }
 
 .fa-shower:before {
   content: "\f2cc"; }
 
 .fa-shuttle-van:before {
   content: "\f5b6"; }
 
 .fa-sign:before {
   content: "\f4d9"; }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"; }
 
 .fa-sign-language:before {
   content: "\f2a7"; }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"; }
 
 .fa-signal:before {
   content: "\f012"; }
 
 .fa-signature:before {
   content: "\f5b7"; }
 
 .fa-sim-card:before {
   content: "\f7c4"; }
 
 .fa-simplybuilt:before {
   content: "\f215"; }
 
 .fa-sistrix:before {
   content: "\f3ee"; }
 
 .fa-sitemap:before {
   content: "\f0e8"; }
 
 .fa-sith:before {
   content: "\f512"; }
 
 .fa-skating:before {
   content: "\f7c5"; }
 
 .fa-sketch:before {
   content: "\f7c6"; }
 
 .fa-skiing:before {
   content: "\f7c9"; }
 
 .fa-skiing-nordic:before {
   content: "\f7ca"; }
 
 .fa-skull:before {
   content: "\f54c"; }
 
 .fa-skull-crossbones:before {
   content: "\f714"; }
 
 .fa-skyatlas:before {
   content: "\f216"; }
 
 .fa-skype:before {
   content: "\f17e"; }
 
 .fa-slack:before {
   content: "\f198"; }
 
 .fa-slack-hash:before {
   content: "\f3ef"; }
 
 .fa-slash:before {
   content: "\f715"; }
 
 .fa-sleigh:before {
   content: "\f7cc"; }
 
 .fa-sliders-h:before {
   content: "\f1de"; }
 
 .fa-slideshare:before {
   content: "\f1e7"; }
 
 .fa-smile:before {
   content: "\f118"; }
 
 .fa-smile-beam:before {
   content: "\f5b8"; }
 
 .fa-smile-wink:before {
   content: "\f4da"; }
 
 .fa-smog:before {
   content: "\f75f"; }
 
 .fa-smoking:before {
   content: "\f48d"; }
 
 .fa-smoking-ban:before {
   content: "\f54d"; }
 
 .fa-sms:before {
   content: "\f7cd"; }
 
 .fa-snapchat:before {
   content: "\f2ab"; }
 
 .fa-snapchat-ghost:before {
   content: "\f2ac"; }
 
 .fa-snapchat-square:before {
   content: "\f2ad"; }
 
 .fa-snowboarding:before {
   content: "\f7ce"; }
 
 .fa-snowflake:before {
   content: "\f2dc"; }
 
 .fa-snowman:before {
   content: "\f7d0"; }
 
 .fa-snowplow:before {
   content: "\f7d2"; }
 
 .fa-socks:before {
   content: "\f696"; }
 
 .fa-solar-panel:before {
   content: "\f5ba"; }
 
 .fa-sort:before {
   content: "\f0dc"; }
 
 .fa-sort-alpha-down:before {
   content: "\f15d"; }
 
 .fa-sort-alpha-up:before {
   content: "\f15e"; }
 
 .fa-sort-amount-down:before {
   content: "\f160"; }
 
 .fa-sort-amount-up:before {
   content: "\f161"; }
 
 .fa-sort-down:before {
   content: "\f0dd"; }
 
 .fa-sort-numeric-down:before {
   content: "\f162"; }
 
 .fa-sort-numeric-up:before {
   content: "\f163"; }
 
 .fa-sort-up:before {
   content: "\f0de"; }
 
 .fa-soundcloud:before {
   content: "\f1be"; }
 
 .fa-sourcetree:before {
   content: "\f7d3"; }
 
 .fa-spa:before {
   content: "\f5bb"; }
 
 .fa-space-shuttle:before {
   content: "\f197"; }
 
 .fa-speakap:before {
   content: "\f3f3"; }
 
 .fa-speaker-deck:before {
   content: "\f83c"; }
 
 .fa-spider:before {
   content: "\f717"; }
 
 .fa-spinner:before {
   content: "\f110"; }
 
 .fa-splotch:before {
   content: "\f5bc"; }
 
 .fa-spotify:before {
   content: "\f1bc"; }
 
 .fa-spray-can:before {
   content: "\f5bd"; }
 
 .fa-square:before {
   content: "\f0c8"; }
 
 .fa-square-full:before {
   content: "\f45c"; }
 
 .fa-square-root-alt:before {
   content: "\f698"; }
 
 .fa-squarespace:before {
   content: "\f5be"; }
 
 .fa-stack-exchange:before {
   content: "\f18d"; }
 
 .fa-stack-overflow:before {
   content: "\f16c"; }
 
 .fa-stackpath:before {
   content: "\f842"; }
 
 .fa-stamp:before {
   content: "\f5bf"; }
 
 .fa-star:before {
   content: "\f005"; }
 
 .fa-star-and-crescent:before {
   content: "\f699"; }
 
 .fa-star-half:before {
   content: "\f089"; }
 
 .fa-star-half-alt:before {
   content: "\f5c0"; }
 
 .fa-star-of-david:before {
   content: "\f69a"; }
 
 .fa-star-of-life:before {
   content: "\f621"; }
 
 .fa-staylinked:before {
   content: "\f3f5"; }
 
 .fa-steam:before {
   content: "\f1b6"; }
 
 .fa-steam-square:before {
   content: "\f1b7"; }
 
 .fa-steam-symbol:before {
   content: "\f3f6"; }
 
 .fa-step-backward:before {
   content: "\f048"; }
 
 .fa-step-forward:before {
   content: "\f051"; }
 
 .fa-stethoscope:before {
   content: "\f0f1"; }
 
 .fa-sticker-mule:before {
   content: "\f3f7"; }
 
 .fa-sticky-note:before {
   content: "\f249"; }
 
 .fa-stop:before {
   content: "\f04d"; }
 
 .fa-stop-circle:before {
   content: "\f28d"; }
 
 .fa-stopwatch:before {
   content: "\f2f2"; }
 
 .fa-store:before {
   content: "\f54e"; }
 
 .fa-store-alt:before {
   content: "\f54f"; }
 
 .fa-strava:before {
   content: "\f428"; }
 
 .fa-stream:before {
   content: "\f550"; }
 
 .fa-street-view:before {
   content: "\f21d"; }
 
 .fa-strikethrough:before {
   content: "\f0cc"; }
 
 .fa-stripe:before {
   content: "\f429"; }
 
 .fa-stripe-s:before {
   content: "\f42a"; }
 
 .fa-stroopwafel:before {
   content: "\f551"; }
 
 .fa-studiovinari:before {
   content: "\f3f8"; }
 
 .fa-stumbleupon:before {
   content: "\f1a4"; }
 
 .fa-stumbleupon-circle:before {
   content: "\f1a3"; }
 
 .fa-subscript:before {
   content: "\f12c"; }
 
 .fa-subway:before {
   content: "\f239"; }
 
 .fa-suitcase:before {
   content: "\f0f2"; }
 
 .fa-suitcase-rolling:before {
   content: "\f5c1"; }
 
 .fa-sun:before {
   content: "\f185"; }
 
 .fa-superpowers:before {
   content: "\f2dd"; }
 
 .fa-superscript:before {
   content: "\f12b"; }
 
 .fa-supple:before {
   content: "\f3f9"; }
 
 .fa-surprise:before {
   content: "\f5c2"; }
 
 .fa-suse:before {
   content: "\f7d6"; }
 
 .fa-swatchbook:before {
   content: "\f5c3"; }
 
 .fa-swimmer:before {
   content: "\f5c4"; }
 
 .fa-swimming-pool:before {
   content: "\f5c5"; }
 
 .fa-symfony:before {
   content: "\f83d"; }
 
 .fa-synagogue:before {
   content: "\f69b"; }
 
 .fa-sync:before {
   content: "\f021"; }
 
 .fa-sync-alt:before {
   content: "\f2f1"; }
 
 .fa-syringe:before {
   content: "\f48e"; }
 
 .fa-table:before {
   content: "\f0ce"; }
 
 .fa-table-tennis:before {
   content: "\f45d"; }
 
 .fa-tablet:before {
   content: "\f10a"; }
 
 .fa-tablet-alt:before {
   content: "\f3fa"; }
 
 .fa-tablets:before {
   content: "\f490"; }
 
 .fa-tachometer-alt:before {
   content: "\f3fd"; }
 
 .fa-tag:before {
   content: "\f02b"; }
 
 .fa-tags:before {
   content: "\f02c"; }
 
 .fa-tape:before {
   content: "\f4db"; }
 
 .fa-tasks:before {
   content: "\f0ae"; }
 
 .fa-taxi:before {
   content: "\f1ba"; }
 
 .fa-teamspeak:before {
   content: "\f4f9"; }
 
 .fa-teeth:before {
   content: "\f62e"; }
 
 .fa-teeth-open:before {
   content: "\f62f"; }
 
 .fa-telegram:before {
   content: "\f2c6"; }
 
 .fa-telegram-plane:before {
   content: "\f3fe"; }
 
 .fa-temperature-high:before {
   content: "\f769"; }
 
 .fa-temperature-low:before {
   content: "\f76b"; }
 
 .fa-tencent-weibo:before {
   content: "\f1d5"; }
 
 .fa-tenge:before {
   content: "\f7d7"; }
 
 .fa-terminal:before {
   content: "\f120"; }
 
 .fa-text-height:before {
   content: "\f034"; }
 
 .fa-text-width:before {
   content: "\f035"; }
 
 .fa-th:before {
   content: "\f00a"; }
 
 .fa-th-large:before {
   content: "\f009"; }
 
 .fa-th-list:before {
   content: "\f00b"; }
 
 .fa-the-red-yeti:before {
   content: "\f69d"; }
 
 .fa-theater-masks:before {
   content: "\f630"; }
 
 .fa-themeco:before {
   content: "\f5c6"; }
 
 .fa-themeisle:before {
   content: "\f2b2"; }
 
 .fa-thermometer:before {
   content: "\f491"; }
 
 .fa-thermometer-empty:before {
   content: "\f2cb"; }
 
 .fa-thermometer-full:before {
   content: "\f2c7"; }
 
 .fa-thermometer-half:before {
   content: "\f2c9"; }
 
 .fa-thermometer-quarter:before {
   content: "\f2ca"; }
 
 .fa-thermometer-three-quarters:before {
   content: "\f2c8"; }
 
 .fa-think-peaks:before {
   content: "\f731"; }
 
 .fa-thumbs-down:before {
   content: "\f165"; }
 
 .fa-thumbs-up:before {
   content: "\f164"; }
 
 .fa-thumbtack:before {
   content: "\f08d"; }
 
 .fa-ticket-alt:before {
   content: "\f3ff"; }
 
 .fa-times:before {
   content: "\f00d"; }
 
 .fa-times-circle:before {
   content: "\f057"; }
 
 .fa-tint:before {
   content: "\f043"; }
 
 .fa-tint-slash:before {
   content: "\f5c7"; }
 
 .fa-tired:before {
   content: "\f5c8"; }
 
 .fa-toggle-off:before {
   content: "\f204"; }
 
 .fa-toggle-on:before {
   content: "\f205"; }
 
 .fa-toilet:before {
   content: "\f7d8"; }
 
 .fa-toilet-paper:before {
   content: "\f71e"; }
 
 .fa-toolbox:before {
   content: "\f552"; }
 
 .fa-tools:before {
   content: "\f7d9"; }
 
 .fa-tooth:before {
   content: "\f5c9"; }
 
 .fa-torah:before {
   content: "\f6a0"; }
 
 .fa-torii-gate:before {
   content: "\f6a1"; }
 
 .fa-tractor:before {
   content: "\f722"; }
 
 .fa-trade-federation:before {
   content: "\f513"; }
 
 .fa-trademark:before {
   content: "\f25c"; }
 
 .fa-traffic-light:before {
   content: "\f637"; }
 
 .fa-train:before {
   content: "\f238"; }
 
 .fa-tram:before {
   content: "\f7da"; }
 
 .fa-transgender:before {
   content: "\f224"; }
 
 .fa-transgender-alt:before {
   content: "\f225"; }
 
 .fa-trash:before {
   content: "\f1f8"; }
 
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
 .fa-trash-restore:before {
   content: "\f829"; }
 
 .fa-trash-restore-alt:before {
   content: "\f82a"; }
 
 .fa-tree:before {
   content: "\f1bb"; }
 
 .fa-trello:before {
   content: "\f181"; }
 
 .fa-tripadvisor:before {
   content: "\f262"; }
 
 .fa-trophy:before {
   content: "\f091"; }
 
 .fa-truck:before {
   content: "\f0d1"; }
 
 .fa-truck-loading:before {
   content: "\f4de"; }
 
 .fa-truck-monster:before {
   content: "\f63b"; }
 
 .fa-truck-moving:before {
   content: "\f4df"; }
 
 .fa-truck-pickup:before {
   content: "\f63c"; }
 
 .fa-tshirt:before {
   content: "\f553"; }
 
 .fa-tty:before {
   content: "\f1e4"; }
 
 .fa-tumblr:before {
   content: "\f173"; }
 
 .fa-tumblr-square:before {
   content: "\f174"; }
 
 .fa-tv:before {
   content: "\f26c"; }
 
 .fa-twitch:before {
   content: "\f1e8"; }
 
 .fa-twitter:before {
   content: "\f099"; }
 
 .fa-twitter-square:before {
   content: "\f081"; }
 
 .fa-typo3:before {
   content: "\f42b"; }
 
 .fa-uber:before {
   content: "\f402"; }
 
 .fa-ubuntu:before {
   content: "\f7df"; }
 
 .fa-uikit:before {
   content: "\f403"; }
 
 .fa-umbrella:before {
   content: "\f0e9"; }
 
 .fa-umbrella-beach:before {
   content: "\f5ca"; }
 
 .fa-underline:before {
   content: "\f0cd"; }
 
 .fa-undo:before {
   content: "\f0e2"; }
 
 .fa-undo-alt:before {
   content: "\f2ea"; }
 
 .fa-uniregistry:before {
   content: "\f404"; }
 
 .fa-universal-access:before {
   content: "\f29a"; }
 
 .fa-university:before {
   content: "\f19c"; }
 
 .fa-unlink:before {
   content: "\f127"; }
 
 .fa-unlock:before {
   content: "\f09c"; }
 
 .fa-unlock-alt:before {
   content: "\f13e"; }
 
 .fa-untappd:before {
   content: "\f405"; }
 
 .fa-upload:before {
   content: "\f093"; }
 
 .fa-ups:before {
   content: "\f7e0"; }
 
 .fa-usb:before {
   content: "\f287"; }
 
 .fa-user:before {
   content: "\f007"; }
 
 .fa-user-alt:before {
   content: "\f406"; }
 
 .fa-user-alt-slash:before {
   content: "\f4fa"; }
 
 .fa-user-astronaut:before {
   content: "\f4fb"; }
 
 .fa-user-check:before {
   content: "\f4fc"; }
 
 .fa-user-circle:before {
   content: "\f2bd"; }
 
 .fa-user-clock:before {
   content: "\f4fd"; }
 
 .fa-user-cog:before {
   content: "\f4fe"; }
 
 .fa-user-edit:before {
   content: "\f4ff"; }
 
 .fa-user-friends:before {
   content: "\f500"; }
 
 .fa-user-graduate:before {
   content: "\f501"; }
 
 .fa-user-injured:before {
   content: "\f728"; }
 
 .fa-user-lock:before {
   content: "\f502"; }
 
 .fa-user-md:before {
   content: "\f0f0"; }
 
 .fa-user-minus:before {
   content: "\f503"; }
 
 .fa-user-ninja:before {
   content: "\f504"; }
 
 .fa-user-nurse:before {
   content: "\f82f"; }
 
 .fa-user-plus:before {
   content: "\f234"; }
 
 .fa-user-secret:before {
   content: "\f21b"; }
 
 .fa-user-shield:before {
   content: "\f505"; }
 
 .fa-user-slash:before {
   content: "\f506"; }
 
 .fa-user-tag:before {
   content: "\f507"; }
 
 .fa-user-tie:before {
   content: "\f508"; }
 
 .fa-user-times:before {
   content: "\f235"; }
 
 .fa-users:before {
   content: "\f0c0"; }
 
 .fa-users-cog:before {
   content: "\f509"; }
 
 .fa-usps:before {
   content: "\f7e1"; }
 
 .fa-ussunnah:before {
   content: "\f407"; }
 
 .fa-utensil-spoon:before {
   content: "\f2e5"; }
 
 .fa-utensils:before {
   content: "\f2e7"; }
 
 .fa-vaadin:before {
   content: "\f408"; }
 
 .fa-vector-square:before {
   content: "\f5cb"; }
 
 .fa-venus:before {
   content: "\f221"; }
 
 .fa-venus-double:before {
   content: "\f226"; }
 
 .fa-venus-mars:before {
   content: "\f228"; }
 
 .fa-viacoin:before {
   content: "\f237"; }
 
 .fa-viadeo:before {
   content: "\f2a9"; }
 
 .fa-viadeo-square:before {
   content: "\f2aa"; }
 
 .fa-vial:before {
   content: "\f492"; }
 
 .fa-vials:before {
   content: "\f493"; }
 
 .fa-viber:before {
   content: "\f409"; }
 
 .fa-video:before {
   content: "\f03d"; }
 
 .fa-video-slash:before {
   content: "\f4e2"; }
 
 .fa-vihara:before {
   content: "\f6a7"; }
 
 .fa-vimeo:before {
   content: "\f40a"; }
 
 .fa-vimeo-square:before {
   content: "\f194"; }
 
 .fa-vimeo-v:before {
   content: "\f27d"; }
 
 .fa-vine:before {
   content: "\f1ca"; }
 
 .fa-vk:before {
   content: "\f189"; }
 
 .fa-vnv:before {
   content: "\f40b"; }
 
 .fa-volleyball-ball:before {
   content: "\f45f"; }
 
 .fa-volume-down:before {
   content: "\f027"; }
 
 .fa-volume-mute:before {
   content: "\f6a9"; }
 
 .fa-volume-off:before {
   content: "\f026"; }
 
 .fa-volume-up:before {
   content: "\f028"; }
 
 .fa-vote-yea:before {
   content: "\f772"; }
 
 .fa-vr-cardboard:before {
   content: "\f729"; }
 
 .fa-vuejs:before {
   content: "\f41f"; }
 
 .fa-walking:before {
   content: "\f554"; }
 
 .fa-wallet:before {
   content: "\f555"; }
 
 .fa-warehouse:before {
   content: "\f494"; }
 
 .fa-water:before {
   content: "\f773"; }
 
 .fa-wave-square:before {
   content: "\f83e"; }
 
 .fa-waze:before {
   content: "\f83f"; }
 
 .fa-weebly:before {
   content: "\f5cc"; }
 
 .fa-weibo:before {
   content: "\f18a"; }
 
 .fa-weight:before {
   content: "\f496"; }
 
 .fa-weight-hanging:before {
   content: "\f5cd"; }
 
 .fa-weixin:before {
   content: "\f1d7"; }
 
 .fa-whatsapp:before {
   content: "\f232"; }
 
 .fa-whatsapp-square:before {
   content: "\f40c"; }
 
 .fa-wheelchair:before {
   content: "\f193"; }
 
 .fa-whmcs:before {
   content: "\f40d"; }
 
 .fa-wifi:before {
   content: "\f1eb"; }
 
 .fa-wikipedia-w:before {
   content: "\f266"; }
 
 .fa-wind:before {
   content: "\f72e"; }
 
 .fa-window-close:before {
   content: "\f410"; }
 
 .fa-window-maximize:before {
   content: "\f2d0"; }
 
 .fa-window-minimize:before {
   content: "\f2d1"; }
 
 .fa-window-restore:before {
   content: "\f2d2"; }
 
 .fa-windows:before {
   content: "\f17a"; }
 
 .fa-wine-bottle:before {
   content: "\f72f"; }
 
 .fa-wine-glass:before {
   content: "\f4e3"; }
 
 .fa-wine-glass-alt:before {
   content: "\f5ce"; }
 
 .fa-wix:before {
   content: "\f5cf"; }
 
 .fa-wizards-of-the-coast:before {
   content: "\f730"; }
 
 .fa-wolf-pack-battalion:before {
   content: "\f514"; }
 
 .fa-won-sign:before {
   content: "\f159"; }
 
 .fa-wordpress:before {
   content: "\f19a"; }
 
 .fa-wordpress-simple:before {
   content: "\f411"; }
 
 .fa-wpbeginner:before {
   content: "\f297"; }
 
 .fa-wpexplorer:before {
   content: "\f2de"; }
 
 .fa-wpforms:before {
   content: "\f298"; }
 
 .fa-wpressr:before {
   content: "\f3e4"; }
 
 .fa-wrench:before {
   content: "\f0ad"; }
 
 .fa-x-ray:before {
   content: "\f497"; }
 
 .fa-xbox:before {
   content: "\f412"; }
 
 .fa-xing:before {
   content: "\f168"; }
 
 .fa-xing-square:before {
   content: "\f169"; }
 
 .fa-y-combinator:before {
   content: "\f23b"; }
 
 .fa-yahoo:before {
   content: "\f19e"; }
 
 .fa-yammer:before {
   content: "\f840"; }
 
 .fa-yandex:before {
   content: "\f413"; }
 
 .fa-yandex-international:before {
   content: "\f414"; }
 
 .fa-yarn:before {
   content: "\f7e3"; }
 
 .fa-yelp:before {
   content: "\f1e9"; }
 
 .fa-yen-sign:before {
   content: "\f157"; }
 
 .fa-yin-yang:before {
   content: "\f6ad"; }
 
 .fa-yoast:before {
   content: "\f2b1"; }
 
 .fa-youtube:before {
   content: "\f167"; }
 
 .fa-youtube-square:before {
   content: "\f431"; }
 
 .fa-zhihu:before {
   content: "\f63f"; }
 
 .sr-only {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   width: auto; }
@font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: normal;
   font-display: auto;
   src: url("../fonts/fa-brands-400.eot");
   src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); 
}
 
   
@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url("../fonts/fa-regular-400.eot");
   src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}
 
.far {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400; 
}

@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   font-display: auto;
   src: url("../fonts/fa-solid-900.eot");
   src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
 
.fa,
.fas {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900; 
}
.fab {
   font-family: 'Font Awesome 5 Brands'; 
}

/* end of  font awesome */

/* magnific-popular */

/*! Magnific PopUp CSS*/
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;box-shadow:0 0 8px rgba(0,0,0,.6);}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all .5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;transform:rotateY(0)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:.8}.mfp-3d-unfold.mfp-removing .mfp-with-anim{transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}
/* end magnifuic */

/* royal preload */

body.royal_preloader {
    background: none;
    visibility: hidden;    
}
#royal_preloader {
    visibility: visible;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete { 
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
 } 
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}


/* Number Mode */
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage &gt; div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */
#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */
#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:.2;
    left: 50%;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */
#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    letter-spacing:2px;
    padding-top:10px;
}

/* Progress Mode */
#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1); 
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}
@media only screen and (max-width: 800px) {
    #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
        height: 22px;
        line-height: 22px;
        font-size: 22px;
    }
} 

/* slick theme */

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
} */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;

    display: block;
/*  */
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
/*  */
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
/*  */
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'Ã¢â€&nbsp;Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'Ã¢â€&nbsp;â€™';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'Ã¢â€&nbsp;â€™';
}
[dir='rtl'] .slick-next:before
{
    content: 'Ã¢â€&nbsp;Â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
/*  */
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* slick */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* end slick */

/* wooecommerce */
/*
Theme Name: Onum

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Products
 */
 .content-product-wrapper {
    padding: 90px 0px 110px;
  }
  
  .woocommerce .woocommerce-result-count {
    color: #7e7e7e;
    margin: 14px 0px 0px 0px;
  }
  .woocommerce .woocommerce-result-count, 
  .woocommerce-page .woocommerce-result-count {
      float: left;
  }
  .woocommerce .woocommerce-ordering, 
  .woocommerce-page .woocommerce-ordering {
      float: right;
  }
  .woocommerce .woocommerce-ordering {
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border: 1px solid #e6e6e6;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-ordering .orderby {
    color: #7e7e7e;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
  }
  
  .woocommerce ul.products li.product .star-rating {
    height: 12px;
    font-size: 12px;
  }
  
  .woocommerce .star-rating::before {
    color: #feb61c;
  }
  
  .woocommerce .star-rating span {
    color: #feb61c;
  }
  
  .woocommerce .products .product .star-rating {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
  }
  
  .woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
  }
  .woocommerce ul.products, 
  .woocommerce-page ul.products {
    margin: 0px;
    padding: 0px;
  }
  .woocommerce ul.products.columns-3 li.product, 
  .woocommerce-page ul.products.columns-3 li.product {
      width: 30.75%;
  }
  .woocommerce ul.products li.first, 
  .woocommerce-page ul.products li.first {
      clear: both;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
  }
  .woocommerce ul.products li.last, 
  .woocommerce-page ul.products li.last {
      margin-right: 0;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    list-style: none;
    font-family: "Red Hat Display", sans-serif;
    text-align: center;
    margin-bottom: 35px;
  }
  .woocommerce ul.products li.product .product-media, 
  .woocommerce-page ul.products li.product .product-media {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    background: #f0f6ff;
  }
  .woocommerce ul.products li.product span.onsale, 
  .woocommerce-page ul.products li.product span.onsale {
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, 
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 28px;
    color: #1a1b1e;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 3px;
    padding: 0px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
    color: #1a1b1e;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__title a:hover {
    color: #00c3ff;
  }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
  }
  .woocommerce ul.products li.product .price .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    color: #fe4c1c;
  }
  .woocommerce ul.products li.product .price del {
    opacity: .5;
    display: inline-block;
  }
  .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    color: #636363;
    margin-right: 5px;
  }
  .woocommerce ul.products li.product .price del .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
    color: #636363;
  }
  .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
    background: transparent;
  }
  .woocommerce ul.products li.product .wrapper-add-to-cart, .woocommerce-page ul.products li.product .wrapper-add-to-cart {
    display: table;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: rgba(240, 246, 255, 0.6);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
  .woocommerce ul.products li.product .wrapper-add-to-cart .add-to-cart-inner, .woocommerce-page ul.products li.product .wrapper-add-to-cart .add-to-cart-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
    margin-top: 0px;
    padding: 5px 5px 5px 28px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .woocommerce ul.products li.product .add_to_cart_button.added i, .woocommerce-page ul.products li.product .add_to_cart_button.added i {
    display: none;
  }
  .woocommerce ul.products li.product .add_to_cart_button.added:after, .woocommerce-page ul.products li.product .add_to_cart_button.added:after {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    vertical-align: middle;
  }
  .woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    width: 100%;
    display: block;
  }
  .woocommerce ul.products li.product:hover .wrapper-add-to-cart, .woocommerce-page ul.products li.product:hover .wrapper-add-to-cart {
    visibility: visible;
    opacity: 1;
  }
  .woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce-page ul.products li.product:hover .add_to_cart_button {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .wc-pagination {
    text-align: center;
  }
  .wc-pagination .page-pagination {
    margin-top: 10px;
  }
  
  .woocommerce span.onsale {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #fe4c1c;
    padding: 9px 10px;
    line-height: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
    min-height: auto;
    min-width: auto;
    margin: 0px;
    z-index: 1;
  }
  
  .woocommerce-cart-form table, .woocommerce-cart-form th, .woocommerce-cart-form td {
    border: 0px solid #eee;
  }
  
  .woocommerce table.shop_table {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    color: #1a1b1e;
    font-size: 16px;
    border: 0px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce table.shop_table th {
    font-size: 20px;
    border: 0px solid #eee;
  }
  .woocommerce table.shop_table td {
    border: 0px solid #eee;
    padding: 15px 12px;
  }
  .woocommerce table.shop_table td.product-name a {
    color: #1a1b1e;
    font-weight: 500;
  }
  .woocommerce table.shop_table td.product-name a:hover {
    color: #00c3ff;
  }
  .woocommerce table.shop_table td.product-price .woocommerce-Price-amount, .woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
    color: #636363;
  }
  
  #add_payment_method table.cart img, .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  
  .woocommerce .quantity .qty {
    color: #1a1b1e;
    border: 1px solid #f0f6ff;
    background-color: #f0f6ff;
    padding: 15px;
    text-align: center;
    width: 85px;
    height: 45px;
    line-height: 45px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  
  #order_review_heading {
    margin-top: 30px;
  }
  
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #EFF6FF;
  }
  
  .related.products {
    padding-top: 30px;
  }
  .related.products h2 {
    margin-bottom: 30px;
  }
  
  /**
   * Single product
   */
  .single-product div.product p.price del,
  .single-product div.product span.price del {
    color: #636363;
  }
  .single-product div.product p.price del .woocommerce-Price-amount,
  .single-product div.product span.price del .woocommerce-Price-amount {
    color: #636363;
  }
  
  .single-product h2.page-title {
    font-size: 42px;
  }
  .single-product h1.product_title {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .single-product div.product .woocommerce-product-rating {
    margin-bottom: 5px;
  }
  .single-product .woocommerce-tabs h2 {
    font-size: 24px;
  }
  .single-product .woocommerce-tabs .comment-reply-title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1b1e;
  }
  .single-product .woocommerce-product-gallery__image,
  .single-product div.product div.images .flex-control-thumbs li img {
    background: #f0f6ff;
  }
  
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #f0f6ff;
  }
  
  .woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
  }
  
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: auto;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    padding: 20px 23px 3px;
  }
  
  .woocommerce #review_form #respond {
    max-width: 600px;
  }
  
  /**
   * Checkout
   */
  /* Cart Page &amp; Checkout Page */
  .woocommerce-page .woocommerce-cart-form {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    padding: 24px;
  }
  
  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    padding-top: 25px;
  }
  
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    width: 300px;
    padding: 20px;
    height: 47px;
    line-height: 47px;
    margin: 0 10px 0 0;
    color: #7e7e7e;
  }
  
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #e6e6e6;
    color: #7e7e7e;
  }
  
  .woocommerce-message {
    border-top-color: #00c3ff;
  }
  .woocommerce-message:before {
    color: #00c3ff;
  }
  
  .woocommerce-info {
    border-top-color: #0160e7;
  }
  .woocommerce-info:before {
    color: #0160e7;
  }
  
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    padding-top: 80px;
  }
  
  .cart_totals h2 {
    font-size: 20px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
  }
  
  #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th,
  .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #1a1b1e;
    padding: 9px 10px;
    border: none;
  }
  #add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount, #add_payment_method .cart-collaterals .cart_totals table th .woocommerce-Price-amount,
  .woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount, .woocommerce-cart .cart-collaterals .cart_totals table th .woocommerce-Price-amount,
  .woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount, .woocommerce-checkout .cart-collaterals .cart_totals table th .woocommerce-Price-amount {
    font-weight: 700;
  }
  
  #add_payment_method .cart-collaterals .cart_totals table th,
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th {
    padding-left: 0px;
  }
  
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding-right: 0px;
    text-align: right;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  
  .select2-container .select2-selection--single {
    height: 47px;
    line-height: 47px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7e7e7e;
    line-height: 47px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 20px;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
  }
  
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid #e6e6e6;
  }
  
  .woocommerce form.woocommerce-form-coupon .form-row {
    width: 50%;
  }
  
  .woocommerce-shipping-fields input {
    margin-right: 6px;
    vertical-align: middle;
  }
  
  .woocommerce-page .woocommerce-additional-fields .form-row textarea {
    height: 100px;
    width: 100%;
  }
  
  /**
   * General WooCommerce components
   */
  /**
   * WooCommerce widgets
   */
  /* 
  * Shop Sidebar 
  */
  .shop-sidebar .widget {
    margin-bottom: 50px;
  }
  .shop-sidebar .widget .widget-title {
    font-weight: 700;
    padding-left: 17px;
    position: relative;
    margin-bottom: 25px;
  }
  .shop-sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #fe4c1c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  
  /* widget categories */
  .product-categories &gt; li {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 24px;
  }
  .product-categories &gt; li a {
    color: #1a1b1e;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .product-categories &gt; li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 0px;
    height: 3px;
    border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .product-categories &gt; li a + span.count {
    color: #a5b7d2;
  }
  .product-categories &gt; li a:hover {
    color: #00c3ff;
    padding-left: 22px;
  }
  .product-categories &gt; li a:hover:before {
    width: 10px;
    opacity: 1;
    visibility: visible;
    background: #00c3ff;
  }
  .product-categories &gt; li a:hover + span {
    color: #00c3ff;
  }
  
  /* widget product */
  .woocommerce .woocommerce-Price-amount {
    color: #fe4c1c;
    font-weight: 500;
  }
  .woocommerce ul.product_list_widget li {
    margin-bottom: 28px;
  }
  .woocommerce ul.product_list_widget li .widget-prthumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    margin-right: 20px;
    background: #f0f6ff;
  }
  .woocommerce ul.product_list_widget li .widget-prthumb img {
    width: 70px;
  }
  .woocommerce ul.product_list_widget li.mini_cart_item img {
    width: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
    margin-right: 20px;
    background: #f0f6ff;
  }
  .woocommerce ul.product_list_widget li a:not(.remove) {
    display: block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    color: #1a1b1e;
    font-weight: 700;
    line-height: 24px;
  }
  .woocommerce ul.product_list_widget li a:not(.remove):hover {
    color: #00c3ff;
  }
  .woocommerce .star-rating {
      color: #ffd100;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 30px;
  }
  .woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
  }
  .woocommerce ul.product_list_widget li .price {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
  }
  .woocommerce ul.product_list_widget li .price del {
    color: #636363;
    margin-right: 5px;
  }
  .woocommerce ul.product_list_widget li .price del span {
    color: #636363;
    text-decoration: line-through;
  }
  .woocommerce ul.product_list_widget li .price ins {
    background: transparent;
  }
  
  /* widget cart */
  .woocommerce .widget_shopping_cart .cart_list .quantity {
    color: #707f96;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  
  .woocommerce .widget_shopping_cart .cart_list li,
  .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0em;
    padding-right: 2em;
    position: relative;
    padding-top: 0;
  }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
  }
  .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
  }
  .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
  }
  .woocommerce .widget_shopping_cart .cart_list li a.remove,
  .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 0%;
    margin-top: 0px;
    right: 0px;
    left: auto;
  }
  .woocommerce a.remove:hover {
      color: #fff!important;
      background: red;
  }
  
  .woocommerce .widget_shopping_cart .total,
  .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px 0px;
  }
  .woocommerce .widget_shopping_cart .total strong,
  .woocommerce.widget_shopping_cart .total strong {
    text-transform: uppercase;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
  .woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
    float: right;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  
  .woocommerce-mini-cart__buttons a.button.wc-forward {
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 14px;
    background-color: #0160e7;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 15px 32px;
    margin-right: 15px;
    box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(254, 76, 28, 0.3);
  }
  .woocommerce-mini-cart__buttons a.button.checkout {
    background-color: #00c3ff;
    margin-right: 0px;
  }
  
  /* widget filter */
  .woocommerce .woocommerce-widget-layered-nav-list {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-bottom: 11px;
    line-height: 24px;
  }
  .woocommerce .woocommerce-widget-layered-nav-list li {
    margin-bottom: 5px;
  }
  .woocommerce .woocommerce-widget-layered-nav-list li a {
    color: #1a1b1e;
  }
  .woocommerce .woocommerce-widget-layered-nav-list li a:hover {
    color: #00c3ff;
  }
  .woocommerce .woocommerce-widget-layered-nav-list li span.count {
    color: #a5b7d2;
  }
  
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5ecf8;
  }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
  }
  .woocommerce .widget_price_filter .ui-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
  }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
  }
  .woocommerce .widget_price_filter .price_slider_amount {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1a1b1e;
    font-weight: 700;
    text-transform: uppercase;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
  }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    left: 33.3333%;
    width: 66.6667%;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #00c3ff;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
    left: 100%;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #00c3ff;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle.move {
    left: 33.3333%;
  }
  .woocommerce .widget_price_filter .price_slider_amount span {
    color: #636363;
  }
  .woocommerce .widget_price_filter .price_slider_amount input {
    display: none;
  }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
  }
  .woocommerce .widget_price_filter .price_slider_amount button.button {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: #fe4c1c;
    box-shadow: none;
    text-transform: uppercase;
  }
  .woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 8px;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
  }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled,
  .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled,
  .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled,
  .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
  .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit, .woocommerce a.button,
  .woocommerce button.button, .woocommerce input.button,
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
  .woocommerce button.button.alt, .woocommerce input.button.alt {
    overflow: hidden;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    padding: 16px 35px;
    outline: none;
    color: #fff;
    transition: all 0.3s;
  }
  .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover,
  .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
  .woocommerce button.button:hover, .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #fff;
    box-shadow: none;
  }
  
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
  .woocommerce button.button.alt, .woocommerce input.button.alt,
  .woocommerce #respond input#submit, .woocommerce a.button,
  .woocommerce input.button, .woocommerce button.button.alt.disabled {
    background-color: #fe4c1c;
    box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
  .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover {
    background-color: #fe4c1c;
  }
  
  .woocommerce button.button {
    background-color: #00c3ff;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  }
  .woocommerce button.button:hover {
    background-color: #00c3ff;
  }
  
  .product_meta &gt; span {
    display: block;
    text-transform: uppercase;
    color: #1a1b1e;
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  .product_meta &gt; span &gt; * {
    font-weight: 500;
    text-transform: none;
    color: #636363;
  }
  
  .woocommerce-review-link {
    color: #a5b7d2;
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
  }
  
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    color: #fe4c1c;
  }
  
  .woocommerce div.product .entry-summary p.price,
  .woocommerce div.product .entry-summary span.price {
    font-size: 26px;
    font-family: "Red Hat Display", sans-serif;
  }
  .woocommerce div.product .entry-summary p.price .woocommerce-Price-amount,
  .woocommerce div.product .entry-summary span.price .woocommerce-Price-amount {
    font-weight: 700;
  }
  
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: #00c3ff;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    width: 40px;
    height: 40px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #fff;
    top: 11px;
    left: 11px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #fff;
    top: 21px;
    left: 24px;
  }
  
  .woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport,
  .woocommerce-product-gallery__image {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 20px;
  }
  
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -20px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding-left: 20px;
  }
  .woocommerce div.product div.images .flex-control-thumbs img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 4px;
    margin: 0 0 1.618em;
    overflow: visible;
    border: 1px solid #cedae8;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    display: inline-block;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0px solid #d3ced2;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: transparent;
    border-radius: 0px 0px 0 0;
    margin: 0px;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 0px solid #d3ced2;
    bottom: 0px;
    width: 0px;
    height: 0px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #a5b7d2;
    text-decoration: none;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    text-shadow: none;
    background-color: #00c3ff;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    text-shadow: none;
    background-color: #00c3ff;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 0px 0px 0 #fff;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active :after {
    box-shadow: 0px 0px 0 #fff;
  }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
  }
  .woocommerce-mini-cart__empty-message {
    margin-bottom: 0px;
  }
  .woocommerce div.product div.images {
    margin-bottom: 2em;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
  }
  .slider-product .item, .slider-product .item img, .slider-product-nav .item img {
    background: #f0f6ff;
  }
  .slider-product .item {
    margin-bottom: 20px;
  }
  .slider-product-nav {
    width: 100%;
  }
  .slider-product-nav .item {
    padding-right: 20px;
    width: 25%!important;
    cursor: pointer;
    opacity: .5;
  }
  .slider-product-nav .item:hover, .slider-product-nav .item.slick-current  {
    opacity: 1;
  }
  .slider-product-nav .item:last-child {
    padding-right: 0;
    text-align: right;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: #00c3ff;
    box-shadow: 8px 8px 18px 0px rgba(0,195,255,.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0,195,255,.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0,195,255,.3);
    width: 40px;
    height: 40px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #fff;
    top: 11px;
    left: 11px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #fff;
    top: 21px;
    left: 24px;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 2em;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
  }
  .woocommerce .star-rating span.count {
    color: #a5b7d2;
  }
  .woocommerce.single-product .star-rating {
    margin-bottom: 5px;
  }
  .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: inline-block;
  }
  .woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
  }
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
  }
  .product_meta&gt;span&gt;* {
    font-weight: 500;
    text-transform: none;
    color: #636363;
  }
  .woocommerce-tabs {
    clear: both;
  }
  .woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
  }
  .woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    max-width: 70px;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: auto;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
  }
  .woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
  }
  .woocommerce p.stars {
    color: #00c3ff;
    font-size: 12px;
  }
  .woocommerce #review_form #respond p {
    margin: 0 0 10px;
  }
  .woocommerce-page .woocommerce-cart-form {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
      -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
      -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
      padding: 24px;
  }
  .woocommerce table.shop_table {
      margin: 0 -1px 24px 0;
      text-align: left;
      width: 100%;
      border-collapse: separate;
      border-radius: 5px;
  }
  .woocommerce table.shop_table th {
      font-weight: 700;
      padding: 9px 12px;
      line-height: 1.5em;
  }
  #add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
      vertical-align: middle;
  }
  .woocommerce table.shop_table th {
      font-size: 20px;
      border: 0px solid #eee;
  }
  #add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
      min-width: 32px;
  }
  .woocommerce table.shop_table td {
      border: 0px solid #eee;
      padding: 15px 12px;
  }
  #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
      width: 70px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
      text-align: right;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
      padding-top: 25px;
  }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
      float: left;
  }
  .woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
      display: none;
  }
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
      float: left;
      box-sizing: border-box;
      border: 1px solid #d3ced2;
      outline: 0;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      float: right;
      width: 48%;
  }
  .woocommerce table.shop_table {
      border: 1px solid rgba(0,0,0,.1);
      margin: 0 -1px 24px 0;
      text-align: left;
      width: 100%;
      border-collapse: separate;
      border-radius: 5px;
  }
  .woocommerce table.shop_table.cart {
      border-width: 0;
  }
  #add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
      border-collapse: separate;
      margin: 0 0 6px;
      padding: 0;
      border-width: 0;
  }
  #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
      font-size: 16px;
      font-family: "Red Hat Display", sans-serif;
      font-weight: 500;
      line-height: 24px;
      color: #1a1b1e;
      padding: 9px 10px;
      border: none;
  }
  #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
      padding-left: 0px;
  }
  .woocommerce ul#shipping_method {
      list-style: none outside;
      margin: 0;
      padding: 0;
  }
  .woocommerce ul#shipping_method li {
      margin: 0 0 .5em;
      line-height: 1.5em;
      list-style: none outside;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table td {
      padding-right: 0px;
      text-align: right;
  }
  #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
      vertical-align: top;
      border-left: 0;
      border-right: 0;
      line-height: 1.5em;
  }
  #add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
      padding: 1em 0;
  }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
      display: block;
      text-align: center;
      margin-bottom: 1em;
  }
  /* check lout */
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
      padding: 1em 2em 1em 3.5em;
      margin: 0 0 2em;
      position: relative;
      background-color: #f7f6f7;
      color: #515151;
      border-top: 3px solid #a46497;
      list-style: none outside;
      width: auto;
      word-wrap: break-word;
  }
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
      background-color: #EFF6FF;
  }
  .woocommerce-info {
      border-top-color: #0160e7;
  }
  .woocommerce form.checkout_coupon {
      display: none;
  }
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
      border: 1px solid #d3ced2;
      padding: 20px;
      margin: 2em 0;
      text-align: left;
      border-radius: 5px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
      width: 47%;
      overflow: visible;
  }
  .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
      float: left;
  }
  .woocommerce form .form-row {
      padding: 3px;
      margin: 0 0 6px;
  }
  .woocommerce form.woocommerce-form-coupon .form-row {
      width: 50%;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: normal;
  }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
      float: right;
  }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
      width: 100%;
      display: flow-root;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      float: left;
      width: 48%;
  }
  .woocommerce form .form-row label, .woocommerce-page form .form-row label {
      display: block;
  }
  .woocommerce form .form-row label {
      line-height: 2;
  }
  .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0!important;
      text-decoration: none;
      visibility: hidden;
  }
  .woocommerce form .form-row .required {
      visibility: visible;
  }
  .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
      clear: both;
  }
  .woocommerce-billing-fields select, .woocommerce-shipping-fields select {
      height: 47px;
      line-height: 47px;
      border-radius: 23px;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
      background: #ebe9eb;
      border-radius: 5px;
  }
  #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
      text-align: left;
      padding: 1em;
      border-bottom: 1px solid #d3ced2;
      margin: 0;
      list-style: none outside;
  }
  #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: 400;
  }
  #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
      padding: 1em;
      display: flow-root;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
      float: right;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: right;
      width: 48%;
  }
  /*# sourceMappingURL=woocommerce.css.map */
  @media (max-width: 991px){
  .content-area {
      margin-bottom: 0px;
  }
  }
  @media only screen and (max-width: 768px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
  }
  @media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none!important;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: flow-root;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
      display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
      display: block;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
      display: block;
      text-align: right!important;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
      border-top: 0;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
      display: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
      display: block;
      text-align: right!important;
  }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
      float: none;
      padding-bottom: .5em;
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
      float: right;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
      display: block;
      width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
      content: attr(data-title) ": ";
      font-weight: 700;
      float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove:before, .woocommerce table.shop_table_responsive tr td.actions:before {
      display: none;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
      width: 100%;
      float: none;
      text-align: left;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
      display: block;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background-color: rgba(0,0,0,.025);
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
      display: none;
  }
  .woocommerce #content table.cart .coupon{
      display: flex;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
      width: 48%;
      box-sizing: border-box;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
      float: none;
      width: 100%;
  }
  @media (max-width: 479px){
  .woocommerce div ul.products[class*=columns-] li.product, .woocommerce-page div ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: 0 0;
  }
  .woocommerce div .woocommerce-ordering .orderby {
    padding: 0;
    border: none;
  }
  .woocommerce-page #content table.cart td.actions .coupon input.input-text, .woocommerce-page #content table.cart td.actions .coupon button.button {
      width: 100%;
      margin-bottom: 14px;
  }
  }
  }

































































































</pre></body></html>