@media (min-width: 992px) {
  #offcanvas-toggler {
    display: none !important;
  }
}

ul.mod-menu.mod-list.nav >  li.nav-item {
	margin-right: 10px;
}

.card.monthly-price {
  background: #0568f6;
  color: white !important;
}

#sp-footer {
  background: #fafafa !important;
  color: black !important;
  text-align: left !important;
}

#sp-footer a:hover {
  color: black !important;
}

.no-border {
  border: none !important;
}

.bold {
  font-weight: bold !important;
}
.readmore {
  padding-top: 20px;
}
.readmore a {
  background: #0568f6;
  opacity: 1;
  padding: 1em 2em 1em 2em;
  box-shadow: none;
  border: 1px solid #0568f6;
  border-radius: 5px;
  color: white !important;
  font-weight: bold !important;
}
.readmore a:hover {
  background: white;
  color: #0568f6 !important;
}

.main-banner {
  min-height: 450px;
  max-height: 450px;
  overflow-y: hidden;
  background-image: url("/images/burak-blur.jpg");
  background-size: cover;
  background-position: center center;
}

/*** General CSS ***/
body {
  line-height: 1.9em;
  color: #333;
}
a:hover,
a:focus,
a:active {
  color: #4943ac;
}

/*** Header Area ***/
/* Top Head */
#sp-top-bar,
#sp-top-bar a {
  color: #9aa6ca;
}
#sp-top-bar {
  background: transparent;
}
/* Header Menu */
#sp-header {
  top: 0;
  height: inherit;
  background: transparent;
}

#sp-header.header-sticky {
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
  background: #fff;
  position: static;
}
body:not(.home) #sp-header.header-sticky {
  position: fixed;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #252525;
  font-size: 14px !important;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  text-transform: capitalize;
  position: relative;
  color: #000;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
  padding: 12px 10px !important;
  border-bottom: 1px solid rgba(197, 153, 153, 0.21);
  display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 15px;
  font-weight: 500;
}
.burger-icon > span {
  background-color: #000;
}
.offcanvas-menu > .align-items-center {
  background: #ffffff;
}
.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: #000;
}

/*** Block Styles ***/
/* Button */
.tp-caption a.btn-slider {
  display: inline-block;
  padding: 10px 50px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tp-caption a.btn-slider:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
  color: #342f31;
}
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.tp-caption a.btn-slider {
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  float: left;
  color: #342f31;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
  border: 2px solid transparent;
}

/* General */
.title h3 {
  font-size: 36px;
  font-weight: 900;
  color: #5e58aa;
}
.title-white h3 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.title p {
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
}

/* Slider */
.slider-color span {
  color: #fff;
}
.slider-color i {
  border-radius: 50%;
  color: #242525;
  font-size: 48px;
  font-weight: 400;
  height: 62px;
  line-height: 64px;
  margin-left: 30px;
  overflow: hidden;
  padding: 1px 0 0 9px;
  text-align: center;
  width: 62px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Tab */
#tab .sppb-tab ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  position: absolute;
  border-width: 0 13px 13px 13px;
  border-color: transparent transparent #ffffff transparent;
}
#tab .sppb-nav-tabs {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-top: 75px;
  margin-left: 44px;
  background: #ffffff;
  box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
}
#tab .col-sm-6 {
  max-width: 50%;
  float: left;
  display: inline-block;
}
#tab .sppb-nav-tabs-content {
  background: none !important;
}
.tab h3 {
  font-size: 40px;
  margin-bottom: 5px;
  color: #5e58aa;
  font-weight: 600;
}
.tab h5 {
  font-size: 28px;
  color: #5f5aac;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
}
.tab p {
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
.tab .buttons {
  padding-top: 51px;
  padding-bottom: 82px;
}
.tab .buttons p {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 4px;
}
.tab .buttons .btn-green {
  color: #ffffff !important;
  background: #14d468;
  padding: 10px 40px;
  box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
  float: left;
  margin-right: 30px;
  border-radius: 5px;
}
#tab .sppb-nav-tabs {
  border-bottom: 0px solid #e5e5e5;
  position: absolute !important;
  background: #ffffff;
  box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
  bottom: 0px;
  border-radius: 3px !important;
}
.sppb-nav-tabs-content {
  border: 0px solid #fff !important;
}
.sppb-nav-tabs > li > a {
  color: #a086c0;
  background: #fff;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 18px 27px;
}
.sppb-nav-tabs > li > a {
  border: 0px solid #fdfdfd00 !important;
}
.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:focus,
.sppb-nav-tabs > li.active > a:hover {
  color: #a086c0;
  color: inherit;
  background-color: #fff;
  border-bottom-color: transparent;
  cursor: default;
}

