header {
    background: url(https://www.gigates.com/templates/website/Gigates/assets/gigates/images/this-is-gigates.jpg) center no-repeat;
    background-size: cover;
    padding: 210px 0 100px
}

header h1 {
    color: #fff;
    font-weight: 300
}

header p.sub {
    color: rgba(255, 255, 255, .7)
}

header p.sub a {
    color: var(--thYellow)
}

header p.sub a:hover {
    color: var(--thDarYellow)
}

header form.search-form {
    margin-top: 50px;
    max-width: 100%;
    width: 600px
}

header form.search-form input {
    border-radius: 50px;
    width: 100%;
    border: 0;
    padding: 7px 50px 7px 30px;
    height: 56px;
    outline: 0;
    font-size: 17px;
    color: var(--typeColor);
    font-weight: 600
}

header form.search-form input::placeholder {
    color: var(--thDarBorderColor);
    font-weight: 400
}

header form.search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    color: var(--thBlue);
    border: 0
}

header .sections {
    margin-top: 70px
}

header .sections .item {
    opacity: .9;
    padding: 20px 15px;
    border-radius: 5px;
    background-image: linear-gradient(#ffae46, #ff428d 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: all .25s ease-in-out
}

header .sections .row>div:nth-child(2) .item {
    background-image: linear-gradient(#ffd746, #ff984c 100%)
}

header .sections .row>div:nth-child(3) .item {
    background-image: linear-gradient(#58a0ff, #5966ff 120%)
}

header .sections .row>div:nth-child(4) .item {
    background-image: linear-gradient(#ffda50, #ff46da 120%)
}

header .sections .row>div:nth-child(5) .item {
    background-image: linear-gradient(#2de4bf, #339790 120%)
}

header .sections .row>div:nth-child(6) .item {
    background-image: linear-gradient(#f62c84, #8a3eff 100%)
}

header .sections .item h5 {
    color: #fff
}

header .sections .item p {
    color: rgba(255, 255, 255, .7)
}

header .sections .item:hover {
    opacity: 1;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    transition: all .25s ease-in-out
}

header .sections p.sub {
    margin-top: 50px
}

.hosting .host-taps .s-toggler {
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--thBorderColor);
    border-bottom: 0;
    padding: 16px 20px;
    background: #fff
}

.hosting .host-taps .s-toggler .toggler {
    color: var(--thDarBorderColor);
    font-size: 15px;
    font-weight: 500;
    min-width: 70px;
    transition: .2s
}

.hosting .host-taps .s-toggler .toggler--is-active {
    color: var(--typeColor)
}

.hosting .host-taps .s-toggler .b {
    display: block
}

.hosting .host-taps .s-toggler .toggle {
    position: relative;
    width: 60px;
    height: 26px;
    border-radius: 50px;
    background-color: var(--hoverColor);
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
    transition: all .25s cubic-bezier(.785, .135, .15, .86)
}

.hosting .host-taps .s-toggler .toggle:active {
    background: var(--thBorderColor)
}

.hosting .host-taps .s-toggler .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.hosting .host-taps .s-toggler .check:checked~.switch {
    right: 2px;
    left: 59.5%;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: .08s, 0s
}

.hosting .host-taps .s-toggler .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 59.5%;
    background-color: var(--thBlue);
    border-radius: 36px;
    z-index: 1;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.hosting .host-taps ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff
}

.hosting .host-taps li {
    position: relative;
    min-width: 180px;
    padding: 15px 25px;
    overflow: hidden;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    border: 1px solid var(--thBorderColor);
    border-right: 0;
    transition: all .25s ease-in-out
}

.hosting .host-taps li.active {
    background: #f2f2f2
}

.hosting .host-taps li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.hosting .host-taps li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid var(--thBorderColor)
}

.hosting .host-taps li img {
    position: absolute;
    display: none;
    width: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    transition: all .25s cubic-bezier(.785, .135, .15, .86);
    z-index: 1
}

.hosting .host-taps li span {
    position: relative;
    font-size: 17px;
    color: var(--thDarBorderColor);
    font-weight: 500;
    z-index: 2;
    transition: all .25s cubic-bezier(.785, .135, .15, .86)
}

.hosting .host-taps li.active img {
    width: 100px
}

.hosting .host-taps li.active span {
    color: var(--typeColor)
}

.hosting .host-items-contain {
    display: none
}

.hosting .host-items-contain.active--section {
    display: block!important
}

.hosting .item-head {
    margin-top: 40px
}

.hosting .item-head h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--typeColor);
    font-weight: 700
}

.hosting .item-head p {
    font-size: 18px;
    color: var(--pColor)
}

.hosting .cards {
    margin-top: 74px
}

.hosting .card {
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0!important
}

.hosting .card.main-card {
    background: 0 0
}

.hosting .card.main-card .card-body {
    border: none!important
}

.hosting .card.main-card ul {
    margin-top: 130px!important
}

.hosting .card.main-card ul li span {
    font-weight: 400
}

.hosting .cards .row>div .card-body {
    position: relative;
    border: 1px solid var(--thBorderColor)
}

.hosting .cards .row>div .card.recommend .card-head {
    position: absolute;
    top: -43px;
    width: 100%;
    font-size: 20px;
    padding: 7px 0;
    color: #fff;
    background: var(--thBlue)
}

.hosting .cards .row>div .card.l-card .card-body {
    border-right-width: 0;
    border-top-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important
}

.hosting .cards .row>div .card.recommend .card-body {
    z-index: 2;
    padding-bottom: 30px!important;
    border-color: var(--thBlue)
}

.hosting .cards .row>div .card.r-card .card-body {
    border-left-width: 0;
    border-top-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important
}

.hosting .card-title {
    margin: .5rem 0;
    font-size: .9rem;
    letter-spacing: .1rem;
    font-weight: 700
}

.hosting .card-price {
    margin: 0;
    font-size: 40px
}

.hosting .card-price .period {
    font-size: 20px
}

.hosting .card hr {
    margin: 1.5rem 0
}

.hosting .card ul {
    text-align: center;
    padding: 0;
    margin: 0 0 30px
}

.hosting .card ul li {
    margin-bottom: 1rem;
    list-style-type: none;
    font-weight: 700;
    color: #232f3e
}

.hosting ul li span {
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: 400;
    color: #5b5b5b
}

.hosting .mute {
    text-decoration: line-through
}

.host-item {
    display: none
}

#shared,
#shared-y {
    display: block
}

.compare .c-table table {
    border: none
}

.compare .h-table {
    position: sticky;
    top: 110px;
    background: #f9f9fa
}

.compare .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none
}

.compare .c-table .h-table thead tr td {
    border-top: 1px solid var(--thBorderColor);
    border-bottom: 1px solid var(--thBorderColor)
}

.compare .c-table thead tr td:last-child {
    border-right: 1px solid var(--thBorderColor)
}

