.cp-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: var(--mainbg);
    font-size: 10px;
}
.siparisbilgileri .ui-state-active {
    background: var(--mainbg);
    color: white;
}
.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
    border: 1.5px solid var(--mainbg);
    line-height: 17px;
}
.btn-primary {
    background-color: var(--mainbg);
    border-color: var(--mainbg);
}
.clean-theme-signinup-right-title h4 {
    font-size: 28px;
    float: left;
    font-weight: 500;
    color: var(--mainbg);
}
.btn-primary:hover {
    background-color: var(--mainbg);
    border-color: var(--mainbg);
}
.clean-theme-signinup-left h4 {
    color: var(--mainbg);
}
.sepetbaslik {
    background: var(--mainbg);
}
#empty_list {
    color: var(--mainbg);
}
#asamaaktif h3 {
    background: var(--mainbg);
    color: #fff;
    text-shadow: none;
}
.pakettitle h2 {
    color: var(--mainbg);
}
.siparisbilgileri .btn {
    background: var(--mainbg)!important;
}
.siparisbilgileri .btn:hover {
    background: var(--mainbg)!important;
}
.orderperiodblock.active {
    border: 2px solid var(--mainbg)!important;
}
.periodselectbox i {
    color: white;
    line-height: 32px!important;
}
.active .periodselectbox {
    border: 2px solid var(--mainbg)!important;
    background: var(--mainbg)!important;
}
#clean-theme-client .mpaneltitle {
    padding: 15px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

[class^=ri-] {
  font-weight: 400;
  font-family: "remixicon" !important;
}

input {
  z-index: 0;
}
input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Euclid Circular B", sans-serif;
  background: var(--sitebg) !important;
  outline: 0 !important;
  overflow-x: hidden;
  line-height: 1;
}
.buttons {
  margin-top: 1rem;
}
.ovabil-header-lined {
  margin-bottom: 1rem;
}

:root {
  --maintext: #4C5473;
  --subtext: #4C5473;
  --mainbg: #316FA2;
  --mainsoft_5: rgba(49, 111, 162, 0.05);
  --mainsoft_10: rgba(49, 111, 162, 0.10);
  --whitebg: #FFFFFF;
  --textwhite: #FFFFFF;
  --border_3: 3px;
  --border_8: 8px;
  --border_10: 10px;
  --sitebg: #FAFBFD;
  --sectionbg: #FFFFFF;
  --headerbg: #FFFFFF;
  --footerbg: #00233D;
  --hero: #F3F5F9;
}

.hover--item {
  transition: all 0.3s ease-in-out;
}
.hover--item:hover {
  transform: translateY(-5px);
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* Title */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.title h3 {
  color: var(--maintext);
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.title p {
  color: var(--maintext);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

/* #Header */
.navbar {
  margin-bottom: 0;
  border: none
}

.navbar:before,.navbar:after {
  content: none
}

.client-navbar {
  background: #f9f9f9;
  border: 2px solid #efefef
}

.client-navbar .hs-menu-initialized {
  z-index: inherit
}

.client-navbar .navbar-expand-md .main-navbar-nav .custom-nav-link {
  padding-top: .8rem;
  padding-bottom: .8rem
}

.client-navbar .nav-divider {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin: 10px 0;
}
.dropdown-menu {
  border-radius: 5px
}

.dropdown-menu>li>a {
  padding: 6px 20px
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}
#clientNavbar ul li a .fa-discord {
  color: #738adb
}

#clientNavbar ul li a {
  color: #4d4d4d
}
.navbar-nav>li>.dropdown-menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media(max-width: 768px) {
  .topbar-nav li {
    padding-left:0!important;
    padding-right: 0!important
  }

  .client-navbar .main-navbar-nav {
    margin: auto
  }

  .client-navbar .navbar-right {
    border-top: 2px solid #000
  }
}
.dropdown-menu>li>a:focus,.navbar-main .dropdown-menu>li>a:hover {
  background: #06155a;
  color: #fff!important
}

.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}
.site-navbar .brand-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.site-header--absolute {
  position: absolute;
  background: var(--headerbg);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  top: 0;
}
.site-header--sticky:not(.mobile-sticky-enable) {
  position: relative !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  position: fixed !important;
  transition: 0.4s;
  padding-top: 40px;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  background: #fff;
  z-index: 3;
}

.site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main.nav-link-item {
  line-height: 80px;
}

