@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

h2 {
  font-size: 36px;
}

p {
  margin: 0 0 20px;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}

.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #7141b1;
  font-size: 45px;
  left: -2px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.social-list li {
  display: inline-block;
  margin: 0px 8px;
}

.social-list li:last-child {
  margin-right: 0px;
}

.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}

.social-list li a i {
  font-size: 12px;
  font-weight: 400;
}

.topbar-info li {
  padding: 0px 20px;
  float: left;
}

.topbar-info li:first-child {
  padding-left: 0px;
}

.topbar-info li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  margin-right: 7px;
  line-height: 1;
}

.topbar_languages > div {
  position: relative;
}

.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.style-2 .social-list li {
  margin: 0;
}

.style-2 .social-list li a {
  display: block;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.style-2 .social-list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.style-2 .topbar-info li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.style-2 .topbar-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-3 .header-topbar .topbar-info li i {
  color: #1b1d21;
}

.mobile-topbar .social-list li a {
    border: none !important;
    padding: 0;
  }

.mobile-topbar .social-list li:first-child {
    margin-left: 0;
  }

.mobile-topbar .topbar-info li {
    border: none !important;
    padding-left: 0;
  }

.style-2 .social-list li {
    margin: 0 8px;
  }

.style-2 .social-list li:first-child a {
    margin-left: 0;
  }

#site-logo img {
  width: 145px;
}

#site-logo img.logo-static {
  display: block;
}

#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}

.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #43baff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 32px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #1a1b1e;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li > a:hover {
  color: #43baff;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}

.main-navigation ul li li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul li li a:before {
  position: absolute;
  content: "//";
  top: 50%;
  left: 0;
  color: #43baff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: #43baff;
  padding-left: 12px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #43baff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
}

.main-navigation ul li ul {
  width: 280px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 1px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}

.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #1b1d21;
  margin-top: 7px;
}

.header-style-3 .main-navigation ul.menu > li > a,
.header-style-3 .octf-btn-cta .octf-cta-icons i {
  color: #fff;
}

.header-style-3 .main-navigation ul.menu > li > a:hover,
.header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
  color: #43baff;
}

.is-stuck .main-navigation ul.menu > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }

.header_mobile .mlogo_wrapper img {
    height: 45px;
  }

.header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

.header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

.header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

.header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1b1d21;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }

.header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

.header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

.header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a, .header_mobile .mobile_nav ul li.current-menu-item > a {
    color: #43baff;
  }

.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 8px;
  }

.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

.header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #43baff;
  }

.page-header .breadcrumbs li {
  display: inline-block;
  color: #fff;
}

.page-header .breadcrumbs li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}

.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.page-header .breadcrumbs li a {
  color: #aeaacb;
}

.page-header .breadcrumbs li a:hover {
  color: #fff;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.text-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.post-box p {
  margin-bottom: 0;
}

.post-box .entry-meta > span {
  margin-right: 5px;
  display: inline-block;
}

.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b5b5b5;
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a, .page-pagination li span {
  font-size: 18px;
  color: #1b1d21;
  background: #fff;
  font-weight: 700;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  border: 1px solid #e7e7e7;
}

.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 16px;
}

.page-pagination li span, .page-pagination li a:hover {
  background: #43baff;
  color: #fff;
  border-color: #43baff;
}

.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}

.blog-post .author-bio .author-info .title {
  font-weight: 600;
  margin-bottom: 7px;
}

.drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}

.post-nav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #bdbdbd;
}

.related-posts h2 {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area ol, .comments-area ul {
  list-style: none;
  padding-left: 0;
}

.comments-area ol .comment-respond, .comments-area ul .comment-respond {
  margin-top: -30px;
  margin-bottom: 40px;
}

.comments-area .comment-item .comment-text p {
  margin-bottom: 15px;
}

.comments-area ul.children {
  padding-left: 110px;
}

.comment-form p {
  margin-bottom: 20px;
  line-height: 1;
}

.comment-form p label {
  margin-left: 8px;
}

.comment-form p.form-submit {
  margin-bottom: 0;
}

.comments-area ul.children {
    padding-left: 30px;
  }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li {
  position: relative;
}

.widget-area .widget ul:not(.recent-news) > li {
  font-weight: 800;
  font-size: 14px;
  position: relative;
  margin-bottom: 11px;
  line-height: 24px;
}

.widget-area .widget ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}

.widget-area .widget ul:not(.recent-news) > li a {
  color: #1b1d21;
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}

.widget-area .widget ul:not(.recent-news) > li a:hover {
  color: #7141b1;
}

.widget-area .widget ul:not(.recent-news) > li .posts-count {
  color: #b5b5b5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.widget-area .widget ul:not(.recent-news) > li.recentcomments a:before {
  display: none;
}

.widget-area .widget_categories ul li a,
.widget-area .widget_product_categories ul li a,
.widget-area .widget_archive ul li a {
  text-transform: uppercase;
  color: #1b1d21;
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}

.widget-area .widget_categories ul li a:before,
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_archive ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}

.widget-area .widget_categories ul li a + span,
.widget-area .widget_product_categories ul li a + span,
.widget-area .widget_archive ul li a + span {
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  color: #b7b6b6;
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
  color: #7141b1;
  padding-left: 15px;
}

.widget-area .widget_categories ul li a:hover:before,
.widget-area .widget_product_categories ul li a:hover:before,
.widget-area .widget_archive ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_categories ul li a:hover + span,
.widget-area .widget_product_categories ul li a:hover + span,
.widget-area .widget_archive ul li a:hover + span {
  color: #7141b1;
}

.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}

.instafeed-gallery .instafeed-item a img {
  max-width: 100%;
  height: auto;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ot-heading > span {
  font-size: 14px;
  font-weight: 800;
  color: #7141b1;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}

.ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }

.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}

.icon-box-s1 .icon-main img {
  width: 40px;
}

.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}

.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}

.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}

.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}

.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}

.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}

.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}

.ot-image-box img {
  filter: grayscale(90%);
}

.ot-image-box:hover img {
  filter: none;
}

.service-box .icon-main i, .service-box .icon-main span:before {
  font-size: 17px;
}

.service-box .icon-main img {
  width: 17px;
}

.service-box .content-box p:last-child {
  margin-bottom: 0;
}

.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
  font-size: 35px;
}

.serv-box .icon-main img {
  width: 35px;
}

.serv-box .content-box ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.serv-box .content-box ul li {
  padding: 0 20px;
}

.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
}

.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
  background: #f8f8f8;
}

.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
  color: #7141b1;
  padding-left: 15px;
}

.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}

.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}

.serv-box-2 .icon-main i, .serv-box-2 .icon-main span, .serv-box-2 .icon-main img {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

.serv-box-2 .icon-main i:before, .serv-box-2 .icon-main span:before, .serv-box-2 .icon-main img:before {
  font-size: 35px;
}

.serv-box-2 .icon-main img {
  width: 35px;
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}

.projects-style-1 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.projects-style-1 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}

.projects-style-2 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.projects-style-2 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-slider .projects-box:hover .projects-thumbnail img {
  filter: grayscale(90%);
}