.compare .c-table thead tr td {
    width: 16.25%;
    font-weight: 700;
    font-size: 20px;
    color: var(--typeColor);
    border: none;
    border-left: 1px solid var(--thBorderColor)
}

.compare .c-table td,
.compare .c-table th {
    padding: 25px;
    vertical-align: middle;
    text-align: center;
    color: var(--typeColor)
}

.compare .c-table td i {
    font-size: 20px;
    color: var(--thBlue)
}

.compare .p-head {
    text-align: center;
    padding: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--typeColor);
    border: 1px solid var(--thBorderColor);
    border-bottom: 0
}

.compare .c-table tbody tr:first-child td {
    border-top: 0!important
}

.compare .c-table tbody tr th {
    text-align: left;
    border-left: none;
    font-size: 15px;
    color: var(--typeColor);
    border-color: var(--thBorderColor)
}

.compare .c-table tbody tr td {
    border-right: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--typeColor);
    border-color: var(--thBorderColor)
}

.compare .c-table tbody tr td:last-child {
    border-right: 1px solid var(--thBorderColor)
}

.compare .c-table tbody tr td.title {
    font-size: 18px
}

.about-us {
    position: relative;
    padding: 160px 0;
    background: #fad390 url(../../images/pages/home/07.png) center bottom no-repeat;
    background-size: contain
}

.about-us h3 {
    color: var(--typeColor);
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase
}

.about-us p.cap {
    color: #111
}

.about-us p.comment {
    color: #111
}

.se-ix ul.boxes-nav {
    position: relative;
    margin-bottom: 70px
}

.se-ix ul.boxes-nav::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--thBorderColor)
}

.se-ix ul.boxes-nav li {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid var(--thBorderColor);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.se-ix ul.boxes-nav li img {
    width: 50px;
    filter: saturate(0);
    margin-right: 10px;
    opacity: .6;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.se-ix ul.boxes-nav li span {
    font-size: 16px;
    font-weight: 600;
    max-width: 100px;
    color: #868686;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.se-ix ul.boxes-nav li.active {
    border-bottom: 1px solid var(--thBlue);
    z-index: 2
}

.se-ix ul.boxes-nav li.active img {
    filter: saturate(1);
    opacity: 1
}

.se-ix ul.boxes-nav li.active span {
    color: var(--thBlue)
}

.se-ix .boxes .box:not(:first-child) {
    display: none
}

.se-ix .boxes .box img {
    width: 340px
}

.se-ix .boxes .box .text h4 {
    color: #111;
    font-size: 30px;
    font-weight: 500
}

.se-ix .boxes .box .text h4 b {
    font-weight: 800
}

.se-ix .boxes .box .text p {
    color: var(--pColor);
    font-size: 16px
}

.se-x {
    position: relative;
    background: var(--thBlue)
}

.se-x::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/pages/home/03.png) bottom no-repeat;
    background-size: cover;
    opacity: .1
}

.se-x .item {
    position: relative;
    padding: 60px 30px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.se-x .item:hover {
    background: var(--thDarBlue)
}

.se-x .item>i {
    font-size: 30px;
    color: #fff;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 4px
}

.se-x .item h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.se-x .item p {
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.se-x .item a {
    position: absolute;
    left: 50%;
    top: calc(100% - 46px);
    width: 46px;
    height: 46px;
    background: var(--thBlue);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.se-x .item a:hover {
    background: var(--thDarBlue)
}

.se-x .item:hover a {
    top: calc(100% - 23px);
    opacity: 1
}

.se-xi .item {
    margin-bottom: 54px
}

.se-xi .item img {
    border-radius: 50%;
    width: 200px
}

.se-xi .item h5 {
    color: #111;
    font-size: 16px;
    font-weight: 700
}

.se-xi .item h6 {
    color: #28282a;
    font-size: 18px
}

@media (max-width:1199.98px) {
    header {
        padding: 170px 0 60px
    }
    header .sections .item h5 {
        font-size: 18px
    }
    header .sections .item p {
        font-size: 14px
    }
    header .sections .item img {
        padding: 0 10px
    }
    .about-us {
        padding: 80px 0;
        background-size: cover;
        background-position-x: -50px
    }
}

@media (max-width:991.98px) {
    header {
        background: linear-gradient(45deg, #1a1239, #0a283b);
        padding: 120px 0 60px
    }
    .hosting .cards .row>div .card .card-body {
        border-width: 1px!important
    }
    .hosting .cards .row>div .card.recommend .card-body {
        padding-bottom: 20px!important
    }
    .compare .h-table {
        top: 59px
    }
    .compare .c-table tbody tr.bg-gray {
        background: #f9fbfc
    }
    .compare .c-table thead tr td {
        font-size: 18px;
        width: 25%
    }
    .about-us {
        background-position-x: -200px
    }
    .about-us h3 {
        font-size: 32px
    }
    .se-ix ul.boxes-nav li img {
        width: 36px
    }
    .se-ix ul.boxes-nav li span {
        font-size: 14px
    }
    .se-ix .boxes .box .text h4 {
        font-size: 24px
    }
    .se-x {
        padding: 80px 0
    }
    .se-x .row>div:not(:last-child) {
        margin-bottom: 50px
    }
    .se-x .item {
        padding: 0
    }
    .se-x .item:hover {
        background: 0 0
    }
    .se-x .item a {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        width: auto;
        height: auto;
        transform: none;
        display: inline-block
    }
    .se-x .item a i {
        font-size: 12px
    }
    .se-x .item a span {
        color: #fff;
        font-size: 14px;
        transition: all .25s cubic-bezier(.645, .045, .355, 1)
    }
    .se-x .item a:hover {
        background: 0 0;
        color: var(--thGreen)
    }
    .se-x .item a:hover span {
        color: var(--thGreen)
    }
    .se-xi .item {
        margin-bottom: 40px
    }
    .se-xi .item img {
        width: 170px
    }
}

@media (max-width:767.98px) {
    header h1 {
        font-size: 34px
    }
    header p.sub {
        font-size: 14px
    }
    header .sections,
    header .sections p.sub,
    header form.search-form {
        margin-top: 40px
    }
    .hosting .item-head h3 {
        font-size: 22px
    }
    .hosting .item-head p {
        font-size: 16px
    }
    .hosting .host-taps .s-toggler .toggler {
        font-size: 14px;
        min-width: 60px
    }
    .hosting .host-taps ul {
        flex-wrap: wrap
    }
    .hosting .host-taps li {
        padding: 15px;
        width: 50%
    }
    .hosting .host-taps li:first-child {
        border-bottom-left-radius: 0;
        border-bottom: 0
    }
    .hosting .host-taps li:nth-child(2) {
        border-bottom: 0;
        border-right: 1px solid var(--thBorderColor)
    }
    .hosting .host-taps li:last-child {
        border-top-right-radius: 0;
        border-right: 1px solid var(--thBorderColor)
    }
    .hosting .host-taps li img {
        display: none
    }
    .hosting .host-taps li span {
        font-size: 15px
    }
    .hosting .cards .card {
        width: 350px;
        margin: 0 auto 30px
    }
    .hosting .cards {
        margin-top: 30px
    }
    .hosting .cards .row>div .card.l-card {
        margin-bottom: 70px
    }
    .compare .h-table {
        position: relative;
        top: 0
    }
    .compare .c-table .h-table thead tr td {
        width: 131px!important;
        min-width: 131px!important;
        padding: 20px 0
    }
    .compare .c-table td {
        width: 131px!important;
        min-width: 131px!important;
        padding: 20px 0
    }
    .about-us {
        background: #fad390;
        padding: 50px 0
    }
    .se-x {
        padding: 50px 0
    }
    .se-x .item>i {
        font-size: 24px;
        width: 50px;
        min-width: 50px;
        height: 50px
    }
    .r2compare table thead tr th span.header {
        font-size: 18px
    }
    .r2compare table tbody tr td,
    .r2compare table tbody tr th {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .hosting .host-taps li {
        min-width: 25%!important
    }
    .hosting .cards .card {
        width: auto
    }
    .compare .c-table .h-table thead tr td,
    .compare .c-table tbody tr td {
        padding: 15px 0
    }
    .se-ix ul.boxes-nav {
        margin-bottom: 40px
    }
    .se-ix ul.boxes-nav li {
        padding: 10px 5px
    }
    .se-ix ul.boxes-nav li img {
        display: none
    }
    .se-ix ul.boxes-nav li span {
        text-align: center
    }
}

.webCart i {
    font-size: 22px;
    color: #fff;
    margin-top: 5px
}

.sepet-urun {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd527), to(#e6bd1d));
    background: linear-gradient(#ffd527 0, #e6bd1d 100%);
    border-radius: 100%;
    width: 13px;
    height: 13px;
    text-align: center;
    margin-left: -13px;
    margin-top: 2px;
    color: #fff;
    font-size: 10px
}

@media (max-width:991.98px) {
    .webCart {
        display: none
    }
}

header form.search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: 0;
    padding: 0 20px;
    bottom: 72px;
    right: 6px;
    background: linear-gradient(130deg, rgb(32 65 104) 0, rgb(22 31 63) 100%);
    color: #fff;
    font-size: 22px;
    height: 45px;
    border-radius: 2px;
    border: 0
}

.navbar .top-bar ul.links li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee
}

.webHosting_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(https://www.gigates.com/templates/website/Gigates/assets/gigates/images/header/web-hosting.jpg) center no-repeat;
    background-size: cover
}

.webHosting_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #203f66), to(#172242));
    background: linear-gradient(180deg, #203f66 0, #172242);
    opacity: .9
}

.webHosting_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 60px;
    font-weight: 700;
    color: #fff
}

.webHosting_header .contain {
    position: relative
}

.webHosting_header .contain>p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    margin-bottom: 50px
}

.webHosting_header ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    margin: 50px auto
}

.webHosting_header ul li {
    list-style: none
}

.webHosting_header ul img {
    width: 44px;
    margin-bottom: 20px
}

.webHosting_header ul p {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: .8
}

b {
    font-weight: 700!important
}

.pricing-table-2 .table-title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: var(--typeColor)
}