/* Search */
.lt-search-content .form-control {
  border-radius: 30px 0 0 30px !important;
  font-size: 13px;
}
.search-content-left h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2px;
}
.search-content-left p {
  color: #ffffff;
}
#search .btn-primary,
#search .sppb-btn-primary {
  background-color: #14d468;
  border-radius: 50px;
  padding: 10px 50px;
  margin-left: -40px;
  border: 2px solid #14d468;
}

/* PriciÌ€ng */
.pricing-table {
  background: #f7f9ff;
}
.pricing-table ul {
  padding: 0;
}
.pricing-table ul li strong {
  display: none;
}
.pricing-table.white-bg .table {
  background: #f7f9ff;
}
.pricing-table.white-bg .table .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 0 10px rgba(54, 46, 97, 0.02);
}
.pricing-table .table {
  transition: 0.1s linear;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 0 rgba(53, 45, 97, 0.059);
  border: 1px solid #f5f1ff;
  padding: 20px;
  width: auto;
  text-align: center;
  margin: 0 5px;
}
.pricing-table .custom-pricing .table-list li {
  padding-left: 25px;
}
.pricing-table .custom-pricing .table {
  margin: 0 20px;
}
.pricing-table .table-responsive {
  overflow: hidden;
  padding: 10px;
}
.pricing-table .table-content p {
  font-size: 16px;
}
.pricing-table .less-opacity {
  opacity: 0.9;
}
.pricing-table .table-list {
  margin: 35px 0;
  margin-left: 10px;
}
.pricing-table .table-list em {
  color: #14d468;
  width: 10px;
  margin-right: 8px;
  font-size: 13px;
  margin-top: 4px;
}
.pricing-table .table-list li {
  padding-bottom: 10px;
  font-size: 14px;
  text-align: left;
  display: flex;
}
.pricing-table .price {
  background: #ffffff;
  color: #a495b8;
  box-shadow: 0 -5px 30px rgba(54, 46, 97, 0.08);
  max-width: 270px;
  width: 200px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 20px;
  padding: 9px 10px 22px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto -18px;
}
.pricing-table .price-2 {
  background: #14d468;
  color: #ffffff;
}
.pricing-table .price.green-bg {
  background: #14d468;
  color: #ffffff;
}
.pricing-table .buttons .btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 4px;
  padding: 10px 40px;
  border: 1px solid #f5f1ff;
  box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
}
.pricing-table .btn-gray {
  background: #f5f8ff;
  color: #a086c0;
}
.pricing-table .btn:hover {
  color: #fff;
  background: #1b4cc9;
}
.pricing-table h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 30px;
  color: #6d69aa;
}

/* Transfer */
.transfer-sub-right {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 45px;
}
.transfer-item .sppb-icon-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px;
  width: 60px;
  background-color: #2f5bce !important;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  border-radius: 5px;
  margin: 3px 15px 0;
}
#transfer {
  background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}
#transfer p {
  color: #fff;
}

/* Tab-2 */
#tab-2 .col-sm-6 {
  max-width: 50%;
  float: left;
  display: inline-block;
}
.tab-2 h3 {
  font-size: 26px;
  margin-bottom: 5px;
  color: #5e58aa;
  font-weight: 600;
}
.tab-2 h5 {
  font-size: 40px;
  color: #5f5aac;
  margin-top: 0;
  font-weight: 300;
}
.tab-2 p {
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
  line-height: 54px;
}
.tab-2 h4 {
  font-size: 14px;
  color: #9aa6ca;
  border-bottom: 1px solid #ddd;
  transition: 0.2s linear;
  line-height: 28px;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.tab-2 .buttons {
  padding-top: 30px;
}
.tab-2 .buttons p {
  float: left;
}
.tab-2 .buttons .btn-green {
  color: #ffffff !important;
  background: #14d468;
  box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
  float: left;
  margin-right: 30px;
}
#tab-2 .sppb-nav-tabs {
  position: relative !important;
  border-bottom: 0px solid #e5e5e5;
  background: #ffffff;
  box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
  bottom: 18px;
}
.sppb-nav-tabs-content {
  border: 0px solid #fff !important;
}
#tab-2 .sppb-nav-tabs > li > a {
  background: #fff;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 18px 60px;
}
.sppb-nav-tabs > li > a {
  border: 0px solid #fdfdfd00 !important;
}
#tab-2 strong {
  display: none !important;
}
#tab-2 ul li {
  list-style: none;
}
#tab-2 ul {
  padding: 0;
}
#tab-2 ul li em {
  width: 40px;
  height: 40px;
  background: #14d468;
  border-radius: 100%;
  border: 3px solid #efefef;
  color: #ffffff;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 37px;
  font-size: 15px;
}

