/*--------------------------------------------------------------
>>> IP ORIGIN STYLES
>>> Organized CSS - Base Styles (without media queries)
>>> Source: theme.css
>>> Generated: 2026-02-12
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. Keyframes / Animations
# 2. Reset / Normalize
# 3. Typography
# 4. Grid / Layout
# 5. Utility Classes
# 6. Forms
# 7. Buttons
# 8. Header
# 9. Navigation / Menu
# 10. Page Title & Breadcrumb
# 11. Content / Post / Page
# 12. Widgets / Sidebar
# 13. Comments
# 14. Footer
# 15. Components / Plugins (VC, etc.)
# 16. Miscellaneous
--------------------------------------------------------------*/



html {
  box-sizing: border-box;
}

a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #137cb4;
}

a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0486cc;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p {
  margin-bottom: 15px;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.875;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
}

body.ov-hidden {
  overflow: hidden;
}

.site {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #0e0e0e;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
}

.heading-default-font h1,
.heading-default-font h2,
.heading-default-font h3,
.heading-default-font h4,
.heading-default-font h5,
.heading-default-font h6,
.heading-default-font .h1,
.heading-default-font .h2,
.heading-default-font .h3,
.heading-default-font .h4,
.heading-default-font .h5,
.heading-default-font .h6 {
  font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
  font-size: 52px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 32px;
}

h5,
.h5 {
  font-size: 24px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

label {
  margin-bottom: 0;
}

table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

table th {
  color: #282828;
}

caption,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}

td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}

dl {
  margin: 0 0 0 25px;
}

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

dl dd {
  line-height: normal;
  margin-bottom: 20px;
}

dl dd a {
  color: #000;
}

dl dd a:hover {
  color: #137cb4;
}

code,
kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #137cb4;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ol {
  list-style: outside none decimal;
}

ul {
  padding: 0;
  margin: 0 0 15px;
}

ul li {
  list-style-position: inside;
}

dl+h2+ul {
  padding-left: 35px;
}

dl+h2+ul ul {
  padding-left: 35px;
}

dl+h2+ul ul li {
  list-style: outside;
}

blockquote {
  background-color: #f9f9f9;
  padding: 24px 57px 24px 37px;
  font-size: 19px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
}

blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
  box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}

blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}

.heading-text-shadow .item--title span {
  text-shadow: 0 3px 4px rgba(13, 13, 13, 0.29);
  -webkit-text-shadow: 0 3px 4px rgba(13, 13, 13, 0.29);
}

.ip-icon-close {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.ip-icon-close:before,
.ip-icon-close:after {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-icon-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ip-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ip-icon-close.ip-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ip-close .ip-icon-close:before,
.ip-close .ip-icon-close:after {
  background-color: #fff;
}

.ip-menu-close .ip-icon-close {
  height: 30px;
  width: 30px;
}

.ip-menu-close .ip-icon-close:before,
.ip-menu-close .ip-icon-close:after {
  background-color: #fff;
  width: 30px;
  top: 14px;
  height: 3px;
}

.ip-close:hover .ip-icon-close:before,
.ip-modal-close:hover .ip-icon-close:before,
.ip-menu-close:hover .ip-icon-close:before,
.ip-close:hover .ip-icon-close:after,
.ip-modal-close:hover .ip-icon-close:after,
.ip-menu-close:hover .ip-icon-close:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Fix: Allow clicks on icon and pseudo-elements to propagate to parent */
.ip-modal-close .ip-icon-close,
.ip-modal-close .ip-icon-close:before,
.ip-modal-close .ip-icon-close:after {
  pointer-events: none;
}

.btn-type-normal .ip-close {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #2c318c !important;
  background-image: none !important;
}

.btn-type-normal .ip-close:hover {
  background-color: #137cb4 !important;
}

.bg-gradient,
.ip-slick-carousel .slick-arrow:after,
.ip-title1.style2 h3 i,
.ip-history1 .ip-history--start,
.ip-history1 .ip-history--item:after,
.ip-widget-cart-sidebar .ip-close {
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
}

.text-gradient,
blockquote cite,
.ip-header-popup-wrap .ip-header-meta .h-item-icon,
.post-previous-next a span:nth-child(1),
.comment-content:hover .comment-date,

.ip-contact-info1.style2 .ip-contact-icon i,
.ip-download .item--download a i,
.ip-fancy-box-grid2 .item--icon i,

.ip-counter .ip-counter-inner .icon-color-gradient i,
.widget_products .amount,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
.text-gradient2 {
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}

.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}

.text-center,
.align-center {
  text-align: center;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-o-placeholder,
textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
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,
select {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
  padding: 6px 22px;
  line-height: normal;
  font-size: 15px;
  font-weight: 400;
  height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]: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,
select:focus {
  outline: 0;
  border-color: #137cb4;
}

select {
  height: 60px;
}

textarea {
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 27px;
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}

.wpcf7-form .wpcf7-response-output {
  border: 1px solid #d8d8d8;
  padding: 10px 22px;
  margin: 20px 0 0;
  font-size: 13px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}

.wpcf7-form .ajax-loader {
  display: none !important;
}

.wpcf7-form .wpcf7-menu {
  display: block;
}

.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}

.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}



.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}

.btn,
button,
.button,
input[type="submit"],
.tnp-subscription .tnp-field-button .tnp-button {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 34px;
  line-height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #137cb4;
  background-image: -webkit-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -moz-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -ms-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -o-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
  height: auto;
}

.btn:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
.tnp-subscription .tnp-field-button .tnp-button:hover,
.btn:focus,
button:focus,
.button:focus,
input[type="submit"]:focus,
.tnp-subscription .tnp-field-button .tnp-button:focus,
.btn:active,
button:active,
.button:active,
input[type="submit"]:active,
.tnp-subscription .tnp-field-button .tnp-button:active,
.btn:not([disabled]):not(.disabled).active,
button:not([disabled]):not(.disabled).active,
.button:not([disabled]):not(.disabled).active,
input[type="submit"]:not([disabled]):not(.disabled).active,
.tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
button:not([disabled]):not(.disabled):active,
.button:not([disabled]):not(.disabled):active,
input[type="submit"]:not([disabled]):not(.disabled):active,
.tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
  background-color: #000;
}

.btn i {
  margin-left: 8px;
}

.btn i.space-right {
  margin-left: 0;
  margin-right: 8px;
}

.btn i.fac-rotate {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.btn .ip-align-icon-left i {
  margin-left: 0;
  margin-right: 8px;
}

.btn .ip-align-icon-right {
  float: right;
}

.btn.hover-white:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-mini {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  padding: 0 25px;
}

.btn.btn-block {
  display: block;
}

.btn.btn-primary {
  background-image: none;
  background-color: #137cb4;
  border-color: #137cb4;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-primary.hover-white:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-secondary {
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  line-height: 55px;
  padding: 0 42px;
  z-index: 1;
  overflow: hidden;
}

.btn.btn-secondary:before,
.btn.btn-secondary:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: #000;
}