.pricing-table-2 .table-subtitle {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    color: var(--pColor)
}

.pricing-table-2 .table-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.pricing-table-2 .table-body>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 35px 20px 50px 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(1, 2, 2, .08) 0 1px 1.96px .5px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    min-width: 340px
}

.pricing-table-2 .table-body .gigaribbon {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    height: 70px;
    width: 70px;
    top: -35px;
    right: 15px;
    background: var(--hotColor);
    border-radius: 50%
}

.pricing-table-2 .table-body>li .card-name span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: var(--typeColor);
    display: block
}

.pricing-table-2 .table-body>li .offer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.pricing-table-2 .table-body>li .offer .old-price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 5px
}

.pricing-table-2 .table-body>li .offer .save {
    font-size: 14px;
    font-weight: 600;
    line-break: 21px;
    color: #fff;
    background: var(--thBlue);
    text-transform: uppercase;
    border-radius: 40px;
    padding: 6px 10px;
    opacity: .5
}

.pricing-table-2 .table-body>li .card-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.pricing-table-2 .table-body>li .card-price .currency {
    font-size: 35px;
    line-height: 53px;
    font-weight: 700;
    margin-top: 7px;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-price .amount {
    font-size: 105px;
    line-height: 84px;
    font-weight: 700;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-price .duration {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    align-self: flex-end;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-features {
    margin-bottom: 25px
}

.pricing-table-2 .table-body>li .card-features li {
    list-style: none;
    font-size: 16px;
    line-height: 38px
}

.pricing-table-2 .table-body>li .card-features li i {
    margin-right: 5px;
    color: #91dc5a;
    font-size: 20px
}

.pricing-table-2 .table-body>li .card-features li b {
    text-transform: capitalize
}

.pricing-table-2 .table-body>li .card-features li span {
    text-transform: capitalize
}

.pricing-table-2 .table-body>li .buy-card {
    width: 100%;
    text-align: center
}

.pricing-table-2 .table-body>li .buy-card button {
    width: 250px;
    height: auto;
    color: #fff;
    background-color: var(--thBlue);
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    border: 0;
    outline: 0;
    box-shadow: 0 3px 0 0 var(--thDarBlue);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pricing-table-2 .table-body .hot-card {
    padding: 55px 20px 70px 20px;
    border: 2px solid var(--darHotColor)
}

.pricing-table-2 .table-body>li.hot-card .offer .save {
    background: var(--hotColor)
}

.pricing-table-2 .table-body>li.hot-card .buy-card button {
    background-color: var(--hotColor);
    box-shadow: 0 3px 0 0 var(--darHotColor)
}

.pricing-table-2 .cards {
    margin-top: 50px
}

.pricing-table-2 .cards ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.pricing-table-2 .cards ul li {
    list-style: none;
    border: 1px solid var(--thBorderColor);
    border-radius: 5px;
    margin: 2px
}

@media (max-width:1199.98px) {
    .webHosting_header h1 {
        font-size: 54px
    }
    .webHosting_header ul img {
        width: 40px
    }
    .pricing-table-2 .table-title {
        font-size: 40px;
        margin-bottom: 15px
    }
    .pricing-table-2 .table-subtitle {
        font-size: 24px
    }
    .pricing-table-2 .table-body>li {
        padding: 25px 10px 40px 10px;
        min-width: 33.333%
    }
    .pricing-table-2 .table-body>li .card-name span {
        height: 20px
    }
    .pricing-table-2 .table-body>li .offer {
        margin-bottom: 20px
    }
    .pricing-table-2 .table-body>li .card-price .amount {
        font-size: 86px;
        line-height: 76px
    }
    .pricing-table-2 .table-body>li .card-price {
        margin-bottom: 20px
    }
    .pricing-table-2 .table-body>li .buy-card button {
        width: 220px;
        padding: 10px;
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .webHosting_header {
        padding: 120px 0 70px
    }
    .webHosting_header ul {
        margin-bottom: 25px
    }
    .pricing-table-2 .table-body {
        display: block
    }
    .pricing-table-2 .table-body>li {
        display: inline-block;
        min-width: calc(50% - 15px);
        margin-bottom: 30px
    }
    .pricing-table-2 .table-body .hot-card {
        float: right;
        padding: 25px 10px 40px 10px
    }
    .pricing-table-2 .table-body>li .card-features {
        text-align: center
    }
    .compare .h-table {
        top: 59px
    }
    .compare .h-table {
        top: 59px
    }
    .compare .c-table thead tr td {
        width: 33.333%
    }
    .compare .c-table tbody tr.bg-gray {
        background: #f9fbfc
    }
}

@media (max-width:767.98px) {
    .webHosting_header h1 {
        font-size: 52px;
        margin-bottom: 25px
    }
    .webHosting_header .contain>p {
        margin-bottom: 30px
    }
    .webHosting_header ul {
        display: none
    }
    .pricing-table-2 .table-title {
        font-size: 24px
    }
    .pricing-table-2 .table-subtitle {
        font-size: 18px
    }
    .pricing-table-2 .table-body>li {
        display: block;
        width: 350px;
        margin: 0 auto 30px;
        float: none!important
    }
    .pricing-table-2 .table-body .gigaribbon {
        top: 15px
    }
    .pricing-table-2 .cards {
        margin-top: 30px
    }
    .pricing-table-2 .cards ul {
        display: block;
        text-align: center
    }
    .pricing-table-2 .cards ul li {
        display: inline-block;
        margin: 2px 2px 5px
    }
    .pricing-table-2 .table-body>li .card-name span {
        font-size: 20px
    }
    .pricing-table-2 .cards ul li img {
        width: 64px
    }
    .compare .h-table {
        top: 0
    }
    .compare .c-table thead tr td .name {
        font-size: 18px
    }
    .compare .c-table .card-price .amount {
        font-size: 36px;
        line-height: 30px
    }
    .compare .c-table thead tr td button {
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 18px;
        padding: 8px
    }
    .compare .h-table thead tr td {
        padding: 10px 10px 15px
    }
}

@media (max-width:575.98px) {
    .webHosting_header {
        padding: 120px 0 60px
    }
    .webHosting_header h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
    .webHosting_header .contain>p {
        font-size: 16px
    }
    .pricing-table-2 .table-body>li {
        width: 100%
    }
    .compare .c-table tbody tr td {
        padding: 15px 0
    }
}

.resellerHosting_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(../images/header/bayi-hosting.jpg) center no-repeat;
    background-size: cover
}

.resellerHosting_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #274161), to(#2d3652));
    background: linear-gradient(130deg, rgb(32 65 104) 0, rgb(22 31 63) 100%);
    opacity: .9
}

.resellerHosting_header .contain {
    position: relative
}

.resellerHosting_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.resellerHosting_header .contain>p {
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    max-width: 500px
}

.cpanelBayi_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(../images/header/cpanel-bayi-hosting.jpg) center no-repeat;
    background-size: cover
}

.cpanelBayi_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #274161), to(#2d3652));
    background: linear-gradient(130deg, rgb(32 65 104) 0, rgb(22 31 63) 100%);
    opacity: .9
}

.cpanelBayi_header .contain {
    position: relative
}

.cpanelBayi_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.cpanelBayi_header .contain>p {
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    max-width: 500px
}

.sanalSunucu_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(../images/header/sanal-sunucu.jpg) center no-repeat;
    background-size: cover
}