.project_filters li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.project_filters li:last-child {
  margin-right: 0;
}

.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #1b1d21;
  padding-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.project_filters li a:hover, .project_filters li a.selected {
  color: #7141b1;
}

.project_filters li a:after {
  position: absolute;
  height: 3px;
  width: 0%;
  right: 0px;
  bottom: 0px;
  background-color: #7141b1;
  content: "";
  display: block;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.project_filters li a:hover:after, .project_filters li a.selected:after {
  opacity: 1;
  left: 0;
  right: auto;
  width: 100%;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 30px;
}

.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}

.contact-info p {
  margin-bottom: 0;
}

.contact-info.box-style2 p {
  margin-bottom: 15px;
}

.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
  margin-bottom: 0;
}

.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.support-box .overlay span {
  z-index: -1;
}

.ot-counter span {
  font-size: 48px;
  line-height: 1;
}

.ot-counter span.num {
  padding-left: 20px;
}

.ot-counter2 p {
  font-size: 18px;
}

.team-wrap span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
}

.team-wrap .team-social > div {
  padding: 3px 17px;
  background: #262051;
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.team-wrap:hover .team-social > div {
  transform: translateX(0);
}

.member-info li {
  padding-bottom: 10px;
}

.member-form h2 {
  margin-bottom: 5px;
}

.ot-pricing-table .icon-main i, .ot-pricing-table .icon-main span, .ot-pricing-table .icon-main img {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

.ot-pricing-table .icon-main i:before, .ot-pricing-table .icon-main span:before, .ot-pricing-table .icon-main img:before {
  font-size: 35px;
}

.ot-pricing-table .icon-main img {
  width: 35px;
}

.ot-pricing-table .inner-table h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #43baff;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}

.ot-pricing-table .inner-table h2 sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 50%;
  font-weight: 600;
}

.ot-pricing-table .inner-table > span {
  color: #ababab;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}

.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 42px;
}

.ot-pricing-table .inner-table .details ul li:before {
  content: "";
  font-family: "Flaticon";
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}

.ot-pricing-table .inner-table .details ul li.active {
  color: #1b1d21;
}

.ot-pricing-table .inner-table .details ul li.active:before {
  color: #43baff;
}

.ot-pricing-table .inner-table .details.no-icon ul li:before {
  display: none;
}

.ot-pricing-table:hover h4,
.ot-pricing-table:hover .details ul li.active {
  color: #fff;
}

.ot-pricing-table:hover .inner-table > span {
  color: #8e88b8;
}

.ot-pricing-table .inner-table h2 {
    font-size: 40px;
  }

.ot-testimonials .t-head img {
  margin-right: 30px;
}

.ot-testimonials .t-head span {
  color: #9f9f9f;
}

.ot-testimonials .t-head img {
    margin-right: 20px;
    width: 80px;
  }

.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 50%;
  left: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: -15px;
  color: #1b1d21;
}

.message-box .icon-main span:before {
  font-size: 20px;
}

.message-box .content-box p {
  margin-bottom: 0;
  line-height: 1;
}

.message-box .content-box p {
    line-height: 1.4;
  }


.ot-countdown {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
  color: #ffff;
}

.ot-countdown li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.ot-countdown li span {
  font-size: 100px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 23px;
}

.ot-countdown li p {
  margin-bottom: 0;
}

.ot-countdown li.seperator {
  font-size: 100px;
  font-weight: 500;
  margin-top: -8px;
  color: #43baff;
}

.cs-form > span.wpcf7-form-control-wrap {
  float: left;
}

.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: #fff;
}

.cs-form + div {
  max-width: 515px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ot-countdown li span,
.ot-countdown li.seperator {
    font-size: px;
  }

.ot-countdown li span {
    margin-bottom: 10px;
  }

.ot-countdown li.seperator {
    line-height: px;
  }

.video-popup a:hover span {
  border-color: #43baff;
}

.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.video-popup > span {
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b1d21;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}

.ot-tabs .tab-link.current span, .ot-tabs .tab-link:hover span {
  color: #fff;
}

.ot-tabs p:last-child {
  margin-bottom: 0;
}

.wpcf7 .main-form h2 {
  color: #fff;
  margin-bottom: 10px;
}

.wpcf7 .main-form p {
  color: #fff;
}

.wpcf7 .main-form p:last-child {
  margin-bottom: 0;
}

.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #000;
}

.wpcf7 div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7141b1;
}

.text-white span, .text-white h2 {
    color: #fff;
}

.topbar-right ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: 21px;
}

div.tp-bullet.selected, div.tp-bullet:hover {
    background: transparent;
}

.partners-slide img {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: .7;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.partners-slide img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.video-btn a span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-color: #43baff;
}

.video-btn a:hover span {
    border-color: #fff;
}

.misc-box p {
    margin-bottom: 0;
    padding-bottom: 45px;
}

.cta .ot-heading span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}

.cta h2 {
    color: #FFF;
    font-size: 48px;
    line-height: 60px;
}

.home2-top-right h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 18px;
    color: #1b1d21;
    font-family: "Montserrat", sans-serif;
    overflow-wrap: normal;
}

.technology-left p {
    color: #AEAACB;
    margin-bottom: 15px;
}

.technology-left ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.technology-left ul li {
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito Sans", Sans-serif;
}

.technology-left ul li:last-child {
    padding-bottom: 0;
}

.technology-left ul i {
    color: #43BAFF;
    font-size: 17px;
    padding-right: 10px;
}

.tech-box i, .tech-box span {
    color: #43BAFF;
}

.tech-box:hover span {
    color: #fff;
}

.cta-h2 .ot-heading span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cta-h2 h2 {
    color: #FFFFFF;
    font-size: 48px;
}

.section-consultation p {
    color: #FFF;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.section-consultation h2 {
    color: #FFF;
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 38px;
}

.top-heading .ot-heading span {
    color: #FFF;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1px;
}

.top-heading .ot-heading h2 {
    color: #FFF;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 0;
}

.ot-counter.v3 span {
    color: #43BAFF;
    font-size: 36px;;
    padding-left: 0;
}

.serv-box.v4 .content-box li:hover, .serv-box.v4 .content-box li.active {
    background: #201B3E;
}

.serv-box.v4 .content-box li a {
    color: #FFF;
}

.serv-box.v4 .content-box li:hover a, .serv-box.v4 .content-box li.active a {
    color: #43BAFF;
}

.serv-box.v4 .content-box ul li a:before {
    color: #43BAFF;
}

.main-navigation .nav-style-2>li>a {
    color: #fff;
}

.main-navigation>.nav-style-2>li.menu-item-has-children>a:after {
    color: rgba(255,255,255,.5);
}

.octf-btn-cta.hstyle-2 .contact-header span.main-text, .octf-btn-cta.hstyle-2 .contact-header span a {
    color: #fff;
}

.octf-btn-cta.hstyle-2 .contact-header span {
    color: #ccc;
}

.top-left-v5 .ot-heading > span {
    color: #fff;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1px;
}

.top-left-v5 .ot-heading h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 80px;
    overflow-wrap: normal;
}