/* Hosting */
.hosting-content {
  padding: 25px 20px;
  background: #ffffff;
  border: 1px dashed rgba(75, 55, 189, 0.1);
  margin: 0 8px;
  box-shadow: 0 5px 30px rgba(73, 61, 94, 0.07);
  border-radius: 15px;
  transition: 0.2s linear;
}
.hosting-content .box-title {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
.hosting-content .box-title em {
  color: #14d468 !important;
  padding-right: 5px;
}
.hosting-content h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.hosting-content strong {
  display: none;
}
.hosting-content ul li {
  list-style: none;
}
.hosting-content ul {
  padding: 0px;
  padding-bottom: 14px;
}
.hosting-content ul li {
  padding-left: 0px;
  margin: 0px;
}
.hosting-content ul li p {
  font-size: 14px;
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
}
.hosting-content ul li em {
  font-size: 10px;
  padding-right: 5px;
}
.hosting .btn-green {
  font-size: 13px;
  background: #14d468;
  color: #ffffff;
}
#hosting .btn {
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #ddd;
}
#hosting .btn-outline {
  color: #a9b3d2 !important;
}
#hosting .btn:hover {
  color: #ffffff !important;
}

/* Service */
.service-content {
  padding: 25px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: #ffffff;
  background: rgba(49, 28, 73, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  margin-right: 25px;
  border: 1px dashed rgba(75, 55, 189, 0.13);
  transition: 0.1s linear;
}
.service-content i {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #3dd656;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
  color: #14d468;
  border: 1px dashed rgba(147, 190, 122, 0.3);
  width: 55px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  margin: 5px 15px 0 0;
}

/* Cloud Hossting */
#cloud {
  padding-top: 90px;
}
.clound-content {
  width: 100%;
}
.clound-left {
  float: left !important;
  display: inline-block;
}
.clound-sub {
  box-shadow: 0 0 80px rgba(35, 29, 68, 0.085) !important;
  padding: 21px 20px 0px 30px;
  border-radius: 10px;
  margin-right: 20px;
}
.clound-sub h2 {
  font-size: 36px;
  font-weight: 900;
}
.clound-sub p {
  color: #9aa6ca;
  display: inherit;
}
.clound-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  text-align: left;
}
.clound-content ul {
  padding: 0;
}
.clound-content ul li {
  list-style: none;
  display: inline-block;
}
.clound-content ul li strong {
  display: none !important;
}
.clound-content ul li p {
  color: #9aa6ca;
  font-size: 12px;
  transition: 0.2s linear;
  margin-bottom: 8px;
}
.clound-content ul li em {
  font-size: 13px;
  color: #14d468;
  padding-right: 8px;
  padding-top: 5px;
}
.clound-content-right .sppb-addon-single-image-container img {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(24, 21, 39, 0.15);
}
.clound-service-item i {
  background: #14d468;
  font-size: 27px;
  margin: 5px 20px 0 0;
  color: #fff;
  border: 1px solid rgba(206, 146, 77, 0.1);
  width: 65px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.clound-service-item h3 {
  font-weight: 600;
  font-size: 19px;
}
.clound-service-item .sppb-addon-text {
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
}

/* Offer */
.offer-sub {
  text-align: center;
  padding: 0 40px 50px;
  border-radius: 15px;
  box-shadow: 0 5px 40px rgba(18, 9, 39, 0.15);
  margin: 0 15px;
}
.offer-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.offer-item i {
  font-size: 65px;
  margin: 50px 0 30px;
  color: #fff;
}
.offer-sub a.sppb-btn {
  border: 1px solid #fff;
  font-size: 13px;
  padding: 10px 26px;
  border-radius: 30px;
}

/* Website */
.website-content .sppb-icon .sppb-icon-container {
  display: block;
  float: left;
}
.website-content .sppb-addon-text {
  color: #9aa6ca;
  font-size: 14px;
  padding-left: 26px;
}

/* Using */
.using-content ul {
  padding: 0;
}
.using-content ul li {
  list-style: none;
  display: inline-block;
}
.using-content ul li p,
.using-content ul li em {
  float: left;
  color: #ffffff;
  font-size: 15px;
}
.using-content ul li em {
  padding-right: 10px;
  line-height: 23px;
}
.using-content ul li strong {
  display: none;
}
#using {
  background: linear-gradient(45deg, #4270e4 0%, #2c59cc 100%);
}
#using p {
  color: #fff;
}