.sanalSunucu_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #274161), to(#2d3652));
    background: linear-gradient(130deg, rgb(32 65 104) 0, rgb(22 31 63) 100%);
    opacity: .9
}

.sanalSunucu_header .contain {
    position: relative
}

.sanalSunucu_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.sanalSunucu_header .contain>p {
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    max-width: 500px
}

.pricing .pricing-card {
    position: relative;
    border: 1px solid var(--thBorderColor);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.pricing .pricing-card.recommended::before {
    position: relative;
    content: 'Recommended';
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    background: var(--thBlue)
}

.pricing .pricing-card.recommended {
    border-color: var(--thBlue)
}

.pricing .pricing-card .card-head {
    padding: 25px;
    border-bottom: 1px solid var(--thBorderColor)
}

.pricing .pricing-card .card-head h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--typeColor);
    text-transform: uppercase
}

.pricing .pricing-card .card-head h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--thBlue)
}

.pricing .pricing-card ul.card-features {
    padding: 25px
}

.pricing .pricing-card ul.card-features li:not(:last-child) {
    margin-bottom: 5px
}

.pricing .pricing-card ul.card-features li span.title {
    font-size: 14px;
    color: #2c2f3e;
    font-weight: 700
}

.pricing .pricing-card ul.card-features li span.gray {
    font-size: 14px;
    color: #777
}

.pricing .pricing-card ul.card-features li span.dark {
    font-size: 14px;
    color: #2c2f3e;
    font-weight: 500
}

.pricing .pricing-card .card-footer {
    border-top: 1px solid var(--thBorderColor);
    background: #fff;
    padding: 25px
}

.about .row:not(:last-child) {
    margin-bottom: 60px
}

.about .t-c h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--typeColor);
    text-transform: capitalize
}

.about .t-c p {
    font-size: 17px;
    color: var(--pColor)
}

.about .i-c img {
    width: 400px
}

.features .t-c h4 {
    font-size: 22px;
    color: var(--typeColor);
    font-weight: 600
}

.features .t-c p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5!important;
    color: var(--pColor);
    font-weight: 400
}

@media (max-width:1199.98px) {
    .wrapper .boxes .row>div:nth-child(1) .box,
    .wrapper .boxes .row>div:nth-child(2) .box,
    .wrapper .boxes .row>div:nth-child(3) .box {
        border-bottom-width: 0
    }
    .wrapper .boxes .row>div:nth-child(4) .box {
        border-left-width: 0
    }
}

@media (max-width:991.98px) {
    .resellerHosting_header {
        padding: 120px 0 70px
    }
    .resellerHosting_header h1 {
        font-size: 36px
    }
    .cpanelBayi_header {
        padding: 120px 0 70px
    }
    .cpanelBayi_header h1 {
        font-size: 36px
    }
    .wrapper .boxes .row>div:nth-child(3) .box {
        border-left-width: 0
    }
    .wrapper .boxes .row>div:nth-child(4) .box {
        border-left-width: 1px;
        border-bottom-width: 0
    }
}