.top-left-v5 p {
    color: #fff;
    font-size: 18px;
    margin: 0 70px 0 0;
    padding: 0 0 25px 0;
}

.top-left-v5 .video-popup > span {
    color: #fff;
}

.left-v5 .ot-heading span {
    color: #8E88B8;
}

.left-v5 h2 {
    color: #fff;
}

.left-v5 p {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.86;
}

.tech-wrap .tech-box span:before {
    font-size: 35px;
}

.testimonials-style-2 .t-head span {
    color: #fff;
}


.header-second-color .topbar-info li i {
    font-size: 15px;
    color: #7141B1;
}

.header-second-color .social-list li {
    margin-right: 8px;
}

.header-second-color .main-navigation > ul > li:before {
    background: #7141B1;
}

.header-second-color .main-navigation ul > li > a:hover {
    color: #7141B1;
}

.header-second-color .main-navigation ul li li a:hover, .header-second-color .main-navigation ul ul li.current-menu-item > a, 
.header-second-color .main-navigation ul ul li.current-menu-ancestor > a {
    color: #7141B1;
}

.header-second-color .main-navigation ul li li a:before, .header-second-color .main-navigation ul > li.menu-item-has-children > a:hover:after {
    color: #7141B1;
}

.header-second-color .main-navigation ul > li.menu-item-has-children > a:after {
    color: #1A1B1E;
}

.main-navigation.text-upp ul li a {
    text-transform: uppercase;
    font-size: 14px;
}

.top-home6 .ot-heading span {
    background: #F1E9FC;
    padding: 3px 13px 3px 13px;
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 35px;
}

.about-desc-6 ul {
    padding-left: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.about-desc-6 ul li {
    padding-bottom: 5px;
}

.about-desc-6 ul li i {
    color: #7141B1;
    margin-right: 15px;
}

.ot-heading.s2 h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.5px;
}

.ot-heading.s2>span {
    background: #F1E9FC;
    padding: 0 12px 0 12px;
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 25px;
}

ul.style-none li i {
    font-size: 15px;
}

.ot-counter3 .icon-main span:before {
    font-size: 55px;
}

.ot-counter3 span {
    color: #1b1d21;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.ot-counter3 span.num {
    padding-left: 0;
}

.icon-box-s3 p {
    margin-bottom: 0;
}

.services-block-i6 p {
    color: #999;
    font-family: "Nunito",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
}

.services-block-i6 p span {
    color: #000;
}

.ot-pricing-table-s2 .price span {
    font-size: 20px;
    font-weight: 400;
    color: #1b1d21;
    margin-left: 8px;
}

.ot-pricing-table-s2 ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: disc;
}

.ot-pricing-table-s2 ul li {
    list-style: none;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.testi-simple-i6 p {
    color: #000;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 75px;
}

.testi-simple-i6 span {
    color: #999;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer-v3 .newsletter-title h2 {
    font-family: "Nunito Sans",Sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #1b1d21;
    margin-bottom: 0;
}

.footer-v3 ul li a {
    font-family: "Nunito Sans",Sans-serif;
    font-weight: 400;
    color: #54595F;
}

.footer-v3 ul li a:hover {
    color: #43BAFF;
}

.footer-v3 .social-list li:first-child {
    margin-left: 0;
}

.footer-v3 .social-list li i {
    font-size: 14px;
}

.flogo-i6 img {
    width: 145px;
}

.site-header-7 .main-navigation ul > li.menu-item-has-children > a:after, .site-header-8 .main-navigation ul > li.menu-item-has-children > a:after {
    color: #1B1D21;
}

ul.style-2 {
    font-weight: 700;
    list-style: none;
    color: #000;
    font-size: 18px;
    font-family: "Nunito Sans",Sans-serif;
}

ul.style-2 li i {
    color: #43baff;
    font-size: 15px;
    margin-right: 18px;
}

.ot-counter.i7 span {
    color: #43BAFF;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 60px;
    font-weight: 700;
    padding-left: 0;
}

.ot-counter.i7 span:last-child {
    padding-right: 30px;
}

.ot-counter.i7 div {
    text-align: right;
}

.ot-counter.i7 h5, .ot-counter.i7 div {
    width: 50%;
}

.ot-counter.i7.st3 div {
    width: 47%;
}

.testi-i7 .owl-theme .owl-dots .owl-dot.active span, .testi-i7 .owl-theme .owl-dots .owl-dot:hover span {
    background: #43BAFF;
}

.testi-i7 .owl-theme .owl-dots .owl-dot.active span, .testi-i7 .owl-theme .owl-dots .owl-dot:hover span {
    background: #43BAFF;
}

.ot-pricing-table-s2.s2 ul li {
    border: none;
    padding: 0 0 10px;
}

.ot-switcher>span {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    color: #999;
}

.ot-switcher>span.active {
    color: #000;
}

.ot-switcher>span {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    color: #999;
}

.download-app img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.download-app img:hover {
    transform: translateY(-8px);
}

.retina-content-i7 h2 {
      margin-right: -20px;
  }

.site-header-8 .topbar-info li {
    font-family: "Nunito Sans",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
}

.site-header-8 .topbar-info li i {
    color: #43BAFF;
    font-size: 15px;
    padding-bottom: 3px;
}

.site-header-8 .header-topbar span, .site-header-8 .header-topbar li a {
    color: #666;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
}

.site-header-8 .main-navigation ul > li > a {
    text-transform: capitalize;
}

.site-header-8 .main-navigation ul > li a {
    font-size: 16px;
}

.top-content-i8 h2 {
    font-family: "Nunito",Sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
    background-image: url(images/background/bg-text-home8.png);
    background-position: 0 75px;
    background-repeat: no-repeat;
}

.testi-simple-i8 p {
    color: #1B1D21;
    font-family: "Nunito",Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -2px;
    margin-bottom: 65px;
}

.testi-simple-i8 span {
    color: #999;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.support-box-s2 p {
    line-height: 24px;
    margin-bottom: 35px;
}

.solution-content-i8 h2 {
    font-family: "Nunito",Sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1B1D21;
    line-height: 1;
}

.solution-content-i8 p {
    font-family: "Nunito Sans",sans-serif;
    color: #6d6d6d;
}

.contact-solution-i8 .cinfo-solution p {
    color: #1B1D21;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.sub-desc-i8 h2 {
    color: #fff;
    font-family: "Nunito",Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 27px;
}

.sub-desc-i8 p {
    color: #fff;
    font-family: "Nunito",Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.top-content-i8 h2 {
    font-size: 40px;
    line-height: 50px;
    background-position: 0 43px;
    background-size: 145px auto;
  }

.testi-simple-i8 p {
    font-size: 30px;
    line-height: 42px;
  }

/* End */

/* Index 9 */
body.font-9, .font-9 button, .font-9 input, .font-9 select, .font-9 optgroup, .font-9 textarea, 
.font-9 h1, .font-9 h2, .font-9 h3,.font-9  h4, .font-9 h6, .font-9 h6, .font-9 span, .font-9 {
  font-family: 'Poppins', sans-serif;
}

.site-header-9 .main-navigation > ul > li:first-child {
  margin-left: 0;
}

.site-header-9 .main-navigation > ul > li:before {
  display: none;
}

.site-header-9 .main-navigation > ul > li {
  margin: 0 15px;
}

.site-header-9 .main-navigation > ul > li a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}

.site-header-9 .main-navigation > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}