/* Website */
#website .sppb-btn-round {
  border-radius: 3px;
  margin-top: 30px;
}

/* Our Service */
.our-service-sub {
  background: #fff;
  box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06) !important;
  border-radius: 2px 2px 8px 8px;
  text-align: center;
  margin: 0;
  border-top: 5px solid #14d468;
  padding: 40px 30px;
}
.our-service-sub h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.our-service-sub img {
  width: 90px;
  margin: 0 auto 30px auto;
}
.our-service-sub .sppb-addon-text {
  color: #9aa6ca;
}
.our-service-sub .sppb-btn {
  font-size: 12px;
  color: #9ea5bd;
  padding: 10px 30px;
  border: 1px solid #cfd2db;
  background: #ffffff;
}

/* Testimonial */
#customer .sppb-addon-testimonial-footer img.sppb-avatar-circle {
  width: 25%;
  border-radius: 100%;
  background-color: none !important;
  text-align: center;
  position: absolute;
  display: block;
  top: -59px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px auto;
  box-shadow: 0 10px 20px rgba(73, 61, 94, 0.3);
  border-radius: 100%;
}
#customer .sppb-btn-custom {
  font-size: 15px;
  color: #9ea5bd;
  border: 1px solid #cfd2db;
  background: none !important;
}
#customer strong {
  font-size: 16px;
  color: #303030;
}
#customer .sppb-addon-testimonial-footer img {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
#customer .sppb-addon-testimonial-client {
  text-align: center;
}

#customer .fa-quote-left {
  background-color: none !important;
  padding: 20px;
}
#customer .sppb-addon-testimonial-review {
  background-color: none !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
}
#customer .sppb-addon-testimonial .fa-quote-left {
  display: none;
  font-size: 30px;
  color: #edeef2;
  margin-bottom: 0px;
}
#customer .sppb-addon-testimonial-footer {
  margin-top: -40px;
  display: block;
  font-size: 90%;
}
.customer-sub {
  text-align: left;
  border: none;
  font-size: 14px;
  line-height: 23px;
  background: #f7f9ff !important;
  padding: 20px;
  width: auto;
  margin: 0 auto;
  border-radius: 10px;
}
body.itemid-197 .customer-sub .sppb-addon-testimonial-review:before,
body.itemid-180 .customer-sub .sppb-addon-testimonial-review:before {
  bottom: 70px;
}
.customer-content div.announcement-single .label {
  background: #9aa6ca;
  padding: 5px;
  margin-right: 10px;
}
.customer-content .label-default {
  background: #9aa6ca;
  color: #939ebe;
}
.customer-content .label {
  border-radius: 0;
}
.customer-content .label-default {
  background-color: #777;
}
.customer-content .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.customer-content div.announcement-single blockquote {
  margin-top: 30px;
}

.customer-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.customer-content .label-warning {
  background-color: #f0ad4e !important;
  color: #fff !important;
}
.customer-content .announcement-single a {
  color: #9aa6ca;
  transition: 0.2s linear;
  margin-bottom: 0;
}

/* Datacenter */
.datacenter-content {
  color: #ffffff;
}
.datacenter-content p {
  color: #ffffff;
}
#datacenter .sppb-btn {
  border: 1px solid #ffffff;
  padding: 15px 30px;
}