@media (max-width:767.98px) {
    .about .t-c h3 {
        font-size: 28px
    }
    .about .t-c p {
        font-size: 17px
    }
    .compare table thead tr th span.header {
        font-size: 18px
    }
    .compare table tbody tr td,
    .compare table tbody tr th {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    header {
        padding: 120px 0 60px
    }
    .resellerHosting_header h1 {
        font-size: 28px
    }
    .cpanelBayi_header h1 {
        font-size: 28px
    }
    header p {
        font-size: 18px
    }
    .about .t-c h3 {
        font-size: 24px
    }
    .about .t-c p {
        font-size: 16px
    }
    .about .i-c img {
        width: 240px
    }
    .wrapper-2 img {
        width: 240px
    }
    .wrapper-2 .t-c h3 {
        font-size: 24px
    }
    .wrapper-2 .t-c p {
        font-size: 16px
    }
}

.indirim-firsati {
    background: #f0c721;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 2px 10px 2px;
    position: absolute;
    right: 22px;
    top: -8px;
    text-transform: uppercase
}

.indirim-firsati:before {
    border: 5px solid #0000;
    border-right-color: #f0c721;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    animation: blink 1s linear infinite
}

@keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@media (max-width:575.98px) {
    .indirim-firsati {
        display: none
    }
}

.clientArea_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(https://niftytheme-vrocket-hostblue.netlify.app/assets/images/pages/servers/shared-page/bg-01.jpg) center no-repeat;
    background-size: cover
}

.clientArea_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #203f66), to(#172242));
    background: linear-gradient(180deg, #203f66 0, #172242);
    opacity: .9
}

.clientArea_header .contain {
    position: relative
}

.clientArea_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.clientArea_header .contain>p {
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    max-width: 500px
}

@media (max-width:991.98px) {
    .clientArea_header {
        padding: 120px 0 70px
    }
    .clientArea_header h1 {
        font-size: 36px
    }
}

@media (max-width:575.98px) {
    .clientArea_header {
        padding: 120px 0 60px
    }
    .clientArea_header h1 {
        font-size: 28px
    }
    .clientArea_header p {
        font-size: 18px
    }
}

.main-contain {
    position: relative
}

.main-contain span {
    position: absolute;
    left: 0;
    top: 0;
    height: 900px;
    width: 100%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    background: #3b71de;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #003eaa), color-stop(60%, #004ec2), color-stop(80%, #0060df), color-stop(90%, #0080ff), to(#00c7ff));
    background: linear-gradient(to bottom, #003eaa 40%, #004ec2 60%, #0060df 80%, #0080ff 90%, #00c7ff 100%);
    opacity: .6
}

.contact_header {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    background: url(https://niftytheme-vrocket-hostblue.netlify.app/assets/images/pages/servers/shared-page/bg-01.jpg) center no-repeat;
    background-size: cover
}

.contact_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #203f66), to(#172242));
    background: linear-gradient(180deg, #203f66 0, #172242);
    opacity: .9
}

.contact_header h1 {
    margin-bottom: 20px
}

.contact_header p {
    font-size: 22px
}

.support-blocks {
    position: relative;
    z-index: 2;
    margin-top: -41px;
    margin-bottom: 41px
}

.support-blocks .item {
    display: inline-block;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    border-radius: 4px;
    padding-top: 20px;
    border: 1px solid var(--thBorderColor);
    -webkit-transition: box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background: #fff
}

.support-blocks .item .img-c {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -45px;
    margin-bottom: 20px;
    background: #fff
}

.support-blocks .item .img-c img {
    width: 50px
}

.support-blocks .t-c {
    padding: 0 30px
}

.support-blocks .t-c h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--typeColor);
    margin-bottom: 10px
}

.support-blocks .t-c p {
    font-size: 18px;
    color: var(--pColor);
    margin-bottom: 25px
}

.support-blocks .i-f {
    background: #f9fbfc;
    border-radius: 0 0 2px 2px
}

.support-blocks .i-f p {
    font-size: 16px;
    font-weight: 600;
    color: var(--pColor);
    padding: 10px 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.support-blocks .i-f i {
    font-size: 12px
}

.support-blocks .item:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 11px 15px rgba(0, 0, 0, .07)
}

.support-blocks .item:hover .i-f p {
    color: var(--thGreen)
}

.contact-info {
    padding: 0 0 70px
}

.contact-info .f-d {
    border-right: 1px solid var(--thBorderColor)
}

.contact-info .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.contact-info .content i {
    font-size: 32px;
    color: #98a2a8
}

.contact-info .content li {
    list-style: none;
    color: var(--pColor);
    font-size: 17px
}

.contact-info .content li.head {
    font-size: 18px;
    font-weight: 600;
    color: var(--typeColor);
    margin-bottom: 5px;
    margin-left: 0
}

@media (max-width:991.98px) {
    .main-contain span {
        display: none
    }
    .contact_header {
        padding: 100px 0 40px
    }
    .contact_header h1 {
        color: var(--typeColor)
    }
    .contact_header p {
        color: var(--pColor)
    }
    .support-blocks {
        padding: 65px 0 40px
    }
    .support-blocks .item {
        padding-top: 15px
    }
    .support-blocks .item .img-c {
        margin-top: 0
    }
    .support-blocks .t-c p {
        font-size: 16px
    }
    .contact-info {
        padding: 40px 0;
        margin-top: 0;
        background: #f9fbfc
    }
    .contact-info .f-d {
        border: none
    }
    .contact-info .content {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .contact-info .row>div:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width:767.98px) {
    .support-blocks .row>div {
        text-align: center
    }
    .support-blocks .item {
        margin-bottom: 30px
    }
}

@media (max-width:575.98px) {
    .contact_header h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
    .contact_header p {
        font-size: 18px
    }
}

.resellerHosting2 .pricing-table {
    text-align: center;
    float: left
}

.resellerHosting2 .titleBg {
    background: #00c2ff;
    background: linear-gradient(90deg, #00c2ff 0, #0070ff 96%);
    color: #fff;
    padding: 14px;
    border-radius: 2px;
    font-size: 25px
}

.resellerHosting2 .pricontain {
    background: #fff;
    -webkit-box-shadow: 0 0 50px #fff;
    -ms-box-shadow: 0 0 50px #222;
    box-shadow: 0 0 50px #ddd;
    box-shadow: 0 0 50px rgb(209 209 209 / 40%)
}

.resellerHosting2 .pricontain ul {
    list-style: none
}

.resellerHosting2 .pricontain ul li {
    margin: 12px 0
}

.resellerHosting2 .pricontain ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    width: 1em;
    margin-right: .5em;
    color: #3bab59
}

.resellerHosting2 .pricontain ul .cardPrice {
    padding: 12px
}

.resellerHosting2 .pricontain ul .cardPrice span {
    font-size: 3rem
}

.resellerHosting2 .pricontain ul .cardPrice span span {
    font-size: 20px
}

.resellerHosting2 .pricontain ul .cardPrice span small {
    font-size: 16px
}

.resellerHosting2 .pricontain .button {
    padding: 21px
}

.resellerHosting2 .pricontain .button button {
    width: 250px;
    height: auto;
    color: #fff;
    background: #00c2ff;
    background: linear-gradient(90deg, #00c2ff 0, #0070ff 96%);
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    border: 0;
    outline: 0;
    box-shadow: 0 3px 0 0 #62beff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.r2compare .table-contain {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 2px 4px 0 rgba(14, 30, 37, .12);
    border-radius: 8px;
    overflow: hidden
}

.r2compare table {
    background: #fff
}

.r2compare table thead {
    background: #e3ebed
}

.r2compare table thead tr th {
    padding: 17px 20px
}

.r2compare table thead tr th:nth-child(3) {
    border: 2px solid var(--thBlue);
    border-bottom: 0
}

.r2compare table thead tr th span.r2header {
    font-size: 24px;
    color: var(--typeColor)
}

.r2compare table thead tr th span.th-title {
    font-size: 24px
}

.r2compare table tbody tr:nth-child(odd) {
    background: rgba(14, 30, 37, .02)
}

.r2compare table tbody tr td:nth-child(even) {
    background: rgba(14, 30, 37, .02)
}

.r2compare table tbody tr td,
.r2compare table tbody tr th {
    position: relative;
    padding: 17px 20px;
    font-size: 17px;
    font-weight: 500;
    color: var(--typeColor);
    min-width: 200px
}

.r2compare table tbody tr td:nth-child(3) {
    border-right: 2px solid var(--thBlue);
    border-left: 2px solid var(--thBlue)
}

.r2compare table tbody tr:last-child td:nth-child(3) {
    border-bottom: 2px solid var(--thBlue)
}

.r2compare table tbody tr td span.text {
    z-index: 1;
    position: relative
}

.r2compare table tbody tr td span.text i.fa-check {
    color: var(--thGreen)
}

.r2compare table tbody tr td span.text i.fa-times {
    color: var(--hotColor)
}

.customprice {
    display: none
}

.pricing-custom2 .pricing-table {
    text-align: center;
    float: left
}

.pricing-custom2 .titleBg {
    background: #2094d9;
    color: #fff;
    padding: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px
}

.pricing-custom2 .pricontain {
    background: #fff;
    -webkit-box-shadow: 0 0 50px #fff;
    -ms-box-shadow: 0 0 50px #222;
    box-shadow: 0 0 50px #ddd;
    box-shadow: 0 0 50px rgb(209 209 209 / 40%)
}

.pricing-custom2 .pricontain ul {
    list-style: none
}

.pricing-custom2 .pricontain ul li {
    margin: 12px 0
}

.pricing-custom2 .pricontain ul .cardPrice {
    padding: 12px;
    text-align: center
}

.pricing-custom2 .pricontain ul .cardPrice span {
    font-size: 3rem
}

.pricing-custom2 .pricontain ul .cardPrice span span {
    font-size: 20px
}

.pricing-custom2 .pricontain ul .cardPrice span small {
    font-size: 16px
}

.pricing-custom2 .pricontain .button {
    padding: 21px
}

.pricing-custom2 .pricontain .button {
    width: 250px;
    height: auto;
    color: #fff;
    background: #2094d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    border: 0;
    outline: 0;
    box-shadow: 0 3px 0 0 #62beff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pricing-custom2 .pricontain .button a {
    color: #fff
}

.pricing-table2 {
    color: #fff;
    padding: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    text-align: center
}

.pricing-table2 .secCustom {
    padding-top: 22px
}

.pricing-table2 .secOne {
    float: left;
    padding-top: 22px
}

.pricing-table2 .secOne ul {
    margin: 0 35px;
    text-align: left
}

.pricing-table2 .cont-list ul {
    padding: 0
}

.secOne ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    width: 1em;
    margin-right: .5em;
    color: #3bab59
}

@media (max-width:767.98px) {
    .pricing-table2 .secOne ul {
        text-align: center
    }
}

.pricing-table .c-table table {
    border: none
}

.pricing-table .h-table {
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    background: #fff;
    z-index: 9
}

.pricing-table .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none
}

.pricing-table .c-table .h-table thead tr td {
    border-top: 1px solid var(--thBorderColor)
}

.pricing-table .c-table thead tr td:last-child {
    border-right: 1px solid var(--thBorderColor)
}

.pricing-table .c-table thead tr td {
    width: 16.6%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: roboto, sans-serif;
    color: #999;
    border: none;
    border-left: 1px solid var(--thBorderColor)
}

.pricing-table .c-table .h-table thead tr td img {
    width: 20px
}

.pricing-table .c-table thead tr td span {
    display: inline-block;
    vertical-align: text-top
}

.pricing-table .c-table td,
.pricing-table .c-table th {
    padding: 25px 15px;
    vertical-align: middle;
    text-align: center;
    font-family: roboto, sans-serif;
    color: #2c2f3e
}

.pricing-table .c-table tbody tr:hover {
    background: var(--hoverColor)
}

.pricing-table .c-table tbody tr th {
    text-align: left;
    border-left: none;
    font-size: 15px;
    color: #2c2f3e;
    border-color: var(--thBorderColor)
}

.pricing-table .c-table tbody tr td {
    padding: 15px;
    border-right: none;
    border-color: var(--thBorderColor);
    cursor: default
}

.pricing-table .c-table tbody tr td .name {
    display: inline;
    color: #2c2f3e;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0
}

.pricing-table .c-table tbody tr td h6 {
    font-size: 12px
}

.pricing-table .c-table tbody tr td.price {
    position: relative
}

.pricing-table .c-table tbody tr td.price>span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px
}