.site-header-9 .main-navigation ul li li a:hover:before, 
.site-header-9 .main-navigation ul ul li.current-menu-item > a:before, 
.site-header-9 .main-navigation ul ul li.current-menu-ancestor > a:before {
  display: none;
}

.site-header-9 .main-navigation ul li li a:hover, 
.site-header-9 .main-navigation ul ul li.current-menu-item > a, 
.site-header-9 .main-navigation ul ul li.current-menu-ancestor > a {
  padding-left: 0;
  color: #656AE5;
}

.site-header-9 .main-navigation ul > li > a:hover, .site-header-9 .main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #656AE5;
}

.site-header-9 .main-navigation ul > li.menu-item-has-children > a:after {
  content: "\f100";
  transform: none;
  color: #161D39;
}

.site-header-9 .main-navigation ul > li li.menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.top-desc-i9 h2 {
  color: #161D39;
  font-family: "Poppins",Sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 74px;
}

.list-style-i9 li span {
  color: #161D39;
  padding-left: 18px;
}

.list-style-i9 li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.list-style-i9 li:first-child {
  padding-top: 0;
}

.list-style-i9 li:last-child {
  padding-bottom: 0;
}

.about-i9 .line-left span {
  background-color: #02010100;
}

.about-i9 .grid-lines .line-cleft span {
  top: 80%;
}

.about-i9 .grid-lines .line-cright span {
  top: 100%;
}

.about-i9 .grid-lines .line-right span {
  top: 70px;
}

.about-desc-i9 h2 {
  margin-bottom: 17px;
}

.team-i9 .grid-lines .line-cleft span, .team-i9 .grid-lines .line-cright span, .team-i9 .grid-lines .line-right span {
  background-color: #02010100;
}

.team-desc-i9 h2 {
  line-height: 1;
  margin-bottom: 25px;
}

.icon-box-s2.i9 p {
  color: #8990AC;
  font-family: "Poppins",Sans-serif;
}

.icon-box-s2.i9:hover p {
  color: #FFF;
}

.cta-section-i9 p {
  color: #161D39;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.case1-desc-i9 > span {
  font-family: "Poppins",Sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  background-color: #7177FF;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 15px 7px 15px;
}

.case1-desc-i9 h2, .case3-desc-i9 h2 {
  margin-bottom: 22px;
  color: #fff;
  margin-top: 17px;
}

.case1-desc-i9 p, .case3-desc-i9 p {
  color: #fff;
}

.case2-desc-i9 > span {
  font-family: "Poppins",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  background-color: #87EAC3;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 15px 7px 15px;
  color: #fff;
}

.case2-desc-i9 h2 {
  margin-top: 17px;
  margin-bottom: 22px;
}

.case3-desc-i9 > span {
  font-family: "Poppins",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #1D2546;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 15px 7px 15px;
}

.section-box-i9 .grid-lines .line-left span {
  top: 20%;
}

.section-box-i9 .grid-lines .line-cleft span, .section-box-i9 .grid-lines .line-cright span {
  background-color: #02010100;
}

.section-box-i9 .grid-lines .line-right span {
  top: 30%;
}

.img-box-i9 p {
  font-size: 16px;
  line-height: 30px;
  color: #8990AC;
}

.ot-counter.i9 div {
  margin-right: 20px;
}

.ot-counter.i9 span {
  color: #656AE5;
  font-family: "Poppins",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  padding-left: 0;
}

.cinfo-mail-i9 p {
  color: #8A91AD;
  font-family: "Poppins",Sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
}

.cinfo-addr-i9 p {
  color: #8A91AD;
  font-weight: 400;
}

.cinfo-addr-i9 span {
  color: #161D39;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.form-i9 p {
  margin-bottom: 0;
}

.form-i9 label span {
  padding-left: 35px;
  font-size: 14px;
  color: #8990ac;
  position: relative;
  cursor: pointer;
}

.form-i9 input[type="checkbox"]:checked+span:after, .form-i9 input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

.ot-testimonials-3 .t-head span {
    color: #8990ac;
}