.site-header--menu-center .container {
  position: relative;
}
.site-header--menu-center .menu-block-wrapper {
  position: static;
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}
.site-header--menu-right .menu-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
}
.site-header--menu-right .menu-block .site-right-block {
  display: flex;
  align-items: center;
}
.site-header--menu-right .menu-block .site-right-block .basket {
  color: var(--mainbg);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: var(--mainsoft_5);
  border: 1px solid var(--mainsoft_5);
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 12px 17px;
  border-radius: var(--border_10);
  margin-left: 20px;
}
.site-header--menu-right .menu-block .site-right-block .basket i {
  font-size: 21px;
  margin-right: 7px;
}
.site-header--menu-right .menu-block .site-right-block .basket .number {
  margin-left: 3px;
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}
.site-menu-main li {
  list-style: none;
}
.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}
.site-menu-main a {
  text-decoration: none;
}
.site-menu-main .nav-item {
  display: inherit;
}
.site-menu-main .nav-item.login-box a {
  font-weight: 500;
  font-size: 15px;
  background: var(--mainbg);
  padding: 15px 30px;
  border-radius: 8px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: var(--white__text);
}
.site-menu-main .nav-link-item {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 500;
  line-height: 75px;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
.site-menu-main .nav-link-item i {
  margin-right: 6px;
  line-height: 5px;
  font-size: 20px;
}
.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
.site-menu-main .sub-menu--item {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.site-menu-main .sub-menu--item > a {
  color: inherit;
}
.site-menu-main .sub-menu--item:hover > a {
  color: #416ff4;
}
.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 55px;
  background-color: rgba(63, 65, 85, 0.9);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
}

.mega-trigger:hover > .megamenu {
  opacity: 1;
  visibility: visible;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-trigger {
  display: none;
}

.mobile-menu-head {
  display: none;
}

/* #Header end */
/* #Top Bar */
.ovabil-header--top {
  position: relative;
  z-index: 10999999;
}
    @media only screen and (max-width: 768px) {
  .ovabil-header--top {
    z-index: 3;
    }
}
.ovabil-header--top .ovabil-header--top_container {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left {
  display: flex;
  align-items: center;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left a {
  color: var(--maintext);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left a:not(:last-child) {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(76, 84, 115, 0.1019607843);
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left a .icon {
  font-size: 20px;
  margin-right: 7px;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_right {
  display: flex;
  align-items: center;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_right a {
  color: var(--maintext);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_right a:not(:last-child) {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(76, 84, 115, 0.1019607843);
}
.ovabil-header--top .ovabil-header--top_container .ovabil-header--top_right a .icon {
  font-size: 20px;
  margin-right: 7px;
}

/* #Top Bar end*/
/* Hero */
.section--hero {
  background: var(--hero);
  padding: 60px 0 133px 0;
}
.section--hero.server--hero {
  padding: 60px 0 60px 0;
}
.section--hero.server--hero .section--wrapper .section--area .hero--left h1 {
  font-size: 50px;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content {
  display: flex;
  align-items: center;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .image--one {
  margin-right: -50px;
  position: relative;
  z-index: 1;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background: var(--whitebg);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 25px;
  right: -30px;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fadeInRight;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .icon {
  background: rgba(49, 111, 162, 0.1019607843);
  font-size: 35px;
  color: #316FA2;
  display: flex;
  padding: 12px;
  border-radius: 8px;
  margin-right: 15px;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .text {
  display: flex;
  flex-direction: column;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .text .text--top {
  color: #316FA2;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}
.section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .text .text--bottom {
  color: #4C5473;
  font-size: 15px;
  font-weight: 500;
}
.section--hero.hosting {
  padding: 60px 0 133px 0;
}
.section--hero .section--wrapper .section--area {
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.section--hero .section--wrapper .section--area .col-6 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section--hero .section--wrapper .section--area .col-6 .col-12 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section--hero .section--wrapper .section--area .image--area {
  width: -moz-fit-content;
  width: fit-content;
}
.section--hero .section--wrapper .section--area .image--area.first {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background: var(--whitebg);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 25px;
  right: -30px;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fadeInRight;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item.second {
  padding: 15px 14px 15px 20px;
  border-radius: 0 10px 10px 0;
  bottom: unset;
  right: -197px;
  top: 120px;
  z-index: 1;
  animation-name: fadeInLeft;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item.second .icon {
  margin-right: 0;
  margin-left: 15px;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item .icon {
  background: rgba(49, 111, 162, 0.1019607843);
  font-size: 35px;
  color: #316FA2;
  display: flex;
  padding: 12px;
  border-radius: 8px;
  margin-right: 15px;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item .text {
  display: flex;
  flex-direction: column;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item .text .text--top {
  color: #316FA2;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}
.section--hero .section--wrapper .section--area .image--area.first .absolute--item .text .text--bottom {
  color: #4C5473;
  font-size: 15px;
  font-weight: 500;
}
.section--hero .section--wrapper .section--area .image--area img {
  border-radius: 10px;
}
.section--hero .section--wrapper .section--area .image--area.margin {
  margin-bottom: 30px;
}
.section--hero .section--wrapper .section--area .hero--left h1 {
  color: var(--maintext);
  font-size: 52px;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 30px;
}
.section--hero .section--wrapper .section--area .hero--left p {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.section--hero .section--wrapper .section--area .hero--left ul {
  margin-bottom: 30px;
}
.section--hero .section--wrapper .section--area .hero--left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--maintext);
}
.section--hero .section--wrapper .section--area .hero--left ul li i {
  font-size: 18px;
  color: var(--maintext);
  padding: 7px;
  background: var(--mainsoft_10);
  border-radius: 5px;
  margin-right: 10px;
}
.section--hero .section--wrapper .section--area .hero--left .btn--group a {
  display: inline-flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--textwhite);
  padding: 15px;
  background: var(--mainbg);
  border-radius: var(--border_10);
  width: 100%;
  max-height: 50px;
  max-width: 180px;
}
.section--hero .section--wrapper .section--area .hero--left .btn--group a i {
  font-size: 20px;
  margin-left: 5px;
}
.section--hero .section--wrapper .section--area .hero--left .btn--group a:not(:last-child) {
  margin-right: 30px;
}
.section--hero .section--wrapper .section--area .hero--left .btn--group a.bg-soft {
  color: var(--mainbg);
  background: var(--mainsoft_10);
}

/* Hero end */
/* Domain Section */
.section--domain {
  margin-top: -73px;
}
.section--domain .section--wrapper .section--area .content {
  background: var(--whitebg);
  border-radius: var(--border_10);
}
.section--domain .section--wrapper .section--area .content .content--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--mainsoft_5);
  padding: 25px;
  margin-bottom: 25px;
}
.section--domain .section--wrapper .section--area .content .content--header h2 {
  color: var(--maintext);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.section--domain .section--wrapper .section--area .content .content--header .circles {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.section--domain .section--wrapper .section--area .content .content--header .circles span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--mainbg);
  opacity: 0.7;
}
.section--domain .section--wrapper .section--area .content .content--header .circles span:not(:last-child) {
  margin-right: 6px;
}
.section--domain .section--wrapper .section--area .content .content--header .circles span:nth-child(2) {
  opacity: 0.5;
}
.section--domain .section--wrapper .section--area .content .content--header .circles span:nth-child(3) {
  opacity: 0.3;
}
.section--domain .section--wrapper .section--area .content .content--body {
  padding: 0 25px 104px 25px;
}
.section--domain .section--wrapper .section--area .content .content--body form {
  margin: 30px 0 0 0;
}
.section--domain .section--wrapper .section--area .content .content--body form .search--box {
  position: relative;
}
.section--domain .section--wrapper .section--area .content .content--body form .search--box i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 24px;
  color: var(--mainbg);
}
.section--domain .section--wrapper .section--area .content .content--body form .search--box button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, -50%);
}
.section--domain .section--wrapper .section--area .content .content--body form input {
  width: 100%;
  border-radius: var(--border_10);
  height: 70px;
  padding-left: 60px;
  border: 1px solid var(--mainsoft_5);
  color: var(--maintext);
  font-size: 17px;
  font-weight: 500;
}
.section--domain .section--wrapper .section--area .content .content--body form input::-moz-placeholder {
  color: var(--maintext);
  font-size: 17px;
  font-weight: 500;
}
.section--domain .section--wrapper .section--area .content .content--body form input::placeholder {
  color: var(--maintext);
  font-size: 17px;
  font-weight: 500;
}
.section--domain .section--wrapper .section--area .content .content--body form button {
  background: var(--mainbg);
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  padding: 13px 22px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--domain .section--wrapper .section--area .content--bottom {
  margin-top: -65px;
  padding: 0 25px;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item {
  background: var(--whitebg);
  border: 1px solid var(--mainsoft_5);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--border_8);
  padding: 15px 0 25px 0;
  position: relative;
  margin-bottom: 10px;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .item--icon {
  border-bottom: 1px solid var(--mainsoft_5);
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .item--price {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item {
  position: absolute;
  bottom: -5px;
  display: flex;
  align-items: flex-end;
  color: var(--textwhite);
  font-size: 13px;
  font-weight: 600;
  padding: 1px 8px 2px 8px;
  border-radius: 5px;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item small {
  font-size: 10px;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.com {
  background: #0062AA;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.net {
  background: #FDCC0F;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.org {
  background: #F58420;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.biz {
  background: #1E355E;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.live {
  background: #FFB044;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.store {
  background: #0EADB3;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.online {
  background: #10A44A;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.istanbul {
  background: #353534;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.ist {
  background: #888888;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item.xyz {
  background: #4A1955;
}
.section--domain .section--wrapper .section--area .content--bottom .content--slider .item .absolute--item span {
  font-size: 10px;
}

/* Domain Section end */
/* Campaign */
.section--campaign {
  margin-top: 64px;
  margin-bottom: 30px;
}
.section--campaign .section--wrapper .section--area .content {
  background: var(--whitebg);
  border-radius: var(--border_10);
  padding: 25px;
  margin-bottom: 30px;
}
.section--campaign .section--wrapper .section--area .content:hover .content--header .icon {
  background: var(--mainbg);
  color: var(--textwhite);
}
.section--campaign .section--wrapper .section--area .content:hover .content--header .action--btn a {
  background: var(--mainbg);
  color: var(--textwhite);
}
.section--campaign .section--wrapper .section--area .content .content--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(76, 84, 115, 0.0509803922);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.section--campaign .section--wrapper .section--area .content .content--header .icon {
  font-size: 35px;
  color: var(--mainbg);
  background: var(--mainsoft_5);
  border-radius: var(--border_8);
  border: 1px rgba(49, 111, 162, 0.05) solid;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.section--campaign .section--wrapper .section--area .content .content--header .action--btn a {
  color: var(--mainbg);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: var(--mainsoft_5);
  border: 1px rgba(49, 111, 162, 0.05) solid;
  padding: 15px 29px;
  border-radius: 100px;
  transition: all 0.3s;
}
.section--campaign .section--wrapper .section--area .content .content--header .action--btn a i {
  font-size: 20px;
  margin-left: 9px;
}
.section--campaign .section--wrapper .section--area .content .content--body h2 {
  color: var(--maintext);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.section--campaign .section--wrapper .section--area .content .content--body p {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

/* Campaign end */
/* #Section 1 */
.section--1 {
  overflow: hidden;
  background: var(--sectionbg);
  padding: 60px 0;
}
.section--1 .section--wrapper .section--area {
  align-items: center;
  justify-content: space-between;
}
.section--1 .section--wrapper .section--area .space {
  height: 60px;
}
.section--1 .section--wrapper .section--area .left--content img {
  max-width: 100%;
  height: auto;
}
.section--1 .section--wrapper .section--area .text--area h2 {
  color: var(--maintext);
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 30px;
}
.section--1 .section--wrapper .section--area .text--area p {
  color: #4C5473;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.section--1 .section--wrapper .section--logos {
  padding: 0 50px;
  margin-top: 60px;
}
.section--1 .section--wrapper .section--logos .item img {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.section--1 .section--wrapper .section--logos .item:hover img {
  opacity: 1;
}

/* #Section 1 end*/
/* #Section 2 */
.section--2 {
  padding: 60px 0 30px 0;
}
.section--2 .section--wrapper .section--area .content {
  padding: 73px 45px 0 45px;
  position: relative;
  margin-bottom: 30px;
}
.section--2 .section--wrapper .section--area .content:hover .image img {
  transform: scale(1.1);
}
.section--2 .section--wrapper .section--area .content .content--bg {
  background: var(--whitebg);
  height: 167px;
  width: 100%;
  border-radius: var(--border_10);
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
.section--2 .section--wrapper .section--area .content .content--bg .bg--inner {
  display: block;
  width: 100%;
  height: 137px;
  border-radius: var(--border_10);
  border: 1px solid var(--mainsoft_10);
  padding: 15px;
}
.section--2 .section--wrapper .section--area .content .content--bg .bg--inner .circle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section--2 .section--wrapper .section--area .content .content--bg .bg--inner .circle span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--mainsoft_10);
}
.section--2 .section--wrapper .section--area .content .content--bg .bg--inner .circle span:not(:last-child) {
  margin-right: 5px;
}
.section--2 .section--wrapper .section--area .content .image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border_10);
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}
.section--2 .section--wrapper .section--area .content .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #4C5473 18%, rgba(76, 84, 115, 0) 100%);
  z-index: 0;
}
.section--2 .section--wrapper .section--area .content .image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border_10);
  transition: all 0.3s ease-in-out 0s;
}
.section--2 .section--wrapper .section--area .content .image .absolute--item {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.section--2 .section--wrapper .section--area .content .image .absolute--item .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
  background: var(--whitebg);
  font-size: 24px;
  color: var(--mainbg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section--2 .section--wrapper .section--area .content .image .absolute--item .text {
  color: var(--textwhite);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 6px 6px 50px;
  background: linear-gradient(90deg, #316FA2 0%, #5999CD 100%);
  border-radius: 100px;
  width: 100%;
  margin-left: -38px;
  z-index: 0;
}
.section--2 .section--wrapper .section--area .content .image .absolute--item .text b {
  font-weight: 600;
}
.section--2 .section--wrapper .section--area .content .content--info strong {
  color: var(--maintext);
  font-size: 23px;
  font-weight: 600;
  display: block;
  margin: 25px 0 20px 0;
}
.section--2 .section--wrapper .section--area .content .content--info p {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

/* #Section 2 end*/
/* #Section 3 */
.section--3 {
  margin-bottom: 60px;
  position: relative;
  padding: 60px 0;
  background: var(--sectionbg);
}
.section--3 .section--wrapper .section--area .swiper-slide {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.section--3 .section--wrapper .section--area .swiper-slide.swiper-slide-prev, .section--3 .section--wrapper .section--area .swiper-slide.swiper-slide-active, .section--3 .section--wrapper .section--area .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .user {
  background: var(--mainsoft_5);
  border-radius: 10px 10px 0 0;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .user .absolute--item {
  position: absolute;
  color: var(--mainsoft_5);
  top: -7px;
  right: -160px;
  transform: translate(-50%, 0%) rotate(320deg);
  font-size: 169px;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .user .user--image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .user strong {
  color: var(--maintext);
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .user small {
  color: var(--maintext);
  font-size: 13px;
  font-weight: 400;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .bottom {
  padding: 25px;
  border: 1px solid var(--mainsoft_5);
  border-radius: 0 0 10px 10px;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .bottom .comment {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .bottom .rating {
  display: flex;
  align-items: center;
}
.section--3 .section--wrapper .section--area .swiper-slide .content .bottom .rating i {
  font-size: 20px;
  color: var(--mainbg);
}
.section--3 .section--wrapper .section--area .swiper-slide .content .bottom .rating i:not(:last-child) {
  margin-right: 4px;
}

/* #Section 3 end*/
/* #Section Blog */
.section--blog {
  padding: 0 0 30px 0;
}
.section--blog .section--wrapper .section--area .post {
  position: relative;
  border-radius: var(--border_10);
  overflow: hidden;
  z-index: 0;
}
.section--blog .section--wrapper .section--area .post.mini {
  margin-bottom: 30px;
}
.section--blog .section--wrapper .section--area .post.mini a::after {
  background: linear-gradient(0deg, #4C5473 0%, rgba(76, 84, 115, 0) 100%);
}
.section--blog .section--wrapper .section--area .post.mini .post--content {
  bottom: -50px;
  left: 25px;
  right: 25px;
  transition: 0.5s;
}
.section--blog .section--wrapper .section--area .post.mini .post--content h3 {
  font-size: 20px;
}
.section--blog .section--wrapper .section--area .post.mini .post--content p {
  margin-top: 30px;
  opacity: 0;
  transition: 0.5s;
}
.section--blog .section--wrapper .section--area .post.mini:hover .post--content {
  bottom: 25px;
}
.section--blog .section--wrapper .section--area .post.mini:hover .post--content p {
  margin-top: 10px;
  opacity: 1;
}
.section--blog .section--wrapper .section--area .post a {
  z-index: 0;
}
.section--blog .section--wrapper .section--area .post a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #4C5473 18%, rgba(76, 84, 115, 0) 100%);
}
.section--blog .section--wrapper .section--area .post .thumbnail--container img {
  border-radius: var(--border_10);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section--blog .section--wrapper .section--area .post .post--content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.section--blog .section--wrapper .section--area .post .post--content h3 {
  color: var(--textwhite);
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
}
.section--blog .section--wrapper .section--area .post .post--content p {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

/* #Section Blog end*/
/* #Section System */
.section--systems {
  padding-top: 60px;
  margin-bottom: 30px;
}
.section--systems .section--wrapper .section--area .item {
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
.section--systems .section--wrapper .section--area .item .item--top {
  transition: opacity 0.3s ease-out;
  background: var(--whitebg);
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: var(--border_10);
}
.section--systems .section--wrapper .section--area .item .item--top .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 35px;
  color: var(--textwhite);
  margin-right: 18px;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.windows {
  background: #01B1EE;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.ubuntu {
  background: #F47421;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.centos {
  background: #932279;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.debian {
  background: #D70751;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.al-linux {
  background: #0069DA;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.fedora {
  background: #294173;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.r-linux {
  background: #10B981;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.or-linux {
  background: #C74634;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.cpanel {
  background: #FF6C2C;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.plesk {
  background: #5DBBE8;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.cyberpanel {
  background: #F5D10A;
}
.section--systems .section--wrapper .section--area .item .item--top .icon.directadmin {
  background: #31B7E9;
}
.section--systems .section--wrapper .section--area .item .item--top .text {
  display: flex;
  flex-direction: column;
}
.section--systems .section--wrapper .section--area .item .item--top .text strong {
  color: var(--maintext);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  display: block;
}
.section--systems .section--wrapper .section--area .item .item--top .text small {
  color: var(--maintext);
  font-size: 14px;
  font-weight: 400;
}
.section--systems .section--wrapper .section--area .item .item--body {
  background: var(--whitebg);
  padding: 25px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
}
.section--systems .section--wrapper .section--area .item .item--body ul li {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--mainsoft_10);
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.section--systems .section--wrapper .section--area .item .item--body ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--maintext);
  left: 11px;
  top: 36%;
  transform: translate(-50%, -50%);
}
.section--systems .section--wrapper .section--area .item .item--body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.section--systems .section--wrapper .section--area .item:hover .item--top {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 20px rgba(76, 84, 115, 0.1);
}
.section--systems .section--wrapper .section--area .item:hover .item--body {
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 17px 20px rgba(76, 84, 115, 0.1);
  opacity: 1;
  visibility: visible;
}

/* #Section System end*/
/* #Section Packets */
.section--packets {
  margin-bottom: 30px;
  background: var(--sectionbg);
  padding: 60px 0 30px 0;
}
.section--packets .section--wrapper .section--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--packets .section--wrapper .section--header .section--title h3 {
  color: var(--maintext);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.section--packets .section--wrapper .section--header .section--title p {
  color: var(--maintext);
  font-size: 18px;
  font-weight: 400;
}
.section--packets .section--wrapper .section--header .section--tabs .nav-tabs {
  border-bottom: none;
}
.section--packets .section--wrapper .section--header .section--tabs .nav-tabs .nav-item:not(:last-child) {
  margin-right: 30px;
}
.section--packets .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  border-radius: 100px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F5F9;
  border: none;
}
.section--packets .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--textwhite);
  background: #316FA2;
}
.section--packets .section--wrapper .section--area {
  margin-top: 60px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left {
  background: #316FA2;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-right: -4px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left::after {
  content: "";
  position: absolute;
  width: 122px;
  height: 88px;
  border-radius: 0 0 100px 100px;
  top: 0;
  left: 50%;
  background: #4D97D4;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .left--header {
  display: flex;
  padding-top: 20px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--image {
  margin-top: 12px;
  margin-bottom: 18px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--title strong {
  color: var(--textwhite);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--footer {
  background: rgba(34, 74, 107, 0.2);
  border-radius: 10px 10px 0 0;
  padding: 19px 10px;
  width: 100%;
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--footer .price {
  color: var(--textwhite);
  font-size: 20px;
  font-weight: 600;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--footer .price small {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left .content--footer .action--btn a {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: #4D97D4;
  padding: 10px 27px 11px 28px;
  border-radius: 100px;
  display: block;
  margin-top: 10px;
  max-width: 110px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right {
  width: 100%;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  display: grid;
  width: 100%;
  padding: 0;
  border: 1px solid var(--mainsoft_10);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  border-left: none;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--mainsoft_10);
  border-bottom: 1px solid var(--mainsoft_10);
  padding: 30px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(4), .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(5), .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(6) {
  border-bottom: none;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(3) {
  border-right: none;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(6) {
  border-right: none;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item i {
  font-size: 24px;
  color: var(--maintext);
  margin-bottom: 9px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item strong {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}
.section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item small {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
}

.section--packets_second {
  margin-bottom: 30px;
  padding: 60px 0 30px 0;
}
.section--packets_second .section--wrapper .section--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--packets_second .section--wrapper .section--header .section--title h3 {
  color: var(--maintext);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.section--packets_second .section--wrapper .section--header .section--title p {
  color: var(--maintext);
  font-size: 18px;
  font-weight: 400;
}
.section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs {
  border-bottom: none;
}
.section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs .nav-item:not(:last-child) {
  margin-right: 30px;
}
.section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  border-radius: 100px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F5F9;
  border: none;
}
.section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--textwhite);
  background: #316FA2;
}
.section--packets_second .section--wrapper .section--area {
  margin-top: 60px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content {
  display: flex;
  flex-direction: column;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top {
  display: flex;
  flex-direction: column;
  background: #316FA2;
  border-radius: var(--border_10);
  overflow: hidden;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .top--head {
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  z-index: 0;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .top--head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4D97D4;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(-35%, -35%);
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .top--head .content--title {
  color: var(--textwhite);
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .top--head .content--image {
  margin-right: 12px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .top--head .left--header {
  margin-left: auto;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .content--footer {
  display: flex;
  align-items: center;
  background: rgba(34, 74, 107, 0.2);
  padding: 25px 26px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .content--footer .price {
  color: var(--textwhite);
  font-size: 25px;
  font-weight: 600;
  margin-right: 18px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .content--footer .price small {
  font-size: 15px;
  font-weight: 400;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--top .content--footer .action--btn a {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: #4D97D4;
  padding: 11px 28px;
  border-radius: 100px;
  display: block;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list {
  background: var(--whitebg);
  padding: 35px 0 25px 0;
  margin-top: -10px;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 20px;
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mainsoft_5);
}
.section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item i {
  font-size: 20px;
  margin-right: 20px;
}

/* #Section Packets end*/
/* #Table */
.table--section {
  padding: 60px 0;
}
.table--section .pricing__table {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .table--section .pricing__table {
    flex-direction: row;
  }
}
.table--section .pricing__table .pt__title {
  display: flex;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__title {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .table--section .pricing__table .pt__title {
    width: 50%;
  }
}
.table--section .pricing__table .pt__title .pt__title__wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-size: 18px;
  text-align: center;
  background: #316FA2;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__title .pt__title__wrap {
    flex-direction: column;
  }
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  min-height: 176px;
  font-size: 20px;
  font-weight: 600;
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
  background: #4D97D4;
  width: 37%;
  border-radius: 10px;
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row:not(:first-child) {
  background: #316FA2;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row strong {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 28px;
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row .price {
  color: var(--textwhite);
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 9px;
}
.table--section .pricing__table .pt__title .pt__title__wrap .pt__row small {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 147px;
    border-radius: 0 !important;
    padding: 15px;
  }
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    border-right: 1px solid rgba(73, 72, 74, 0);
  }
}
@media (max-width: 640px) {
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}
.table--section .pricing__table .pt__option {
  position: relative;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option {
    width: 50%;
    flex: 1;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .table--section .pricing__table .pt__option {
    width: 50%;
  }
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: calc(100% + 30px);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
  position: relative;
  left: -5px;
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
  position: relative;
  right: 5px;
}
.table--section .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
.table--section .pricing__table .pt__option .pt__option__slider {
  overflow: visible;
  background: var(--whitebg);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.table--section .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
    flex-direction: row;
  }
}
.table--section .pricing__table .pt__option .pt__option__item {
  width: 100%;
  margin-right: 0;
}
.table--section .pricing__table .pt__option .pt__option__item:last-child .pt__item .pt__item__wrap .pt__row {
  border-bottom: none;
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  display: flex;
  flex-direction: row;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    flex-direction: column;
  }
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  min-height: 70px;
  padding: 0 40px;
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border-bottom: 1px solid var(--mainsoft_5);
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row i {
  font-size: 22px;
  color: var(--mainbg);
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  width: 37%;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    width: 100%;
    min-height: 147px;
  }
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  align-items: flex-start;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
  display: inline-flex;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
    min-height: 95px;
    padding: 10px 15px;
    align-items: center;
  }
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
  border-bottom: 0;
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 1px solid #0061FF;
}
@media (max-width: 991px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-right: 1px solid #0061FF;
    border-bottom: 1px solid #0061FF;
  }
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item.selected a {
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #0061FF;
  transition: 0.25s;
}
.table--section .pricing__table .pt__option .pt__option__item .pt__item.selected a:hover {
  background-color: #0057E6;
}
@media (max-width: 639px) {
  .table--section .pricing__table .pt__option .pt__option__item .pt__item.selected a {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* #Table end*/
/* #Section Features */
.section--features {
  background: var(--sectionbg);
  padding: 60px 0 30px 0;
}
.section--features .section--wrapper .section--area .item {
  padding: 30px;
  border-radius: var(--border_10);
  border: 1px solid var(--mainsoft_10);
  margin-bottom: 30px;
}
.section--features .section--wrapper .section--area .item .item--header {
  display: flex;
  align-items: center;
}
.section--features .section--wrapper .section--area .item .item--header .icon {
  font-size: 30px;
  background: #F3F5F9;
  color: var(--mainbg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: var(--border_8);
  margin-right: 18px;
}
.section--features .section--wrapper .section--area .item .item--header .head--title {
  color: var(--maintext);
  font-size: 20px;
  font-weight: 600;
}
.section--features .section--wrapper .section--area .item .item--body {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 25px;
}

/* #Section Features end*/
/* #Top Banner */
.top--banner {
  background-image: url("../images/textBackground.png");
  width: 100%;
  height: 295px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.top--banner.blog {
  background-image: none;
}
.top--banner .b-overlay {
  height: 295px;
  background: rgba(243, 245, 249, 0.8980392157);
}
.top--banner .b-overlay .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.top--banner .b-overlay .section--wrapper .section--area {
  padding-bottom: 153px;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top--banner .b-overlay .section--wrapper .section--area span {
  color: var(--maintext);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.top--banner .b-overlay .section--wrapper .section--area h1 {
  color: var(--maintext);
  font-size: 33px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
}

/* #Top Banner end*/
/* #Section text */
.section--text {
  margin-top: -83px;
  margin-bottom: 60px;
}
.section--text .section--wrapper .section--area .sidebar--content .sidebar--title {
  display: flex;
  align-items: center;
  background: #316FA2;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: var(--textwhite);
  padding: 30px;
  border-radius: 10px 10px 0 0;
}
.section--text .section--wrapper .section--area .sidebar--content .sidebar--title i {
  font-size: 20px;
  margin-right: 15px;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu {
  background: var(--whitebg);
  border-radius: 0 0 10px 10px;
  border: none;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li {
  border-top: 1px solid rgba(49, 111, 162, 0.0509803922);
  margin-top: 25px;
  padding-left: 30px;
  padding-top: 25px;
  width: 100%;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li:first-child {
  margin-top: 0;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li:last-child {
  padding-bottom: 30px;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li a {
  display: flex;
  align-items: center;
  color: #4C5473;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  border: none;
  padding: 0;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li a.active {
  color: #316FA2;
}
.section--text .section--wrapper .section--area .sidebar--content .accordion-menu li a i {
  font-size: 20px;
  margin-right: 15px;
}
.section--text .section--wrapper .section--area .page--content {
  background: var(--whitebg);
  border-radius: var(--border_10);
}
.section--text .section--wrapper .section--area .page--content:not(:last-child) {
  margin-bottom: 30px;
}
.section--text .section--wrapper .section--area .page--content .content--header {
  border-bottom: 1px solid var(--mainsoft_5);
  padding: 30px;
}
.section--text .section--wrapper .section--area .page--content .content--header h3 {
  color: var(--maintext);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.section--text .section--wrapper .section--area .page--content .content {
  padding: 30px;
}
.section--text .section--wrapper .section--area .page--content .content p {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.section--text .section--wrapper .section--area .page--content .content h3 {
  margin: 30px 0;
  color: var(--maintext);
  font-size: 18px;
  font-family: Euclid Circular B;
  font-weight: 500;
}
.section--text .section--wrapper .section--area .page--content .content .form--info .form-group {
  display: flex;
  flex-direction: column;
}
.section--text .section--wrapper .section--area .page--content .content .form--info .form-group label {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 15px;
}
.section--text .section--wrapper .section--area .page--content .content .form--info .form-group input {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  padding: 20px;
  border-radius: var(--border_10);
  border: 1px solid var(--mainsoft_5);
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item {
  margin-bottom: 30px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item .bank--logo img {
  max-width: 100%;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item .bank--info {
  padding: 20px 28px;
  border-radius: var(--border_10);
  border: 1px solid var(--mainsoft_5);
  margin-top: 20px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item .bank--info ul li:not(:last-child) {
  margin-bottom: 15px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item .bank--info ul li strong {
  display: flex;
  flex-direction: column;
  color: var(--maintext);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .bank--item .bank--info ul li strong .name {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .text--info p {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .action--btn a {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
  background: #316FA2;
  padding: 18px 20px;
  border-radius: var(--border_10);
}
.section--text .section--wrapper .section--area .page--content .content .bank--content .action--btn a i {
  font-size: 20px;
  margin-left: 6px;
}

/* #Section text end*/
/* #Section text */
.section--head {
  margin-top: -255px;
}
.section--head .section--wrapper .section--area .post--wrapper .post {
  overflow: hidden;
  border-radius: var(--border_10);
  z-index: 0;
  position: relative;
}
.section--head .section--wrapper .section--area .post--wrapper .post a {
  z-index: 0;
}
.section--head .section--wrapper .section--area .post--wrapper .post a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #4C5473 18%, rgba(76, 84, 115, 0) 100%);
}
.section--head .section--wrapper .section--area .post--wrapper .post a .thumbnail--container img {
  border-radius: var(--border_10);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section--head .section--wrapper .section--area .post--wrapper .post a .post--content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.section--head .section--wrapper .section--area .post--wrapper .post a .post--content .post--category {
  color: var(--textwhite);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  background: #316FA2;
  border-radius: 100px;
  padding: 7px 11px;
  display: inline-block;
}
.section--head .section--wrapper .section--area .post--wrapper .post a .post--content h3 {
  color: var(--textwhite);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.section--head .section--wrapper .section--area .post--wrapper .post a .post--content p {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.section--head .section--wrapper .section--area .post--wrapper.flex article:not(:last-child) {
  margin-bottom: 30px;
}
.section--head .section--wrapper .section--area .post--wrapper.flex .post a .post--content {
  bottom: -50px;
  left: 25px;
  right: 25px;
  transition: 0.5s;
}
.section--head .section--wrapper .section--area .post--wrapper.flex .post a .post--content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.section--head .section--wrapper .section--area .post--wrapper.flex .post a .post--content p {
  margin-top: 23px;
  transition: 0.5s;
}
.section--head .section--wrapper .section--area .post--wrapper.flex .post a:hover .post--content {
  bottom: 20px;
}
.section--head .section--wrapper .section--area .post--wrapper.flex .post a:hover .post--content p {
  margin-top: 0;
}

.section--body {
  margin-bottom: 60px;
  margin-top: 30px;
}
.section--body .section--wrapper .section--area .content .content--title {
  color: var(--maintext);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}
.section--body .section--wrapper .section--area .content .content--list .loadmore button {
  width: 100%;
  border: none;
  color: var(--maintext);
  background: var(--whitebg);
  border-radius: var(--border_10);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.section--body .section--wrapper .section--area .content .content--list .loadmore button i {
  font-size: 18px;
  margin-left: 6px;
}
.section--body .section--wrapper .section--area .content .content--list .post--item {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  background: var(--whitebg);
  border-radius: var(--border_10);
  margin-bottom: 20px;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--thumbnail {
  margin-right: 27px;
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--thumbnail img {
  border-radius: var(--border_10);
  -o-object-fit: cover;
     object-fit: cover;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--info {
  display: flex;
  flex-direction: column;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--info .post--category {
  color: var(--mainbg);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--info .post--title {
  color: var(--maintext);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.section--body .section--wrapper .section--area .content .content--list .post--item .post--info .post--summary {
  color: var(--maintext);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.section--body .section--wrapper .section--area .category--list {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0;
  display: grid;
  width: 100%;
  background: var(--whitebg);
  border-radius: var(--border_10);
  margin-bottom: 30px;
}
.section--body .section--wrapper .section--area .category--list li:nth-child(odd) a {
  border-right: 1px solid var(--mainsoft_5);
}
.section--body .section--wrapper .section--area .category--list li:nth-child(3) a {
  border-bottom: none;
}
.section--body .section--wrapper .section--area .category--list li:nth-child(4) a {
  border-bottom: none;
}
.section--body .section--wrapper .section--area .category--list li a {
  border-bottom: 1px solid var(--mainsoft_5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--maintext);
  font-size: 17px;
  font-weight: 500;
  padding: 50px;
}
.section--body .section--wrapper .section--area .category--list li a:hover i {
  transform: rotate(10deg);
  transition: transform 0.3s ease;
}
.section--body .section--wrapper .section--area .category--list li a i {
  font-size: 35px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

/* #Section text end*/
/* #Blog Detail */
.page--text {
  margin-top: -255px;
  margin-bottom: 30px;
}
.page--text .section--wrapper .section--area .ads--area {
  position: sticky;
  top: 100px;
}
.page--text .section--wrapper .section--area .post--header {
  position: relative;
}
.page--text .section--wrapper .section--area .post--header .post--image {
  overflow: hidden;
  border-radius: var(--border_10);
  z-index: 0;
  position: relative;
}
.page--text .section--wrapper .section--area .post--header .post--image img {
  max-width: 100%;
  height: auto;
}
.page--text .section--wrapper .section--area .post--header .post--image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #4C5473 18%, rgba(76, 84, 115, 0) 100%);
}
.page--text .section--wrapper .section--area .post--header .post--info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.page--text .section--wrapper .section--area .post--header .post--info .info--top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page--text .section--wrapper .section--area .post--header .post--info .info--top .post--date {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  align-items: center;
  margin-right: 13px;
}
.page--text .section--wrapper .section--area .post--header .post--info .info--top .post--date i {
  font-size: 20px;
  margin-right: 6px;
}
.page--text .section--wrapper .section--area .post--header .post--info .info--top .post--category {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.page--text .section--wrapper .section--area .post--header .post--info .info--top .post--category i {
  font-size: 20px;
  margin-right: 6px;
}
.page--text .section--wrapper .section--area .post--header .post--info .post--title {
  color: var(--textwhite);
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.page--text .section--wrapper .section--area .post--text {
  padding: 40px 30px 30px 30px;
  background: var(--whitebg);
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}
.page--text .section--wrapper .section--area .post--text p {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.page--text .section--wrapper .section--area .post--text h3 {
  color: var(--maintext);
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  margin: 30px 0;
}

/* #Blog Detail end*/
/* #Section Cards */
.section--cards {
  margin-top: -70px;
}
.section--cards .section--wrapper .section--area .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--border_10);
  border: 5px solid #FAFBFD;
  background: #F3F5F9;
  height: 180px;
}
.section--cards .section--wrapper .section--area .item i {
  font-size: 70px;
  color: var(--maintext);
  margin-bottom: 15px;
}
.section--cards .section--wrapper .section--area .item strong {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

/* #Section Cards end*/
/* #Section sss */
.section--sss {
  background: var(--sectionbg);
  padding: 60px 0 30px 0;
}
.section--sss .section--wrapper .section--title {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section--sss .section--wrapper .section--title h2 {
  text-align: center;
  max-width: 100%;
}
.section--sss .section--wrapper .section--title p {
  line-height: 24px;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion {
  margin-bottom: 30px;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--maintext);
  background: var(--whitebg);
  color: var(--maintext);
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid var(--mainsoft_5);
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion-title p {
  margin-bottom: 0;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion-title.active {
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion-title i {
  font-size: 24px;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .accordion-title .ri-subtract-line {
  display: none;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .panel {
  display: none;
  padding: 0 25px 25px;
  border: 1px solid rgba(31, 33, 49, 0.0509803922);
  border-top: 0;
  background: var(--whitebg);
  border-radius: 0 0 10px 10px;
}
.section--sss .section--wrapper .section--area .accordion-wrapper .panel p {
  color: var(--maintext);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-top: 21px;
  border-top: 1px solid rgba(31, 33, 49, 0.0509803922);
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}

/* #Section sss end*/
/* #Footer Top */
.footer--top {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.footer--top .section--wrapper .section--area .section--content {
  background: #134671;
  padding: 50px 90px;
  border-radius: 30px;
}
.footer--top .section--wrapper .section--area .section--content .content--title {
  color: var(--textwhite);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.footer--top .section--wrapper .section--area .section--content .content--info {
  color: var(--textwhite);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.footer--top .section--wrapper .section--area .section--content .box--area {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.footer--top .section--wrapper .section--area .section--content .box--area .box--item {
  background: var(--whitebg);
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  width: 100%;
}
.footer--top .section--wrapper .section--area .section--content .box--area .box--item:first-child {
  margin-right: 50px;
}
.footer--top .section--wrapper .section--area .section--content .box--area .box--item .box--icon {
  min-width: 65px;
  max-width: 65px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--textwhite);
  background: #316FA2;
  margin-right: 20px;
}
.footer--top .section--wrapper .section--area .section--content .box--area .box--item .text--area .text--top {
  color: var(--maintext);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 7px;
}
.footer--top .section--wrapper .section--area .section--content .box--area .box--item .text--area .text--info {
  color: var(--maintext);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

/* #Footer Top end*/
/* #Footer */
footer {
  background: var(--footerbg);
  padding: 120px 0 60px 0;
  position: relative;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 623px;
  background: #012037;
  z-index: -1;
  right: calc(66.3% + 20px);
}
footer .footer--wrapper .footer--area {
  align-items: center;
}
footer .footer--wrapper .footer--area .footer--info .footer--logo img {
  max-width: 100%;
}
footer .footer--wrapper .footer--area .footer--info .description {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--maintext);
}
footer .footer--wrapper .footer--area .footer--info .links {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
footer .footer--wrapper .footer--area .footer--info .links a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: var(--border_10);
  background: #00233D;
}
footer .footer--wrapper .footer--area .footer--info .links a:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer--wrapper .footer--area .footer--info .links a .icon {
  color: #808BB7;
  width: 45px;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  background: #012037;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border_10);
  margin-right: 10px;
}
footer .footer--wrapper .footer--area .footer--info .links a .text {
  display: flex;
  flex-direction: column;
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
footer .footer--wrapper .footer--area .footer--info .links a .text small {
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
}
footer .footer--wrapper .footer--area .footer--menu .menu--item h3 {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 40px;
}
footer .footer--wrapper .footer--area .footer--menu .menu--item .menu--list .list--item:not(:last-child) {
  margin-bottom: 21px;
}
footer .footer--wrapper .footer--area .footer--menu .menu--item .menu--list .list--item a {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

/* #Footer end*/
/* Responsive */
@media (max-width: 1440px) {
  footer::after {
    right: calc(71.3% + 20px);
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1270px) {
  .section--hero.server--hero .section--wrapper .section--area .hero--left h1 {
    font-size: 45px;
    line-height: 59px;
  }
  .section--hero .section--wrapper .section--area .hero--left h1 {
    font-size: 45px;
    line-height: 59px;
  }
}
@media (min-width: 1200px) {
  .mobile--acc {
    display: none;
  }
  .mobile--area {
    display: none !important;
  }
  .mobile--area .box .head i.ri-arrow-down-line {
    display: none !important;
  }
  .section--filter .section--wrapper .section--row .filter--side .body .action--btn_bottom {
    display: none !important;
  }
  .mobilHide {
    display: none !important;
  }
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: sticky !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    background: var(--dark--background);
    padding: 20px 0 !important;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    z-index: 3;
    top: 0 !important;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main .nav-link-item {
    line-height: 80px;
  }
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
  .container-fluid .site-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ovabil-header-btns {
    margin-right: 0;
  }
  .row-lg {
    display: flex;
  }
  .site-menu-main {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: auto;
  }
  .site-menu-main .nav-item:not(:last-child) {
    margin-right: 25px;
  }
  .site-menu-main .nav-link-item {
    padding: 0;
  }
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
  .site-menu-main .sub-menu.megamenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
    display: grid;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    transform: translate(-50%, 0);
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item {
    max-width: 231px;
    padding: 25px;
    border-bottom: 1px solid var(--mainsoft_5);
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item:hover a .top .text {
    color: var(--mainbg);
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item:hover a .top .icon {
    background: var(--mainbg);
    color: var(--textwhite);
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item:nth-child(odd) {
    border-right: 1px solid var(--mainsoft_5);
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item a {
    display: flex;
    flex-direction: column;
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item a .top {
    display: flex;
    align-items: center;
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item a .top .text {
    color: var(--maintext);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item a .top .icon {
    font-size: 17px;
    color: var(--maintext);
    border: 1px solid var(--mainsoft_5);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
  }
  .site-menu-main .sub-menu.megamenu .sub-menu--item a .bottom {
    color: var(--maintext);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
  }
  .site-menu-main .sub-menu--item {
    color: #000;
  }
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
  }
  li.nav-item-has-children:hover > .sub-menu {
    top: 101%;
    margin-top: -1px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 10px 10px;
  }
}
@media (max-width: 1200px) {
  .section--packets_second .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content {
    margin-bottom: 30px;
  }
  .page--text .section--wrapper .section--area .ads--area {
    top: 30px;
  }
  footer::after {
    right: calc(66.3% + 20px);
  }
  .site-header--menu-right .menu-block .site-right-block a.basket {
    margin-left: 0;
  }
  .site-header--absolute {
    padding: 20px 0;
  }
  .site-header--menu-right .menu-block .site-right-block {
    flex-direction: column;
    display: flex;
    margin-left: 0 !important;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .site-header--menu-right .menu-block .site-right-block a {
    width: 100%;
    max-width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header--menu-right .menu-block .site-right-block a.register {
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    margin-right: 0;
  }
  .site-header--menu-right .menu-block .site-right-block a.log-in {
    margin-left: 0;
  }
  .site-header .mobile-menu-trigger {
    color: var(--mainbg);
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    background: var(--mainsoft_5);
    border: 1px solid var(--mainsoft_5);
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: var(--border_10);
  }
  .site-header.another--page .mobile-menu-trigger {
    color: #ffffff;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
    flex-direction: column;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    width: 100%;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--main--text) !important;
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(0deg);
  }
  .site-menu-main > li .sub-menu.mega-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main > li .sub-menu > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.megamenu .sub-menu--item a {
    display: flex;
    flex-direction: column;
  }
  .site-menu-main > li .sub-menu.megamenu .sub-menu--item a .top {
    display: flex;
    align-items: center;
  }
  .site-menu-main > li .sub-menu.megamenu .sub-menu--item a .top .text {
    color: var(--maintext);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
  }
  .site-menu-main > li .sub-menu.megamenu .sub-menu--item a .top .icon {
    font-size: 17px;
    color: var(--maintext);
    border: 1px solid var(--mainsoft_5);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
  }
  .site-menu-main > li .sub-menu.megamenu .sub-menu--item a .bottom {
    color: var(--maintext);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1140px) {
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .section--3 .section--wrapper .section--area {
    padding: 0 20px;
  }
}
@media (max-width: 998px) {
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    width: 100%;
  }
  .table--section .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    width: 100%;
  }
  .section--cards .section--wrapper .section--area .item {
    margin-bottom: 20px;
  }
  .section--body .section--wrapper .section--area .content .content--list {
    margin-bottom: 30px;
  }
  .section--text {
    margin-top: -63px;
  }
  .section--text .section--wrapper .section--area .page--content:first-child {
    margin-top: 30px;
  }
  .section--text .section--wrapper .section--area .sidebar--content .sidebar--title {
    padding: 20px 30px;
  }
  .section--packets_second .section--wrapper .section--header {
    flex-direction: column;
  }
  .section--packets_second .section--wrapper .section--header .section--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .section--packets_second .section--wrapper .section--header .section--title h3,
  .section--packets_second .section--wrapper .section--header .section--title p {
    text-align: center;
  }
  .section--packets .section--wrapper .section--header {
    flex-direction: column;
  }
  .section--packets .section--wrapper .section--header .section--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .section--packets .section--wrapper .section--header .section--title h3,
  .section--packets .section--wrapper .section--header .section--title p {
    text-align: center;
  }
  footer::after {
    right: calc(57.3% + 20px);
  }
  footer .footer--wrapper .footer--area .footer--menu .menu--item {
    margin-bottom: 30px;
  }
  .footer--top .section--wrapper .section--area .section--content {
    padding: 50px;
  }
  .section--1 .section--wrapper .section--area .left--content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .section--1 .section--wrapper .section--area .left--content.second {
    margin-top: 30px;
  }
  .section--1 .section--wrapper .section--area .text--area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section--1 .section--wrapper .section--area .text--area h2 {
    text-align: center;
  }
  .section--1 .section--wrapper .section--area .text--area p {
    text-align: center;
  }
  .section--hero .section--wrapper .section--area .hero--left {
    margin-bottom: 30px;
  }
  .section--hero .section--wrapper .section--area .image--area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .mobile--acc {
    display: none;
  }
}
@media (max-width: 768px) {
  .section--head .section--wrapper .section--area .post--wrapper.flex {
    display: flex;
    margin-top: 20px;
  }
  .section--head .section--wrapper .section--area .post--wrapper.flex article:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer::after {
    right: 0;
    max-width: 100%;
  }
  footer .footer--wrapper .footer--area .footer--menu {
    margin-top: 30px;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area {
    flex-direction: column;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area .box--item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .section--blog .section--wrapper .section--area .post {
    margin-bottom: 30px;
  }
  .section--blog .section--wrapper .section--area .post .post--content {
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
  .section--blog .section--wrapper .section--area .post .post--content h3 {
    font-size: 20px;
  }
  .section--blog .section--wrapper .section--area .post .thumbnail--container {
    max-height: 180px;
  }
  .mobile--acc {
    display: block;
    margin-right: 15px;
  }
  .mobile--acc a {
    color: var(--mainbg);
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    background: var(--mainsoft_5);
    border: 1px solid var(--mainsoft_5);
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: var(--border_10);
  }
  .ovabil-header--top .ovabil-header--top_container {
    justify-content: center;
  }
  .ovabil-header--top .ovabil-header--top_container .ovabil-header--top_right {
    display: none;
  }
}
@media (max-width: 650px) {
  .section--head .section--wrapper .section--area .post--wrapper.flex {
    flex-direction: column;
  }
  .section--head .section--wrapper .section--area .post--wrapper.flex article:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .page--text .section--wrapper .section--area .post--text .post--info {
    display: none;
  }
}
@media (max-width: 576px) {
  .section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item {
    padding: 10px;
  }
  .section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .icon {
    font-size: 26px;
    padding: 5px;
  }
  .section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .text .text--top {
    font-size: 20px;
  }
  .section--hero.server--hero .section--wrapper .section--area .hosting .content .absolute--item .text .text--bottom {
    font-size: 13px;
  }
  .section--hero .section--wrapper .section--area .image--area.first .absolute--item {
    padding: 7px;
  }
  .section--hero .section--wrapper .section--area .image--area.first .absolute--item .icon {
    margin-right: 5px;
  }
  .section--hero .section--wrapper .section--area .image--area.margin {
    margin-bottom: 14px;
  }
  .section--hero .section--wrapper .section--area .row {
    margin-right: -10px;
    margin-left: 0;
  }
  .section--hero .section--wrapper .section--area .row .col-6 {
    padding-right: 10px;
    padding-left: 0;
  }
  .section--hero .section--wrapper .section--area .row .col-6 .row {
    margin-right: -10px;
    margin-left: 0;
  }
  .section--hero .section--wrapper .section--area .row .col-6 .row .col-12 {
    padding-right: 10px;
    padding-left: 0;
  }
  .section--hero .section--wrapper .section--area .image--area .absolute--item {
    display: none !important;
  }
  .section--hero .section--wrapper .section--area .image--area.first .absolute--item .icon {
    font-size: 22px;
    padding: 7px;
  }
  .section--hero .section--wrapper .section--area .image--area.first .absolute--item .text .text--top {
    font-size: 12px;
  }
  .section--hero .section--wrapper .section--area .image--area.first .absolute--item .text .text--bottom {
    font-size: 12px;
  }
  .section--domain .section--wrapper .section--area .content .content--header {
    padding: 25px 15px;
  }
  .section--domain .section--wrapper .section--area .content .content--body {
    padding: 0 15px 104px 15px;
  }
  .section--domain .section--wrapper .section--area .content .content--body form input {
    font-size: 14px;
  }
  .section--domain .section--wrapper .section--area .content .content--body form input::-moz-placeholder {
    font-size: 14px;
  }
  .section--domain .section--wrapper .section--area .content .content--body form input::placeholder {
    font-size: 14px;
  }
  .section--domain .section--wrapper .section--area .content .content--body form .search--box i {
    top: 26%;
  }
  .section--domain .section--wrapper .section--area .content .content--body form .search--box button {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    margin-top: 20px;
  }
  .section--cards .section--wrapper .section--area {
    margin-right: -10px;
    margin-left: 0;
  }
  .section--cards .section--wrapper .section--area .col-6 {
    padding-right: 10px;
    padding-left: 0;
  }
  .page--text .section--wrapper .section--area .post--text .post--info {
    margin-bottom: 30px;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .info--top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .info--top .post--date {
    color: var(--maintext);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-right: 13px;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .info--top .post--date i {
    font-size: 20px;
    margin-right: 6px;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .info--top .post--category {
    color: var(--maintext);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    display: flex;
    align-items: center;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .info--top .post--category i {
    font-size: 20px;
    margin-right: 6px;
  }
  .page--text .section--wrapper .section--area .post--text .post--info .post--title {
    color: var(--maintext);
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  .page--text .section--wrapper .section--area .post--header .post--info {
    display: none;
  }
  .page--text .section--wrapper .section--area .post--text .post--title {
    font-size: 24px;
    line-height: 30px;
  }
  .section--body .section--wrapper .section--area .content .content--list .post--item {
    flex-direction: column;
    align-items: flex-start;
  }
  .section--body .section--wrapper .section--area .content .content--list .post--item .post--thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content {
    flex-direction: column;
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--left {
    max-width: 100%;
    margin-right: 0;
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list {
    border-radius: 10px;
    border-left: 1px solid var(--mainsoft_10);
  }
  .section--1 .section--wrapper .section--area .text--area h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .section--1 .section--wrapper .section--logos .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section--hero.server--hero .section--wrapper .section--area .hero--left h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .section--hero .section--wrapper .section--area .hero--left h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .section--domain .section--wrapper .section--area .content .content--body form button {
    padding: 13px 13px;
  }
}
@media (max-width: 470px) {
  .ovabil-header--top .ovabil-header--top_container {
    justify-content: center;
  }
  .ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left a {
    font-size: 12px;
  }
  .ovabil-header--top .ovabil-header--top_container .ovabil-header--top_left a:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
  }
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row img {
    max-width: 93px;
  }
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row strong {
    margin-bottom: 17px;
  }
  .table--section .pricing__table .pt__title .pt__title__wrap .pt__row .price {
    font-size: 28px;
  }
  .section--body .section--wrapper .section--area .content .content--title {
    font-size: 22px;
  }
  .section--body .section--wrapper .section--area .category--list {
    grid-template-columns: repeat(1, 1fr);
  }
  .top--banner .b-overlay .section--wrapper .section--area h1 {
    font-size: 30px;
    text-align: center;
  }
  .section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  .section--packets_second .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link {
    min-width: 135px;
  }
  .section--packets .section--wrapper .section--header .section--tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  .section--packets .section--wrapper .section--header .section--tabs .nav-tabs .nav-item .nav-link {
    min-width: 135px;
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(3) {
    border-right: 1px solid var(--mainsoft_10);
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(4) {
    border-bottom: 1px solid var(--mainsoft_10);
  }
  .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(2), .section--packets .section--wrapper .section--area .tab-content .tab-pane .packet--list .list--content .content--right .features--list .item:nth-child(4) {
    border-right: none;
  }
  .footer--top .section--wrapper .section--area .section--content {
    padding: 50px 30px;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area {
    flex-direction: column;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area .box--item {
    flex-direction: column;
    border-radius: 10px;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area .box--item .box--icon {
    margin-right: 0;
    font-size: 26px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .footer--top .section--wrapper .section--area .section--content .box--area .box--item .text--area {
    text-align: center;
    margin-top: 10px;
  }
  .section--blog .section--wrapper .section--area .post .post--content {
    bottom: 25px !important;
    left: 25px;
    right: 25px;
  }
  .section--blog .section--wrapper .section--area .post .post--content p {
    display: none;
  }
  .section--1 .section--wrapper .section--area .text--area h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section--domain .section--wrapper .section--area .content .content--header h2 {
    text-align: center;
  }
  .section--domain .section--wrapper .section--area .content .content--header .circles {
    display: none;
  }
  .section--domain .section--wrapper .section--area .content .content--body form .search--box i {
    display: none;
  }
  .section--domain .section--wrapper .section--area .content .content--body form input {
    padding-left: 20px;
  }
  .section--hero .section--wrapper .section--area .hero--left .btn--group {
    flex-direction: column;
  }
  .section--hero .section--wrapper .section--area .hero--left .btn--group a {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .section--hero .section--wrapper .section--area .hero--left .btn--group a.bg-soft {
    margin-top: 15px;
  }


}/*# sourceMappingURL=style.css.map */