.pricing-table .c-table tbody tr td.price .old {
    color: #b7b7b7;
    text-decoration: line-through
}

.pricing-table .c-table tbody tr td.price .new {
    color: var(--thBlue);
    font-size: 18px
}

.pricing-table .c-table tbody tr.hot td.price .new {
    color: var(--hotColor)
}

.pricing-table .c-table tbody tr td .progress {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 60px;
    vertical-align: middle;
    margin-left: 10px
}

.pricing-table .c-table tbody tr.hot .progress-bar {
    background: var(--hotColor)
}

.pricing-table .c-table .ribbonVps,
.pricing-table .c-table-2 .i-c .item .ribbonVps {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.pricing-table .c-table .ribbonVps span,
.pricing-table .c-table-2 .i-c .item .ribbonVps span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: var(--thBlue);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--thBlue)), to(var(--thDarBlue)));
    background: linear-gradient(var(--thBlue) 0, var(--thDarBlue) 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    right: -21px
}

.pricing-table .c-table tbody tr.hot .ribbonVps span,
.pricing-table .c-table-2 .i-c .item.hot .ribbonVps span {
    background: var(--hotColor);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--hotColor)), to(var(--darHotColor)));
    background: linear-gradient(var(--hotColor) 0, var(--darHotColor) 100%)
}