.btn.btn-secondary:after {
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.btn.btn-secondary:hover:before {
  opacity: 0;
}

.btn.btn-secondary:hover:after {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.btn.btn-secondary2 {
  border-color: #000;
  background-color: #000;
  background-image: none;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-secondary2:hover {
  border-color: #137cb4;
  background-color: #137cb4;
}

.btn.btn-round {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  line-height: 57px;
  padding: 0 46px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-round2 {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  line-height: 56px;
  padding: 0 34px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #2c318c;
}

.btn.btn-round2:hover,
.btn.btn-round2:focus {
  background-color: #137cb4;
}

.btn.btn-round3 {
  -webkit-box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  -khtml-box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  -moz-box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  -ms-box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  -o-box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  box-shadow: 0 8px 27px rgba(4, 179, 226, 0.19) !important;
  font-size: 16px;
  line-height: 52px;
  font-family: inherit;
  padding: 0 30px;
  -webkit-border-radius: 52px;
  -khtml-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  background-image: -webkit-linear-gradient(20deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -moz-linear-gradient(20deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -ms-linear-gradient(20deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -o-linear-gradient(20deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: linear-gradient(20deg, #2c318c 0%, #137cb4 50%, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}

.btn.btn-round3.icon-active {
  padding-left: 60px;
}

.btn.btn-round3.icon-active .ip-button-icon {
  height: 38px;
  line-height: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -o-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: linear-gradient(bottom, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4');
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 38px;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn.btn-round3.icon-active .ip-button-icon i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.btn.btn-round3.btn-third-color {
  background-image: -webkit-linear-gradient(90deg, #137cb4 0%, #2c318c 50%, #137cb4);
  background-image: -moz-linear-gradient(90deg, #137cb4 0%, #2c318c 50%, #137cb4);
  background-image: -ms-linear-gradient(90deg, #137cb4 0%, #2c318c 50%, #137cb4);
  background-image: -o-linear-gradient(90deg, #137cb4 0%, #2c318c 50%, #137cb4);
  background-image: linear-gradient(90deg, #137cb4 0%, #2c318c 50%, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -webkit-box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
  -khtml-box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
  -moz-box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
  -ms-box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
  -o-box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
  box-shadow: 0 8px 27px rgba(44, 49, 140, 0.19) !important;
}

.btn.btn-round3.btn-third-color.icon-active .ip-button-icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#137cb4), to(#2c318c));
  background-image: -webkit-linear-gradient(bottom, #137cb4, #2c318c);
  background-image: -moz-linear-gradient(bottom, #137cb4, #2c318c);
  background-image: -ms-linear-gradient(bottom, #137cb4, #2c318c);
  background-image: -o-linear-gradient(bottom, #137cb4, #2c318c);
  background-image: linear-gradient(bottom, #137cb4, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#137cb4', endColorStr='#2c318c');
}

.btn.btn-team {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  padding: 0 26px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: none !important;
  z-index: 1;
}

.btn.btn-team:before,
.btn.btn-team:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn.btn-team:before {
  background-color: #eef2fb;
}

.btn.btn-team:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(90deg, #2c318c 0%, #2c318c 50%, #137cb4);
  background-image: -moz-linear-gradient(90deg, #2c318c 0%, #2c318c 50%, #137cb4);
  background-image: -ms-linear-gradient(90deg, #2c318c 0%, #2c318c 50%, #137cb4);
  background-image: -o-linear-gradient(90deg, #2c318c 0%, #2c318c 50%, #137cb4);
  background-image: linear-gradient(90deg, #2c318c 0%, #2c318c 50%, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}

.btn.btn-team:hover {
  color: #fff;
}

.btn.btn-team:hover:before {
  opacity: 0;
}

.btn.btn-team:hover:after {
  opacity: 1;
}

.btn.text-white {
  background-color: transparent;
  background-image: none !important;
  padding: 0;
  line-height: normal;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.text-white:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: -8px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.btn.text-white:hover:before {
  opacity: 1;
  bottom: 0;
}

.btn.line-white {
  background-color: transparent;
  background-image: none;
  line-height: 40px;
  padding: 0 17px;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.line-white:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  z-index: -1;
  background-color: #137cb4;
  font-size: 14px;
}

.btn.line-white:hover,
.btn.line-white:focus {
  color: #fff;
}

.btn.line-white:hover:before,
.btn.line-white:focus:before {
  width: 100%;
}

.btn.btn-white {
  background-color: transparent;
  background-image: none !important;
  color: #000;
  position: relative;
  z-index: 1;
}

.btn.btn-white:before,
.btn.btn-white:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
}

.btn.btn-white:before {
  background-color: #fff;
}

.btn.btn-white:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -moz-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -ms-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -o-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}

.btn.btn-white:hover {
  color: #fff;
}

.btn.btn-white:hover:before {
  opacity: 0;
}

.btn.btn-white:hover:after {
  opacity: 1;
}

.btn.btn-white2 {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  background-color: #fff;
  padding-left: 46px;
  padding-right: 46px;
  line-height: 62px;
  font-size: 16px;
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
  color: #0e0e0e;
}

.btn.btn-white2:hover {
  background-color: #000;
  color: #fff;
}

.btn.btn-third {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  background-color: #137cb4;
  padding-left: 36px;
  padding-right: 36px;
  line-height: 58px;
  font-size: 15px;
  -webkit-border-radius: 58px;
  -khtml-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
  color: #fff;
}

.btn.btn-third:hover {
  background-color: #137cb4;
  color: #fff;
}

.btn.btn-third2 {
  background-color: #137cb4;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 53px;
}

.btn.btn-third2:hover {
  background-color: #137cb4;
  color: #fff;
}

.btn.btn-hover-outline {
  border: 2px solid #137cb4;
  line-height: 47px;
}

.btn.btn-hover-outline:hover,
.btn.btn-hover-outline:focus {
  background-color: transparent;
  border-color: #137cb4;
  color: #137cb4;
}

.btn.btn-effect {
  overflow: hidden;
  z-index: 1;
}

.btn.btn-effect:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}

.btn.btn-effect:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.btn.effect-left-to-right {
  z-index: 1;
}

.btn.effect-left-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
}

.btn.effect-left-to-right:hover,
.btn.effect-left-to-right:focus {
  color: #000;
}

.btn.effect-left-to-right:hover:before,
.btn.effect-left-to-right:focus:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn.btn-small {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #137cb4;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
}

.btn.btn-small:hover,
.btn.btn-small:focus {
  background-color: #0393ba;
}

.btn.btn-small i.flaticon-v2-right {
  font-size: 24px;
  margin-right: -6px;
}

.btn.btn-outline-primary {
  color: #137cb4;
  border: 2px solid #137cb4;
  background-color: transparent;
  background-image: none;
  line-height: 48px;
}

.btn.btn-outline-primary:before,
.btn.btn-outline-primary:after {
  display: none;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  background-color: #137cb4;
  color: #fff;
}

.btn.btn-outline-secondary {
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  background-image: none;
  line-height: 48px;
}

.btn.btn-outline-secondary:before,
.btn.btn-outline-secondary:after {
  display: none;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
  border-color: #137cb4;
  background-color: #137cb4;
  color: #fff;
}

.btn.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 51px;
  -khtml-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
  border-radius: 51px;
  line-height: 41px;
  padding: 0 35px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.ip-icon-active+.btn.btn-white2 {
  padding-right: 76px;
}

.ip-icon-active+.btn.btn-white2 .ip-button-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  width: 44px;
  height: 44px;
  background-color: #137cb4;
  color: #fff;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
}

.ip-icon-active+.btn.btn-white2 .ip-button-icon * {
  margin: 0px;
}

.ip-icon-active+.btn.btn-white2:hover .ip-button-icon {
  background-color: #fff;
  color: #000;
}

.ip-icon-active+.btn.btn-third {
  padding-right: 68px;
}

.ip-icon-active+.btn.btn-third .ip-button-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 9px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #137cb4;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}

.ip-icon-active+.btn.btn-third .ip-button-icon * {
  margin: 0px;
}

.ip-icon-active+.btn.btn-third:hover .ip-button-icon {
  background-color: #fff;
  color: #137cb4;
}

.btn-landing .btn.btn-default {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -khtml-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08) inset;
}

.btn-landing .btn.btn-white {
  font-size: 18px;
  font-weight: 600;
  line-height: 74px;
  padding: 0 66px;
  -webkit-border-radius: 74px;
  -khtml-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border-radius: 74px;
}

.btn-landing .btn.btn-white:before {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52) inset;
}

.btn-type-normal .btn,
.btn-type-normal button,
.btn-type-normal .button,
.btn-type-normal input[type="submit"] {
  background-image: none;
}

.rm-box-shadow .btn,
.rm-boxshadow .btn {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.add-box-shadow .btn {
  -webkit-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -khtml-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -moz-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -ms-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  -o-box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
  box-shadow: 0 8px 8px rgba(12, 12, 12, 0.23) !important;
}

.add-box-shadow .btn:hover {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-icon-fixed {
  line-height: 56px;
  height: inherit;
  padding-right: 26px;
  padding-left: 78px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn.btn-icon-fixed:before,
.btn.btn-icon-fixed:after {
  display: none;
}

.btn.btn-icon-fixed i {
  font-size: 18px;
  margin: 0;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
  background: #0383a6;
  border-radius: 3px 0 0 3px;
  line-height: 56px;
  text-align: center;
}

.btn.btn-icon-fixed i:before {
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.btn.btn-icon-fixed:hover i:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

.btn-arrow.btn,
.btn-arrow2.btn {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-arrow.btn:before,
.btn-arrow2.btn:before,
.btn-arrow.btn:after,
.btn-arrow2.btn:after {
  display: none;
}

.btn-arrow.btn:hover,
.btn-arrow2.btn:hover,
.btn-arrow.btn:focus,
.btn-arrow2.btn:focus {
  background-color: transparent;
}

.icon-primary-color .btn.btn-secondary2:not(:hover) .ip-button-icon {
  color: #137cb4;
}

#ip-header-wrap {
  position: relative;
  z-index: 999;
}

#ip-header-wrap .row {
  align-items: center;
}

#ip-header-wrap .ip-header-branding {
  margin: 15px 0;
  position: relative;
  flex-grow: 1;
  opacity: 1;
}

#ip-header-wrap .ip-header-branding img {
  max-height: 90px;
  max-width: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

#ip-header-wrap .ip-header-branding .logo-light,
#ip-header-wrap .ip-header-branding .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}

#ip-header-wrap #ip-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

#ip-header-wrap #ip-header.h-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

#ip-header-wrap #ip-header.h-fixed .ip-header-branding {
  margin-top: 10px;
  margin-bottom: 10px;
}

#ip-header-wrap #ip-header.h-fixed .ip-header-branding img {
  max-height: 90px;
}

#ip-header-wrap #ip-header.h-fixed .ip-header-branding .logo-light {
  opacity: 0;
}

#ip-header-wrap #ip-header.h-fixed .ip-header-branding .logo-dark {
  opacity: 1;
}

#ip-header-wrap #ip-header-top .row>div {
  padding: 0 15px;
}




#ip-header-wrap #ip-header-middle {
  padding: 10px 0;
}

#ip-header-wrap .ip-header-holder {
  margin: 15px;
  display: flex;
  font-family: 'Poppins', sans-serif;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item i {
  font-size: 33px;
  margin-right: 12px;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-icon {
  line-height: 1;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta {
  font-size: 15px;
  color: #1a1a1a;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta label {
  line-height: 20px;
  font-weight: 600;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta span,
#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta a {
  display: block;
  line-height: 24px;
  font-weight: 300;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta a {
  color: inherit;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item .h-item-meta a:hover {
  color: #137cb4;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item+.ip-header-info-item {
  margin-left: 35px;
  padding-left: 35px;
  position: relative;
}

#ip-header-wrap .ip-header-holder .ip-header-info-item+.ip-header-info-item:before {
  content: '';
  width: 1px;
  height: 38px;
  background-color: #bababa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#ip-header-wrap .ip-header-holder.style-two .h-item-icon {
  margin-right: 10px;
  margin-top: 9px;
}

#ip-header-wrap .ip-header-holder.style-two .h-item-icon svg {
  height: 38px;
  width: auto;
  fill: #137cb4;
}

#ip-header-wrap .ip-header-holder.style-two .ip-header-info-item:before {
  width: 0;
  height: 34px;
  border-left: 2px dashed #c6d0ef;
  background-color: transparent;
}

#ip-header-wrap .ip-header-holder.style-two .ip-header-info-item+.ip-header-info-item {
  margin-left: 34px;
  padding-left: 34px;
}

#ip-header-wrap .ip-header-holder.style-two .ip-header-info-item+.ip-header-info-item.ip-header-address {
  padding-left: 24px;
}

#ip-header-wrap .ip-header-holder.style-two .ip-header-info-item:hover .h-item-icon {
  animation: icon-bounce 800ms ease-out infinite;
  -webkit-animation: icon-bounce 800ms ease-out infinite;
}

#ip-header-wrap .ip-header-holder.style-two .h-item-meta label {
  font-size: 13px;
  font-family: inherit;
  color: #141414;
  font-weight: normal;
}

#ip-header-wrap .ip-header-holder.style-two .h-item-meta span {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin-top: -4px;
}

#ip-header-wrap .ip-header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 17px;
}

#ip-header-wrap .ip-header-meta .header-right-item {
  font-size: 15px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

#ip-header-wrap .ip-header-meta .header-right-item+.header-right-item {
  margin-left: 34px;
}

#ip-header-wrap .ip-header-meta .header-right-item:hover {
  color: #137cb4;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar {
  width: 32px;
  height: 16px;
  position: relative;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar:before,
#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar:after,
#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar span {
  content: '';
  background-color: #000;
  position: absolute;
  right: 0;
  width: 32px;
  height: 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar:before {
  top: 0;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar:after {
  top: 7px;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar span {
  width: 22px;
  top: 14px;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-sidebar:hover span {
  width: 32px;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-cart {
  position: relative;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #137cb4;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: absolute;
  top: -1px;
  right: -11px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

#ip-header-wrap .ip-header-meta .header-right-item.h-btn-cart:hover .widget_cart_counter_header {
  opacity: 1;
}

#ip-header-wrap .ip-header-button .btn:not(.btn-icon-fixed) {
  line-height: 73px;
  height: 73px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 57px;
  font-size: 16px;
  font-weight: 600;
}

#ip-header-wrap .ip-header-button .btn:not(.btn-icon-fixed) i {
  margin-left: 14px;
}



.ip-secondary-menu .sub-menu {
  position: absolute;
  background: #fff;
  padding: 28px 0;
  top: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 235px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}

.ip-secondary-menu .sub-menu li {
  padding: 0 40px;
  white-space: nowrap;
}

.ip-secondary-menu .sub-menu li a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 7px 0;
  position: relative;
}

.ip-secondary-menu .sub-menu li a:hover {
  color: #137cb4;
}

.ip-secondary-menu li:hover,
.ip-secondary-menu li.focus {
  overflow: visible;
}

.ip-secondary-menu li:hover>.sub-menu,
.ip-secondary-menu li.focus>.sub-menu,
.ip-secondary-menu li:hover>.children,
.ip-secondary-menu li.focus>.children {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.ip-menu-popup {
  overflow: hidden;
  width: 35px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -175px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.ip-menu-popup .ip-menu-line {
  height: 3px;
  position: absolute;
  left: 0;
}

.ip-menu-popup .ip-menu-line:before,
.ip-menu-popup .ip-menu-line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0e0e0e;
  opacity: 1;
  width: 100%;
}

.ip-menu-popup .ip-menu-line:before {
  -webkit-transform: translate3d(-100%, 0, 0);
  -khtml-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.ip-menu-popup .ip-menu-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
}

.ip-menu-popup .ip-menu-line.ip-menu-line1 {
  top: 0;
  width: 23px;
}

.ip-menu-popup .ip-menu-line.ip-menu-line2 {
  top: 11px;
  width: 29px;
}

.ip-menu-popup .ip-menu-line.ip-menu-line3 {
  width: 100%;
  bottom: 0;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line1:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line2:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}

.ip-menu-popup:hover .ip-menu-line.ip-menu-line3:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}

.admin-bar #ip-header-wrap #ip-header.h-fixed {
  top: 32px;
  /* End Header Main */
}

.ip-header-popup-wrap.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.ip-header-popup-wrap.open:before {
  -webkit-transform: translateX(-102%) translateZ(0);
  -khtml-transform: translateX(-102%) translateZ(0);
  -moz-transform: translateX(-102%) translateZ(0);
  -ms-transform: translateX(-102%) translateZ(0);
  -o-transform: translateX(-102%) translateZ(0);
  transform: translateX(-102%) translateZ(0);
  opacity: 1;
}

.ip-header-popup-wrap .ip-main-menu-popup {
  margin-bottom: 65px;
  list-style: none;
}

.ip-header-popup-wrap .ip-main-menu-popup a {
  font-size: 40px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding-bottom: 4px;
}

.ip-header-popup-wrap .ip-main-menu-popup a:before {
  content: '';
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.ip-header-popup-wrap .ip-main-menu-popup>li>a.ip-onepage-active,
.ip-header-popup-wrap .ip-main-menu-popup>li.current_page_item>a,
.ip-header-popup-wrap .ip-main-menu-popup>li.current-menu-item>a,
.ip-header-popup-wrap .ip-main-menu-popup>li.current_page_ancestor>a,
.ip-header-popup-wrap .ip-main-menu-popup>li.current-menu-ancestor>a {
  margin-left: 35px;
}

.ip-header-popup-wrap .ip-main-menu-popup li {
  line-height: normal;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 350px;
}

.ip-header-popup-wrap .ip-main-menu-popup li>a.ip-onepage-active:before,
.ip-header-popup-wrap .ip-main-menu-popup li:hover>a:before,
.ip-header-popup-wrap .ip-main-menu-popup li.current_page_item>a:before,
.ip-header-popup-wrap .ip-main-menu-popup li.current-menu-item>a:before,
.ip-header-popup-wrap .ip-main-menu-popup li.current_page_ancestor>a:before,
.ip-header-popup-wrap .ip-main-menu-popup li.current-menu-ancestor>a:before {
  width: 100%;
}

.ip-header-popup-wrap .ip-main-menu-popup .ip-menu-toggle {
  font-size: 0;
  font-weight: 600;
  font-family: inherit;
  color: #137cb4;
  margin-left: 12px;
  cursor: pointer;
}

.ip-header-popup-wrap .ip-main-menu-popup .ip-menu-toggle:before {
  content: "";
}

.ip-header-popup-wrap .ip-main-menu-popup .ip-menu-toggle.toggle-open:before {
  content: "";
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu {
  display: none;
  margin-left: 35px;
  width: 100%;
  margin-top: 30px;
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu a {
  font-size: 16px;
  font-weight: 400;
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu a:before {
  height: 1px;
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu li {
  margin-bottom: 8px;
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu .ip-menu-toggle {
  font-size: 16px;
}

.ip-header-popup-wrap .ip-main-menu-popup .sub-menu .sub-menu {
  margin-top: 20px;
}

.ip-header-popup-wrap .ip-header-meta {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ip-header-popup-wrap .ip-header-meta .h-item-icon {
  margin-right: 13px;
  line-height: 1;
  font-size: 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -o-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: linear-gradient(bottom, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4');
}

.ip-header-popup-wrap .ip-header-meta .h-item-icon i {
  display: initial;
}

.ip-header-popup-wrap .ip-header-meta .h-item-icon .fac-phone {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}

.ip-header-popup-wrap .ip-header-meta label {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #989898;
  display: inline-block;
  margin-bottom: 2px;
}

.ip-header-popup-wrap .ip-header-meta span {
  font-size: 15px;
  color: #a4a4a4;
  display: block;
}

.ip-header-popup-wrap .ip-header-meta>div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  margin-right: 110px;
  line-height: normal;
}

.ip-header-popup-wrap .ip-header-meta>div:last-child {
  margin-right: 0;
}

.ip-header-popup-wrap .ip-menu-close {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  z-index: 99;
}

.site-h18 .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  color: #000;
}

.site-h18 .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover,
.site-h18 .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:focus {
  color: #fff;
}

.single-post .site-content {
  background-repeat: no-repeat;
  background-position: top left;
}

.single-post .entry-content p {
  margin-bottom: 24px;
}

.single-post .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-tags a,
.comment-reply a,
.ip-navigation-menu1.default li a,
.item--download a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.entry-tags a:before,
.comment-reply a:before,
.ip-navigation-menu1.default li a:before,
.item--download a:before,
.entry-tags a:after,
.comment-reply a:after,
.ip-navigation-menu1.default li a:after,
.item--download a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.entry-tags a:before,
.comment-reply a:before,
.ip-navigation-menu1.default li a:before,
.item--download a:before {
  background-color: #f0f0f0;
}

.entry-tags a:after,
.comment-reply a:after,
.ip-navigation-menu1.default li a:after,
.item--download a:after {
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  opacity: 0;
}

.entry-tags a:hover,
.comment-reply a:hover,
.ip-navigation-menu1.default li a:hover,
.item--download a:hover {
  color: #fff;
}

.entry-tags a:hover:before,
.comment-reply a:hover:before,
.ip-navigation-menu1.default li a:hover:before,
.item--download a:hover:before {
  opacity: 0;
}

.entry-tags a:hover:after,
.comment-reply a:hover:after,
.ip-navigation-menu1.default li a:hover:after,
.item--download a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 180ms linear 0ms;
  -khtml-transition: all 180ms linear 0ms;
  -moz-transition: all 180ms linear 0ms;
  -ms-transition: all 180ms linear 0ms;
  -o-transition: all 180ms linear 0ms;
  transition: all 180ms linear 0ms;
}

.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}

.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #137cb4;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}

.entry-content .page-links a span:hover {
  background-color: #137cb4;
  color: #fff;
}

.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}

.entry-content .page-links .post-page-numbers span {
  margin: 0;
}

.single-post #primary.col-12,
.page-template-blog-classic #primary.col-12 {
  max-width: 840px;
  margin: auto;
}

.post-type-archive-portfolio #primary.col-12,
.post-type-archive-service #primary.col-12,
.post-type-archive-case-study #primary.col-12,
.tax-case-study-category #primary.col-12 {
  max-width: 960px;
  margin: auto;
}

.posts-pagination .page-numbers.current,
.posts-pagination .page-numbers:hover,
.posts-pagination .page-numbers:focus {
  color: #fff;
}

.posts-pagination .page-numbers.current:before,
.posts-pagination .page-numbers:hover:before,
.posts-pagination .page-numbers:focus:before {
  opacity: 0;
}

.posts-pagination .page-numbers.current:after,
.posts-pagination .page-numbers:hover:after,
.posts-pagination .page-numbers:focus:after {
  opacity: 1;
}

body.error404 .site-content {
  background-image: url(../images/bg-404.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-404 .btn {
  padding: 0 39px;
  font-size: 16px;
  line-height: 65px;
}

.no-results .searchform-wrap {
  position: relative;
}

.no-results .searchform-wrap .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#content .widget_product_categories ul li.current-menu-item>a,
#content .widget_categories ul li.current-menu-item>a,
#content .widget_nav_menu ul li.current-menu-item>a,
#content .widget_pages ul li.current-menu-item>a,
#content .widget_archive ul li.current-menu-item>a,
#content .widget_meta ul li.current-menu-item>a,
#content .widget_recent_entries ul li.current-menu-item>a,
#content .widget_product_categories ul li.current-cat>a,
#content .widget_categories ul li.current-cat>a,
#content .widget_nav_menu ul li.current-cat>a,
#content .widget_pages ul li.current-cat>a,
#content .widget_archive ul li.current-cat>a,
#content .widget_meta ul li.current-cat>a,
#content .widget_recent_entries ul li.current-cat>a,
#content .widget_product_categories ul li.current-cat-parent>a,
#content .widget_categories ul li.current-cat-parent>a,
#content .widget_nav_menu ul li.current-cat-parent>a,
#content .widget_pages ul li.current-cat-parent>a,
#content .widget_archive ul li.current-cat-parent>a,
#content .widget_meta ul li.current-cat-parent>a,
#content .widget_recent_entries ul li.current-cat-parent>a,
#content .widget_product_categories ul li>a:hover,
#content .widget_categories ul li>a:hover,
#content .widget_nav_menu ul li>a:hover,
#content .widget_pages ul li>a:hover,
#content .widget_archive ul li>a:hover,
#content .widget_meta ul li>a:hover,
#content .widget_recent_entries ul li>a:hover {
  padding-left: 23px;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

#content .widget_product_categories ul li.current-menu-item>a span.count,
#content .widget_categories ul li.current-menu-item>a span.count,
#content .widget_nav_menu ul li.current-menu-item>a span.count,
#content .widget_pages ul li.current-menu-item>a span.count,
#content .widget_archive ul li.current-menu-item>a span.count,
#content .widget_meta ul li.current-menu-item>a span.count,
#content .widget_recent_entries ul li.current-menu-item>a span.count,
#content .widget_product_categories ul li.current-cat>a span.count,
#content .widget_categories ul li.current-cat>a span.count,
#content .widget_nav_menu ul li.current-cat>a span.count,
#content .widget_pages ul li.current-cat>a span.count,
#content .widget_archive ul li.current-cat>a span.count,
#content .widget_meta ul li.current-cat>a span.count,
#content .widget_recent_entries ul li.current-cat>a span.count,
#content .widget_product_categories ul li.current-cat-parent>a span.count,
#content .widget_categories ul li.current-cat-parent>a span.count,
#content .widget_nav_menu ul li.current-cat-parent>a span.count,
#content .widget_pages ul li.current-cat-parent>a span.count,
#content .widget_archive ul li.current-cat-parent>a span.count,
#content .widget_meta ul li.current-cat-parent>a span.count,
#content .widget_recent_entries ul li.current-cat-parent>a span.count,
#content .widget_product_categories ul li>a:hover span.count,
#content .widget_categories ul li>a:hover span.count,
#content .widget_nav_menu ul li>a:hover span.count,
#content .widget_pages ul li>a:hover span.count,
#content .widget_archive ul li>a:hover span.count,
#content .widget_meta ul li>a:hover span.count,
#content .widget_recent_entries ul li>a:hover span.count {
  -o-text-fill-color: #223543;
  -ms-text-fill-color: #223543;
  -moz-text-fill-color: #223543;
  -webkit-text-fill-color: #223543;
}

#content .widget_product_categories ul li .sub-menu,
#content .widget_categories ul li .sub-menu,
#content .widget_nav_menu ul li .sub-menu,
#content .widget_pages ul li .sub-menu,
#content .widget_archive ul li .sub-menu,
#content .widget_meta ul li .sub-menu,
#content .widget_recent_entries ul li .sub-menu,
#content .widget_product_categories ul li .children,
#content .widget_categories ul li .children,
#content .widget_nav_menu ul li .children,
#content .widget_pages ul li .children,
#content .widget_archive ul li .children,
#content .widget_meta ul li .children,
#content .widget_recent_entries ul li .children {
  padding-left: 10px;
}


.widget_newsletterwidget {
  background-color: #061b49;
  padding: 32px 40px 40px 40px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.widget_newsletterwidget .description {
  padding-bottom: 22px;
}

.widget_newsletterwidget .tnp-widget {
  position: relative;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 51px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: transparent;
  border: 1px solid #283a62;
  background-color: transparent;
  font-size: 13px;
  color: #6b89c1;
  font-style: normal;
  padding: 0 19px;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #137cb4;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 11px;
  color: #fff;
  height: 22px;
  width: 22px;
  line-height: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #137cb4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 51px;
  width: 51px;
  position: absolute;
}

.widget_search .search-form .search-submit {
  padding: 0;
  border: none;
  line-height: 50px;
  height: 50px;
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border-left: 1px solid #ececf0;
}

.widget_search .search-form .search-submit:before,
.widget_search .search-form .search-submit:after {
  display: none;
}

.widget_search .search-form .search-submit:hover {
  background-color: #137cb4;
  color: #fff;
}

.widget_search .search-form .search-field {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ececf0;
  padding: 0 22px;
  color: #222;
  font-size: 15px;
}

.widget_search .search-form .search-field:focus {
  border-color: #137cb4;
}

.widget_search .search-form .search-field:focus+.search-submit {
  border-color: #137cb4;
}

.ip-getintouch .ip-getintouch-item a.btn {
  margin-top: 14px;
}

.ip-getintouch .ip-getintouch-item a.btn i {
  font-size: 16px;
  margin-left: 0;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

body .tnp-subscription {
  margin: 0;
}

body .tnp-subscription div.tnp-field {
  margin-bottom: 0;
}

.comment-content:hover .comment-reply a:before {
  opacity: 0;
}

.comment-content:hover .comment-reply a:after {
  opacity: 1;
}

.comment-content:hover .comment-reply a:hover:before {
  opacity: 1;
}

.comment-content:hover .comment-reply a:hover:after {
  opacity: 0;
}

.comment-reply {
  position: absolute;
  top: 20px;
  right: 23px;
}

.comment-reply a {
  line-height: 35px;
  display: inline-block;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.comment-reply a i {
  margin-left: 4px;
  font-weight: 400;
}

.comment-reply a:before {
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
}

.comment-reply a:after {
  background-image: -webkit-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -moz-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -ms-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: -o-linear-gradient(90deg, #000 0%, #525252 50%, #000);
  background-image: linear-gradient(90deg, #000 0%, #525252 50%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}

.comment-form .row>div {
  margin-top: 30px;
}

.site-footer-custom {
  font-family: "Poppins";
}

.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(-190deg, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(-190deg, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(-190deg, #2c318c, #137cb4);
  background-image: -o-linear-gradient(-190deg, #2c318c, #137cb4);
  background-image: linear-gradient(-190deg, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4');
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
  color: #fff;
}

.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover i {
  -o-animation: toTopFromBottom 0.3s forwards;
  -ms-animation: toTopFromBottom 0.3s forwards;
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.btn-type-normal .scroll-top {
  background-image: none;
  background-color: #137cb4;
}

.ip-grid {
  margin: 0 -15px;
}

.ip-grid .grid-sizer {
  visibility: hidden;
}

.ip-grid .ip-grid-inner,
.ip-grid .grid-item-inner {
  position: relative;
}

.ip-grid .grid-item.ip-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}

.ip-grid .ip-load-more {
  margin-top: 35px;
}

.ip-grid .ip-load-more .btn {
  padding: 0 42px;
  line-height: 55px;
  font-size: 15px;
}

.ip-grid .ip-load-more i {
  margin-left: 0;
  margin-right: 8px;
}

.ip-grid .ip-grid-pagination {
  margin-top: 20px;
}

.ip-grid .item-featured a {
  display: block;
}

.ip-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}

.ip-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}

.ip-grid-inner.row {
  margin: 0;
}

.grid-filter-wrap span.active,
.grid-filter-wrap span:hover {
  color: #fff;
}

.grid-filter-wrap span.active:before,
.grid-filter-wrap span:hover:before {
  opacity: 1;
}

.hide-nav .slick-arrow {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hide-nav .ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0px !important;
}

.ip-nav-carousel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ip-nav-carousel .nav-prev,
.ip-nav-carousel .nav-next {
  height: 48px;
  width: 48px;
  border: 2px solid #c7c7c7;
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}

.ip-nav-carousel .nav-prev i,
.ip-nav-carousel .nav-next i {
  color: rgba(14, 14, 14, 0.23);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-nav-carousel .nav-prev:hover,
.ip-nav-carousel .nav-next:hover {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.ip-nav-carousel .nav-prev:hover i,
.ip-nav-carousel .nav-next:hover i {
  color: #fff;
}

.ip-nav-carousel .nav-next {
  margin-left: 10px;
}

.ip-nav-carousel.style2 .nav-next {
  margin-left: 16px;
}

.ip-nav-carousel.style2 .nav-prev,
.ip-nav-carousel.style2 .nav-next {
  border: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
  -khtml-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21) !important;
}

.ip-nav-carousel.style2 .nav-prev i,
.ip-nav-carousel.style2 .nav-next i {
  color: #012068;
}

.ip-nav-carousel.style2 .nav-prev:hover,
.ip-nav-carousel.style2 .nav-next:hover {
  background-color: #137cb4;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.ip-nav-carousel.style2 .nav-prev:hover i,
.ip-nav-carousel.style2 .nav-next:hover i {
  color: #fff;
}

.style3 .nav-next {
  margin-left: 16px;
}

.style3 .nav-prev,
.style3 .nav-next {
  border: none;
  height: 47px;
  width: 47px;
  line-height: 47px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
  -khtml-box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
  -moz-box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
  -ms-box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
  -o-box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
  box-shadow: 0 16px 16px rgba(12, 0, 51, 0.1) !important;
}

.style3 .nav-prev i,
.style3 .nav-next i {
  color: #222;
}

.style3 .nav-prev:hover,
.style3 .nav-next:hover {
  background-color: #137cb4;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.style3 .nav-prev:hover i,
.style3 .nav-next:hover i {
  color: #fff;
}

.ip-slick-carousel .slick-arrow {
  width: 60px;
  height: 60px;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  padding: 0;
  background-color: #fff;
  background-image: none;
  font-size: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -khtml-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -moz-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -ms-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  -o-box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
  box-shadow: 0 1px 20px rgba(0, 8, 11, 0.14);
}

.ip-slick-carousel .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.ip-slick-carousel .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}

.ip-slick-carousel .slick-arrow:hover {
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.ip-slick-carousel .slick-arrow:hover:after {
  opacity: 1;
}

.ip-slick-carousel .slick-arrow.slick-disabled {
  cursor: no-drop;
}

.ip-slick-carousel .slick-prev {
  margin-left: -40px;
}

.ip-slick-carousel .slick-prev:before {
  content: '\f104';
}

.ip-slick-carousel .slick-next {
  margin-left: 40px;
}

.ip-slick-carousel .slick-next:before {
  content: '\f105';
}

.ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 95px;
}

.ip-slick-carousel.slick-arrow-style2 .slick-arrow {
  width: 53px;
  height: 53px;
  background-color: #bbb;
  color: #fff;
  background-size: inherit;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.ip-slick-carousel.slick-arrow-style2 .slick-arrow:after {
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 0;
  margin-right: 0;
  background-color: #f5f3f3;
  color: #1d1b4c;
  border: 2px solid #1d1b4c;
  height: 47px;
  width: 47px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow:after {
  display: none;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow:hover {
  color: #fff;
  background-color: #1d1b4c !important;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: -23px;
  z-index: 9;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: -23px;
  left: auto;
  z-index: 9;
}

.ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"]:hover .slick-arrow {
  opacity: 1;
}



.ip-slick-carousel.nav-middle1.ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}

.ip-slick-carousel.nav-middle1.ip-slick-carousel[data-arrows="true"] .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 0;
  margin-right: 0;
}

.ip-slick-carousel.nav-middle1.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: -14px;
  z-index: 9;
}

.ip-slick-carousel.nav-middle1.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: -14px;
  left: auto;
  z-index: 9;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  -khtml-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.ip-slick-slider .ip-carousel-inner {
  margin: 0 -15px;
}

.ip-slick-slider .ip-carousel-inner .slick-slide {
  padding: 0 15px;
}

.dot-style-u1 .slick-dots li.slick-active button {
  background-color: #137cb4;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dot-style-u2 .slick-dots li.slick-active button {
  width: 40px;
  background-color: #000;
}

.dot-style-u3 li.slick-active button {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dot-style-u3 li.slick-active button:before {
  opacity: 1;
}

.dot-style-u4 .slick-dots li {
  margin: 0 6px;
}

.dot-style-u4 .slick-dots li button {
  background-color: #d1d1d1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.dot-style-u4 .slick-dots li button:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.dot-style-u4 .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #137cb4;
}

.dot-style-u4 .slick-dots li.slick-active button:before {
  opacity: 1;
}

.dot-style-u5 .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #137cb4;
}

.dot-style-u5 .slick-dots li.slick-active button:before {
  opacity: 1;
}

.dot-style-u6 .slick-dots li.slick-active button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: -o-linear-gradient(bottom, #2c318c, #137cb4);
  background-image: linear-gradient(bottom, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4');
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dot-style-u7 .slick-dots li.slick-active button {
  background-color: #137cb4;
  background-image: none;
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  width: 9px;
}

.slider-dot-line .slick-dots li.slick-active button,
.slider-dot-line .slick-dots li.slick-active button:focus {
  background-color: #000a93;
  -webkit-box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
  -khtml-box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
  -moz-box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
  -ms-box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
  -o-box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
  box-shadow: 0 0 10px rgba(0, 10, 147, 0.48);
}

.dots-square .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #137cb4;
}

#ip-loadding {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



.ip-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.ip-modal .ip-modal-close {
  position: absolute;
  top: 60px;
  right: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 99;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.ip-modal .ip-modal-close:before {
  content: '';
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
}

.ip-modal .ip-modal-close:hover:before {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.ip-modal .ip-modal-overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  z-index: 3;
  display: block;
  background-color: rgba(14, 14, 14, 0.9);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.ip-modal .ip-modal-content {
  position: fixed;
  width: 0;
  max-width: 1200px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.ip-modal.open {
  z-index: 9999;
}

.ip-modal.open .ip-modal-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.ip-modal.open .ip-modal-overlay {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 1;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

.ip-modal.open .ip-modal-content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.ip-modal.ip-modal-search .ip-modal-content {
  max-width: 680px;
}

.ip-modal-search .search-form-popup {
  position: relative;
}

.ip-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.87);
  font-family: 'Poppins', sans-serif;
}

.ip-modal-search .search-field:hover,
.ip-modal-search .search-field:focus {
  border-color: rgba(255, 255, 255, 0.87);
}

.ip-modal-search .search-submit {
  font-size: 28px;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.ip-hidden-sidebar-overlay,
.ip-widget-cart-overlay {
  background-color: rgba(14, 14, 14, 0.82);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: url(../images/pointer.png), auto;
}

.ip-hidden-sidebar {
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  width: 375px;
  background-color: #fff;
  font-size: 15px;
  line-height: 26px;
  color: #383838;
  overflow: hidden;
  -webkit-transform: translateX(380px);
  -khtml-transform: translateX(380px);
  -moz-transform: translateX(380px);
  -ms-transform: translateX(380px);
  -o-transform: translateX(380px);
  transform: translateX(380px);
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.ip-hidden-sidebar .ip-hidden-sidebar-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  margin: 115px -15px 90px 0;
  padding: 0 60px 0 60px;
}

.ip-hidden-sidebar .ip-hidden-close {
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  cursor: pointer;
}

.ip-hidden-sidebar .ip-hidden-close:hover {
  color: #137cb4;
}

.ip-hidden-sidebar section.widget {
  margin-bottom: 54px;
}

.ip-hidden-sidebar section.widget:last-child {
  margin-bottom: 0;
}

.ip-hidden-sidebar section.widget.logo-hidden-sidebar {
  margin-bottom: 30px;
}

.ip-hidden-sidebar section.widget.logo-hidden-sidebar img {
  max-height: 60px;
}

.ip-hidden-sidebar section.widget+.ip-getintouch {
  margin-top: -15px;
}

.ip-hidden-sidebar-wrap.open .ip-hidden-sidebar-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.ip-hidden-sidebar-wrap.open .ip-hidden-sidebar {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.ip-widget-cart-wrap.open .ip-widget-cart-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.ip-widget-cart-wrap.open .ip-widget-cart-sidebar {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}

.ip-demo-bar.active {
  -webkit-transform: translate(0px, 0px);
  -khtml-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ip-demo-bar .ip-demo-bar-item .ip-demo-bar-holder .btn {
  line-height: 38px;
  font-size: 13px;
  padding: 0 16px;
  margin: 0 6px;
}

#ip-newsletter-popup form.newsletter,
#ip-newsletter-popup form.tnp-subscription {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 23px;
}

#ip-newsletter-popup form.newsletter .tnp-field-email,
#ip-newsletter-popup form.tnp-subscription .tnp-field-email {
  flex-grow: 1;
  margin-right: 14px;
}

#ip-newsletter-popup form.newsletter .tnp-email,
#ip-newsletter-popup form.tnp-subscription .tnp-email {
  font-size: 15px;
  color: #5b5b5b;
  background-color: #ececec;
  border-color: #ececec;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 22px;
}

#ip-newsletter-popup form.newsletter .tnp-email:focus,
#ip-newsletter-popup form.tnp-subscription .tnp-email:focus {
  border-color: #137cb4;
}

#ip-newsletter-popup form.newsletter .tnp-button,
#ip-newsletter-popup form.tnp-subscription .tnp-button {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-family: 'Poppins', sans-serif;
  -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #137cb4;
  background-image: -webkit-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -moz-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -ms-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: -o-linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  background-image: linear-gradient(90deg, #2c318c 0%, #137cb4 50%, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 300%, 1px;
  background-position: 0%;
}

#ip-newsletter-popup form.newsletter .tnp-button:hover,
#ip-newsletter-popup form.tnp-subscription .tnp-button:hover,
#ip-newsletter-popup form.newsletter .tnp-button:focus,
#ip-newsletter-popup form.tnp-subscription .tnp-button:focus,
#ip-newsletter-popup form.newsletter .tnp-button:active,
#ip-newsletter-popup form.tnp-subscription .tnp-button:active,
#ip-newsletter-popup form.newsletter .tnp-button:not([disabled]):not(.disabled).active,
#ip-newsletter-popup form.tnp-subscription .tnp-button:not([disabled]):not(.disabled).active,
#ip-newsletter-popup form.newsletter .tnp-button:not([disabled]):not(.disabled):active,
#ip-newsletter-popup form.tnp-subscription .tnp-button:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
  background-color: #000;
}

.ip-phone-info .ip-email-inner .btn {
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.ip-phone-info .ip-email-inner .btn i {
  margin-left: 0px;
  margin-right: 8px;
}

.ip-fancy-box-grid3 .item--title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.ip-fancy-box-grid3 .item--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ip-cta2 .item--title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 0 10%;
}


body .mfp-iframe-scaler .mfp-close {
  position: absolute;
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-color: #000;
}

body .mfp-iframe-scaler .mfp-close:hover {
  background-color: #137cb4;
}

body .mfp-inline-holder .mfp-content .mfp-close {
  top: 0;
  background-color: #137cb4;
  background-image: none;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 0 5px 0 0;
}

#ip-mouse-move {
  position: fixed;
  z-index: 9999;
}

#ip-mouse-move .circle-cursor {
  position: fixed;
  top: inherit;
  left: inherit;
  pointer-events: none;
}

#ip-mouse-move .circle-cursor--inner {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #137cb4;
  background-color: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
  margin-left: -8px;
}

#ip-mouse-move .circle-cursor--outer {
  width: 0;
  height: 0;
  background: transparent;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 28px solid rgba(4, 179, 226, 0.5);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: -16px;
  margin-left: -22px;
  -webkit-transition: all 50ms linear 0ms;
  -khtml-transition: all 50ms linear 0ms;
  -moz-transition: all 50ms linear 0ms;
  -ms-transition: all 50ms linear 0ms;
  -o-transition: all 50ms linear 0ms;
  transition: all 50ms linear 0ms;
}



.ip-video-button {
  height: 52px;
  width: 52px;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  position: relative;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -khtml-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -moz-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -ms-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  -o-box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
  box-shadow: 0 3px 9px rgba(3, 31, 114, 0.21);
}

.ip-video-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ip-video-button .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.ip-video-button .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.ip-video-button .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.ip-video-button:hover,
.ip-video-button:focus {
  color: #fff;
}

.ip-video-button:hover .line-video-animation,
.ip-video-button:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ip-video-player .ip-video-button {
  height: 64px;
  width: 64px;
  font-size: 14px;
}

.ip-video-player .ip-video-button.style2 {
  height: 93px;
  width: 93px;
  font-size: 16px;
}

.ip-video-player .ip-video-button.style2 .line-video-animation {
  border: 1px solid rgba(44, 49, 140, 0.2);
}




.ip-video-player .ip-video-image-bg+.ip-video-button,
.ip-video-player img+.ip-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.ip-navigation-menu1.tow-col-light ul.menu li {
  margin-bottom: 12px;
}

.ip-navigation-menu1.one-col-light ul.menu,
.ip-navigation-menu1.tow-col-light ul.menu {
  display: flex;
  flex-wrap: wrap;
}

.ip-navigation-menu1.one-col-light ul.menu li.megamenu,
.ip-navigation-menu1.tow-col-light ul.menu li.megamenu {
  display: none;
}

.ip-navigation-menu1.one-col-light ul.menu li a,
.ip-navigation-menu1.tow-col-light ul.menu li a {
  color: #9d9d9d;
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.ip-navigation-menu1.one-col-light ul.menu li a:before,
.ip-navigation-menu1.tow-col-light ul.menu li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ip-navigation-menu1.one-col-light ul.menu li a:after,
.ip-navigation-menu1.tow-col-light ul.menu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15px;
  height: 1px;
  background-color: #fff;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.ip-navigation-menu1.one-col-light ul.menu li:hover>a,
.ip-navigation-menu1.tow-col-light ul.menu li:hover>a,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_item>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_item>a,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-item>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_ancestor>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-ancestor>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a {
  margin-left: 8px;
  color: #fff;
}

.ip-navigation-menu1.one-col-light ul.menu li:hover>a:after,
.ip-navigation-menu1.tow-col-light ul.menu li:hover>a:after,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_item>a:after,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_item>a:after,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-item>a:after,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a:after,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_ancestor>a:after,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a:after,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-ancestor>a:after,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ip-navigation-menu1.one-col-light ul.menu li:last-child,
.ip-navigation-menu1.tow-col-light ul.menu li:last-child {
  margin-bottom: 0;
}

.ip-navigation-menu1.one-col-light ul.menu>li,
.ip-navigation-menu1.tow-col-light ul.menu>li {
  width: 50%;
}

.ip-navigation-menu1.one-col-light ul.menu li a,
.ip-navigation-menu1.tow-col-light ul.menu li a {
  color: #9d9d9d;
}

.ip-navigation-menu1.one-col-light ul.menu li:hover>a,
.ip-navigation-menu1.tow-col-light ul.menu li:hover>a,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_item>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_item>a,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-item>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a,
.ip-navigation-menu1.one-col-light ul.menu li.current_page_ancestor>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a,
.ip-navigation-menu1.one-col-light ul.menu li.current-menu-ancestor>a,
.ip-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a {
  color: #fff;
}

.ip-navigation-menu1.one-col-light ul.menu>li {
  width: 100%;
}

.ip-navigation-menu1.default ul {
  margin-top: -12px;
}

.ip-navigation-menu1.default ul.sub-menu {
  margin-top: 0;
}

.ip-navigation-menu1.default li.megamenu {
  display: none;
}

.ip-navigation-menu1.default li a {
  margin-top: 12px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0e0e0e;
  padding: 22px 35px;
}

.ip-navigation-menu1.default li a:before {
  background-color: #ececec;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #d7d7d7;
}

.ip-navigation-menu1.default li a:after {
  background-color: #000;
  background-image: none;
}

.ip-navigation-menu1.default li a i {
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ip-navigation-menu1.default li.current-menu-item>a {
  color: #fff;
}

.ip-navigation-menu1.default li.current-menu-item>a:before {
  opacity: 0;
}

.ip-navigation-menu1.default li.current-menu-item>a:after {
  opacity: 1;
}

.ip-navigation-menu1.style-light1 li {
  display: block;
}

.ip-navigation-menu1.style-light1 li.megamenu {
  display: none;
}

.ip-navigation-menu1.style-light1 li a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.ip-navigation-menu1.style-light1 li a:before {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: rgba(4, 179, 226, 0.45);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-navigation-menu1.style-light1 li:hover>a {
  color: #137cb4;
  margin-left: 10px;
}

.ip-navigation-menu1.style-light1 li:hover>a:before {
  opacity: 1;
  width: 100%;
}

.ip-navigation-menu1.style-light1 li+li {
  margin-top: 2px;
}

.ip-navigation-menu1.style-light2 a {
  font-size: 14px;
  color: #0e0e0e;
  font-family: 'Poppins', sans-serif;
}

.ip-navigation-menu1.style-light2 a:before {
  content: '\f105';
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-weight: 900;
}

.ip-navigation-menu1.style-light2 a:hover {
  color: #137cb4;
  padding-left: 17px;
}

.ip-navigation-menu1.style-light2 a:hover:before {
  color: #137cb4;
}


.ip-list.style3 {
  margin: 0;
}

.ip-list.style3 .ip-list-icon {
  width: 9px;
  height: 9px;
  background-color: #000;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  margin-right: 16px;
  margin-top: 10px;
}

.ip-list.style3 .ip-list-icon i {
  display: none;
}

.ip-list.style3 .ip-list-desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}


.ip-newsletter1.style3 .tnp-field-email .tnp-email {
  background-color: #eee;
  color: #444;
}

.ip-newsletter1.style3 .tnp-field-button:before {
  background-image: none;
  background-color: #0a0462;
}




.ip-heading {
  position: relative;
}

.ip-heading.sub-style2 {
  display: inline-flex;
  align-items: center;
}

.ip-heading .item--sub-title {
  font-weight: 600;
  display: inline-block;
  color: #0e0e0e;
  font-family: 'Poppins', sans-serif;
}

.ip-heading .item--sub-title:before {
  opacity: 0;
}


.ip-heading .item--sub-title.style2+.item--title {
  padding-left: 52px;
}

.ip-heading .item--sub-title.style3 {
  padding-right: 114px;
  position: relative;
  color: #137cb4;
  font-weight: 700;
  margin-bottom: 10px;
}

.ip-heading .item--sub-title.style3:before {
  content: '';
  width: 102px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #137cb4;
}



.ip-heading .item--sub-title.show-line:before {
  opacity: 1;
}

.ip-heading .item--sub-title.hide-line {
  padding-left: 0;
}

.ip-heading .item--sub-title.hide-line:before {
  display: none;
}

.ip-heading .item--title {
  margin-bottom: 0;
}

.ip-heading .item--title strong {
  font-weight: 700;
}




.ip-heading .item--title b {
  color: #137cb4;
  font-weight: inherit;
}

.ip-heading .item--title meta,
.ip-heading .item--title span span {
  color: #137cb4;
}

.ip-heading .item--title cite {
  color: #137cb4;
  font-family: 'Playfair Display';
}

.ip-heading .item--title i {
  color: #2c318c;
  font-family: 'Playfair Display';
  font-style: normal;
}

.ip-heading .item--title small {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.ip-heading h3.item--title {
  font-size: 36px;
  line-height: 1.33333;
}

.ip-heading span.item--title {
  display: block;
}



.ip-contact-info1 .ip-contact-icon {
  display: inline-block;
  margin-right: 10px;
}

.ip-contact-info1.style2 .ip-contact-icon {
  min-width: 34px;
  margin-top: 4px;
}

.ip-contact-info1.style2 .ip-contact-icon i {
  font-size: 25px;
}

.ip-contact-info1.style2 .ip-contact-content {
  font-size: 18px;
  line-height: 30px;
  color: #636363;
}

.ip-contact-info2 .ip-contact-icon {
  line-height: 1;
  height: 72px;
  width: 72px;
  min-width: 72px;
  position: relative;
  background-color: #137cb4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 15px;
}

.ip-contact-info2 .ip-contact-icon * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ip-contact-info2 .ip-contact-icon i {
  font-size: 40px;
  color: #fff;
}

.ip-contact-info2 .ip-contact-icon img {
  max-height: 40px;
}

.ip-contact-info2 .item--title {
  margin-bottom: 5px;
  font-size: 17px;
}

.ip-contact-info2 .ip-contact-link {
  width: 35px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #137cb4;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ip-contact-info2 .ip-contact-link:hover i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

.ip-contact-info2 .item--inner {
  display: flex;
  flex-wrap: nowrap;
  padding-right: 30px;
  align-items: center;
  position: relative;
}

.ip-contact-info2 .item--inner+.item--inner {
  margin-top: 23px;
}

.ip-contact-info3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#137cb4 {
  position: relative;
  max-width: 360px;
  background-color: #000;
  padding: 60px 30px 64px;
  background-image: url(../images/bg-contact-info.png);
}

#137cb4:before {
  content: '';
  border-color: transparent #676767 #676767 transparent;
  border-width: 14px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -28px;
}

#137cb4 .item--title {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
  color: #b7b7b7;
  font-family: "Nunito Sans";
  font-weight: 400;
}

#137cb4 .ip-contact-icon {
  line-height: 1;
  margin-right: 14px;
}

#137cb4 .ip-contact-icon i {
  font-size: 42px;
  color: #137cb4;
}

#137cb4 .item--info .ip-contact-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#137cb4 .item--info:hover .ip-contact-icon i,
#137cb4 .item--info:hover .ip-contact-icon img,
#137cb4 .item--info:hover .ip-contact-icon svg {
  animation: icon-bounce 800ms ease-out infinite;
  -webkit-animation: icon-bounce 800ms ease-out infinite;
}

.ip-client1 .ip-clients-list-inner .slick-slide {
  padding: 0 15px;
}


.ip-client1.style3 .client-image {
  text-align: center;
  padding: 0 15px;
}

.ip-client1.style3 .client-image img {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  position: relative;
}

.ip-client1.style3 .client-image img:nth-child(1) {
  opacity: 0.5;
}

.ip-client1.style3 .client-image img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  -khtml-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  opacity: 0;
}

.ip-client1.style3 .client-image a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  position: relative;
  overflow: hidden;
}

.ip-client1.style3 .client-image a:hover img:nth-child(1) {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.ip-client1.style3 .client-image a:hover img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] .slick-arrow {
  width: 38px;
  height: 28px;
  color: #919191;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-weight: 400;
  z-index: 99;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] .slick-arrow:after {
  display: none;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] .slick-arrow:hover {
  background-color: #152644;
  border-color: #152644;
  color: #fff;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}

.ip-client1.style3 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}



.ip-client-grid1 .client-item-inner .btn {
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  background-color: #137cb4;
  color: #000;
}

.ip-client-grid1 .client-item-inner .btn:hover,
.ip-client-grid1 .client-item-inner .btn:focus {
  background-color: #2c318c;
  color: #fff;
}





.ip-tab-banner1 .ip-tabs-title .ip-tab-title.active:before {
  opacity: 0;
}

.ip-tab-banner1 .ip-tabs-title .ip-tab-title.active:after,
.ip-tab-banner1 .ip-tabs-title .ip-tab-title.active .tab-arrow {
  opacity: 1;
}

.ip-tab-banner1 .ip-tabs-title .ip-tab-title.active h4,
.ip-tab-banner1 .ip-tabs-title .ip-tab-title.active p {
  color: #fff;
}

.ip-tab-banner2 .ip-tabs-title .ip-tab-title.active:before {
  opacity: 1;
  left: -12px;
  right: -12px;
}

.ip-tab-banner2 .ip-tabs-title .ip-tab-title.active i,
.ip-tab-banner2 .ip-tabs-title .ip-tab-title.active h4,
.ip-tab-banner2 .ip-tabs-title .ip-tab-title.active p {
  color: #fff;
}

.ip-tab-banner3 .ip-tab-title.active {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -khtml-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -moz-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -ms-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -o-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -webkit-transform: translateX(36px);
  -khtml-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
}

.ip-tab-banner3 .ip-tab-title.active:before {
  border-color: transparent transparent transparent #fff;
  right: -20px;
}

.ip-tab-banner3 .ip-tab-title.active h4,
.ip-tab-banner3 .ip-tab-title.active p {
  color: #000e29;
}

.ip-tab-banner3 .ip-tab-title.active .ip-tab-icon {
  color: #fff;
  background-color: #137cb4;
}



.item--social .fa {
  font-family: 'FontAwesome';
  font-weight: normal;
}

.ip-team-grid1 .item--image .item--social a i.fa-facebook {
  color: #3b5999;
}

.ip-team-grid1 .item--image .item--social a i.fa-instagram {
  color: #e4405f;
}

.ip-team-grid1 .item--title {
  font-size: 18px;
  margin-bottom: 0px;
}

.ip-team-grid1 .item--inner {
  text-align: center;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  -khtml-box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  -moz-box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  -ms-box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  -o-box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  box-shadow: 0 7 30px rgba(12, 12, 12, 0.06);
  padding: 30px 40px 33px 40px;
  margin-bottom: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-team-grid1 .item--inner:hover {
  -webkit-box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
  -khtml-box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
  -moz-box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
  -ms-box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
  -o-box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
  box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
}

.ip-team-grid1 .item--inner:hover .item--image img {
  -webkit-box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
  -khtml-box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
  -moz-box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
  -ms-box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
  -o-box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
  box-shadow: 0 6px 11px rgba(2, 20, 54, 0.3);
}

.ip-team-grid1.style2 .btn.btn-team {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ip-team-grid1.style2 .btn.btn-team:before {
  background-color: #e7e7e7;
}

.ip-team-grid1.style2 .btn.btn-team:before,
.ip-team-grid1.style2 .btn.btn-team:after {
  -webkit-border-radius: 33px;
  -khtml-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  border-radius: 33px;
}

.ip-team-grid1.style2 .btn.btn-team i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 37px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.ip-team-grid1.style2 .btn.btn-team:hover {
  padding-right: 48px;
}

.ip-team-grid1.style2 .btn.btn-team:hover i {
  right: 25px;
  opacity: 1;
}

.ip-team-grid1.style2 .item--title,
.ip-team-grid1.style2 .item--position {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ip-team-grid1.style2 .item--inner {
  border: 1px solid #d6d6d7;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-team-grid1.style2 .item--inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #d1d0d5;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-team-grid1.style2 .item--inner:hover {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  background-color: #000;
  border-color: #000;
}

.ip-team-grid1.style2 .item--inner:hover:before {
  background-color: #000;
}

.ip-team-grid1.style2 .item--inner:hover .item--title {
  color: #fff;
}

.ip-team-grid1.style2 .item--inner:hover .item--position {
  color: #fafaf6;
}

.ip-team-grid1.style2 .item--inner:hover .btn.btn-team {
  color: #fff;
}

.ip-team-grid1.style2 .item--inner:hover .btn.btn-team:before {
  opacity: 0;
}

.ip-team-grid1.style2 .item--inner:hover .btn.btn-team:after {
  opacity: 1;
}

.ip-team-grid2 .item--title {
  font-size: 30px;
  margin-bottom: 2px;
}

.ip-team-grid2 .item--social i.fa-facebook {
  background-color: #1f58e9;
}

.ip-team-grid2 .item--inner {
  display: flex;
  flex-wrap: wrap;
}

.ip-team-grid2 .item--inner.img-left {
  flex-direction: row-reverse;
}

.ip-team-grid2 .item--inner.img-left .ip-team-progressbar .ip-progress-bar {
  background-color: #2c318c;
}

.ip-team-grid2 .item--inner>div {
  width: 50%;
}

.ip-team-grid2 .ip-grid-inner.row {
  margin: 0 15px;
}

.ip-team-grid3 .item--title {
  margin-bottom: 4px;
  font-size: 22px;
}

.ip-team-grid3 .item--social a .fa-facebook,
.ip-team-grid3 .item--social a .fa-facebook-f {
  color: #465bfa;
}

.ip-team-grid3 .item--social a .fa-youtube-play,
.ip-team-grid3 .item--social a .fa-youtube {
  color: #f00;
}

.ip-team-grid3 .item--inner {
  margin-bottom: 48px;
}

.ip-team-grid3 .item--inner:hover .item--image:before {
  opacity: 0.9;
}

.ip-team-grid3 .item--inner:hover .item--image .item--desc {
  opacity: 1;
}

.ip-team-grid3 .item--inner:hover .item--position {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ip-team-grid3 .item--inner:hover .item--social {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -khtml-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ip-team-details .ip-team-social .ip-team-button .btn {
  line-height: 61px;
}

.ip-cta1 .item--holder .item--title {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.ip-cta1 .btn {
  padding: 0 42px;
  line-height: 55px;
  font-size: 15px;
}

.ip-cta1 .btn i {
  margin-left: 0;
  margin-right: 8px;
}

.ip-cta1 .btn:before,
.ip-cta1 .btn:after {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}



.ip-nav-slick {
  width: 162px;
  height: 70px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  -khtml-box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  -moz-box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  -ms-box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  -o-box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  box-shadow: 0 25px 28px rgba(29, 27, 76, 0.19);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ip-nav-slick .nav-prev,
.ip-nav-slick .nav-next {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 33px;
  -khtml-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  border-radius: 33px;
  border: 2px solid #000;
  color: #000;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-nav-slick .nav-prev i,
.ip-nav-slick .nav-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ip-nav-slick .nav-prev:hover,
.ip-nav-slick .nav-next:hover {
  background-color: #000;
  color: #fff;
}



.ip-gallery-carousel1 .slick-slide img {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.ip-gallery-carousel1 .ip-carousel-inner {
  margin: 0 -3px;
}

.ip-gallery-carousel1 .ip-carousel-inner .slick-slide {
  padding: 0 3px;
}



.ip-career-grid1 .item--feature .fa {
  font-family: 'FontAwesome';
  font-weight: normal;
}

.ip-career-grid1 .item--title {
  font-size: 20px;
  margin-bottom: 8px;
}

.ip-career-grid1 .item--inner {
  padding: 40px 34px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  -khtml-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  -moz-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  -ms-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  -o-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 60px;
}

.ip-career-grid1 .item--inner:hover {
  -webkit-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
  -khtml-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
  -moz-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
  -ms-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
  -o-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
  box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
}



.ip-team-carousel1 .item--image img,
.ip-team-grid4 .item--image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}

.ip-team-carousel1 .item--image+.item--holder,
.ip-team-grid4 .item--image+.item--holder {
  position: relative;
  z-index: 9;
  margin-top: -40px;
}

.ip-team-carousel1 .item--title,
.ip-team-grid4 .item--title {
  font-size: 18px;
  margin-bottom: 2px;
}

.ip-team-carousel1 .item--title a,
.ip-team-grid4 .item--title a {
  color: inherit;
}

.ip-team-carousel1 .item--title a:hover,
.ip-team-grid4 .item--title a:hover {
  color: #137cb4;
}

.ip-team-carousel1 .item--holder,
.ip-team-grid4 .item--holder {
  text-align: center;
}

.ip-team-carousel1 .item--position,
.ip-team-grid4 .item--position {
  font-size: 14px;
  line-height: 24px;
  color: #737272;
}

.ip-team-carousel1 .item--social,
.ip-team-grid4 .item--social {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 2px;
  line-height: 1;
  display: none;
}

.ip-team-carousel1 .item--social li,
.ip-team-grid4 .item--social li {
  display: inline-block;
  margin: 0 6px;
}

.ip-team-carousel1 .item--social li a,
.ip-team-grid4 .item--social li a {
  font-size: 15px;
  display: inline-block;
}

.ip-team-carousel1 .item--social li a:hover,
.ip-team-grid4 .item--social li a:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.ip-team-carousel1 .item--social li i.fa-facebook,
.ip-team-grid4 .item--social li i.fa-facebook {
  color: #25319d;
}

.ip-team-carousel1 .item--social li i.fa-twitter,
.ip-team-grid4 .item--social li i.fa-twitter {
  color: #0c91f7;
}

.ip-team-carousel1 .item--social li i.fa-instagram,
.ip-team-grid4 .item--social li i.fa-instagram {
  color: #f70c0c;
}

.ip-team-carousel1 .item--social li i.fa-behance,
.ip-team-grid4 .item--social li i.fa-behance {
  color: #287acd;
}

.ip-team-carousel1 .item--holder-inner,
.ip-team-grid4 .item--holder-inner {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
}

.ip-team-carousel1 .item--inner,
.ip-team-grid4 .item--inner {
  padding-bottom: 200px;
}

.ip-team-carousel1 .item--inner:hover .item--image img,
.ip-team-grid4 .item--inner:hover .item--image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ip-team-grid5 .item--title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.ip-team-grid5 .item--title a {
  color: inherit;
}

.ip-team-grid5 .item--title a:hover {
  color: inherit;
}

.ip-team-grid5 .item--social .social-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #eef1fe;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ip-team-grid5 .item--social.active {
  background-color: #137cb4;
  background-image: -webkit-gradient(linear, left top, right top, from(#137cb4), to(#2c318c));
  background-image: -webkit-linear-gradient(left, #137cb4, #2c318c);
  background-image: -moz-linear-gradient(left, #137cb4, #2c318c);
  background-image: -ms-linear-gradient(left, #137cb4, #2c318c);
  background-image: -o-linear-gradient(left, #137cb4, #2c318c);
  background-image: linear-gradient(left, #137cb4, #2c318c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#137cb4', endColorStr='#2c318c', gradientType='1');
}

.ip-team-grid5 .item--social.active .social-button {
  transform: rotate(45deg);
}

.ip-team-grid5 .item--social.active ul {
  visibility: visible;
  margin-left: 20px;
  opacity: 1;
}

.ip-team-grid5 .item--inner {
  position: relative;
  margin-bottom: 30px;
}

.ip-team-carousel1 .slick-dots {
  margin-top: -40px;
}

.ip-team-carousel2 .item--holder {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 25px 10px;
  text-align: center;
}

.ip-team-carousel2 .item--image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.ip-team-carousel2 .item--image+.item--holder {
  position: absolute;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  top: 100%;
  left: 0;
  right: 0;
}

.ip-team-carousel2 .item--title {
  font-size: 18px;
  margin-bottom: 5px;
}

.ip-team-carousel2 .item--title a {
  color: inherit;
}

.ip-team-carousel2 .item--title a:hover {
  color: inherit;
}

.ip-team-carousel2 .item--position {
  font-size: 15px;
  line-height: normal;
}

.ip-team-carousel2 .item--social {
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #e4eaee;
  display: none;
}

.ip-team-carousel2 .item--social li {
  display: inline-block;
  margin: 0 20px;
}

.ip-team-carousel2 .item--social li a {
  color: #8c8d8e;
  font-size: 15px;
}

.ip-team-carousel2 .item--inner {
  position: relative;
  margin-bottom: 95px;
}

.ip-team-carousel2 .item--inner:hover .item--image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ip-team-carousel2 .slick-slide {
  margin-bottom: 87px;
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 55px;
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] .slick-arrow {
  margin: 0;
  background-color: #bbb;
  color: #0e0e0e;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] .slick-arrow:after {
  background-color: #fff !important;
  background-image: none !important;
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  right: 88px;
  left: auto;
}

.ip-team-carousel2 .ip-slick-carousel[data-arrows="true"] .slick-arrow:hover {
  color: #0e0e0e !important;
}

.ip-team-carousel2 .slick-dots {
  margin-top: 0px;
}


.ip-fancy-box-grid1 {
  text-align: center;
  margin: 0;
}

.ip-fancy-box-grid1 .item--icon {
  line-height: 1;
  margin-bottom: 10px;
}

.ip-fancy-box-grid1 .item--icon i {
  color: #192743;
  font-size: 51px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-fancy-box-grid1 .item--title {
  font-size: 16px;
  line-height: 26px;
  color: #334870;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-fancy-box-grid1 .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.ip-fancy-box-grid1 .row {
  margin: 0;
}

.ip-fancy-box-grid1 .row .grid-item {
  padding: 0;
}

.ip-fancy-box-grid1 .item-line {
  background-color: #75a1fb;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  z-index: 99;
}

.ip-fancy-box-grid1 .item-line-top {
  top: -1px;
}

.ip-fancy-box-grid1 .item-line-bottom {
  bottom: -1px;
}

.ip-fancy-box-grid1 .item-line-top,
.ip-fancy-box-grid1 .item-line-bottom {
  width: calc(100% + 160px);
  width: -webkit-calc(100% + 160px);
  height: 2px;
  left: -80px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
}

.ip-fancy-box-grid1 .item-line-left {
  left: -1px;
}

.ip-fancy-box-grid1 .item-line-right {
  right: -1px;
}

.ip-fancy-box-grid1 .item-line-left,
.ip-fancy-box-grid1 .item-line-right {
  height: calc(100% + 160px);
  height: -webkit-calc(100% + 160px);
  width: 2px;
  top: -80px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
}

.ip-fancy-box-grid1 .item--inner {
  border: 1px solid #122445;
  padding: 32px 20px 23px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-fancy-box-grid1 .item--inner:hover .item-line,
.ip-fancy-box-grid1 .item--inner.active .item-line {
  opacity: 1;
}

.ip-fancy-box-grid1 .item--inner:hover .item--title,
.ip-fancy-box-grid1 .item--inner.active .item--title {
  color: #fff;
}

.ip-fancy-box-grid1 .item--inner:hover .item--icon i,
.ip-fancy-box-grid1 .item--inner.active .item--icon i {
  color: #75a1fb;
}

.ip-fancy-box-grid1 .item--inner .item--holder {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.ip-fancy-box-grid2 .item--title {
  font-size: 20px;
}

.ip-fancy-box-grid2 .row {
  margin: 0 14px 0 16px;
}

.ip-fancy-box-grid2 .row .grid-item {
  padding: 0;
}

.ip-fancy-box-grid2 .row .grid-item:hover {
  z-index: 99;
}

.ip-fancy-box-grid2 .item--inner {
  text-align: center;
  border: 1px solid #ebeffc;
  background-color: #f9fbfd;
  padding: 55px 40px 48px;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  z-index: 1;
}

.ip-fancy-box-grid2 .item--inner:hover {
  background-color: #fff;
  z-index: 99;
}

.ip-fancy-box-grid2 .item--inner:hover+.item--shadow {
  opacity: 1;
}


.ip-fancy-box-carousel1 .item--title {
  font-size: 22px;
  margin-bottom: 15px;
}

.ip-fancy-box-carousel1 .item--description {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.ip-fancy-box-carousel1 .item--inner {
  padding: 50px 50px 47px;
  position: relative;
}

.ip-fancy-box-carousel1 .item--inner:before {
  content: '';
  width: 0px;
  height: 140px;
  border-right: 1px dashed #d0d0d0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -1px;
  opacity: 0;
}

.ip-fancy-box-carousel1 .item--inner:hover .item--link a {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.ip-fancy-box-carousel1 .slick-active .item--inner:before {
  opacity: 1;
}

.ip-fancy-box-carousel1.ip-slick-slider .ip-carousel-inner {
  margin: 0;
}

.ip-fancy-box-carousel1.ip-slick-slider .ip-carousel-inner .slick-slide {
  padding: 0;
}



.title-big .ip-heading h3.item--title {
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -0.01em;
}

.h9-section-01 .h9-section-gradient {
  width: 300px;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}



.h9-section-02 .h9-section-overlay {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
}

.slider-contact .wpcf7-form-control:not(.wpcf7-submit) {
  height: 43px;
  border-color: #dde1e6;
  font-size: 12px;
  padding-left: 12px;
  color: #5d5d5d;
}

.slider-contact .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #137cb4;
}

.slider-contact .wpcf7-form-control.wpcf7-textarea {
  height: 114px;
}

.slider-contact .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

.slider-contact .wpcf7-submit.btn {
  margin-top: 7px;
  background-color: #1d2f3c;
  background-image: none !important;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 41px !important;
  padding: 0 22px !important;
  -webkit-box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
  -khtml-box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
  -moz-box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
  -ms-box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
  -o-box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
  box-shadow: 0 6px 8px rgba(29, 47, 60, 0.19) !important;
}

.slider-contact .wpcf7-submit.btn:hover {
  background-color: #137cb4;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.slider-contact+.wpcf7-response-output {
  margin-top: 3px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}


.ip-team-carousel3 .item--social-btn {
  width: 44px;
  height: 44px;
  background-color: #0e0e0e;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  cursor: pointer;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ip-team-carousel3 .item--social-btn:before,
.ip-team-carousel3 .item--social-btn:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}

.ip-team-carousel3 .item--social-btn:before {
  content: '\f067';
}

.ip-team-carousel3 .item--social-btn:after {
  content: '\f068';
}

.ip-team-carousel3 .item--social-btn:hover {
  background-color: #137cb4;
}

.ip-team-carousel3 .item--social-btn.active {
  -webkit-box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  -khtml-box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  -moz-box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  -ms-box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  -o-box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  box-shadow: 0 11px 7px rgba(4, 179, 226, 0.26);
  background-color: #137cb4;
}

.ip-team-carousel3 .item--social-btn.active:before {
  opacity: 0;
}

.ip-team-carousel3 .item--social-btn.active:after {
  opacity: 1;
}

.ip-team-carousel3 .item--social i.fa-facebook {
  color: #16599b;
}

.ip-team-carousel3 .item--social.active a {
  opacity: 1;
}

.ip-team-carousel3 .item--social.active a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ip-team-carousel3 .item--social.active a:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.ip-team-carousel3 .item--social.active a:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ip-team-carousel3 .item--social.active a:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.ip-team-carousel3 .item--title {
  margin-bottom: 7px;
  font-size: 22px;
}

.ip-team-carousel3 .item--title a {
  color: inherit;
}

.ip-team-carousel3 .item--title a:hover {
  color: #137cb4;
}

.ip-team-carousel3 .item--description {
  margin-top: 19px;
  line-height: 1.625;
  color: #000;
}

.ip-team-carousel3 .item--inner {
  margin: 60px 0 80px;
  border: 1px solid #ededed;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 37px 40px 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 76px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-team-carousel3 .item--inner:before,
.ip-team-carousel3 .item--inner:after {
  content: '';
  height: 7px;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #137cb4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-team-carousel3 .item--inner:after {
  top: -1px;
  left: -1px;
  right: -1px;
  opacity: 0;
}

.ip-team-carousel3 .item--inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 65px rgba(0, 0, 0, 0.25);
}

.ip-team-carousel3 .item--inner:hover:before {
  opacity: 0;
}

.ip-team-carousel3 .item--inner:hover:after {
  opacity: 1;
}

.ip-team-carousel3 .ip-slick-carousel {
  margin: 0 -50px 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.ip-team-carousel3 .ip-slick-carousel .slick-list {
  overflow: visible;
}

.ip-team-carousel3 .slick-slide {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
}

.ip-team-carousel3 .slick-slide.slick-active {
  opacity: 1;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] .slick-arrow {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: block;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
  margin: 0;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] .slick-arrow:after {
  display: none;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] .slick-arrow:hover {
  color: #fff;
  background-color: #000a93;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 41px;
  right: auto;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  left: auto;
  right: 41px;
}

.ip-team-carousel3 .ip-slick-carousel[data-arrows="true"]:hover .slick-arrow {
  opacity: 1;
}

.ip-team-carousel4 .item--title {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.ip-team-carousel4 .item--inner {
  position: relative;
  max-width: 535px;
}

.ip-team-carousel4 .item--inner:hover .item--holder {
  background-color: #fff;
}

.ip-team-carousel4 .item--inner:hover .item--social {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.ip-team-carousel4 .item--inner:hover .item--title,
.ip-team-carousel4 .item--inner:hover .item-desc {
  color: #0e0e0e;
}

.ip-team-carousel4 .item--inner:hover .item--position {
  color: #137cb4;
}

.ip-team-carousel4 .item--inner:hover .item--meta a {
  color: #737272;
}

.ip-team-carousel4 .item--inner:hover .item--meta i {
  color: #137cb4;
}

.ip-team-carousel4 .item--inner:hover .item--meta li+li {
  border-color: #e0e0e0;
}

.ip-team-carousel4 .slick-dots li.slick-active button {
  background-color: #137cb4;
}

.ip-team-carousel5 .item--title {
  font-size: 22px;
  margin-bottom: 2px;
}

.ip-team-carousel5 .item--title a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #000;
}

.ip-team-carousel5 .item--title a:hover {
  color: inherit;
}

.ip-team-carousel5 .item--social-btn {
  width: 49px;
  background-color: #137cb4;
  height: 49px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 49px;
  display: inline-block;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ip-team-carousel5 .item--inner {
  margin: 40px 0 60px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  -khtml-box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  -moz-box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  -ms-box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  -o-box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  box-shadow: 0 20px 62px rgba(4, 20, 69, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ip-team-carousel5 .item--inner:hover {
  background-color: #000;
}

.ip-team-carousel5 .item--inner:hover .item--title a {
  color: #fff;
}

.ip-team-carousel5 .item--inner:hover .item--position {
  color: #bbb;
}

.ip-team-carousel5 .item--inner:hover .item--image img {
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.ip-team-carousel5 .item--inner:hover .item--image .item--image-bg {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ip-team-carousel5 .item--inner:hover .item--social-btn {
  background-color: transparent;
  color: #137cb4;
}

.ip-team-carousel5 .item--inner:hover .item--social-btn+ul {
  opacity: 1;
  margin-bottom: 0;
}

.ip-team-carousel5 .ip-slick-carousel {
  margin: 0 -30px 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.ip-team-carousel5 .ip-slick-carousel .slick-list {
  overflow: visible;
}

.ip-team-carousel5 .slick-slide {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
}

.ip-team-carousel5 .slick-slide.slick-active {
  opacity: 1;
}

.ip-team-carousel5.style2 .item--title {
  color: #1d1b4c;
}

.ip-team-carousel5.style2 .item--title a {
  color: inherit;
}

.ip-team-carousel5.style2 .item--holder .item--social-btn {
  background-color: transparent;
  color: #137cb4;
}

.ip-team-carousel5.style2 .item--inner {
  padding: 0;
  margin: 50px 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.ip-team-carousel5.style2 .item--inner:hover {
  background-color: #fff;
}

.ip-team-carousel5.style2 .item--inner:hover .item--image img {
  transform: scale(1);
  opacity: 1;
}

.ip-team-carousel5.style2 .item--inner:hover .item--title {
  color: #1d1b4c;
}

.ip-team-carousel5.style2 .item--inner:hover .item--title a {
  color: inherit;
}

.ip-team-carousel5.style2 .item--inner:hover .item--position {
  color: #137cb4;
}

.ip-team-carousel5.style2 .ip-slick-carousel[data-arrows="true"] {
  padding-bottom: 0;
}

.ip-team-carousel5.style2 .ip-slick-carousel[data-arrows="true"] .slick-arrow {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  z-index: 99;
}

.ip-team-carousel5.style2 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: 18px;
  right: auto;
}

.ip-team-carousel5.style2 .ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: 18px;
  left: auto;
}

.ip-team-carousel6 .item--image img {
  width: 100%;
}

.ip-team-carousel6 .item--title {
  font-size: 22px;
  line-height: 26px;
  color: #1d1b4c;
  margin-bottom: 2px;
}

.ip-team-carousel6 .item--title a {
  color: inherit;
}

.ip-team-carousel6 .item--position {
  line-height: normal;
  font-size: 15px;
  color: #137cb4;
}

.ip-team-carousel6 .item--description {
  font-size: 14px;
  color: #c1c1c6;
  line-height: 22px;
  margin-top: 9px;
  margin-bottom: 11px;
}

.ip-team-carousel6 .item--social a {
  color: #5e6877;
  display: inline-block;
  margin: 0 6px;
}

.ip-team-carousel6 .item--social a:hover {
  color: #fff;
}

.ip-team-carousel6 .item--holder {
  background-color: #fff;
  text-align: center;
  padding: 15px 15px 17px;
  -webkit-box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  -khtml-box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  -moz-box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  -ms-box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  -o-box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  box-shadow: 0 5px 40px rgba(29, 27, 76, 0.15);
  position: absolute;
  bottom: -40px;
  left: 30px;
  right: 30px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.ip-team-carousel6 .item--meta {
  display: none;
}

.ip-team-carousel6 .item--inner {
  margin-bottom: 80px;
  position: relative;
}

.ip-team-carousel6 .item--inner:hover .item--title a {
  color: #fff;
}

.ip-team-carousel6 .item--inner:hover .item--holder {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 22px;
}

.ip-team-carousel6 .ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-prev {
  left: -8px;
  margin-top: -40px;
}

.ip-team-carousel6 .ip-slick-carousel.slick-arrow-style3.ip-slick-carousel[data-arrows="true"] .slick-arrow.slick-next {
  right: -8px;
  margin-top: -40px;
}

.ip-team-carousel7 .item--title {
  margin-bottom: 0;
  font-size: 24px;
  color: #283a57;
}

.ip-team-carousel7 .item--more .btn {
  line-height: 37px;
  font-size: 14px;
  padding: 0 19px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.ip-team-carousel7 .item--inner {
  display: flex;
  flex-wrap: nowrap;
}


.ip-menu-item {
  list-style: none;
  margin-bottom: 0;
}

.ip-menu-item a {
  display: inline-block !important;
}

.ip-menu-item a cite {
  background-color: #137cb4;
  color: #fff;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  text-transform: capitalize;
  font-style: normal;
  font-size: 10px;
  padding: 0 5px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -8px;
}

.ip-menu-item i {
  font-size: 94%;
  margin-right: 4px;
  display: inline-block;
  min-width: 14px;
}




.ip-emergency .item--title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.ip-emergency .item--title cite {
  font-style: normal;
  color: #e30b0b;
}




.ip-cover-boxes1 {
  margin: 0 -30px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.ip-cover-boxes1 .item--image {
  width: 100%;
  position: relative;
}

.ip-cover-boxes1 .item--icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-color: #137cb4;
}

.ip-cover-boxes1 .item--icon svg {
  fill: #fff;
}

.ip-cover-boxes1 .item--icon i,
.ip-cover-boxes1 .item--icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ip-cover-boxes1 .item--title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.ip-cover-boxes1 .item--readmore {
  margin-top: 17px;
}

.ip-cover-boxes1 .item--readmore a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
}

.ip-cover-boxes1 .item--readmore a i {
  color: #137cb4;
  font-weight: normal;
  margin-left: 10px;
}

.ip-cover-boxes1 .item--readmore a:hover i {
  animation: icon-bounce-right 800ms ease-out infinite;
  -webkit-animation: icon-bounce-right 800ms ease-out infinite;
}

.ip-cover-boxes1 .item--content {
  overflow: hidden;
  position: relative;
}

.ip-cover-boxes1 .item--content .item--content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 22px 20px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.67);
  font-family: "Nunito Sans";
}

.ip-cover-boxes1 .ip-cover-inner {
  border: 8px solid #fff;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  width: 277px;
}

.ip-cover-boxes1 .ip-cover-item {
  width: 277px;
  display: none;
  margin-right: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
}

.ip-cover-boxes1 .ip-cover-item:nth-child(1) {
  animation-delay: 50ms;
  -webkit-animation-delay: 50ms;
  display: block;
}

.ip-cover-boxes1 .ip-cover-item:nth-child(2) {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
  display: block;
}

.ip-cover-boxes1 .ip-cover-item:nth-child(3) {
  animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  display: block;
}

.ip-cover-boxes1 .ip-cover-item.active {
  width: 554px;
  -webkit-box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
  box-shadow: 0 19px 40px rgba(0, 0, 0, 0.26);
}

.ip-cover-boxes1 .ip-cover-item.active .ip-cover-inner {
  width: 554px;
}

.ip-cover-boxes1 .ip-cover-item.active .item--image {
  width: calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
}

.ip-cover-boxes1 .ip-cover-item.active .item--content {
  width: 50%;
}

.ip-cover-boxes1 .ip-cover-item.active .item--icon {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -khtml-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}



.ip-get-quote1 .wpcf7-form .input-filled {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ip-get-quote1 .wpcf7-form .input-filled .wpcf7-form-control-wrap {
  margin-bottom: 0;
  margin-right: 10px;
  width: auto;
}

.ip-get-quote1 .wpcf7-form .input-filled .wpcf7-form-control:not(.wpcf7-submit) {
  height: 46px;
  background-color: #292929;
  border-color: #292929;
  font-size: 15px;
  color: #dedede;
  font-family: "Nunito Sans";
  padding: 0 22px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.ip-get-quote1 .wpcf7-form .input-filled .btn {
  line-height: 46px;
  padding: 0 23px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
}

.ip-get-quote1 .wpcf7-form .input-filled .btn:hover {
  background-color: #0393ba;
}

.ip-get-quote1 .wpcf7-form .input-filled .btn i {
  margin-right: 0;
  font-size: 13px;
}

body #bbpress-forums .bbp-breadcrumb,
body #bbpress-forums .bbp-search-form {
  display: none;
}

.bbp-search-form #bbp-search-form {
  position: relative;
  z-index: 1;
}

.bbp-search-form #bbp-search-form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  z-index: -1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.bbp-search-form #bbp_search_submit {
  padding: 0;
  border: none;
  line-height: 50px;
  height: 50px;
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border-left: 1px solid #ececf0;
  text-indent: -9999px;
}

.bbp-search-form #bbp_search_submit:before,
.bbp-search-form #bbp_search_submit:after {
  display: none;
}

.bbp-search-form #bbp_search_submit:hover {
  background-color: transparent;
  color: #fff;
}

.bbp-search-form #bbp_search {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ececf0;
  padding: 0 22px;
  color: #222;
  font-size: 15px;
  background-color: transparent;
}

.bbp-search-form #bbp_search:focus {
  border-color: #137cb4;
}

.bbp-search-form #bbp_search:focus+#bbp_search_submit {
  border-color: #137cb4;
}

.ip-text-editor .first-letter.style3 {
  background-color: #137cb4;
  color: #fff;
  font-size: 25px;
}

.grid-item-inner:hover .image-effect-white a:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}


.ip-contact-info1.style3 {
  text-align: center;
}

.ip-contact-info1.style3 li {
  display: block;
}

.ip-contact-info1.style3 .ip-contact-icon {
  margin: 0 0 42px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  z-index: 1;
}

.ip-contact-info1.style3 .ip-contact-icon i {
  color: #fff;
}

.ip-contact-info1.style3 .ip-contact-icon:before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(40deg, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(40deg, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(40deg, #2c318c, #137cb4);
  background-image: -o-linear-gradient(40deg, #2c318c, #137cb4);
  background-image: linear-gradient(40deg, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4');
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ip-contact-info1.style3 .ip-contact-content {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  color: #000c3f;
}



.ip-team-carousel8 .item--title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  padding-bottom: 12px;
}

.ip-team-carousel8 .item--title:before {
  content: '';
  height: 3px;
  width: 78px;
  background-color: #2c318c;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c318c), to(#137cb4));
  background-image: -webkit-linear-gradient(left, #2c318c, #137cb4);
  background-image: -moz-linear-gradient(left, #2c318c, #137cb4);
  background-image: -ms-linear-gradient(left, #2c318c, #137cb4);
  background-image: -o-linear-gradient(left, #2c318c, #137cb4);
  background-image: linear-gradient(left, #2c318c, #137cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c318c', endColorStr='#137cb4', gradientType='1');
  position: absolute;
  bottom: 0;
  left: 0;
}

.ip-team-carousel8 .item--title a {
  color: inherit;
}

.ip-team-carousel8 .item--title a:hover {
  color: inherit;
}

.ip-team-carousel8 .item--inner {
  position: relative;
}


.site-content {
  padding: 90px 0;
  position: relative;
}

.single-footer .site-footer-custom {
  display: none;
}

.single-footer .site-content {
  padding: 0;
}

.ip-cart-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  padding: 5px 0;
  width: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 1001;
}

.ip-cart-bar .ip-cart-option {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.ip-cart-bar .ip-cart-option .ip-cart-count-sidebar {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #137cb4;
  position: absolute;
  top: 2px;
  right: 3px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.ip-widget-cart-sidebar .ip-close {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}

.ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}

.ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
}

.ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 50%;
  line-height: 45px;
}

.ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
  margin-right: 20px;
}

.admin-bar .ip-widget-cart-wrap .ip-widget-cart-sidebar {
  top: 32px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #137cb4;
  color: #fff;
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}

.single-product #primary div.product form.cart:not(.variations_form) .quantity,
.single-product #primary div.product form.cart:not(.grouped_form) .quantity,
.single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button,
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 10px;
}


.single-product #primary div.product .quantity {
  margin-right: 30px;
}


body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #137cb4;
  color: #fff;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}

.wishlist-title .button .fa {
  font-family: FontAwesome;
}

.hidden-title-form .btn {
  line-height: 51px !important;
}

#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}

#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}

#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}



body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

body.rtl .text-left,
body.rtl .align-left {
  text-align: right;
}

body.rtl .slick-slide {
  float: right;
}

body.rtl .ip-demo-bar {
  left: 0;
  right: auto;
  -webkit-transform: translate(-601px, 0px);
  -khtml-transform: translate(-601px, 0px);
  -moz-transform: translate(-601px, 0px);
  -ms-transform: translate(-601px, 0px);
  -o-transform: translate(-601px, 0px);
  transform: translate(-601px, 0px);
}

body.rtl .ip-demo-bar.active {
  -webkit-transform: translate(0px, 0px);
  -khtml-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

body.rtl .ip-demo-bar .ip-demo-option {
  left: auto;
  right: -40px;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

body.rtl .ip-demo-bar .ip-demo-option span {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 12px;
}

body.rtl .ip-demo-bar .ip-demo-option span:before {
  right: auto;
  left: -12px;
  border-color: transparent #222 transparent transparent;
}

body.rtl .btn .ip-align-icon-left i {
  margin-right: 0;
  margin-left: 8px;
}

body.rtl .ip-grid .ip-load-more i {
  margin-right: 0;
  margin-left: 8px;
}

body.rtl input[type="text"],
body.rtl input[type="email"],
body.rtl input[type="url"],
body.rtl input[type="password"],
body.rtl input[type="search"],
body.rtl input[type="tel"],
body.rtl input[type="number"],
body.rtl input[type="range"],
body.rtl input[type="date"],
body.rtl input[type="month"],
body.rtl input[type="week"],
body.rtl input[type="time"],
body.rtl input[type="datetime"],
body.rtl input[type="datetime-local"],
body.rtl input[type="color"],
body.rtl textarea,
body.rtl select,
body.rtl .nice-select {
  text-align: right;
}

body.rtl .nice-select {
  padding-left: 40px;
  padding-right: 22px;
}

body.rtl .nice-select:after {
  left: 18px;
  right: auto;
}

body.rtl .ip-nav-carousel .nav-prev .fac-angle-left::before {
  content: "\f105";
}

body.rtl .ip-nav-carousel .nav-next {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl .ip-nav-carousel .nav-next .fac-angle-right::before {
  content: "\f104";
}


body.rtl #ip-header-wrap .ip-header-branding .logo-light,
body.rtl #ip-header-wrap .ip-header-branding .logo-mobile {
  left: auto;
  right: 0%;
}

body.rtl .header-mobile-search .search-submit {
  right: auto;
  left: 0;
}

body.rtl .ip-menu-toggle {
  right: auto;
  left: 0;
}

body.rtl .ip-header-arrow:before {
  left: auto;
  right: 0;
  -webkit-transform: skew(30deg);
  -khtml-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}

body.rtl #ip-header-wrap .ip-header-holder.style-two .h-item-icon {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl #ip-header-wrap .ip-header-holder.style-two .ip-header-info-item:before {
  left: auto;
  right: 0;
}

body.rtl #ip-header-wrap .ip-header-holder.style-two .ip-header-info-item+.ip-header-info-item {
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 34px;
  padding-right: 34px;
}

body.rtl #ip-header-wrap .ip-header-holder.style-two .ip-header-info-item.ip-header-call svg {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}



body.rtl #ip-header-wrap .ip-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
  right: auto;
  left: -11px;
}

body.rtl #ip-header-wrap #ip-header-top .ip-header-social a+a {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl #ip-header-wrap .ip-header-holder .ip-header-info-item i {
  margin-right: 0;
  margin-left: 12px;
}

body.rtl #ip-header-wrap .ip-header-button {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl #ip-header-wrap .ip-header-button .ip-arrow-right {
  margin-left: 14px;
  margin-right: 14px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

body.rtl #ip-header-wrap .ip-header-meta {
  margin-left: 0;
  margin-right: 18px;
}

body.rtl #ip-header-wrap .ip-header-meta .header-right-item+.header-right-item {
  margin-left: 0;
  margin-right: 36px;
}

body.rtl #ip-header-wrap .site-header-lang.custom {
  padding-left: 0px !important;
  margin-left: 0px;
  margin-right: 12px;
  padding-right: 27px !important;
}

body.rtl #ip-header-wrap .site-header-lang.custom:before {
  left: auto;
  right: 0;
}

body.rtl .ip-modal-search .search-field {
  margin-right: 0;
  margin-left: 60px;
}

body.rtl .ip-modal-search .search-submit {
  left: 0;
  right: auto;
  text-align: left;
}

body.rtl .entry-meta li,
body.rtl .item--meta-default li {
  margin-right: 0;
  margin-left: 20px;
}

body.rtl .entry-meta li i,
body.rtl .item--meta-default li i {
  margin-right: 0;
  margin-left: 4px;
}

body.rtl .entry-readmore .fac-angle-right:before {
  content: "\f104";
}

body.rtl .posts-pagination .fac-angle-right:before {
  content: "\f104";
}

body.rtl .posts-pagination .fac-angle-left:before {
  content: "\f105";
}

body.rtl #content .widget_product_categories ul li a::before,
body.rtl #content .widget_categories ul li a::before,
body.rtl #content .widget_nav_menu ul li a::before,
body.rtl #content .widget_pages ul li a::before,
body.rtl #content .widget_archive ul li a::before,
body.rtl #content .widget_meta ul li a::before,
body.rtl #content .widget_recent_entries ul li a::before {
  content: "\f104";
  margin-left: 8px;
  margin-right: 0;
  float: right;
}

body.rtl span.count.left {
  float: left;
}

body.rtl .widget-title::before,
body.rtl .comments-title::before,
body.rtl .comment-reply-title::before {
  left: auto;
  right: 0;
}

body.rtl .widget_search .search-form .search-submit {
  right: auto;
  left: 0;
}

body.rtl .widget_ct_recent_posts .entry-media {
  margin-right: 0;
  margin-left: 25px;
}

body.rtl .ip-getintouch .ip-getintouch-item i {
  margin-right: 0;
  margin-left: 12px;
}

body.rtl .ip-getintouch .ip-getintouch-item a.btn i {
  margin-left: 12px;
  margin-right: 0;
  /* End Widget */
  /* Shortcode */
}

body.rtl #ip-newsletter-popup .ip-newsletter-meta {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl #ip-newsletter-popup form.newsletter .tnp-field-email {
  margin-right: 0;
  margin-left: 14px;
}

body.rtl #ip-newsletter-popup .ip-newsletter-close {
  right: auto;
  left: 15px;
}

body.rtl .ip-accordion.layout1 .ip-ac-title a {
  padding-right: 25px;
  padding-left: 65px;
}

body.rtl .ip-accordion.layout1 .ip-ac-content {
  padding-right: 25px;
  padding-left: 65px;
}

body.rtl .ip-accordion.layout1 .ip-ac-title a::before {
  right: auto;
  left: 35px;
}

body.rtl .ip-accordion.layout1 .ip-ac-title a::after {
  left: 30px;
  right: auto;
}

body.rtl .ip-career-grid1 .item--image {
  margin-right: 0;
  margin-left: 20px;
}

body.rtl .ip-career-grid1 .item--feature i {
  margin-right: 0;
  margin-left: 4px;
}

body.rtl .ip-career-grid1 .item--button .btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

body.rtl .ip-career-grid1 .item--button .btn i:before {
  content: "\f0a8";
}

body.rtl .ip-team-details .ip-team-icon {
  -webkit-border-radius: 0 7px 7px 0;
  -khtml-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}

body.rtl .ip-team-details .ip-team-meta {
  -webkit-border-radius: 7px 0 0 7px;
  -khtml-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}



body.rtl .ip-team-progressbar .ip-progress-percentage {
  right: auto;
  left: -14px;
}

body.rtl .ip-team-grid2 .item--social {
  right: auto;
  left: 0;
}

body.rtl .ip-progressbar2 .ip-progress-percentage {
  right: auto;
  left: 0;
}

body.rtl .ip-tab-banner1 .ip-tabs-title .ip-tab-title .tab-arrow {
  right: auto;
  left: -24px;
  border-color: transparent #137cb4 transparent transparent;
}



body.rtl .ip-team-grid3 .item--image .item--desc {
  text-align: right;
}

body.rtl .ip-heading .item--sub-title.style2+.item--title {
  padding-left: 0;
  padding-right: 52px;
}

body.rtl .ip-heading .item--sub-title.style2 {
  left: auto;
  right: -98px;
}

body.rtl .ip-list.style2 .ip-list-icon {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .ip-list.style2 .ip-list-icon i:before {
  content: '\f100';
}




body.rtl .ip-contact-info1 .ip-contact-icon {
  margin-right: 0;
  margin-left: 10px;
}



body.rtl .ip-newsletter1 .tnp-field-button,
body.rtl .ip-newsletter1 .tnp-field-button .tnp-button {
  right: auto;
  left: 0;
}

body.rtl .ip-navigation-menu1.tow-col-light ul.menu li a {
  padding-left: 0;
  padding-right: 16px;
}

body.rtl .ip-navigation-menu1.tow-col-light ul.menu li a:before {
  content: "\f104";
  left: auto;
  right: 0;
  margin-left: 8px;
  margin-right: 0;
}

body.rtl .ip-navigation-menu1.tow-col-light ul.menu li a:after {
  display: none;
}

body.rtl .ip-signature1 .signature-image {
  margin-right: 0;
  margin-left: 48px;
}



body.rtl .ip-progressbar1 .ip-progress-meta {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl .ip-progressbar1 .ip-progress-percentage {
  text-align: left;
}



body.rtl .ip-team-grid1 .item--image .item--social {
  right: auto;
  left: -18px;
}

body.rtl .about-call2 i {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .ip-case-study-grid1 .item--readmore a {
  right: auto;
  left: 0;
}

body.rtl .ip-case-study-grid1 .item--readmore a:before {
  -webkit-border-radius: 5px 0 5px 0px;
  -khtml-border-radius: 5px 0 5px 0px;
  -moz-border-radius: 5px 0 5px 0px;
  -ms-border-radius: 5px 0 5px 0px;
  -o-border-radius: 5px 0 5px 0px;
  border-radius: 5px 0 5px 0px;
}






body.rtl .ip-accordion.layout2 .ip-ac-title-text i,
body.rtl .ip-accordion.layout2 .ip-ac-title-text svg {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl .ip-accordion.layout1.style2 .ip-accordion-item .ip-ac-title .ip-ac-title-text::before {
  right: auto;
  left: 28px;
}



body.rtl .ip-blog-carousel-layout5 .entry-featured {
  margin-right: 0;
  margin-left: 15px;
}



body.rtl .ip-about-us .ip-about-holder {
  padding-right: 160px;
  padding-left: 70px;
}

body.rtl .ip-about-us .ip-about-imge {
  right: 75px;
  left: -110px;
}

body.rtl .ip-about-us .ip-box-item .ip-box-icon {
  margin-right: 0;
  margin-left: 15px;
}



body.rtl .ip-progressbar3 .ip-progress-percentage {
  right: auto;
  left: -17px;
}

body.rtl .ip-heading .item--title.st-line-left3 span {
  padding-left: 0;
  padding-right: 58px;
}

body.rtl .ip-heading .item--title.st-line-left3 span .dot-shape {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}


body.rtl .ip-menu-item i {
  margin-right: 0;
  margin-left: 4px;
  /* End Shortcode */
  /* Single Post & Comment & Form */
}

body.rtl blockquote:before {
  left: auto;
  right: 0;
}

body.rtl.single-post .entry-category {
  right: auto;
  left: 35px;
}

body.rtl.single-post .entry-meta::before {
  left: auto;
  right: 0;
}

body.rtl.single-post .entry-footer label {
  margin-right: 0;
  margin-left: 17px;
}

body.rtl.single-post .post-previous-next .fac-angle-double-left::before {
  content: "\f101";
}

body.rtl.single-post .post-previous-next .fac-angle-double-right::before {
  content: "\f100";
}

body.rtl.single-post .post-previous-next .post-previous {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl .comment-reply {
  right: auto;
  left: 22px;
}

body.rtl .comment-reply a i {
  margin-left: 0;
  margin-right: 4px;
}

body.rtl .comment-reply a i:before {
  content: "\f104";
}

body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 20px;
}

body.rtl .comment-form-cookies-consent input {
  left: auto;
  right: 0;
}

body.rtl .comment-form-cookies-consent label:before,
body.rtl .comment-form-cookies-consent label:after {
  left: auto;
  right: 0;
}

body.rtl .ip-portfolio-detail li i {
  margin-right: 0;
  margin-left: 4px;
  /* End Single Post */
  /* Woocommerce */
}

body.rtl .ip-widget-cart-sidebar .widget_shopping_cart {
  width: auto;
}

body.rtl .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding-right: 0;
  padding-left: 15px;
}

body.rtl .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart-product-image {
  margin-right: 0;
  margin-left: 15px;
}

body.rtl .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content a.remove_from_cart_button {
  right: auto;
  left: 0;
}

body.rtl .ip-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
  margin-right: 0;
  margin-left: 20px;
}


body.rtl.single-product #primary div.product .quantity {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl #yith-wcwl-form .product-add-to-cart {
  text-align: left !important;
  /* End Woocommerce */
  /* Footer */
}

body.rtl .scroll-top {
  right: auto;
  left: 30px;
}