.sub-ft-i9 h2 {
    color: #161D39;
    font-family: "Poppins",Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 15px;
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span, 
.sub-footer-11 [type="checkbox"]:checked+span, 
.sub-footer-9 [type="checkbox"]:not(:checked)+span, 
.sub-footer-9 [type="checkbox"]:checked+span, 
.cf-home-9 [type="checkbox"]:not(:checked)+span, 
.cf-home-9 [type="checkbox"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span:before, 
.sub-footer-11 [type="checkbox"]:checked+span:before, 
.sub-footer-9 [type="checkbox"]:not(:checked)+span:before, 
.sub-footer-9 [type="checkbox"]:checked+span:before, 
.cf-home-9 [type="checkbox"]:not(:checked)+span:before, 
.cf-home-9 [type="checkbox"]:checked+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: #f4f8ff;
    border-radius: 4px;
    -webkit-transition: all .275s;
    transition: all .275s;
}

.sub-footer-9 [type="checkbox"]:not(:checked)+span:before, 
.sub-footer-9 [type="checkbox"]:checked+span:before, 
.cf-home-9 [type="checkbox"]:not(:checked)+span:before, 
.cf-home-9 [type="checkbox"]:checked+span:before {
    background: transparent;
    border: 1px solid rgba(137,144,172,.2);
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span:after, 
.sub-footer-11 [type="checkbox"]:checked+span:after, 
.sub-footer-9 [type="checkbox"]:not(:checked)+span:after, 
.sub-footer-9 [type="checkbox"]:checked+span:after, 
.cf-home-9 [type="checkbox"]:not(:checked)+span:after, 
.cf-home-9 [type="checkbox"]:checked+span:after {
    content: '\f126';
    font-family: Flaticon;
    position: absolute;
    top: 10px;
    left: 7px;
    font-size: 11px;
    font-weight: 900;
    color: #2e76fe;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span:after, 
.sub-footer-9 [type="checkbox"]:not(:checked)+span:after, 
.cf-home-9 [type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
}

.sub-footer-9 [type="checkbox"]:not(:checked)+span:after, 
.sub-footer-9 [type="checkbox"]:checked+span:after, 
.cf-home-9 [type="checkbox"]:not(:checked)+span:after, 
.cf-home-9 [type="checkbox"]:checked+span:after {
    color: #656ae5;
}

.ft-widget-i9 ul {
    list-style: none;
    padding-left: 0;
}

.logo-i9 img {
    width: 145px;
}

.about-desc-i9 p {
    padding-right: 100px;
  }

.case1-desc-i9 h2, .case3-desc-i9 h2, .case2-desc-i9 h2 {
    font-size: 24px;
  }

.ot-testimonials-3 .t-head span {
    font-size: 14px;
  }

/* End */

/* Index 10 */
body.i10 {
  background-color: #021327;
}

body.i10, .i10 button, .i10 input, .i10 select, .i10 optgroup, .i10 textarea, 
.i10 h1, .i10 h2, .i10 h3, .i10 h4, .i10 h6, .i10 h6, .i10 span, .i10 {
  font-family: 'Inter', sans-serif;
}

.site-header-10 .main-navigation > ul > li > a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.site-header-10 .main-navigation ul > li > a:hover {
  color: #53E79C;
}

.site-header-10 .main-navigation ul ul a {
  font-family: "Inter", Sans-serif;
  color: #0B1B2B;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.site-header-10 .main-navigation ul > li.menu-item-has-children > a:after, .site-header-10 .main-navigation ul > li.is-mega-menu > a:after {
  content: "\f100";
  transform: none;
}

.site-header-10 .main-navigation > ul > li:before {
  display: none;
}

.site-header-10 .main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #53E79C;
}

.site-header-10 .main-navigation ul li li a:hover, .site-header-10 .main-navigation ul ul li.current-menu-item > a, 
.site-header-10 .main-navigation ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

.site-header-10 .main-navigation ul li li a:hover:before, .site-header-10 .main-navigation ul ul li.current-menu-item > a:before, 
.site-header-10 .main-navigation ul ul li.current-menu-ancestor > a:before {
  opacity: 0;
  visibility: hidden;
}

.site-header-10 .main-navigation ul > li.menu-item-has-children > a:after {
  color: #fff;
}

.site-header-10 .main-navigation ul ul a, 
.site-header-10 .main-navigation ul ul>li.menu-item-has-children>a:after {
  color: #0B1B2B;
}

.site-header-10 .main-navigation ul>li li.menu-item-has-children>a:after {
  transform: rotate(-90deg);
}

.site-header-10 .main-navigation ul li li a:hover, 
.site-header-10 .main-navigation ul ul li.current-menu-item > a, 
.site-header-10 .main-navigation ul ul li.current-menu-ancestor > a {
  color: #53E79C;
}

.site-header-10 .main-navigation > ul > li {
  margin: 0 15px;
}

.site-header-10 .main-navigation > ul > li:last-child {
  margin-right: 0;
}

.site-header-10 .is-stuck .main-navigation ul.menu > li > a {
    padding-top: 23px; 
    padding-bottom: 23px; 
  }

.site-header-10 .main-navigation>ul>li>a {
  padding-top: 23px;
  padding-bottom: 23px;
}

.top-desc-i10 h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 74px;
}

.i10 p {
  color: #B1B5D3;
  font-family: "Inter",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.octf-btn-link-i10, .octf-btn-link-i10 span {
  font-family: "Inter",Sans-serif;
  font-weight: 500;
  fill: #53E79C;
  color: #53E79C;
  font-size: 15px;
  background-color: #61CE7000;
  padding: 0 0 0 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.octf-btn-link-i10:hover, .octf-btn-link-i10:hover svg, .octf-btn-link-i10:hover span {
  color: #fff;
  fill: #fff;
}

.partners-i10 .partners-slide img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.protection-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.devices-i10 span {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.icon-box-s2.i10 p {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
}

.complate-protection-block-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.img-box-i10 img {
  width: 33%;
  margin-bottom: 32px;
}

.img-box-i10 .s2 img {
  width: 39.3%;
}

.img-box-i10 p {
  font-size: 16px;
}

.privacy-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 40px;
}

.icon-box-i10 p {
  font-size: 16px;
}

.process-desc-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.process-desc-i10 ul {
  padding: 0;
}

.process-desc-i10 ul li {
  margin-bottom: 17px;
}

.tech-trend-desc-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.list-style-i10 span {
  font-family: "Inter",Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-left: 17px;
}

.list-style-i10 li {
  padding-bottom: 9px;
}

.list-style-i10 li:last-child {
  padding-bottom: 0;
}

.ot-counter.i10 span {
  color: #53E79C;
  font-family: "Inter",Sans-serif;
  font-weight: 600;
}

.safe-desc-i10 h2 {
  color: #FFF;
  font-family: "Inter",Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.flogo-i10 img {
  width: 172px;
}

.octf-btn-download-ft10 span {
  color: #fff;
}

.octf-btn-download-ft10:hover span {
  color: #132533;
}

.widget-footer.i10 ul li {
  line-height: 30px;
  padding-bottom: 0;
}

.widget-footer.i10 ul li a {
  font-family: "Inter",Sans-serif;
  color: #B1B5D3;
  font-weight: 400;
  font-size: 16px;
}

.widget-footer.i10 ul li a:hover {
  color: #fff;
}

.ft-menu-i10 li {
  display: inline-block;
  margin: 0 8px;
}

.ft-menu-i10 li a {
  font-family: "Inter",Sans-serif;
  font-size: 14px;
  color: #B1B5D3;
  font-weight: 400;
}

.ft-menu-i10 li a:hover {
  color: #fff;
}

.site-header-10 .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, 
  .site-header-10 .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a, 
  .site-header-10 .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #53E79C;
  }

.site-header-10 .header_mobile .mobile_nav .mobile_mainmenu li a {
    border-color: #2C3A4D;
  }

.site-header-10 .header_mobile .mobile_nav .mobile_mainmenu li a {
    color: #fff;
  }

/* Index 11 */
.i11 *, body.i11, .i11 button, .i11 input, .i11 select, .i11 optgroup, .i11 textarea, 
.i11 h1, .i11 h2, .i11 h3, .i11 h4, .i11 h6, .i11 h6, .i11 span, .i11, .i11 a, .i11 span {
  font-family: 'Gothic A1', sans-serif;
}

.site-header-11 .main-navigation>ul>li>a {
  padding-top: 23px;
  padding-bottom: 23px;
}

.site-header-11 .main-navigation ul > li > a {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 500;
  color: #161D39;
  font-size: 16px;
}

.site-header-11 .main-navigation ul ul a {
  font-family: 'Gothic A1', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #161D39;
  text-transform: none;
}

.site-header-11 .main-navigation.text-upp ul li a {
  text-transform: none;
}

.site-header-11 .main-navigation ul>li.menu-item-has-children>a:after, .site-header-11 .main-navigation ul>li.is-mega-menu>a:after {
  content: "\f100";
  transform: none;
  color: #161D39;
}

.site-header-11 .main-navigation > ul > li:hover:before, .site-header-11 .main-navigation > ul > li.current-menu-item:before, 
.site-header-11 .main-navigation > ul > li.current-menu-ancestor:before, 
.site-header-11.main-navigation ul li li a:hover:before, .site-header-11 .main-navigation ul ul li.current-menu-item > a:before, 
.site-header-11 .main-navigation:not(.no-line) ul li li a:before, 
.site-header-11 .main-navigation ul ul li.current-menu-ancestor > a:before {
  display: none;
}

.site-header-11 .main-navigation>ul>li:hover>a, .site-header-11 .main-navigation>ul>li>a.mPS2id-highlight, 
.site-header-11 .main-navigation>ul>li.menu-item-has-children:hover>a:after {
  color: #357BFE;
}

.site-header-11 .main-navigation ul ul a:hover, .site-header-11 .main-navigation:not(.no-line) ul li li a:before, 
.site-header-11 .main-navigation ul ul li.current-menu-item>a, .site-header-11 .main-navigation ul ul>li.menu-item-has-children>a:hover:after {
  color: #3C67FF;
}

.site-header-11 .main-navigation ul li li a:hover, .site-header-11 .main-navigation ul ul li.current-menu-item > a, 
.site-header-11 .main-navigation ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

.site-header-11 .main-navigation ul>li li.menu-item-has-children>a:after {
  transform: rotate(-90deg);
}

.site-header-11 .main-navigation > ul > li {
  margin: 0 15px;
}

.site-header-11 .main-navigation > ul > li:first-child {
  margin-left: 0;
}

.site-header-11 .main-navigation > ul > li:last-child {
  margin-right: 0;
}

.top-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
}

.top-11 h2 span {
  color: #35d3c9;
}

.top-price-11 span {
  color: #2e76fe;
}

.top-list-11 > li {
  display: flex;
}

.top-list-11 > li:first-child {
  margin-right: 35px;
}

.top-list-11 ul {
  padding: 0;
  margin: 0;
}

.hosting-list-11 li {
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
  color: #6d6d6d;
}

.hosting-list-11 li:last-child {
  padding-bottom: 0;
}

.hosting-list-11 svg + span {
  padding-left: 15px;
}

.hosting-list-11 span, .hosting-list-11 a {
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  color: #161D39;
}

.hosting-list-11 span span {
  color: #2e76fe;
}

.sub-home-11 p {
  text-align: center;
  color: #80828E;
  font-family: "Gothic A1",Sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sub-home-11 p a {
  text-decoration: underline;
  color: #161d39;
}

.start-up-11 .container {
  max-width: 1520px;
  padding-left: 175px;
  padding-right: 175px;
  background-color: #fff;
  box-shadow: 5px 5px 29px 0 rgb(46 118 254 / 13%);
  border-radius: 50px 50px 50px 50px;
}

.start-up-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.start-up-11 h2 span {
  color: #35d3c9;
}

.icon-box-11 .content-box p {
  color: #80828E;
  font-family: "Gothic A1",Sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.build-auto-desc-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 15px;
}

.search-domain-11 h2, .pricing-11 h2, .rating-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 15px;
}

.search-domain-11 p, .pricing-11 p {
  text-align: center;
  color: #80828E;
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.domain-item span {
  color: #35d3c9;
  font-size: 18px;
}

.domain-item:hover h4, .domain-item:hover span {
  color: #fff;
}

.services-desc-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 15px;
}

.services-desc-11 p {
  color: #80828E;
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.services-list-11 li {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 20px;
}

.services-list-11 li:last-child {
  padding-bottom: 0;
}

.services-list-11 span + span {
  padding-left: 20px;
}

.ot-pricing-table-s3 .price span {
  font-size: 36px;
}

.refund-block-11 h2 {
  color: #161D39;
  font-family: "Gothic A1",Sans-serif;
  font-weight: 700;
  line-height: 44px;
  font-size: 36px;
  margin-bottom: 10px;
}

.refund-block-11 p {
  color: #80828E;
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.refund-block-11 .services-list-11 li {
  padding-bottom: 24px;
}

.refund-block-11 .services-list-11 li:last-child {
  padding-bottom: 0;
}

.ot-testimonials-slider-2 .t-head span {
  color: #80828e;
  font-size: 14px;
}

.ot-testimonials-slider-2.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 10px;
  background: #d5e4ff;
  border-radius: 5px;
  transition: 0.3s;
}

.ot-testimonials-slider-2.owl-theme .owl-dots .owl-dot.active span, .ot-testimonials-slider-2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #35d3c9;
  width: 40px;
}

.help-desc-11 h2 {
  color: #FFF;
  font-family: "Gothic A1",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 15px;
}

.help-desc-11 p {
  color: #FFF;
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.help-box-11 p {
  color: #FFFFFFD4;
  font-family: "Gothic A1",Sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.ft-widget-i11 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-widget-i11 li {
  line-height: 40px;
}

.ft-widget-i11 li a {
  font-family: "Gothic A1",Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #80828E;
}

.ft-widget-i11 li a:hover {
  color: #2E76FE;
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span:before, 
.sub-footer-11 [type="checkbox"]:checked+span:before {
  background: #f4f8ff;
  border: none;
}

.sub-footer-11 [type="checkbox"]:not(:checked)+span:after, 
.sub-footer-11 [type="checkbox"]:checked+span:after {
  color: #2e76fe;
}

.sub-ft-i9 .social-list li {
  margin-left: 0;
  margin-right: 20px;
}

.ft-menu-i11 li {
  display: inline-block;
  margin: 0 8px;
}

.ft-menu-i11 li:last-child {
  margin-right: 0;
}

.ft-menu-i11 li a {
  font-size: 14px;
  color: #9EA0AC;
  font-weight: 400;
}

.ft-menu-i11 .social-list li a {
  padding: 0;
}

.ft-menu-i11 li a:hover {
  color: #161D39;
}

/* Index 12 */
body.i12 {
  margin-right: 20px;
  margin-left: 20px;
}

body.i12, .i12 button, .i12 input, .i12 select, .i12 optgroup, .i12 textarea, 
.i12 h1, .i12 h2, .i12 h3, .i12 h4, .i12 h6, .i12 h6, .i12 span, .i12, .i12 a, .i12 span {
  font-family: 'Epilogue', sans-serif;
}

.btn-cta-header.i12 a span {
  color: #fff;
  font-family: "Epilogue",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}

.btn-cta-header.i12 a span:first-child {
  padding-right: 10px;
}

.btn-cta-header.i12 .text-link span {
  color: #3F5AFF;
}

.site-header-12 .main-navigation ul > li > a {
  color: #1F1F1F;
  font-family: "DM Sans",Sans-serif;
  font-weight: 500;
}

.site-header-12 .main-navigation > ul > li > a {
  padding-bottom: 23px;
  padding-top: 23px;
}

.site-header-12 .main-navigation > ul > li {
  margin: 0 16px;
}

.site-header-12 #site-logo img {
  width: 140px;
}

.site-header-12 .main-navigation > ul > li:first-child {
  margin-left: 30px;
}

.site-header-12 .main-navigation ul > li.menu-item-has-children > a:after {
  color: #1F1F1F;
}

.site-header-12 .main-navigation > ul > li:hover:before, .site-header-12 .main-navigation > ul > li.current-menu-item:before, 
.site-header-12 .main-navigation > ul > li.current-menu-ancestor:before {
  display: none;
}

.site-header-12 .main-navigation ul li li a:hover, 
.site-header-12 .main-navigation ul ul li.current-menu-item > a, 
.site-header-12 .main-navigation ul ul li.current-menu-ancestor > a {
  color: #3F5AFF;
}

.site-header-12 .main-navigation ul li li a:before {
  color: #3F5AFF;
}

.top-12 p {
  color: #80828E;
  font-family: "Epilogue",Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sub-home-12 span {
  display: inline-block;
}

.sub-home-12 span.your-name:before, .sub-home-12 span.your-tel:before {
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #7a8dff;
}

.sub-home-12 span.your-name:before {
  content: '\f2bd';
}

.sub-home-12 span.your-tel:before {
  content: '\f879';
}

.list-12 li {
  margin-bottom: 15px;
}

.list-12 li:last-child {
  margin-bottom: 0;
}

.icon-box-12 .content-box p {
  color: #80828E;
  font-family: "Epilogue",Sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.services-12 h2 {
  color: #1F1F1F;
  font-family: "Epilogue",Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.services-12 p {
  color: #80828E;
  font-family: "Epilogue",Sans-serif;
  font-size: 18px;
}

.ot-counter.i12  span.num {
  color: #3F5AFF;
  font-family: "Epilogue",Sans-serif;
  font-size: 60px;
  font-weight: 700;
  padding-left: 0;
  line-height: 80px;
}

.ot-testimonials-slider-12 .t-head img {
  margin-right: 20px;
  width: 70px;
  height: auto;
  border-radius: 50%;
}

.ot-testimonials-slider-12 span {
  color: #1F1F1F;
  font-family: "Epilogue",Sans-serif;
  font-size: 16px;
}

.ot-testimonials-slider-12.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.ot-testimonials-slider-12.owl-theme .owl-dots .owl-dot.active span {
  background: #3F5AFF;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span, .cf-home-12 [type="checkbox"]:checked+span {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  font-size: 16px;
  color: #80828e;
  font-weight: 400;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span:after, .cf-home-12 [type="checkbox"]:checked+span:after {
  content: '\f126';
  font-family: Flaticon;
  position: absolute;
  top: 10px;
  left: 7px;
  font-size: 11px;
  font-weight: 900;
  color: #2e76fe;
  line-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span:after {
  opacity: 0;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span:before, .cf-home-12 [type="checkbox"]:checked+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background: #f4f8ff;
  border-radius: 4px;
  -webkit-transition: all .275s;
  transition: all .275s;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span:before, .cf-home-12 [type="checkbox"]:checked+span:before {
  background: #f0f1ff;
  border-radius: 2px;
}

.cf-home-12 [type="checkbox"]:not(:checked)+span:after, .cf-home-12 [type="checkbox"]:checked+span:after {
  color: #3f5aff;
}

.logo-12 img {
  max-width: 142px;
}

.ft-widget-12 p {
  color: #80828E;
  font-family: "Epilogue",Sans-serif;
  line-height: 28px;
}

.ft-widget-12 .social-list li {
  margin: 0 12px;
}

.ft-widget-12 .social-list li:first-child {
  margin-left: 0;
}

.ft-widget-12 .social-list li a:first-child {
  padding-left: 0;
}

.ft-widget-12 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-widget-12 ul a {
  font-family: "Epilogue",Sans-serif;
  font-size: 18px;
  color: #1F1F1F;
  font-weight: 500;
  line-height: 44px;
}

.ft-menu-i12 li {
  display: inline-block;
  margin: 0 8px;
}

.ft-menu-i12 li a {
  font-family: "Epilogue",Sans-serif;
  font-size: 16px;
  color: #80828E;
  line-height: 28px;
}

.ft-menu-i12 li a:hover {
  color: #3F5AFF;
}

.site-header-12 .main-navigation > ul > li:first-child {
    margin-left: 0;
  }

.site-header-13 .main-navigation > ul > li {
  margin-right: 18px;
  margin-left: 18px;
}

.site-header-13 .main-navigation ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #15171A;
  font-weight: 400;
  font-family: "Inter",Sans-serif
}

.site-header-13 .main-navigation ul > li > a:hover, .site-header-13 .main-navigation ul > li > a.current {
  color: #3F5AFF;
}

.site-header-13 .main-navigation > ul > li:before {
  display: none;
}

.site-header-13 #site-logo img {
  width: 142px;
}

.top-13 h2 {
  color: #15171A;
  font-family: "Inter",Sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
  margin-bottom: 16px;
}

.top-13 h2 span {
  color: #3f5aff;
}

.top-13 p {
  color: #15171AB3;
  font-family: "Inter",Sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.btn-main-13 span {
  line-height: 18px;
}

.client-13 img {
  filter: brightness(100%) contrast(0%) saturate(100%) blur(0) hue-rotate(0deg);
  transition-duration: 0.3s;
}

.client-13:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.heading-13 span {
  color: #00A76A;
  font-family: "Inter",Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.icon-box-13 .icon-main img {
  width: 56px;
}

.icon-box-13 p {
  color: #15171ABF;
  font-family: "Inter",Sans-serif;
  font-size: 16px;
}

.token-13 p {
  color: #FFFFFFBF;
}

.token-box-13.icon-box-s2 p {
  color: #FFFFFFB3;
  font-family: "Inter",Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.token-count-13 p {
  color: #15171A;
  font-family: "Inter",Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.token-count-13 .ot-countdown li span {
  margin-bottom: 14px;
  color: #3F5AFF;
}

.token-count-13 .ot-countdown p {
  color: #15171AB3;
  font-family: "Inter",Sans-serif;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
}

.token-count-13 .ot-countdown li span, .token-count-13 .ot-countdown li.seperator {
  font-family: "Sora",Sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.token-count-13 .ot-countdown li.seperator {
  color: #3F5AFF;
  line-height: normal;
}

.benefit-box-13 p {
  color: #15171ABF;
  font-family: "Inter",Sans-serif;
  font-size: 16px;
}

.ot-team-slider .ot-team__info span {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.ot-team-slider .ot-team__info span {
  font-family: "Inter",Sans-serif;
  text-transform: none;
  line-height: 22px;
}

.ot-team-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #EBEEF1;
}

.ot-team-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #3F5AFF;
}

.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}

.ot-acc-item__title span.up {
  display: none;
}

.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}

.ft-logo-13 img {
  width: 180px;
}

.ft-social-13 li a {
  display: inline-block;
  text-align: center;
  background-color: #F6F8FA1A;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  font-weight: 400;
  height: 48px;
  width: 48px;
  line-height: 56px;
  color: #fff;
}

.ft-social-13 li a i {
  font-size: 20px;
}

.ft-social-13 li a:hover {
  background-color: #fff;
  color: #23599D;
}

.footer-list-13 li {
  margin-bottom: 18px;
  line-height: 1;
}

.site-header-14 .site-logo img {
  width: 142px;
}

.site-header-14 .main-navigation > ul > li {
  margin-left: 16px;
  margin-right: 16px;
}

.site-header-14 .main-navigation ul > li > a {
  color: #fff;
  font-family: "Sora",Sans-serif;
  font-weight: 400;
  padding-top: 23px;
  padding-bottom: 23px;
}

.site-header-14 .main-navigation ul > li > a:hover, .site-header-14 .main-navigation ul > li > a.current {
  color: #D7F024;
}

.site-header-14 .main-navigation > ul > li:before {
  display: none;
}

.top-14 p {
  color: #FFF9;
  font-family: "Sora",Sans-serif;
  font-weight: 400;
}

.token-count-14 h2 {
  color: #FFF;
  font-family: "Sora",Sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -.4px;
}

.token-count-14 .ot-countdown li span {
  margin-bottom: 10px;
  padding: 0 8px 0 8px;
  border-radius: 10px 10px 10px 10px;
  background-color: #FFFFFF0A;
}

.token-count-14 .ot-countdown p {
  color: #FFFFFFB3;
  font-family: "Sora",Sans-serif;
  font-size: 16px;
}

.token-count-14 .ot-countdown li span, .token-count-14 .ot-countdown li.seperator {
  font-family: "Sora",Sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
}

.token-count-14 .ot-countdown li.seperator {
  color: #fff;
}

.token-line-14 p {
  color: #FFFFFFB3;
  font-family: "Sora",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.top-list-icon-14 h2 {
  color: #FFF;
  font-family: "Sora",Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 11px;
}

.icon-list-14 li .icon-list-text-14 {
  font-family: "Sora",Sans-serif;
  line-height: 50px;
  color: #FFFFFFB3;
  font-size: 16px;
}

.ot-counter.i14 span {
  color: #FFF;
  font-family: "Sora",Sans-serif;
  font-size: 48px;
  font-weight: 500;
  padding-left: 0;
}

.crypto-exchange-left-14 p {
  color: #FFF;
  font-family: "Sora",Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -.4px;
}

.ot-process-list-wrapper .ot-process-list-item div {
  word-break: normal;
}

.crypto-exchange-right-14 h2 {
  margin-top: 8px;
  margin-bottom: 19px;
}

.images-box-content-14 p {
  color: #FFF9;
  font-family: "Sora",Sans-serif;
  margin-bottom: 0;
}

.images-text-14 img {
  margin-right: 20px;
}

.octf-btn-link-14 .octf-btn-text-14 span {
  display: inline-block;
}

.document-list-14.icon-list-14 li .icon-list-text-14 {
  font-family: "Sora",Sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

.token-list-14 li {
  color: #fff;
  justify-content: space-between;
  font-family: "Sora",Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.roadmap-item p {
  color: #FFF;
  font-family: "Sora",Sans-serif;
  font-size: 16px;
}

.roadmap-slide.owl-theme .owl-dots .owl-dot span {
  background: #FFFFFF1F;
}

.roadmap-slide.owl-theme .owl-dots .owl-dot.active span, .roadmap-slide.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
}

.ot-team-14 .ot-team__info span {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.ot-team-14 .ot-team__info span {
  margin-bottom: 20px;
  color: #D7F024;
  font-family: "Sora",Sans-serif;
  text-transform: uppercase;
}

.inverstor-14 .partner-item img {
  filter: brightness(200%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.faq-acc-14 .ot-acc-item__content p {
  margin-bottom: 0;
}

.ft-logo-14 img {
  width: 142px;
}

.footer-14 h2 {
  color: #1C0A27;
  font-family: "Sora",Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.footer-menu-14 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-menu-14 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu-14 ul li a {
  font-family: "Sora",Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #646e83;
  margin-bottom: 0;
  margin-right: 30px;
  word-break: break-word;
}

.footer-menu-14 ul li a:hover {
  color: #1C0A27;
}

.ft-social-14 li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.ft-social-14 li:first-child {
  margin-left: 0;
}

.ft-social-14 li:last-child {
  margin-right: 0;
}

.ft-social-14 li a {
  background-color: #1C0A271A;
  font-size: 15px;
  display: inline-flex;
  height: 40.5px;
  width: 40.5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.ft-social-14 li a i {
  color: #1C0A27;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.crypto-exchange-left-14 p {
    margin-right: 11px;
  }

.site-header-14 .header_mobile .mobile_nav .mobile_mainmenu li a {
    color: #fff;
  }

.top-list-icon-14 h2, .title-14, .footer-14 h2 {
    font-size: 32px;
  }

.token-count-14 h2 {
    font-size: 30px;
  }

.ft-menu-i11 li:first-child {
    margin-left: 0;
  }

.post-relate h2 {
    margin-bottom: 40px;
}

.comments-title span {
    color: #d5d5d5;
}

.pabout-right .ot-heading span {
    color: #8E88B8;
}

.pabout-right h2 {
    color: #fff;
}

.pabout-right p {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.86;
}

.team-detail h2 {
    margin: 70px 0 10px 0;
    font-size: 38px;
    color: #1b1d21;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    line-height: 1;
}

.team-profile p {
    margin-bottom: 0;
}

.color-s2 .icon-main i, .color-s2 .icon-main span {
    color: #43BAFF;
}

.cta-faq h2 {
    color: #fff;
}

.cta-faq .ot-heading>span {
    color: #fff;
}

/* Coming Soon */
.coming-soon {
    background-image: url(images/background/bg-cs.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}

.cs-content img {
    padding-top: 30px;
    padding-bottom: 40px;
}

.cs-content h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}

.ot-countdown {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 90px;
}

.cs-content > p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Montserrat",sans-serif;
}

.cs-content form {
    padding-top: 40px;
}

.cs-content .ft-list-icon {
    padding-top: 120px;
}

.tab-content p {
    line-height: 1.86;
}

.tab-video .ot-heading > span {
    color: #8E88B8;
}

.tab-video .ot-heading h2 {
    color: #fff;
}

.tab-video p {
    color: #fff;
}

.project-detail span {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
}

.list-items li {
    padding-bottom: 8px;
    font-family: "Nunito Sans",Sans-serif;
    font-weight: 400;
    line-height: 1.86;
}

.list-items li:last-child {
    padding-bottom: 0;
}

.ft-contact-info p {
    color: #fff;
}

.footer-menu ul {
    list-style: none;
}

/* HTML */
section {
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative;
}

.top-left-v5 .ot-heading>span {
    font-size: 14px;
  }

.top-left-v5 .ot-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }

.top-left-v5 p {
    margin-right: 0;
  }

.home2-top-right h2, .top-heading .ot-heading h2 {
    font-size: 48px;
    line-height: 60px;
  }

.cta h2 {
    font-size: 32px;
    line-height: 48px;
  }

.cta-h2 h2 {
    line-height: 1;
    font-size: 30px;
  }

.section-consultation h2 {
    font-size: 32px;
    line-height: 42px;
  }

.project_filters li {
    margin-left: 8px;
    margin-right: 8px;
  }

/* Index 6 */
  .top-home6 .ot-heading .main-heading, .ot-heading.s2 h2, .footer-v3 .newsletter-title h2 {
    font-size: 42px;
    line-height: 56px;
  }

/*index 6*/
  /*end */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}

.footer-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer-menu ul li a:visited {
  color: #fff;
}

.footer-menu ul li a:hover {
  color: #43baff;
}

.error-404 h2 {
  font-size: 250px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.error-404 .content-404 p {
  font-size: 18px;
  margin-bottom: 40px;
}

.coming-soon .days_text {
    font-size: 24px; /* Adjust size as needed */
}
.coming-soon .hours_text {
    font-size: 24px; /* Adjust size as needed */
}
.coming-soon .minutes_text {
    font-size: 24px; /* Adjust size as needed */
}
.coming-soon .seconds_text {
    font-size: 24px; /* Adjust size as needed */
}