.pricing-table .c-table tbody tr td:last-child {
    border-right: 1px solid var(--thBorderColor)
}

.pricing-table .c-table tbody tr td.price .cart-btn {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: background .2s ease, opacity .2s ease;
    transition: background .2s ease, opacity .2s ease
}

.pricing-table .c-table tbody tr:hover td.price .cart-btn {
    visibility: visible;
    opacity: 1
}

.pricing-table .c-table tbody tr td.price .cart-btn a {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 0 4px 4px 0;
    background: var(--thBlue)
}

.pricing-table .c-table tbody tr td.price .cart-btn a:hover {
    background: var(--thDarBlue)
}

.pricing-table .c-table tbody tr td.price .cart-btn a i {
    color: #fff;
    font-size: 20px
}

.pricing-table .c-table tbody tr.hot td.price .cart-btn a,
.pricing-table .c-table-2 .item.hot td a {
    background: var(--hotColor)
}

.pricing-table .c-table tbody tr.hot td.price .cart-btn a:hover,
.pricing-table .c-table-2 .item.hot td a:hover {
    background: var(--darHotColor)
}

.pricing-table .cards {
    margin-top: 50px
}

.pricing-table .cards ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.pricing-table .cards ul li {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px
}

.section-4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0047c6), to(#001d99));
    background: linear-gradient(180deg, #0047c6 0, #001d99)
}

.section-4 .head {
    margin-bottom: 70px
}

.section-4 .section-head h2 {
    color: #fff
}

.section-4 .section-head p {
    color: #fff;
    opacity: .8
}

.section-4 .contain .list ul {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    overflow: hidden
}

.section-4 .contain .list ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 1
}

.section-4 .contain .list li {
    list-style: none;
    padding: 10px 25px 10px 15px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.section-4 .contain .list li span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.section-4 .contain .list li:hover span {
    opacity: 1
}

.section-4 .contain .list li.selected {
    border-left: 2px solid #fff
}

.section-4 .contain .list li.selected span {
    color: #fff;
    opacity: 1
}

.section-4 .contain .t-c .item {
    display: none
}

.section-4 .contain .t-c .item.show {
    display: block
}

.section-4 .contain .t-c .item .t-s {
    margin-bottom: 50px
}

.section-4 .contain .t-c .item .t-s h2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff
}

.section-4 .contain .t-c .item .t-s p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    opacity: .6
}

.section-4 .contain .t-c .item .b-s h2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff
}

.section-4 .contain .t-c .item .b-s .ul-c {
    display: -webkit-box;
    display: flex;
    align-self: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.section-4 .contain .t-c .item .b-s li {
    list-style: none;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    opacity: .6
}

.section-4 .contain .t-c .item .b-s li:not(:last-child) {
    margin-bottom: 5px
}

.section-6 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0047c6), to(#001d99));
    background: linear-gradient(180deg, #0047c6 0, #001d99)
}

.section-6 h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff
}

.section-6 p {
    font-size: 17px;
    opacity: .6;
    color: #fff;
    max-width: 800px;
    margin: 0 auto
}

@media (max-width:1199.98px) {
    header h1 {
        font-size: 54px
    }
    header ul img {
        width: 40px
    }
}

@media (max-width:991.98px) {
    header {
        padding: 120px 0 70px
    }
    header ul {
        margin-bottom: 25px
    }
    .pricing-table .c-table-2 .i-c .item {
        position: relative;
        margin-bottom: 30px;
        box-shadow: 0 4px 12px 0 rgba(3, 27, 78, .06)
    }
    .pricing-table .c-table-2 .i-c .item .ribbon span {
        top: 12px;
        right: -30px
    }
    .pricing-table .c-table-2 tr {
        width: 100%
    }
    .pricing-table .c-table-2 td {
        padding: 8px;
        width: 50%;
        text-align: center;
        border: 1px solid #e4eaec
    }
    .pricing-table .c-table-2 td h6 {
        margin-bottom: 5px;
        color: var(--typeColor);
        font-size: 14px;
        text-transform: capitalize
    }
    .pricing-table .c-table-2 td p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--pColor)
    }
    .pricing-table .c-table-2 td span {
        font-size: 12px;
        display: inline-block;
        color: var(--pColor)
    }
    .pricing-table .c-table-2 td a {
        display: inline-block;
        background: var(--thBlue);
        border: none;
        color: #fff;
        padding: 5px 10px;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer
    }
    .pricing-table .c-table-2 td a:hover {
        background: var(--thDarBlue)
    }
    .pricing-table .cards {
        margin-top: 20px
    }
    .section-4 .contain .list ul {
        margin: 0 auto 30px!important;
        text-align: center
    }
    .section-4 .contain .list ul::after {
        display: none
    }
    .section-4 .contain .list li {
        display: inline-block;
        padding: 10px;
        border-width: 2px;
        border-radius: 2px 2px 0 0;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out
    }
    .section-4 .contain .list li.selected {
        background: rgba(255, 255, 255, .07);
        border-left-color: transparent
    }
    .section-4 .contain .t-c .item .b-s h2,
    .section-4 .contain .t-c .item .t-s h2 {
        font-size: 28px
    }
    .section-6 {
        padding: 70px 0
    }
}

@media (max-width:767.98px) {
    header h1 {
        font-size: 52px;
        margin-bottom: 25px
    }
    header .contain>p {
        margin-bottom: 30px
    }
    header ul {
        display: none
    }
    .pricing-table .cards {
        margin-top: 30px
    }
    .pricing-table .cards ul {
        display: block;
        text-align: center
    }
    .pricing-table .cards ul li {
        display: inline-block;
        margin: 2px 2px 5px
    }
    .pricing-table .cards ul li img {
        width: 64px
    }
    .section-4 .contain .list li span {
        font-size: 16px
    }
    .section-4 .contain .t-c {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }
    .section-4 .contain .t-c .item .b-s h2,
    .section-4 .contain .t-c .item .t-s h2 {
        font-size: 24px
    }
    .section-4 .contain .t-c .item .b-s .ul-c {
        display: block
    }
    .section-4 .contain .t-c .item .b-s .ul-c ul {
        margin-bottom: 5px!important
    }
    .section-4 .contain .t-c .item .b-s li,
    .section-4 .contain .t-c .item .t-s p {
        font-size: 16px
    }
    .section-6 {
        padding: 40px 0
    }
    .section-6 h2 {
        font-size: 28px
    }
    .section-6 p {
        font-size: 18px
    }
}