/* Intro */
.intro-title h3 {
  width: 25%;
  float: left;
}
.intro-title .sppb-addon-content {
  width: 75%;
  float: left;
  position: relative;
  padding-left: 90px;
  margin-top: 20px;
}
.intro-title .sppb-addon-content:before {
  position: absolute;
  top: 0px;
  left: 30px;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 60px;
  margin-right: 40px;
}
.intro-item .sppb-icon {
  padding: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.intro-item:hover .sppb-icon {
  background-color: #002937;
  color: #ffe401;
}
.intro-item .sppb-icon i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* About */
.about {
  position: relative;
}
.about:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background: #002937;
  position: absolute;
}
.about .sppb-row > div:first-child {
  padding: 0;
}
.about-img .sppb-addon-single-image-container,
.about-img .sppb-addon-single-image-container img {
  width: 100%;
}

/* Testimonial */
.testimonial {
  position: relative;
  z-index: 1;
}
.testimonial:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: -1;
}

/* Portfolio */
#portfolio .sppb-row > div:first-child {
  padding: 0;
}
.portfolio p {
  color: #fff;
}
.portfolio-top {
  padding: 40px;
}
.portfolio-top p {
  color: #000;
}
.portfolio-top ul {
  padding-left: 0;
}
.portfolio-top ul li {
  list-style: none;
}
.portfolio-top ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: none;
  color: #b0b0b0;
  font-size: 24px;
  position: relative;
  padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
  visibility: inherit;
  opacity: 1;
}

/* Contact Info */
.contact-info h2,
.contact-info h3 {
  font-size: 23px;
}
.client-title h4 {
  font-size: 16px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  overflow: hidden;
}
.jmm-image.mod-article-image img {
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  transform: scale(1.12);
  filter: grayscale(100%);
}
.jmm-text {
  padding: 21px 20px 32px 20px;
  background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
  margin-bottom: 0px;
}

/* Bottom */
#sp-bottom {
  padding: 60px 0 30px;
}
#sp-bottom li {
  margin-left: 15px;
}
#sp-bottom li em {
  padding-right: 10px;
  color: #14d468;
}
#sp-bottom strong {
  display: none;
}
#sp-bottom .social-media em {
  margin: 0 2px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 33px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
}
#sp-bottom .location-info em {
  color: #8adbab;
  padding-right: 3px;
}

/* Footer Copyright */
#sp-footer {
  text-align: center;
}
#sp-footer {
  display: inline-block;
  width: 100%;
}
#sp-footer .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1320px;
  }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  #sp-header,
  #sp-header .logo {
    height: 70px;
  }
  #sp-footer p {
    text-align: center;
  }
  body #sp-header {
    padding: 0;
  }
  #tab .sppb-nav-tabs {
    bottom: -120px;
  }
  #tab .sppb-nav-tabs {
    margin-top: 0;
    margin-left: 0;
    margin-right: 100px;
  }
  #tab-2 .col-sm-6,
  #tab .col-sm-6 {
    max-width: 100%;
  }
  #offer .sppb-col-md-4,
  .our-service .sppb-col-md-3 {
    margin-bottom: 30px;
  }
  #offer .sppb-col-md-4 .offer-sub {
    margin-left: 0px;
  }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .event-tag .sppb-tab-content ul li {
    width: 100%;
  }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.slider-item .sppb-btn-success,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio
  .sp-simpleportfolio-item
  .sp-simpleportfolio-overlay-wrapper
  .sp-simpleportfolio-overlay,
#search,
#hosting .btn:hover,
.offer-sub a.sppb-btn-custom:hover,
.our-service-sub .sppb-btn:hover,
#datacenter .sppb-btn:hover {
  background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .article-header h2 a:hover,
.tab h3,
.tab h5,
.sppb-nav-tabs > li > a,
.title h3,
.pricing-table h4,
.hosting-content h4,
.clound-sub h2,
.clound-content h4,
.clound-service-item h3,
#customer h4 {
  color: var(--text-color) !important;
}
.about-item.color .sppb-icon-container,
.btn.color,
.et-diveder,
.btn.btn-primary:hover {
  border-color: var(--text-color) !important;
}
.service-column .clearfix {
  border-top-color: var(--text-color) !important;
}