@media (max-width:575.98px) {
    header {
        padding: 120px 0 60px
    }
    header h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
    header .contain>p {
        font-size: 18px
    }
    .pricing-table .cards {
        margin-top: 0
    }
    .section-4 .contain .t-c .item .t-s {
        margin-bottom: 30px
    }
    .section-6 h2 {
        font-size: 24px;
        margin-bottom: 18px
    }
    .section-6 p {
        font-size: 16px
    }
}

.divider-title {
    border: 1px solid #dddddd;
}

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width: 100%;
}

.project figure {
    position: relative;
}

.project figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(25 42 76 / 64%);
    padding: 16px 18px 14px;
    color: #ffffff;
}

.project figure:hover .actions {
    opacity: 1;
}

.project figure .actions {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(26 44 79 / 66%);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.project figure img {
    border: 0;
    width: 100%;
}

.btn-warning bnt-action {
    margin: 0% 0% auto;
}

figcaption .project-details {
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
    height: 27px;
    width: 85%;
    margin-bottom: 5px;
    overflow: hidden;
}

figcaption .project-price {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

figcaption .project-creator {
    font-size: 13px;
    color: #ffffff;
    display: block;
}

.project figure .actions button {
    padding: 13px 20px;
    font-size: 16px;
    top: 32%;
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    line-height: 18px;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.rust_header {
    position: relative;
    padding: 180px 0 20px;
    overflow: hidden;
    background-size: cover
}

.rust_header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #172242;
    background: linear-gradient(rgb(26 44 78 / 82%), rgb(27 46 81 / 27%), rgb(25 42 76 / 44%), rgb(24 39 72)), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQYV2NkwAIYkcSkGBgYnoH4MEGQgDEDA8NZkARelSgmAwC8eAQGC5Q7QQAAAABJRU5ErkJggg==), url(../images/header/rust-serverkirala.jpeg) center center / cover no-repeat;
    opacity: .9
}

.rust_header h1 {
    font-family: Poppins, sans-serif!important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.rust_header .contain {
    position: relative
}

.rust_header .contain>p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    max-width: 500px;
    opacity: .8;
    margin-bottom: 50px
}

.rust_header ul li {
    list-style: none
}

.rust_header ul img {
    width: 44px;
    margin-bottom: 20px
}

.rust_header ul p {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: .8
}

.game-pricing .games-card {
    background-color: rgba(0, 0, 0, .5);
}

.game-pricing .games-card .card-body {
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

.game-pricing .games-card .card-body span {
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
}

.game-pricing .games-card .card-body .bubir {
    font-size: 20px;
    color: #fff;
}

.game-pricing .games-card .card-body .bufiyat {
    font-size: 27px;
    font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    color: #fdd000 !important;
}

.game-pricing .games-card .card-body .button {
    margin: 29px;
}

.game-pricing .games-card .card-body .button a button {
    width: 100%;
    height: auto;
    color: #fff;
    background: #ffd746;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    border: 0;
    outline: 0;
}

.game-pricing .games-card img {
    width: 45px;
}

.game-pricing .games-card .ribbonGame {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 85px;
    text-align: right;
}

.game-pricing .games-card .ribbonGame span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    width: 120px;
    display: block;
    background: var(--thBlue);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--thBlue)), to(var(--thDarBlue)));
    background: linear-gradient(var(--thBlue) 0, var(--thDarBlue) 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 23px;
    right: -29px;
}

.service-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, .5);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px;
    padding: 10px;
}

.service-box p {
    color: #808080
}

.service-box i {
    font-size: 60px;
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #989898;
}

.service-box h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.service-box :before {
    margin: 0 auto;
    display: block;
    float: none;
}

.detaylIcerik {
    background: #303d5b;
}

.detaylIcerik .detaylar ul li:before {
    color: #db9b15;
    content: '\f058';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    font-size: 18px;
}

.detaylIcerik .detaylar .list-group-item {
    border: none;
    background: none;
    color: #fff;
    padding: 0 0 10px;
}

.discord {
    background: #8697F6;
    color: #fff;
}

.discord .button {
    margin: 13px 0;
}

.discord span {
    font-size: 25px;
}

.discord .button button {
    width: 100%;
    height: auto;
    color: #8697F6;
    background: #ffffff;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px;
    outline: 0;
}


/* -- :: Map Section :: -- */

.map-section .content {
    position: relative;
}

.map-section #map-img {
    opacity: .7;
}


/* flags contain */

.map-section .f-c {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-section .f-c .flag {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.map-section .f-c .flag img {
    width: 28px;
    z-index: 3;
    cursor: pointer
}

.map-section .f-c .flag:nth-child(odd) .flag-border {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.map-section .f-c .flag:nth-child(even) .flag-border {
    -webkit-animation: widgetPulse infinite 1.5s .7s;
    animation: widgetPulse infinite 1.5s .7s;
}

.map-section .f-c .flag .flag-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid var(--typeColor);
    z-index: -1;
    border-radius: 50%;
}

@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

.map-section .flag-info {
    position: absolute;
    white-space: nowrap;
    left: -6px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 5px 10px;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.map-section .flag-info a {
    max-width: 0;
    overflow: hidden;
    font-size: 16px;
    color: var(--thBlue);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.map-section .f-c .flag.open {
    z-index: 4;
    top: 50px;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map-section .f-c .flag.open .flag-border {
    -webkit-animation: none;
    animation: none;
}

.map-section .f-c .flag.open .flag-info {
    max-width: 240px;
    box-shadow: 0 10px 20px rgba(3, 27, 78, 0.1);
    background: rgba(255, 255, 255, 1)
}

.map-section .f-c .flag.open a {
    max-width: 300px;
    padding-left: 34px;
}


/* flags list */

.map-section .f-c .e01-f {
    left: 16%;
    top: 20%;
}

.map-section .f-c .e02-f {
    left: 26%;
    top: 64%;
}

.map-section .f-c .e03-f {
    left: 47%;
    top: 37%;
}

.map-section .f-c .e04-f {
    left: 65%;
    top: 15%;
}

.map-section .f-c .e05-f {
    left: 75%;
    top: 33%;
}

.map-section .f-c .e06-f {
    left: 55%;
    top: 60%;
}

.map-section .f-c .e07-f {
    left: 80%;
    top: 15%;
}

.map-section .f-c .e08-f {
    left: 23%;
    top: 82%;
}

.map-section .f-c .e09-f {
    left: 62%;
    top: 43%;
}

.map-section .f-c .e10-f {
    left: 52%;
    top: 22%;
}

.map-section .f-c .e11-f {
    left: 35%;
    top: 7%;
}

.map-section .f-c .e12-f {
    left: 10%;
    top: 33%;
}

.map-section .f-c .e13-f {
    left: 89%;
    top: 11%;
}

.map-section .f-c .e14-f {
    left: 50%;
    top: 73%;
}

.map-section .f-c .e15-f {
    left: 88%;
    top: 77%;
}

.map-section .f-c .e16-f {
    left: 80%;
    top: 61%;
}


/* --------------------------------- */